mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
13
modules/counter/lang/ko.php
Normal file
13
modules/counter/lang/ko.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
$lang->counter = '접속 통계';
|
||||
$lang->cmd_select_date = '날짜 선택';
|
||||
$lang->cmd_select_counter_type['hour'] = '시간대별';
|
||||
$lang->cmd_select_counter_type['day'] = '일별';
|
||||
$lang->cmd_select_counter_type['month'] = '월별';
|
||||
$lang->cmd_select_counter_type['year'] = '연도별';
|
||||
$lang->total_counter = '전체현황';
|
||||
$lang->selected_day_counter = '선택일 현황';
|
||||
$lang->unique_visitor = '방문자';
|
||||
$lang->pageview = '페이지뷰';
|
||||
$lang->today = '오늘';
|
||||
$lang->yesterday = '어제';
|
||||
Loading…
Add table
Add a link
Reference in a new issue