summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2014-04-25 16:25:16 +0200
committerazul <azul@riseup.net>2014-04-25 16:25:16 +0200
commitb7dc6ee5220a2d7865bdd86eb86e1fbed4ca28d3 (patch)
tree9d15194f4cd765a7866e93b1b3eb30c9c52ffda4 /config/locales
parent76ad25ba0ee344f185f8e8cdfe066685cd3b0447 (diff)
parented3575856276f25b7c8253e302646dc7684a5da8 (diff)
Merge pull request #150 from azul/bugfix/5542-capitalize-loading
Bugfix/5542 capitalize loading
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/simple_form.en.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml
index 0df11fe..5d0c675 100644
--- a/config/locales/simple_form.en.yml
+++ b/config/locales/simple_form.en.yml
@@ -10,6 +10,9 @@ en:
# html: '<abbr title="required">*</abbr>'
error_notification:
default_message: "Please review the problems below:"
+ buttons:
+ cancel: 'Cancel'
+ loading: 'Loading...'
# Labels and hints examples
# labels:
# defaults:
@@ -23,4 +26,11 @@ en:
# defaults:
# username: 'User name to sign in.'
# password: 'No special characters, please.'
+ helpers:
+ submit:
+ user:
+ create: "Sign up"
+ update: "Save"
+ session:
+ create: "Log in"