source: extensions/community/language/fa_IR/plugin.lang.php @ 16038

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

[community] Update fa_IR, thanks to : Garcia

  • Property svn:executable set to *
File size: 4.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['%d photos rejected'] = '$d عکس پذیرفته نشدند';
24$lang['%d photos uploaded by %s'] = '%d عکس بوسیله ی %s آپلود شدند';
25$lang['%d photos uploaded into album "%s"'] = '%d عکس در آلبوم "%s" آپلود شدند';
26$lang['%d photos validated'] = '%d عکس پذیرفته شدند';
27$lang['%s (the group)'] = '%s (گروه)';
28$lang['%s (the user)'] = '%s (کاربر)';
29$lang['%u pending photos'] = '%u عکس در انتظار پذیرفته شدن';
30$lang['Add a permission'] = 'اضافه کردن یک دسترسی';
31$lang['Cancel'] = 'لغو';
32$lang['Delete permission'] = 'پاک کردن دسترسی';
33$lang['Edit a permission'] = 'ویرایش یک دسترسی';
34$lang['Hi administrators,'] = 'درود مدیران،';
35$lang['Level 16'] = 'در انتظار پذیرش ';
36$lang['No album, this photo is orphan'] = 'بدون البوم، این عکس بی ریشه می باشد';
37$lang['Pending Photos'] = 'عکس های در انتظار پذیرش';
38$lang['Permission added'] = 'دسترسی افزوده شد';
39$lang['Permission removed'] = 'دسترسی پاک شد';
40$lang['Permission updated'] = 'دسترسی بروز شد';
41$lang['Set Photo Properties'] = 'تنظیم ویژگی های عکس';
42$lang['The whole gallery'] = 'تمام گالری';
43$lang['Upload Permissions'] = 'آپلود دسترسی ها';
44$lang['Upload your own photos'] = 'آپلود عکس های خودتان';
45$lang['Validation page: %s'] = 'صفحه ی پذیرش: %s';
46$lang['Where?'] = 'کجا؟';
47$lang['Which level of trust?'] = 'چه مرحله از اعتماد؟';
48$lang['Who?'] = 'چه کسی؟';
49$lang['Your photos are waiting for validation, administrators have been notified'] = 'عکس های شما در انتظار پذیرش می باشند، مدیران از عکس ها آگاه خواهند شد';
50$lang['Zoom'] = 'بزرگنمایی';
51$lang['a group'] = 'یک گروه';
52$lang['a specific user'] = 'یک کاربر ویژه';
53$lang['ability to create sub-albums'] = 'امکان ساختن زیر آلبوم';
54$lang['any registered user'] = 'هر کاربر ثبت نام شده ای';
55$lang['any visitor'] = 'هر بازدید کننده ای';
56$lang['high trust'] = 'اعتماد بالا';
57$lang['low trust'] = 'اعتماد پایین';
58$lang['sub-albums creation'] = 'ساخت زیر آلبوم';
59$lang['uploaded photos are directly displayed in the gallery'] = 'عکس های آپلود شده بطور مستقیم در گالری نمایش داده می شوند';
60$lang['uploaded photos must be validated by an administrator'] = 'عکس های آپلود شده باید بوسیله ی یک مدیر پذیرفته شوند';
61$lang['web size'] = 'وب سایز (Websize)';
62?>
Note: See TracBrowser for help on using the repository browser.