diff options
Diffstat (limited to 'l10n-en-CA/editor/ui/chrome/dialogs/EdDialogOverlay.dtd')
-rw-r--r-- | l10n-en-CA/editor/ui/chrome/dialogs/EdDialogOverlay.dtd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/l10n-en-CA/editor/ui/chrome/dialogs/EdDialogOverlay.dtd b/l10n-en-CA/editor/ui/chrome/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..2b57d4db0e --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,18 @@ +<!-- 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/. --> + +<!ENTITY AdvancedEditButton.label "Advanced Edit…"> +<!ENTITY AdvancedEditButton.accessKey "E"> +<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML attributes, style attributes, and JavaScript"> +<!ENTITY chooseFileButton.label "Choose File..."> +<!ENTITY chooseFileButton.accessKey "F"> +<!ENTITY chooseFileLinkButton.label "Choose File..."> +<!ENTITY chooseFileLinkButton.accessKey "o"> +<!ENTITY makeUrlRelative.label "URL is relative to page location"> +<!ENTITY makeUrlRelative.accessKey "r"> +<!ENTITY makeUrlRelative.tooltip "Change between relative and absolute URL. You must first save the page to change this."> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField2.label "Enter a web page location, a local file, or select a Named Anchor or Heading from the field’s context menu:"> +<!ENTITY LinkURLEditField2.accessKey "w"> |