rhymix/modules/counter/lang/tr.php
2016-01-31 16:01:17 +09:00

13 lines
520 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang->counter = 'Sayaç';
$lang->cmd_select_date = 'Tarih Seç';
$lang->cmd_select_counter_type['hour'] = 'Saate Göre';
$lang->cmd_select_counter_type['day'] = 'Güne Göre';
$lang->cmd_select_counter_type['month'] = 'Aya Göre';
$lang->cmd_select_counter_type['year'] = 'Yıla Göre';
$lang->total_counter = 'Genel Durum';
$lang->selected_day_counter = 'Seçilen Günün Durumu';
$lang->unique_visitor = 'Ziyaretçiler';
$lang->pageview = 'Sayfa Gösterimi';
$lang->today = 'bugün';
$lang->yesterday = 'dün';