Bug 131672, many editor property dialogs have no access keys. Patch by neil@parkwaycc.co.uk, r=cmankse, sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@119494 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
02be840658
commit
752e7c3817
@ -10,6 +10,7 @@ Yes=Yes
|
||||
No=No
|
||||
Cancel=Cancel
|
||||
Insert=Insert
|
||||
InsertAccessKey=I
|
||||
Save=Save
|
||||
DontSave=Don't Save
|
||||
More=More
|
||||
@ -82,6 +83,7 @@ LinkImage=Link Image
|
||||
MixedSelection=[Mixed selection]
|
||||
Mixed=(mixed)
|
||||
EnterLinkText=Enter text to display for the link:
|
||||
EnterLinkTextAccessKey=T
|
||||
EmptyLinkTextError=Please enter some text for this link.
|
||||
EditTextWarning=This will replace existing content.
|
||||
#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max%
|
||||
@ -200,6 +202,7 @@ NoAltText=If the image is relevant to the content of the document, you must supp
|
||||
SaveImageAs=Save Image (%NAME%)...
|
||||
NoSeparatorCharacter=Please enter a single character to use for separating into columns
|
||||
Apply=Apply
|
||||
ApplyAccessKey=A
|
||||
#
|
||||
# LOCALIZATION NOTE please do not translate %brand%, it will be used programmatically
|
||||
# download spelling dictionaries confirmation dialog
|
||||
|
||||
@ -43,10 +43,10 @@
|
||||
<spacer id="location" offsetY="50" persist="offsetX offsetY"/>
|
||||
|
||||
<hbox id="TableOrCellGroup" align="center" collapsed="true">
|
||||
<label value="&background.label;"/>
|
||||
<label control="CellOrTableGroup" value="&background.label;" accesskey="&background.accessKey;"/>
|
||||
<radiogroup id="CellOrTableGroup" orient="horizontal">
|
||||
<radio id="TableRadio" label="&table.label;"/>
|
||||
<radio id="CellRadio" label="&cell.label;"/>
|
||||
<radio id="TableRadio" label="&table.label;" accesskey="&table.accessKey;"/>
|
||||
<radio id="CellRadio" label="&cell.label;" accesskey="&cell.accessKey;"/>
|
||||
</radiogroup>
|
||||
</hbox>
|
||||
<colorpicker id="ColorPicker" palettename="standard"
|
||||
@ -68,17 +68,17 @@
|
||||
<spacer id="LastPickedColor"
|
||||
LastTextColor="" LastBackgroundColor=""
|
||||
persist="LastTextColor LastBackgroundColor"/>
|
||||
<label value="&lastPickedColor.label;" flex="1" style="text-align: center;"/>
|
||||
<label value="&lastPickedColor.label;" accesskey="&lastPickedColor.accessKey;" flex="1" style="text-align: center;"/>
|
||||
</button>
|
||||
<label value="&setColor1.label;"/>
|
||||
<label value="&setColor2.label;"/>
|
||||
<label value="&setColor2.label;" accesskey="&setColor2.accessKey;" control="ColorInput"/>
|
||||
<label value="&setColorExample.label;"/>
|
||||
<hbox align="center" flex="1=">
|
||||
<textbox id="ColorInput" style="width: 8em" oninput="SetColorSwatch(); SetDefaultToOk();"/>
|
||||
<spacer flex="1"/>
|
||||
<spacer id="ColorPickerSwatch"/>
|
||||
<spacer flex="1"/>
|
||||
<button id="DefaultColorButton" label="&default.label;"
|
||||
<button id="DefaultColorButton" label="&default.label;" accesskey="&default.accessKey;"
|
||||
style="margin-right:0px;" oncommand="RemoveColor()"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
@ -49,8 +49,10 @@
|
||||
<caption label="&pageColors.label;"/>
|
||||
<radiogroup id="PageColorGroup">
|
||||
<radio id="DefaultColorsRadio" label="&defaultColorsRadio.label;" oncommand="UseDefaultColors()"
|
||||
accesskey="&defaultColorsRadio.accessKey;"
|
||||
tooltiptext="&defaultColorsRadio.tooltip;" />
|
||||
<radio id="CustomColorsRadio" label="&customColorsRadio.label;" oncommand="UseCustomColors()"
|
||||
accesskey="&customColorsRadio.accessKey;"
|
||||
tooltiptext="&customColorsRadio.tooltip;" />
|
||||
</radiogroup>
|
||||
<hbox class="big-left-margin">
|
||||
@ -58,31 +60,41 @@
|
||||
<columns><column/><column/></columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label id="Text" value="&normalText.label;&colon.character;" />
|
||||
<label id="Text" control="TextButton"
|
||||
value="&normalText.label;&colon.character;"
|
||||
accesskey="&normalText.accessKey;"/>
|
||||
<button id="TextButton" class="color-button" oncommand="GetColorAndUpdate('textCW');">
|
||||
<spacer id="textCW" class="color-well"/>
|
||||
</button>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label id="Link" value="&linkText.label;&colon.character;" />
|
||||
<label id="Link" control="LinkButton"
|
||||
value="&linkText.label;&colon.character;"
|
||||
accesskey="&linkText.accessKey;"/>
|
||||
<button id="LinkButton" class="color-button" oncommand="GetColorAndUpdate('linkCW');">
|
||||
<spacer id="linkCW" class="color-well"/>
|
||||
</button>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label id="Active" value="&activeLinkText.label;&colon.character;" />
|
||||
<label id="Active" control="ActiveLinkButton"
|
||||
value="&activeLinkText.label;&colon.character;"
|
||||
accesskey="&activeLinkText.accessKey;"/>
|
||||
<button id="ActiveLinkButton" class="color-button" oncommand="GetColorAndUpdate('activeCW');">
|
||||
<spacer id="activeCW" class="color-well"/>
|
||||
</button>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label id="Visited" value ="&visitedLinkText.label;&colon.character;" />
|
||||
<label id="Visited" control="VisitedLinkButton"
|
||||
value="&visitedLinkText.label;&colon.character;"
|
||||
accesskey="&visitedLinkText.accessKey;"/>
|
||||
<button id="VisitedLinkButton" class="color-button" oncommand="GetColorAndUpdate('visitedCW');">
|
||||
<spacer id="visitedCW" class="color-well"/>
|
||||
</button>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label id="Background" value="&background.label;" />
|
||||
<label id="Background" control="BackgroundButton"
|
||||
value="&background.label;"
|
||||
accesskey="&background.accessKey;"/>
|
||||
<button id="BackgroundButton" class="color-button" oncommand="GetColorAndUpdate('backgroundCW');">
|
||||
<spacer id="backgroundCW" class="color-well"/>
|
||||
</button>
|
||||
@ -105,7 +117,9 @@
|
||||
<spacer class="spacer"/>
|
||||
</groupbox>
|
||||
<spacer class="spacer"/>
|
||||
<label value="&backgroundImage.label;"/>
|
||||
<label control="BackgroundImageInput"
|
||||
value="&backgroundImage.label;"
|
||||
accesskey="&backgroundImage.accessKey;"/>
|
||||
<textbox id="BackgroundImageInput" oninput="ChangeBackgroundImage()"
|
||||
tooltiptext="&backgroundImage.tooltip;" flex="1"/>
|
||||
<hbox align="center">
|
||||
|
||||
@ -27,12 +27,12 @@
|
||||
<overlay id="EdDialogOverlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<vbox id="AdvancedEdit" flex="1">
|
||||
<vbox id="AdvancedEdit">
|
||||
<hbox flex="1" style="margin-top: 0.2em" align="center">
|
||||
<!-- This will right-align the button -->
|
||||
<spacer flex="1"/>
|
||||
<button id="AdvancedEditButton1" oncommand="onAdvancedEdit()" label="&AdvancedEditButton.label;"
|
||||
tooltiptext="&AdvancedEditButton.tooltip;"/>
|
||||
accesskey="&AdvancedEditButton.accessKey;" tooltiptext="&AdvancedEditButton.tooltip;"/>
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
</vbox>
|
||||
@ -45,39 +45,32 @@
|
||||
id = "AdvancedEditButton"
|
||||
oncommand = "onAdvancedEdit();"
|
||||
label = "&AdvancedEditButton.label;"
|
||||
accesskey = "&AdvancedEditButton.accessKey;"
|
||||
tooltiptext="&AdvancedEditButton.tooltip;"/>
|
||||
|
||||
<button
|
||||
id = "AdvancedEditButton2"
|
||||
oncommand = "onAdvancedEdit()"
|
||||
label = "&AdvancedEditButton.label;"
|
||||
accesskey = "&AdvancedEditButton.accessKey;"
|
||||
tooltiptext="&AdvancedEditButton.tooltip;"/>
|
||||
|
||||
<button
|
||||
id = "ChooseFile"
|
||||
oncommand = "chooseFile()"
|
||||
label = "&chooseButton.label;"/>
|
||||
|
||||
<button
|
||||
id = "ChooseLink"
|
||||
oncommand = "chooseLink();"
|
||||
label = "&chooseButton.label;"/>
|
||||
label = "&chooseButton.label;"
|
||||
accesskey = "&chooseFile.accessKey;"/>
|
||||
|
||||
<checkbox
|
||||
id = "MakeRelativeCheckbox"
|
||||
label = "&makeUrlRelative.label;"
|
||||
oncommand = "MakeInputValueRelativeOrAbsolute(this);"
|
||||
tooltiptext = "&makeUrlRelative.tooltip;"/>
|
||||
|
||||
<checkbox
|
||||
id = "MakeRelativeLink"
|
||||
label = "&makeUrlRelative.label;"
|
||||
accesskey = "&makeUrlRelative.accessKey;"
|
||||
oncommand = "MakeInputValueRelativeOrAbsolute(this);"
|
||||
tooltiptext = "&makeUrlRelative.tooltip;"/>
|
||||
|
||||
<vbox id="LinkLocationBox">
|
||||
<description width="1">&LinkURLEditField.label;</description>
|
||||
<menulist editable="true" class="minWidth20em" id="hrefInput" oninput="ChangeLinkLocation();">
|
||||
<label control="hrefInput" accesskey="&LinkURLEditField.accessKey;" width="1">&LinkURLEditField.label;</label>
|
||||
<menulist editable="true" id="hrefInput" oninput="ChangeLinkLocation();">
|
||||
<menupopup/>
|
||||
</menulist>
|
||||
<hbox align="center">
|
||||
@ -85,10 +78,11 @@
|
||||
<checkbox id="MakeRelativeLink"
|
||||
for="hrefInput"
|
||||
label="&makeUrlRelative.label;"
|
||||
accesskey="&makeUrlRelative.accessKey;"
|
||||
oncommand="MakeInputValueRelativeOrAbsolute(this);"
|
||||
tooltiptext="&makeUrlRelative.tooltip;"/>
|
||||
<spacer flex="1"/>
|
||||
<button label="&chooseButton.label;" oncommand="chooseLinkFile();"/>
|
||||
<button label="&chooseButton.label;" accesskey="&chooseFile.accessKey;" oncommand="chooseLinkFile();"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
|
||||
@ -50,31 +50,36 @@
|
||||
<columns><column/><column/><column /></columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label value="&widthEditField.label;" />
|
||||
<label control="width"
|
||||
value="&widthEditField.label;"
|
||||
accesskey="&widthEditField.accessKey;"/>
|
||||
<textbox class="narrow" id="width" flex="1" oninput="forceInteger('width')"/>
|
||||
<menulist id="pixelOrPercentMenulist" />
|
||||
<!-- menupopup and menuitems added by JS -->
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&heightEditField.label;" />
|
||||
<label control="height"
|
||||
value="&heightEditField.label;"
|
||||
accesskey="&heightEditField.accessKey;"/>
|
||||
<textbox class="narrow" id="height" oninput="forceInteger('height')"/>
|
||||
<label value="&pixelsPopup.value;" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<checkbox id="3dShading" label="&threeDShading.label;" />
|
||||
<checkbox id="3dShading" label="&threeDShading.label;" accesskey="&threeDShading.accessKey;"/>
|
||||
</groupbox>
|
||||
<groupbox><caption label="&alignmentBox.label;"/>
|
||||
<radiogroup id="alignmentGroup" orient="horizontal">
|
||||
<spacer class="spacer"/>
|
||||
<radio id="leftAlign" label="&leftRadio.value;" />
|
||||
<radio id="centerAlign" label="¢erRadio.value;" />
|
||||
<radio id="rightAlign" label="&rightRadio.value;" />
|
||||
<radio id="leftAlign" label="&leftRadio.value;" accesskey="&leftRadio.accessKey;"/>
|
||||
<radio id="centerAlign" label="¢erRadio.value;" accesskey="¢erRadio.accessKey;"/>
|
||||
<radio id="rightAlign" label="&rightRadio.value;" accesskey="&rightRadio.accessKey;"/>
|
||||
</radiogroup>
|
||||
</groupbox>
|
||||
<spacer class="spacer"/>
|
||||
<hbox>
|
||||
<button id="SaveDefault" label="&saveSettings.label;"
|
||||
accesskey="&saveSettings.accessKey;"
|
||||
oncommand="onSaveDefault()"
|
||||
tooltiptext="&saveSettings.tooltip;" />
|
||||
<spacer flex="1"/>
|
||||
|
||||
@ -40,6 +40,7 @@
|
||||
<spacer class="spacer"/>
|
||||
<label control = "srcInput"
|
||||
value = "&locationEditField.label;"
|
||||
accesskey="&locationEditField.accessKey;"
|
||||
tooltiptext="&locationEditField.tooltip;"
|
||||
/>
|
||||
<textbox id="srcInput" oninput="ChangeImageSrc();"/>
|
||||
@ -56,20 +57,22 @@
|
||||
<hbox align="center">
|
||||
<radio id = "altTextRadio"
|
||||
label = "&altText.label;"
|
||||
accesskey = "&altText.accessKey;"
|
||||
oncommand = "SetAltTextDisabled(false);"/>
|
||||
<textbox flex="1"
|
||||
id = "altTextInput"
|
||||
style = "min-width : 20em"
|
||||
tooltip = "aTooltip" tooltiptext="&altTextEditField.tooltip;"
|
||||
tooltiptext="&altTextEditField.tooltip;"
|
||||
oninput = "SetAltTextDisabled(false);"/>
|
||||
</hbox>
|
||||
<radio id = "noAltTextRadio"
|
||||
label = "&noAltText.label;"
|
||||
accesskey = "&noAltText.accessKey;"
|
||||
oncommand = "SetAltTextDisabled(true);"/>
|
||||
</radiogroup>
|
||||
</vbox>
|
||||
|
||||
<groupbox id="imagePreview" orient="horizontal">
|
||||
<groupbox id="imagePreview" orient="horizontal" flex="1">
|
||||
<caption label="&previewBox.label;"/>
|
||||
<hbox id="preview-image-box" align="center">
|
||||
<spacer flex="1"/>
|
||||
@ -100,18 +103,21 @@
|
||||
<radio
|
||||
id = "actualSizeRadio"
|
||||
label = "&actualSizeRadio.label;"
|
||||
tooltip = "aTooltip" tooltiptext="&actualSizeRadio.tooltip;"
|
||||
accesskey = "&actualSizeRadio.accessKey;"
|
||||
tooltiptext="&actualSizeRadio.tooltip;"
|
||||
oncommand = "SetActualSize()"/>
|
||||
<radio
|
||||
id = "customSizeRadio"
|
||||
label = "&customSizeRadio.label;"
|
||||
tooltip = "aTooltip" tooltiptext="&customSizeRadio.tooltip;"
|
||||
accesskey = "&customSizeRadio.accessKey;"
|
||||
tooltiptext="&customSizeRadio.tooltip;"
|
||||
oncommand = "doDimensionEnabling();" />
|
||||
</radiogroup>
|
||||
<spacer flex="1"/>
|
||||
<vbox>
|
||||
<spacer flex="1"/>
|
||||
<checkbox id="constrainCheckbox" label="&constrainCheckbox.label;"
|
||||
accesskey="&constrainCheckbox.accessKey;"
|
||||
oncommand="ToggleConstrain()"
|
||||
tooltiptext="&constrainCheckbox.tooltip;"/>
|
||||
</vbox>
|
||||
@ -124,6 +130,7 @@
|
||||
<row align="center">
|
||||
<label id = "widthLabel"
|
||||
control = "widthInput"
|
||||
accesskey = "&widthEditField.accessKey;"
|
||||
value = "&widthEditField.label;" />
|
||||
<textbox
|
||||
id = "widthInput"
|
||||
@ -136,6 +143,7 @@
|
||||
<row align="center">
|
||||
<label id = "heightLabel"
|
||||
control = "heightInput"
|
||||
accesskey = "&heightEditField.accessKey;"
|
||||
value = "&heightEditField.label;" />
|
||||
<textbox
|
||||
id = "heightInput"
|
||||
@ -160,6 +168,8 @@
|
||||
<label
|
||||
class = "align-right"
|
||||
id = "leftrightLabel"
|
||||
control = "imageleftrightInput"
|
||||
accesskey = "&leftRightEditField.accessKey;"
|
||||
value = "&leftRightEditField.label;"/>
|
||||
<textbox
|
||||
class = "narrow"
|
||||
@ -174,6 +184,8 @@
|
||||
<label
|
||||
class = "align-right"
|
||||
id = "topbottomLabel"
|
||||
control = "imagetopbottomInput"
|
||||
accesskey = "&topBottomEditField.accessKey;"
|
||||
value = "&topBottomEditField.label;"/>
|
||||
<textbox
|
||||
class = "narrow"
|
||||
@ -187,6 +199,8 @@
|
||||
<row align="center">
|
||||
<label class = "align-right"
|
||||
id = "borderLabel"
|
||||
control = "border"
|
||||
accesskey = "&borderEditField.accessKey;"
|
||||
value = "&borderEditField.label;"/>
|
||||
<textbox
|
||||
class = "narrow"
|
||||
@ -230,6 +244,7 @@
|
||||
<button
|
||||
id = "removeImageMap"
|
||||
oncommand = "removeImageMap()"
|
||||
accesskey = "&removeImageMapButton.accessKey;"
|
||||
label = "&removeImageMapButton.label;"
|
||||
flex = "1"/>
|
||||
<spacer flex="1"/><!-- remove when we restore Image Map Editor -->
|
||||
|
||||
@ -69,7 +69,10 @@
|
||||
<spacer class="spacer"/>
|
||||
<vbox id="LinkLocationBox"/>
|
||||
<spacer class="spacer"/>
|
||||
<checkbox id="showLinkBorder" label="&showImageLinkBorder.label;" oncommand="ToggleShowLinkBorder();"/>
|
||||
<checkbox id="showLinkBorder"
|
||||
label="&showImageLinkBorder.label;"
|
||||
accesskey="&showImageLinkBorder.accessKey;"
|
||||
oncommand="ToggleShowLinkBorder();"/>
|
||||
</vbox>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
|
||||
@ -50,6 +50,7 @@ function Startup()
|
||||
{
|
||||
okButton.removeAttribute("default");
|
||||
okButton.setAttribute("label",GetString("Insert"));
|
||||
okButton.setAttribute("accesskey",GetString("InsertAccessKey"));
|
||||
}
|
||||
// Create dialog object to store controls for easy access
|
||||
srcInput = document.getElementById("srcInput");
|
||||
|
||||
@ -45,7 +45,10 @@ function Startup()
|
||||
// Change button text: "Ok" to "Insert"; "Cancel" to "Close"
|
||||
var insertButton = document.documentElement.getButton("accept");
|
||||
if (insertButton)
|
||||
{
|
||||
insertButton.setAttribute("label", GetString("Insert"));
|
||||
insertButton.setAttribute("accesskey", GetString("InsertAccessKey"));
|
||||
}
|
||||
|
||||
var cancelButton = document.getElementById("insertCharsDlg").getButton("cancel");
|
||||
if (cancelButton)
|
||||
|
||||
@ -59,11 +59,11 @@
|
||||
<hbox>
|
||||
<vbox flex="1">
|
||||
<!-- value is set in JS from editor.properties strings -->
|
||||
<label id="LatinL_Label" value="&letter.label;"/>
|
||||
<label id="LatinL_Label" control="LatinL" value="&letter.label;" accesskey="&letter.accessKey;"/>
|
||||
<menulist class="larger" flex="1" id="LatinL" oncommand="SelectLatinLetter()"/>
|
||||
</vbox>
|
||||
<vbox flex="1">
|
||||
<label id="LatinM_Label" value="&character.label;"/>
|
||||
<label id="LatinM_Label" control="LatinM" value="&character.label;" accesskey="&character.accessKey;"/>
|
||||
<menulist class="larger" flex="1" id="LatinM" oncommand="SelectLatinModifier()"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
@ -55,17 +55,23 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label class="align-right" value="&numRowsEditField.label;" />
|
||||
<label control="rowsInput" class="align-right"
|
||||
value="&numRowsEditField.label;"
|
||||
accesskey="&numRowsEditField.accessKey;"/>
|
||||
<textbox class="narrow" id="rowsInput" oninput="ChangeRowOrColumn(this.id)" />
|
||||
<spacer/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label class="align-right" value="&numColumnsEditField.label;" />
|
||||
<label control="columnsInput" class="align-right"
|
||||
value="&numColumnsEditField.label;"
|
||||
accesskey="&numColumnsEditField.accessKey;"/>
|
||||
<textbox class="narrow" id="columnsInput" oninput="ChangeRowOrColumn(this.id)" />
|
||||
<spacer/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label class="align-right" value="&widthEditField.label;" />
|
||||
<label control="widthInput" class="align-right"
|
||||
value="&widthEditField.label;"
|
||||
accesskey="&widthEditField.accessKey;"/>
|
||||
<textbox class="narrow" id="widthInput" oninput="forceInteger(this.id)" />
|
||||
<menulist id="widthPixelOrPercentMenulist" flex="1"/>
|
||||
<!-- child elements are appended by JS -->
|
||||
@ -76,7 +82,9 @@
|
||||
</groupbox>
|
||||
<spacer class="spacer"/>
|
||||
<hbox align="center">
|
||||
<label class="align-right" value="&borderEditField.label;"
|
||||
<label control="borderInput" class="align-right"
|
||||
value="&borderEditField.label;"
|
||||
accesskey="&borderEditField.accessKey;"
|
||||
tooltiptext="&borderEditField.tooltip;" />
|
||||
<textbox class="narrow" id="borderInput" oninput="forceInteger(this.id)" />
|
||||
<label value="&pixels.label;"/>
|
||||
|
||||
@ -141,6 +141,7 @@ function Startup()
|
||||
|
||||
// Message above input field:
|
||||
gDialog.linkTextMessage.setAttribute("value", GetString("EnterLinkText"));
|
||||
gDialog.linkTextMessage.setAttribute("accesskey", GetString("EnterLinkTextAccessKey"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
<vbox style="min-width: 20em">
|
||||
<groupbox><caption id="linkTextCaption"/>
|
||||
<vbox>
|
||||
<label id="linkTextMessage"/>
|
||||
<label id="linkTextMessage" control="linkTextInput"/>
|
||||
<textbox id="linkTextInput"/>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
@ -62,15 +62,16 @@
|
||||
<menulist class="MinWidth10em" id="BulletStyle" oncommand="SelectBulletStyle()"/>
|
||||
<spacer class="spacer"/>
|
||||
<hbox>
|
||||
<label id="StartingNumberLabel" value="&startingNumber.label;"/>
|
||||
<label id="StartingNumberLabel" control="StartingNumber"
|
||||
value="&startingNumber.label;" accesskey="&startingNumber.accessKey;"/>
|
||||
<textbox class="narrow" id="StartingNumber" oninput="forceInteger(this.id)"/>
|
||||
<spacer/>
|
||||
</hbox>
|
||||
<description id="StartExample" class="wrap" flex="1" style="width: 1em">&startingHelp.label;</description>
|
||||
</groupbox>
|
||||
<radiogroup id="RadioGroup" index="0" persist="index">
|
||||
<radio id="ChangeAll" label="&changeEntireListRadio.label;"/>
|
||||
<radio id="ChangeSelected" label="&changeSelectedRadio.label;"/>
|
||||
<radio id="ChangeAll" label="&changeEntireListRadio.label;" accesskey="&changeEntireListRadio.accessKey;"/>
|
||||
<radio id="ChangeSelected" label="&changeSelectedRadio.label;" accesskey="&changeSelectedRadio.accessKey;"/>
|
||||
</radiogroup>
|
||||
<!-- from EdDialogOverlay -->
|
||||
<vbox id="AdvancedEdit"/>
|
||||
|
||||
@ -46,7 +46,9 @@
|
||||
|
||||
<spacer id="location" offsetY="50" persist="offsetX offsetY"/>
|
||||
|
||||
<label control="nameInput" value="&anchorNameEditField.label;"/>
|
||||
<label control="nameInput"
|
||||
value="&anchorNameEditField.label;"
|
||||
accesskey="&anchorNameEditField.accessKey;"/>
|
||||
<textbox class="MinWidth20em" id="nameInput" oninput="ChangeName()"
|
||||
tooltiptext="&nameInput.tooltip;"/>
|
||||
<spacer class="spacer"/>
|
||||
|
||||
@ -55,15 +55,15 @@
|
||||
</row>
|
||||
<spacer class="spacer"/>
|
||||
<row align="center">
|
||||
<label value="&titleInput.label;"/>
|
||||
<label value="&titleInput.label;" accesskey="&titleInput.accessKey;" control="TitleInput"/>
|
||||
<textbox class="MinWidth20em" id="TitleInput" oninput="TextboxChanged(this.id)"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&authorInput.label;"/>
|
||||
<label value="&authorInput.label;" accesskey="&authorInput.accessKey;" control="AuthorInput"/>
|
||||
<textbox class="MinWidth20em" id="AuthorInput" oninput="TextboxChanged(this.id)"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&descriptionInput.label;"/>
|
||||
<label value="&descriptionInput.label;" accesskey="&descriptionInput.accessKey;" control="DescriptionInput"/>
|
||||
<textbox class="MinWidth20em" id="DescriptionInput" oninput="TextboxChanged(this.id)"/>
|
||||
</row>
|
||||
</rows>
|
||||
|
||||
@ -271,6 +271,7 @@ function InitDialog()
|
||||
if (applyButton)
|
||||
{
|
||||
applyButton.label = GetString("Apply");
|
||||
applyButton.setAttribute("accesskey", GetString("ApplyAccessKey"));
|
||||
applyButton.removeAttribute("collapsed");
|
||||
}
|
||||
|
||||
|
||||
@ -60,18 +60,19 @@
|
||||
<columns><column/><column/><column/><column/><column/></columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label value="&tableRows.label;"/>
|
||||
<label value="&tableRows.label;" accesskey="&tableRows.accessKey;" control="TableRowsInput"/>
|
||||
<textbox class="narrow" id="TableRowsInput" oninput="forceInteger(this.id);"/>
|
||||
<spring class="bigspacer"/>
|
||||
<label value="&tableHeight.label;" id="TableHeightLabel"/>
|
||||
<label value="&tableHeight.label;" accesskey="&tableHeight.accessKey;"
|
||||
id="TableHeightLabel" control="TableHeightInput"/>
|
||||
<textbox class="narrow" id="TableHeightInput" oninput="forceInteger(this.id);"/>
|
||||
<menulist id="TableHeightUnits"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&tableColumns.label;"/>
|
||||
<label value="&tableColumns.label;" accesskey="&tableColumns.accessKey;" control="TableColumnsInput"/>
|
||||
<textbox class="narrow" id="TableColumnsInput" oninput="forceInteger(this.id);"/>
|
||||
<spring class="bigspacer"/>
|
||||
<label value="&tableWidth.label;"/>
|
||||
<label value="&tableWidth.label;" accesskey="&tableWidth.accessKey;" control="TableWidthInput"/>
|
||||
<textbox class="narrow" id="TableWidthInput" oninput="forceInteger(this.id);"/>
|
||||
<menulist id="TableWidthUnits"/>
|
||||
</row>
|
||||
@ -84,17 +85,23 @@
|
||||
<columns><column/><column/><column/></columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<label value="&tableBorderWidth.label;"/>
|
||||
<label control="BorderWidthInput"
|
||||
value="&tableBorderWidth.label;"
|
||||
accesskey="&tableBorderWidth.accessKey;"/>
|
||||
<textbox class="narrow" id="BorderWidthInput" oninput="forceInteger(this.id);"/>
|
||||
<label align="left" value="&pixels.label;"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&tableSpacing.label;"/>
|
||||
<label control="SpacingInput"
|
||||
value="&tableSpacing.label;"
|
||||
accesskey="&tableSpacing.accessKey;"/>
|
||||
<textbox class="narrow" id="SpacingInput" oninput="forceInteger(this.id);"/>
|
||||
<label value="&tablePxBetwCells.label;"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label value="&tablePadding.label;"/>
|
||||
<label control="PaddingInput"
|
||||
value="&tablePadding.label;"
|
||||
accesskey="&tablePadding.accessKey;"/>
|
||||
<textbox class="narrow" id="PaddingInput" oninput="forceInteger(this.id);"/>
|
||||
<label value="&tablePxBetwBrdrCellContent.label;"/>
|
||||
</row>
|
||||
@ -103,7 +110,9 @@
|
||||
</groupbox>
|
||||
<!-- Table Alignment and Caption -->
|
||||
<hbox flex="1" align="center">
|
||||
<label value="&tableAlignment.label;"/>
|
||||
<label control="TableAlignList"
|
||||
value="&tableAlignment.label;"
|
||||
accesskey="&tableAlignment.accessKey;"/>
|
||||
<menulist id="TableAlignList">
|
||||
<menupopup>
|
||||
<menuitem label="&AlignLeft.label;" value="left"/>
|
||||
@ -112,7 +121,9 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
<spacer class="spacer"/>
|
||||
<label value="&tableCaption.label;"/>
|
||||
<label control="TableCaptionList"
|
||||
value="&tableCaption.label;"
|
||||
accesskey="&tableCaption.accessKey;"/>
|
||||
<menulist id="TableCaptionList">
|
||||
<menupopup>
|
||||
<menuitem label="&tableCaptionNone.label;" value=""/>
|
||||
@ -124,7 +135,7 @@
|
||||
<separator class="groove"/>
|
||||
<hbox align="center">
|
||||
<label value="&backgroundColor.label;"/>
|
||||
<button class="color-button" oncommand="GetColorAndUpdate('tableBackgroundCW');">
|
||||
<button id="tableBackground" class="color-button" oncommand="GetColorAndUpdate('tableBackgroundCW');">
|
||||
<spacer id="tableBackgroundCW" class="color-well"/>
|
||||
</button>
|
||||
<spacer class="spacer"/>
|
||||
@ -153,8 +164,8 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
<hbox flex="1">
|
||||
<button id="PreviousButton" label="&cellSelectPrevious.label;" oncommand="MoveSelection(0)" flex="1"/>
|
||||
<button id="NextButton" class="align-right" label="&cellSelectNext.label;" oncommand="MoveSelection(1)" flex="1"/>
|
||||
<button id="PreviousButton" label="&cellSelectPrevious.label;" accesskey="&cellSelectPrevious.accessKey;" oncommand="MoveSelection(0)" flex="1"/>
|
||||
<button id="NextButton" class="align-right" label="&cellSelectNext.label;" accesskey="&cellSelectNext.accessKey;" oncommand="MoveSelection(1)" flex="1"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<spacer class="bigspacer"/>
|
||||
@ -170,13 +181,13 @@
|
||||
<columns><column/><column/><column flex="1"/></columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<checkbox id="CellHeightCheckbox" label="&tableHeight.label;"/>
|
||||
<checkbox id="CellHeightCheckbox" label="&tableHeight.label;" accesskey="&tableHeight.accessKey;"/>
|
||||
<textbox class="narrow" id="CellHeightInput"
|
||||
oninput="ChangeIntTextbox(this.id,'CellHeightCheckbox');"/>
|
||||
<menulist id="CellHeightUnits" oncommand="SetCheckbox('CellHeightCheckbox');"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<checkbox id="CellWidthCheckbox" label="&tableWidth.label;"/>
|
||||
<checkbox id="CellWidthCheckbox" label="&tableWidth.label;" accesskey="&tableWidth.accessKey;"/>
|
||||
<textbox class="narrow" id="CellWidthInput"
|
||||
oninput="ChangeIntTextbox(this.id,'CellWidthCheckbox');"/>
|
||||
<menulist id="CellWidthUnits" oncommand="SetCheckbox('CellWidthCheckbox');"/>
|
||||
@ -191,7 +202,7 @@
|
||||
<columns><column/><column flex="1"/><column/></columns>
|
||||
<rows>
|
||||
<row align="center">
|
||||
<checkbox id="CellVAlignCheckbox" label="&cellVertical.label;"/>
|
||||
<checkbox id="CellVAlignCheckbox" label="&cellVertical.label;" accesskey="&cellVertical.accessKey;"/>
|
||||
<menulist id="CellVAlignList" oncommand="SetCheckbox('CellVAlignCheckbox');">
|
||||
<menupopup>
|
||||
<menuitem label="&cellAlignTop.label;" value="top"/>
|
||||
@ -201,7 +212,7 @@
|
||||
</menulist>
|
||||
</row>
|
||||
<row align="center">
|
||||
<checkbox id="CellHAlignCheckbox" label="&cellHorizontal.label;"/>
|
||||
<checkbox id="CellHAlignCheckbox" label="&cellHorizontal.label;" accesskey="&cellHorizontal.accessKey;"/>
|
||||
<menulist id="CellHAlignList" oncommand="SelectCellHAlign()">
|
||||
<menupopup>
|
||||
<menuitem label="&AlignLeft.label;" value="left"/>
|
||||
@ -217,7 +228,7 @@
|
||||
</hbox>
|
||||
<spacer class="spacer"/>
|
||||
<hbox align="center">
|
||||
<checkbox id="CellStyleCheckbox" label="&cellStyle.label;"/>
|
||||
<checkbox id="CellStyleCheckbox" label="&cellStyle.label;" accesskey="&cellStyle.accessKey;"/>
|
||||
<menulist id="CellStyleList" oncommand="SetCheckbox('CellStyleCheckbox');">
|
||||
<menupopup>
|
||||
<menuitem label="&cellNormal.label;" value="td"/>
|
||||
@ -225,7 +236,7 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
<spacer class="bigspacer"/>
|
||||
<checkbox id="TextWrapCheckbox" label="&cellTextWrap.label;"/>
|
||||
<checkbox id="TextWrapCheckbox" label="&cellTextWrap.label;" accesskey="&cellTextWrap.accessKey;"/>
|
||||
<menulist id="TextWrapList" oncommand="SetCheckbox('TextWrapCheckbox');">
|
||||
<menupopup>
|
||||
<menuitem label="&cellWrap.label;" value="wrap"/>
|
||||
@ -235,7 +246,7 @@
|
||||
</hbox>
|
||||
<separator class="groove"/>
|
||||
<hbox align="center">
|
||||
<checkbox id="CellColorCheckbox" label="&backgroundColor.label;"/>
|
||||
<checkbox id="CellColorCheckbox" label="&backgroundColor.label;" accesskey="&backgroundColor.accessKey;"/>
|
||||
<button class="color-button" oncommand="GetColorAndUpdate('cellBackgroundCW');">
|
||||
<spacer id="cellBackgroundCW" class="color-well"/>
|
||||
</button>
|
||||
|
||||
@ -21,13 +21,19 @@
|
||||
-->
|
||||
|
||||
<!ENTITY lastPickedColor.label "Last-picked color">
|
||||
<!ENTITY lastPickedColor.accessKey "L">
|
||||
<!ENTITY setColor1.label "Click on a color or">
|
||||
<!ENTITY setColor2.label "enter an HTML color string">
|
||||
<!ENTITY setColor2.accessKey "H">
|
||||
<!ENTITY setColorExample.label "(e.g.: "#0000ff" or "blue"):">
|
||||
<!ENTITY default.label " Default ">
|
||||
<!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">
|
||||
|
||||
@ -21,10 +21,14 @@
|
||||
-->
|
||||
|
||||
<!ENTITY AdvancedEditButton.label "Advanced Edit...">
|
||||
<!ENTITY AdvancedEditButton.accessKey "E">
|
||||
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML attributes, style attributes, and JavaScript">
|
||||
<!ENTITY chooseButton.label "Choose File...">
|
||||
<!ENTITY chooseFile.accessKey "F">
|
||||
<!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 LinkURLEditField.label "Enter a web page location, a local file, or select a Named Anchor or Heading from the popup list:">
|
||||
<!ENTITY LinkURLEditField.accessKey "L">
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
|
||||
<!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)">
|
||||
|
||||
|
||||
|
||||
@ -24,15 +24,23 @@
|
||||
<!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 "I">
|
||||
<!ENTITY backgroundImage.tooltip "Use an image file as the background for your page">
|
||||
|
||||
@ -26,13 +26,20 @@
|
||||
|
||||
<!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.value "Left">
|
||||
<!ENTITY leftRadio.accessKey "L">
|
||||
<!ENTITY centerRadio.value "Center">
|
||||
<!ENTITY centerRadio.accessKey "C">
|
||||
<!ENTITY rightRadio.value "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">
|
||||
|
||||
@ -30,10 +30,13 @@
|
||||
|
||||
<!-- 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 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">
|
||||
<!ENTITY MoreFewerButton.tooltip "Display more or fewer properties to edit">
|
||||
@ -42,17 +45,23 @@
|
||||
<!-- 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">
|
||||
<!ENTITY editImageMapButton.label "Edit...">
|
||||
<!ENTITY editImageMapButton.tooltip "Create clickable hotspots for this image">
|
||||
|
||||
@ -68,11 +77,15 @@
|
||||
<!ENTITY spacingBox.label "Spacing">
|
||||
<!ENTITY spacingBox.tooltip "Type a number for the amount of space around image">
|
||||
<!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">
|
||||
|
||||
<!-- These controls may be added some day; currently not used -->
|
||||
<!ENTITY makePageBackgroundCheckbox.label "Make Page Background">
|
||||
|
||||
@ -25,8 +25,9 @@
|
||||
<!ENTITY windowTitle.label "Insert Character">
|
||||
<!ENTITY category.label "Category">
|
||||
<!ENTITY letter.label "Letter:">
|
||||
<!ENTITY letter.accessKey "L">
|
||||
<!ENTITY character.label "Character:">
|
||||
<!ENTITY insert.label "Insert">
|
||||
<!ENTITY character.accessKey "C">
|
||||
<!ENTITY accentUpper.label "Accent Uppercase">
|
||||
<!ENTITY accentLower.label "Accent Lowercase">
|
||||
<!ENTITY otherUpper.label "Other Uppercase">
|
||||
|
||||
@ -25,8 +25,12 @@
|
||||
|
||||
<!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">
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
<!ENTITY ListType.label "List Type">
|
||||
<!ENTITY bulletStyle.label "Bullet Style:">
|
||||
<!ENTITY startingNumber.label "Start at:">
|
||||
<!ENTITY startingNumber.accessKey "S">
|
||||
<!ENTITY startingHelp.label "E.g.: use "2" to start at 2, II, ii, B, or b">
|
||||
<!ENTITY none.value "None">
|
||||
<!ENTITY bulletList.value "Bullet (Unnumbered) List">
|
||||
@ -34,4 +35,6 @@
|
||||
<!ENTITY definitionList.value "Definition List">
|
||||
<!ENTITY changeListMsg.label "When changing list type:">
|
||||
<!ENTITY changeEntireListRadio.label "Change entire list">
|
||||
<!ENTITY changeEntireListRadio.accessKey "C">
|
||||
<!ENTITY changeSelectedRadio.label "Change just selected items">
|
||||
<!ENTITY changeSelectedRadio.accessKey "I">
|
||||
|
||||
@ -25,8 +25,11 @@
|
||||
<!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.">
|
||||
|
||||
@ -24,17 +24,26 @@
|
||||
<!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 tableCaptionNone.label "None">
|
||||
@ -46,7 +55,9 @@
|
||||
<!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 cellApplyBeforeMove.label "Apply changes before changing selection">
|
||||
<!ENTITY cellKeepCurrentData.label "Keep current settings">
|
||||
<!-- LOCALIZATION NOTE Next 2 form 1 sentence (we don't want to use HTML tag to wrap) -->
|
||||
@ -56,11 +67,15 @@
|
||||
<!ENTITY cellColSpan.label "Column Span:">
|
||||
<!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">
|
||||
@ -75,6 +90,7 @@
|
||||
<!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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user