diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/dialogs')
32 files changed, 852 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..57bc75ca59 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdColorPicker.dtd @@ -0,0 +1,25 @@ +<!-- 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 setColor1.label "单击一种颜色或"> +<!ENTITY setColor2.label "输入一个 HTML 颜色字符串"> +<!ENTITY setColor2.accessKey "H"> +<!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..4f1a443005 --- /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..74f52fc6de --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EdDialogOverlay.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 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。您必须先保存本页才能更改。"> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField.label "请输入一个网页地址、本地文件、或者从弹出列表中选择一个锚标或头"> +<!ENTITY LinkURLEditField.accessKey "w"> +<!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..06810828b9 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorReplace.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/. --> + +<!-- extracted from EdReplace.xul --> + +<!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..b2c900d8d8 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditorSaveAsCharset.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/. --> +<!-- 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 "虚"> |