mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
10 lines
332 B
JavaScript
10 lines
332 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "DÃ¥rlig HTTP metode",
|
|
"Bad credentials" : "Forkerte legitimationsoplysninger",
|
|
"Connected accounts" : "Forbundne konti",
|
|
"Your password" : "Din adgangskode",
|
|
"Connected as {user}" : "Forbundet som {user}"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|