summaryrefslogtreecommitdiff
path: root/users/config/locales/en.yml
blob: 126049469a93452e85ca63fb34b24f52500d03ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"