summaryrefslogtreecommitdiffstats
path: root/l10n-pa-IN/editor/ui/chrome/dialogs/EditorInsertMath.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-pa-IN/editor/ui/chrome/dialogs/EditorInsertMath.dtd')
-rw-r--r--l10n-pa-IN/editor/ui/chrome/dialogs/EditorInsertMath.dtd25
1 files changed, 25 insertions, 0 deletions
diff --git a/l10n-pa-IN/editor/ui/chrome/dialogs/EditorInsertMath.dtd b/l10n-pa-IN/editor/ui/chrome/dialogs/EditorInsertMath.dtd
new file mode 100644
index 0000000000..f7825ed69b
--- /dev/null
+++ b/l10n-pa-IN/editor/ui/chrome/dialogs/EditorInsertMath.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/. -->
+
+<!-- Window title -->
+<!ENTITY windowTitle.label "Insert Math">
+
+<!ENTITY sourceEditField.label "Enter LaTeX source code:">
+
+<!ENTITY options.label "Options">
+<!ENTITY optionInline.label "Inline mode">
+<!ENTITY optionInline.accesskey "N">
+<!ENTITY optionDisplay.label "Display mode">
+<!ENTITY optionDisplay.accesskey "D">
+<!ENTITY optionLTR.label "Left-to-right direction">
+<!ENTITY optionLTR.accesskey "L">
+<!ENTITY optionRTL.label "Right-to-left direction">
+<!ENTITY optionRTL.accesskey "R">
+
+<!ENTITY example.label "Example: ">
+<!-- LOCALIZATION NOTE (exampleText.label): DONT_TRANSLATE. This is a LaTeX example. -->
+<!ENTITY exampleText.label "\sqrt{x_1} + \frac{π^3}{2}">
+
+<!ENTITY insertButton.label "Insert">
+<!ENTITY insertButton.accesskey "I">