mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Add icon option to menu item
This commit is contained in:
parent
537a500dbf
commit
2944bfc71a
9 changed files with 57 additions and 11 deletions
|
|
@ -126,4 +126,7 @@ $lang->img_uploaded = 'Button image is uploaded.';
|
|||
$lang->img_deleted = 'Button image is deleted.';
|
||||
$lang->do_not_display_again = 'Do not display again.';
|
||||
$lang->skin_settings = 'Skin settings';
|
||||
$lang->no_use_skin = 'Will not use any skin';
|
||||
$lang->no_use_skin = 'Will not use any skin';
|
||||
$lang->menu_desc = 'Description';
|
||||
$lang->menu_icon = 'Icon';
|
||||
$lang->about_menu_icon = 'If and how the icon code is interpreted is up to the layout designer.';
|
||||
|
|
@ -145,3 +145,5 @@ $lang->skin_settings = '스킨 설정';
|
|||
$lang->no_skin = '스킨 없음';
|
||||
$lang->no_use_skin = '스킨 사용 안 함';
|
||||
$lang->menu_desc = '메뉴 설명';
|
||||
$lang->menu_icon = '메뉴 아이콘';
|
||||
$lang->about_menu_icon = '아이콘 코드를 어떻게 해석하는지는 레이아웃에 따라 다를 수 있습니다.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue