Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/l10n/lt_LT.js')
-rw-r--r--apps/updatenotification/l10n/lt_LT.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/l10n/lt_LT.js b/apps/updatenotification/l10n/lt_LT.js
index d3b4cc20139..a87493aae63 100644
--- a/apps/updatenotification/l10n/lt_LT.js
+++ b/apps/updatenotification/l10n/lt_LT.js
@@ -2,11 +2,8 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "Yra prieinama {version}. Gaukite daugiau informacijos apie tai kaip atnaujinti.",
- "Could not start updater, please try the manual update" : "Nepavyko paleisti atnaujinimo programos, prašome bandyti atnaujinimą rankiniu būdu",
"Open updater" : "Atverti atnaujinimo programą",
- "Download now" : "Atsisiųsti dabar",
"Your version is up to date." : "Jūsų versija yra naujausia.",
- "The update check is not yet finished. Please refresh the page." : "Atnaujinimų patikrinimas dar neužbaigtas. Prašome įkelti puslapį iš naujo.",
"A non-default update server is in use to be checked for updates:" : "Atnaujinimų aptikimui yra naudojamas ne nenumatytasis serveris: ",
"Update channel:" : "Atnaujinimo kanalas:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Visada galite atnaujinti į naujesnę versiją / eksperimentinį kanalą. Tačiau niekada negalite sendinti versijos ar persijungti į stabilų kanalą.",
@@ -14,6 +11,7 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Apie galimus atnaujinimus informuoti narius iš grupių:",
"Only notification for app updates are available." : "Yra prieinami tik pranešimai apie programėlių atnaujinimus.",
"The selected update channel does not support updates of the server." : "Pasirinktas kanalas nepalaiko serverio atnaujinimų.",
+ "Could not start updater, please try the manual update" : "Nepavyko paleisti atnaujinimo programos, prašome bandyti atnaujinimą rankiniu būdu",
"Update notifications" : "Atnaujinimų pranešimai",
"Channel updated" : "Kanalas atnaujintas",
"The update server could not be reached since %d days to check for new updates." : " Atnaujinimo serveris nepasiekiamas %d dienas.",
@@ -22,6 +20,8 @@ OC.L10N.register(
"Update for %1$s to version %2$s is available." : "Yra prieinamas %1$s atnaujinimas į versiją %2$s.",
"Update for {app} to version %s is available." : "Yra prieinamas {app} atnaujinimas į versiją %s.",
"A new version is available: %s" : "Yra prieinama nauja versija: %s",
- "Checked on %s" : "Tikrinta %s"
+ "Download now" : "Atsisiųsti dabar",
+ "Checked on %s" : "Tikrinta %s",
+ "The update check is not yet finished. Please refresh the page." : "Atnaujinimų patikrinimas dar neužbaigtas. Prašome įkelti puslapį iš naujo."
},
"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);");