mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
다국어 지원가능하도록 수정 - 일부 미완성
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7811 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44f276f996
commit
9d2b033ea9
10 changed files with 192 additions and 21 deletions
|
|
@ -223,4 +223,23 @@
|
|||
|
||||
$lang->edit->image_align = '이미지 정렬';
|
||||
$lang->edit->attached_files = '첨부 파일';
|
||||
|
||||
$lang->edit->fontcolor_input = '폰트색 직접입력';
|
||||
$lang->edit->fontbgcolor_input = '배경색 직접입력';
|
||||
$lang->edit->pangram = '무궁화 꽃이 피었습니다';
|
||||
|
||||
$lang->edit->table_caption_position = '표 제목(caption) 및 배치';
|
||||
$lang->edit->table_caption = '표 제목(caption)';
|
||||
$lang->edit->table_header = '머리글 셀(th)';
|
||||
$lang->edit->table_header_none = '없음';
|
||||
$lang->edit->table_header_left = '왼쪽';
|
||||
$lang->edit->table_header_top = '위쪽';
|
||||
$lang->edit->table_header_both = '모두';
|
||||
$lang->edit->table_size = '표 크기';
|
||||
$lang->edit->table_width = '표 폭';
|
||||
|
||||
$lang->edit->no_image = '첨부된 이미지가 없습니다.';
|
||||
$lang->edit->no_multimedia = '첨부된 동영상이 없습니다.';
|
||||
$lang->edit->no_attachment = '첨부된 파일이 없습니다.';
|
||||
$lang->edit->insert_selected = '선택 넣기';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue