diff options
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/lt_LT.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/lt_LT.json | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pl.js | 2 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/pl.json | 2 |
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 |