summaryrefslogtreecommitdiffstats
path: root/l10n-sk/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
blob: ac7b79a289ed7a98c78f678f335dc83c707513bc (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 "Vlastnosti textovej plochy">

<!ENTITY Settings.label "Nastavenia">

<!ENTITY TextAreaName.label "Názov poľa:">
<!ENTITY TextAreaName.accessKey "N">
<!ENTITY TextAreaRows.label "Riadky:">
<!ENTITY TextAreaRows.accessKey "R">
<!ENTITY TextAreaCols.label "Stĺpce:">
<!ENTITY TextAreaCols.accessKey "S">
<!ENTITY TextAreaReadOnly.label "Iba na čítanie">
<!ENTITY TextAreaReadOnly.accessKey "I">
<!ENTITY TextAreaDisabled.label "Zakázané">
<!ENTITY TextAreaDisabled.accessKey "a">
<!ENTITY TextAreaTabIndex.label "Poradie:">
<!ENTITY TextAreaTabIndex.accessKey "P">
<!ENTITY TextAreaAccessKey.label "Prístupový kláves:">
<!ENTITY TextAreaAccessKey.accessKey "k">
<!ENTITY InitialText.label "Pôvodný text:">
<!ENTITY InitialText.accessKey "t">

<!ENTITY TextAreaWrap.label "Spôsob zalamovania:">
<!ENTITY TextAreaWrap.accessKey "b">
<!ENTITY WrapDefault.value "Pôvodné">
<!ENTITY WrapOff.value "Vypnuté">
<!ENTITY WrapHard.value "Tvrdé">
<!ENTITY WrapSoft.value "Mäkké">
<!ENTITY WrapPhysical.value "Fyzické">
<!ENTITY WrapVirtual.value "Virtuálne">