nextcloud/apps/files/l10n/ar.php

74 lines
5.5 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +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",
"Unable to rename file" => "فشل في اعادة تسمية الملف",
"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-03-18 03:06:55 +04:00
"Delete permanently" => "حذف بشكل دائم",
2012-07-30 04:05:41 +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" => "جاري تنفيذ عملية الحذف",
"'.' 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." => "جاري تجهيز عملية التحميل. قد تستغرق بعض الوقت اذا كان حجم الملفات كبير.",
"Unable to upload your file as it is a directory or has 0 bytes" => "فشل في رفع ملفاتك , إما أنها مجلد أو حجمها 0 بايت",
"Upload Error" => "خطأ في رفع الملفات",
2012-11-14 03:03:38 +04:00
"Close" => "إغلق",
2013-03-18 03:06:55 +04:00
"1 file uploading" => "جاري رفع 1 ملف",
"{count} files uploading" => "جاري رفع {count} ملفات",
"Upload cancelled." => "تم إلغاء عملية رفع الملفات .",
"File upload is in progress. Leaving the page now will cancel the upload." => "عملية رفع الملفات قيد التنفيذ. اغلاق الصفحة سوف يلغي عملية رفع الملفات.",
"URL cannot be empty." => "عنوان ال URL لا يجوز أن يكون فارغا.",
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "إسم مجلد غير صحيح. استخدام مصطلح \"Shared\" محجوز للنظام",
2012-09-26 15:22:37 +04:00
"Name" => "الاسم",
2012-06-06 02:29:28 +04:00
"Size" => "حجم",
"Modified" => "معدل",
2013-03-18 03:06:55 +04:00
"1 folder" => "مجلد عدد 1",
"{count} folders" => "{count} مجلدات",
"1 file" => "ملف واحد",
"{count} files" => "{count} ملفات",
2013-01-27 03:06:21 +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
);