Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/fa.php')
-rw-r--r--apps/files/l10n/fa.php57
1 files changed, 0 insertions, 57 deletions
diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php
deleted file mode 100644
index 92c7d96ed8a..00000000000
--- a/apps/files/l10n/fa.php
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Unknown error" => "خطای نامشخص",
-"Could not move %s - File with this name already exists" => "%s نمی توان جابجا کرد - در حال حاضر پرونده با این نام وجود دارد. ",
-"Could not move %s" => "%s نمی تواند حرکت کند ",
-"File name cannot be empty." => "نام پرونده نمی تواند خالی باشد.",
-"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.",
-"Unable to set upload directory." => "قادر به تنظیم پوشه آپلود نمی باشد.",
-"Invalid Token" => "رمز نامعتبر",
-"No file was uploaded. Unknown error" => "هیچ فایلی آپلود نشد.خطای ناشناس",
-"There is no error, the file uploaded with success" => "هیچ خطایی نیست بارگذاری پرونده موفقیت آمیز بود",
-"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "پرونده آپلود شده بیش ازدستور ماکزیمم_حجم فایل_برای آپلود در php.ini استفاده کرده است.",
-"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است",
-"The uploaded file was only partially uploaded" => "پرونده بارگذاری شده فقط تاحدودی بارگذاری شده",
-"No file was uploaded" => "هیچ پروندهای بارگذاری نشده",
-"Missing a temporary folder" => "یک پوشه موقت گم شده",
-"Failed to write to disk" => "نوشتن بر روی دیسک سخت ناموفق بود",
-"Not enough storage available" => "فضای کافی در دسترس نیست",
-"Invalid directory." => "فهرست راهنما نامعتبر می باشد.",
-"Files" => "پرونده‌ها",
-"Upload cancelled." => "بار گذاری لغو شد",
-"File upload is in progress. Leaving the page now will cancel the upload." => "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ",
-"{new_name} already exists" => "{نام _جدید} در حال حاضر وجود دارد.",
-"Share" => "اشتراک‌گذاری",
-"Delete" => "حذف",
-"Unshare" => "لغو اشتراک",
-"Delete permanently" => "حذف قطعی",
-"Rename" => "تغییرنام",
-"Pending" => "در انتظار",
-"Error" => "خطا",
-"Name" => "نام",
-"Size" => "اندازه",
-"Modified" => "تاریخ",
-"_%n folder_::_%n folders_" => array(""),
-"_%n file_::_%n files_" => array(""),
-"_Uploading %n file_::_Uploading %n files_" => array("در حال بارگذاری %n فایل"),
-"Your storage is full, files can not be updated or synced anymore!" => "فضای ذخیره ی شما کاملا پر است، بیش از این فایلها بهنگام یا همگام سازی نمی توانند بشوند!",
-"Your storage is almost full ({usedSpacePercent}%)" => "فضای ذخیره ی شما تقریبا پر است ({usedSpacePercent}%)",
-"%s could not be renamed" => "%s نمیتواند تغییر نام دهد.",
-"File handling" => "اداره پرونده ها",
-"Maximum upload size" => "حداکثر اندازه بارگزاری",
-"max. possible: " => "حداکثرمقدارممکن:",
-"Save" => "ذخیره",
-"WebDAV" => "WebDAV",
-"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "از این آدرس استفاده کنید تا <a href=\"%s\" target=\"_blank\">بتوانید به فایل‌های خود توسط WebDAV دسترسی پیدا کنید</a>",
-"New" => "جدید",
-"Text file" => "فایل متنی",
-"New folder" => "پوشه جدید",
-"Folder" => "پوشه",
-"From link" => "از پیوند",
-"Nothing in here. Upload something!" => "اینجا هیچ چیز نیست.",
-"Download" => "دانلود",
-"Upload too large" => "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)",
-"The files you are trying to upload exceed the maximum size for file uploads on this server." => "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد",
-"Files are being scanned, please wait." => "پرونده ها در حال بازرسی هستند لطفا صبر کنید"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";