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

16 lines
484 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! %{link} please switch off.'
      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'