diff options
Diffstat (limited to 'l10n-en-GB/editor/ui/chrome/dialogs/EdConvertToTable.dtd')
-rw-r--r-- | l10n-en-GB/editor/ui/chrome/dialogs/EdConvertToTable.dtd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/l10n-en-GB/editor/ui/chrome/dialogs/EdConvertToTable.dtd b/l10n-en-GB/editor/ui/chrome/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..044f60e496 --- /dev/null +++ b/l10n-en-GB/editor/ui/chrome/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 "Convert To Table"> +<!ENTITY instructions1.label "Composer creates a new table row for each paragraph in the selection."> +<!ENTITY instructions2.label "Choose the character used to separate the selection into columns:"> +<!ENTITY commaRadio.label "Comma"> +<!ENTITY spaceRadio.label "Space"> +<!ENTITY otherRadio.label "Other Character:"> +<!ENTITY deleteCharCheck.label "Delete separator character"> +<!ENTITY collapseSpaces.label "Ignore extra spaces"> +<!ENTITY collapseSpaces.tooltip "Convert adjacent spaces to one separator"> |