blob: 2c934f6949611c0033ee1f0db6773f86e0eb4277 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 "Felsorolás tulajdonságai">
<!ENTITY ListType.label "Felsorolás típusa">
<!ENTITY bulletStyle.label "Felsorolásjel stílusa:">
<!ENTITY startingNumber.label "Kezdet ettől:">
<!ENTITY startingNumber.accessKey "K">
<!ENTITY none.value "Nincs">
<!ENTITY bulletList.value "Felsorolás (számozatlan lista)">
<!ENTITY numberList.value "Számozott lista">
<!ENTITY definitionList.value "Definíciólista">
<!ENTITY changeEntireListRadio.label "Egész lista megváltoztatása">
<!ENTITY changeEntireListRadio.accessKey "E">
<!ENTITY changeSelectedRadio.label "Csak a kijelölt elemek megváltoztatása">
<!ENTITY changeSelectedRadio.accessKey "C">
|