forked from extern/egroupware
94 lines
2.4 KiB
JavaScript
Executable File
94 lines
2.4 KiB
JavaScript
Executable File
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
|
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
|
|
|
tinyMCE.addToLang('fullpage',{
|
|
title : '文档属性',
|
|
desc : '文档属性',
|
|
meta_tab : '常规',
|
|
appearance_tab : '显示',
|
|
advanced_tab : '高级',
|
|
meta_props : 'Meta信息',
|
|
langprops : '语言和编码',
|
|
meta_title : '标题',
|
|
meta_keywords : '关键字',
|
|
meta_description : '描述',
|
|
meta_robots : '机器人',
|
|
doctypes : 'Doctype',
|
|
langcode : '语言代码',
|
|
langdir : '文字方向',
|
|
ltr : '从左往右',
|
|
rtl : '从右往左',
|
|
xml_pi : 'XML申明',
|
|
encoding : '字符编码',
|
|
appearance_bgprops : '背景属性',
|
|
appearance_marginprops : '页面边距',
|
|
appearance_linkprops : '链接颜色',
|
|
appearance_textprops : '文字属性',
|
|
bgcolor : '背景颜色',
|
|
bgimage : '背景图片',
|
|
left_margin : '左边距',
|
|
right_margin : '右边距',
|
|
top_margin : '上边距',
|
|
bottom_margin : '下边距',
|
|
text_color : '文字颜色',
|
|
font_size : '字体大小',
|
|
font_face : '字体',
|
|
link_color : '链接颜色',
|
|
hover_color : '悬停颜色',
|
|
visited_color : '访问过的颜色',
|
|
active_color : '激活时颜色',
|
|
textcolor : '颜色',
|
|
fontsize : '字体大小',
|
|
fontface : '字体',
|
|
meta_index_follow : '索引并跟随链接',
|
|
meta_index_nofollow : '索引但不跟随链接',
|
|
meta_noindex_follow : '不索引,跟随链接',
|
|
meta_noindex_nofollow : '不索引也不跟随链接',
|
|
appearance_style : '样式表和样式属性',
|
|
stylesheet : '样式表',
|
|
style : '样式',
|
|
author : '作者',
|
|
copyright : '版权',
|
|
add : '添加新元素',
|
|
remove : '移除选中的元素',
|
|
moveup : '向上移动选中的元素',
|
|
movedown : '向下移动选中的元素',
|
|
head_elements : '头元素',
|
|
info : '信息',
|
|
info_text : '',
|
|
add_title : 'Title元素',
|
|
add_meta : 'Meta元素',
|
|
add_script : 'Script元素',
|
|
add_style : 'Style元素',
|
|
add_link : 'Link元素',
|
|
add_base : 'Base元素',
|
|
add_comment : 'Comment节点',
|
|
title_element : 'Title元素',
|
|
script_element : 'Script元素',
|
|
style_element : 'Style元素',
|
|
base_element : 'Base元素t',
|
|
link_element : 'Link元素',
|
|
meta_element : 'Meta元素',
|
|
comment_element : '注释',
|
|
src : 'Src',
|
|
language : '语言',
|
|
href : '链接',
|
|
target : '目标',
|
|
rel : 'Rel',
|
|
type : '类型',
|
|
charset : '字符集',
|
|
defer : '延迟',
|
|
media : '媒体',
|
|
properties : '属性',
|
|
name : '名称',
|
|
value : '值',
|
|
content : '内容',
|
|
rel : 'Rel',
|
|
rev : 'Rev',
|
|
hreflang : 'Href lang',
|
|
general_props : '常规',
|
|
advanced_props : '高级',
|
|
delta_width : 0,
|
|
delta_height : 0
|
|
});
|