diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor')
40 files changed, 1690 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd new file mode 100755 index 0000000000..843fe0ad31 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdAdvancedEdit.dtd @@ -0,0 +1,18 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY WindowTitle.label "高级属性编辑器"> +<!ENTITY AttName.label "属性:"> +<!ENTITY AttValue.label "值:"> +<!ENTITY PropertyName.label "属性:"> +<!ENTITY currentattributesfor.label "当前属性为:"> +<!ENTITY tree.attributeHeader.label "属性"> +<!ENTITY tree.propertyHeader.label "属性"> +<!ENTITY tree.valueHeader.label "值"> +<!ENTITY tabHTML.label "HTML 属性"> +<!ENTITY tabCSS.label "内联样式"> +<!ENTITY tabJSE.label "JavaScript 事件"> + +<!ENTITY editAttribute.label "单击某一项以编辑它的值"> +<!ENTITY removeAttribute.label "移除"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EdColorPicker.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EdColorPicker.dtd new file mode 100755 index 0000000000..395291f560 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdColorPicker.dtd @@ -0,0 +1,22 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "颜色"> +<!ENTITY lastPickedColor.label "上次所选颜色"> +<!ENTITY lastPickedColor.accessKey "L"> +<!ENTITY chooseColor1.label "选择颜色:"> +<!ENTITY chooseColor2.label "输入一个 HTML 颜色字符串"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(例如:"#0000ff" 或 "blue"):"> +<!ENTITY default.label "默认值"> +<!ENTITY default.accessKey "D"> +<!ENTITY palette.label "调色板:"> +<!ENTITY standardPalette.label "标准"> +<!ENTITY webPalette.label "全部 web 颜色"> +<!ENTITY background.label "背景:"> +<!ENTITY background.accessKey "B"> +<!ENTITY table.label "表格"> +<!ENTITY table.accessKey "T"> +<!ENTITY cell.label "单元"> +<!ENTITY cell.accessKey "C"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EdConvertToTable.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EdConvertToTable.dtd new file mode 100755 index 0000000000..d327c16fb4 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdConvertToTable.dtd @@ -0,0 +1,15 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + + +<!-- Window title --> +<!ENTITY windowTitle.label "转换成表格"> +<!ENTITY instructions1.label "编辑器为选中的每段在表中新建一行。"> +<!ENTITY instructions2.label "选择用来分隔所选内容到多列的字符:"> +<!ENTITY commaRadio.label "逗号"> +<!ENTITY spaceRadio.label "空格"> +<!ENTITY otherRadio.label "其他字符:"> +<!ENTITY deleteCharCheck.label "删除分隔符"> +<!ENTITY collapseSpaces.label "忽略多余空格"> +<!ENTITY collapseSpaces.tooltip "将相邻的空格转换成一个分隔条"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EdDialogOverlay.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EdDialogOverlay.dtd new file mode 100755 index 0000000000..3b7c3e3225 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,17 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY AdvancedEditButton.label "高级编辑…"> +<!ENTITY AdvancedEditButton.accessKey "E"> +<!ENTITY AdvancedEditButton.tooltip "添加或修改 HTML 属性、样式属性以及 JavaScript"> +<!ENTITY chooseFileButton.label "选择文件…"> +<!ENTITY chooseFileButton.accessKey "F"> +<!ENTITY chooseFileLinkButton.label "选择文件…"> +<!ENTITY chooseFileLinkButton.accessKey "o"> +<!ENTITY makeUrlRelative.label "URL和页面地址相关"> +<!ENTITY makeUrlRelative.accessKey "R"> +<!ENTITY makeUrlRelative.tooltip "转换相对和绝对 URL。您必须先保存本页才能更改。"> + +<!ENTITY LinkURLEditField2.label "请输入一条网址,或本地文件地址,或从字段的上下文菜单来选择一个命名的锚点或章节标题:"> +<!ENTITY LinkURLEditField2.accessKey "w"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd new file mode 100755 index 0000000000..8bf1201767 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,9 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "锚标属性"> +<!ENTITY anchorNameEditField.label "锚标名称:"> +<!ENTITY anchorNameEditField.accessKey "N"> +<!ENTITY nameInput.tooltip "请为此锚标(目标)输入唯一的名称"> + diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd new file mode 100755 index 0000000000..58792d0373 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd @@ -0,0 +1,10 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "选择编辑变化"> +<!ENTITY conflictWarning.label "此页面已经被其他程序改动,但是在编写器中仍有未保存的改动。"> +<!ENTITY conflictResolve.label "选择要保留的版本:"> +<!ENTITY keepCurrentPageButton.label "保留当前页面改动"> +<!ENTITY useOtherPageButton.label "使用其它改动替换当前页"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorButtonProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorButtonProperties.dtd new file mode 100755 index 0000000000..6b2edc16fd --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "按钮属性"> + +<!ENTITY Settings.label "设置"> + +<!ENTITY ButtonType.label "类型"> +<!ENTITY ButtonType.accesskey "T"> +<!ENTITY submit.value "提交"> +<!ENTITY reset.value "重置"> +<!ENTITY button.value "按钮"> + +<!ENTITY ButtonName.label "名称:"> +<!ENTITY ButtonName.accesskey "N"> +<!ENTITY ButtonValue.label "值:"> +<!ENTITY ButtonValue.accesskey "V"> +<!ENTITY tabIndex.label "Tab 序列:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY ButtonDisabled.label "已禁用"> +<!ENTITY ButtonDisabled.accesskey "D"> +<!ENTITY AccessKey.label "快捷键:"> +<!ENTITY AccessKey.accesskey "K"> + +<!ENTITY RemoveButton.label "移除按钮"> +<!ENTITY RemoveButton.accesskey "R"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorColorProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorColorProperties.dtd new file mode 100755 index 0000000000..7cada22ad4 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorColorProperties.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "页面颜色和背景"> +<!ENTITY pageColors.label "页面颜色"> +<!ENTITY defaultColorsRadio.label "阅读器的默认颜色 (不使用页面中的颜色)"> +<!ENTITY defaultColorsRadio.accessKey "D"> +<!ENTITY defaultColorsRadio.tooltip "只使用查看器(阅读器)中的颜色设置"> +<!ENTITY customColorsRadio.label "使用定制颜色:"> +<!ENTITY customColorsRadio.accessKey "c"> +<!ENTITY customColorsRadio.tooltip "这些颜色设置覆盖了浏览器的设置"> + +<!ENTITY normalText.label "常规文本"> +<!ENTITY normalText.accessKey "N"> +<!ENTITY linkText.label "链接文本"> +<!ENTITY linkText.accessKey "L"> +<!ENTITY activeLinkText.label "活动链接文本"> +<!ENTITY activeLinkText.accessKey "A"> +<!ENTITY visitedLinkText.label "已访问链接文本"> +<!ENTITY visitedLinkText.accessKey "V"> +<!ENTITY background.label "背景:"> +<!ENTITY background.accessKey "B"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "背景图像:"> +<!ENTITY backgroundImage.accessKey "m"> +<!ENTITY backgroundImage.tooltip "使用图像文件作为页面背景"> +<!ENTITY backgroundImage.shortenedDataURI "缩短 data URI(复制将复制完整 URI 到剪贴板)"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd new file mode 100755 index 0000000000..790d1ae5ac --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "字段集属性"> + +<!ENTITY Legend.label "图例"> +<!ENTITY Legend.accesskey "L"> + +<!ENTITY EditLegendText.label "编辑图列:"> +<!ENTITY EditLegendText.accesskey "t"> +<!ENTITY LegendAlign.label "图例对齐:"> +<!ENTITY LegendAlign.accesskey "A"> +<!ENTITY AlignDefault.label "默认"> +<!ENTITY AlignLeft.label "左对齐"> +<!ENTITY AlignCenter.label "居中"> +<!ENTITY AlignRight.label "右对齐"> + +<!ENTITY RemoveFieldSet.label "移除字段集"> +<!ENTITY RemoveFieldSet.accesskey "R"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorFormProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorFormProperties.dtd new file mode 100755 index 0000000000..39325a1128 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "表单属性"> + +<!ENTITY Settings.label "设置"> + +<!ENTITY FormName.label "表单名称:"> +<!ENTITY FormName.accesskey "N"> +<!ENTITY FormAction.label "动作 URL:"> +<!ENTITY FormAction.accesskey "A"> +<!ENTITY FormMethod.label "方法:"> +<!ENTITY FormMethod.accesskey "M"> +<!ENTITY FormEncType.label "编码:"> +<!ENTITY FormEncType.accesskey "c"> +<!ENTITY FormTarget.label "目标帧:"> +<!ENTITY FormTarget.accesskey "T"> + +<!ENTITY RemoveForm.label "移除表单"> +<!ENTITY RemoveForm.accesskey "R"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd new file mode 100755 index 0000000000..248f24a4bc --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "水平线特性"> + +<!ENTITY dimensionsBox.label "尺寸"> +<!ENTITY heightEditField.label "高度:"> +<!ENTITY heightEditField.accessKey "g"> +<!ENTITY widthEditField.label "宽度:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY pixelsPopup.value "像素"> +<!ENTITY alignmentBox.label "对齐"> +<!ENTITY leftRadio.label "左"> +<!ENTITY leftRadio.accessKey "L"> +<!ENTITY centerRadio.label "中"> +<!ENTITY centerRadio.accessKey "C"> +<!ENTITY rightRadio.label "右"> +<!ENTITY rightRadio.accessKey "R"> + +<!ENTITY threeDShading.label "3 维阴影"> +<!ENTITY threeDShading.accessKey "S"> +<!ENTITY saveSettings.label "用作默认值"> +<!ENTITY saveSettings.accessKey "D"> +<!ENTITY saveSettings.tooltip "保存这些设置用以在插入新的水平线时使用"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorImageProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorImageProperties.dtd new file mode 100755 index 0000000000..ac385b0b34 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- These strings are for use specifically in the editor's image and form image dialogs. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "图像属性"> + +<!ENTITY pixelsPopup.value "像素"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "图像 URL:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "输入图像的文件名或地址"> +<!ENTITY locationEditField.shortenedDataURI "缩短的数据 URI(复制将复制出完整的 URI 到剪贴板)"> +<!ENTITY title.label "工具提示:"> +<!ENTITY title.accessKey "T"> +<!ENTITY title.tooltip " html 的 'title' 属性用于显示一个工具提示"> +<!ENTITY altText.label "替代文本:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "输入替代图像显示的文本"> +<!ENTITY noAltText.label "不使用替代文本"> +<!ENTITY noAltText.accessKey "D"> + +<!ENTITY previewBox.label "预览图像"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "实际大小:"> +<!ENTITY actualSizeRadio.label "实际大小"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "恢复为图像的实际大小"> +<!ENTITY customSizeRadio.label "定制大小"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "将图像的大小变为显示于页面中"> +<!ENTITY heightEditField.label "高度:"> +<!ENTITY heightEditField.accessKey "g"> +<!ENTITY widthEditField.label "宽度:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY constrainCheckbox.label "限制"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "保持图像比例"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "图像映射"> +<!ENTITY removeImageMapButton.label "移除"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "将文本与图像对齐"> +<!ENTITY bottomPopup.value "在底部"> +<!ENTITY topPopup.value "在顶部"> +<!ENTITY centerPopup.value "居中"> +<!ENTITY wrapRightPopup.value "折行右对齐"> +<!ENTITY wrapLeftPopup.value "折行左对齐"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "单元间隔"> +<!ENTITY leftRightEditField.label "左右空间:"> +<!ENTITY leftRightEditField.accessKey "L"> +<!ENTITY topBottomEditField.label "上下空间:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "实心边框:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "显示已链接图片的边框"> +<!ENTITY showImageLinkBorder.accessKey "b"> +<!ENTITY LinkAdvancedEditButton.label "链接高级编辑…"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "添加或修改 HTML 属性、样式属性以及 JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "表单"> +<!ENTITY imageLocationTab.label "地址"> +<!ENTITY imageDimensionsTab.label "尺寸"> +<!ENTITY imageAppearanceTab.label "外观"> +<!ENTITY imageLinkTab.label "链接"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100755 index 0000000000..b812f0e041 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "表单字段属性"> +<!ENTITY windowTitleImage.label "表单图片属性"> + +<!ENTITY InputType.label "字段类型"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "文本"> +<!ENTITY password.value "密码"> +<!ENTITY checkbox.value "复选框"> +<!ENTITY radio.value "单选按钮"> +<!ENTITY submit.value "提交按钮"> +<!ENTITY reset.value "重置按钮"> +<!ENTITY file.value "文件"> +<!ENTITY hidden.value "隐藏"> +<!ENTITY image.value "图像"> +<!ENTITY button.value "按钮"> + +<!ENTITY InputSettings.label "字段设置"> +<!ENTITY InputName.label "字段名称:"> +<!ENTITY InputName.accesskey "N"> +<!ENTITY GroupName.label "组名称:"> +<!ENTITY GroupName.accesskey "N"> +<!ENTITY InputValue.label "字段值:"> +<!ENTITY InputValue.accesskey "V"> +<!ENTITY InitialValue.label "初始值:"> +<!ENTITY InitialValue.accesskey "V"> +<!ENTITY InputChecked.label "默认选中"> +<!ENTITY InputChecked.accesskey "C"> +<!ENTITY InputSelected.label "默认选中"> +<!ENTITY InputSelected.accesskey "S"> +<!ENTITY InputReadOnly.label "只读"> +<!ENTITY InputReadOnly.accesskey "R"> +<!ENTITY InputDisabled.label "已禁用"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "Tab 序列:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY TextSize.label "字段长度:"> +<!ENTITY TextSize.accesskey "F"> +<!ENTITY TextLength.label "最大长度:"> +<!ENTITY TextLength.accesskey "L"> +<!ENTITY AccessKey.label "快捷键:"> +<!ENTITY AccessKey.accesskey "K"> +<!ENTITY Accept.label "接受类型:"> +<!ENTITY Accept.accesskey "A"> + +<!ENTITY ImageProperties.label "图像属性…"> +<!ENTITY ImageProperties.accesskey "e"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertChars.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertChars.dtd new file mode 100755 index 0000000000..c7d8dd82ef --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertChars.dtd @@ -0,0 +1,19 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "插入字符"> +<!ENTITY category.label "类别"> +<!ENTITY letter.label "字母:"> +<!ENTITY letter.accessKey "L"> +<!ENTITY character.label "字符:"> +<!ENTITY character.accessKey "C"> +<!ENTITY accentUpper.label "重音符大写"> +<!ENTITY accentLower.label "重音符小写"> +<!ENTITY otherUpper.label "其它大写"> +<!ENTITY otherLower.label "其它小写"> +<!ENTITY commonSymbols.label "一般符号"> +<!ENTITY insertButton.label "插入"> +<!ENTITY closeButton.label "关闭"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertMath.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertMath.dtd new file mode 100755 index 0000000000..74eb1eca78 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertMath.dtd @@ -0,0 +1,21 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "插入公式"> + +<!ENTITY sourceEditField.label "输入 LaTeX 源代码:"> + +<!ENTITY options.label "选项"> +<!ENTITY optionInline.label "内联模式"> +<!ENTITY optionInline.accesskey "n"> +<!ENTITY optionDisplay.label "显示模式"> +<!ENTITY optionDisplay.accesskey "D"> +<!ENTITY optionLTR.label "自左至右方向"> +<!ENTITY optionLTR.accesskey "L"> +<!ENTITY optionRTL.label "自右至左方向"> +<!ENTITY optionRTL.accesskey "R"> + +<!ENTITY insertButton.label "插入"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertSource.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertSource.dtd new file mode 100755 index 0000000000..bf70cfd0d8 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertSource.dtd @@ -0,0 +1,15 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "插入 HTML"> +<!ENTITY sourceEditField.label "输入 HTML 标记符和文本:"> +<!ENTITY example.label "示例:"> +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> +<!ENTITY exampleText.label "世界您好!"> +<!ENTITY insertButton.label "插入"> +<!ENTITY insertButton.accesskey "I"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertTOC.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertTOC.dtd new file mode 100755 index 0000000000..89af81db6c --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY Window.title "目录"> +<!ENTITY buildToc.label "创建目录,根据:"> +<!ENTITY tag.label "标记符:"> +<!ENTITY class.label "类别:"> +<!ENTITY header1.label "级别 1"> +<!ENTITY header2.label "级别 2"> +<!ENTITY header3.label "级别 3"> +<!ENTITY header4.label "级别 4"> +<!ENTITY header5.label "级别 5"> +<!ENTITY header6.label "级别 6"> +<!ENTITY makeReadOnly.label "将目录设为只读"> +<!ENTITY orderedList.label "将目录中的所有项标上数字"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertTable.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertTable.dtd new file mode 100755 index 0000000000..af42cbd51b --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorInsertTable.dtd @@ -0,0 +1,18 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "插入表格"> + +<!ENTITY size.label "大小"> +<!ENTITY numRowsEditField.label "行数:"> +<!ENTITY numRowsEditField.accessKey "R"> +<!ENTITY numColumnsEditField.label "列数:"> +<!ENTITY numColumnsEditField.accessKey "C"> +<!ENTITY widthEditField.label "宽度:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY borderEditField.label "边界:"> +<!ENTITY borderEditField.accessKey "B"> +<!ENTITY borderEditField.tooltip "输入表格边界值,或输入零表示不设边界。"> +<!ENTITY pixels.label "像素"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorLabelProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorLabelProperties.dtd new file mode 100755 index 0000000000..4134cf0dcc --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorLabelProperties.dtd @@ -0,0 +1,18 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "标签属性"> + +<!ENTITY Settings.label "设置"> +<!ENTITY Settings.accesskey "S"> + +<!ENTITY EditLabelText.label "编辑文本:"> +<!ENTITY EditLabelText.accesskey "T"> +<!ENTITY LabelFor.label "对控件:"> +<!ENTITY LabelFor.accesskey "F"> +<!ENTITY AccessKey.label "快捷键:"> +<!ENTITY AccessKey.accesskey "K"> + +<!ENTITY RemoveLabel.label "移除标签"> +<!ENTITY RemoveLabel.accesskey "R"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorLinkProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorLinkProperties.dtd new file mode 100755 index 0000000000..1f3eb60ab5 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "链接特性"> +<!ENTITY LinkURLBox.label "链接地址"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorListProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorListProperties.dtd new file mode 100755 index 0000000000..c9d116f61e --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorListProperties.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "列表特性"> + +<!ENTITY ListType.label "列表类型"> +<!ENTITY bulletStyle.label "条目符号样式:"> +<!ENTITY startingNumber.label "开始号码:"> +<!ENTITY startingNumber.accessKey "S"> +<!ENTITY none.value "无"> +<!ENTITY bulletList.value "条目符号(未编号)列表"> +<!ENTITY numberList.value "编号列表"> +<!ENTITY definitionList.value "定义列表"> +<!ENTITY changeEntireListRadio.label "更改全部列表"> +<!ENTITY changeEntireListRadio.accessKey "C"> +<!ENTITY changeSelectedRadio.label "只更改所选项"> +<!ENTITY changeSelectedRadio.accessKey "i"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPageProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPageProperties.dtd new file mode 100755 index 0000000000..5500d9d9e3 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPageProperties.dtd @@ -0,0 +1,17 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "页面属性"> +<!ENTITY location.label "地址:"> +<!ENTITY lastModified.label "最近修改:"> +<!ENTITY titleInput.label "标题:"> +<!ENTITY titleInput.accessKey "T"> +<!ENTITY authorInput.label "作者:"> +<!ENTITY authorInput.accessKey "A"> +<!ENTITY descriptionInput.label "描述:"> +<!ENTITY descriptionInput.accessKey "D"> +<!ENTITY locationNewPage.label "[尚未保存的新页面]"> +<!ENTITY EditHEADSource1.label "高级用户:"> +<!ENTITY EditHEADSource2.label "如要编辑 <head> 区域的其他内容,请使用 查看 菜单或者 编辑模式工具栏 中的 "HTML 源代码"。"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd new file mode 100755 index 0000000000..a39e4b3f3d --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "个人字典"> + +<!ENTITY wordEditField.label "新建单词:"> +<!ENTITY wordEditField.accessKey "N"> +<!ENTITY AddButton.label "添加"> +<!ENTITY AddButton.accessKey "A"> +<!ENTITY DictionaryList.label "字典中的单词:"> +<!ENTITY DictionaryList.accessKey "W"> +<!ENTITY ReplaceButton.label "替换"> +<!ENTITY ReplaceButton.accessKey "R"> +<!ENTITY RemoveButton.label "移除"> +<!ENTITY RemoveButton.accessKey "e"> + +<!ENTITY CloseButton.label "关闭"> +<!ENTITY CloseButton.accessKey "C"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPublish.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPublish.dtd new file mode 100755 index 0000000000..4318ce3242 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPublish.dtd @@ -0,0 +1,65 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "发布页"> +<!ENTITY windowTitleSettings.label "发布设置"> +<!ENTITY publishTab.label "发布"> +<!ENTITY settingsTab.label "设置"> +<!ENTITY publishButton.label "发布"> +<!-- Publish Tab Panel --> + +<!ENTITY siteList.label "站点名称:"> +<!ENTITY siteList.accesskey "e"> +<!ENTITY siteList.tooltip "请选择您要发布的站点"> +<!ENTITY newSiteButton.label "新建站点"> +<!ENTITY newSiteButton.accesskey "N"> +<!ENTITY docDirList.label "此页面在站点中所在子目录:"> +<!ENTITY docDirList.accesskey "S"> +<!ENTITY docDirList.tooltip "选择或输入此页面对应的远程子目录名称"> +<!ENTITY publishImgCheckbox.label "包括图像以及其他文件"> +<!ENTITY publishImgCheckbox.accesskey "o"> +<!ENTITY publishImgCheckbox.tooltip "发布此页面引用到的图片和其他文件"> +<!ENTITY sameLocationRadio.label "使用和页面相同的位置"> +<!ENTITY sameLocationRadio.accesskey "U"> +<!ENTITY sameLocationRadio.tooltip "将文件发布到和页面所在位置"> +<!ENTITY useSubdirRadio.label "使用此站点子目录:"> +<!ENTITY useSubdirRadio.accesskey "d"> +<!ENTITY useSubdirRadio.tooltip "发布文件至选中的远程子目录"> +<!ENTITY otherDirList.tooltip "选择或输入将文件发布的远程子目录名称"> +<!ENTITY pageTitle.label "页面标题:"> +<!ENTITY pageTitle.accesskey "T"> +<!ENTITY pageTitle.tooltip "请输入标题,用于在窗口以及书签中标识该页面"> +<!ENTITY pageTitleExample.label "例如:“我的网页”"> +<!ENTITY filename.label "文件名:"> +<!ENTITY filename.accesskey "F"> +<!ENTITY filename.tooltip "请为此文件输入名称,包括 '.html' (如果是网页)"> +<!ENTITY filenameExample.label "例如:“mypage.html”"> +<!ENTITY setDefaultButton.label "设为默认值"> +<!ENTITY setDefaultButton.accesskey "D"> +<!ENTITY removeButton.label "移除站点"> +<!ENTITY removeButton.accesskey "R"> +<!-- Settings Tab Panel --> + +<!ENTITY publishSites.label "发布站点"> +<!ENTITY serverInfo.label "服务器信息"> +<!ENTITY loginInfo.label "登录信息"> +<!ENTITY siteName.label "站点名称:"> +<!ENTITY siteName.accesskey "e"> +<!ENTITY siteName.tooltip "用于标识此发布站点的昵称(例如:'我的站点')"> +<!ENTITY siteUrl.label "发布地址 (例如:'ftp://ftp.myisp.com/myusername')"> +<!ENTITY siteUrl.accesskey "a"> +<!ENTITY siteUrl.tooltip "您的 ISP 或者网页服务提供者提供的 FTP:// 或者 HTTP:// 地址"> +<!ENTITY browseUrl.label "您主页的 HTTP 地址 (例如: 'http://www.myisp.com/myusername'):"> +<!ENTITY browseUrl.accesskey "T"> +<!ENTITY browseUrl.tooltip "您主目录的 HTTP:// 地址(不包括文件名)"> +<!ENTITY username.label "用户名:"> +<!ENTITY username.accesskey "U"> +<!ENTITY username.tooltip "用于登录到您的 ISP 或者网站主机服务的用户名"> +<!ENTITY password.label "密码:"> +<!ENTITY password.accesskey "w"> +<!ENTITY password.tooltip "和您的用户名相对应的密码"> +<!ENTITY savePassword.label "保存密码"> +<!ENTITY savePassword.accesskey "S"> +<!ENTITY savePassword.tooltip "选择此选项让密码管理器安全地保存密码"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPublishProgress.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPublishProgress.dtd new file mode 100755 index 0000000000..d6623e2bd7 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,16 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY siteUrl.label "站点 URL:"> +<!ENTITY docSubdir.label "页面子目录:"> +<!ENTITY otherSubdir.label "图像子目录:"> + +<!ENTITY status.label "正在发布…"> +<!ENTITY fileList.label "发布状态"> +<!ENTITY succeeded.label "成功"> +<!ENTITY failed.label "失败"> + +<!ENTITY keepOpen "发布完毕后不要关闭此窗口。"> +<!ENTITY closeButton.label "关闭"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorReplace.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorReplace.dtd new file mode 100755 index 0000000000..f8e76b8bd2 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorReplace.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from EdReplace.xul --> + +<!-- extracted from EdReplace.xhtml --> + +<!ENTITY replaceDialog.title "查找并替换"> +<!ENTITY findField.label "查找文本:"> +<!ENTITY findField.accesskey "n"> +<!ENTITY replaceField.label "替换为:"> +<!ENTITY replaceField.accesskey "e"> +<!ENTITY caseSensitiveCheckbox.label "区分大/小写"> +<!ENTITY caseSensitiveCheckbox.accesskey "c"> +<!ENTITY wrapCheckbox.label "循环"> +<!ENTITY wrapCheckbox.accesskey "W"> +<!ENTITY backwardsCheckbox.label "反向搜索"> +<!ENTITY backwardsCheckbox.accesskey "b"> +<!ENTITY findNextButton.label "查找下一个"> +<!ENTITY findNextButton.accesskey "F"> +<!ENTITY replaceButton.label "替换"> +<!ENTITY replaceButton.accesskey "R"> +<!ENTITY replaceAndFindButton.label "替换并查找"> +<!ENTITY replaceAndFindButton.accesskey "d"> +<!ENTITY replaceAllButton.label "全部替换"> +<!ENTITY replaceAllButton.accesskey "A"> +<!ENTITY closeButton.label "关闭"> +<!ENTITY closeButton.accesskey "C"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd new file mode 100755 index 0000000000..f290ba2000 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,17 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- These strings are generic to all or most of the editor's dialogs. --> + +<!-- This button is for the progressive disclosure of additional editing functionality --> +<!-- These strings are for use specifically in the editor's link dialog. --> + + + +<!ENTITY windowTitle2.label "保存并更改文字编码"> +<!ENTITY documentTitleTitle.label "页面标题"> +<!ENTITY documentCharsetTitle2.label "文字编码"> +<!ENTITY documentCharsetDesc2.label "选择您保存文档所要用的文字编码:"> +<!ENTITY documentExportToText.label "导出至文本"> + diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSelectProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSelectProperties.dtd new file mode 100755 index 0000000000..b1e7dc87db --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "选择列表属性"> + +<!ENTITY Select.label "选择列表"> +<!ENTITY SelectName.label "列表名称:"> +<!ENTITY SelectName.accesskey "N"> +<!ENTITY SelectSize.label "高度:"> +<!ENTITY SelectSize.accesskey "H"> +<!ENTITY SelectMultiple.label "多重选择"> +<!ENTITY SelectMultiple.accesskey "M"> +<!ENTITY SelectDisabled.label "已禁用"> +<!ENTITY SelectDisabled.accesskey "D"> +<!ENTITY SelectTabIndex.label "Tab 序列:"> +<!ENTITY SelectTabIndex.accesskey "I"> + +<!ENTITY OptGroup.label "选项组"> +<!ENTITY OptGroupLabel.label "标签:"> +<!ENTITY OptGroupLabel.accesskey "L"> +<!ENTITY OptGroupDisabled.label "已禁用"> +<!ENTITY OptGroupDisabled.accesskey "D"> + +<!ENTITY Option.label "选项"> +<!ENTITY OptionText.label "文本:"> +<!ENTITY OptionText.accesskey "T"> +<!ENTITY OptionValue.label "值:"> +<!ENTITY OptionValue.accesskey "V"> +<!ENTITY OptionSelected.label "默认选中"> +<!ENTITY OptionSelected.accesskey "S"> +<!ENTITY OptionDisabled.label "已禁用"> +<!ENTITY OptionDisabled.accesskey "D"> + +<!ENTITY TextHeader.label "文本"> +<!ENTITY ValueHeader.label "值"> +<!ENTITY SelectedHeader.label "已选中"> + +<!ENTITY AddOption.label "添加选项"> +<!ENTITY AddOption.accesskey "O"> +<!ENTITY AddOptGroup.label "添加组"> +<!ENTITY AddOptGroup.accesskey "G"> +<!ENTITY RemoveElement.label "移除"> +<!ENTITY RemoveElement.accesskey "R"> +<!ENTITY MoveElementUp.label "上移"> +<!ENTITY MoveElementUp.accesskey "U"> +<!ENTITY MoveElementDown.label "下移"> +<!ENTITY MoveElementDown.accesskey "D"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd new file mode 100755 index 0000000000..dac5c8b8d2 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,15 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "吸附至表格"> + +<!ENTITY enableSnapToGrid.label "启用表格吸附"> +<!ENTITY enableSnapToGrid.accessKey "e"> + +<!ENTITY sizeEditField.label "大小:"> +<!ENTITY sizeEditField.accessKey "S"> + +<!ENTITY pixelsLabel.value "像素"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSpellCheck.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100755 index 0000000000..c5be3d612b --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "拼写检查"> + +<!ENTITY misspelledWord.label "拼错的单词:"> +<!ENTITY wordEditField.label "替换为:"> +<!ENTITY wordEditField.accessKey "w"> +<!ENTITY checkwordButton.label "检查单词"> +<!ENTITY checkwordButton.accessKey "k"> +<!ENTITY suggestions.label "建议:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "忽略"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "全部忽略"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "替换"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "全部替换"> +<!ENTITY replaceAllButton.accessKey "A"> +<!ENTITY stopButton.label "停止"> +<!ENTITY stopButton.accessKey "o"> +<!ENTITY userDictionary.label "用户字典:"> +<!ENTITY moreDictionaries.label "下载更多字典…"> +<!ENTITY addToUserDictionaryButton.label "添加单词"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "编辑…"> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "重新检查文本"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "关闭"> +<!ENTITY closeButton.accessKey "C"> +<!ENTITY sendButton.label "发送"> +<!ENTITY sendButton.accessKey "S"> +<!ENTITY languagePopup.label "语言:"> +<!ENTITY languagePopup.accessKey "L"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTableProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTableProperties.dtd new file mode 100755 index 0000000000..7c542d9a0e --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTableProperties.dtd @@ -0,0 +1,75 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY tableWindow.title "表格属性"> +<!ENTITY applyButton.label "应用"> +<!ENTITY applyButton.accesskey "A"> +<!ENTITY closeButton.label "关闭"> +<!ENTITY tableTab.label "表格"> +<!ENTITY cellTab.label "单元"> +<!ENTITY tableRows.label "行:"> +<!ENTITY tableRows.accessKey "R"> +<!ENTITY tableColumns.label "列:"> +<!ENTITY tableColumns.accessKey "C"> +<!ENTITY tableHeight.label "高度:"> +<!ENTITY tableHeight.accessKey "g"> +<!ENTITY tableWidth.label "宽度:"> +<!ENTITY tableWidth.accessKey "W"> +<!ENTITY tableBorderSpacing.label "边界和间隔"> +<!ENTITY tableBorderWidth.label "边界:"> +<!ENTITY tableBorderWidth.accessKey "B"> +<!ENTITY tableSpacing.label "间隔:"> +<!ENTITY tableSpacing.accessKey "S"> +<!ENTITY tablePadding.label "填充:"> +<!ENTITY tablePadding.accessKey "P"> +<!ENTITY tablePxBetwCells.label "像素间隔两个单元"> +<!ENTITY tablePxBetwBrdrCellContent.label "单元边界和内容间的象素"> +<!ENTITY tableAlignment.label "表格对齐:"> +<!ENTITY tableAlignment.accessKey "T"> +<!ENTITY tableCaption.label "标题:"> +<!ENTITY tableCaption.accessKey "n"> +<!ENTITY tableCaptionAbove.label "表格上方"> +<!ENTITY tableCaptionBelow.label "表格之后"> +<!ENTITY tableCaptionLeft.label "表格左侧"> +<!ENTITY tableCaptionRight.label "表格右侧"> +<!ENTITY tableCaptionNone.label "无"> +<!ENTITY tableInheritColor.label "(允许页面颜色透过)"> + +<!ENTITY cellSelection.label "选择"> +<!ENTITY cellSelectCell.label "单元"> +<!ENTITY cellSelectRow.label "行"> +<!ENTITY cellSelectColumn.label "列"> +<!ENTITY cellSelectNext.label "下一个"> +<!ENTITY cellSelectNext.accessKey "N"> +<!ENTITY cellSelectPrevious.label "上一个"> +<!ENTITY cellSelectPrevious.accessKey "P"> +<!ENTITY applyBeforeChange.label "当前变更将在更改选择项之前应用"> +<!ENTITY cellContentAlignment.label "内容对齐"> +<!ENTITY cellHorizontal.label "水平:"> +<!ENTITY cellHorizontal.accessKey "z"> +<!ENTITY cellVertical.label "垂直:"> +<!ENTITY cellVertical.accessKey "V"> +<!ENTITY cellStyle.label "单元格样式:"> +<!ENTITY cellStyle.accessKey "C"> +<!ENTITY cellNormal.label "常规"> +<!ENTITY cellHeader.label "页眉"> +<!ENTITY cellTextWrap.label "文本折行:"> +<!ENTITY cellTextWrap.accessKey "T"> +<!ENTITY cellWrap.label "折行"> +<!ENTITY cellNoWrap.label "不换行"> +<!ENTITY cellAlignTop.label "顶部"> +<!ENTITY cellAlignMiddle.label "中部"> +<!ENTITY cellAlignBottom.label "底部"> +<!ENTITY cellAlignJustify.label "调整"> +<!ENTITY cellInheritColor.label "(允许表格颜色透过)"> +<!ENTITY cellUseCheckboxHelp.label "使用复选框决定哪个特性将应用于所选择的单元"> + +<!-- Used in both Table and Cell panels --> +<!ENTITY size.label "大小"> +<!ENTITY pixels.label "像素"> +<!ENTITY backgroundColor.label "背景颜色:"> +<!ENTITY backgroundColor.accessKey "B"> +<!ENTITY AlignLeft.label "左对齐"> +<!ENTITY AlignCenter.label "居中"> +<!ENTITY AlignRight.label "右对齐"> diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd new file mode 100755 index 0000000000..0513cfeb31 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,33 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "文本区域属性"> + +<!ENTITY Settings.label "设置"> + +<!ENTITY TextAreaName.label "字段名称:"> +<!ENTITY TextAreaName.accessKey "N"> +<!ENTITY TextAreaRows.label "行:"> +<!ENTITY TextAreaRows.accessKey "R"> +<!ENTITY TextAreaCols.label "列"> +<!ENTITY TextAreaCols.accessKey "C"> +<!ENTITY TextAreaReadOnly.label "只读"> +<!ENTITY TextAreaReadOnly.accessKey "O"> +<!ENTITY TextAreaDisabled.label "已禁用"> +<!ENTITY TextAreaDisabled.accessKey "D"> +<!ENTITY TextAreaTabIndex.label "Tab 序列:"> +<!ENTITY TextAreaTabIndex.accessKey "I"> +<!ENTITY TextAreaAccessKey.label "快捷键:"> +<!ENTITY TextAreaAccessKey.accessKey "K"> +<!ENTITY InitialText.label "初始文本:"> +<!ENTITY InitialText.accessKey "T"> + +<!ENTITY TextAreaWrap.label "折行模式:"> +<!ENTITY TextAreaWrap.accessKey "W"> +<!ENTITY WrapDefault.value "默认"> +<!ENTITY WrapOff.value "关"> +<!ENTITY WrapHard.value "硬"> +<!ENTITY WrapSoft.value "软"> +<!ENTITY WrapPhysical.value "自然"> +<!ENTITY WrapVirtual.value "虚"> diff --git a/l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd b/l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd new file mode 100755 index 0000000000..5761fd59c3 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd @@ -0,0 +1,62 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- File menu items --> +<!ENTITY openFileCmd.label "打开文件…"> +<!ENTITY openFileCmd.accesskey "O"> +<!ENTITY openFileCmd.key "O"> +<!ENTITY openRemoteCmd.label "打开网络地址…"> +<!ENTITY openRemoteCmd.accesskey "L"> +<!ENTITY openRemoteCmd.key "L"> +<!ENTITY fileRecentMenu.label "最近的页面"> +<!ENTITY fileRecentMenu.accesskey "R"> +<!ENTITY saveCmd.label "保存"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "另存为…"> +<!ENTITY saveAsCmd.accesskey "A"> +<!ENTITY saveAsChangeEncodingCmd2.label "保存并更改文字编码"> +<!ENTITY saveAsChangeEncodingCmd2.accesskey "E"> +<!ENTITY publishCmd.label "发布"> +<!ENTITY publishCmd.accesskey "b"> +<!ENTITY publishCmd.key "S"> +<!ENTITY publishAsCmd.label "发布为…"> +<!ENTITY publishAsCmd.accesskey "h"> +<!ENTITY fileRevert.label "恢复"> +<!ENTITY fileRevert.accesskey "t"> + +<!-- Edit menu items --> +<!ENTITY publishSettings.label "发布站点设置…"> +<!ENTITY publishSettings.accesskey "b"> + +<!-- Insert menu items --> +<!ENTITY insertFormMenu.label "表单"> +<!ENTITY insertFormMenu.accesskey "F"> +<!ENTITY insertFormCmd.label "定义表单…"> +<!ENTITY insertFormCmd.accesskey "D"> +<!ENTITY insertInputTagCmd.label "表单字段…"> +<!ENTITY insertInputTagCmd.accesskey "e"> +<!ENTITY insertInputImageCmd.label "表单图片…"> +<!ENTITY insertInputImageCmd.accesskey "I"> +<!ENTITY insertTextAreaCmd.label "文本区域…"> +<!ENTITY insertTextAreaCmd.accesskey "T"> +<!ENTITY insertSelectCmd.label "选择列表…"> +<!ENTITY insertSelectCmd.accesskey "S"> +<!ENTITY insertButtonCmd.label "定义按钮…"> +<!ENTITY insertButtonCmd.accesskey "B"> +<!ENTITY insertLabelCmd.label "定义标签"> +<!ENTITY insertLabelCmd.accesskey "L"> +<!ENTITY insertFieldSetCmd.label "定义字段集…"> +<!ENTITY insertFieldSetCmd.accesskey "F"> + +<!-- Toolbar buttons/items --> +<!ENTITY newToolbarCmd.label "新建"> +<!ENTITY newToolbarCmd.tooltip "创建一个新编写窗口"> +<!ENTITY openToolbarCmd.label "打开"> +<!ENTITY openToolbarCmd.tooltip "打开本地文件"> +<!ENTITY saveToolbarCmd.tooltip "将文件保存在本地"> +<!ENTITY publishToolbarCmd.tooltip "上载文件到远端地址"> +<!ENTITY printToolbarCmd.label "打印"> +<!ENTITY printToolbarCmd.tooltip "打印此页"> +<!ENTITY formToolbarCmd.label "表单"> +<!ENTITY formToolbarCmd.tooltip "插入新表单或编辑所选表单的属性"> diff --git a/l10n-zh-CN/suite/chrome/editor/editor.dtd b/l10n-zh-CN/suite/chrome/editor/editor.dtd new file mode 100755 index 0000000000..b998da2820 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/editor.dtd @@ -0,0 +1,69 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Window title --> +<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE --> + +<!ENTITY editorWindow.titlemodifier "Composer"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> +<!-- Toolbar-only items --> + + +<!ENTITY compositionToolbar.tooltip "编写工具栏"> +<!ENTITY previewToolbarCmd.label "浏览"> +<!ENTITY previewToolbarCmd.tooltip "在浏览器中载入此页面"> +<!-- File menu items --> + +<!ENTITY exportToTextCmd.label "导出至文本…"> +<!ENTITY exportToTextCmd.accesskey "x"> +<!ENTITY previewCmd.label "浏览页面"> +<!ENTITY previewCmd.accesskey "w"> +<!ENTITY sendPageCmd.label "发送页面…"> +<!ENTITY sendPageCmd.accesskey "d"> +<!-- View menu items --> + +<!ENTITY compositionToolbarCmd.label "编写工具栏"> +<!ENTITY compositionToolbarCmd.accesskey "C"> +<!ENTITY formattingToolbarCmd.label "格式工具栏"> +<!ENTITY formattingToolbarCmd.accesskey "F"> +<!ENTITY editmodeToolbarCmd.label "编辑模式工具栏"> +<!ENTITY editmodeToolbarCmd.accesskey "E"> +<!-- Format menu items --> + +<!ENTITY formatMenu.label "格式"> +<!ENTITY formatMenu.accesskey "o"> +<!ENTITY grid.label "定位表格"> +<!ENTITY grid.accesskey "t"> +<!ENTITY pageProperties.label "页面标题和属性…"> +<!ENTITY pageProperties.accesskey "g"> +<!-- Tools menu items --> + +<!ENTITY validateCmd.label "验证 HTML"> +<!ENTITY validateCmd.accesskey "V"> +<!-- Display Mode toolbar and View menu items --> + +<!ENTITY NormalModeTab.label "常规"> +<!ENTITY NormalMode.label "常规编辑模式"> +<!ENTITY NormalMode.accesskey "N"> +<!ENTITY NormalMode.tooltip "显示表格边界和锚标"> +<!ENTITY AllTagsModeTab.label "HTML 标记符"> +<!ENTITY AllTagsMode.label "HTML 标记符"> +<!ENTITY AllTagsMode.accesskey "a"> +<!ENTITY AllTagsMode.tooltip "显示所有 HTML 标记符的图标"> +<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label) + Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if + you want the <html> image to left of the 'HTMLSourceModeTab.label' text, + or use latin "rtl" if you want this image to the right of text. You do + not need to include HTML in the label 'HTMLSourceModeTab.label' --> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "源代码"> +<!ENTITY HTMLSourceMode.label "HTML 源代码"> +<!ENTITY HTMLSourceMode.accesskey "H"> +<!ENTITY HTMLSourceMode.tooltip "编辑 HTML 源代码"> +<!ENTITY PreviewModeTab.label "预览"> +<!ENTITY PreviewMode.label "预览"> +<!ENTITY PreviewMode.accesskey "P"> +<!ENTITY PreviewMode.tooltip "显示为 WYSIWYG(同浏览器中显示)"> diff --git a/l10n-zh-CN/suite/chrome/editor/editor.properties b/l10n-zh-CN/suite/chrome/editor/editor.properties new file mode 100755 index 0000000000..3d2c6c20ff --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/editor.properties @@ -0,0 +1,208 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE FILE: embedded "\n" represent HTML breaks (<br>) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=否 +Save=保存 +More=更多 +Less=更少 +MoreProperties=更多属性 +FewerProperties=较少属性 +PropertiesAccessKey=P +None=无 +none=无 +OpenHTMLFile=打开 HTML 文件 +OpenTextFile=打开文本文件 +SelectImageFile=选择图像文件 +SaveDocument=保存页面 +SaveDocumentAs=将页面另存为 +SaveTextAs=将文本另存为 +EditMode=编辑模式 +Preview=预览 +Publish=发布 +PublishPage=发布页 +DontPublish=不发布 +SavePassword=使用密码管理器来记住这个密码 +CorrectSpelling=(更正拼写错误) +NoSuggestedWords=(无建议词) +NoMisspelledWord=未找到拼写错误的词 +CheckSpellingDone=拼写检查完成。 +CheckSpelling=拼写检查 +InputError=错误 +Alert=警告 +CantEditFramesetMsg=编写器不能编辑 HTML 框架页,或者内置框架的页面。请单独编辑框架中的各个页面。对于使用 iframe 的页面,请保存该页并移除 <iframe> 标记符。 +CantEditMimeTypeMsg=不能编辑此类型页面。 +CantEditDocumentMsg=由于未知原因,不能编辑此页面。 +BeforeClosing=关闭前 +BeforePreview=在浏览器中查看之前 +BeforeValidate=验证此文档之前 +# LOCALIZATION NOTE (SaveFilePrompt, PublishPrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing") +SaveFilePrompt=%reason%保存对"%title%"的更改?\u0020 +PublishPrompt=保存修改的内容至 "%title%" %reason%?\u0020 +SaveFileFailed=保存文件失败! + +# Publishing error strings: +# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings: +FileNotFound=无法找到%file%。 +SubdirDoesNotExist=子文件夹"%dir%"不存在于站点或者 文件名"%file%"已被其他子文件夹使用。 +FilenameIsSubdir=文件名"%file%"已经在其他子文件夹中使用。 +ServerNotAvailable=服务器不可用。请检查您的连接然后重试。 +Offline=您现在已离线。点击任何窗口右下角的图标以连接上线。 +DiskFull=磁盘空间不足,无法保存文件"%file%." +NameTooLong=文件名或者子文件夹名过长。 +AccessDenied=您没有发布到该位置的权限。 +UnknownPublishError=发生未知的发布错误。 +PublishFailed=发布失败。 +PublishCompleted=发布完成。 +AllFilesPublished=所有文件均已发布 +# LOCALIZATION NOTE Don't translate %x% or %total% +FailedFileMsg=%x% 个(共%total%个)文件发布失败。 +# End-Publishing error strings +Prompt=提示 +# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host% +PromptFTPUsernamePassword=请输入 %host% 上 FTP 服务器的用户名和密码 +RevertCaption=恢复到上次保存的文件 +Revert=反向选择 +SendPageReason=发送此页面之前 +Send=发送 +## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title% +PublishProgressCaption=正在发布:%title% +PublishToSite=发布到站点:%title% +AbandonChanges=放弃对 “%title%” 未保存的更改并重新载入页面? +DocumentTitle=页面标题 +NeedDocTitle=输入当前页面的标题。 +DocTitleHelp=它标识在窗口标题和书签中的页面。 +CancelPublishTitle=取消发布? +## LOCALIZATION NOTE: "Continue" in this sentence must match the text for +## the CancelPublishContinue key below +CancelPublishMessage=正在发布时取消可能会导致您的文件不能完整传输。您要选择继续还是取消? +CancelPublishContinue=继续 +MissingImageError=请输入或选择类型为 gif、jpg 或 png 的图像。 +EmptyHREFError=请选择一个地址以创建新链接。 +LinkText=链接文本 +LinkImage=链接图像 +MixedSelection=[混合选择] +Mixed=(混合) +# LOCALIZATION NOTE (NotInstalled): %S is the name of the font +NotInstalled=%S (未安装) +EnterLinkText=请输入此链接显示的文字信息: +EnterLinkTextAccessKey=T +EmptyLinkTextError=请为此链接输入文字信息。 +EditTextWarning=这将替换掉已存在的内容。 +#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max% +ValidateRangeMsg=您输入的数字(%n%)超出了允许的范围。 +ValidateNumberMsg=请输入 %min% 到 %max% 之间的数字。 +MissingAnchorNameError=请为此锚标输入名称。 +#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name% +DuplicateAnchorNameError="%name%" 已经存在于此页面中。请输入其它名称。 +BulletStyle=条目样式 +SolidCircle=实心圈 +OpenCircle=开圆 +SolidSquare=实心方块 +NumberStyle=编号样式 +Automatic=自动 +Style_1=1, 2, 3… +Style_I=I, II, III… +Style_i=i, ii, iii… +Style_A=A, B, C… +Style_a=a, b, c… +Pixels=像素 +Percent=百分比 +PercentOfCell=% 单元大小 +PercentOfWindow=% 窗口大小 +PercentOfTable=% 表格大小 +#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed. +untitledTitle=未命名-%S +untitledDefaultFilename=无标题 +ShowToolbar=显示工具栏 +HideToolbar=隐藏工具栏 +ImapError=无法载入图片\u0020 +ImapCheck=\n请选择新位置 (URL) 并重试。 +SaveToUseRelativeUrl=相关的URL只能在已保存的页中使用 +NoNamedAnchorsOrHeadings=(本页中没有找到锚标) +TextColor=文本颜色 +HighlightColor=加亮色 +PageColor=页面背景颜色 +BlockColor=禁用背景颜色 +TableColor=表格背景颜色 +CellColor=单元背景色 +TableOrCellColor=表格或单元颜色 +LinkColor=链接文本颜色 +ActiveLinkColor=活动链接颜色 +VisitedLinkColor=已访问过链接颜色 +NoColorError=单击一种颜色或输入一个有效的 HTML 颜色值 +Table=表格 +TableCell=表格单元 +NestedTable=嵌套的表格 +HLine=水平线 +Link=链接 +Image=图像 +ImageAndLink=图像和链接 +NamedAnchor=锚标 +List=列表 +ListItem=列出项 +Form=表单 +InputTag=表单字段 +InputImage=表单图片 +TextArea=文本区域 +Select=选择列表 +Button=按钮 +Label=标签 +FieldSet=字段集 +Tag=标记符 +MissingSiteNameError=请为此发布站点命名。 +MissingPublishUrlError=请输入发布此页的地址: +MissingPublishFilename=请为当前页输入文件名。 +#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name% +DuplicateSiteNameError="%name%"已存在。请输入其他站点名称。 +AdvancedProperties=高级属性… +AdvancedEditForCellMsg=选择多个单元格时无法进行高级编辑 +# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns +ObjectProperties=%obj% 属性… +# LOCALIZATION NOTE This character must be in the above string and not confict with other accesskeys in Format menu +ObjectPropertiesAccessKey=o +# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinSelectedCells=合并选择的单元 +# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinCellToRight=向右合并单元格 +JoinCellAccesskey=j +# LOCALIZATION NOTE (TableSelectKey): Ctrl key on a keyboard +TableSelectKey=Ctrl+ +# LOCALIZATION NOTE (XulKeyMac): Command key on a Mac keyboard +XulKeyMac=Cmd+ +# LOCALIZATION NOTE (Del): Del key on a keyboard +Del=Del +Delete=删除 +DeleteCells=删除单元格 +DeleteTableTitle=删除行或列 +DeleteTableMsg=减少行数或列数将删除表格单元及其内容。您确定要这样做吗? +Clear=清空 +#Mouse actions +Click=单击 +Drag=拖戈 +Unknown=未知 +# +# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both +# menu items: "RemoveTextStyles" and "StopTextStyles" +RemoveTextStylesAccesskey=x +RemoveTextStyles=删除所有文本样式 +StopTextStyles=中断文本样式 +# +# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both +# menu items: "RemoveLinks" and "StopLinks" +RemoveLinksAccesskey=n +RemoveLinks=移除链接 +StopLinks=中断链接 +# +NoFormAction=建议您为此表单输入一个动作。自提交表单是较新的技术,不一定能在所有的浏览器中正确运行。 +NoAltText=如果图像和文档相关联,那么您应为图像提供替代文本,可以供仅能显示文字的浏览器使用,也可以供其它浏览器在载入图像或禁用图像时显示。 +# +Malformed=源码内容不是合法的 XHTML,因此无法被转换回文档。 +NoLinksToCheck=没有需要检查链接的元素 diff --git a/l10n-zh-CN/suite/chrome/editor/editorOverlay.dtd b/l10n-zh-CN/suite/chrome/editor/editorOverlay.dtd new file mode 100755 index 0000000000..4019fb9bf6 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/editorOverlay.dtd @@ -0,0 +1,368 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. --> + +<!-- File menu items --> +<!ENTITY saveCmd.key "S"> + +<!-- Edit menu items --> +<!ENTITY pasteNoFormatting.label "粘贴为无格式文本"> +<!ENTITY pasteNoFormatting.accesskey "n"> +<!ENTITY pasteNoFormatting.key "V"> +<!ENTITY pasteAsQuotationCmd.label "粘贴为引文"> +<!ENTITY pasteAsQuotationCmd.accesskey "Q"> +<!ENTITY pasteAsQuotationCmd.key "o"> +<!ENTITY editRewrapCmd.label "重新换行"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY editRewrapCmd.accesskey "w"> +<!ENTITY findBarCmd.label "查找…"> +<!ENTITY findReplaceCmd.label "查找和替换…"> +<!ENTITY enableInlineSpellChecker.label "输入同时进行拼写检查"> +<!ENTITY enableInlineSpellChecker.accesskey "S"> +<!ENTITY checkSpellingCmd2.label "拼写检查"> +<!ENTITY checkSpellingCmd2.accesskey "h"> +<!ENTITY checkSpellingCmd2.key "p"> + +<!-- Insert menu items --> +<!ENTITY insertMenu.label "插入"> +<!ENTITY insertMenu.accesskey "I"> +<!ENTITY insertLinkCmd2.label "链接…"> +<!ENTITY insertLinkCmd2.accesskey "L"> +<!ENTITY insertLinkCmd2.key "K"> +<!ENTITY insertAnchorCmd.label "锚标…"> +<!ENTITY insertAnchorCmd.accesskey "A"> +<!ENTITY insertImageCmd.label "图像…"> +<!ENTITY insertImageCmd.accesskey "I"> +<!ENTITY insertHLineCmd.label "水平线"> +<!ENTITY insertHLineCmd.accesskey "o"> +<!ENTITY insertTableCmd.label "表格…"> +<!ENTITY insertTableCmd.accesskey "T"> +<!ENTITY insertHTMLCmd.label "HTML…"> +<!ENTITY insertHTMLCmd.accesskey "H"> +<!ENTITY insertMathCmd.label "公式…"> +<!ENTITY insertMathCmd.accesskey "M"> +<!ENTITY insertCharsCmd.label "字符和符号…"> +<!ENTITY insertCharsCmd.accesskey "C"> +<!ENTITY insertBreakAllCmd.label "分开下面的图像"> +<!ENTITY insertBreakAllCmd.accesskey "k"> + +<!-- Used just in context popup. --> +<!ENTITY createLinkCmd.label "创建链接…"> +<!ENTITY createLinkCmd.accesskey "k"> +<!ENTITY editLinkCmd.label "在新网页编写器窗口中编辑此链接"> +<!ENTITY editLinkCmd.accesskey "i"> + +<!-- Font Face SubMenu --> +<!ENTITY FontFaceSelect.title "字体"> +<!ENTITY FontFaceSelect.tooltip "选择字体"> +<!ENTITY fontfaceMenu.label "字体"> +<!ENTITY fontfaceMenu.accesskey "F"> +<!ENTITY fontVarWidth.label "可变宽度"> +<!ENTITY fontVarWidth.accesskey "V"> +<!ENTITY fontFixedWidth.label "固定宽度"> +<!ENTITY fontFixedWidth.accesskey "x"> +<!ENTITY fontFixedWidth.key "T"> +<!ENTITY fontHelvetica.label "Helvetica, Arial"> +<!ENTITY fontHelvetica.accesskey "l"> +<!ENTITY fontTimes.label "Times"> +<!ENTITY fontTimes.accesskey "T"> +<!ENTITY fontCourier.label "Courier"> +<!ENTITY fontCourier.accesskey "C"> + +<!-- Font Size SubMenu --> +<!ENTITY FontSizeSelect.title "字号"> +<!ENTITY FontSizeSelect.tooltip "选择字号"> +<!ENTITY decreaseFontSize.label "缩小"> +<!ENTITY decreaseFontSize.accesskey "r"> +<!ENTITY decrementFontSize.key "<"> +<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards --> +<!ENTITY increaseFontSize.label "加大"> +<!ENTITY increaseFontSize.accesskey "g"> +<!ENTITY incrementFontSize.key ">"> +<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards --> + +<!ENTITY fontSizeMenu.label "字号"> +<!ENTITY fontSizeMenu.accesskey "z"> +<!ENTITY size-tinyCmd.label "微小"> +<!ENTITY size-tinyCmd.accesskey "T"> +<!ENTITY size-smallCmd.label "小"> +<!ENTITY size-smallCmd.accesskey "s"> +<!ENTITY size-mediumCmd.label "中等"> +<!ENTITY size-mediumCmd.accesskey "d"> +<!ENTITY size-largeCmd.label "大"> +<!ENTITY size-largeCmd.accesskey "l"> +<!ENTITY size-extraLargeCmd.label "超大"> +<!ENTITY size-extraLargeCmd.accesskey "x"> +<!ENTITY size-hugeCmd.label "巨大"> +<!ENTITY size-hugeCmd.accesskey "H"> + +<!-- Font Style SubMenu --> +<!ENTITY fontStyleMenu.label "文本样式"> +<!ENTITY fontStyleMenu.accesskey "S"> +<!ENTITY styleBoldCmd.label "粗体"> +<!ENTITY styleBoldCmd.accesskey "B"> +<!ENTITY styleBoldCmd.key "B"> +<!ENTITY styleItalicCmd.label "斜体"> +<!ENTITY styleItalicCmd.accesskey "I"> +<!ENTITY styleItalicCmd.key "I"> +<!ENTITY styleUnderlineCmd.label "下划线"> +<!ENTITY styleUnderlineCmd.accesskey "U"> +<!ENTITY styleUnderlineCmd.key "U"> +<!ENTITY styleStrikeThruCmd.label "删除线"> +<!ENTITY styleStrikeThruCmd.accesskey "k"> +<!ENTITY styleSuperscriptCmd.label "上标"> +<!ENTITY styleSuperscriptCmd.accesskey "p"> +<!ENTITY styleSubscriptCmd.label "下标"> +<!ENTITY styleSubscriptCmd.accesskey "S"> +<!ENTITY styleNonbreakingCmd.label "不可间断"> +<!ENTITY styleNonbreakingCmd.accesskey "N"> +<!ENTITY styleEm.label "重点"> +<!ENTITY styleEm.accesskey "E"> +<!ENTITY styleStrong.label "特别加强"> +<!ENTITY styleStrong.accesskey "t"> +<!ENTITY styleCite.label "引用"> +<!ENTITY styleCite.accesskey "C"> +<!ENTITY styleAbbr.label "缩写"> +<!ENTITY styleAbbr.accesskey "A"> +<!ENTITY styleAcronym.label "缩写"> +<!ENTITY styleAcronym.accesskey "r"> +<!ENTITY styleCode.label "代码"> +<!ENTITY styleCode.accesskey "o"> +<!ENTITY styleSamp.label "输出示例"> +<!ENTITY styleSamp.accesskey "m"> +<!ENTITY styleVar.label "变量"> +<!ENTITY styleVar.accesskey "V"> + +<!ENTITY formatFontColor.label "文本颜色…"> +<!ENTITY formatFontColor.accesskey "C"> +<!ENTITY tableOrCellColor.label "表格或单元背景颜色…"> +<!ENTITY tableOrCellColor.accesskey "B"> + +<!ENTITY formatRemoveStyles.key "Y"> +<!ENTITY formatRemoveLinks.key "K"> +<!ENTITY formatRemoveNamedAnchors.label "删除锚标"> +<!ENTITY formatRemoveNamedAnchors.accesskey "R"> +<!ENTITY formatRemoveNamedAnchors2.key "R"> + +<!ENTITY paragraphMenu.label "段落"> +<!ENTITY paragraphMenu.accesskey "P"> +<!ENTITY paragraphParagraphCmd.label "段落"> +<!ENTITY paragraphParagraphCmd.accesskey "P"> +<!ENTITY heading1Cmd.label "标题 1"> +<!ENTITY heading1Cmd.accesskey "1"> +<!ENTITY heading2Cmd.label "标题 2"> +<!ENTITY heading2Cmd.accesskey "2"> +<!ENTITY heading3Cmd.label "标题 3"> +<!ENTITY heading3Cmd.accesskey "3"> +<!ENTITY heading4Cmd.label "标题 4"> +<!ENTITY heading4Cmd.accesskey "4"> +<!ENTITY heading5Cmd.label "标题 5"> +<!ENTITY heading5Cmd.accesskey "5"> +<!ENTITY heading6Cmd.label "标题 6"> +<!ENTITY heading6Cmd.accesskey "6"> +<!ENTITY paragraphAddressCmd.label "地址"> +<!ENTITY paragraphAddressCmd.accesskey "A"> +<!ENTITY paragraphPreformatCmd.label "默认格式"> +<!ENTITY paragraphPreformatCmd.accesskey "f"> + +<!-- List menu items --> +<!ENTITY formatlistMenu.label "列表"> +<!ENTITY formatlistMenu.accesskey "L"> +<!ENTITY noneCmd.label "无"> +<!ENTITY noneCmd.accesskey "N"> +<!ENTITY listBulletCmd.label "已组织条目"> +<!ENTITY listBulletCmd.accesskey "B"> +<!ENTITY listNumberedCmd.label "编号"> +<!ENTITY listNumberedCmd.accesskey "m"> +<!ENTITY listTermCmd.label "术语"> +<!ENTITY listTermCmd.accesskey "T"> +<!ENTITY listDefinitionCmd.label "定义"> +<!ENTITY listDefinitionCmd.accesskey "D"> +<!ENTITY listPropsCmd.label "列表属性…"> +<!ENTITY listPropsCmd.accesskey "L"> + +<!ENTITY ParagraphSelect.title "段落"> +<!ENTITY ParagraphSelect.tooltip "选择段落格式"> +<!-- Shared in Paragraph, and Toolbar menulist --> +<!ENTITY bodyTextCmd.label "正文"> +<!ENTITY bodyTextCmd.accesskey "T"> +<!-- isn't used in menu now, but may be added in future --> +<!ENTITY advancedPropertiesCmd.label "高级属性"> +<!ENTITY advancedPropertiesCmd.accesskey "v"> + +<!-- Align menu items --> +<!ENTITY alignMenu.label "对齐"> +<!ENTITY alignMenu.accesskey "A"> +<!ENTITY alignLeft.label "左对齐"> +<!ENTITY alignLeft.accesskey "L"> +<!ENTITY alignLeft.tooltip "左对齐"> +<!ENTITY alignCenter.label "居中"> +<!ENTITY alignCenter.accesskey "C"> +<!ENTITY alignCenter.tooltip "居中"> +<!ENTITY alignRight.label "右对齐"> +<!ENTITY alignRight.accesskey "R"> +<!ENTITY alignRight.tooltip "右对齐"> +<!ENTITY alignJustify.label "调整"> +<!ENTITY alignJustify.accesskey "J"> +<!ENTITY alignJustify.tooltip "对齐已调整"> + +<!-- Layer toolbar items --> +<!ENTITY absolutePosition.label "位置"> +<!ENTITY layer.tooltip "层"> +<!ENTITY decreaseZIndex.label "置后"> +<!ENTITY layerSendToBack.tooltip "置后"> +<!ENTITY increaseZIndex.label "前置"> +<!ENTITY layerBringToFront.tooltip "前置"> + +<!ENTITY increaseIndent.label "增加缩进"> +<!ENTITY increaseIndent.accesskey "I"> +<!ENTITY increaseIndent.key "]"> +<!ENTITY decreaseIndent.label "减少缩进"> +<!ENTITY decreaseIndent.accesskey "D"> +<!ENTITY decreaseIndent.key "["> + +<!ENTITY colorsAndBackground.label "页面颜色和背景…"> +<!ENTITY colorsAndBackground.accesskey "u"> + +<!-- Table Menu --> +<!ENTITY tableMenu.label "表格"> +<!ENTITY tableMenu.accesskey "b"> + +<!-- Select Submenu --> +<!ENTITY tableSelectMenu.label "选择"> +<!ENTITY tableSelectMenu.accesskey "S"> + +<!ENTITY tableSelectMenu2.label "表格选择"> +<!ENTITY tableSelectMenu2.accesskey "S"> +<!ENTITY tableInsertMenu2.label "表格插入"> +<!ENTITY tableInsertMenu2.accesskey "I"> +<!ENTITY tableDeleteMenu2.label "表格删除"> +<!ENTITY tableDeleteMenu2.accesskey "D"> + +<!-- Insert SubMenu --> +<!ENTITY tableInsertMenu.label "插入"> +<!ENTITY tableInsertMenu.accesskey "I"> +<!ENTITY tableTable.label "表格"> +<!ENTITY tableTable.accesskey "T"> +<!ENTITY tableRow.label "行"> +<!ENTITY tableRows.label "行"> +<!ENTITY tableRow.accesskey "R"> +<!ENTITY tableRowAbove.label "上一行"> +<!ENTITY tableRowAbove.accesskey "R"> +<!ENTITY tableRowBelow.label "下一行"> +<!ENTITY tableRowBelow.accesskey "B"> +<!ENTITY tableColumn.label "列"> +<!ENTITY tableColumns.label "列"> +<!ENTITY tableColumn.accesskey "o"> +<!ENTITY tableColumnBefore.label "前一列"> +<!ENTITY tableColumnBefore.accesskey "o"> +<!ENTITY tableColumnAfter.label "后一列"> +<!ENTITY tableColumnAfter.accesskey "A"> +<!ENTITY tableCell.label "单元"> +<!ENTITY tableCells.label "单元"> +<!ENTITY tableCell.accesskey "C"> +<!ENTITY tableCellContents.label "单元格内容"> +<!ENTITY tableCellContents.accesskey "n"> +<!ENTITY tableAllCells.label "所有格"> +<!ENTITY tableAllCells.accesskey "A"> +<!ENTITY tableCellBefore.label "前一单元格"> +<!ENTITY tableCellBefore.accesskey "C"> +<!ENTITY tableCellAfter.label "后一单元格"> +<!ENTITY tableCellAfter.accesskey "f"> +<!-- Delete SubMenu --> +<!ENTITY tableDeleteMenu.label "删除"> +<!ENTITY tableDeleteMenu.accesskey "D"> + +<!-- text for "Join Cells" is in editor.properties + ("JoinSelectedCells" and "JoinCellToRight") + the access key must exist in both of those strings + But value must be set here for accesskey to draw properly +--> +<!ENTITY tableJoinCells.label "j"> +<!ENTITY tableJoinCells.accesskey "j"> +<!ENTITY tableSplitCell.label "分割单元格"> +<!ENTITY tableSplitCell.accesskey "C"> +<!ENTITY convertToTable.label "根据所选内容创建表格"> +<!ENTITY convertToTable.accesskey "r"> +<!ENTITY tableProperties.label "表格属性…"> +<!ENTITY tableProperties.accesskey "o"> + +<!-- Toolbar-only items --> +<!ENTITY menuBar.tooltip "菜单栏"> +<!ENTITY formatToolbar.tooltip "格式化工具栏"> +<!ENTITY cutToolbarCmd.tooltip "剪切"> +<!ENTITY copyToolbarCmd.tooltip "复制"> +<!ENTITY pasteToolbarCmd.tooltip "粘贴"> +<!ENTITY findToolbarCmd.label "查找"> +<!ENTITY findToolbarCmd.tooltip "在页面中查找文本"> +<!ENTITY spellToolbarCmd.label "拼写"> +<!ENTITY spellToolbarCmd.tooltip "检查选中部分或整个页面的拼写"> +<!ENTITY imageToolbarCmd.label "图像"> +<!ENTITY imageToolbarCmd.tooltip "插入新图像或编辑选择图像的特性"> +<!ENTITY hruleToolbarCmd.label "水平线"> +<!ENTITY hruleToolbarCmd.tooltip "插入水平线或编辑选择的线条特性"> +<!ENTITY tableToolbarCmd.label "表格"> +<!ENTITY tableToolbarCmd.tooltip "插入新表格或编辑选择的表格特性"> +<!ENTITY linkToolbarCmd.label "链接"> +<!ENTITY linkToolbarCmd.tooltip "插入新链接或编辑选择的链接特性"> +<!ENTITY anchorToolbarCmd.label "锚标"> +<!ENTITY anchorToolbarCmd.tooltip "插入新的锚标或编辑选择的锚标特性"> +<!ENTITY colorButtons.title "颜色"> +<!ENTITY TextColorButton.tooltip "为文本选择颜色"> +<!ENTITY BackgroundColorButton.tooltip "选择背景颜色"> +<!ENTITY HighlightColorButton.label "文本突出显示颜色"> +<!ENTITY HighlightColorButton.tooltip "选择文本的加亮颜色"> + +<!-- Editor toolbar --> +<!ENTITY absoluteFontSize.label "字号"> +<!ENTITY absoluteFontSizeToolbarCmd.tooltip "设置字号"> +<!ENTITY smaller.label "缩小"> +<!ENTITY decreaseFontSizeToolbarCmd.tooltip "缩小文字"> +<!ENTITY larger.label "增大"> +<!ENTITY increaseFontSizeToolbarCmd.tooltip "加大文字"> +<!ENTITY bold.label "粗体"> +<!ENTITY boldToolbarCmd.tooltip "粗体"> +<!ENTITY italic.label "斜体"> +<!ENTITY italicToolbarCmd.tooltip "斜体"> +<!ENTITY underline.label "下划线"> +<!ENTITY underlineToolbarCmd.tooltip "下划线"> +<!ENTITY bullets.label "项目符号"> +<!ENTITY bulletListToolbarCmd.tooltip "应用或删除条目列表"> +<!ENTITY numbers.label "编号"> +<!ENTITY numberListToolbarCmd.tooltip "应用或删除编号列表"> +<!ENTITY outdent.label "减少缩进"> +<!ENTITY outdentToolbarCmd.tooltip "突出文本(向左移动)"> +<!ENTITY indent.label "增加缩进"> +<!ENTITY indentToolbarCmd.tooltip "缩进文本(向右移动)"> +<!ENTITY AlignPopupButton.label "对齐"> +<!ENTITY AlignPopupButton.tooltip "选择文本对齐方式"> +<!ENTITY InsertPopupButton.label "插入"> +<!ENTITY InsertPopupButton.tooltip "插入一个链接、锚标、图像、横线,或者表格"> +<!ENTITY alignLeftButton.label "左对齐"> +<!ENTITY alignLeftButton.tooltip "向左对齐文本"> +<!ENTITY alignCenterButton.label "居中"> +<!ENTITY alignCenterButton.tooltip "文本居中对齐"> +<!ENTITY alignRightButton.label "右对齐"> +<!ENTITY alignRightButton.tooltip "向右对齐文本"> +<!ENTITY alignJustifyButton.label "两端对齐"> +<!ENTITY alignJustifyButton.tooltip "左右对齐文本"> + +<!-- Structure Toolbar Context Menu items --> +<!ENTITY structSelect.label "选择"> +<!ENTITY structSelect.accesskey "S"> +<!ENTITY structRemoveTag.label "移除标记符"> +<!ENTITY structRemoveTag.accesskey "R"> +<!ENTITY structChangeTag.label "修改标记符"> +<!ENTITY structChangeTag.accesskey "C"> + +<!-- TOC manipulation --> +<!ENTITY insertTOC.label "插入"> +<!ENTITY insertTOC.accesskey "I"> +<!ENTITY updateTOC.label "更新"> +<!ENTITY updateTOC.accesskey "U"> +<!ENTITY removeTOC.label "移除"> +<!ENTITY removeTOC.accesskey "R"> +<!ENTITY tocMenu.label "目录…"> +<!ENTITY tocMenu.accesskey "b"> diff --git a/l10n-zh-CN/suite/chrome/editor/editorSmileyOverlay.dtd b/l10n-zh-CN/suite/chrome/editor/editorSmileyOverlay.dtd new file mode 100755 index 0000000000..a8c222b2a7 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/editorSmileyOverlay.dtd @@ -0,0 +1,58 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Smiley Menu items --> +<!ENTITY insertSmiley.label "笑脸"> +<!ENTITY insertSmiley.accesskey "S"> + +<!ENTITY smiley1Cmd.label "微笑"> +<!ENTITY smiley1Cmd.accesskey "S"> +<!ENTITY smiley1Cmd.tooltip "插入一个笑脸"> +<!ENTITY smiley2Cmd.label "皱眉"> +<!ENTITY smiley2Cmd.accesskey "F"> +<!ENTITY smiley2Cmd.tooltip "插入皱眉的脸"> +<!ENTITY smiley3Cmd.label "眨眼"> +<!ENTITY smiley3Cmd.accesskey "W"> +<!ENTITY smiley3Cmd.tooltip "插入眨眼的脸"> +<!ENTITY smiley4Cmd.label "吐舌"> +<!ENTITY smiley4Cmd.accesskey "T"> +<!ENTITY smiley4Cmd.tooltip "插入吐舌的脸"> +<!ENTITY smiley5Cmd.label "大笑"> +<!ENTITY smiley5Cmd.accesskey "L"> +<!ENTITY smiley5Cmd.tooltip "插入大笑的脸"> +<!ENTITY smiley6Cmd.label "窘迫"> +<!ENTITY smiley6Cmd.accesskey "E"> +<!ENTITY smiley6Cmd.tooltip "插入窘迫的脸"> +<!ENTITY smiley7Cmd.label "迟疑"> +<!ENTITY smiley7Cmd.accesskey "U"> +<!ENTITY smiley7Cmd.tooltip "插入迟疑表情"> +<!ENTITY smiley8Cmd.label "惊讶"> +<!ENTITY smiley8Cmd.accesskey "p"> +<!ENTITY smiley8Cmd.tooltip "插入惊讶的脸"> +<!ENTITY smiley9Cmd.label "亲吻"> +<!ENTITY smiley9Cmd.accesskey "K"> +<!ENTITY smiley9Cmd.tooltip "插入亲吻的脸"> +<!ENTITY smiley10Cmd.label "大叫"> +<!ENTITY smiley10Cmd.accesskey "Y"> +<!ENTITY smiley10Cmd.tooltip "插入大叫的脸"> +<!ENTITY smiley11Cmd.label "耍酷"> +<!ENTITY smiley11Cmd.accesskey "C"> +<!ENTITY smiley11Cmd.tooltip "插入耍酷的脸"> +<!ENTITY smiley12Cmd.label "钱嘴"> +<!ENTITY smiley12Cmd.accesskey "M"> +<!ENTITY smiley12Cmd.tooltip "插入钱嘴的脸"> +<!ENTITY smiley13Cmd.label "吮脚"> +<!ENTITY smiley13Cmd.accesskey "o"> +<!ENTITY smiley13Cmd.tooltip "插入吮脚的脸"> +<!ENTITY smiley14Cmd.label "无辜"> +<!ENTITY smiley14Cmd.accesskey "I"> +<!ENTITY smiley14Cmd.tooltip "插入无辜的脸"> +<!ENTITY smiley15Cmd.label "哭泣"> +<!ENTITY smiley15Cmd.accesskey "r"> +<!ENTITY smiley15Cmd.tooltip "插入大哭的脸"> +<!ENTITY smiley16Cmd.label "缄默"> +<!ENTITY smiley16Cmd.accesskey "a"> +<!ENTITY smiley16Cmd.tooltip "插入缄默的脸"> +<!ENTITY SmileButton.label "插入笑脸"> +<!ENTITY SmileButton.tooltip "插入一个笑脸"> diff --git a/l10n-zh-CN/suite/chrome/editor/prefs/editorPrefsOverlay.dtd b/l10n-zh-CN/suite/chrome/editor/prefs/editorPrefsOverlay.dtd new file mode 100755 index 0000000000..4225fb315c --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/prefs/editorPrefsOverlay.dtd @@ -0,0 +1,12 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!--LOCALIZATION NOTE (editorCheck.label): DONT_TRANSLATE --> + + +<!ENTITY editorCheck.label "Composer"> +<!ENTITY editorCheck.accesskey "c"> + +<!ENTITY compose.label "Composer"> +<!ENTITY editing.label "新页面设置"> +<!ENTITY publish.label "发布"> diff --git a/l10n-zh-CN/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-zh-CN/suite/chrome/editor/prefs/pref-composer.dtd new file mode 100755 index 0000000000..7443f69d2b --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/prefs/pref-composer.dtd @@ -0,0 +1,31 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- extracted from content/pref-composer.xul --> + +<!-- extracted from content/pref-composer.xhtml --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> +<!ENTITY pref.composer.title "Composer"> +<!ENTITY recentFiles.title "最近的页面菜单"> +<!ENTITY documentsInMenu.label "最多列出页面数量:"> +<!ENTITY documentsInMenu.accesskey "n"> +<!ENTITY savingFiles.title "当保存或者发布页面时"> +<!ENTITY preserveExisting.label "保留原始代码格式"> +<!ENTITY preserveExisting.accesskey "P"> +<!ENTITY preserveExisting.tooltip "保留换行以及页面原始格式"> +<!ENTITY saveAssociatedFiles.label "保存页面同时保存图像和其他相关文件"> +<!ENTITY saveAssociatedFiles.accesskey "S"> +<!ENTITY showPublishDialog.label "发布页面时一律显示发布对话框"> +<!ENTITY showPublishDialog.accesskey "A"> +<!ENTITY composerEditing.label "正在编辑"> +<!ENTITY maintainStructure.label "添加或删除单元个时保持表格布局"> +<!ENTITY maintainStructure.tooltip "插入或删除单元格后自动添加单元格以维持表格的矩形"> +<!ENTITY maintainStructure.accesskey "M"> +<!ENTITY useCSS.label "优先使用 CSS 样式而不是 HTML 元素属性"> +<!ENTITY useCSS.accesskey "U"> +<!ENTITY crInPCreatesNewP.label "在当前段落中回车则自动创建新段落"> +<!ENTITY crInPCreatesNewP.accesskey "R"> diff --git a/l10n-zh-CN/suite/chrome/editor/prefs/pref-editing.dtd b/l10n-zh-CN/suite/chrome/editor/prefs/pref-editing.dtd new file mode 100755 index 0000000000..a3bf1c060f --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/prefs/pref-editing.dtd @@ -0,0 +1,32 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY pref.editing.title "新建页面属性"> + +<!ENTITY authorName.label "作者:"> +<!ENTITY authorName.accesskey "u"> +<!ENTITY pageColorHeader "默认页面外观"> + +<!ENTITY defaultColors.label "阅读器的默认颜色(不设置页面中的颜色)"> +<!ENTITY defaultColors.accesskey "d"> +<!ENTITY customColors.label "使用自定义颜色:"> +<!ENTITY customColors.accesskey "c"> + +<!ENTITY normalText.label "常规文本"> +<!ENTITY normalText.accesskey "N"> +<!ENTITY linkText.label "链接文本"> +<!ENTITY linkText.accesskey "L"> +<!ENTITY activeLinkText.label "活动链接文本"> +<!ENTITY activeLinkText.accesskey "A"> +<!ENTITY visitedLinkText.label "已访问链接文本"> +<!ENTITY visitedLinkText.accesskey "V"> +<!ENTITY background.label "背景:"> +<!ENTITY background.accesskey "B"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "背景图像:"> +<!ENTITY backgroundImage.accesskey "m"> +<!ENTITY chooseFile.label "选择文件…"> +<!ENTITY chooseFile.accesskey "o"> + |