mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
7 lines
200 B
JavaScript
7 lines
200 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "Phương thức HTTP không hợp lệ",
|
|
"Connected as {user}" : "Kết nối bởi {user}"
|
|
},
|
|
"nplurals=1; plural=0;");
|