mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
10 lines
481 B
JavaScript
10 lines
481 B
JavaScript
OC.L10N.register(
|
|
"integration_moodle",
|
|
{
|
|
"Bad HTTP method" : "دالة HTTP غير صحيحة",
|
|
"Bad credentials" : "رموز التعريف غير صحيحة",
|
|
"Connected accounts" : "حسابات مترابطة",
|
|
"Connected as {user}" : "متصل بصفته {user}",
|
|
"Check SSL certificate" : "فحص شهادة الآمان SSL"
|
|
},
|
|
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|