view client/src/translations.json @ 935:430d52c2f6ef

client: move layer isolines to be drawn at the top * Move layer isolones to be drawn last (and thus being "on top") so that the bottleneck (position) layer will not interfere that much with the colours. It also allows to set a white background with high opacity on the bottleneck polygon in order to get highly visible isolines.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 08 Oct 2018 17:20:42 +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"
  }
}