forked from extern/egroupware
66 lines
2.3 KiB
JavaScript
66 lines
2.3 KiB
JavaScript
|
// KO lang variables
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
theme_style_select : '<27><>Å<3B><><EFBFBD>',
|
|||
|
theme_code_desc : 'HTML <20>ҽ<EFBFBD> <20><>Ä<3B><><EFBFBD>',
|
|||
|
theme_code_title : 'HTML <20>ҽ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>',
|
|||
|
theme_code_wordwrap : 'Word wrap',
|
|||
|
theme_code_save : '<27><><EFBFBD>å',
|
|||
|
theme_sub_desc : '<27>Ʒ<EFBFBD>÷<EFBFBD><C3B7>',
|
|||
|
theme_sup_desc : '<27><>÷<EFBFBD><C3B7>',
|
|||
|
theme_hr_desc : '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>Ö<3B><>',
|
|||
|
theme_removeformat_desc : '<27>Ӽ<EFBFBD> <20>ö<3B><><EFBFBD><EFBFBD>',
|
|||
|
theme_custom1_desc : 'Your custom description here',
|
|||
|
insert_image_border : 'Åθ<D7B5>',
|
|||
|
insert_image_dimensions : 'Å<3B><><EFBFBD>',
|
|||
|
insert_image_vspace : '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
|
|||
|
insert_image_hspace : '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>',
|
|||
|
insert_image_align : '<27><><EFBFBD>Ä',
|
|||
|
insert_image_align_default : '<27>⺻<EFBFBD><E2BABB>',
|
|||
|
insert_image_align_baseline : 'Baseline',
|
|||
|
insert_image_align_top : 'Top',
|
|||
|
insert_image_align_middle : 'Middle',
|
|||
|
insert_image_align_bottom : 'Bottom',
|
|||
|
insert_image_align_texttop : 'TextTop',
|
|||
|
insert_image_align_absmiddle : 'Absolute Middle',
|
|||
|
insert_image_align_absbottom : 'Absolute Bottom',
|
|||
|
insert_image_align_left : 'Left',
|
|||
|
insert_image_align_right : 'Right',
|
|||
|
theme_font_size : '-- Font size --',
|
|||
|
theme_fontdefault : '-- Font family --',
|
|||
|
theme_block : '-- Format --',
|
|||
|
theme_paragraph : '<27>ܶ<EFBFBD>',
|
|||
|
theme_div : 'Div',
|
|||
|
theme_address : '<27>Ö<3B><>',
|
|||
|
theme_pre : '<27><><EFBFBD>Ä <20>Ö<3B><>',
|
|||
|
theme_h1 : '<27><><EFBFBD><EFBFBD> 1',
|
|||
|
theme_h2 : '<27><><EFBFBD><EFBFBD> 2',
|
|||
|
theme_h3 : '<27><><EFBFBD><EFBFBD> 3',
|
|||
|
theme_h4 : '<27><><EFBFBD><EFBFBD> 4',
|
|||
|
theme_h5 : '<27><><EFBFBD><EFBFBD> 5',
|
|||
|
theme_h6 : '<27><><EFBFBD><EFBFBD> 6',
|
|||
|
theme_colorpicker_title : '<27>ö<3B><> <20><>Å<3B>',
|
|||
|
theme_colorpicker_apply : '<27><><EFBFBD><EFBFBD>',
|
|||
|
theme_forecolor_desc : '<27><><EFBFBD><EFBFBD> <20>ö<3B><>',
|
|||
|
theme_backcolor_desc : 'Select background color',
|
|||
|
theme_charmap_title : 'Select custom character',
|
|||
|
theme_charmap_desc : 'Insert custom character',
|
|||
|
theme_visualaid_desc : 'Toggle guidelines/invisible elements',
|
|||
|
insert_anchor_title : '<27><>Ä<3B> <20>Ö<3B><>/<2F><>Ä<3B><><EFBFBD>',
|
|||
|
insert_anchor_name : '<27><>Ä<3B> <20≯<EFBFBD>',
|
|||
|
theme_anchor_desc : '<27><>Ä<3B> <20>Ö<3B><>/<2F><>Ä<3B><><EFBFBD>',
|
|||
|
theme_insert_link_titlefield : '<27><><EFBFBD><EFBFBD>',
|
|||
|
theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
|||
|
theme_path : 'Path',
|
|||
|
cut_desc : 'Cut',
|
|||
|
copy_desc : 'Copy',
|
|||
|
paste_desc : 'Paste',
|
|||
|
link_list : 'Link list',
|
|||
|
image_list : 'Image list',
|
|||
|
browse : 'Browse',
|
|||
|
image_props_desc : 'Image properties',
|
|||
|
newdocument_desc : 'New document',
|
|||
|
class_name : 'Å<3B><><EFBFBD><EFBFBD><EFBFBD>',
|
|||
|
newdocument : 'Are you sure you want clear all contents?'
|
|||
|
});
|