view client/src/translations.json @ 904:e4b72a199258

New default bottleneck colors Mainly to make the stroke color one actually selectable in the ui. In addition the pink does better match the collors used on the ECDIS layer.
author Sascha Wilde <wilde@intevation.de>
date Tue, 02 Oct 2018 13:34:59 +0200
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"
  }
}