diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 0000000..342417a --- /dev/null +++ b/l10n/ar.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "دالة HTTP غير صحيحة", + "Bad credentials" : "رموز التعريف غير صحيحة", + "Connected accounts" : "حسابات مترابطة", + "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;"); diff --git a/l10n/ar.json b/l10n/ar.json new file mode 100644 index 0000000..4121a24 --- /dev/null +++ b/l10n/ar.json @@ -0,0 +1,7 @@ +{ "translations": { + "Bad HTTP method" : "دالة HTTP غير صحيحة", + "Bad credentials" : "رموز التعريف غير صحيحة", + "Connected accounts" : "حسابات مترابطة", + "Check SSL certificate" : "فحص شهادة الآمان SSL" +},"pluralForm" :"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;" +} \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index 7a075f5..14bdc9c 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -1,6 +1,7 @@ OC.L10N.register( "integration_moodle", { + "Bad HTTP method" : "שגיאה במתודת HTTP", "Bad credentials" : "פרטי גישה שגויים", "Connected accounts" : "חשבונות מקושרים" }, diff --git a/l10n/he.json b/l10n/he.json index d2f55e9..c802f0d 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -1,4 +1,5 @@ { "translations": { + "Bad HTTP method" : "שגיאה במתודת HTTP", "Bad credentials" : "פרטי גישה שגויים", "Connected accounts" : "חשבונות מקושרים" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"