nextcloud/apps/user_ldap/l10n/ar.php

20 lines
857 B
PHP

<?php
$TRANSLATIONS = array(
"Failed to delete the server configuration" => "تعذر حذف ملف إعدادات الخادم",
"The configuration is valid and the connection could be established!" => "الإعدادت صحيحة",
"Deletion failed" => "فشل الحذف",
"Success" => "نجاح",
"Error" => "خطأ",
"Select groups" => "إختر مجموعة",
"_%s group found_::_%s groups found_" => array("","","","","",""),
"_%s user found_::_%s users found_" => array("","","","","",""),
"Save" => "حفظ",
"Help" => "المساعدة",
"Host" => "المضيف",
"Port" => "المنفذ",
"Password" => "كلمة المرور",
"Back" => "رجوع",
"Email Field" => "خانة البريد الإلكتروني"
);
$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;";