summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-02-14 01:07:20 +0000
committerNextcloud bot <bot@nextcloud.com>2017-02-14 01:07:20 +0000
commit7113af3f9102ca4e27350786934df9de3c54f71b (patch)
treea371ea1bd343dfac087a933781c8fef78e8c306c /apps/files_trashbin
parent69c9ca4522f6becf4db43e9a4ae9622cf2c95da9 (diff)
downloadnextcloud-server-7113af3f9102ca4e27350786934df9de3c54f71b.tar.gz
nextcloud-server-7113af3f9102ca4e27350786934df9de3c54f71b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/lt_LT.js3
-rw-r--r--apps/files_trashbin/l10n/lt_LT.json3
-rw-r--r--apps/files_trashbin/l10n/pl.js2
-rw-r--r--apps/files_trashbin/l10n/pl.json2
4 files changed, 6 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/lt_LT.js b/apps/files_trashbin/l10n/lt_LT.js
index 37288753d75..40785b474db 100644
--- a/apps/files_trashbin/l10n/lt_LT.js
+++ b/apps/files_trashbin/l10n/lt_LT.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"You will be able to recover deleted files from here" : "Iš čia galėsite atkurti ištrintus failus",
"No entries found in this folder" : "Šiame aplanke įrašų nerasta",
"Select all" : "Pažymėti viską",
- "Name" : "Pavadinimas"
+ "Name" : "Pavadinimas",
+ "Deleted" : "Ištrinta"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files_trashbin/l10n/lt_LT.json b/apps/files_trashbin/l10n/lt_LT.json
index f6d5d971078..b871d16d31e 100644
--- a/apps/files_trashbin/l10n/lt_LT.json
+++ b/apps/files_trashbin/l10n/lt_LT.json
@@ -13,6 +13,7 @@
"You will be able to recover deleted files from here" : "Iš čia galėsite atkurti ištrintus failus",
"No entries found in this folder" : "Šiame aplanke įrašų nerasta",
"Select all" : "Pažymėti viską",
- "Name" : "Pavadinimas"
+ "Name" : "Pavadinimas",
+ "Deleted" : "Ištrinta"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/pl.js b/apps/files_trashbin/l10n/pl.js
index 50ddefb16ba..0e52df56bcc 100644
--- a/apps/files_trashbin/l10n/pl.js
+++ b/apps/files_trashbin/l10n/pl.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Name" : "Nazwa",
"Deleted" : "Usunięte"
},
-"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/files_trashbin/l10n/pl.json b/apps/files_trashbin/l10n/pl.json
index fdd7d5f4202..127c1c78e25 100644
--- a/apps/files_trashbin/l10n/pl.json
+++ b/apps/files_trashbin/l10n/pl.json
@@ -15,5 +15,5 @@
"Select all" : "Wybierz wszystko",
"Name" : "Nazwa",
"Deleted" : "Usunięte"
-},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file