📄 zh-gb2312_lang_data.inc.php
字号:
<?php
// ================================================
// SPAW PHP WYSIWYG editor control
// ================================================
// Chinese gb2312 language file
// ================================================
// Developed: Alan Mendelevich, alan@solmetra.lt
// Chinese translation: aman@wealthgrp.com.tw;aman@516888.com;aman77@pchome.com.tw
// Copyright: Solmetra (c)2003 All rights reserved.
// ------------------------------------------------
// www.solmetra.com
// ================================================
// v.1.0, 2003-03-20
// ================================================
// charset to be used in dialogs
$spaw_lang_charset = 'gb2312';
// language text data array
// first dimension - block, second - exact phrase
// alternative text for toolbar buttons and title for dropdowns - 'title'
$spaw_lang_data = array(
'cut' => array(
'title' => '剪下'
),
'copy' => array(
'title' => '复制'
),
'paste' => array(
'title' => '贴上'
),
'undo' => array(
'title' => '复原'
),
'redo' => array(
'title' => '反复原'
),
'hyperlink' => array(
'title' => '超连结'
),
'image_insert' => array(
'title' => '插入图片',
'select' => '选取',
'cancel' => '取消',
'library' => '资料夹',
'preview' => '预览',
'images' => '图片',
'upload' => '上传图片',
'upload_button' => '上传',
'error' => '错误',
'error_no_image' => '请选定图片',
'error_uploading' => '档案上传发生错误. 请稍後重传',
'error_wrong_type' => '档案型态不符',
'error_no_dir' => '找不到资料夹',
),
'image_prop' => array(
'title' => '图档属性',
'ok' => ' 确定 ',
'cancel' => '取消',
'source' => '来源',
'alt' => '文字提示',
'align' => '对齐',
'left' => '左',
'right' => '右',
'top' => '上',
'middle' => '中',
'bottom' => '下',
'absmiddle' => '绝对中央',
'texttop' => '文字顶端',
'baseline' => '基准线',
'width' => '宽度',
'height' => '高度',
'border' => '边框宽度',
'hspace' => '水平间距',
'vspace' => '垂直间距',
'error' => '错误',
'error_width_nan' => '宽度不是数字',
'error_height_nan' => '高度不是数字',
'error_border_nan' => '边框宽度不是数字',
'error_hspace_nan' => '水平间距不是数字',
'error_vspace_nan' => '垂直间距不是数字',
),
'hr' => array(
'title' => '水平规线'
),
'table_create' => array(
'title' => '新增表格'
),
'table_prop' => array(
'title' => '表格属性',
'ok' => ' 确定 ',
'cancel' => '取消',
'rows' => '列数',
'columns' => '行数',
'width' => '宽度',
'height' => '高度',
'border' => '边框宽度',
'pixels' => 'px',
'cellpadding' => '文框间距',
'cellspacing' => '框线间距',
'bg_color' => '背景颜色',
'error' => '错误',
'error_rows_nan' => '列数不是数字',
'error_columns_nan' => '行数不是数字',
'error_width_nan' => '宽度不是数字',
'error_height_nan' => '高度不是数字',
'error_border_nan' => '边框宽度不是数字',
'error_cellpadding_nan' => '文框间距不是数字',
'error_cellspacing_nan' => '框线间距不是数字',
),
'table_cell_prop' => array(
'title' => '储存格属性',
'horizontal_align' => '水平对齐',
'vertical_align' => '垂直对齐',
'width' => '宽度',
'height' => '高度',
'css_class' => 'CSS class',
'no_wrap' => '文字不转行',
'bg_color' => '背景颜色',
'ok' => ' 确定 ',
'cancel' => '取消',
'left' => '左',
'center' => '中',
'right' => '右',
'top' => '顶',
'middle' => '中央',
'bottom' => '底',
'baseline' => '基准线',
'error' => '错误',
'error_width_nan' => '宽度不是数字',
'error_height_nan' => '高度不是数字',
),
'table_row_insert' => array(
'title' => '插入横列'
),
'table_column_insert' => array(
'title' => '插入直行'
),
'table_row_delete' => array(
'title' => '删除横列'
),
'table_column_delete' => array(
'title' => '删除直行'
),
'table_cell_merge_right' => array(
'title' => '合并右侧'
),
'table_cell_merge_down' => array(
'title' => '合并下方'
),
'table_cell_split_horizontal' => array(
'title' => '水平分割'
),
'table_cell_split_vertical' => array(
'title' => '垂直分割'
),
'style' => array(
'title' => 'Style'
),
'font' => array(
'title' => '字体'
),
'fontsize' => array(
'title' => '字号'
),
'paragraph' => array(
'title' => 'Paragraph'
),
'bold' => array(
'title' => '粗体'
),
'italic' => array(
'title' => '斜体'
),
'underline' => array(
'title' => '加底线'
),
'ordered_list' => array(
'title' => '序号表列'
),
'bulleted_list' => array(
'title' => '点号表列'
),
'indent' => array(
'title' => '增加缩排'
),
'unindent' => array(
'title' => '减少缩排'
),
'left' => array(
'title' => '靠左切齐'
),
'center' => array(
'title' => '置中对齐'
),
'right' => array(
'title' => '靠右切齐'
),
'fore_color' => array(
'title' => '字体颜色'
),
'bg_color' => array(
'title' => '背景颜色'
),
'design_tab' => array(
'title' => '切换 WYSIWYG (直觉) 模式'
),
'html_tab' => array(
'title' => '切换 HTML (源码) 模式'
),
'colorpicker' => array(
'title' => '调色盘',
'ok' => ' 确定 ',
'cancel' => '取消',
),
// <<<<<<<<< NEW >>>>>>>>>
'cleanup' => array(
'title' => '清除HTML (移除网页格式)',
'confirm' => '这个动作将会清除所有的网页格式,请注意.',
'ok' => ' 确定 ',
'cancel' => '取消',
),
'toggle_borders' => array(
'title' => '切换边线',
),
'hyperlink' => array(
'title' => '超连结',
'url' => '网址',
'name' => '名称',
'target' => '目标',
'title_attr' => '主题',
'ok' => ' 确定 ',
'cancel' => '取消',
),
'table_row_prop' => array(
'title' => '横列属性',
'horizontal_align' => '水平对齐',
'vertical_align' => '垂直对齐',
'css_class' => 'CSS class',
'no_wrap' => '不换行',
'bg_color' => '背景颜色',
'ok' => ' 确定 ',
'cancel' => '取消',
'left' => '左',
'center' => '中',
'right' => '右',
'top' => '顶',
'middle' => '中央',
'bottom' => '底部',
'baseline' => '基线',
),
'symbols' => array(
'title' => '特殊符号',
'ok' => ' 确定 ',
'cancel' => '取消',
),
'symbols' => array(
'title' => '特殊符号',
'ok' => ' 确定 ',
'cancel' => '取消',
),
'templates' => array(
'title' => '模板',
),
'page_prop' => array(
'title' => '网页属性',
'title_tag' => '主题',
'charset' => '文字编码',
'background' => '背景图片',
'bgcolor' => '背景颜色',
'text' => '文字颜色',
'link' => '连结颜色',
'vlink' => '参观过的连结颜色',
'alink' => '正在执行的连结颜色',
'leftmargin' => '左边界',
'topmargin' => '上方边界',
'css_class' => 'CSS class',
'ok' => ' 确定 ',
'cancel' => '取消',
),
'preview' => array(
'title' => '预览',
),
'image_popup' => array(
'title' => '图片弹出',
),
'zoom' => array(
'title' => 'Zoom',
),
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -