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['OpenID must be enabled in order to use %s authentication'] = '%s Kimlik Doğrulamasını kullanmak için OpenID etkin olmalıdır.'; |
---|
24 | $lang['Icon size on the identification page'] = 'Tanımlama sayfasında simge boyutu'; |
---|
25 | $lang['Icon size in the menubar'] = 'Menüde simge boyutu.'; |
---|
26 | $lang['You registered with a %s account, please sign in with the same account.'] = 'Kayıt olduğunuz hesap %s , lütfen aynı hesap ile oturum açın.'; |
---|
27 | $lang['Sign in with %s'] = '%s İle Giriş yapın'; |
---|
28 | $lang['Your registration is almost done, please complete the registration form.'] = 'Kaydınızın tamamlanması için, Lütfen Kayıt formunu doldurun'; |
---|
29 | $lang['OAuth: You need to configure the credentials'] = 'OAuth: Kimlik bilgilerinizi yapılandırmanız gerekli'; |
---|
30 | $lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Kullanıcılar galerinize kayıt olma yetkisine sahip değiller. OAuth ayarları doğru çalışmıyor.'; |
---|
31 | $lang['Sorry, new registrations are blocked on this gallery.'] = 'Üzgüzün, bu galeri için yeni kayıtlar engelli'; |
---|
32 | $lang['OAuth: PHP Curl extension is needed'] = 'OAuth: PHP Curl eklentisi gerekli'; |
---|
33 | $lang['Contacting <b>%s</b>. Please wait.'] = 'Ulaşılıyor <b>%s</b>. Lütfen Bekleyin.'; |
---|
34 | $lang['Disabled'] = 'Devre Dışı'; |
---|
35 | $lang['Enabled'] = 'Devrede'; |
---|
36 | $lang['Logged with'] = 'ile giriş yapıldı'; |
---|
37 | $lang['Providers'] = 'Sağlayıcılar'; |
---|
38 | $lang['Display sign in buttons on the register page'] = 'Kayıt Sayfasında Sign in Butonunu gösterin'; |
---|
39 | $lang['Display sign in buttons in the menubar'] = 'Menüde Sign in butonunu gösterin'; |
---|
40 | $lang['%s: invalid keys'] = 'Geçersiz anahtar'; |
---|
41 | $lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Bir hata oluştu. Lütfen Galeri sahibi ile irtibata geçiniz. <i>Hata Kodu : %s </iS'; |
---|
42 | $lang['Authentication canceled'] = 'Doğrulama iptal edildi.'; |
---|
43 | $lang['Error...'] = 'Hata...'; |
---|
44 | $lang['Loading...'] = 'Yükleniyor...'; |
---|
45 | $lang['Please enter your username'] = 'Lütfen Kullanıcı adınızı giriniz.'; |
---|
46 | $lang['Profile URL'] = 'Profil URL'; |
---|
47 | $lang['Please enter your OpenID URL'] = 'Lütfen OpenID URL nizi giriniz.'; |
---|
48 | $lang['Or sign in with'] = 'ile giriş yapın'; |
---|
49 | ?> |
---|