source: extensions/BatchDownloader/language/fa_IR/plugin.lang.php @ 17693

Last change on this file since 17693 was 17693, checked in by TranslationTeam, 12 years ago

[batch_downloader] Update fa_IR, thanks to : Garcia

  • Property svn:executable set to *
File size: 5.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['User collection'] = 'گسترش دهنده ی مجموعه کاربران';
24$lang['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>هشدار:</b> همه ی فایل ها در %d ساعت آینده پاک خواهند شد';
25$lang['Archives'] = 'آرشیو ها';
26$lang['Batch Downloader'] = 'دانلود کننده ی دسته ای';
27$lang['Cancel this download'] = 'لغو این دانلود';
28$lang['Cancel this set'] = 'لغو این دسته';
29$lang['Confirm the download of %d pictures?'] = 'دانلود %d عکس را تأیید می کنید؟';
30$lang['Delete downloads after'] = 'پاک کردن دانلود ها پس از';
31$lang['Delete this set'] = 'پاک کردن این دسته';
32$lang['Download all pictures of this selection'] = 'دانلود همه ی عکس های انتخاب شده';
33$lang['Download history'] = 'تاریخچه ی دانلود';
34$lang['Download info'] = 'اطلاعات دانلود';
35$lang['Download links'] = 'لینک های دانلود';
36$lang['Download permissions'] = 'مجوز های دانلود';
37$lang['Download set deleted'] = 'دسته ی دانلود پاک شد';
38$lang['Downloads'] = 'دانلود ها';
39$lang['Edit the set'] = 'ویرایش دسته';
40$lang['Estimated number of archives'] = 'تعداد برآورد شده ی آرشیو ها';
41$lang['Estimated size'] = 'حجم برآورد شده';
42$lang['Generate ZIP'] = 'فشرده سازی';
43$lang['Maximum number of photos per download set'] = 'بیشترین تعداد عکس های هر دسته ی دانلود';
44$lang['Maximum photo size'] = 'بیشترین مقدار حجم عکس';
45$lang['Maximum size of each archive (in Megabytes)'] = 'بیشترین مقدار حجم هر آرشیو (به مگابایت)';
46$lang['Random'] = 'تصادفی';
47$lang['Remove all finished downloads'] = 'پاک کردن همه ی دانلود های به پایان رسیده';
48$lang['Remove from download set'] = 'پاک کردن از دسته ی دانلود';
49$lang['Return to download page'] = 'بازگشت به صفحه ی دانلود';
50$lang['Set type'] = 'نوع دسته';
51$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'آرشیو در حال دانلود می باشد، اگر دانلود بطور خودکار آغاز نشد <a href="%s">اینجا کلیک کنید</a>';
52$lang['Total size'] = 'مجموع حجم';
53$lang['Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'] = 'گشترش دهنده ی ZipArchive PHP پیدا نشد، دانلود کننده ی دسته ای نمی تواند بدون این گسترش دهنده کار کند.';
54$lang['User groups'] = 'گروه های کاربری';
55$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'هشدار: گسترش دهنده ی ZipArchive حروف خاص مانند حروف برجسته، علامت های نقل قول (») و حروف غیرانگلیسی را قبول نمی کند.';
56$lang['Whole gallery'] = 'تمام گالری';
57$lang['You can not edit this set'] = 'شما نمی توانید این مجموعه را ویرایش کنید';
58$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'شما %d عکس برای دانلود انتخاب کردید، ولی محدودیت دانلود تا %d عکس می باشد. می توانید مجموعه ی عکس ها را ویرایش کنید، در غیر اینصورت %d عکس آخر دانلود نخواهند شد.';
59$lang['done'] = 'انجام شد';
60$lang['download'] = 'دانلود';
61$lang['hours'] = 'ساعت';
62?>
Note: See TracBrowser for help on using the repository browser.