diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-fa/mail/chrome/messenger/messengercompose/EdConvertToTable.dtd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/l10n-fa/mail/chrome/messenger/messengercompose/EdConvertToTable.dtd b/l10n-fa/mail/chrome/messenger/messengercompose/EdConvertToTable.dtd new file mode 100644 index 0000000000..2a567ce455 --- /dev/null +++ b/l10n-fa/mail/chrome/messenger/messengercompose/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 "فاصله"> +<!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"> |