source: extensions/CryptograPHP/language/fa_IR/plugin.lang.php @ 28370

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

[cryptocaptcha] Update fa_IR, thanks to : Garcia

  • Property svn:executable set to *
File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Captcha theme'] = 'پوسته‌ی کپچا';
24$lang['Invalid Captcha'] = 'کپچا درست نیست';
25$lang['Text color'] = 'رنگ متن';
26$lang['random'] = 'تصادفی';
27$lang['Album comments'] = 'دیدگاه‌های آلبوم';
28$lang['Background color'] = 'رنگ پس زمینه';
29$lang['Button color'] = 'رنگ دکمه';
30$lang['Picture comments'] = 'دیدگاه‌های عکس';
31$lang['Random string'] = 'متن نصادفی';
32$lang['Register form'] = 'فرم نام نویسی';
33$lang['Preview'] = 'پیش نمایش';
34$lang['Code lenght'] = 'طول کد';
35$lang['Contact form'] = 'فرم تماس';
36$lang['Enter code'] = 'کد را وارد کنید';
37$lang['Font'] = 'فونت';
38$lang['Moderate'] = 'مدیریت';
39$lang['Activate on'] = 'فعال در';
40$lang['Captcha type'] = 'نوع  کپچا';
41$lang['Case sensitive'] = 'حساسیت به بزرگی و کوچکی حروف';
42$lang['Comments action'] = 'کار دیدگاه';
43$lang['Guestbook'] = 'کتاب مهمان';
44$lang['Lines color'] = 'رنگ خطوط';
45$lang['Lines density'] = 'وضوح خطوط';
46$lang['Noise color'] = 'رنگ نویز';
47$lang['Noise level'] = 'سطح نویز';
48$lang['Perturbation'] = 'بهم ریختگی';
49$lang['Simple equation'] = 'جمع و تفریقِ ساده';
50$lang['Solve equation'] = 'معادله را حل کنید';
51$lang['Tip: type "random" on a color field to have a random color'] = 'نکته: در فیلد رنگ واژه‌ی "random" (تصادفی) را تایپ کنید تا رنگ‌ها، تصادفی انتخاب شوند';
52$lang['good value:'] = 'مقدار خوب:';
53$lang['range:'] = 'محدوده:';
54$lang['Background'] = 'پس زمینه';
55$lang['Background image'] = 'عکس پس زمینه';
56$lang['Color'] = 'رنگ';
57$lang['Image'] = 'عکس';
58$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'ما متوجه شده‌ایم که افزونه‌ی EasyCaptcha در گالری شما نصب شده است. هر دو افزونه را می‌توانید همان زمان بکار نصب داشته باشید، ولی تحت هیچ شرایطی نباید هر دوی آنها را در یک برگه فعال کنید.';
59$lang['Only for unauthenticated users'] = 'تنها برای کاربران غیر مجاز';
Note: See TracBrowser for help on using the repository browser.