source: trunk/language/fa_IR/install.lang.php @ 14718

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

[trunk_install] Update fa_IR, thanks to : Garcia

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 7.8 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
24
25
26$lang['Installation'] = "نصب";
27$lang['Basic configuration'] = 'تنظیمات اساسی';
28$lang['Default gallery language'] = 'زبان پیشفرض گالری';
29$lang['Database configuration'] = 'تنظیمات پایگاه داده';
30$lang['Admin configuration'] = 'تنظیمات مدیریت';
31$lang['Start Install'] = 'آغاز نصب';
32$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'آدرس ایمیل باید چیزی شبیه به xxx@yyy.eee باشد. (مانند: jack@altern.org)';
33$lang['Webmaster login'] = 'ورود مدیرکل';
34$lang['It will be shown to the visitors. It is necessary for website administration'] = 'این برای بازدیدکنندگان نمایش داده می شود. برای مدیریت سایت ضروری است';
35$lang['Connection to server succeed, but it was impossible to connect to database'] = 'ارتباط با سرور با موفقیت انجام شد، اما ارتباط با پایگاه داده با مشکل مواجه شد';
36$lang['Can\'t connect to server'] = 'ارتباط با سرور ممکن نیست';
37$lang['Host'] = 'میزبان (Host)';
38$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost، sql.multimania.com، toto.freesurf.fr';
39$lang['User'] = 'نام کاربری';
40$lang['user login given by your host provider'] = 'نام کاربری خود را باید از هاست دریافت نمایید';
41$lang['Password'] = "گذرواژه";
42$lang['user password given by your host provider'] = 'گذرواژه را باید از هاست دریافت نمایید';
43$lang['Database name'] = 'نام پایگاه داده';
44$lang['also given by your host provider'] = 'نام پایگاه داده را باید از هاست دریافت نمایید';
45$lang['Database table prefix'] = 'پیشوند جدول های پایگاه داده';
46$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'نام تمام جدول های پایگاه داده با این پیشوند آغاز خواهد شد (این گزینه برای مدیریت بهتر پایگاه داده مفید است)';
47$lang['enter a login for webmaster'] = 'مشخصات ورود مدیرکل را وارد نمایید';
48$lang['webmaster login can\'t contain characters \' or "'] = 'مشخصات ورود نباید دارای کاراکترهای \' و " باشند';
49$lang['please enter your password again'] = 'خواهشمند است گذرواژه خود را دوباره وارد نمایید';
50$lang['Webmaster password'] = 'گذرواژه ی مدیرکل';
51$lang['Keep it confidential, it enables you to access administration panel'] = 'گذرواژه را محرمانه نگه دارید، آن دسترسی شما را به مدیریت فراهم می کند';
52$lang['Password [confirm]'] = "تاييد گذرواژه";
53$lang['verification'] = 'تأیید';
54$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'به کمک نیاز دارید ؟ پرسش خود را در <a href="%s">تالارهای پشتیبانی Piwigo</a> مطرح نمایید.';
55$lang['Webmaster mail address'] = 'آدرس ایمیل مدیرکل';
56$lang['Visitors will be able to contact site administrator with this mail'] = 'بازدیدکنندگان می توانند بوسیله ی این ایمیل با مدیرکل ارتباط برقرار کنند';
57$lang['PHP 5 is required'] = 'نگارش پنجم PHP لازم است';
58$lang['It appears your webhost is currently running PHP %s.'] = 'به نظر می رسد هاست شما دارای نگارش PHP %s باشد.';
59$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo می‌تواند تنظیمات PHP شما را با ایجاد یا ویرایش یک فایل .htaccess به PHP 5 تغییر دهد.';
60$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'شما می توانید خودتان تنظیمات را تغییر دهید و Piwigo را دوباره راه اندازی کنید.';
61$lang['Try to configure PHP 5'] = 'در حال تنظیم PHP 5';
62$lang['Sorry!'] = "شرمنده!";
63$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo قادر به پیکربندی PHP 5 نیست.';
64$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'شما باید با سرویس دهنده ی هاست خود تماس گرفته و از آنها بپرسید که چگونه می توانید تنظیمات خود را به PHP 5 تغییر دهید.';
65$lang['Hope to see you back soon.'] = 'به امید دیدار دوباره ی شما.';
66$lang['Congratulations, Piwigo installation is completed'] = 'Piwigo با موفقیت نصب شد';
67$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'یک راه دیگر این است که شما متن بالا را کپی کنید و بدون اضافه یا کم کردن حتی یک حرف ،آن را در آدرس : "local/config/database.inc.php" قرار دهید';
68$lang['Creation of config file local/config/database.inc.php failed.'] = 'ایجاد فایل local/config/database.inc.php با مشکل مواجه شد.';
69$lang['Download the config file'] = 'دانلود فایل پیکربندی (Config)';
70$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'شما می توانید فایل پیکربندی را دانلود کنید و آن را در مسیر local/config در محلی که گالری را نصب کردید آپلود کنید.';
71$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'هر مشکلی که داشتید را در انجمن مطرح کنید: %s';
72$lang['Just another Piwigo gallery'] = 'یک گالری دیگر با Piwigo';
73$lang['Password ']['confirm'] = 'تأیید گذرواژه';
74$lang['Welcome to my photo gallery'] = 'به گالری عکس من خوش آمدید';
75$lang['Welcome to your new installation of Piwigo!'] = 'به گالری Piwigo ی خود خوش آمدید!';
76?>
Note: See TracBrowser for help on using the repository browser.