diff options
Diffstat (limited to 'l10n-bs/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd')
-rw-r--r-- | l10n-bs/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/l10n-bs/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd b/l10n-bs/mail/chrome/messenger/messengercompose/EditorInsertMath.dtd new file mode 100644 index 0000000000..2c41795b10 --- /dev/null +++ b/l10n-bs/mail/chrome/messenger/messengercompose/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 "Umetni Math"> + +<!ENTITY sourceEditField.label "Unesite LaTeX izvorni kod:"> + +<!ENTITY options.label "Opcije"> +<!ENTITY optionInline.label "Inline režim"> +<!ENTITY optionInline.accesskey "n"> +<!ENTITY optionDisplay.label "Način prikaza"> +<!ENTITY optionDisplay.accesskey "N"> +<!ENTITY optionLTR.label "Smjer s lijeva na desno"> +<!ENTITY optionLTR.accesskey "l"> +<!ENTITY optionRTL.label "Smjer s desna na lijevo"> +<!ENTITY optionRTL.accesskey "d"> + +<!ENTITY insertButton.label "Umetni"> +<!ENTITY insertButton.accesskey "m"> |