diff options
Diffstat (limited to 'l10n-en-CA/editor/ui/chrome/dialogs/EditorPageProperties.dtd')
-rw-r--r-- | l10n-en-CA/editor/ui/chrome/dialogs/EditorPageProperties.dtd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/l10n-en-CA/editor/ui/chrome/dialogs/EditorPageProperties.dtd b/l10n-en-CA/editor/ui/chrome/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..4f36bad9a9 --- /dev/null +++ b/l10n-en-CA/editor/ui/chrome/dialogs/EditorPageProperties.dtd @@ -0,0 +1,17 @@ +<!-- 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 "Page Properties"> +<!ENTITY location.label "Location:"> +<!ENTITY lastModified.label "Last Modified:"> +<!ENTITY titleInput.label "Title:"> +<!ENTITY titleInput.accessKey "T"> +<!ENTITY authorInput.label "Author:"> +<!ENTITY authorInput.accessKey "A"> +<!ENTITY descriptionInput.label "Description:"> +<!ENTITY descriptionInput.accessKey "D"> +<!ENTITY locationNewPage.label "[New page, not saved yet]"> +<!ENTITY EditHEADSource1.label "Advanced users:"> +<!ENTITY EditHEADSource2.label "To edit other contents of the <head> region, use "HTML Source" in the View Menu or Edit Mode Toolbar."> |