summaryrefslogtreecommitdiffstats
path: root/l10n-en-GB/suite/chrome/editor/dialogs/EditorSelectProperties.dtd
blob: e2eb20e6988710e0557ab5a10a864fd9affa6939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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">