diff --git a/l10n/es_EC.js b/l10n/es_EC.js new file mode 100644 index 0000000..3322930 --- /dev/null +++ b/l10n/es_EC.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "Método HTTP incorrecto", + "Bad credentials" : "Credenciales incorrectas" +}, +"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 new file mode 100644 index 0000000..a5be637 --- /dev/null +++ b/l10n/es_EC.json @@ -0,0 +1,5 @@ +{ "translations": { + "Bad HTTP method" : "Método HTTP incorrecto", + "Bad credentials" : "Credenciales incorrectas" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file