diff --git a/l10n/es.js b/l10n/es.js
index 10b3d21d24..0e0516b8b6 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -15,4 +15,4 @@ OC.L10N.register(
"There’s more information in the documentation and on our website." : "Hay más información en la documentación y en nuestro sitio web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Si te gusta ownCloud,\n\t\n\t\trecomiéndaselo a tus amigos\n\ty promuévelo!"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es.json b/l10n/es.json
index 85043f4e0d..f4acf43858 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -12,5 +12,5 @@
"Access files via WebDAV" : "Acceda a sus archivos vía WebDAV",
"There’s more information in the documentation and on our website." : "Hay más información en la documentación y en nuestro sitio web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Si te gusta ownCloud,\n\t\n\t\trecomiéndaselo a tus amigos\n\ty promuévelo!"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/l10n/es_AR.js b/l10n/es_AR.js
index c4fa119569..d5911dc269 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -15,4 +15,4 @@ OC.L10N.register(
"There’s more information in the documentation and on our website." : "Mas información en la documentación y en nuestra página web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Si te gusta ownCloud,\n\t\n\t\trecomiéndalo a tus amigos\n\tand difunde la palabra!"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_AR.json b/l10n/es_AR.json
index 24eefb6827..ef76023cc6 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -12,5 +12,5 @@
"Access files via WebDAV" : "Acceso a archivos vía WebDAV",
"There’s more information in the documentation and on our website." : "Mas información en la documentación y en nuestra página web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Si te gusta ownCloud,\n\t\n\t\trecomiéndalo a tus amigos\n\tand difunde la palabra!"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index 904681894c..b76762e536 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -15,4 +15,4 @@ OC.L10N.register(
"There’s more information in the documentation and on our website." : "Des informations complémentaires sont disponibles dans la documentation et sur notre site web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Si vous aimez ownCloud,\n\t\n\t\trecommandez-le à vos amis\n\tet faites passer le mot !"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/fr.json b/l10n/fr.json
index 1698906b83..9c205c89b6 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -12,5 +12,5 @@
"Access files via WebDAV" : "Accédez à vos fichiers via WebDAV",
"There’s more information in the documentation and on our website." : "Des informations complémentaires sont disponibles dans la documentation et sur notre site web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Si vous aimez ownCloud,\n\t\n\t\trecommandez-le à vos amis\n\tet faites passer le mot !"
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
index 29f3a9ab37..b6253bf58c 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -15,4 +15,4 @@ OC.L10N.register(
"There’s more information in the documentation and on our website." : "Ulteriori informazioni sono disponibili nella documentazione e sul nostro sito web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Se ti piace ownCloud,\n\t\n\t\tconsiglialo ai tuoi amici\n\te diffondi il verbo!"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/it.json b/l10n/it.json
index 5ae7774b49..4b2495136b 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -12,5 +12,5 @@
"Access files via WebDAV" : "Accedi ai file tramite WebDAV",
"There’s more information in the documentation and on our website." : "Ulteriori informazioni sono disponibili nella documentazione e sul nostro sito web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Se ti piace ownCloud,\n\t\n\t\tconsiglialo ai tuoi amici\n\te diffondi il verbo!"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index b314646e22..8b577e3ce7 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -15,4 +15,4 @@ OC.L10N.register(
"There’s more information in the documentation and on our website." : "Existem mais informações em nossa documentação e em nosso website.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Se você gosta do ownCloud,\n\t\n\t\trecomende a seus amigos\n\te espalhe pelo mundo!"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 6107863f37..14c37fa936 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -12,5 +12,5 @@
"Access files via WebDAV" : "Acesse arquivos via WebDAV",
"There’s more information in the documentation and on our website." : "Existem mais informações em nossa documentação e em nosso website.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Se você gosta do ownCloud,\n\t\n\t\trecomende a seus amigos\n\te espalhe pelo mundo!"
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
index 70045987c8..c8c5ceae0e 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -15,4 +15,4 @@ OC.L10N.register(
"There’s more information in the documentation and on our website." : "Existe mais informação na documentação e no nosso site da Web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Se gosta do ownCloud,\n\t\n\t\trecomende aos seus amigos\n\te espalhe a palavra!"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
index 1687bde905..3059a23eb7 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -12,5 +12,5 @@
"Access files via WebDAV" : "Aceder aos ficheiros via WebDAV",
"There’s more information in the documentation and on our website." : "Existe mais informação na documentação e no nosso site da Web.",
"If you like ownCloud,\n\t\n\t\trecommend it to your friends\n\tand spread the word!" : "Se gosta do ownCloud,\n\t\n\t\trecomende aos seus amigos\n\te espalhe a palavra!"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
\ No newline at end of file