foodsoft/config/locales/en/en.sessions.yml

15 lines
482 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

en:
  sessions:
    new:
      title: 'Foodsoft login'
      nojs: 'Attention, Cookies and Javascript have to be activated! Please switch off %{link}.'
      noscript: 'NoScript'
      user: 'User'
      password: 'Password'
      login: 'Login'
      forgot_password: 'Forgot password?'
    # used in controller
    logged_in: 'Logged in!'
    logged_out: 'Logged out!'
    login_invalid: 'Invalid email or password'