source: extensions/event_cats/language/tr_TR/plugin.lang.php @ 22107

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

[event_cats] Add tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 2.6 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['Delete entry ttip'] = 'Girişi sil';
24$lang['Delete'] = 'Sil';
25$lang['Copy URL ttip'] = 'İletmek için bu bağlantıyı kopyala';
26$lang['Confirm password'] = 'Şifreyi doğrula:';
27$lang['Configuration'] = 'Yapılandırma';
28$lang['Comments display'] = 'Açıklamaları görüntüle';
29$lang['Autolog entries'] = '"Otomatik giriş" kayıtları';
30$lang['Comment'] = 'Açıklama';
31$lang['Code'] = 'Kod';
32$lang['Category'] = 'Albüm';
33$lang['Banner on'] = 'Etkin';
34$lang['Banner off'] = 'Devre dışı';
35$lang['Auto code mid'] = 'sahip';
36$lang['Auto code min'] = '(asgari)';
37$lang['Auto code end'] = 'basamak';
38$lang['Auto code max'] = '(azami)';
39$lang['Auto code button'] = 'Bir kod oluştur';
40$lang['As tooltip'] = 'Araç ipucu olarak';
41$lang['All but generics'] = 'Tüm hesaplar fakat jenerik olanlar';
42$lang['All accounts'] = 'Tüm hesaplar';
43$lang['Admin page title'] = 'Olay Kategorisi';
44$lang['Additional Pages active'] = 'İlave Sayfa eklentisi: Etkinleştirildi';
45$lang['Additional Page'] = 'İlave Sayfa';
46$lang['Access denied'] = 'Giriş engellendi';
47?>
Note: See TracBrowser for help on using the repository browser.