source: extensions/UserAdvManager/trunk/language/tr_TR/plugin.lang.php @ 20549

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

[useradvmanager] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 3.4 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['UAM_save_config'] = 'Ayarlar Kaydedildi';
24$lang['UAM_submit'] = 'Ayarları Kaydet';
25$lang['UAM_Password: %s'] = 'Şifre: %s';
26$lang['UAM_PasswordTest'] = 'Şifre test:';
27$lang['UAM_No_Casse'] = 'Kullanıcı Adları: Büyük Küçük harf duyarlı';
28$lang['UAM_NewFeature'] = 'Yeni Özellik!';
29$lang['UAM_Restore_File'] = 'Ayarları Geri Yükle';
30$lang['UAM_PwdReset'] = 'Şifre yenileme';
31$lang['UAM_PwdReset_Done'] = 'Şifre yenilendi';
32$lang['UAM_PwdReset_NA'] = 'Orjinal şifre';
33$lang['UAM_PwdReset_Todo'] = 'Şifre yenilemesi';
34$lang['UAM_Registration_Date'] = 'Kayıt tarihi';
35$lang['UAM_Reminder_Sent_NOK'] = 'HAYIR';
36$lang['UAM_Reminder_Sent_OK'] = 'EVET';
37$lang['UAM_Tab_Global'] = 'Yapılandırma';
38$lang['UAM_SubTitle1'] = 'Plugin yapılandırma';
39$lang['UAM_ScoreTest'] = 'Sonuç: ';
40$lang['UAM_Save'] = 'Backup çalıştır';
41$lang['UAM_User: %s'] = 'Kullanıcı : %s';
42$lang['UAM_Update of %s'] = 'Profil %s güncellendi';
43$lang['UAM_no_update_pwd'] = '[Profil şifre değiştirilmeden güncellendi]';
44$lang['UAM_reg_err_login3'] = 'Güvenlik: Şifre zorunludur.';
45$lang['UAM_empty_pwd'] = '[boş şifre]';
46$lang['UAM_confirmmail_custom_Txt1'] = 'Onay sayfası metni - Onay kabul edildi';
47$lang['UAM_confirmmail_custom_Txt2'] = 'Onay sayfası metni - Onay reddedildi';
48$lang['UAM_Default_ConfirmMail_Txt'] = 'Merhaba [username]!  [mygallery] me üye olduğunuz için teşekkür ederim.
49İşleminizi tamamlamak ve fotoğrafları izleyebilmek için mesajdaki linkle tıklayarak kaydınızı tamamlayabilirsiniz.';
50$lang['UAM_%d_Reminder_Sent'] = '%d hatırlatma mesajı gönderildi';
51$lang['UAM_%d_Reminders_Sent'] = '%d hatırlatma mesajları gönderildi';
52$lang['UAM %d users pwdreseted'] = '%d kullanıcı için şifre yenileme gerekli';
53$lang['UAM %d user pwdreseted'] = '%d kullanıcısı için şifre yenileme gerekli';
54?>
Note: See TracBrowser for help on using the repository browser.