mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#12 현재 기본 패키지에 포함된 블로그/게시판/페이지/외부페이지의 모듈 복사 기능 추가. 추가되는 모듈들도 복사할 수 있도록 module의 기본 기능으로 추가하였음
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2619 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8577a213d4
commit
1d45f520e1
22 changed files with 204 additions and 4 deletions
|
|
@ -26,6 +26,7 @@
|
|||
$lang->cmd_cancel = 'Cancel';
|
||||
$lang->cmd_back = 'Go Back';
|
||||
$lang->cmd_vote = 'Vote';
|
||||
$lang->cmd_copy = 'Copy';
|
||||
$lang->cmd_move = 'Move';
|
||||
$lang->cmd_move_up = 'Up';
|
||||
$lang->cmd_move_down = 'Down';
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
$lang->cmd_cancel = 'Cancelar';
|
||||
$lang->cmd_back = 'Atrás';
|
||||
$lang->cmd_vote = 'Recomendar';
|
||||
$lang->cmd_copy = 'Copia';
|
||||
$lang->cmd_move = 'Mover';
|
||||
$lang->cmd_move_up = 'Arriba';
|
||||
$lang->cmd_move_down = 'Abajo';
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
$lang->cmd_cancel = 'Decommander';
|
||||
$lang->cmd_back = 'Retour';
|
||||
$lang->cmd_vote = 'Voter';
|
||||
$lang->cmd_copy = 'Copie';
|
||||
$lang->cmd_move = 'Deplacer';
|
||||
$lang->cmd_move_up = 'Relever';
|
||||
$lang->cmd_move_down = 'Abaisser';
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
$lang->cmd_cancel = 'キャンセル';
|
||||
$lang->cmd_back = '戻る';
|
||||
$lang->cmd_vote = '推薦';
|
||||
$lang->cmd_copy = 'コピー';
|
||||
$lang->cmd_move = '移動';
|
||||
$lang->cmd_move_up = '上へ';
|
||||
$lang->cmd_move_down = '下へ';
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
$lang->cmd_cancel = '취소';
|
||||
$lang->cmd_back = '돌아가기';
|
||||
$lang->cmd_vote = '추천';
|
||||
$lang->cmd_copy = '복사';
|
||||
$lang->cmd_move = '이동';
|
||||
$lang->cmd_move_up = '위로';
|
||||
$lang->cmd_move_down = '아래로';
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
$lang->cmd_cancel = '取消';
|
||||
$lang->cmd_back = '返回';
|
||||
$lang->cmd_vote = '推荐';
|
||||
$lang->cmd_copy = '副本';
|
||||
$lang->cmd_move = '查看';
|
||||
$lang->cmd_move_up = '向上';
|
||||
$lang->cmd_move_down = '向下';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue