# 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:
  login:
    error: 'Invalid email/password combination'
    success: 'Successfully logged in'
    access-denied: 'Access denied. Please, sign in first.'

  sessions:
    title: "Login"

    new:
      form-header: "Login form"
      form-send: "Login"

  chat:
    title: "Chat"
    close: "Close"

    roster:
      friends: "Friends"
      chat-group: "Chat group"
      avatar_alt: "Avatar"
      change_status_msg: "Change your status message"
      search: "Search contacts"
      group-empty: "Empty"
    tabbar:
      and: 'and'
    messages:
      new_msg_placeholder: "Type your message here"
      send: "Send"
    window:
      sendFailed: "An error occured while sending your message"