diff --git a/l10n/es.js b/l10n/es.js index 0bb2bd0..cd09a03 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -42,4 +42,4 @@ OC.L10N.register( "Extract Office" : "Extraer Office", "Index the content of office files." : "Indexar el contenido de los archivos de Office." }, -"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 246978f..fcdb6a1 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -39,5 +39,5 @@ "Index the content of PDF files." : "Indexa el contenido de los archivos PDF.", "Extract Office" : "Extraer Office", "Index the content of office files." : "Indexar el contenido de los archivos de Office." -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 4f1ae4f..a6862be 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -10,4 +10,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 8551e62..b787742 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -7,5 +7,5 @@ "Could not copy \"{file}\"" : "No es posible copiar \"{file}\"", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 f8bdaf1..c346184 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -15,4 +15,4 @@ OC.L10N.register( "Extension to the _Full text search_ app to index your users' files." : "Extensión a la aplicación _Full text search_  para indexar tus archivos de usuarios.", "Files" : "Archivos" }, -"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 22867ec..c4cb65f 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -12,5 +12,5 @@ "Index the content of your files" : "Indexa el contenido de tus archivos", "Extension to the _Full text search_ app to index your users' files." : "Extensión a la aplicación _Full text search_  para indexar tus archivos de usuarios.", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..e874628 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..4ee39b4 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 72b4b57..5f52ec6 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Carpetas de grupo", "Files" : "Archivos" }, -"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 93155da..90e6b7f 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}", "Group folders" : "Carpetas de grupo", "Files" : "Archivos" -},"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 5b2bf16..b89ccf2 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -42,4 +42,4 @@ OC.L10N.register( "Extract Office" : "Extraire au format Office", "Index the content of office files." : "Indexe le contenu des fichiers Office." }, -"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 a53825a..eaccf7b 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -39,5 +39,5 @@ "Index the content of PDF files." : "Indexer le contenu des fichiers PDF.", "Extract Office" : "Extraire au format Office", "Index the content of office files." : "Indexe le contenu des fichiers Office." -},"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 5f17ae4..b649d2c 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -42,4 +42,4 @@ OC.L10N.register( "Extract Office" : "Estrai Office", "Index the content of office files." : "Indicizza il contenuto dei file di Office." }, -"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 e6e7854..1c7106b 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -39,5 +39,5 @@ "Index the content of PDF files." : "Indicizza il contenuto dei file PDF.", "Extract Office" : "Estrai Office", "Index the content of office files." : "Indicizza il contenuto dei file di Office." -},"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 ec74ec6..c500fe5 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -42,4 +42,4 @@ OC.L10N.register( "Extract Office" : "Extrair Office", "Index the content of office files." : "Indexar o conteúdo de arquivos do office." }, -"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 91c9722..08a52a2 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -39,5 +39,5 @@ "Index the content of PDF files." : "Indexar o conteúdo de arquivos PDF.", "Extract Office" : "Extrair Office", "Index the content of office files." : "Indexar o conteúdo de arquivos do office." -},"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 9d4c4f4..93258c6 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -13,4 +13,4 @@ OC.L10N.register( "Group folders" : "Pastas de grupo", "Files" : "Ficheiros" }, -"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 33ec336..2290ea4 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -10,5 +10,5 @@ "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiados {origin} e {nbfiles} outros ficheiros para dentro de {destination}", "Group folders" : "Pastas de grupo", "Files" : "Ficheiros" -},"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