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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
-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.js2
-rw-r--r--l10n/es_MX.json2
-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.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/pt_BR.js2
-rw-r--r--l10n/pt_BR.json2
-rw-r--r--l10n/pt_PT.js2
-rw-r--r--l10n/pt_PT.json2
44 files changed, 44 insertions, 44 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 62364db..9e5b64c 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -84,4 +84,4 @@ OC.L10N.register(
"Verification code" : "Código de verificación",
"Verify" : "Verificar"
},
-"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 15769a1..e7807cb 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -81,5 +81,5 @@
"Create account" : "Crear cuenta",
"Verification code" : "Código de verificación",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_419.json
+++ b/l10n/es_419.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 6f3101f..ca00b4b 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 06fb2ea..5f8f085 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_HN.js
+++ b/l10n/es_HN.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_HN.json
+++ b/l10n/es_HN.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..9f111c4 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..73cc56e 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_NI.js
+++ b/l10n/es_NI.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_NI.json
+++ b/l10n/es_NI.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_PA.json
+++ b/l10n/es_PA.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_PE.js
+++ b/l10n/es_PE.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_PE.json
+++ b/l10n/es_PE.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_PR.js
+++ b/l10n/es_PR.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_PR.json
+++ b/l10n/es_PR.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_PY.js
+++ b/l10n/es_PY.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_PY.json
+++ b/l10n/es_PY.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 71c43c3..93d3c50 100644
--- a/l10n/es_SV.js
+++ b/l10n/es_SV.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 6e074f0..dc6a986 100644
--- a/l10n/es_SV.json
+++ b/l10n/es_SV.json
@@ -9,5 +9,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 278d183..5d7665b 100644
--- a/l10n/es_UY.js
+++ b/l10n/es_UY.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
},
-"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 be9f013..158aa6b 100644
--- a/l10n/es_UY.json
+++ b/l10n/es_UY.json
@@ -8,5 +8,5 @@
"Password" : "Contraseña",
"Create account" : "Crear cuenta",
"Verify" : "Verificar"
-},"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 829c02d..718fd50 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -88,4 +88,4 @@ OC.L10N.register(
"Verification code" : "Code de vérification",
"Verify" : "Vérifier"
},
-"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 7ce3055..f46ac7a 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -85,5 +85,5 @@
"Create account" : "Créer un compte",
"Verification code" : "Code de vérification",
"Verify" : "Vérifier"
-},"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 7ef1b4e..3d16259 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -84,4 +84,4 @@ OC.L10N.register(
"Verification code" : "Codice di verifica",
"Verify" : "Verifica"
},
-"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 88b4b8d..30a82b5 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -81,5 +81,5 @@
"Create account" : "Crea account",
"Verification code" : "Codice di verifica",
"Verify" : "Verifica"
-},"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 d6528d5..6871be2 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -88,4 +88,4 @@ OC.L10N.register(
"Verification code" : "Código de verificação",
"Verify" : "Verificar"
},
-"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 3755198..d692b44 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -85,5 +85,5 @@
"Create account" : "Criar conta",
"Verification code" : "Código de verificação",
"Verify" : "Verificar"
-},"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 d9bd2d8..fc64bbc 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -19,4 +19,4 @@ OC.L10N.register(
"Create account" : "Criar conta",
"Verify" : "Verificar"
},
-"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 2d3e9c0..f81e9fa 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -16,5 +16,5 @@
"Password" : "Palavra-passe",
"Create account" : "Criar conta",
"Verify" : "Verificar"
-},"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