mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
7 lines
188 B
JavaScript
7 lines
188 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "HTTP-metode er feil",
|
|
"Bad credentials" : "PÄloggingsdetaljene er feil"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|