egroupware/phpgwapi/js/tiny_mce/plugins/table/langs/ko.js

44 lines
1.6 KiB
JavaScript
Raw Normal View History

2006-08-21 21:26:21 +02:00
// KO lang variables
tinyMCE.addToLang('',{
table_desc : <20>&Ouml;<3B><>',
table_insert_row_before_desc : '<27>տ<EFBFBD> <20><> <20>&Ouml;<3B><>',
table_insert_row_after_desc : '<27>ڿ<EFBFBD> <20><> <20>&Ouml;<3B><>',
table_delete_row_desc : '<27><> <20>&ouml;<3B><><EFBFBD><EFBFBD>',
table_insert_col_before_desc : '<27>տ<EFBFBD> <20><> <20>&Ouml;<3B><>',
table_insert_col_after_desc : '<27>ڿ<EFBFBD> <20><> <20>&Ouml;<3B><>',
table_delete_col_desc : '<27><> <20>&ouml;<3B><><EFBFBD><EFBFBD>',
insert_table_title : <20>&Ouml;<3B><>/<2F><>&Auml;<3B><><EFBFBD>',
insert_table_width : '<27>ʺ<EFBFBD>',
insert_table_height : '<27><><EFBFBD><EFBFBD>',
insert_table_cols : '<27><>',
insert_table_rows : '<27><>',
insert_table_cellspacing : '<27><> <20><><EFBFBD><EFBFBD>',
insert_table_cellpadding : '<27><> <20><><EFBFBD><EFBFBD>',
insert_table_border : '&Aring;׵θ<D7B5>',
insert_table_align : '<27><><EFBFBD>&Auml;',
insert_table_align_default : '<27><EFBFBD><E2BABB>',
insert_table_align_left : '<27><><EFBFBD><EFBFBD>',
insert_table_align_right : '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
insert_table_align_middle : '<27><><EFBFBD>',
insert_table_class : '&Aring;<3B><><EFBFBD><EFBFBD><EFBFBD>',
table_row_title : 'Table row properties',
table_cell_title : 'Table cell properties',
table_row_desc : 'Table row properties',
table_cell_desc : 'Table cell properties',
insert_table_valign : 'Vertical alignment',
insert_table_align_top : 'Top',
insert_table_align_bottom : 'Bottom',
table_props_desc : 'Table properties',
table_bordercolor : 'Border color',
table_bgcolor : 'Bg color',
table_merge_cells_title : 'Merge table cells',
table_split_cells_desc : 'Split table cells',
table_merge_cells_desc : 'Merge table cells',
table_cut_row_desc : 'Cut table row',
table_copy_row_desc : 'Copy table row',
table_paste_row_before_desc : 'Paste table row before',
table_paste_row_after_desc : 'Paste table row after',
table_insert_desc : 'Insert a new table'
});