summaryrefslogtreecommitdiffstats
path: root/l10n-ru/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
blob: 54e8c8d5546ede18a60e95c7525b4899d50dc206 (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 "Свойства текстового поля">

<!ENTITY Settings.label "Параметры">

<!ENTITY TextAreaName.label "Имя поля:">
<!ENTITY TextAreaName.accessKey "И">
<!ENTITY TextAreaRows.label "Строк:">
<!ENTITY TextAreaRows.accessKey "С">
<!ENTITY TextAreaCols.label "Символов в строке:">
<!ENTITY TextAreaCols.accessKey "м">
<!ENTITY TextAreaReadOnly.label "Только для чтения">
<!ENTITY TextAreaReadOnly.accessKey "Т">
<!ENTITY TextAreaDisabled.label "Отключено">
<!ENTITY TextAreaDisabled.accessKey "О">
<!ENTITY TextAreaTabIndex.label "Последовательность перехода:">
<!ENTITY TextAreaTabIndex.accessKey "л">
<!ENTITY TextAreaAccessKey.label "Клавиша доступа:">
<!ENTITY TextAreaAccessKey.accessKey "К">
<!ENTITY InitialText.label "Первоначальный текст:">
<!ENTITY InitialText.accessKey "е">

<!ENTITY TextAreaWrap.label "Режим переноса:">
<!ENTITY TextAreaWrap.accessKey "Р">
<!ENTITY WrapDefault.value "По умолчанию">
<!ENTITY WrapOff.value "Отключён">
<!ENTITY WrapHard.value "Жесткий">
<!ENTITY WrapSoft.value "Мягкий">
<!ENTITY WrapPhysical.value "Физический">
<!ENTITY WrapVirtual.value "Виртуальный">