summaryrefslogtreecommitdiffstats
path: root/l10n/lt_LT.js
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/lt_LT.js')
-rw-r--r--l10n/lt_LT.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index e4a09fb2a..549952d3d 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -6,7 +6,7 @@ OC.L10N.register(
"Request forbidden. Are you an admin?" : "Užklausa neleidžiama. Ar jūs esate administratorius?",
"Token expired or app not enabled! Reload the page!" : "Pasibaigė prieigos raktų galiojimas arba programėlė nėra įjungta! Įkelkite puslapį iš naujo!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Vidinė serverio klaida! Išsamesnė informacija aprašoma \"data/nextcloud.log\" žurnale!",
- "Request failed, Nextcloud is in currently in maintenance mode!" : "Sistema yra atnaujinama! Palaukite ir bandykite dar kartą.",
+ "Request failed, Nextcloud is in currently in maintenance mode!" : "Užklausa nepavyko, Nextcloud šiuo metu yra techninės priežiūros veiksenoje!",
"Feed contains invalid XML" : "Naujienų srautas duomenis pateikia klaidingai",
"Feed not found: Either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Tinklapis neteikia naujienų srauto paslaugos arba blokuoja prieigą prie jo. ",
"Detected feed format is not supported" : "Naujienų srauto formatas yra nepalaikomas",
@@ -146,4 +146,4 @@ OC.L10N.register(
"Documentation" : "Dokumentacija",
"Report a bug" : "Pranešti apie klaidą"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"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);");