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

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

[ldap_login] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 4.3 KB
RevLine 
[27170]1<?php
2// +-----------------------------------------------------------------------+
[27195]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// +-----------------------------------------------------------------------+
[27170]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.';
[27195]44$lang['Base DN'] = 'LDAP kullanıcılarının bulunması gerektiğini ana DN (Örn: ou=kullanıcılar,dc=ornek,dc=com):';
45$lang['You must save the settings with the Save button just up there before testing here.'] = 'Testten önce yukarıdaki Kaydet butonunu kullanarak ayarları kaydetmelisiniz.';
46$lang['Bind DN, field in full ldap style'] = 'DN\'yi LDAP stiline bağla (Örn: cn=yonetici,dc=ornek,dc=com).';
47$lang['New users when ldap auth is successfull'] = 'Yeni kullanıcılar - LDAP kimlik doğrulaması başarılı olduğunda';
48$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Yöneticiler, LDAP oturumu açıldığında yeni kullanıcı yaratma durumundan eposta yoluyla bilgilendirilsin mi?';
49$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Yeni kullanıcılar LDAP ile başarılı kimlik doğrulaması yaptıklarında yaratılsın mı?';
50$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Yeni kullanıcılar diğer Piwigo kullanıcıları gibi eposta alsın mı?';
[27170]51?>
Note: See TracBrowser for help on using the repository browser.