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

github.com/nextcloud/text.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:40:34 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 06:40:34 +0300
commitedfd0d20e27c7af7a000fc882ecf409df0a54524 (patch)
tree5fea61a6027a2591ba14be5455d162f5257a324c
parenta16bc508df8205fb6dd3f1ea35b02cbd356bb99c (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js4
-rw-r--r--l10n/es.json4
-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.js4
-rw-r--r--l10n/es_MX.json4
-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.js4
-rw-r--r--l10n/fr.json4
-rw-r--r--l10n/it.js4
-rw-r--r--l10n/it.json4
-rw-r--r--l10n/pt_BR.js4
-rw-r--r--l10n/pt_BR.json4
-rw-r--r--l10n/pt_PT.js4
-rw-r--r--l10n/pt_PT.json4
44 files changed, 56 insertions, 56 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 6157bdbed..d7bb8c074 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -104,6 +104,6 @@ OC.L10N.register(
"Insert image" : "Insertar imagen",
"New text document" : "Nuevo documento de texto",
"Currently active users:" : "Usuarios activos ahora:",
- "_and %n other editor_::_and %n other editors_" : ["y %n otro editor","y %n otros editores"]
+ "_and %n other editor_::_and %n other editors_" : ["y %n otro editor","y %n otros editores","y %n otros editores"]
},
-"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 5fbe3f47c..bfea639a5 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -102,6 +102,6 @@
"Insert image" : "Insertar imagen",
"New text document" : "Nuevo documento de texto",
"Currently active users:" : "Usuarios activos ahora:",
- "_and %n other editor_::_and %n other editors_" : ["y %n otro editor","y %n otros editores"]
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+ "_and %n other editor_::_and %n other editors_" : ["y %n otro editor","y %n otros editores","y %n otros editores"]
+},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_419.json
+++ b/l10n/es_419.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 3ee318858..774ea3fbc 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Info" : "Info",
"Warning" : "Advertencia"
},
-"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 53932d76f..96b5b5d0f 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -14,5 +14,5 @@
"Undo" : "Deshacer",
"Info" : "Info",
"Warning" : "Advertencia"
-},"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 677eeea53..b94e3fe21 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..4505d7b4b 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 677eeea53..b94e3fe21 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..4505d7b4b 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 677eeea53..b94e3fe21 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..4505d7b4b 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 677eeea53..b94e3fe21 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..4505d7b4b 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 677eeea53..b94e3fe21 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..4505d7b4b 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 677eeea53..b94e3fe21 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..4505d7b4b 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_HN.js
+++ b/l10n/es_HN.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_HN.json
+++ b/l10n/es_HN.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 7a3a88c74..009ec5997 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -50,6 +50,6 @@ OC.L10N.register(
"Warning" : "Advertencia",
"Insert image" : "Añadir imagen",
"New text document" : "Nuevo documento de texto",
- "_and %n other editor_::_and %n other editors_" : ["Y otro %n editor","Y otros %n editores"]
+ "_and %n other editor_::_and %n other editors_" : ["Y otro %n editor","Y otros %n editores","Y otros %n editores"]
},
-"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 c5e0d211b..4e110db62 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -48,6 +48,6 @@
"Warning" : "Advertencia",
"Insert image" : "Añadir imagen",
"New text document" : "Nuevo documento de texto",
- "_and %n other editor_::_and %n other editors_" : ["Y otro %n editor","Y otros %n editores"]
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+ "_and %n other editor_::_and %n other editors_" : ["Y otro %n editor","Y otros %n editores","Y otros %n editores"]
+},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_NI.js
+++ b/l10n/es_NI.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_NI.json
+++ b/l10n/es_NI.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_PA.json
+++ b/l10n/es_PA.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_PE.js
+++ b/l10n/es_PE.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_PE.json
+++ b/l10n/es_PE.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_PR.js
+++ b/l10n/es_PR.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_PR.json
+++ b/l10n/es_PR.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_PY.js
+++ b/l10n/es_PY.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_PY.json
+++ b/l10n/es_PY.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 677eeea53..5110d989b 100644
--- a/l10n/es_SV.js
+++ b/l10n/es_SV.js
@@ -22,4 +22,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 6fbf025ca..c95a44c33 100644
--- a/l10n/es_SV.json
+++ b/l10n/es_SV.json
@@ -19,5 +19,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 278cede98..63d0dfe49 100644
--- a/l10n/es_UY.js
+++ b/l10n/es_UY.js
@@ -18,4 +18,4 @@ OC.L10N.register(
"Success" : "Éxito",
"Warning" : "Advertencia"
},
-"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 9385082b3..b421d6ab3 100644
--- a/l10n/es_UY.json
+++ b/l10n/es_UY.json
@@ -15,5 +15,5 @@
"Info" : "Info",
"Success" : "Éxito",
"Warning" : "Advertencia"
-},"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 68aaa4c4d..62a54f876 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -100,6 +100,6 @@ OC.L10N.register(
"Insert image" : "Ajouter image",
"New text document" : "Nouveau document texte",
"Currently active users:" : "Utilisateurs actuellement actifs :",
- "_and %n other editor_::_and %n other editors_" : ["and %n other editor","et %n autres personnes"]
+ "_and %n other editor_::_and %n other editors_" : ["and %n other editor","et %n autres personnes","et %n autres personnes"]
},
-"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 8df536abc..410843cab 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -98,6 +98,6 @@
"Insert image" : "Ajouter image",
"New text document" : "Nouveau document texte",
"Currently active users:" : "Utilisateurs actuellement actifs :",
- "_and %n other editor_::_and %n other editors_" : ["and %n other editor","et %n autres personnes"]
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+ "_and %n other editor_::_and %n other editors_" : ["and %n other editor","et %n autres personnes","et %n autres personnes"]
+},"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 525b0d0e7..eae49c59f 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -102,6 +102,6 @@ OC.L10N.register(
"Insert image" : "Inserisci immagine",
"New text document" : "Nuovo documento di testo",
"Currently active users:" : "Utenti attualmente attivi:",
- "_and %n other editor_::_and %n other editors_" : ["e %n altro redattore","e %n altri redattori"]
+ "_and %n other editor_::_and %n other editors_" : ["e %n altro redattore","e %n altri redattori","e %n altri redattori"]
},
-"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 a56853151..b5fe142d4 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -100,6 +100,6 @@
"Insert image" : "Inserisci immagine",
"New text document" : "Nuovo documento di testo",
"Currently active users:" : "Utenti attualmente attivi:",
- "_and %n other editor_::_and %n other editors_" : ["e %n altro redattore","e %n altri redattori"]
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+ "_and %n other editor_::_and %n other editors_" : ["e %n altro redattore","e %n altri redattori","e %n altri redattori"]
+},"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 8744cb7a7..c6dd30135 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -105,6 +105,6 @@ OC.L10N.register(
"Insert image" : "Inserir imagem",
"New text document" : "Novo documento de texto",
"Currently active users:" : "Usuários ativos no momento:",
- "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores"]
+ "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores","e %n outros editores"]
},
-"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 f97fbaec2..1836900bd 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -103,6 +103,6 @@
"Insert image" : "Inserir imagem",
"New text document" : "Novo documento de texto",
"Currently active users:" : "Usuários ativos no momento:",
- "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores"]
-},"pluralForm" :"nplurals=2; plural=(n > 1);"
+ "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores","e %n outros editores"]
+},"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 ea3e1275d..5c12ef094 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -54,6 +54,6 @@ OC.L10N.register(
"Emoji picker" : "Selecionador de emoji ",
"New text document" : "Novo documento de texto",
"Currently active users:" : "Utilizadores ativos no momento:",
- "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores"]
+ "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores","e %n outros editores"]
},
-"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 08e1e2165..fa656b20c 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -52,6 +52,6 @@
"Emoji picker" : "Selecionador de emoji ",
"New text document" : "Novo documento de texto",
"Currently active users:" : "Utilizadores ativos no momento:",
- "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores"]
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+ "_and %n other editor_::_and %n other editors_" : ["e %n outro editor","e %n outros editores","e %n outros editores"]
+},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} \ No newline at end of file