diff options
| author | Luc Donnet | 2015-01-16 14:14:28 +0100 |
|---|---|---|
| committer | Luc Donnet | 2015-01-16 14:14:28 +0100 |
| commit | 96e68c8f56ec85cdf605b67ffc4b21b15b956ad7 (patch) | |
| tree | f1329f84134ca175aace416414d797b0b2a9be2d | |
| parent | 3dce84c0c126d6ba6292556e283276653f0bc235 (diff) | |
| download | chouette-core-96e68c8f56ec85cdf605b67ffc4b21b15b956ad7.tar.bz2 | |
Add simple_form i18n for french
| -rw-r--r-- | config/locales/simple_form.fr.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml new file mode 100644 index 000000000..047eac3e5 --- /dev/null +++ b/config/locales/simple_form.fr.yml @@ -0,0 +1,26 @@ +fr: + simple_form: + "yes": 'Oui' + "no": 'Non' + required: + text: 'requis' + mark: '*' + # You can uncomment the line below if you need to overwrite the whole required html. + # When using html, text and mark won't be used. + # html: '<abbr title="required">*</abbr>' + error_notification: + default_message: "S'il vous plaît examiner les problèmes ci-dessous:" + # Labels and hints examples + # labels: + # defaults: + # password: 'Password' + # user: + # new: + # email: 'E-mail to sign in.' + # edit: + # email: 'E-mail.' + # hints: + # defaults: + # username: 'User name to sign in.' + # password: 'No special characters, please.' + |
