source: extensions/AStat/language/tr_TR/plugin.lang.php @ 19798

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

[astat] Add tr_TR, thanks to : Nakre

  • Property svn:executable set to *
File size: 4.3 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['AStat_month_of_year_1'] = 'Ocak';
24$lang['AStat_month_of_year_10'] = 'Ekim';
25$lang['AStat_month_of_year_11'] = 'Kasım';
26$lang['AStat_month_of_year_12'] = 'Aralım';
27$lang['AStat_month_of_year_2'] = 'Şubat';
28$lang['AStat_month_of_year_3'] = 'Mart';
29$lang['AStat_month_of_year_4'] = 'Nisan';
30$lang['AStat_month_of_year_5'] = 'Mayıs';
31$lang['AStat_month_of_year_6'] = 'Haziran';
32$lang['AStat_month_of_year_7'] = 'Temmuz';
33$lang['AStat_month_of_year_8'] = 'Ağustos';
34$lang['AStat_month_of_year_9'] = 'Eylül';
35$lang['AStat_nb_total_category'] = 'Toplam kategori sayısı';
36$lang['AStat_nb_total_image'] = 'Toplam resim sayısı';
37$lang['AStat_nb_total_ip'] = 'Toplam ip adresi sayısı';
38$lang['AStat_page_label'] = 'Sayfa';
39$lang['AStat_pages_label'] = 'Sayfalar';
40$lang['AStat_section_deleted_cat'] = 'Kategori silindi';
41$lang['AStat_period_label_all'] = 'Tüm Yıl';
42$lang['AStat_period_label_days'] = 'Günler';
43$lang['AStat_period_label_hours'] = 'Saatler';
44$lang['AStat_period_label_months'] = 'Aylar';
45$lang['AStat_period_label_years'] = 'Yıllar';
46$lang['AStat_tools'] = 'Araçlar';
47$lang['AStat_tools_deleted_category_apply'] = 'Güncelle';
48$lang['AStat_sortip_page'] = 'Görüntülenen sayfa sayısı';
49$lang['AStat_sortip_picture'] = 'Görüntülenen resim sayısı';
50$lang['AStat_tools_deleted_picture_apply'] = 'Güncelle';
51$lang['AStat_tools_deleted_user_apply'] = 'Güncelle';
52$lang['AStat_tools_purge_history'] = 'Geçmiş siliniyor';
53$lang['AStat_tools_purge_history_apply'] = 'Sil';
54$lang['AStat_version'] = 'sürüm';
55$lang['AStat_yesno_false'] = 'Evet';
56$lang['AStat_yesno_true'] = 'Hayır';
57$lang['CATEGORY_LABEL'] = 'Kategori';
58$lang['IP_label'] = 'IP adresi';
59$lang['IP_visit'] = 'IP adresleri';
60$lang['AStat_do_save'] = 'Kaydet';
61$lang['AStat_day_of_week_1'] = 'Pazartesi';
62$lang['AStat_day_of_week_2'] = 'Salı';
63$lang['AStat_day_of_week_3'] = 'Çarşamba';
64$lang['AStat_day_of_week_4'] = 'Perşembe';
65$lang['AStat_day_of_week_5'] = 'Cuma';
66$lang['AStat_day_of_week_6'] = 'Cumartesi';
67$lang['AStat_SortCatLabel'] = 'tarafından düzenlendi';
68$lang['AStat_SortIPLabel'] = 'tarafından düzenlendi';
69$lang['AStat_SortImgLabel'] = 'tarafından düzenlendi';
70$lang['AStat_config'] = 'Ayarlar';
71$lang['AStat_config_saved'] = 'Ayarlar kaydedildi';
72$lang['AStat_config_title'] = 'AStat Ayarları';
73$lang['AStat_day_of_week_0'] = 'Pazar';
74$lang['AStat_PeriodPerDefault_year'] = 'Bu yıl';
75$lang['AStat_PeriodPerDefault_month'] = 'Bu ay';
76$lang['AStat_PeriodPerDefault_all'] = 'Tüm yıllar';
77$lang['AStat_PeriodPerDefault_day'] = 'Bugün';
78$lang['AStat_BarColor_Cat'] = 'Kategori sayısı';
79$lang['AStat_BarColor_IP'] = 'Ip adresi sayısı';
80$lang['AStat_BarColor_Img'] = 'Resim sayısı';
81$lang['AStat_BarColor_Pages'] = 'Sayfa sayısı';
82?>
Note: See TracBrowser for help on using the repository browser.