view client/src/translations.json @ 1207:70116d392387

close bottleneck list: made searchbar collapse only if it was collapsed before opening the bottleneck list will expand the searchbar, closing the bottleneck list was always collapsing the searchbar too. Now it stays open if it was open beforeopening the bottleneck list
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 13:02:48 +0100
parents 61170d775158
children
line wrap: on
line source

{
  "en_GB": {
    "Enter username": "Enter username",
    "Enter passphrase": "Enter passphrase",
    "Login failed": "Login failed",
    "Login": "Login",
    "Forgot password": "Forgot password"
  },
  "de_AT": {
    "Enter username": "Benutzername",
    "Enter passphrase": "Passphrase",
    "Login failed": "Login fehlgeschlagen",
    "Login": "Login",
    "Forgot password": "Passwort vergessen"
  }
}