diff options
author | nicolas <nclm@users.noreply.github.com> | 2016-11-21 20:58:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-21 20:58:43 +0100 |
commit | 8504110d455883a88a398a022793c35459db679d (patch) | |
tree | 6b80e975f32b8e6dd427042590bddb141a1e70f1 | |
parent | e9980a9b8b4d15d9e64890147a6a66a57a5faede (diff) |
Create simple_form.fr.yml
-rw-r--r-- | config/locales/simple_form.fr.yml | 27 |
1 files changed, 27 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..b8a69a075 --- /dev/null +++ b/config/locales/simple_form.fr.yml @@ -0,0 +1,27 @@ +--- +en: + simple_form: + labels: + defaults: + avatar: Avatar + confirm_new_password: Confirm new password + confirm_password: Confirm password + current_password: Current password + display_name: Display name + email: E-mail address + header: Header + locale: Language + new_password: New password + note: Bio + password: Password + username: Username + notification_emails: + favourite: Send e-mail when someone favourites your status + follow: Send e-mail when someone follows you + mention: Send e-mail when someone mentions you + reblog: Send e-mail when someone reblogs your status + 'no': 'No' + required: + mark: "*" + text: required + 'yes': 'Yes' |