diff options
Diffstat (limited to 'comm/suite/locales/en-US/chrome/editor/dialogs')
32 files changed, 845 insertions, 0 deletions
diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EdAdvancedEdit.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..83fcbd7416 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EdAdvancedEdit.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 WindowTitle.label "Advanced Property Editor"> +<!ENTITY AttName.label "Attribute: "> +<!ENTITY AttValue.label "Value: "> +<!ENTITY PropertyName.label "Property: "> +<!ENTITY currentattributesfor.label "Current attributes for: "> +<!ENTITY tree.attributeHeader.label "Attribute"> +<!ENTITY tree.propertyHeader.label "Property"> +<!ENTITY tree.valueHeader.label "Value"> +<!ENTITY tabHTML.label "HTML Attributes"> +<!ENTITY tabCSS.label "Inline Style"> +<!ENTITY tabJSE.label "JavaScript Events"> + +<!ENTITY editAttribute.label "Click on an item above to edit its value"> +<!ENTITY removeAttribute.label "Remove"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EdColorPicker.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..c00d24f298 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EdColorPicker.dtd @@ -0,0 +1,22 @@ +<!-- 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 windowTitle.label "Color"> +<!ENTITY lastPickedColor.label "Last-picked color"> +<!ENTITY lastPickedColor.accessKey "L"> +<!ENTITY chooseColor1.label "Choose a color:"> +<!ENTITY chooseColor2.label "Enter an HTML color string"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(e.g.: "#0000ff" or "blue"):"> +<!ENTITY default.label "Default"> +<!ENTITY default.accessKey "D"> +<!ENTITY palette.label "Palette:"> +<!ENTITY standardPalette.label "Standard"> +<!ENTITY webPalette.label "All web colors"> +<!ENTITY background.label "Background for:"> +<!ENTITY background.accessKey "B"> +<!ENTITY table.label "Table"> +<!ENTITY table.accessKey "T"> +<!ENTITY cell.label "Cell(s)"> +<!ENTITY cell.accessKey "C"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EdConvertToTable.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..044f60e496 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EdConvertToTable.dtd @@ -0,0 +1,15 @@ +<!-- 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 "Convert To Table"> +<!ENTITY instructions1.label "Composer creates a new table row for each paragraph in the selection."> +<!ENTITY instructions2.label "Choose the character used to separate the selection into columns:"> +<!ENTITY commaRadio.label "Comma"> +<!ENTITY spaceRadio.label "Space"> +<!ENTITY otherRadio.label "Other Character:"> +<!ENTITY deleteCharCheck.label "Delete separator character"> +<!ENTITY collapseSpaces.label "Ignore extra spaces"> +<!ENTITY collapseSpaces.tooltip "Convert adjacent spaces to one separator"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EdDialogOverlay.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..527e723a5a --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/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"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EdNamedAnchorProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..d418ed14b6 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EdNamedAnchorProperties.dtd @@ -0,0 +1,8 @@ +<!-- 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 windowTitle.label "Named Anchor Properties"> +<!ENTITY anchorNameEditField.label "Anchor Name:"> +<!ENTITY anchorNameEditField.accessKey "N"> +<!ENTITY nameInput.tooltip "Enter a unique name for this named anchor (target)"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditConflict.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..d874ff06b0 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditConflict.dtd @@ -0,0 +1,10 @@ +<!-- 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 "Select Edit Changes"> +<!ENTITY conflictWarning.label "This page has been modified by another program, but you also have unsaved changes in Composer."> +<!ENTITY conflictResolve.label "Select which version to keep:"> +<!ENTITY keepCurrentPageButton.label "Keep current page changes"> +<!ENTITY useOtherPageButton.label "Replace current page with other changes"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorButtonProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..efc6b400dc --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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 windowTitle.label "Button Properties"> + +<!ENTITY Settings.label "Settings"> + +<!ENTITY ButtonType.label "Type"> +<!ENTITY ButtonType.accesskey "T"> +<!ENTITY submit.value "Submit"> +<!ENTITY reset.value "Reset"> +<!ENTITY button.value "Button"> + +<!ENTITY ButtonName.label "Name:"> +<!ENTITY ButtonName.accesskey "N"> +<!ENTITY ButtonValue.label "Value:"> +<!ENTITY ButtonValue.accesskey "V"> +<!ENTITY tabIndex.label "Tab Index:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY ButtonDisabled.label "Disabled"> +<!ENTITY ButtonDisabled.accesskey "D"> +<!ENTITY AccessKey.label "Access Key:"> +<!ENTITY AccessKey.accesskey "K"> + +<!ENTITY RemoveButton.label "Remove Button"> +<!ENTITY RemoveButton.accesskey "R"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorColorProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..2e3bf76925 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorColorProperties.dtd @@ -0,0 +1,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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Page Colors and Background"> +<!ENTITY pageColors.label "Page Colors"> +<!ENTITY defaultColorsRadio.label "Reader's default colors (Don't set colors in page)"> +<!ENTITY defaultColorsRadio.accessKey "D"> +<!ENTITY defaultColorsRadio.tooltip "Use the color settings from the viewer (reader's) browser only"> +<!ENTITY customColorsRadio.label "Use custom colors:"> +<!ENTITY customColorsRadio.accessKey "C"> +<!ENTITY customColorsRadio.tooltip "These color settings override the viewer's browser settings"> + +<!ENTITY normalText.label "Normal text"> +<!ENTITY normalText.accessKey "N"> +<!ENTITY linkText.label "Link text"> +<!ENTITY linkText.accessKey "L"> +<!ENTITY activeLinkText.label "Active link text"> +<!ENTITY activeLinkText.accessKey "A"> +<!ENTITY visitedLinkText.label "Visited link text"> +<!ENTITY visitedLinkText.accessKey "V"> +<!ENTITY background.label "Background:"> +<!ENTITY background.accessKey "B"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "Background Image:"> +<!ENTITY backgroundImage.accessKey "m"> +<!ENTITY backgroundImage.tooltip "Use an image file as the background for your page"> +<!ENTITY backgroundImage.shortenedDataURI "Shortened data URI (copy will place the full URI onto the clipboard)"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorFieldSetProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..a2db9d4e69 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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 windowTitle.label "Field Set Properties"> + +<!ENTITY Legend.label "Legend"> +<!ENTITY Legend.accesskey "L"> + +<!ENTITY EditLegendText.label "Edit Legend:"> +<!ENTITY EditLegendText.accesskey "T"> +<!ENTITY LegendAlign.label "Align Legend:"> +<!ENTITY LegendAlign.accesskey "A"> +<!ENTITY AlignDefault.label "Default"> +<!ENTITY AlignLeft.label "Left"> +<!ENTITY AlignCenter.label "Center"> +<!ENTITY AlignRight.label "Right"> + +<!ENTITY RemoveFieldSet.label "Remove Field Set"> +<!ENTITY RemoveFieldSet.accesskey "R"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorFormProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..2389adff22 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ +<!-- 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 windowTitle.label "Form Properties"> + +<!ENTITY Settings.label "Settings"> + +<!ENTITY FormName.label "Form Name:"> +<!ENTITY FormName.accesskey "N"> +<!ENTITY FormAction.label "Action URL:"> +<!ENTITY FormAction.accesskey "A"> +<!ENTITY FormMethod.label "Method:"> +<!ENTITY FormMethod.accesskey "M"> +<!ENTITY FormEncType.label "Encoding:"> +<!ENTITY FormEncType.accesskey "c"> +<!ENTITY FormTarget.label "Target Frame:"> +<!ENTITY FormTarget.accesskey "T"> + +<!ENTITY RemoveForm.label "Remove Form"> +<!ENTITY RemoveForm.accesskey "R"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorHLineProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..9ad023dee0 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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 "Horizontal Line Properties"> + +<!ENTITY dimensionsBox.label "Dimensions"> +<!ENTITY heightEditField.label "Height:"> +<!ENTITY heightEditField.accessKey "G"> +<!ENTITY widthEditField.label "Width:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY pixelsPopup.value "pixels"> +<!ENTITY alignmentBox.label "Alignment"> +<!ENTITY leftRadio.label "Left"> +<!ENTITY leftRadio.accessKey "L"> +<!ENTITY centerRadio.label "Center"> +<!ENTITY centerRadio.accessKey "C"> +<!ENTITY rightRadio.label "Right"> +<!ENTITY rightRadio.accessKey "R"> + +<!ENTITY threeDShading.label "3-D Shading"> +<!ENTITY threeDShading.accessKey "S"> +<!ENTITY saveSettings.label "Use as Default"> +<!ENTITY saveSettings.accessKey "D"> +<!ENTITY saveSettings.tooltip "Save these settings to use when inserting new horizontal lines"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorImageProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..280af6df2a --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- 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/. --> + +<!-- These strings are for use specifically in the editor's image and form image dialogs. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Image Properties"> + +<!ENTITY pixelsPopup.value "pixels"> + +<!-- These are in the Location tab panel --> +<!ENTITY locationEditField.label "Image Location:"> +<!ENTITY locationEditField.accessKey "L"> +<!ENTITY locationEditField.tooltip "Type the image's filename or location"> +<!ENTITY locationEditField.shortenedDataURI "Shortened data URI (copy will place the full URI onto the clipboard)"> +<!ENTITY title.label "Tooltip:"> +<!ENTITY title.accessKey "T"> +<!ENTITY title.tooltip "The html 'title' attribute that displays as a tooltip"> +<!ENTITY altText.label "Alternate text:"> +<!ENTITY altText.accessKey "A"> +<!ENTITY altTextEditField.tooltip "Type text to display in place of the image"> +<!ENTITY noAltText.label "Don't use alternate text"> +<!ENTITY noAltText.accessKey "D"> + +<!ENTITY previewBox.label "Image Preview"> + +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> +<!ENTITY actualSize.label "Actual Size:"> +<!ENTITY actualSizeRadio.label "Actual Size"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "Revert to the image's actual size"> +<!ENTITY customSizeRadio.label "Custom Size"> +<!ENTITY customSizeRadio.accessKey "S"> +<!ENTITY customSizeRadio.tooltip "Change the image's size as displayed in the page"> +<!ENTITY heightEditField.label "Height:"> +<!ENTITY heightEditField.accessKey "G"> +<!ENTITY widthEditField.label "Width:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY constrainCheckbox.label "Constrain"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "Maintain the image's aspect ratio"> + +<!-- These controls are in the Image Map box of the expanded area --> +<!ENTITY imagemapBox.label "Image Map"> +<!ENTITY removeImageMapButton.label "Remove"> +<!ENTITY removeImageMapButton.accessKey "R"> + +<!-- These are the options for image alignment --> +<!ENTITY alignment.label "Align Text to Image"> +<!ENTITY bottomPopup.value "At the bottom"> +<!ENTITY topPopup.value "At the top"> +<!ENTITY centerPopup.value "In the center"> +<!ENTITY wrapRightPopup.value "Wrap to the right"> +<!ENTITY wrapLeftPopup.value "Wrap to the left"> + +<!-- These controls are in the Spacing Box --> +<!ENTITY spacingBox.label "Spacing"> +<!ENTITY leftRightEditField.label "Left and Right:"> +<!ENTITY leftRightEditField.accessKey "L"> +<!ENTITY topBottomEditField.label "Top and Bottom:"> +<!ENTITY topBottomEditField.accessKey "T"> +<!ENTITY borderEditField.label "Solid Border:"> +<!ENTITY borderEditField.accessKey "B"> + +<!-- These controls are in the Link Box --> +<!ENTITY showImageLinkBorder.label "Show border around linked image"> +<!ENTITY showImageLinkBorder.accessKey "B"> +<!ENTITY LinkAdvancedEditButton.label "Link Advanced Edit…"> +<!ENTITY LinkAdvancedEditButton.accessKey "L"> +<!ENTITY LinkAdvancedEditButton.tooltip "Add or modify HTML attributes, style attributes, and JavaScript"> + +<!-- These tabs are currently used in the image input dialog --> +<!ENTITY imageInputTab.label "Form"> +<!ENTITY imageLocationTab.label "Location"> +<!ENTITY imageDimensionsTab.label "Dimensions"> +<!ENTITY imageAppearanceTab.label "Appearance"> +<!ENTITY imageLinkTab.label "Link"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInputProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..ea7d09c75e --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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 windowTitle.label "Form Field Properties"> +<!ENTITY windowTitleImage.label "Form Image Properties"> + +<!ENTITY InputType.label "Field Type"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "Text"> +<!ENTITY password.value "Password"> +<!ENTITY checkbox.value "Check Box"> +<!ENTITY radio.value "Radio Button"> +<!ENTITY submit.value "Submit Button"> +<!ENTITY reset.value "Reset Button"> +<!ENTITY file.value "File"> +<!ENTITY hidden.value "Hidden"> +<!ENTITY image.value "Image"> +<!ENTITY button.value "Button"> + +<!ENTITY InputSettings.label "Field Settings"> +<!ENTITY InputName.label "Field Name:"> +<!ENTITY InputName.accesskey "N"> +<!ENTITY GroupName.label "Group Name:"> +<!ENTITY GroupName.accesskey "N"> +<!ENTITY InputValue.label "Field Value:"> +<!ENTITY InputValue.accesskey "V"> +<!ENTITY InitialValue.label "Initial Value:"> +<!ENTITY InitialValue.accesskey "V"> +<!ENTITY InputChecked.label "Initially Checked"> +<!ENTITY InputChecked.accesskey "C"> +<!ENTITY InputSelected.label "Initially Selected"> +<!ENTITY InputSelected.accesskey "S"> +<!ENTITY InputReadOnly.label "Read Only"> +<!ENTITY InputReadOnly.accesskey "R"> +<!ENTITY InputDisabled.label "Disabled"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "Tab Index:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY TextSize.label "Field Size:"> +<!ENTITY TextSize.accesskey "F"> +<!ENTITY TextLength.label "Maximum Length:"> +<!ENTITY TextLength.accesskey "L"> +<!ENTITY AccessKey.label "Access Key:"> +<!ENTITY AccessKey.accesskey "K"> +<!ENTITY Accept.label "Accept Types:"> +<!ENTITY Accept.accesskey "A"> + +<!ENTITY ImageProperties.label "Image Properties…"> +<!ENTITY ImageProperties.accesskey "E"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertChars.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..1755e499ca --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertChars.dtd @@ -0,0 +1,19 @@ +<!-- 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 Character"> +<!ENTITY category.label "Category"> +<!ENTITY letter.label "Letter:"> +<!ENTITY letter.accessKey "L"> +<!ENTITY character.label "Character:"> +<!ENTITY character.accessKey "C"> +<!ENTITY accentUpper.label "Accent Uppercase"> +<!ENTITY accentLower.label "Accent Lowercase"> +<!ENTITY otherUpper.label "Other Uppercase"> +<!ENTITY otherLower.label "Other Lowercase"> +<!ENTITY commonSymbols.label "Common Symbols"> +<!ENTITY insertButton.label "Insert"> +<!ENTITY closeButton.label "Close"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertMath.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..357ed0b20d --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertMath.dtd @@ -0,0 +1,21 @@ +<!-- 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 insertButton.label "Insert"> +<!ENTITY insertButton.accesskey "I"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertSource.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..0b51a86c8c --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertSource.dtd @@ -0,0 +1,15 @@ +<!-- 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 HTML"> +<!ENTITY sourceEditField.label "Enter HTML tags and text:"> +<!ENTITY example.label "Example: "> +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> +<!ENTITY exampleText.label "Hello World!"> +<!ENTITY insertButton.label "Insert"> +<!ENTITY insertButton.accesskey "I"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertTOC.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..f3285a357a --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertTOC.dtd @@ -0,0 +1,16 @@ +<!-- 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 Window.title "Table of Contents"> +<!ENTITY buildToc.label "Build table of contents from:"> +<!ENTITY tag.label "Tag:"> +<!ENTITY class.label "Class:"> +<!ENTITY header1.label "Level 1"> +<!ENTITY header2.label "Level 2"> +<!ENTITY header3.label "Level 3"> +<!ENTITY header4.label "Level 4"> +<!ENTITY header5.label "Level 5"> +<!ENTITY header6.label "Level 6"> +<!ENTITY makeReadOnly.label "Make the table of contents read-only"> +<!ENTITY orderedList.label "Number all entries in the table of contents"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertTable.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..00b5d2d131 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorInsertTable.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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Insert Table"> + +<!ENTITY size.label "Size"> +<!ENTITY numRowsEditField.label "Rows:"> +<!ENTITY numRowsEditField.accessKey "R"> +<!ENTITY numColumnsEditField.label "Columns:"> +<!ENTITY numColumnsEditField.accessKey "C"> +<!ENTITY widthEditField.label "Width:"> +<!ENTITY widthEditField.accessKey "W"> +<!ENTITY borderEditField.label "Border:"> +<!ENTITY borderEditField.accessKey "B"> +<!ENTITY borderEditField.tooltip "Type a number for the table's border, or type zero (0) for no border"> +<!ENTITY pixels.label "pixels"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorLabelProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..5ed05aa63d --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorLabelProperties.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 windowTitle.label "Label Properties"> + +<!ENTITY Settings.label "Settings"> +<!ENTITY Settings.accesskey "S"> + +<!ENTITY EditLabelText.label "Edit Text:"> +<!ENTITY EditLabelText.accesskey "T"> +<!ENTITY LabelFor.label "For Control:"> +<!ENTITY LabelFor.accesskey "F"> +<!ENTITY AccessKey.label "Access Key:"> +<!ENTITY AccessKey.accesskey "K"> + +<!ENTITY RemoveLabel.label "Remove Label"> +<!ENTITY RemoveLabel.accesskey "R"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorLinkProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..09b3b01550 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorLinkProperties.dtd @@ -0,0 +1,6 @@ +<!-- 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 windowTitle.label "Link Properties"> +<!ENTITY LinkURLBox.label "Link Location"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorListProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..2494330000 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorListProperties.dtd @@ -0,0 +1,20 @@ +<!-- 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 "List Properties"> + +<!ENTITY ListType.label "List Type"> +<!ENTITY bulletStyle.label "Bullet Style:"> +<!ENTITY startingNumber.label "Start at:"> +<!ENTITY startingNumber.accessKey "S"> +<!ENTITY none.value "None"> +<!ENTITY bulletList.value "Bullet (Unnumbered) List"> +<!ENTITY numberList.value "Numbered List"> +<!ENTITY definitionList.value "Definition List"> +<!ENTITY changeEntireListRadio.label "Change entire list"> +<!ENTITY changeEntireListRadio.accessKey "C"> +<!ENTITY changeSelectedRadio.label "Change just selected items"> +<!ENTITY changeSelectedRadio.accessKey "I"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPageProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..4f36bad9a9 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/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."> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPersonalDictionary.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..2a8cf9b729 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ +<!-- 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 "Personal Dictionary"> + +<!ENTITY wordEditField.label "New word:"> +<!ENTITY wordEditField.accessKey "N"> +<!ENTITY AddButton.label "Add"> +<!ENTITY AddButton.accessKey "A"> +<!ENTITY DictionaryList.label "Words in dictionary:"> +<!ENTITY DictionaryList.accessKey "W"> +<!ENTITY ReplaceButton.label "Replace"> +<!ENTITY ReplaceButton.accessKey "R"> +<!ENTITY RemoveButton.label "Remove"> +<!ENTITY RemoveButton.accessKey "e"> + +<!ENTITY CloseButton.label "Close"> +<!ENTITY CloseButton.accessKey "C"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPublish.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..60437b4318 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPublish.dtd @@ -0,0 +1,65 @@ +<!-- 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 "Publish Page"> +<!ENTITY windowTitleSettings.label "Publish Settings"> +<!ENTITY publishTab.label "Publish"> +<!ENTITY settingsTab.label "Settings"> +<!ENTITY publishButton.label "Publish"> + +<!-- Publish Tab Panel --> +<!ENTITY siteList.label "Site Name:"> +<!ENTITY siteList.accesskey "e"> +<!ENTITY siteList.tooltip "Choose the site that you want to publish to"> +<!ENTITY newSiteButton.label "New Site"> +<!ENTITY newSiteButton.accesskey "N"> +<!ENTITY docDirList.label "Site subdirectory for this page:"> +<!ENTITY docDirList.accesskey "S"> +<!ENTITY docDirList.tooltip "Choose or enter the name of the remote subdirectory for this page"> +<!ENTITY publishImgCheckbox.label "Include images and other files"> +<!ENTITY publishImgCheckbox.accesskey "o"> +<!ENTITY publishImgCheckbox.tooltip "Publish images and other files referenced by this page"> +<!ENTITY sameLocationRadio.label "Use same location as page"> +<!ENTITY sameLocationRadio.accesskey "U"> +<!ENTITY sameLocationRadio.tooltip "Publish files to the same location as the page"> +<!ENTITY useSubdirRadio.label "Use this site subdirectory:"> +<!ENTITY useSubdirRadio.accesskey "d"> +<!ENTITY useSubdirRadio.tooltip "Publish files to the selected remote subdirectory"> +<!ENTITY otherDirList.tooltip "Choose or enter name of remote subdirectory where files will be published"> +<!ENTITY pageTitle.label "Page Title:"> +<!ENTITY pageTitle.accesskey "T"> +<!ENTITY pageTitle.tooltip "Enter a title to identify the page in the window and in bookmarks"> +<!ENTITY pageTitleExample.label "e.g.: "My Web Page""> +<!ENTITY filename.label "Filename:"> +<!ENTITY filename.accesskey "F"> +<!ENTITY filename.tooltip "Enter a name for this file, including '.html' for a web page"> +<!ENTITY filenameExample.label "e.g,: "mypage.html""> +<!ENTITY setDefaultButton.label "Set as Default"> +<!ENTITY setDefaultButton.accesskey "D"> +<!ENTITY removeButton.label "Remove Site"> +<!ENTITY removeButton.accesskey "R"> + +<!-- Settings Tab Panel --> +<!ENTITY publishSites.label "Publishing Sites"> +<!ENTITY serverInfo.label "Server Information"> +<!ENTITY loginInfo.label "Login Information"> +<!ENTITY siteName.label "Site Name:"> +<!ENTITY siteName.accesskey "e"> +<!ENTITY siteName.tooltip "A nickname that identifies this publishing site (e.g.: 'MySite')"> +<!ENTITY siteUrl.label "Publishing address (e.g.: 'ftp://ftp.myisp.com/myusername'):"> +<!ENTITY siteUrl.accesskey "a"> +<!ENTITY siteUrl.tooltip "The FTP:// or HTTP:// address provided by your ISP or web hosting service"> +<!ENTITY browseUrl.label "HTTP address of your homepage (e.g.: 'http://www.myisp.com/myusername'):"> +<!ENTITY browseUrl.accesskey "T"> +<!ENTITY browseUrl.tooltip "The HTTP:// address of your home directory (don't include filename)"> +<!ENTITY username.label "User name:"> +<!ENTITY username.accesskey "U"> +<!ENTITY username.tooltip "The user name you use to log in to your ISP or web hosting service"> +<!ENTITY password.label "Password:"> +<!ENTITY password.accesskey "w"> +<!ENTITY password.tooltip "The password associated with your user name"> +<!ENTITY savePassword.label "Save Password"> +<!ENTITY savePassword.accesskey "S"> +<!ENTITY savePassword.tooltip "Select this to save your password securely using Password Manager"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPublishProgress.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..ef4927c680 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorPublishProgress.dtd @@ -0,0 +1,16 @@ +<!-- 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 siteUrl.label "Site URL:"> +<!ENTITY docSubdir.label "Page subdirectory:"> +<!ENTITY otherSubdir.label "Image subdirectory:"> + +<!ENTITY status.label "Publishing…"> +<!ENTITY fileList.label "Publishing Status"> +<!ENTITY succeeded.label "Succeeded"> +<!ENTITY failed.label "Failed"> + +<!ENTITY keepOpen "Keep this window open after publishing is complete."> +<!ENTITY closeButton.label "Close"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorReplace.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..74d907a012 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorReplace.dtd @@ -0,0 +1,27 @@ +<!-- 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 EdReplace.xhtml --> + +<!ENTITY replaceDialog.title "Find and Replace"> +<!ENTITY findField.label "Find text:"> +<!ENTITY findField.accesskey "n"> +<!ENTITY replaceField.label "Replace with:"> +<!ENTITY replaceField.accesskey "e"> +<!ENTITY caseSensitiveCheckbox.label "Match exact case"> +<!ENTITY caseSensitiveCheckbox.accesskey "M"> +<!ENTITY wrapCheckbox.label "Wrap around"> +<!ENTITY wrapCheckbox.accesskey "W"> +<!ENTITY backwardsCheckbox.label "Search backwards"> +<!ENTITY backwardsCheckbox.accesskey "b"> +<!ENTITY findNextButton.label "Find Next"> +<!ENTITY findNextButton.accesskey "F"> +<!ENTITY replaceButton.label "Replace"> +<!ENTITY replaceButton.accesskey "R"> +<!ENTITY replaceAndFindButton.label "Replace and Find"> +<!ENTITY replaceAndFindButton.accesskey "d"> +<!ENTITY replaceAllButton.label "Replace All"> +<!ENTITY replaceAllButton.accesskey "A"> +<!ENTITY closeButton.label "Close"> +<!ENTITY closeButton.accesskey "C"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSaveAsCharset.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..0fe33491c7 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSaveAsCharset.dtd @@ -0,0 +1,14 @@ +<!-- 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/. --> + +<!-- These strings are generic to all or most of the editor's dialogs. --> + +<!-- This button is for the progressive disclosure of additional editing functionality --> + +<!-- These strings are for use specifically in the editor's link dialog. --> +<!ENTITY windowTitle2.label "Save And Change Text Encoding"> +<!ENTITY documentTitleTitle.label "Page Title"> +<!ENTITY documentCharsetTitle2.label "Text Encoding"> +<!ENTITY documentCharsetDesc2.label "Select the text encoding you want to save a document in:"> +<!ENTITY documentExportToText.label "Export to Text"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSelectProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..e2eb20e698 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ +<!-- 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 windowTitle.label "Selection List Properties"> + +<!ENTITY Select.label "Selection List"> +<!ENTITY SelectName.label "List Name:"> +<!ENTITY SelectName.accesskey "N"> +<!ENTITY SelectSize.label "Height:"> +<!ENTITY SelectSize.accesskey "H"> +<!ENTITY SelectMultiple.label "Multiple Selection"> +<!ENTITY SelectMultiple.accesskey "M"> +<!ENTITY SelectDisabled.label "Disabled"> +<!ENTITY SelectDisabled.accesskey "D"> +<!ENTITY SelectTabIndex.label "Tab Index:"> +<!ENTITY SelectTabIndex.accesskey "I"> + +<!ENTITY OptGroup.label "Option Group"> +<!ENTITY OptGroupLabel.label "Label:"> +<!ENTITY OptGroupLabel.accesskey "L"> +<!ENTITY OptGroupDisabled.label "Disabled"> +<!ENTITY OptGroupDisabled.accesskey "D"> + +<!ENTITY Option.label "Option"> +<!ENTITY OptionText.label "Text:"> +<!ENTITY OptionText.accesskey "T"> +<!ENTITY OptionValue.label "Value:"> +<!ENTITY OptionValue.accesskey "V"> +<!ENTITY OptionSelected.label "Initially Selected"> +<!ENTITY OptionSelected.accesskey "S"> +<!ENTITY OptionDisabled.label "Disabled"> +<!ENTITY OptionDisabled.accesskey "D"> + +<!ENTITY TextHeader.label "Text"> +<!ENTITY ValueHeader.label "Value"> +<!ENTITY SelectedHeader.label "Selected"> + +<!ENTITY AddOption.label "Add Option"> +<!ENTITY AddOption.accesskey "O"> +<!ENTITY AddOptGroup.label "Add Group"> +<!ENTITY AddOptGroup.accesskey "G"> +<!ENTITY RemoveElement.label "Remove"> +<!ENTITY RemoveElement.accesskey "R"> +<!ENTITY MoveElementUp.label "Move Up"> +<!ENTITY MoveElementUp.accesskey "U"> +<!ENTITY MoveElementDown.label "Move Down"> +<!ENTITY MoveElementDown.accesskey "D"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSnapToGrid.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..cb37918eb5 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSnapToGrid.dtd @@ -0,0 +1,15 @@ +<!-- 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 "Snap to Grid"> + +<!ENTITY enableSnapToGrid.label "enable Snap to Grid"> +<!ENTITY enableSnapToGrid.accessKey "e"> + +<!ENTITY sizeEditField.label "Size:"> +<!ENTITY sizeEditField.accessKey "S"> + +<!ENTITY pixelsLabel.value "pixels"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSpellCheck.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..7d29154831 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorSpellCheck.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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Check Spelling"> + +<!ENTITY misspelledWord.label "Misspelled word:"> +<!ENTITY wordEditField.label "Replace with:"> +<!ENTITY wordEditField.accessKey "w"> +<!ENTITY checkwordButton.label "Check Word"> +<!ENTITY checkwordButton.accessKey "k"> +<!ENTITY suggestions.label "Suggestions:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "Ignore"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignore All"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Replace"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "Replace All"> +<!ENTITY replaceAllButton.accessKey "A"> +<!ENTITY stopButton.label "Stop"> +<!ENTITY stopButton.accessKey "o"> +<!ENTITY userDictionary.label "Personal Dictionary:"> +<!ENTITY moreDictionaries.label "Download more dictionaries…"> +<!ENTITY addToUserDictionaryButton.label "Add Word"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "Edit…"> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "Recheck Text"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "Close"> +<!ENTITY closeButton.accessKey "C"> +<!ENTITY sendButton.label "Send"> +<!ENTITY sendButton.accessKey "S"> +<!ENTITY languagePopup.label "Language:"> +<!ENTITY languagePopup.accessKey "L"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorTableProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..512734d7a0 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorTableProperties.dtd @@ -0,0 +1,75 @@ +<!-- 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 tableWindow.title "Table Properties"> +<!ENTITY applyButton.label "Apply"> +<!ENTITY applyButton.accesskey "A"> +<!ENTITY closeButton.label "Close"> +<!ENTITY tableTab.label "Table"> +<!ENTITY cellTab.label "Cells"> +<!ENTITY tableRows.label "Rows:"> +<!ENTITY tableRows.accessKey "R"> +<!ENTITY tableColumns.label "Columns:"> +<!ENTITY tableColumns.accessKey "C"> +<!ENTITY tableHeight.label "Height:"> +<!ENTITY tableHeight.accessKey "G"> +<!ENTITY tableWidth.label "Width:"> +<!ENTITY tableWidth.accessKey "W"> +<!ENTITY tableBorderSpacing.label "Borders and Spacing"> +<!ENTITY tableBorderWidth.label "Border:"> +<!ENTITY tableBorderWidth.accessKey "B"> +<!ENTITY tableSpacing.label "Spacing:"> +<!ENTITY tableSpacing.accessKey "S"> +<!ENTITY tablePadding.label "Padding:"> +<!ENTITY tablePadding.accessKey "P"> +<!ENTITY tablePxBetwCells.label "pixels between cells"> +<!ENTITY tablePxBetwBrdrCellContent.label "pixels between cell border and content"> +<!ENTITY tableAlignment.label "Table Alignment:"> +<!ENTITY tableAlignment.accessKey "T"> +<!ENTITY tableCaption.label "Caption:"> +<!ENTITY tableCaption.accessKey "N"> +<!ENTITY tableCaptionAbove.label "Above Table"> +<!ENTITY tableCaptionBelow.label "Below Table"> +<!ENTITY tableCaptionLeft.label "Left of Table"> +<!ENTITY tableCaptionRight.label "Right of table"> +<!ENTITY tableCaptionNone.label "None"> +<!ENTITY tableInheritColor.label "(Let page color show through)"> + +<!ENTITY cellSelection.label "Selection"> +<!ENTITY cellSelectCell.label "Cell"> +<!ENTITY cellSelectRow.label "Row"> +<!ENTITY cellSelectColumn.label "Column"> +<!ENTITY cellSelectNext.label "Next"> +<!ENTITY cellSelectNext.accessKey "N"> +<!ENTITY cellSelectPrevious.label "Previous"> +<!ENTITY cellSelectPrevious.accessKey "P"> +<!ENTITY applyBeforeChange.label "Current changes will be applied before changing the selection."> +<!ENTITY cellContentAlignment.label "Content Alignment"> +<!ENTITY cellHorizontal.label "Horizontal:"> +<!ENTITY cellHorizontal.accessKey "Z"> +<!ENTITY cellVertical.label "Vertical:"> +<!ENTITY cellVertical.accessKey "V"> +<!ENTITY cellStyle.label "Cell Style:"> +<!ENTITY cellStyle.accessKey "C"> +<!ENTITY cellNormal.label "Normal"> +<!ENTITY cellHeader.label "Header"> +<!ENTITY cellTextWrap.label "Text Wrap:"> +<!ENTITY cellTextWrap.accessKey "T"> +<!ENTITY cellWrap.label "Wrap"> +<!ENTITY cellNoWrap.label "Don't wrap"> +<!ENTITY cellAlignTop.label "Top"> +<!ENTITY cellAlignMiddle.label "Middle"> +<!ENTITY cellAlignBottom.label "Bottom"> +<!ENTITY cellAlignJustify.label "Justify"> +<!ENTITY cellInheritColor.label "(Let table color show through)"> +<!ENTITY cellUseCheckboxHelp.label "Use checkboxes to determine which properties are applied to all selected cells"> + +<!-- Used in both Table and Cell panels --> +<!ENTITY size.label "Size"> +<!ENTITY pixels.label "pixels"> +<!ENTITY backgroundColor.label "Background Color:"> +<!ENTITY backgroundColor.accessKey "B"> +<!ENTITY AlignLeft.label "Left"> +<!ENTITY AlignCenter.label "Center"> +<!ENTITY AlignRight.label "Right"> diff --git a/comm/suite/locales/en-US/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..a1e8bbd035 --- /dev/null +++ b/comm/suite/locales/en-US/chrome/editor/dialogs/EditorTextAreaProperties.dtd @@ -0,0 +1,33 @@ +<!-- 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 windowTitle.label "Text Area Properties"> + +<!ENTITY Settings.label "Settings"> + +<!ENTITY TextAreaName.label "Field Name:"> +<!ENTITY TextAreaName.accessKey "N"> +<!ENTITY TextAreaRows.label "Rows:"> +<!ENTITY TextAreaRows.accessKey "R"> +<!ENTITY TextAreaCols.label "Columns:"> +<!ENTITY TextAreaCols.accessKey "C"> +<!ENTITY TextAreaReadOnly.label "Read Only"> +<!ENTITY TextAreaReadOnly.accessKey "O"> +<!ENTITY TextAreaDisabled.label "Disabled"> +<!ENTITY TextAreaDisabled.accessKey "D"> +<!ENTITY TextAreaTabIndex.label "Tab Index:"> +<!ENTITY TextAreaTabIndex.accessKey "I"> +<!ENTITY TextAreaAccessKey.label "Access Key:"> +<!ENTITY TextAreaAccessKey.accessKey "K"> +<!ENTITY InitialText.label "Initial Text:"> +<!ENTITY InitialText.accessKey "T"> + +<!ENTITY TextAreaWrap.label "Wrap Mode:"> +<!ENTITY TextAreaWrap.accessKey "W"> +<!ENTITY WrapDefault.value "Default"> +<!ENTITY WrapOff.value "Off"> +<!ENTITY WrapHard.value "Hard"> +<!ENTITY WrapSoft.value "Soft"> +<!ENTITY WrapPhysical.value "Physical"> +<!ENTITY WrapVirtual.value "Virtual"> |