Blame view

sources/settings/l10n/ar.php 3.96 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  <?php $TRANSLATIONS = array(
  "Unable to load list from App Store" => "فشل تحميل القائمة من الآب ستور",
  "Authentication error" => "لم يتم التأكد من الشخصية بنجاح",
  "Group already exists" => "المجموعة موجودة مسبقاً",
  "Unable to add group" => "فشل إضافة المجموعة",
  "Could not enable app. " => "فشل عملية تفعيل التطبيق",
  "Email saved" => "تم حفظ البريد الإلكتروني",
  "Invalid email" => "البريد الإلكتروني غير صالح",
  "Unable to delete group" => "فشل إزالة المجموعة",
  "Unable to delete user" => "فشل إزالة المستخدم",
  "Language changed" => "تم تغيير اللغة",
  "Invalid request" => "طلبك غير مفهوم",
  "Admins can't remove themself from the admin group" => "لا يستطيع المدير إزالة حسابه من مجموعة المديرين",
  "Unable to add user to group %s" => "فشل إضافة المستخدم الى المجموعة %s",
  "Unable to remove user from group %s" => "فشل إزالة المستخدم من المجموعة %s",
  "Disable" => "إيقاف",
  "Enable" => "تفعيل",
  "Error" => "خطأ",
  "Saving..." => "حفظ",
  "Groups" => "مجموعات",
  "Group Admin" => "مدير المجموعة",
  "Delete" => "حذف",
  "__language_name__" => "__language_name__",
  "Security Warning" => "تحذير أمان",
  "More" => "المزيد",
  "Version" => "إصدار",
  "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>.",
  "Add your App" => "أضف تطبيقاتك",
  "More Apps" => "المزيد من التطبيقات",
  "Select an App" => "إختر تطبيقاً",
  "See application page at apps.owncloud.com" => "راجع صفحة التطبيق على apps.owncloud.com",
  "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-ترخيص من قبل <span class=\"author\"></span>",
  "Update" => "حدث",
  "User Documentation" => "كتاب توثيق المستخدم",
  "Administrator Documentation" => "كتاب توثيق المدير",
  "Online Documentation" => "توثيق متوفر على الشبكة",
  "Forum" => "منتدى",
  "Bugtracker" => "تعقب علة",
  "Commercial Support" => "دعم تجاري",
  "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "تم إستهلاك <strong>%s</strong> من المتوفر <strong>%s</strong>",
  "Password" => "كلمات السر",
  "Your password was changed" => "لقد تم تغيير كلمة السر",
  "Unable to change your password" => "لم يتم تعديل كلمة السر بنجاح",
  "Current password" => "كلمات السر الحالية",
  "New password" => "كلمات سر جديدة",
  "Change password" => "عدل كلمة السر",
  "Email" => "العنوان البريدي",
  "Your email address" => "عنوانك البريدي",
  "Fill in an email address to enable password recovery" => "أدخل عنوانك البريدي لتفعيل استرجاع كلمة المرور",
  "Language" => "اللغة",
  "Help translate" => "ساعد في الترجمه",
  "WebDAV" => "WebDAV",
  "Use this address to connect to your ownCloud in your file manager" => "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات",
  "Create" => "انشئ",
  "Other" => "شيء آخر"
  );