blob: 7c698b6b0c453f6bdd8c314f5d19d87d8f367651 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!-- 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/. -->
<!-- extracted from content/pref-composer.xul -->
<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background -->
<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE -->
<!ENTITY pref.composer.title "Composer">
<!ENTITY recentFiles.title "Recent Pages Menu">
<!ENTITY documentsInMenu.label "Maximum number of pages listed:">
<!ENTITY documentsInMenu.accesskey "n">
<!ENTITY savingFiles.title "When Saving or Publishing Pages">
<!ENTITY preserveExisting.label "Preserve original source formatting">
<!ENTITY preserveExisting.accesskey "P">
<!ENTITY preserveExisting.tooltip "Preserves line breaks and page's original formatting">
<!ENTITY saveAssociatedFiles.label "Save images and other associated files when saving pages">
<!ENTITY saveAssociatedFiles.accesskey "S">
<!ENTITY showPublishDialog.label "Always show Publish dialogue when publishing pages">
<!ENTITY showPublishDialog.accesskey "A">
<!ENTITY composerEditing.label "Editing">
<!ENTITY maintainStructure.label "Maintain table layout when inserting or deleting cells">
<!ENTITY maintainStructure.tooltip "Preserves table's rectangular shape by automatically adding cells after inserting or deleting cells">
<!ENTITY maintainStructure.accesskey "M">
<!ENTITY useCSS.label "Use CSS styles instead of HTML elements and attributes">
<!ENTITY useCSS.accesskey "U">
<!ENTITY crInPCreatesNewP.label "Return in a paragraph always creates a new paragraph">
<!ENTITY crInPCreatesNewP.accesskey "R">
|