diff --git a/l10n/es.js b/l10n/es.js index 0f2eaa2..7b2af3a 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -52,4 +52,4 @@ OC.L10N.register( "Date" : "Fecha", "Perceptible Temperature" : "Temperatura perceptible" }, -"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 750ecd5..6efac44 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -49,5 +49,5 @@ "Sunset" : "Atardecer", "Date" : "Fecha", "Perceptible Temperature" : "Temperatura perceptible" -},"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 a0ce8f1..873169e 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Atardecer", "Date" : "Fecha" }, -"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 eeaab67..df0ef07 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -24,5 +24,5 @@ "Sunrise" : "Amacer", "Sunset" : "Atardecer", "Date" : "Fecha" -},"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 8137c15..702af2f 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -28,4 +28,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 34020c3..2f43498 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -25,5 +25,5 @@ "Sunrise" : "Amanecer", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 b062c33..cafcc0d 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -28,4 +28,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 8475091..914f9d2 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -25,5 +25,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..b12704a 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..d236c8f 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 bdc5361..c49fb85 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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 0d8d6d3..36477df 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"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 34fd646..fd4bd1e 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -52,4 +52,4 @@ OC.L10N.register( "Date" : "Date", "Perceptible Temperature" : "Température ressentie" }, -"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 4e35f36..0dba92c 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -49,5 +49,5 @@ "Sunset" : "Coucher du soleil", "Date" : "Date", "Perceptible Temperature" : "Température ressentie" -},"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 1377b24..5aeb615 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -52,4 +52,4 @@ OC.L10N.register( "Date" : "Data", "Perceptible Temperature" : "Temperatura percepita" }, -"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 58794ef..1178448 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -49,5 +49,5 @@ "Sunset" : "Tramonto", "Date" : "Data", "Perceptible Temperature" : "Temperatura percepita" -},"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 5e690a8..26f9c6d 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -52,4 +52,4 @@ OC.L10N.register( "Date" : "Data", "Perceptible Temperature" : "Temperatura Perceptível" }, -"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 88a80b6..32c5f2e 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -49,5 +49,5 @@ "Sunset" : "Pôr do sol", "Date" : "Data", "Perceptible Temperature" : "Temperatura Perceptível" -},"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 cff7990..d334378 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -52,4 +52,4 @@ OC.L10N.register( "Date" : "Data", "Perceptible Temperature" : "Sensação térmica" }, -"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 1014fc0..f6fd689 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -49,5 +49,5 @@ "Sunset" : "Pôr do Sol", "Date" : "Data", "Perceptible Temperature" : "Sensação térmica" -},"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