blob: 764a727932b3d502641bf7ab4da29ca4128b6b8e (
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
49
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 "Proprietăți câmpuri formular">
<!ENTITY windowTitleImage.label "Proprietăți imagine formular">
<!ENTITY InputType.label "Tip de câmp">
<!ENTITY InputType.accesskey "T">
<!ENTITY text.value "Text">
<!ENTITY password.value "Parolă">
<!ENTITY checkbox.value "Casetă de validare">
<!ENTITY radio.value "Buton de opțiuni">
<!ENTITY submit.value "Buton de trimitere">
<!ENTITY reset.value "Buton de resetare">
<!ENTITY file.value "Fișier">
<!ENTITY hidden.value "Ascuns">
<!ENTITY image.value "Imagine">
<!ENTITY button.value "Buton">
<!ENTITY InputSettings.label "Setări câmp">
<!ENTITY InputName.label "Denumire câmp:">
<!ENTITY InputName.accesskey "N">
<!ENTITY GroupName.label "Denumire grup:">
<!ENTITY GroupName.accesskey "N">
<!ENTITY InputValue.label "Valoare câmp:">
<!ENTITY InputValue.accesskey "V">
<!ENTITY InitialValue.label "Valoare inițială:">
<!ENTITY InitialValue.accesskey "V">
<!ENTITY InputChecked.label "Inițial bifat">
<!ENTITY InputChecked.accesskey "b">
<!ENTITY InputSelected.label "Inițial selectat">
<!ENTITY InputSelected.accesskey "S">
<!ENTITY InputReadOnly.label "Doar citire">
<!ENTITY InputReadOnly.accesskey "D">
<!ENTITY InputDisabled.label "Dezactivat">
<!ENTITY InputDisabled.accesskey "I">
<!ENTITY tabIndex.label "Index file:">
<!ENTITY tabIndex.accesskey "t">
<!ENTITY TextSize.label "Mărime câmp:">
<!ENTITY TextSize.accesskey "M">
<!ENTITY TextLength.label "Lungime maximă:">
<!ENTITY TextLength.accesskey "L">
<!ENTITY AccessKey.label "Tastă de acces:">
<!ENTITY AccessKey.accesskey "a">
<!ENTITY Accept.label "Acceptă tipurile:">
<!ENTITY Accept.accesskey "p">
<!ENTITY ImageProperties.label "Proprietăți imagine…">
<!ENTITY ImageProperties.accesskey "e">
|