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

github.com/nextcloud/server.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 05:33:18 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 05:33:18 +0300
commitcc1e62aab1937e6430e4b7dd4f476415afca30e9 (patch)
treeca9f6c1e0c2f247be65164062d43a7136ae954cb /apps/oauth2
parent9b27b25af833a5909cf1708addedc0439bc874ce (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/es.js2
-rw-r--r--apps/oauth2/l10n/es.json2
-rw-r--r--apps/oauth2/l10n/es_419.js2
-rw-r--r--apps/oauth2/l10n/es_419.json2
-rw-r--r--apps/oauth2/l10n/es_AR.js2
-rw-r--r--apps/oauth2/l10n/es_AR.json2
-rw-r--r--apps/oauth2/l10n/es_CL.js2
-rw-r--r--apps/oauth2/l10n/es_CL.json2
-rw-r--r--apps/oauth2/l10n/es_CO.js2
-rw-r--r--apps/oauth2/l10n/es_CO.json2
-rw-r--r--apps/oauth2/l10n/es_CR.js2
-rw-r--r--apps/oauth2/l10n/es_CR.json2
-rw-r--r--apps/oauth2/l10n/es_DO.js2
-rw-r--r--apps/oauth2/l10n/es_DO.json2
-rw-r--r--apps/oauth2/l10n/es_EC.js2
-rw-r--r--apps/oauth2/l10n/es_EC.json2
-rw-r--r--apps/oauth2/l10n/es_GT.js2
-rw-r--r--apps/oauth2/l10n/es_GT.json2
-rw-r--r--apps/oauth2/l10n/es_HN.js2
-rw-r--r--apps/oauth2/l10n/es_HN.json2
-rw-r--r--apps/oauth2/l10n/es_MX.js2
-rw-r--r--apps/oauth2/l10n/es_MX.json2
-rw-r--r--apps/oauth2/l10n/es_NI.js2
-rw-r--r--apps/oauth2/l10n/es_NI.json2
-rw-r--r--apps/oauth2/l10n/es_PA.js2
-rw-r--r--apps/oauth2/l10n/es_PA.json2
-rw-r--r--apps/oauth2/l10n/es_PE.js2
-rw-r--r--apps/oauth2/l10n/es_PE.json2
-rw-r--r--apps/oauth2/l10n/es_PR.js2
-rw-r--r--apps/oauth2/l10n/es_PR.json2
-rw-r--r--apps/oauth2/l10n/es_PY.js2
-rw-r--r--apps/oauth2/l10n/es_PY.json2
-rw-r--r--apps/oauth2/l10n/es_SV.js2
-rw-r--r--apps/oauth2/l10n/es_SV.json2
-rw-r--r--apps/oauth2/l10n/es_UY.js2
-rw-r--r--apps/oauth2/l10n/es_UY.json2
-rw-r--r--apps/oauth2/l10n/fr.js2
-rw-r--r--apps/oauth2/l10n/fr.json2
-rw-r--r--apps/oauth2/l10n/it.js2
-rw-r--r--apps/oauth2/l10n/it.json2
-rw-r--r--apps/oauth2/l10n/pt_BR.js2
-rw-r--r--apps/oauth2/l10n/pt_BR.json2
-rw-r--r--apps/oauth2/l10n/pt_PT.js2
-rw-r--r--apps/oauth2/l10n/pt_PT.json2
44 files changed, 44 insertions, 44 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js
index cc88c192d68..a27cc6fe0d2 100644
--- a/apps/oauth2/l10n/es.js
+++ b/apps/oauth2/l10n/es.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Show client secret" : "Mostrar secreto del cliente",
"Delete" : "Eliminar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json
index c98f8bdb766..4770dc0d130 100644
--- a/apps/oauth2/l10n/es.json
+++ b/apps/oauth2/l10n/es.json
@@ -14,5 +14,5 @@
"Secret" : "Secreto",
"Show client secret" : "Mostrar secreto del cliente",
"Delete" : "Eliminar"
-},"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/apps/oauth2/l10n/es_419.js b/apps/oauth2/l10n/es_419.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_419.js
+++ b/apps/oauth2/l10n/es_419.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_419.json b/apps/oauth2/l10n/es_419.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_419.json
+++ b/apps/oauth2/l10n/es_419.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_AR.js b/apps/oauth2/l10n/es_AR.js
index 196db20b818..d859ef2037f 100644
--- a/apps/oauth2/l10n/es_AR.js
+++ b/apps/oauth2/l10n/es_AR.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Eliminar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_AR.json b/apps/oauth2/l10n/es_AR.json
index e6c9d759bfe..8ec9149cb0d 100644
--- a/apps/oauth2/l10n/es_AR.json
+++ b/apps/oauth2/l10n/es_AR.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Eliminar"
-},"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/apps/oauth2/l10n/es_CL.js b/apps/oauth2/l10n/es_CL.js
index 00ba6a40669..526958adef2 100644
--- a/apps/oauth2/l10n/es_CL.js
+++ b/apps/oauth2/l10n/es_CL.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_CL.json b/apps/oauth2/l10n/es_CL.json
index e252779a553..2640762b41a 100644
--- a/apps/oauth2/l10n/es_CL.json
+++ b/apps/oauth2/l10n/es_CL.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_CO.js b/apps/oauth2/l10n/es_CO.js
index 00ba6a40669..526958adef2 100644
--- a/apps/oauth2/l10n/es_CO.js
+++ b/apps/oauth2/l10n/es_CO.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_CO.json b/apps/oauth2/l10n/es_CO.json
index e252779a553..2640762b41a 100644
--- a/apps/oauth2/l10n/es_CO.json
+++ b/apps/oauth2/l10n/es_CO.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_CR.js b/apps/oauth2/l10n/es_CR.js
index 00ba6a40669..526958adef2 100644
--- a/apps/oauth2/l10n/es_CR.js
+++ b/apps/oauth2/l10n/es_CR.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_CR.json b/apps/oauth2/l10n/es_CR.json
index e252779a553..2640762b41a 100644
--- a/apps/oauth2/l10n/es_CR.json
+++ b/apps/oauth2/l10n/es_CR.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_DO.js b/apps/oauth2/l10n/es_DO.js
index 00ba6a40669..526958adef2 100644
--- a/apps/oauth2/l10n/es_DO.js
+++ b/apps/oauth2/l10n/es_DO.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_DO.json b/apps/oauth2/l10n/es_DO.json
index e252779a553..2640762b41a 100644
--- a/apps/oauth2/l10n/es_DO.json
+++ b/apps/oauth2/l10n/es_DO.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_EC.js b/apps/oauth2/l10n/es_EC.js
index 00ba6a40669..526958adef2 100644
--- a/apps/oauth2/l10n/es_EC.js
+++ b/apps/oauth2/l10n/es_EC.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_EC.json b/apps/oauth2/l10n/es_EC.json
index e252779a553..2640762b41a 100644
--- a/apps/oauth2/l10n/es_EC.json
+++ b/apps/oauth2/l10n/es_EC.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_GT.js b/apps/oauth2/l10n/es_GT.js
index 00ba6a40669..526958adef2 100644
--- a/apps/oauth2/l10n/es_GT.js
+++ b/apps/oauth2/l10n/es_GT.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_GT.json b/apps/oauth2/l10n/es_GT.json
index e252779a553..2640762b41a 100644
--- a/apps/oauth2/l10n/es_GT.json
+++ b/apps/oauth2/l10n/es_GT.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_HN.js b/apps/oauth2/l10n/es_HN.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_HN.js
+++ b/apps/oauth2/l10n/es_HN.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_HN.json b/apps/oauth2/l10n/es_HN.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_HN.json
+++ b/apps/oauth2/l10n/es_HN.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_MX.js b/apps/oauth2/l10n/es_MX.js
index 0384f36efad..c269a42b89f 100644
--- a/apps/oauth2/l10n/es_MX.js
+++ b/apps/oauth2/l10n/es_MX.js
@@ -13,4 +13,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_MX.json b/apps/oauth2/l10n/es_MX.json
index 0f20c80bdf9..6e853a9871f 100644
--- a/apps/oauth2/l10n/es_MX.json
+++ b/apps/oauth2/l10n/es_MX.json
@@ -10,5 +10,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_NI.js b/apps/oauth2/l10n/es_NI.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_NI.js
+++ b/apps/oauth2/l10n/es_NI.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_NI.json b/apps/oauth2/l10n/es_NI.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_NI.json
+++ b/apps/oauth2/l10n/es_NI.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_PA.js b/apps/oauth2/l10n/es_PA.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_PA.js
+++ b/apps/oauth2/l10n/es_PA.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_PA.json b/apps/oauth2/l10n/es_PA.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_PA.json
+++ b/apps/oauth2/l10n/es_PA.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_PE.js b/apps/oauth2/l10n/es_PE.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_PE.js
+++ b/apps/oauth2/l10n/es_PE.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_PE.json b/apps/oauth2/l10n/es_PE.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_PE.json
+++ b/apps/oauth2/l10n/es_PE.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_PR.js b/apps/oauth2/l10n/es_PR.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_PR.js
+++ b/apps/oauth2/l10n/es_PR.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_PR.json b/apps/oauth2/l10n/es_PR.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_PR.json
+++ b/apps/oauth2/l10n/es_PR.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_PY.js b/apps/oauth2/l10n/es_PY.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_PY.js
+++ b/apps/oauth2/l10n/es_PY.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_PY.json b/apps/oauth2/l10n/es_PY.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_PY.json
+++ b/apps/oauth2/l10n/es_PY.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_SV.js b/apps/oauth2/l10n/es_SV.js
index 00ba6a40669..4aec3467450 100644
--- a/apps/oauth2/l10n/es_SV.js
+++ b/apps/oauth2/l10n/es_SV.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_SV.json b/apps/oauth2/l10n/es_SV.json
index e252779a553..3cb30b3b90c 100644
--- a/apps/oauth2/l10n/es_SV.json
+++ b/apps/oauth2/l10n/es_SV.json
@@ -8,5 +8,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/es_UY.js b/apps/oauth2/l10n/es_UY.js
index c5703ae79c8..c5271fbd3f6 100644
--- a/apps/oauth2/l10n/es_UY.js
+++ b/apps/oauth2/l10n/es_UY.js
@@ -10,4 +10,4 @@ OC.L10N.register(
"Secret" : "Secreto",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/es_UY.json b/apps/oauth2/l10n/es_UY.json
index 3a272b8f2b5..e9f1d3c6268 100644
--- a/apps/oauth2/l10n/es_UY.json
+++ b/apps/oauth2/l10n/es_UY.json
@@ -7,5 +7,5 @@
"Client Identifier" : "Identificador del cliente",
"Secret" : "Secreto",
"Delete" : "Borrar"
-},"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/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js
index c8080f0319d..d2ddb02a9cf 100644
--- a/apps/oauth2/l10n/fr.js
+++ b/apps/oauth2/l10n/fr.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Show client secret" : "Afficher client secret",
"Delete" : "Supprimer"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json
index 9f079bd9ad2..38af84dd1c4 100644
--- a/apps/oauth2/l10n/fr.json
+++ b/apps/oauth2/l10n/fr.json
@@ -14,5 +14,5 @@
"Secret" : "Secret",
"Show client secret" : "Afficher client secret",
"Delete" : "Supprimer"
-},"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/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js
index 291c3a815fa..0297c08cc13 100644
--- a/apps/oauth2/l10n/it.js
+++ b/apps/oauth2/l10n/it.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Show client secret" : "Mostra segreto del client",
"Delete" : "Elimina"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json
index 69a455109d5..8f77ef8ac7d 100644
--- a/apps/oauth2/l10n/it.json
+++ b/apps/oauth2/l10n/it.json
@@ -14,5 +14,5 @@
"Secret" : "Segreto",
"Show client secret" : "Mostra segreto del client",
"Delete" : "Elimina"
-},"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/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js
index a0ab3bcec15..3b0bb4f2fa9 100644
--- a/apps/oauth2/l10n/pt_BR.js
+++ b/apps/oauth2/l10n/pt_BR.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Show client secret" : "Mostra senha do cliente",
"Delete" : "Excluir"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json
index a7f11ef34fc..09862363ef9 100644
--- a/apps/oauth2/l10n/pt_BR.json
+++ b/apps/oauth2/l10n/pt_BR.json
@@ -14,5 +14,5 @@
"Secret" : "Secreto",
"Show client secret" : "Mostra senha do cliente",
"Delete" : "Excluir"
-},"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/apps/oauth2/l10n/pt_PT.js b/apps/oauth2/l10n/pt_PT.js
index ca8caff189d..88e49233d01 100644
--- a/apps/oauth2/l10n/pt_PT.js
+++ b/apps/oauth2/l10n/pt_PT.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Show client secret" : "Mostrar segredo do cliente",
"Delete" : "Apagar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/oauth2/l10n/pt_PT.json b/apps/oauth2/l10n/pt_PT.json
index 0613991d2f7..429024f8935 100644
--- a/apps/oauth2/l10n/pt_PT.json
+++ b/apps/oauth2/l10n/pt_PT.json
@@ -14,5 +14,5 @@
"Secret" : "Segredo",
"Show client secret" : "Mostrar segredo do cliente",
"Delete" : "Apagar"
-},"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