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/files/l10n/lt_LT.js')
-rw-r--r--apps/files/l10n/lt_LT.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js
index 342b8680568..b5285ef13fc 100644
--- a/apps/files/l10n/lt_LT.js
+++ b/apps/files/l10n/lt_LT.js
@@ -117,7 +117,6 @@ OC.L10N.register(
"Save" : "Įrašyti",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Su PHP-FPM atnaujinimai gali užtrukti apie 5min.",
"Missing permissions to edit from here." : "Draudžiama iš čia redaguoti",
- "%s of %s used" : "naudojama %s iš %s",
"%s used" : "%s panaudota",
"Settings" : "Nustatymai",
"Show hidden files" : "Rodyti paslėptus failus",
@@ -139,6 +138,7 @@ OC.L10N.register(
"Text file" : "Tekstinis failas",
"New text file.txt" : "Naujas tekstinis failas.txt",
"Move" : "Perkelti",
- "Target folder" : "Paskirties aplankas"
+ "Target folder" : "Paskirties aplankas",
+ "%s of %s used" : "naudojama %s iš %s"
},
"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);");