다국어 지원가능하도록 수정 - 일부 미완성

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7811 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2010-11-05 09:32:39 +00:00
parent 44f276f996
commit 9d2b033ea9
10 changed files with 192 additions and 21 deletions

View file

@ -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';
?>