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:01 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-24 05:33:01 +0300
commit1ce6592f638560872efbdcc83212676cb02cdb39 (patch)
treeaf5af1ac7958a2a4da719464cf8261db2407c44b /apps/files_trashbin/l10n
parentc625bb0c56976f6bc5948ac51622e3c47de29211 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r--apps/files_trashbin/l10n/es.js2
-rw-r--r--apps/files_trashbin/l10n/es.json2
-rw-r--r--apps/files_trashbin/l10n/es_419.js2
-rw-r--r--apps/files_trashbin/l10n/es_419.json2
-rw-r--r--apps/files_trashbin/l10n/es_AR.js2
-rw-r--r--apps/files_trashbin/l10n/es_AR.json2
-rw-r--r--apps/files_trashbin/l10n/es_CL.js2
-rw-r--r--apps/files_trashbin/l10n/es_CL.json2
-rw-r--r--apps/files_trashbin/l10n/es_CO.js2
-rw-r--r--apps/files_trashbin/l10n/es_CO.json2
-rw-r--r--apps/files_trashbin/l10n/es_CR.js2
-rw-r--r--apps/files_trashbin/l10n/es_CR.json2
-rw-r--r--apps/files_trashbin/l10n/es_DO.js2
-rw-r--r--apps/files_trashbin/l10n/es_DO.json2
-rw-r--r--apps/files_trashbin/l10n/es_EC.js2
-rw-r--r--apps/files_trashbin/l10n/es_EC.json2
-rw-r--r--apps/files_trashbin/l10n/es_GT.js2
-rw-r--r--apps/files_trashbin/l10n/es_GT.json2
-rw-r--r--apps/files_trashbin/l10n/es_HN.js2
-rw-r--r--apps/files_trashbin/l10n/es_HN.json2
-rw-r--r--apps/files_trashbin/l10n/es_MX.js2
-rw-r--r--apps/files_trashbin/l10n/es_MX.json2
-rw-r--r--apps/files_trashbin/l10n/es_NI.js2
-rw-r--r--apps/files_trashbin/l10n/es_NI.json2
-rw-r--r--apps/files_trashbin/l10n/es_PA.js2
-rw-r--r--apps/files_trashbin/l10n/es_PA.json2
-rw-r--r--apps/files_trashbin/l10n/es_PE.js2
-rw-r--r--apps/files_trashbin/l10n/es_PE.json2
-rw-r--r--apps/files_trashbin/l10n/es_PR.js2
-rw-r--r--apps/files_trashbin/l10n/es_PR.json2
-rw-r--r--apps/files_trashbin/l10n/es_PY.js2
-rw-r--r--apps/files_trashbin/l10n/es_PY.json2
-rw-r--r--apps/files_trashbin/l10n/es_SV.js2
-rw-r--r--apps/files_trashbin/l10n/es_SV.json2
-rw-r--r--apps/files_trashbin/l10n/es_UY.js2
-rw-r--r--apps/files_trashbin/l10n/es_UY.json2
-rw-r--r--apps/files_trashbin/l10n/fr.js2
-rw-r--r--apps/files_trashbin/l10n/fr.json2
-rw-r--r--apps/files_trashbin/l10n/it.js2
-rw-r--r--apps/files_trashbin/l10n/it.json2
-rw-r--r--apps/files_trashbin/l10n/pt_BR.js2
-rw-r--r--apps/files_trashbin/l10n/pt_BR.json2
-rw-r--r--apps/files_trashbin/l10n/pt_PT.js2
-rw-r--r--apps/files_trashbin/l10n/pt_PT.json2
44 files changed, 44 insertions, 44 deletions
diff --git a/apps/files_trashbin/l10n/es.js b/apps/files_trashbin/l10n/es.js
index 01627ff6b49..15290761620 100644
--- a/apps/files_trashbin/l10n/es.js
+++ b/apps/files_trashbin/l10n/es.js
@@ -28,4 +28,4 @@ OC.L10N.register(
"Error while emptying trashbin" : "Error al vaciar la papelera",
"Error while removing files from trashbin" : "Error al eliminar los archivos de la papelera"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es.json b/apps/files_trashbin/l10n/es.json
index 30202e22265..3221a8b9427 100644
--- a/apps/files_trashbin/l10n/es.json
+++ b/apps/files_trashbin/l10n/es.json
@@ -25,5 +25,5 @@
"Error while restoring files from trashbin" : "Error al restaurar los archivos desde papelera",
"Error while emptying trashbin" : "Error al vaciar la papelera",
"Error while removing files from trashbin" : "Error al eliminar los archivos de la papelera"
-},"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/files_trashbin/l10n/es_419.js b/apps/files_trashbin/l10n/es_419.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_419.js
+++ b/apps/files_trashbin/l10n/es_419.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_419.json b/apps/files_trashbin/l10n/es_419.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_419.json
+++ b/apps/files_trashbin/l10n/es_419.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_AR.js b/apps/files_trashbin/l10n/es_AR.js
index 979e2889f27..786790be133 100644
--- a/apps/files_trashbin/l10n/es_AR.js
+++ b/apps/files_trashbin/l10n/es_AR.js
@@ -23,4 +23,4 @@ OC.L10N.register(
"Error while emptying trashbin" : "Error al vaciar la papelera",
"Error while removing files from trashbin" : "Error al eliminar archivos de la papelera"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_AR.json b/apps/files_trashbin/l10n/es_AR.json
index ec9c305d8f1..e081b6a22da 100644
--- a/apps/files_trashbin/l10n/es_AR.json
+++ b/apps/files_trashbin/l10n/es_AR.json
@@ -20,5 +20,5 @@
"Error while restoring files from trashbin" : "Error al restaurar archivos de la papelera",
"Error while emptying trashbin" : "Error al vaciar la papelera",
"Error while removing files from trashbin" : "Error al eliminar archivos de la papelera"
-},"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/files_trashbin/l10n/es_CL.js b/apps/files_trashbin/l10n/es_CL.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_CL.js
+++ b/apps/files_trashbin/l10n/es_CL.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_CL.json b/apps/files_trashbin/l10n/es_CL.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_CL.json
+++ b/apps/files_trashbin/l10n/es_CL.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_CO.js b/apps/files_trashbin/l10n/es_CO.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_CO.js
+++ b/apps/files_trashbin/l10n/es_CO.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_CO.json b/apps/files_trashbin/l10n/es_CO.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_CO.json
+++ b/apps/files_trashbin/l10n/es_CO.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_CR.js b/apps/files_trashbin/l10n/es_CR.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_CR.js
+++ b/apps/files_trashbin/l10n/es_CR.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_CR.json b/apps/files_trashbin/l10n/es_CR.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_CR.json
+++ b/apps/files_trashbin/l10n/es_CR.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_DO.js b/apps/files_trashbin/l10n/es_DO.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_DO.js
+++ b/apps/files_trashbin/l10n/es_DO.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_DO.json b/apps/files_trashbin/l10n/es_DO.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_DO.json
+++ b/apps/files_trashbin/l10n/es_DO.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_EC.js b/apps/files_trashbin/l10n/es_EC.js
index 71059055def..d9c4f0b5d12 100644
--- a/apps/files_trashbin/l10n/es_EC.js
+++ b/apps/files_trashbin/l10n/es_EC.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Delete" : "Borrar",
"Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_EC.json b/apps/files_trashbin/l10n/es_EC.json
index c3aa3ae5c8a..9bb8dedf58b 100644
--- a/apps/files_trashbin/l10n/es_EC.json
+++ b/apps/files_trashbin/l10n/es_EC.json
@@ -14,5 +14,5 @@
"Deleted" : "Borrado",
"Delete" : "Borrar",
"Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera"
-},"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/files_trashbin/l10n/es_GT.js b/apps/files_trashbin/l10n/es_GT.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_GT.js
+++ b/apps/files_trashbin/l10n/es_GT.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_GT.json b/apps/files_trashbin/l10n/es_GT.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_GT.json
+++ b/apps/files_trashbin/l10n/es_GT.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_HN.js b/apps/files_trashbin/l10n/es_HN.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_HN.js
+++ b/apps/files_trashbin/l10n/es_HN.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_HN.json b/apps/files_trashbin/l10n/es_HN.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_HN.json
+++ b/apps/files_trashbin/l10n/es_HN.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_MX.js b/apps/files_trashbin/l10n/es_MX.js
index ec6f22efef9..4cb50d05358 100644
--- a/apps/files_trashbin/l10n/es_MX.js
+++ b/apps/files_trashbin/l10n/es_MX.js
@@ -19,4 +19,4 @@ OC.L10N.register(
"Delete" : "Borrar",
"Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_MX.json b/apps/files_trashbin/l10n/es_MX.json
index bce7cb2215e..583af2cf071 100644
--- a/apps/files_trashbin/l10n/es_MX.json
+++ b/apps/files_trashbin/l10n/es_MX.json
@@ -16,5 +16,5 @@
"Deleted" : "Borrado",
"Delete" : "Borrar",
"Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera"
-},"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/files_trashbin/l10n/es_NI.js b/apps/files_trashbin/l10n/es_NI.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_NI.js
+++ b/apps/files_trashbin/l10n/es_NI.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_NI.json b/apps/files_trashbin/l10n/es_NI.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_NI.json
+++ b/apps/files_trashbin/l10n/es_NI.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_PA.js b/apps/files_trashbin/l10n/es_PA.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_PA.js
+++ b/apps/files_trashbin/l10n/es_PA.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_PA.json b/apps/files_trashbin/l10n/es_PA.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_PA.json
+++ b/apps/files_trashbin/l10n/es_PA.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_PE.js b/apps/files_trashbin/l10n/es_PE.js
index 71059055def..d9c4f0b5d12 100644
--- a/apps/files_trashbin/l10n/es_PE.js
+++ b/apps/files_trashbin/l10n/es_PE.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Delete" : "Borrar",
"Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_PE.json b/apps/files_trashbin/l10n/es_PE.json
index c3aa3ae5c8a..9bb8dedf58b 100644
--- a/apps/files_trashbin/l10n/es_PE.json
+++ b/apps/files_trashbin/l10n/es_PE.json
@@ -14,5 +14,5 @@
"Deleted" : "Borrado",
"Delete" : "Borrar",
"Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera"
-},"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/files_trashbin/l10n/es_PR.js b/apps/files_trashbin/l10n/es_PR.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_PR.js
+++ b/apps/files_trashbin/l10n/es_PR.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_PR.json b/apps/files_trashbin/l10n/es_PR.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_PR.json
+++ b/apps/files_trashbin/l10n/es_PR.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_PY.js b/apps/files_trashbin/l10n/es_PY.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_PY.js
+++ b/apps/files_trashbin/l10n/es_PY.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_PY.json b/apps/files_trashbin/l10n/es_PY.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_PY.json
+++ b/apps/files_trashbin/l10n/es_PY.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_SV.js b/apps/files_trashbin/l10n/es_SV.js
index 64dffd64a86..a57d7ddffa9 100644
--- a/apps/files_trashbin/l10n/es_SV.js
+++ b/apps/files_trashbin/l10n/es_SV.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_SV.json b/apps/files_trashbin/l10n/es_SV.json
index e5bd95e09ec..2cd5f41dff9 100644
--- a/apps/files_trashbin/l10n/es_SV.json
+++ b/apps/files_trashbin/l10n/es_SV.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/es_UY.js b/apps/files_trashbin/l10n/es_UY.js
index 64dffd64a86..95dc1d196d9 100644
--- a/apps/files_trashbin/l10n/es_UY.js
+++ b/apps/files_trashbin/l10n/es_UY.js
@@ -16,4 +16,4 @@ OC.L10N.register(
"Deleted" : "Borrado",
"Delete" : "Borrar"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/es_UY.json b/apps/files_trashbin/l10n/es_UY.json
index e5bd95e09ec..26e4cc4a1ae 100644
--- a/apps/files_trashbin/l10n/es_UY.json
+++ b/apps/files_trashbin/l10n/es_UY.json
@@ -13,5 +13,5 @@
"Actions" : "Acciones",
"Deleted" : "Borrado",
"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/files_trashbin/l10n/fr.js b/apps/files_trashbin/l10n/fr.js
index 5b14973851f..08d79f955ec 100644
--- a/apps/files_trashbin/l10n/fr.js
+++ b/apps/files_trashbin/l10n/fr.js
@@ -29,4 +29,4 @@ OC.L10N.register(
"Error while emptying trashbin" : "Erreur lors du vidage de la corbeille",
"Error while removing files from trashbin" : "Erreur lors de la suppression des fichiers de la corbeille"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/fr.json b/apps/files_trashbin/l10n/fr.json
index 5b7be2859a4..1d784668642 100644
--- a/apps/files_trashbin/l10n/fr.json
+++ b/apps/files_trashbin/l10n/fr.json
@@ -26,5 +26,5 @@
"Error while restoring files from trashbin" : "Erreur lors de la restauration des fichiers de la corbeille",
"Error while emptying trashbin" : "Erreur lors du vidage de la corbeille",
"Error while removing files from trashbin" : "Erreur lors de la suppression des fichiers de la corbeille"
-},"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/files_trashbin/l10n/it.js b/apps/files_trashbin/l10n/it.js
index 860d7a9575d..49c57548370 100644
--- a/apps/files_trashbin/l10n/it.js
+++ b/apps/files_trashbin/l10n/it.js
@@ -29,4 +29,4 @@ OC.L10N.register(
"Error while emptying trashbin" : "Errore durante lo svuotamento del cestino",
"Error while removing files from trashbin" : "Errore durante la rimozione dei file dal cestino"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/it.json b/apps/files_trashbin/l10n/it.json
index f28773dfde2..716d15bbc20 100644
--- a/apps/files_trashbin/l10n/it.json
+++ b/apps/files_trashbin/l10n/it.json
@@ -26,5 +26,5 @@
"Error while restoring files from trashbin" : "Errore durante il ripristino dei file dal cestino",
"Error while emptying trashbin" : "Errore durante lo svuotamento del cestino",
"Error while removing files from trashbin" : "Errore durante la rimozione dei file dal cestino"
-},"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/files_trashbin/l10n/pt_BR.js b/apps/files_trashbin/l10n/pt_BR.js
index 0d413a49eed..02adc00fe7e 100644
--- a/apps/files_trashbin/l10n/pt_BR.js
+++ b/apps/files_trashbin/l10n/pt_BR.js
@@ -29,4 +29,4 @@ OC.L10N.register(
"Error while emptying trashbin" : "Erro ao esvaziar a lixeira",
"Error while removing files from trashbin" : "Erro ao remover arquivos da lixeira"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/pt_BR.json b/apps/files_trashbin/l10n/pt_BR.json
index 89ea74d3047..84dc44d4bd0 100644
--- a/apps/files_trashbin/l10n/pt_BR.json
+++ b/apps/files_trashbin/l10n/pt_BR.json
@@ -26,5 +26,5 @@
"Error while restoring files from trashbin" : "Erro ao restaurar arquivos da lixeira",
"Error while emptying trashbin" : "Erro ao esvaziar a lixeira",
"Error while removing files from trashbin" : "Erro ao remover arquivos da lixeira"
-},"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/files_trashbin/l10n/pt_PT.js b/apps/files_trashbin/l10n/pt_PT.js
index 233a1207558..8946a0ce6e3 100644
--- a/apps/files_trashbin/l10n/pt_PT.js
+++ b/apps/files_trashbin/l10n/pt_PT.js
@@ -17,4 +17,4 @@ OC.L10N.register(
"Delete" : "Eliminar",
"Error while removing file from trashbin" : "Erro ao remover arquivo da lixeira"
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/pt_PT.json b/apps/files_trashbin/l10n/pt_PT.json
index 9c5e7c331c3..d9eb3b21d08 100644
--- a/apps/files_trashbin/l10n/pt_PT.json
+++ b/apps/files_trashbin/l10n/pt_PT.json
@@ -14,5 +14,5 @@
"Deleted" : "Eliminado",
"Delete" : "Eliminar",
"Error while removing file from trashbin" : "Erro ao remover arquivo da lixeira"
-},"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