diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/dialogs/EdConvertToTable.dtd')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/editor/dialogs/EdConvertToTable.dtd | 15 |
1 files changed, 15 insertions, 0 deletions
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 "将相邻的空格转换成一个分隔条"> |