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
|
|
@ -227,4 +227,23 @@
|
|||
|
||||
$lang->edit->image_align = 'Image Alignment';
|
||||
$lang->edit->attached_files = 'Attachments';
|
||||
|
||||
$lang->edit->fontcolor_input = 'Custom Font Color';
|
||||
$lang->edit->fontbgcolor_input = 'Custom Background Color';
|
||||
$lang->edit->pangram = 'The quick brown fox jumps over the lazy dog';
|
||||
|
||||
$lang->edit->table_caption_position = 'Table Caption & Position';
|
||||
$lang->edit->table_caption = 'Table Caption';
|
||||
$lang->edit->table_header = 'Table Header';
|
||||
$lang->edit->table_header_none = 'none';
|
||||
$lang->edit->table_header_left = 'top';
|
||||
$lang->edit->table_header_top = 'left';
|
||||
$lang->edit->table_header_both = 'both';
|
||||
$lang->edit->table_size = 'Table Size';
|
||||
$lang->edit->table_width = 'Table Width';
|
||||
|
||||
$lang->edit->no_image = 'There is no images uploaded.';
|
||||
$lang->edit->no_multimedia = 'There is no videos uploaded.';
|
||||
$lang->edit->no_attachment = 'There is no files uploaded.';
|
||||
$lang->edit->insert_selected = 'Insert Selected';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue