summaryrefslogtreecommitdiffstats
path: root/l10n-sl/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
blob: c4c847eb716d5147a7ae85a62a3f1947fa0a11ee (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
<!-- 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 "Lastnosti področja za besedilo">

<!ENTITY Settings.label "Nastavitve">

<!ENTITY TextAreaName.label "Ime polja:">
<!ENTITY TextAreaName.accessKey "I">
<!ENTITY TextAreaRows.label "Vrstice:">
<!ENTITY TextAreaRows.accessKey "V">
<!ENTITY TextAreaCols.label "Stolpci:">
<!ENTITY TextAreaCols.accessKey "S">
<!ENTITY TextAreaReadOnly.label "Samo za branje">
<!ENTITY TextAreaReadOnly.accessKey "S">
<!ENTITY TextAreaDisabled.label "Onemogočeno">
<!ENTITY TextAreaDisabled.accessKey "O">
<!ENTITY TextAreaTabIndex.label "Kazalo zavihkov:">
<!ENTITY TextAreaTabIndex.accessKey "K">
<!ENTITY TextAreaAccessKey.label "Ključ za dostop:">
<!ENTITY TextAreaAccessKey.accessKey "K">
<!ENTITY InitialText.label "Začetno besedilo:">
<!ENTITY InitialText.accessKey "Z">

<!ENTITY TextAreaWrap.label "Način oblivanja:">
<!ENTITY TextAreaWrap.accessKey "N">
<!ENTITY WrapDefault.value "Privzeto">
<!ENTITY WrapOff.value "Izklopljeno">
<!ENTITY WrapHard.value "Trdo">
<!ENTITY WrapSoft.value "Mehko">
<!ENTITY WrapPhysical.value "Fizično">
<!ENTITY WrapVirtual.value "Navidezno">