summaryrefslogtreecommitdiff
path: root/users/config/locales/en.yml
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-26 14:32:50 +0100
committerAzul <azul@leap.se>2012-11-26 14:32:50 +0100
commitbf74255d1530fe5852dc6e6c27ef975ce9aa8d3c (patch)
tree1a46627f7376dc038fb025981cc9b96236c43908 /users/config/locales/en.yml
parent1ea7da1314a46a87512e4f3d7f99249883f4f12f (diff)
added admin menu and user index action
Diffstat (limited to 'users/config/locales/en.yml')
-rw-r--r--users/config/locales/en.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml
index be3f28e..1260494 100644
--- a/users/config/locales/en.yml
+++ b/users/config/locales/en.yml
@@ -6,3 +6,9 @@ en:
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"