source: extensions/Password_Policy/language/tr_TR/plugin.lang.php @ 25051

Last change on this file since 25051 was 25051, checked in by Eric, 11 years ago

language files updated

File size: 3.8 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['PP_Title'] = 'Password Policy - Versiyon:';
24$lang['PP_SubTitle1'] = 'Plugin yapılandırma';
25$lang['PP_submit'] = 'Ayarları Kaydet';
26$lang['PP_save_config'] = 'Ayarlar Kaydedildi';
27$lang['PP_Disable'] = 'Devre Dışı [varsayılan]';
28$lang['PP_Enable'] = 'Etkinleştir';
29$lang['PP_PasswordTest'] = 'Şifre test:';
30$lang['PP_ScoreTest'] = 'Sonuç: ';
31$lang['PP_Error_Password_Mandatory'] = 'Güvenlik: Şifre zorunludur.';
32$lang['PP_Error_Password_Need_Enforcement_%s'] = 'Güvenlik: Kontorl sistemi seçilen şifreler için karmaşık bir kontorl mekanizması sağlar. Şifreniz çok basit (karakter sayısı=%s) Lütfen aşağıdaki kurallara dikkat ederek yeni bir şifre belirleyin: <br>
33- Harf ve rakam içermeli<br>
34- Büyük ve küçük harf içermeli<br>
35- Uzunluğu arttırın (karakter uzunluğunu)<br>
36Yönetici tarafından belirlenmiş minimum şifre uzunluğu:';
37$lang['PP_Password_Enforced_true'] = 'Etkin. Minimum Puan:';
38$lang['PP_AdminPassword_Enforced'] = 'Yöneticilere uygulanıyor';
39$lang['PP_Password_Reset_Msg'] = 'Lütfen Şifrenizi değiştirin!';
40$lang['PP_PwdReset'] = 'Şifre yenileme';
41$lang['PP_Password reset selected users'] = 'Seçilen kullanıcılar için şifre yenileme isteği';
42$lang['PP_Guest cannot be pwdreset'] = 'Misafir hesabı için şifre yenileme ayarlanamaz!';
43$lang['PP_Default user cannot be pwdreset'] = 'Şifre yenileme varsayılan kullanıcı hesabı için ayarlanamaz!';
44$lang['PP_Webmaster cannot be pwdreset'] = 'Şifre yenileme webmaster hesabı için ayarlanamaz.';
45$lang['PP_Generic cannot be pwdreset'] = 'Jenerik hesaplar için şifre yenileme ayarlanamaz!';
46$lang['PP_Admins cannot be pwdreset'] = 'Yönetici hesapları için şifre yenilemesi ayarlanamaz!';
47$lang['PP_You cannot pwdreset your account'] = 'Şifre yenileme kendi hesabınız için ayarlanamaz.';
48$lang['PP_You need to confirm pwdreset'] = 'Şifre yenilmeyi onaylamanız gerekir(onay kutusu)!';
49$lang['PP_PwdReset_Todo'] = 'Şifre yenilemesi';
50$lang['PP_PwdReset_Done'] = 'Şifre yenilendi';
51$lang['PP_PwdReset_NA'] = 'Orjinal şifre';
52$lang['PP %d user pwdreseted'] = '%d kullanıcısı için şifre yenileme gerekli';
53$lang['PP %d users pwdreseted'] = '%d kullanıcı için şifre yenileme gerekli';
54?>
Note: See TracBrowser for help on using the repository browser.