diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-ru/suite/chrome/common/console | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ru/suite/chrome/common/console')
-rw-r--r-- | l10n-ru/suite/chrome/common/console/console.dtd | 47 | ||||
-rw-r--r-- | l10n-ru/suite/chrome/common/console/console.properties | 17 |
2 files changed, 64 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/common/console/console.dtd b/l10n-ru/suite/chrome/common/console/console.dtd new file mode 100644 index 0000000000..347f878bed --- /dev/null +++ b/l10n-ru/suite/chrome/common/console/console.dtd @@ -0,0 +1,47 @@ +<!-- 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 errorConsole.title "Консоль ошибок"> + +<!ENTITY errFile.label "Источник:"> +<!ENTITY errLine.label "Строка:"> +<!ENTITY errColumn.label "Символ:"> + +<!ENTITY all.label "Все"> +<!ENTITY all.accesskey "е"> +<!ENTITY errors.label "Ошибки"> +<!ENTITY errors.accesskey "ш"> +<!ENTITY warnings.label "Предупреждения"> +<!ENTITY warnings.accesskey "р"> +<!ENTITY messages.label "Сообщения"> +<!ENTITY messages.accesskey "б"> +<!ENTITY clear.label "Очистить"> +<!ENTITY clear.accesskey "ч"> +<!ENTITY codeEval.label "Код:"> +<!ENTITY codeEval.accesskey "о"> +<!ENTITY evaluate.label "Выполнить"> +<!ENTITY evaluate.accesskey "ы"> +<!ENTITY filter2.label "Фильтр:"> +<!ENTITY filter2.accesskey "и"> + +<!ENTITY copyCmd.label "Копировать"> +<!ENTITY copyCmd.accesskey "п"> +<!ENTITY copyCmd.commandkey "C"> +<!ENTITY sortFirst.label "Сортировка по возрастанию"> +<!ENTITY sortFirst.accesskey "в"> +<!ENTITY sortLast.label "Сортировка по убыванию"> +<!ENTITY sortLast.accesskey "у"> +<!ENTITY closeCmd.commandkey "w"> +<!ENTITY focus1.commandkey "l"> +<!ENTITY focus2.commandkey "d"> + +<!ENTITY menuBar.tooltip "Панель меню"> +<!ENTITY modeToolbar.tooltip "Панель режима"> +<!ENTITY entryToolbar.tooltip "Панель элемента JavaScript"> +<!ENTITY toolbarsCmd.label "Показать/скрыть"> +<!ENTITY toolbarsCmd.accesskey "к"> +<!ENTITY toolbarMode.label "Режим"> +<!ENTITY toolbarMode.accesskey "ж"> +<!ENTITY toolbarEval.label "Элемент JavaScript"> +<!ENTITY toolbarEval.accesskey "J"> diff --git a/l10n-ru/suite/chrome/common/console/console.properties b/l10n-ru/suite/chrome/common/console/console.properties new file mode 100644 index 0000000000..a942e1572d --- /dev/null +++ b/l10n-ru/suite/chrome/common/console/console.properties @@ -0,0 +1,17 @@ +# 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/. + +typeError=Ошибка: +typeWarning=Предупреждение: +typeMessage=Сообщение: +errFile=Источник: %S +errLine=Строка: %S +errLineCol=Строка %S, символ %S +errCode=Исходный код: +errTime=Метка времени: %S + +# LOCALIZATION NOTE (evaluationContextChanged): The message displayed when the +# browser console's evaluation context (window against which input is evaluated) +# changes. +evaluationContextChanged=Контекст выполнения в консоли изменился, вероятно потому, что целевое окно было закрыто, или потому, что вы открыли главное окно из окна консоли браузера. |