mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
520 B
PHP
13 lines
520 B
PHP
<?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';
|