mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1176: Bring up-to-date with changes from GUAC-1217.
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
"LOGIN" : {
|
||||||
|
|
||||||
|
"ERROR_PASSWORD_BLANK" : "@:APP.ERROR_PASSWORD_BLANK",
|
||||||
|
"ERROR_PASSWORD_MISMATCH" : "@:APP.ERROR_PASSWORD_MISMATCH",
|
||||||
|
|
||||||
|
"FIELD_HEADER_NEW_PASSWORD" : "Mot de passe",
|
||||||
|
"FIELD_HEADER_CONFIRM_NEW_PASSWORD" : "Répéter mot de passe"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@@ -10,8 +10,9 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"translations" : [
|
"translations" : [
|
||||||
"translations/en_US.json",
|
"translations/en.json",
|
||||||
"translations/ru_RU.json"
|
"translations/fr.json",
|
||||||
|
"translations/ru.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -10,8 +10,9 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"translations" : [
|
"translations" : [
|
||||||
"translations/en_US.json",
|
"translations/en.json",
|
||||||
"translations/ru_RU.json"
|
"translations/fr.json",
|
||||||
|
"translations/ru.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user