source: extensions/LLGBO2/language/tr_TR/plugin.lang.php @ 16189

Last change on this file since 16189 was 16189, checked in by TranslationTeam, 12 years ago

[looklikegbo] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Reset_To_Default'] = 'Varsayılan değerlere döndür';
24$lang['Step1_Title'] = 'Eklenti ayarları';
25$lang['Step3_Title'] = 'Çerçeve ayarları';
26$lang['Step4_Title'] = 'Her sayfanın başlığını görüntüle/gizle';
27$lang['Title'] = 'GBo \'ya Benzer';
28$lang['llgbo_M_frame'] = 'Çerçeve yönetimi';
29$lang['llgbo_M_header'] = 'Başlık görüntüleme yönetimi';
30$lang['llgbo_M_manage'] = 'Evrensel ayarlar';
31$lang['llgbo_frame_bdcolor0'] = 'Satır 1 rengi:';
32$lang['llgbo_frame_bdcolor10'] = 'Satır 11 rengi:';
33$lang['llgbo_frame_bdcolor11'] = 'Satır 12 rengi:';
34$lang['llgbo_frame_bdcolor1'] = 'Satır 2 rengi:';
35$lang['llgbo_frame'] = 'Resim etrafındaki çerçeveyi yönet';
36$lang['Howto'] = 'Bu eklenti resim sayfası düzenini yönetir.';
37$lang['Step2_Title'] = 'Tooltip ayarları';
38$lang['llgbo_M_tooltip'] = 'Tooltip yönetimi';
39$lang['llgbo_always_displayexif'] = 'Her zaman göster METADATA:';
40$lang['llgbo_frame_bdcolor12'] = 'Satır 13 rengi:';
41$lang['llgbo_frame_bdcolor13'] = 'Satır 14 rengi:';
42$lang['llgbo_frame_bdcolor14'] = 'Satır 15 rengi:';
43$lang['llgbo_frame_bdcolor15'] = 'Satır 16 rengi:';
44$lang['llgbo_frame_bdcolor2'] = 'Satır 3 rengi:';
45$lang['llgbo_frame_bdcolor3'] = 'Satır 4 rengi:';
46$lang['llgbo_frame_bdcolor4'] = 'Satır 5 rengi:';
47$lang['llgbo_frame_bdcolor5'] = 'Satır 6 rengi:';
48$lang['llgbo_frame_bdcolor6'] = 'Satır 7 rengi:';
49$lang['llgbo_frame_bdcolor7'] = 'Satır 8 rengi:';
50$lang['llgbo_frame_bdcolor8'] = 'Satır 9 rengi:';
51$lang['llgbo_frame_bdcolor9'] = 'Satır 10 rengi:';
52$lang['llgbo_frame_bdsize'] = 'genişlik:';
53$lang['llgbo_header_notification'] = 'Bildiri sayfasında başlık göster';
54$lang['llgbo_header_picture'] = 'Resim sayfasında başlık göster';
55$lang['llgbo_header_recent_cats'] = 'Son kategori sayfasında başlık göster';
56$lang['llgbo_header_recent_pics'] = 'Son resim sayfasında başlık göster';
57$lang['llgbo_usemap_thumb'] = 'Resim üzerinde gezinme aktif olduğunda küçük resim göster';
58$lang['llgbo_usemap'] = 'Resim üzerine gezinti çubuğu ekle';
59$lang['llgo_frame_setting'] = 'Çerçeve ayarları:';
60$lang['llgo_global_setting'] = 'Piwigo resim sayfası evrensel ayarları';
61$lang['llgo_tooltip_setting'] = 'Tooltip adı';
62$lang['llgo_tooltip_size'] = 'Tooltip kenar kalınlığı';
63$lang['llgo_tooltip_width'] = 'Tooltip genişliği';
64$lang['llgo_warning_setting'] = 'Gally teması ile kullanım için cl_conflit eklentisi yüklenmelidir';
65$lang['previewsamples'] = 'Örnek görüntüle';
66$lang['preview'] = 'Ön görünüm';
67$lang['save'] = 'Kaydet';
68$lang['submit'] = 'Gönder';
69?>
Note: See TracBrowser for help on using the repository browser.