diff --git a/l10n/ar.js b/l10n/ar.js index 342417a..77043bb 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -4,6 +4,7 @@ OC.L10N.register( "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;"); diff --git a/l10n/ar.json b/l10n/ar.json index 4121a24..e7e91cc 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -2,6 +2,7 @@ "Bad HTTP method" : "دالة HTTP غير صحيحة", "Bad credentials" : "رموز التعريف غير صحيحة", "Connected accounts" : "حسابات مترابطة", + "Connected as {user}" : "متصل بصفته {user}", "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