Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-24 06:27:31 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 06:27:31 +0300
commit16b6df0a5daeab07058151b53f3c70603db58fa0 (patch)
tree562cd34613d5cbe5be4478baa21e60af3d1c5552
parent6ef6dc81222fcbd4e6e0ddebca87f94e011ae49b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
-rw-r--r--l10n/es_419.js2
-rw-r--r--l10n/es_419.json2
-rw-r--r--l10n/es_AR.js2
-rw-r--r--l10n/es_AR.json2
-rw-r--r--l10n/es_CL.js2
-rw-r--r--l10n/es_CL.json2
-rw-r--r--l10n/es_CO.js2
-rw-r--r--l10n/es_CO.json2
-rw-r--r--l10n/es_CR.js2
-rw-r--r--l10n/es_CR.json2
-rw-r--r--l10n/es_DO.js2
-rw-r--r--l10n/es_DO.json2
-rw-r--r--l10n/es_EC.js2
-rw-r--r--l10n/es_EC.json2
-rw-r--r--l10n/es_GT.js2
-rw-r--r--l10n/es_GT.json2
-rw-r--r--l10n/es_HN.js2
-rw-r--r--l10n/es_HN.json2
-rw-r--r--l10n/es_MX.js2
-rw-r--r--l10n/es_MX.json2
-rw-r--r--l10n/es_NI.js2
-rw-r--r--l10n/es_NI.json2
-rw-r--r--l10n/es_PA.js2
-rw-r--r--l10n/es_PA.json2
-rw-r--r--l10n/es_PE.js2
-rw-r--r--l10n/es_PE.json2
-rw-r--r--l10n/es_PR.js2
-rw-r--r--l10n/es_PR.json2
-rw-r--r--l10n/es_PY.js2
-rw-r--r--l10n/es_PY.json2
-rw-r--r--l10n/es_SV.js2
-rw-r--r--l10n/es_SV.json2
-rw-r--r--l10n/es_UY.js2
-rw-r--r--l10n/es_UY.json2
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/pt_BR.js2
-rw-r--r--l10n/pt_BR.json2
-rw-r--r--l10n/pt_PT.js2
-rw-r--r--l10n/pt_PT.json2
44 files changed, 44 insertions, 44 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 3a96b27..360a8a1 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Volver a mandar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Déjalo en 0 si el usuario debería recibir solo una notificación."
},
-"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 fb3a151..fa4b9db 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -17,5 +17,5 @@
"Link to quota management" : "Enlace a la gestión de cuotas",
"Resend notifications after … days" : "Volver a mandar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Déjalo en 0 si el usuario debería recibir solo una notificación."
-},"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_419.js b/l10n/es_419.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_419.json b/l10n/es_419.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_419.json
+++ b/l10n/es_419.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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 b6ed85d..6857a13 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"Quota warning" : "Advertencia de cuota",
"You are using more than %d%% of your storage quota" : "Usted está usando más de %d %% de su cuota de almacenamiento"
},
-"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 66c5ae5..04526fc 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -3,5 +3,5 @@
"Saved!" : "¡Guardado!",
"Quota warning" : "Advertencia de cuota",
"You are using more than %d%% of your storage quota" : "Usted está usando más de %d %% de su cuota de almacenamiento"
-},"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_CL.js b/l10n/es_CL.js
index bb3287b..6818abc 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_CL.json b/l10n/es_CL.json
index cb9f4f5..f66ba8a 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_CO.js b/l10n/es_CO.js
index bb3287b..6818abc 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_CO.json b/l10n/es_CO.json
index cb9f4f5..f66ba8a 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_CR.js b/l10n/es_CR.js
index bb3287b..6818abc 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_CR.json b/l10n/es_CR.json
index cb9f4f5..f66ba8a 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_DO.js b/l10n/es_DO.js
index bb3287b..6818abc 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_DO.json b/l10n/es_DO.json
index cb9f4f5..f66ba8a 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_EC.js b/l10n/es_EC.js
index bb3287b..6818abc 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_EC.json b/l10n/es_EC.json
index cb9f4f5..f66ba8a 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_GT.js b/l10n/es_GT.js
index bb3287b..6818abc 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_GT.json b/l10n/es_GT.json
index cb9f4f5..f66ba8a 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_HN.js b/l10n/es_HN.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_HN.js
+++ b/l10n/es_HN.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_HN.json b/l10n/es_HN.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_HN.json
+++ b/l10n/es_HN.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_MX.js b/l10n/es_MX.js
index 8f37147..c2e70b1 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
index 3f62ca7..d14135d 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -17,5 +17,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_NI.js b/l10n/es_NI.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_NI.js
+++ b/l10n/es_NI.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_NI.json b/l10n/es_NI.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_NI.json
+++ b/l10n/es_NI.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_PA.js b/l10n/es_PA.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PA.json b/l10n/es_PA.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_PA.json
+++ b/l10n/es_PA.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_PE.js b/l10n/es_PE.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_PE.js
+++ b/l10n/es_PE.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PE.json b/l10n/es_PE.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_PE.json
+++ b/l10n/es_PE.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_PR.js b/l10n/es_PR.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_PR.js
+++ b/l10n/es_PR.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PR.json b/l10n/es_PR.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_PR.json
+++ b/l10n/es_PR.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_PY.js b/l10n/es_PY.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_PY.js
+++ b/l10n/es_PY.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_PY.json b/l10n/es_PY.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_PY.json
+++ b/l10n/es_PY.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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_SV.js b/l10n/es_SV.js
index bb3287b..9202851 100644
--- a/l10n/es_SV.js
+++ b/l10n/es_SV.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_SV.json b/l10n/es_SV.json
index cb9f4f5..779450f 100644
--- a/l10n/es_SV.json
+++ b/l10n/es_SV.json
@@ -15,5 +15,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/es_UY.js b/l10n/es_UY.js
index 4f68ded..a9ff498 100644
--- a/l10n/es_UY.js
+++ b/l10n/es_UY.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/l10n/es_UY.json b/l10n/es_UY.json
index 7a90f6d..ff6f979 100644
--- a/l10n/es_UY.json
+++ b/l10n/es_UY.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Liga a administración de cuota",
"Resend notifications after … days" : "Reenviar notificaciones después de ... días",
"Set to 0 if the user should only receive one notification." : "Establece el valor a 0 si el usuario sólo debe recibir una única notificación"
-},"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 dfef651..137c02c 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Renvoyer des notifications après ... jours",
"Set to 0 if the user should only receive one notification." : "Saisir 0 si l'utilisateur devrait recevoir uniquement une notification."
},
-"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 a4c7a2d..089639a 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -17,5 +17,5 @@
"Link to quota management" : "Lien vers la gestion du quota",
"Resend notifications after … days" : "Renvoyer des notifications après ... jours",
"Set to 0 if the user should only receive one notification." : "Saisir 0 si l'utilisateur devrait recevoir uniquement une notification."
-},"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 a01a32a..5e3bc29 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Invia nuovamente le notifiche dopo ... giorni",
"Set to 0 if the user should only receive one notification." : "Imposta a 0 se l'utente deve ricevere solo una notifica."
},
-"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 a310fde..3619dce 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -17,5 +17,5 @@
"Link to quota management" : "Collegamento alla gestione quote",
"Resend notifications after … days" : "Invia nuovamente le notifiche dopo ... giorni",
"Set to 0 if the user should only receive one notification." : "Imposta a 0 se l'utente deve ricevere solo una notifica."
-},"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 b4a880a..9397583 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -20,4 +20,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificações após ... dias",
"Set to 0 if the user should only receive one notification." : "Defina como 0 para o usuário receber somente uma notificação."
},
-"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 39b2a61..33aa56c 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -17,5 +17,5 @@
"Link to quota management" : "Link para o gerenciamento da quota",
"Resend notifications after … days" : "Reenviar notificações após ... dias",
"Set to 0 if the user should only receive one notification." : "Defina como 0 para o usuário receber somente uma notificação."
-},"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 24a9a3b..35d4b22 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Resend notifications after … days" : "Reenviar notificações após ... dias",
"Set to 0 if the user should only receive one notification." : "Definir como 0 se o utilizador apenas deve receber uma notificação"
},
-"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 2873f63..2efd3de 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -14,5 +14,5 @@
"Link to quota management" : "Hiperligação para a gestão de quotas",
"Resend notifications after … days" : "Reenviar notificações após ... dias",
"Set to 0 if the user should only receive one notification." : "Definir como 0 se o utilizador apenas deve receber uma notificação"
-},"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