source: extensions/SmartAlbums/language/fa_IR/plugin.lang.php @ 27376

Last change on this file since 27376 was 27376, checked in by TranslationTeam, 10 years ago

[smartalbums] Update fa_IR, thanks to : mnsb13600

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['%d photos associated to album %s'] = '%d تصاویر مرتبط به آلبوم%s ';
24$lang['Above'] = 'بالا';
25$lang['Add filters here'] = 'افزود پالایش دراینجا';
26$lang['Added after'] = 'افزودن بعد از';
27$lang['Added before'] = 'افزودن قبل از ';
28$lang['Added on'] = 'افزودن در';
29$lang['All SmartAlbums'] = 'تمام البوم های هوش مند';
30$lang['Is not'] = 'این نیست';
31$lang['Is not in'] = 'این نیست در';
32$lang['Name is empty'] = 'نام خالی است';
33$lang['No album selected'] = 'البومی انتخاب نشد';
34$lang['No filter selected'] = 'هیچ پالایشی انتخاب نشده';
35$lang['No tag selected'] = 'هیچ برچسبی انتخاب شده';
36$lang['Ends with'] = 'به پایان می رسد با';
37$lang['Exclude SmartAlbums from permissions management'] = 'محروم کردن SmartAlbums از مدیریت مجوز ها';
38$lang['For "Is (not) in", separate each author by a comma'] = 'برای "باشد (نه) در" از هم جدا هر نویسنده توسط یک کاما از هم';
39$lang['Hits must be an integer'] = 'شماره نامعتبر روز';
40$lang['Invalid number of days'] = 'بازدید باید یک عدد صحیح باشد';
41$lang['Is in'] = 'هست در';
42$lang['Filters'] = 'پالایش';
43$lang['Hits'] = 'باز خورد';
44$lang['Is'] = 'هست';
45$lang['Select albums...'] = 'انتخاب البوم ها';
46$lang['SmartAlbum added'] = ' افزودن البوم هوشمند';
47$lang['One of these tags'] = 'یکی از این برچسب ها';
48$lang['Only these albums'] = 'تنها این البوم ها';
49$lang['Only these tags'] = 'تنها این برچسب ها';
50$lang['SmartAlbum deleted'] = 'حذف البوم هوشمند';
51$lang['You can\'t use more than one level filter'] = 'شما نمی توانید بیش از یک سطح فیلتر استفاده کنید';
52$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'برای سفارش البوم لطفابه البوم اصلی <a href="%s">درصفحه مدیریت بروید';
53$lang['Update albums every %s days'] = 'بروز رسانی البوم هر %s روز';
54$lang['You can\'t use more than one limit filter'] = 'استفاده از چند فیلتر';
55$lang['This album is a SmartAlbum'] = 'این البوم هوشمند است';
56$lang['Update albums on file upload'] = 'بروزرسانی البومها ';
57$lang['create a new SmartAlbum'] = 'ساختن البوم هوشمند جدید';
58$lang['All these albums'] = 'همه این آلبوم ها';
59$lang['All these tags'] = 'همه این تگها';
60$lang['Author is empty'] = 'نویسنده خالی است';
61$lang['Begins with'] = 'شروع شود با';
62$lang['Contains'] = 'شامل';
63$lang['Count'] = 'تعداد';
64$lang['Created after'] = 'ساختن بعد از';
65$lang['Created before'] = 'ساختن قبل از';
66$lang['Date string is malformed'] = 'تاریخ رشته ناهنجار است';
67$lang['Doesn\'t begin with'] = 'شروع نمیکندبا';
68$lang['Doesn\'t contain'] = 'نشانی نیست';
69$lang['No filter'] = 'بدون فیلتر';
70?>
Note: See TracBrowser for help on using the repository browser.