번역 파일 내 변수 순서 통일

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5131 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2008-12-18 21:32:12 +00:00
parent 08eb6830b0
commit ba90201a4a

View file

@ -10,8 +10,8 @@
$lang->module_category_title = array(
'service' => 'サービス型モジュール',
'manager' => '管理型モジュール',
'utility' => '機能性モジュール',
'manager' => '管理型モジュール',
'accessory' => '付加モジュール',
'base' => '基本モジュール',
);