Blame view

sources/apps/files_trashbin/l10n/ar.php 594 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
  <?php
  $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "تعذّر حذف%s بشكل دائم",
  "Couldn't restore %s" => "تعذّر استرجاع %s ",
  "Error" => "خطأ",
  "Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.",
03e52840d   Kload   Init
7
  "Name" => "اسم",
31b7f2792   Kload   Upgrade to ownclo...
8
9
10
11
  "Restore" => "استعيد",
  "Deleted" => "تم الحذف",
  "Delete" => "إلغاء",
  "Deleted Files" => "الملفات المحذوفه"
03e52840d   Kload   Init
12
  );
31b7f2792   Kload   Upgrade to ownclo...
13
  $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;";