nextcloud/apps/user_ldap/l10n/ar.php

21 lines
902 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-20 09:56:42 +04:00
"Failed to delete the server configuration" => "تعذر حذف ملف إعدادات الخادم",
"The configuration is valid and the connection could be established!" => "الإعدادت صحيحة",
2013-02-02 03:08:15 +04:00
"Deletion failed" => "فشل الحذف",
2014-03-20 09:56:42 +04:00
"Success" => "نجاح",
2013-05-18 04:03:28 +04:00
"Error" => "خطأ",
2013-10-27 10:32:11 +04:00
"Select groups" => "إختر مجموعة",
"_%s group found_::_%s groups found_" => array("","","","","",""),
"_%s user found_::_%s users found_" => array("","","","","",""),
2013-11-11 14:47:59 +04:00
"Save" => "حفظ",
2013-10-27 10:32:11 +04:00
"Help" => "المساعدة",
2013-10-07 03:16:10 +04:00
"Host" => "المضيف",
2014-03-21 09:55:35 +04:00
"Port" => "المنفذ",
2013-01-18 03:04:36 +04:00
"Password" => "كلمة المرور",
2014-03-20 09:56:42 +04:00
"Back" => "رجوع",
2014-05-27 09:54:54 +04:00
"Advanced" => "تعديلات متقدمه",
2014-03-20 09:56:42 +04:00
"Email Field" => "خانة البريد الإلكتروني"
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;";