summaryrefslogtreecommitdiffstats
path: root/l10n-lt/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd
blob: b294ca3861565a2ea5bf259281a7a16f3e329bcb (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 "Teksto lauko savybės">

<!ENTITY Settings.label "Nuostatos">

<!ENTITY TextAreaName.label "Lauko vardas:">
<!ENTITY TextAreaName.accessKey "v">
<!ENTITY TextAreaRows.label "Eilutės:">
<!ENTITY TextAreaRows.accessKey "E">
<!ENTITY TextAreaCols.label "Stulpeliai:">
<!ENTITY TextAreaCols.accessKey "S">
<!ENTITY TextAreaReadOnly.label "Tik skaityti">
<!ENTITY TextAreaReadOnly.accessKey "a">
<!ENTITY TextAreaDisabled.label "Neveiksnus">
<!ENTITY TextAreaDisabled.accessKey "N">
<!ENTITY TextAreaTabIndex.label "Tabuliacijos indeksas:">
<!ENTITY TextAreaTabIndex.accessKey "T">
<!ENTITY TextAreaAccessKey.label "Kreipties klavišas:">
<!ENTITY TextAreaAccessKey.accessKey "K">
<!ENTITY InitialText.label "Pradinis tekstas:">
<!ENTITY InitialText.accessKey "P">

<!ENTITY TextAreaWrap.label "Laužymo veiksena:">
<!ENTITY TextAreaWrap.accessKey "L">
<!ENTITY WrapDefault.value "Numatytoji">
<!ENTITY WrapOff.value "Išjungta">
<!ENTITY WrapHard.value "Statinė">
<!ENTITY WrapSoft.value "Dinaminė">
<!ENTITY WrapPhysical.value "Fizinė">
<!ENTITY WrapVirtual.value "Virtuali">