mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
7 lines
236 B
JavaScript
7 lines
236 B
JavaScript
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;");
|