summaryrefslogtreecommitdiff
path: root/users/config/locales/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'users/config/locales/en.yml')
-rw-r--r--users/config/locales/en.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml
new file mode 100644
index 0000000..1260494
--- /dev/null
+++ b/users/config/locales/en.yml
@@ -0,0 +1,14 @@
+en:
+ signup: "Sign up"
+ signup_message: "Please create an account."
+ cancel: "Cancel"
+ login: "Login"
+ login_message: "Please login with your account."
+ wrong_password: "wrong password"
+ user_not_found: "could not be found"
+
+ activemodel:
+ models:
+ user:
+ one: User
+ other: "%{count} Users"