blob: 7c2bf510a68fc6e3f90ea9e60cbfacca32d1e271 (
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 "Properti Daftar">
<!ENTITY ListType.label "Jenis Daftar">
<!ENTITY bulletStyle.label "Gaya Butir:">
<!ENTITY startingNumber.label "Dimulai dari:">
<!ENTITY startingNumber.accessKey "D">
<!ENTITY none.value "Tidak ada">
<!ENTITY bulletList.value "Daftar Berbutir (Tanpa Nomor)">
<!ENTITY numberList.value "Daftar Bernomor">
<!ENTITY definitionList.value "Daftar Definisi">
<!ENTITY changeEntireListRadio.label "Ubah semua isi daftar">
<!ENTITY changeEntireListRadio.accessKey "U">
<!ENTITY changeSelectedRadio.label "Hanya ubah item yang dipilih">
<!ENTITY changeSelectedRadio.accessKey "H">
|