source: extensions/Ldap_Login/language/tr_TR/plugin.lang.php @ 27170

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

[ldap_login] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 3.2 KB
Line 
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['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Eğer boş bırakılırsa, yapılandırmada yerel sunucu (localhost) ve standart protokol portları kullanılacaktır.';
24$lang['If empty, standard protocol ports will be used by the software.'] = 'Eğer boş bırakılırsa yazılım tarafından standart protokol portları kullanılır';
25$lang['Your password'] = 'LDAP şifreniz.';
26$lang['Warning: LDAP Extension missing.'] = 'Uyarı: LDAP uzantısı eksik.';
27$lang['Username'] = 'LDAP kullanıcı adınız';
28$lang['Test Settings'] = 'Test ayarları';
29$lang['Save'] = 'Kaydet';
30$lang['Secure connexion'] = 'Güvenli bağlantı (LDAPS)';
31$lang['Ldap connection credentials'] = 'LDAP bağlantı kimliği';
32$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Eğer LDAP anonim bağlantıyı kabul ediyorsa alanları boş bırakın';
33$lang['Ldap_Login Plugin'] = 'Ldap Oturum Açma Eklentisi';
34$lang['Ldap_Login Test'] = 'Ldap Oturum Açma Test';
35$lang['Ldap_Login configuration'] = 'Ldap Oturum Açma Yapılandırma';
36$lang['Ldap server host connection'] = 'LDAP sunucu bağlantısı';
37$lang['Ldap server host'] = 'LDAP sunucusu barındırıcı';
38$lang['Ldap filter :'] = 'LDAP filtresi:';
39$lang['Ldap port'] = 'LDAP portu';
40$lang['Ldap attributes'] = 'LDAP öz nitelikleri';
41$lang['Bind password'] = 'Bağlı şifre';
42$lang['Attribute corresponding to the user name'] = 'Kullanıcı adına karşılık gelen öz nitelik';
43$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Gerektiğinde tüm LDAP kullanıcıları Piwigo üzerinde LDAP şifrelerini kullanabilir.';
44?>
Note: See TracBrowser for help on using the repository browser.