blob: 0e8a8479c1f06fe29dca9b143dcb000cdda22ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"title": "Website admin",
"login": "Login",
"password": "Password",
"invalid": "Incorrect password",
"uauth": "Login with authentication key",
"auth": "Use authentication key",
"pass": "Use administrator password",
"upass": "Login with the administrator password",
"authph": "Authentication key",
"nokey": [
"Loging in with an authentication key is not possible on the old login system version. Please go",
"to the new system",
"to use an authentication key."
],
"redirect": "You have been redirected to the old login page because an error occured. Click {here} to retry."
}
|