source: extensions/header_manager/language/tr_TR/plugin.lang.php @ 16966

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

[header_manager] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 3.6 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['Add a banner'] = 'Bir afiş (banner) ekle';
24$lang['Banner added'] = 'Afiş (banner) eklendi';
25$lang['Banner deleted'] = 'Afiş (banner) silindi';
26$lang['Banner'] = 'Afiş (Banner)';
27$lang['Choose an image from your computer'] = 'Bilgisayarınızdan bir resim seçin';
28$lang['Choose the part of the image you want to use as your header.'] = 'Başlık olarak kullanmak istediğiniz resmin parçasını seçin.';
29$lang['Crop banner image'] = 'Afiş (banner) resmini kırp';
30$lang['Default banner size'] = 'Varsayılan afiş (banner) büyüklüğü';
31$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'MontBlancXL ve BlancMontXL için önerilen büyüklük 900&times;190 dır.';
32$lang['Gallery title above image'] = 'Galeri adı yukarıdaki resim';
33$lang['Image only'] = 'Sadece resim';
34$lang['Incorrect file type,'] = 'Geçersiz dosya tipi,';
35$lang['No banner added yet'] = 'Henüz afiş (banner) eklenmedi';
36$lang['Picture id.'] = 'Resim kimliği.';
37$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Resmi görüntülemek istediğiniz yere <b>%header_manager%</b> koyun.';
38$lang['Random'] = 'Rastgele';
39$lang['Select an image'] = 'Bir resim seçin';
40$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Sayısal tanımlayıcı, resim düzenleme sayfasında pul resmi (thumbnail) yanından bulunabilir.';
41$lang['Unknown picture id'] = 'Bilinmeyen resim kimliği';
42$lang['Use'] = 'Kullan';
43$lang['With text'] = 'Yazı ile';
44$lang['You can customize the display by adding CSS rules to'] = 'CSS kuralları ekleyerek görününümü kişiselleştirebilirsiniz';
45$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Bilgisayarınızdan kişisel başlık resmi yükleyebilir veya galeriden bir resmi seçebilirsiniz. Sonraki ekranda resme kırpma işlemi yapabilirsiniz.';
46$lang['or choose a picture from the gallery'] = 'yada galeriden bir resim seçin';
47$lang['Default banner'] = 'Varsayılan afiş (banner)';
48?>
Note: See TracBrowser for help on using the repository browser.