source: extensions/oAuth/language/tr_TR/help.lang.php @ 20540

Last change on this file since 20540 was 20540, checked in by TranslationTeam, 11 years ago

[oauth] Add tr_TR, thanks to : hakanselcuk

  • Property svn:executable set to *
File size: 3.1 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['On the <b>API Access</b> tab, <b>create an OAuth 2.0 Client ID</b>'] = '<b>OAuth 2.0 Client ID</b> sini <b>API Access</b> bölümünden oluşturun';
24$lang['Put your website domain in the %s fields. It should match with the current hostname: <em>%s</em>'] = 'Web site adresinizi %s yazınız. Geçerli alan adı ile eşleşmesi gerekir. <em>%s</em>';
25$lang['Set the <b>Kind of Application</b> to <em>Web-based</em>'] = '<b>Uygulama çeşidi<b> olarak <em>Web Tabanlı</em> seçiniz.';
26$lang['Set the <b>Access Scopes</b> to <em>This app will only access public...</em>'] = '<b> Erişim Kapsamı</b> olarak <em> Bu uygulama sadece hakla açık ...</em> seçiniz.';
27$lang['Set the <b>Application Type</b> to <em>Web Application</em>'] = '<b>Uygulama Tipi</b> olarak <em>Web Uygulaması</em> seçiniz.';
28$lang['Set the <b>Default Access Type</b> to <em>Read only</em>'] = '<b>Varsayılan Erişim Türü</b> olarak <em>Salt Okunur</em> ayarlayın';
29$lang['Select <em>Website with facebook authentication</em> as application type'] = 'Uygulama türü olarak <em> Facebook Kimlik Doğrulama</em> \'yı seçin';
30$lang['No registration required for OpenID based providers'] = 'OpenID tabanlı sağlayıcılar için kayıt olmaya gerek yok';
31$lang['Fill out any required fields such as the application name and description'] = 'Uygulama adı ve açıklaması için tüm gerekli alanları doldurun';
32$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Yeni uygulama oluşturmak için <a href="%s" target="_blank">%s</a> tıklayın';
33?>
Note: See TracBrowser for help on using the repository browser.