mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
9 lines
331 B
JavaScript
9 lines
331 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "Phương thức HTTP không hợp lệ",
|
|
"Bad credentials" : "Thông tin đăng nhập không hợp lệ.",
|
|
"Connected accounts" : "Đã kết nối tài khoản",
|
|
"Connected as {user}" : "Kết nối bởi {user}"
|
|
},
|
|
"nplurals=1; plural=0;");
|