nextcloud/apps/files/l10n/ar.php

72 lines
5.4 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-03-18 03:06:55 +04:00
"Could not move %s - File with this name already exists" => "فشل في نقل الملف %s - يوجد ملف بنفس هذا الاسم",
"Could not move %s" => "فشل في نقل %s",
"No file was uploaded. Unknown error" => "لم يتم رفع أي ملف , خطأ غير معروف",
2012-01-11 04:06:59 +04:00
"There is no error, the file uploaded with success" => "تم ترفيع الملفات بنجاح.",
2013-03-18 03:06:55 +04:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "حجم الملف المرفوع تجاوز قيمة upload_max_filesize الموجودة في ملف php.ini ",
2012-01-11 04:06:59 +04:00
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"The uploaded file was only partially uploaded" => "تم ترفيع جزء من الملفات الذي تريد ترفيعها فقط",
"No file was uploaded" => "لم يتم ترفيع أي من الملفات",
"Missing a temporary folder" => "المجلد المؤقت غير موجود",
2013-03-18 03:06:55 +04:00
"Failed to write to disk" => "خطأ في الكتابة على القرص الصلب",
"Not enough storage available" => "لا يوجد مساحة تخزينية كافية",
"Invalid directory." => "مسار غير صحيح.",
2012-01-11 04:06:59 +04:00
"Files" => "الملفات",
2013-06-29 04:09:10 +04:00
"Unable to upload your file as it is a directory or has 0 bytes" => "فشل في رفع ملفاتك , إما أنها مجلد أو حجمها 0 بايت",
"Upload cancelled." => "تم إلغاء عملية رفع الملفات .",
"File upload is in progress. Leaving the page now will cancel the upload." => "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
"URL cannot be empty." => "عنوان ال URL لا يجوز أن يكون فارغا.",
"Error" => "خطأ",
2013-04-24 20:31:36 +04:00
"Share" => "شارك",
2013-03-18 03:06:55 +04:00
"Delete permanently" => "حذف بشكل دائم",
2013-04-27 04:24:29 +04:00
"Delete" => "إلغاء",
2013-03-18 03:06:55 +04:00
"Rename" => "إعادة تسميه",
"Pending" => "قيد الانتظار",
"{new_name} already exists" => "{new_name} موجود مسبقا",
"replace" => "استبدال",
"suggest name" => "اقترح إسم",
"cancel" => "إلغاء",
"replaced {new_name} with {old_name}" => "استبدل {new_name} بـ {old_name}",
"undo" => "تراجع",
"perform delete operation" => "جاري تنفيذ عملية الحذف",
2013-08-15 12:53:54 +04:00
"_Uploading %n file_::_Uploading %n files_" => array(,),
2013-03-18 03:06:55 +04:00
"'.' is an invalid file name." => "\".\" اسم ملف غير صحيح.",
"File name cannot be empty." => "اسم الملف لا يجوز أن يكون فارغا",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "اسم غير صحيح , الرموز '\\', '/', '<', '>', ':', '\"', '|', '?' و \"*\" غير مسموح استخدامها",
"Your storage is full, files can not be updated or synced anymore!" => "مساحتك التخزينية ممتلئة, لا يمكم تحديث ملفاتك أو مزامنتها بعد الآن !",
"Your storage is almost full ({usedSpacePercent}%)" => "مساحتك التخزينية امتلأت تقريبا ",
"Your download is being prepared. This might take some time if the files are big." => "جاري تجهيز عملية التحميل. قد تستغرق بعض الوقت اذا كان حجم الملفات كبير.",
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "إسم مجلد غير صحيح. استخدام مصطلح \"Shared\" محجوز للنظام",
2013-04-27 04:24:29 +04:00
"Name" => "اسم",
2012-06-06 02:29:28 +04:00
"Size" => "حجم",
"Modified" => "معدل",
2013-08-15 12:53:54 +04:00
"_%n folder_::_%n folders_" => array(,),
"_%n file_::_%n files_" => array(,),
2013-04-27 04:24:29 +04:00
"Upload" => "رفع",
2013-03-18 03:06:55 +04:00
"File handling" => "التعامل مع الملف",
2012-01-11 04:06:59 +04:00
"Maximum upload size" => "الحد الأقصى لحجم الملفات التي يمكن رفعها",
2013-03-18 03:06:55 +04:00
"max. possible: " => "الحد الأقصى المسموح به",
"Needed for multi-file and folder downloads." => "اجباري للسماح بالتحميل المتعدد للمجلدات والملفات",
"Enable ZIP-download" => "تفعيل خاصية تحميل ملفات ZIP",
"0 is unlimited" => "0 = غير محدود",
"Maximum input size for ZIP files" => "الحد الأقصى المسموح به لملفات ZIP",
2012-11-03 03:02:24 +04:00
"Save" => "حفظ",
2012-01-20 21:53:45 +04:00
"New" => "جديد",
"Text file" => "ملف",
"Folder" => "مجلد",
2013-03-18 03:06:55 +04:00
"From link" => "من رابط",
"Deleted files" => "حذف الملفات",
"Cancel upload" => "إلغاء رفع الملفات",
"You dont have write permissions here." => "لا تملك صلاحيات الكتابة هنا.",
2012-01-11 04:06:59 +04:00
"Nothing in here. Upload something!" => "لا يوجد شيء هنا. إرفع بعض الملفات!",
"Download" => "تحميل",
2013-02-10 03:10:29 +04:00
"Unshare" => "إلغاء مشاركة",
2012-01-11 04:06:59 +04:00
"Upload too large" => "حجم الترفيع أعلى من المسموح",
2013-03-18 03:06:55 +04:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "حجم الملفات التي تريد ترفيعها أعلى من المسموح على الخادم.",
"Files are being scanned, please wait." => "يرجى الانتظار , جاري فحص الملفات .",
"Current scanning" => "الفحص الحالي",
"Upgrading filesystem cache..." => "تحديث ذاكرة التخزين المؤقت(الكاش) الخاصة بملفات النظام ..."
2012-01-11 04:06:59 +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;";