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