diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-17 00:36:21 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-17 00:36:21 +0200 |
commit | ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c (patch) | |
tree | 037daeea38a1b0560dbd86ceffeb9bf96b034e0f /apps/files/l10n/fa.php | |
parent | d2166784813ad161fe3118e2faf325fdeb93fc3c (diff) | |
download | nextcloud-server-ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c.tar.gz nextcloud-server-ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c.zip |
update translations
Diffstat (limited to 'apps/files/l10n/fa.php')
-rw-r--r-- | apps/files/l10n/fa.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php new file mode 100644 index 00000000000..5c5c32c0eb1 --- /dev/null +++ b/apps/files/l10n/fa.php @@ -0,0 +1,35 @@ +<?php $TRANSLATIONS = array( +"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 \nMAX_FILE_SIZE", +"The uploaded file was only partially uploaded" => "مقدار کمی از فایل بارگذاری شده", +"No file was uploaded" => "هیچ فایلی بارگذاری نشده", +"Missing a temporary folder" => "یک پوشه موقت گم شده است", +"Failed to write to disk" => "نوشتن بر روی دیسک سخت ناموفق بود", +"Files" => "فایل ها", +"File handling" => "اداره پرونده ها", +"Maximum upload size" => "حداکثر اندازه بارگزاری", +"max. possible: " => "حداکثرمقدارممکن:", +"Needed for multi-file and folder downloads." => "احتیاج پیدا خواهد شد برای چند پوشه و پرونده", +"Enable ZIP-download" => "فعال سازی بارگیری پرونده های فشرده", +"0 is unlimited" => "0 نامحدود است", +"Maximum input size for ZIP files" => "حداکثرمقدار برای بار گزاری پرونده های فشرده", +"New" => "جدید", +"Text file" => "فایل متنی", +"Folder" => "پوشه", +"From url" => "از نشانی", +"Upload" => "بارگذاری", +"Cancel upload" => "متوقف کردن بار گذاری", +"Nothing in here. Upload something!" => "اینجا هیچ چیز نیست.", +"Name" => "نام", +"Share" => "به اشتراک گذاری", +"Download" => "بارگیری", +"Size" => "اندازه", +"Modified" => "تغییر یافته", +"Delete all" => "پاک کردن همه", +"Delete" => "پاک کردن", +"Upload too large" => "حجم بارگذاری بسیار زیاد است", +"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." => "پرونده ها در حال بازرسی هستند لطفا صبر کنید", +"Current scanning" => "بازرسی کنونی" +); |