config/locales/en.yml
5fa8b94d
 # Sample localization file for English. Add more files in this directory for other locales.
 # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
 
 en:
531ecd5f
   login:
     error: 'Invalid email/password combination'
cf968ae0
     success: 'Successfully logged in'
120b99ea
     access-denied: 'Access denied. Please, sign in first.'
cf968ae0
 
   sessions:
     title: "Login"
 
     new:
       form-header: "Login form"
f835d40d
       form-send: "Login"
 
   chat:
b27f285a
     title: "Chat"
82fcdc6f
     close: "Close"
 
b27f285a
     roster:
       friends: "Friends"
       chat-group: "Chat group"
d4872cda
       avatar_alt: "Avatar"
6a6ccd01
       change_status_msg: "Change your status message"
43899b3a
       search: "Search contacts"
       group-empty: "Empty"
     tabbar:
424fd46f
       and: 'and'
     messages:
       new_msg_placeholder: "Type your message here"
00f00dbe
       send: "Send"
     window:
82fcdc6f
       sendFailed: "An error occured while sending your message"