mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
10 lines
316 B
JavaScript
10 lines
316 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad credentials" : "Marrits identificants",
|
|
"Connected accounts" : "Comptes connectats",
|
|
"Moodle password" : "Senhal moodle",
|
|
"Your password" : "Vòstre senhal",
|
|
"Connected as {user}" : "Connectat coma {user}"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|