summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/lt_LT.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 00:13:46 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-17 00:13:46 +0000
commitef665fde426d770f31d8d4349d047734d27b87d0 (patch)
tree78d87da534da86c6310ec8daebc33d11320f05c8 /apps/files/l10n/lt_LT.js
parent81ab924389d927eccdc6466b88a46e073f7ea8b6 (diff)
downloadnextcloud-server-ef665fde426d770f31d8d4349d047734d27b87d0.tar.gz
nextcloud-server-ef665fde426d770f31d8d4349d047734d27b87d0.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r--apps/files/l10n/lt_LT.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js
index a30e7272c5d..746fffa2315 100644
--- a/apps/files/l10n/lt_LT.js
+++ b/apps/files/l10n/lt_LT.js
@@ -47,12 +47,12 @@ OC.L10N.register(
"Name" : "Pavadinimas",
"Size" : "Dydis",
"Modified" : "Pakeista",
- "_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų"],
- "_%n file_::_%n files_" : ["%n failas","%n failai","%n failų"],
+ "_%n folder_::_%n folders_" : ["%n aplankas","%n aplankai","%n aplankų","%n aplankų"],
+ "_%n file_::_%n files_" : ["%n failas","%n failai","%n failų","%n failų"],
"{dirs} and {files}" : "{dirs} ir {files}",
- "_including %n hidden_::_including %n hidden_" : ["įskaitant %n paslėptą","įskaitant %n paslėptus","įskaitant %n paslėptų"],
+ "_including %n hidden_::_including %n hidden_" : ["įskaitant %n paslėptą","įskaitant %n paslėptus","įskaitant %n paslėptų","įskaitant %n paslėptų"],
"You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus",
- "_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų"],
+ "_Uploading %n file_::_Uploading %n files_" : ["Įkeliamas %n failas","Įkeliami %n failai","Įkeliama %n failų","Įkeliama %n failų"],
"New" : "Naujas",
"{used} of {quota} used" : "panaudota {used} iš {quota}",
"\"{name}\" is an invalid file name." : "„{name}“ yra netinkamas bylos pavadinimas.",
@@ -62,12 +62,12 @@ OC.L10N.register(
"Your storage is full, files can not be updated or synced anymore!" : "Jūsų saugykla pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} saugykla yra beveik pilna ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Jūsų saugykla yra beveik pilna ({usedSpacePercent}%)",
- "_matches '{filter}'_::_match '{filter}'_" : ["atitinka '{filter}'","atitinka '{filter}'","atitinka '{filter}'"],
+ "_matches '{filter}'_::_match '{filter}'_" : ["atitinka '{filter}'","atitinka '{filter}'","atitinka '{filter}'","atitinka '{filter}'"],
"View in folder" : "Peržiūrėti aplanką",
"Copied!" : "Nukopijuota!",
"Copy direct link (only works for users who have access to this file/folder)" : "Nukopijuoti nuorodą (veikia tik tiems naudotojams, kurie turi prieigą prie šios rinkmenos)",
"Path" : "Kelias",
- "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų"],
+ "_%n byte_::_%n bytes_" : ["%n baitas","%n baitai","%n baitų","%n baitų"],
"Favorited" : "Pažymėta mėgstamu",
"Favorite" : "Mėgiamas",
"New folder" : "Naujas aplankas",
@@ -133,4 +133,4 @@ OC.L10N.register(
"Text file" : "Tekstinis failas",
"New text file.txt" : "Naujas tekstinis failas.txt"
},
-"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) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");