source: extensions/oAuth/language/fa_IR/help.lang.php @ 26657

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

[oauth] Update fa_IR, thanks to : ipic

  • Property svn:executable set to *
File size: 3.6 KB
RevLine 
[26657]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['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = '  قرار دادن دامنه به وب سایت خود در رشتهرا. این باید با نام هاست %s فعلی مطابقت:<em>%s</em>';
24$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'رفتن به<a href="%s" target="_blank">%s</a> وایجادنرم افزار ';
25$lang['Go to <b>Settings->Advanced</b> and activate <em>Client OAuth Login</em>'] = 'رفتن به تنظیمات>انتخابی <em>Client OAuth Login</em> وفعال کردن ';
26$lang['No registration required'] = '
27بدون، ثبت آن نیز الزامی';
28$lang['On the <b>APIs & auth -> Credentials</b> tab, <b>Create new client ID</b>'] = ' در<b>APIs & auth -> Credentials</b><b>ساختن شناسه جدید </b>';
29$lang['Once the application is registered update the permissions : set <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = '
30هنگامی که برنامه بر ثبت شده به روز رسانی اختیارات و سطوح دسترسی: تنظیم<b>محتوا</b> as <em>خوندن</em> و <b>اجتماعی</b> as <em>خواندن همگانی</em>';
31$lang['Once you have registered, copy and past the created application credentials into this setup page'] = '
32پس از ثبت نام، کپی و اعتبار برنامه ایجاد شده به داخل این صفحه راه اندازی پیست کنید';
33$lang['Provide this URL as the Callback/Redirect URL for your application: <em>%s</em>'] = 'ارائه این URL به عنوان پاسخ به تماس / تغییر مسیر پیوند برای درخواست شما: <em>%s</em>';
34$lang['Set <b>%s</b> to <em>%s</em>'] = ' تظیم <b>%s</b> به<em>%s</em>';
35$lang['Based on OpenID'] = 'مبتنی بر OpenID ';
36$lang['Fill out any required fields such as the application name and description'] = '
37 هر گونه اطلاعات لازم مانند نام نرم افزار و توضیحات را پر کنید';
38?>
Note: See TracBrowser for help on using the repository browser.