From 1ce6592f638560872efbdcc83212676cb02cdb39 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 24 May 2022 02:33:01 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/oauth2/l10n/es.js | 2 +- apps/oauth2/l10n/es.json | 2 +- apps/oauth2/l10n/es_419.js | 2 +- apps/oauth2/l10n/es_419.json | 2 +- apps/oauth2/l10n/es_AR.js | 2 +- apps/oauth2/l10n/es_AR.json | 2 +- apps/oauth2/l10n/es_CL.js | 2 +- apps/oauth2/l10n/es_CL.json | 2 +- apps/oauth2/l10n/es_CO.js | 2 +- apps/oauth2/l10n/es_CO.json | 2 +- apps/oauth2/l10n/es_CR.js | 2 +- apps/oauth2/l10n/es_CR.json | 2 +- apps/oauth2/l10n/es_DO.js | 2 +- apps/oauth2/l10n/es_DO.json | 2 +- apps/oauth2/l10n/es_EC.js | 2 +- apps/oauth2/l10n/es_EC.json | 2 +- apps/oauth2/l10n/es_GT.js | 2 +- apps/oauth2/l10n/es_GT.json | 2 +- apps/oauth2/l10n/es_HN.js | 2 +- apps/oauth2/l10n/es_HN.json | 2 +- apps/oauth2/l10n/es_MX.js | 2 +- apps/oauth2/l10n/es_MX.json | 2 +- apps/oauth2/l10n/es_NI.js | 2 +- apps/oauth2/l10n/es_NI.json | 2 +- apps/oauth2/l10n/es_PA.js | 2 +- apps/oauth2/l10n/es_PA.json | 2 +- apps/oauth2/l10n/es_PE.js | 2 +- apps/oauth2/l10n/es_PE.json | 2 +- apps/oauth2/l10n/es_PR.js | 2 +- apps/oauth2/l10n/es_PR.json | 2 +- apps/oauth2/l10n/es_PY.js | 2 +- apps/oauth2/l10n/es_PY.json | 2 +- apps/oauth2/l10n/es_SV.js | 2 +- apps/oauth2/l10n/es_SV.json | 2 +- apps/oauth2/l10n/es_UY.js | 2 +- apps/oauth2/l10n/es_UY.json | 2 +- apps/oauth2/l10n/fr.js | 2 +- apps/oauth2/l10n/fr.json | 2 +- apps/oauth2/l10n/it.js | 2 +- apps/oauth2/l10n/it.json | 2 +- apps/oauth2/l10n/pt_BR.js | 2 +- apps/oauth2/l10n/pt_BR.json | 2 +- apps/oauth2/l10n/pt_PT.js | 2 +- apps/oauth2/l10n/pt_PT.json | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) (limited to 'apps/oauth2') 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 -- cgit v1.2.3