2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-03-26 23:11:05 +00:00
|
|
|
"Couldn't delete %s permanently" => "تعذّر حذف%s بشكل دائم",
|
|
|
|
"Couldn't restore %s" => "تعذّر استرجاع %s ",
|
2014-03-12 05:57:17 +00:00
|
|
|
"Deleted files" => "حذف الملفات",
|
2014-05-17 05:57:38 +00:00
|
|
|
"Restore" => "استعيد",
|
2013-04-09 00:14:02 +00:00
|
|
|
"Error" => "خطأ",
|
2014-03-27 05:56:30 +00:00
|
|
|
"restored" => "تمت الاستعادة",
|
2013-03-26 23:11:05 +00:00
|
|
|
"Nothing in here. Your trash bin is empty!" => "لا يوجد شيء هنا. سلة المهملات خاليه.",
|
2013-10-11 02:30:58 +00:00
|
|
|
"Name" => "اسم",
|
|
|
|
"Deleted" => "تم الحذف",
|
2014-04-16 05:57:34 +00:00
|
|
|
"Delete" => "إلغاء"
|
2013-01-31 23:19:28 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00: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;";
|