diff options
Diffstat (limited to 'core/l10n/lt_LT.js')
-rw-r--r-- | core/l10n/lt_LT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 5a6d7cee75c..d7204568b02 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -267,7 +267,6 @@ OC.L10N.register( "You can close this window." : "Galite užverti šį langą.", "This share is password-protected" : "Šis viešinys yra apsaugotas slaptažodžiu", "Email address" : "El. pašto adresas", - "Request password" : "Prašyti slaptažodžio", "Go to %s" : "Pereiti į %s", "Two-factor authentication" : "Dviejų faktorių tapatybės nustatymas", "Could not load at least one of your enabled two-factor auth methods. Please contact your admin." : "Nepavyko įkelti bent vieno iš jūsų įjungtų dviejų faktorių tapatybės nustatymo metodų. Susisiekite su savo administratoriumi.", @@ -298,6 +297,7 @@ OC.L10N.register( "This %s instance is currently in maintenance mode, which may take a while." : "Šis %s egzempliorius šiuo metu yra techninės priežiūros veiksenoje, kas savo ruožtu gali šiek tiek užtrukti.", "This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.", - "The password is wrong. Try again." : "Slaptažodis neteisingas. Bandykite dar kartą." + "The password is wrong. Try again." : "Slaptažodis neteisingas. Bandykite dar kartą.", + "Request password" : "Prašyti slaptažodžio" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |