source: extensions/Back2Front/language/tr_TR/plugin.lang.php @ 21402

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

[back2front] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 3.3 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['Toolbar'] = 'Araç çubuğu';
24$lang['Top'] = 'Üst';
25$lang['Transition'] = 'Geçiş';
26$lang['Bottom'] = 'Alt';
27$lang['Click'] = 'Tıkla';
28$lang['Link name'] = 'Buton adı';
29$lang['Link position'] = 'Buton yeri';
30$lang['Mouseover'] = 'Mouse üzerinde';
31$lang['See back'] = 'Arka kısma bak';
32$lang['See front'] = 'Ön tarafına bak';
33$lang['This picture is no longer a backside'] = 'Bu fotoğraf artık arka kısım değil';
34$lang['This picture is now the backside of the picture n°%s'] = 'Bu fotoğraf şimdi n°%s fotoğrafının arka kısmıdır';
35$lang['Unknown id %d for frontside picture'] = 'Ön kısım fotoğrafı için bilinmeyen tanım %d';
36$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'İki etiketi | sembolü ile ayırın. Varsayılan çeviriyi kullanmak için boş bırakın.';
37$lang['Backside and frontside can\'t be the same picture'] = 'Ön ve arka kısımlar aynı fotoğraftan oluşamaz';
38$lang['...of the picture n°'] = '...fotoğraf n° \'nin';
39$lang['Display a mark on thumbnails list'] = 'Pul resmi listesinde bir işaret göster';
40$lang['The picture n°%d has already a backside : %s'] = 'n°%d fotoğrafı zaten bir arka kısma sahip: %s';
41$lang['The picture n°%s is already a backside'] = 'n°%s fotoğrafı zaten bir arka kısımdır';
42$lang['This picture is a backside...'] = 'Bu fotoğraf bir arka kısımdır...';
43$lang['This picture has a backside :'] = 'Bu fotoğraf bir arka kısma sahip:';
44$lang['Switch mode'] = 'Tarzı değiştir';
45$lang['Move backside to private album'] = 'Arka kısmı özel albüme taşı';
46$lang['Modify backside information'] = 'Arka kısım bilgisini değiştir';
47$lang['Fade'] = 'Karart';
48$lang['Backside management'] = 'Arka kısım yönetimi';
49?>
Note: See TracBrowser for help on using the repository browser.