mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
8 lines
238 B
JavaScript
8 lines
238 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "روش HTTP بد",
|
|
"Bad credentials" : "اعتبارنامه بد",
|
|
"Connected accounts" : "حسابهای متصل"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|