summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/zh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-14 19:04:32 +0400
committerAndrew Dolgov <[email protected]>2012-08-14 19:04:32 +0400
commit0181c0110985cfd2659e81c8cc1ef5a2f73bc697 (patch)
treee2250a345481fa63cfcf98d76830338ad7eb9818 /lib/dijit/_editor/nls/zh
parent973c4a649fd8f83ed85004f3365f10f9c24d8349 (diff)
dojo: remove uncompressed files
Diffstat (limited to 'lib/dijit/_editor/nls/zh')
-rw-r--r--lib/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js30
-rw-r--r--lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js17
-rw-r--r--lib/dijit/_editor/nls/zh/commands.js.uncompressed.js52
3 files changed, 0 insertions, 99 deletions
diff --git a/lib/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js
deleted file mode 100644
index f708d6677..000000000
--- a/lib/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js
+++ /dev/null
@@ -1,30 +0,0 @@
-define(
-"dijit/_editor/nls/zh/FontChoice", //begin v1.x content
-({
- fontSize: "大小",
- fontName: "字体",
- formatBlock: "格式",
-
- serif: "有衬线",
- "sans-serif": "无衬线",
- monospace: "等宽字体",
- cursive: "草书",
- fantasy: "虚线",
-
- noFormat: "无",
- p: "段落",
- h1: "标题",
- h2: "子标题",
- h3: "二级子标题",
- pre: "预设有格式的",
-
- 1: "XXS 号",
- 2: "XS 号",
- 3: "S 号",
- 4: "M 号",
- 5: "L 号",
- 6: "XL 号",
- 7: "XXL 号"
-})
-//end v1.x content
-);
diff --git a/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js b/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js
deleted file mode 100644
index 7a82796eb..000000000
--- a/lib/dijit/_editor/nls/zh/LinkDialog.js.uncompressed.js
+++ /dev/null
@@ -1,17 +0,0 @@
-define(
-"dijit/_editor/nls/zh/LinkDialog", //begin v1.x content
-({
- createLinkTitle: "链接属性",
- insertImageTitle: "图像属性",
- url: "URL:",
- text: "描述:",
- target: "目标:",
- set: "设置",
- currentWindow: "当前窗口",
- parentWindow: "父窗口",
- topWindow: "顶层窗口",
- newWindow: "新建窗口"
-})
-
-//end v1.x content
-);
diff --git a/lib/dijit/_editor/nls/zh/commands.js.uncompressed.js b/lib/dijit/_editor/nls/zh/commands.js.uncompressed.js
deleted file mode 100644
index fb4b8dd46..000000000
--- a/lib/dijit/_editor/nls/zh/commands.js.uncompressed.js
+++ /dev/null
@@ -1,52 +0,0 @@
-define(
-"dijit/_editor/nls/zh/commands", //begin v1.x content
-({
- 'bold': '粗体',
- 'copy': '复制',
- 'cut': '剪切',
- 'delete': '删除',
- 'indent': '增加缩进',
- 'insertHorizontalRule': '水平线',
- 'insertOrderedList': '编号列表',
- 'insertUnorderedList': '符号列表',
- 'italic': '斜体',
- 'justifyCenter': '居中',
- 'justifyFull': '对齐',
- 'justifyLeft': '左对齐',
- 'justifyRight': '右对齐',
- 'outdent': '减少缩进',
- 'paste': '粘贴',
- 'redo': '重做',
- 'removeFormat': '除去格式',
- 'selectAll': '全选',
- 'strikethrough': '删除线',
- 'subscript': '下标',
- 'superscript': '上标',
- 'underline': '下划线',
- 'undo': '撤销',
- 'unlink': '除去链接',
- 'createLink': '创建链接',
- 'toggleDir': '固定方向',
- 'insertImage': '插入图像',
- 'insertTable': '插入/编辑表',
- 'toggleTableBorder': '切换表边框',
- 'deleteTable': '删除表',
- 'tableProp': '表属性',
- 'htmlToggle': 'HTML 源代码',
- 'foreColor': '前景色',
- 'hiliteColor': '背景色',
- 'plainFormatBlock': '段落样式',
- 'formatBlock': '段落样式',
- 'fontSize': '字体大小',
- 'fontName': '字体名称',
- 'tabIndent': '制表符缩进',
- "fullScreen": "切换全屏幕",
- "viewSource": "查看 HTML 源代码",
- "print": "打印",
- "newPage": "新建页面",
- /* Error messages */
- 'systemShortcut': '只能在浏览器中通过键盘快捷方式执行“${0}”操作。使用 ${1}。'
-})
-
-//end v1.x content
-);