mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
category_srl에 해당하는 언어값을 category와 동일하게 매칭
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3747 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
07c996df1f
commit
c479c8cb23
7 changed files with 7 additions and 7 deletions
|
|
@ -70,7 +70,7 @@
|
|||
$lang->no = '番号';
|
||||
$lang->notice = 'お知らせ';
|
||||
$lang->secret = '非公開';
|
||||
$lang->category = 'カテゴリ';
|
||||
$lang->category = $lang->category_srl = 'カテゴリ';
|
||||
$lang->document_srl = '書き込み番号';
|
||||
$lang->user_id = 'ユーザID';
|
||||
$lang->author = '作者';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue