diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/cs.js | 2 | ||||
-rw-r--r-- | apps/theming/l10n/cs.json | 2 | ||||
-rw-r--r-- | apps/theming/l10n/ka_GE.js | 2 | ||||
-rw-r--r-- | apps/theming/l10n/ka_GE.json | 2 | ||||
-rw-r--r-- | apps/theming/l10n/lt_LT.js | 2 | ||||
-rw-r--r-- | apps/theming/l10n/lt_LT.json | 2 | ||||
-rw-r--r-- | apps/theming/l10n/sk.js | 2 | ||||
-rw-r--r-- | apps/theming/l10n/sk.json | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 3d56fef0d2e..98ceb010505 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -37,4 +37,4 @@ OC.L10N.register( "Failed to write file to disk." : "Selhal zápis na disk", "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru." }, -"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); +"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;"); diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 6040528d3da..e33d584fce9 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -34,5 +34,5 @@ "The uploaded file was only partially uploaded" : "Nahraný soubor byl nahrán pouze částečně", "Failed to write file to disk." : "Selhal zápis na disk", "A PHP extension stopped the file upload." : "Rozšíření PHP zastavilo nahrávání souboru." -},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +},"pluralForm" :"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;" }
\ No newline at end of file diff --git a/apps/theming/l10n/ka_GE.js b/apps/theming/l10n/ka_GE.js index 9ced9526a92..3306aae65f0 100644 --- a/apps/theming/l10n/ka_GE.js +++ b/apps/theming/l10n/ka_GE.js @@ -37,4 +37,4 @@ OC.L10N.register( "Failed to write file to disk." : "ფაილი დისკზე ვერ ჩაიწერა.", "A PHP extension stopped the file upload." : "PHP გაფართოებამ შეაჩერა ფაილის ატვირთვა." }, -"nplurals=1; plural=0;"); +"nplurals=2; plural=(n==1);"); diff --git a/apps/theming/l10n/ka_GE.json b/apps/theming/l10n/ka_GE.json index 4f9c81895ea..2d9d9480be7 100644 --- a/apps/theming/l10n/ka_GE.json +++ b/apps/theming/l10n/ka_GE.json @@ -34,5 +34,5 @@ "The uploaded file was only partially uploaded" : "ფაილი აიტვირთა მხოლოდ ნაწილობრივ", "Failed to write file to disk." : "ფაილი დისკზე ვერ ჩაიწერა.", "A PHP extension stopped the file upload." : "PHP გაფართოებამ შეაჩერა ფაილის ატვირთვა." -},"pluralForm" :"nplurals=1; plural=0;" +},"pluralForm" :"nplurals=2; plural=(n==1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/lt_LT.js b/apps/theming/l10n/lt_LT.js index 4d5bacf2817..7ef208f86db 100644 --- a/apps/theming/l10n/lt_LT.js +++ b/apps/theming/l10n/lt_LT.js @@ -42,4 +42,4 @@ OC.L10N.register( "Failed to write file to disk." : "Nepavyko įrašyti failą į diską.", "A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą." }, -"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);"); diff --git a/apps/theming/l10n/lt_LT.json b/apps/theming/l10n/lt_LT.json index 2dd75243c9e..37d47827612 100644 --- a/apps/theming/l10n/lt_LT.json +++ b/apps/theming/l10n/lt_LT.json @@ -39,5 +39,5 @@ "The uploaded file was only partially uploaded" : "Įkeliamas failas buvo tik dalinai įkeltas", "Failed to write file to disk." : "Nepavyko įrašyti failą į diską.", "A PHP extension stopped the file upload." : "PHP plėtinys sustabdė failo įkėlimą." -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +},"pluralForm" :"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);" }
\ No newline at end of file diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index ef0c289d7a3..b3c5b8571a6 100644 --- a/apps/theming/l10n/sk.js +++ b/apps/theming/l10n/sk.js @@ -41,4 +41,4 @@ OC.L10N.register( "Failed to write file to disk." : "Nepodarilo sa zapísať súbor na disk.", "A PHP extension stopped the file upload." : "rozšírenie PHP zastavilo nahrávanie súboru." }, -"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); +"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);"); diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json index 335ecfcc819..9a087a7c1f7 100644 --- a/apps/theming/l10n/sk.json +++ b/apps/theming/l10n/sk.json @@ -38,5 +38,5 @@ "The uploaded file was only partially uploaded" : "Ukladaný súbor sa nahral len čiastočne", "Failed to write file to disk." : "Nepodarilo sa zapísať súbor na disk.", "A PHP extension stopped the file upload." : "rozšírenie PHP zastavilo nahrávanie súboru." -},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);" }
\ No newline at end of file |