diff options
Diffstat (limited to 'l10n-pa-IN/editor/ui/chrome/composer/editingOverlay.dtd')
-rw-r--r-- | l10n-pa-IN/editor/ui/chrome/composer/editingOverlay.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-pa-IN/editor/ui/chrome/composer/editingOverlay.dtd b/l10n-pa-IN/editor/ui/chrome/composer/editingOverlay.dtd new file mode 100644 index 0000000000..b5aca025e8 --- /dev/null +++ b/l10n-pa-IN/editor/ui/chrome/composer/editingOverlay.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- File menu items --> +<!ENTITY openFileCmd.label "Open File…"> +<!ENTITY openFileCmd.accesskey "O"> +<!ENTITY openFileCmd.key "O"> +<!ENTITY openRemoteCmd.label "Open Web Location…"> +<!ENTITY openRemoteCmd.accesskey "L"> +<!ENTITY openRemoteCmd.key "L"> +<!ENTITY fileRecentMenu.label "Recent Pages"> +<!ENTITY fileRecentMenu.accesskey "R"> +<!ENTITY saveCmd.label "Save"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "Save As…"> +<!ENTITY saveAsCmd.accesskey "A"> +<!ENTITY saveAsChangeEncodingCmd.label "Save And Change Character Encoding"> +<!ENTITY saveAsChangeEncodingCmd.accesskey "E"> +<!ENTITY publishCmd.label "Publish"> +<!ENTITY publishCmd.accesskey "b"> +<!ENTITY publishCmd.key "S"> +<!ENTITY publishAsCmd.label "Publish As…"> +<!ENTITY publishAsCmd.accesskey "h"> +<!ENTITY fileRevert.label "Revert"> +<!ENTITY fileRevert.accesskey "t"> + +<!-- Edit menu items --> +<!ENTITY publishSettings.label "Publishing Site Settings…"> +<!ENTITY publishSettings.accesskey "b"> + +<!-- Toolbar buttons/items --> +<!ENTITY newToolbarCmd.label "New"> +<!ENTITY newToolbarCmd.tooltip "Create a new Composer page"> +<!ENTITY openToolbarCmd.label "Open"> +<!ENTITY openToolbarCmd.tooltip "Open a local file"> +<!ENTITY saveToolbarCmd.tooltip "Save file to a local location"> +<!ENTITY publishToolbarCmd.tooltip "Upload file to a remote location"> |