mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
add on/off in global language variables
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8648 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7aebc36fb5
commit
60e6276d35
12 changed files with 24 additions and 0 deletions
|
|
@ -171,6 +171,8 @@ $lang->layout_manager = 'レイアウト管理';
|
|||
|
||||
$lang->use = '使用';
|
||||
$lang->notuse = '未使用';
|
||||
$lang->on = 'On';
|
||||
$lang->off = 'Off';
|
||||
$lang->not_exists = 'なし';
|
||||
|
||||
$lang->public = '公開';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue