nextcloud/apps/user_ldap/l10n/ar.php

9 lines
294 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "فشل الحذف",
2013-05-18 04:03:28 +04:00
"Error" => "خطأ",
2013-01-18 03:04:36 +04:00
"Password" => "كلمة المرور",
"Help" => "المساعدة"
2012-12-23 03:10:23 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "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;";