source: extensions/ColorStat/language/tr_TR/plugin.lang.php @ 18580

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

[colorstat] Update tr_TR, thanks to : LazBoy

  • Property svn:executable set to *
File size: 2.7 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['cstat_loading'] = 'Yükleniyor...';
24$lang['cstat_images'] = 'imaj';
25$lang['cstat_install'] = 'kurulum';
26$lang['cstat_large_colortable'] = 'Uzatılmış aralık';
27$lang['cstat_do_bench'] = 'Ölç';
28$lang['cstat_colors_on_image'] = 'İmajla bağlılı renkler';
29$lang['cstat_choosen_colors'] = 'Seçilen renkler';
30$lang['cstat_color_already_choosen'] = 'Bu renk zaten listede seçili';
31$lang['cstat_color'] = 'Renk';
32$lang['cstat_apply'] = 'Uygula';
33$lang['cstat_bench'] = 'Performans ölçülüyor';
34$lang['cstat_choose_colors'] = 'Renklerin paneli';
35$lang['cstat_analyze_in_progress'] = 'Analiz yapılıyor...';
36$lang['cstat_analyze_is_finished'] = 'Analiz tamamlandı';
37$lang['cstat_color_size'] = 'Boyutlar';
38$lang['cstat_colors'] = 'Renkler';
39$lang['cstat_config'] = 'Yapılandırma';
40$lang['cstat_config_plugin'] = 'Eklenti yapılandırması';
41$lang['cstat_Pct'] = '%';
42$lang['Grum Plugin Classes is not installed'] = '<b>Grum Plugin Classes</b> eklentisi kurulmamış';
43$lang['cstat_NumOfImages'] = 'İmaj sayısı';
44$lang['cstat_NumOfPixels'] = 'Piksel sayısı';
45$lang['cstat_analyze'] = 'Analiz et';
46?>
Note: See TracBrowser for help on using the repository browser.