Big UI fix checkin continued - same bugs as last checkin. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@75959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
-->
|
||||
|
||||
<!ENTITY AdvancedEditButton.label "Advanced Edit...">
|
||||
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">
|
||||
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML attributes, style attributes, and JavaScript">
|
||||
<!ENTITY chooseButton.label "Choose File...">
|
||||
|
||||
@@ -36,4 +36,3 @@
|
||||
<!ENTITY backgroundImage.label "Background Image (Uncheck to edit page without image): ">
|
||||
<!ENTITY backgroundImage.tooltip "Use an image file as the background for your document">
|
||||
<!ENTITY saveImageMsg.label "Filename and location will be saved for future use.">
|
||||
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<!ENTITY windowTitle.label "Horizontal Line Properties">
|
||||
|
||||
<!ENTITY dimensionsBox.label "Dimensions">
|
||||
<!ENTITY heightEditField.label "Height">
|
||||
<!ENTITY widthEditField.label "Width">
|
||||
<!ENTITY heightEditField.label "Height:">
|
||||
<!ENTITY widthEditField.label "Width:">
|
||||
<!ENTITY pixelsPopup.value "pixels">
|
||||
<!ENTITY percentPopup.value "percent">
|
||||
<!ENTITY alignmentBox.label "Alignment">
|
||||
@@ -35,6 +35,5 @@
|
||||
<!ENTITY rightRadio.value "Right">
|
||||
|
||||
<!ENTITY threeDShading.label "3-D Shading">
|
||||
<!ENTITY saveSettings.label "Save Settings">
|
||||
<!ENTITY saveSettings.tooltip "Use these settings for all horizontal lines">
|
||||
<!ENTITY advancedButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">
|
||||
<!ENTITY saveSettings.label "Use as Default">
|
||||
<!ENTITY saveSettings.tooltip "Save these settings to use when inserting new horizontal lines">
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
<!ENTITY altTextEditField.tooltip "Type text to display in place of the image">
|
||||
|
||||
<!ENTITY MoreFewerButton.tooltip "Display more or fewer properties to edit">
|
||||
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">
|
||||
|
||||
<!-- These controls are in the Dimensions box of the expanded area -->
|
||||
<!ENTITY dimensionsBox.label "Dimensions">
|
||||
@@ -44,8 +43,8 @@
|
||||
<!ENTITY originalSizeRadio.tooltip "Revert to the image's original size">
|
||||
<!ENTITY customSizeRadio.label "Custom Size">
|
||||
<!ENTITY customSizeRadio.tooltip "Change the image's original size">
|
||||
<!ENTITY heightEditField.label "Height">
|
||||
<!ENTITY widthEditField.label "Width">
|
||||
<!ENTITY heightEditField.label "Height:">
|
||||
<!ENTITY widthEditField.label "Width:">
|
||||
<!ENTITY constrainCheckbox.label "Constrain">
|
||||
<!ENTITY constrainCheckbox.tooltip "Maintain the image's aspect ratio">
|
||||
|
||||
@@ -66,11 +65,9 @@
|
||||
<!-- These controls are in the Spacing Box of the expanded area -->
|
||||
<!ENTITY spacingBox.label "Spacing">
|
||||
<!ENTITY spacingBox.tooltip "Type a number for the amount of space around image">
|
||||
<!ENTITY leftRightEditField.label "Left and Right">
|
||||
<!ENTITY topBottomEditField.label "Top and Bottom">
|
||||
<!ENTITY borderEditField.label "Solid Border">
|
||||
|
||||
<!ENTITY AdvancedEditButton2.tooltip "Add or modify HTML elements, style attributes, and JavaScript">
|
||||
<!ENTITY leftRightEditField.label "Left and Right:">
|
||||
<!ENTITY topBottomEditField.label "Top and Bottom:">
|
||||
<!ENTITY borderEditField.label "Solid Border:">
|
||||
|
||||
<!-- These controls may be added some day; currently not used -->
|
||||
<!ENTITY leaveAtLocationCheckbox.label "Leave">
|
||||
|
||||
@@ -22,18 +22,13 @@
|
||||
|
||||
|
||||
<!-- Window title -->
|
||||
<!ENTITY windowTitle.label "Insert Characters">
|
||||
<!ENTITY closeButton.label "Close">
|
||||
<!ENTITY category.label "Category:">
|
||||
<!ENTITY windowTitle.label "Insert Character">
|
||||
<!ENTITY category.label "Category">
|
||||
<!ENTITY letter.label "Letter:">
|
||||
<!ENTITY character.label "Character:">
|
||||
<!ENTITY insertHangul.label "Korean">
|
||||
<!ENTITY insertLatin.label "Latin">
|
||||
<!ENTITY insert.label "Insert">
|
||||
<!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 symbols.label "Symbols">
|
||||
<!ENTITY nonModalMsg.label "You may leave this dialog open and return to editing the page.">
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
<!-- Window title -->
|
||||
<!ENTITY windowTitle.label "Insert Table">
|
||||
|
||||
<!ENTITY numRowsEditField.label "Number of rows:">
|
||||
<!ENTITY numColumnsEditField.label "Number of columns:">
|
||||
<!ENTITY size.label "Size">
|
||||
<!ENTITY numRowsEditField.label "Rows:">
|
||||
<!ENTITY numColumnsEditField.label "Columns:">
|
||||
<!ENTITY widthEditField.label "Table width:">
|
||||
<!ENTITY heightEditField.label "Table height:">
|
||||
<!ENTITY heightEditField.tooltip "Type a number, then choose pixels or a percentage of the window">
|
||||
<!ENTITY heightEditField.tooltip "Type a number, then choose pixels or a percentage of the window or parent cell">
|
||||
<!ENTITY borderEditField.label "Border:">
|
||||
<!ENTITY borderEditField.tooltip "Type a number for the table's border, or type zero (0) for no border">
|
||||
<!ENTITY pixels.label "pixels">
|
||||
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">
|
||||
|
||||
@@ -20,22 +20,8 @@
|
||||
- Contributor(s):
|
||||
-->
|
||||
|
||||
<!-- These strings are generic to all or most of the editor's dialogs. -->
|
||||
|
||||
<!-- This button is for the progressive disclosure of additional editing functionality -->
|
||||
<!ENTITY MoreButton.label "More">
|
||||
<!ENTITY FewerButton.label "Fewer">
|
||||
|
||||
|
||||
<!-- These strings are for use specifically in the editor's link dialog. -->
|
||||
<!ENTITY windowTitle.label "Link Properties">
|
||||
|
||||
<!-- These are in the link source box. -->
|
||||
<!ENTITY LinkTitle.label "Link text:">
|
||||
<!ENTITY LinkImage.label "Link text:">
|
||||
|
||||
<!-- These controls are in the Dimensions box of the advanced area -->
|
||||
<!ENTITY LinkURLBox.label "Link to:">
|
||||
<!ENTITY LinkURLBox.label "Link Location">
|
||||
<!ENTITY LinkURLEditField.label "Enter a web page location or local file:">
|
||||
<!ENTITY RemoveLinkButton.label "Remove Link">
|
||||
<!ENTITY NamedAnchorMsg.label "or select a Named Anchor:">
|
||||
|
||||
@@ -28,8 +28,4 @@
|
||||
<!ENTITY authorInput.label "Author:">
|
||||
<!ENTITY descriptionInput.label "Description:">
|
||||
<!ENTITY locationNewPage.label "[New page, not saved yet]">
|
||||
<!-- LOCALIZATION NOTE (headSection.label): Don't translate "<HEAD>" it is the HTML tagname -->
|
||||
<!ENTITY headSection.label "Enter html source for elements and attributes to insert under the <HEAD> tag:">
|
||||
<!ENTITY example.label "Example: ">
|
||||
<!-- LOCALIZATION NOTE (example.value): DONT_TRANSLATE -->
|
||||
<!ENTITY example.value "<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-5">">
|
||||
<!ENTITY EditHEADSource.label "Advanced users:<html:br/>To edit contents of the <head> region, use "HTML Source" in the View Menu or Edit Toolbar.">
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
<!-- Window title -->
|
||||
<!ENTITY windowTitle.label "Check Spelling">
|
||||
|
||||
<!ENTITY wordEditField.label "Replace with:">
|
||||
<!ENTITY misspelledWord.label "Misspelled word:">
|
||||
<!ENTITY wordEditField.label "Change to:">
|
||||
<!ENTITY checkwordButton.label "Check Word">
|
||||
<!ENTITY suggestions.label "Suggestions:">
|
||||
|
||||
@@ -34,7 +35,7 @@
|
||||
|
||||
<!ENTITY userDictionary.label "User Dictionary:">
|
||||
<!ENTITY addToUserDictionaryButton.label "Add Word">
|
||||
<!ENTITY editUserDictionaryButton.label "Edit">
|
||||
<!ENTITY editUserDictionaryButton.label "Edit...">
|
||||
<!ENTITY recheckButton.label "Recheck">
|
||||
<!ENTITY closeButton.label "Close">
|
||||
<!ENTITY languagePopup.label "Language:">
|
||||
|
||||
@@ -78,11 +78,7 @@
|
||||
<!ENTITY defaultColor.label "Don't specify color">
|
||||
<!ENTITY size.label "Size">
|
||||
<!ENTITY pixels.label "pixels">
|
||||
<!ENTITY background.label "Background">
|
||||
<!ENTITY color.label "Color:">
|
||||
<!ENTITY image.label "Image:">
|
||||
<!ENTITY LeaveImageAtLocation.label "Leave image at original location">
|
||||
<!ENTITY ChooseImage.label "Choose Image...">
|
||||
<!ENTITY backgroundColor.label "Background Color:">
|
||||
<!ENTITY AlignLeft.label "Left">
|
||||
<!ENTITY AlignCenter.label "Center">
|
||||
<!ENTITY AlignRight.label "Right">
|
||||
|
||||
Reference in New Issue
Block a user