diff options
Diffstat (limited to 'l10n-ru/suite/chrome/editor/dialogs/EditorButtonProperties.dtd')
-rw-r--r-- | l10n-ru/suite/chrome/editor/dialogs/EditorButtonProperties.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/editor/dialogs/EditorButtonProperties.dtd b/l10n-ru/suite/chrome/editor/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..418c2a5f4b --- /dev/null +++ b/l10n-ru/suite/chrome/editor/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ +<!-- 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 ButtonType.label "Тип"> +<!ENTITY ButtonType.accesskey "Т"> +<!ENTITY submit.value "Отправка"> +<!ENTITY reset.value "Сброс"> +<!ENTITY button.value "Кнопка"> + +<!ENTITY ButtonName.label "Имя:"> +<!ENTITY ButtonName.accesskey "И"> +<!ENTITY ButtonValue.label "Значение:"> +<!ENTITY ButtonValue.accesskey "З"> +<!ENTITY tabIndex.label "Последовательность перехода:"> +<!ENTITY tabIndex.accesskey "П"> +<!ENTITY ButtonDisabled.label "Отключено"> +<!ENTITY ButtonDisabled.accesskey "О"> +<!ENTITY AccessKey.label "Клавиша доступа:"> +<!ENTITY AccessKey.accesskey "К"> + +<!ENTITY RemoveButton.label "Удалить кнопку"> +<!ENTITY RemoveButton.accesskey "У"> |