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['%s: invalid keys'] = '%s:کلید ها نامعتبر هستند'; |
---|
24 | $lang['Disabled'] = 'غیر فعال'; |
---|
25 | $lang['Enabled'] = 'فعال'; |
---|
26 | $lang['Error...'] = 'خطا:( ....'; |
---|
27 | $lang['Loading...'] = '....درحال بار گذاری '; |
---|
28 | $lang['Or sign in with'] = 'ویا وارد شوید با'; |
---|
29 | $lang['Please enter your OpenID URL'] = 'لطفا ادرس ایدی متن باز خود را وارد کنید '; |
---|
30 | $lang['Please enter your username'] = 'لطفا نام کاربری و رمز عبور خود را وارد کنید '; |
---|
31 | $lang['Profile URL'] = 'ادرس پرفایل '; |
---|
32 | $lang['You registered with a %s account, please sign in with the same account.'] = ' ثبت نام کرده اید( %s )، با همان وارد شوید '; |
---|
33 | $lang['Your registration is almost done, please complete the registration form.'] = ' |
---|
34 | ثبت نام شما تقریبا انجام شده است، لطفا فرم اشتراک را پر کنید.'; |
---|
35 | $lang['Sorry, new registrations are blocked on this gallery.'] = ' |
---|
36 | با عرض پوزش، ثبت نام کاربران جدید در در این گالری مسدود شده است.'; |
---|
37 | $lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'کاربران در گالری شما اجازه ی ثبت نام ندارند. اتصال های اجتماعی ..به درستی کار نخواهد شد '; |
---|
38 | $lang['Social Connect: PHP Curl extension is needed'] = 'اتصال های اجتماعی: گسترش PHP کرل مورد نیاز است'; |
---|
39 | $lang['Social Connect: You need to configure the credentials'] = 'اتصال های اجتماعی: شما نیاز برای پیکربندی استوارنامه'; |
---|
40 | $lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'خطا رخ داده است، لطفا تماس بگیرید صاحب گالری. <i> نوع خطا:%s </i>'; |
---|
41 | $lang['Authentication canceled'] = 'تأیید هویت لغو شده'; |
---|
42 | $lang['Cancel'] = 'لغوشد '; |
---|
43 | $lang['Contacting <b>%s</b>. Please wait.'] = 'تماس <b>%s</b> .لصفا صبرکنید :)'; |
---|
44 | $lang['Display sign in buttons in the menubar'] = 'نمایش فرم ورود در منو بار'; |
---|
45 | $lang['Display sign in buttons on the register page'] = 'نمایش فرم ورود در صفحه ثبت نام'; |
---|
46 | $lang['Icon size in the menubar'] = 'اندازه ایکن در منو بار '; |
---|
47 | $lang['Icon size on the identification page'] = ' |
---|
48 | اندازه آیکون های روی صفحه شناسایی شد'; |
---|
49 | $lang['Logged with'] = 'سیستم وارد شده با'; |
---|
50 | $lang['Please enter your user ID'] = 'لطفا شناسه کاربر خود را وارد کنید'; |
---|
51 | $lang['Providers'] = ' |
---|
52 | سرویس دهنده'; |
---|
53 | $lang['Sign in with %s'] = '%sورود با'; |
---|
54 | ?> |
---|