diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ru/suite/chrome/browser/webDeveloper.dtd | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/browser/webDeveloper.dtd b/l10n-ru/suite/chrome/browser/webDeveloper.dtd new file mode 100644 index 0000000000..3c5d31fc6f --- /dev/null +++ b/l10n-ru/suite/chrome/browser/webDeveloper.dtd @@ -0,0 +1,72 @@ +<!-- 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 validatePage.label "Соблюдены ли веб-стандарты"> +<!ENTITY validatePage.accesskey "ю"> +<!ENTITY allowRemoteDebugging.label "Разрешить удалённую отладку"> +<!ENTITY allowRemoteDebugging.accesskey "ш"> + +<!ENTITY devToolsCmd.keycode "VK_F12"> +<!ENTITY devToolsCmd.keytext "F12"> + +<!ENTITY devtoolsConnect.label "Соединиться…"> +<!ENTITY devtoolsConnect.accesskey "о"> + +<!ENTITY browserConsoleCmd.label "Консоль браузера"> +<!ENTITY browserConsoleCmd.commandkey "Ζ"> +<!ENTITY browserConsoleCmd.accesskey "н"> + +<!ENTITY responsiveDesignTool.label "Адаптивный дизайн"> +<!ENTITY responsiveDesignTool.accesskey "а"> + +<!ENTITY eyedropper.label "Пипетка"> +<!ENTITY eyedropper.accesskey "и"> + +<!-- LOCALIZATION NOTE (scratchpad.label): This menu item label appears + - in the Tools menu. See bug 653093. + - The Scratchpad is intended to provide a simple text editor for creating + - and evaluating bits of JavaScript code for the purposes of function + - prototyping, experimentation and convenient scripting. + - + - It's quite possible that you won't have a good analogue for the word + - "Scratchpad" in your locale. You should feel free to find a close + - approximation to it or choose a word (or words) that means + - "simple discardable text editor". --> +<!ENTITY scratchpad.label "Простой редактор JavaScript"> +<!ENTITY scratchpad.accesskey "к"> +<!ENTITY scratchpad.keycode "VK_F4"> +<!ENTITY scratchpad.keytext "F4"> + +<!-- LOCALIZATION NOTE (browserToolboxMenu.label): This is the label for the + - application menu item that opens the browser toolbox UI in the Tools menu. --> +<!ENTITY browserToolboxMenu.label "Инструменты браузера"> +<!ENTITY browserToolboxMenu.accesskey "м"> +<!ENTITY browserToolboxCmd.commandkey "I"> + +<!-- LOCALIZATION NOTE (browserContentToolboxMenu.label): This is the label for the + - application menu item that opens the browser content toolbox UI in the Tools menu. + - This toolbox allows to debug the chrome of the content process in multiprocess builds. --> +<!ENTITY browserContentToolboxMenu.label "Инструменты содержимого браузера"> +<!ENTITY browserContentToolboxMenu.accesskey "ы"> + +<!ENTITY devToolbarCloseButton.tooltiptext "Закрыть панель разработки"> +<!ENTITY devToolbarMenu.label "Панель разработки"> +<!ENTITY devToolbarMenu.accesskey "л"> + +<!ENTITY webide.label "WebIDE"> +<!ENTITY webide.accesskey "W"> +<!ENTITY webide.keycode "VK_F8"> +<!ENTITY webide.keytext "F8"> + +<!ENTITY devToolbar.keycode "VK_F2"> +<!ENTITY devToolbar.keytext "F2"> + +<!ENTITY devToolboxMenuItem.label "Инструменты разработки"> +<!ENTITY devToolboxMenuItem.accesskey "з"> +<!ENTITY devToolboxMenuItem.keytext "I"> + +<!ENTITY devToolbarToolsButton.tooltip "Показать/скрыть инструменты разработки"> + +<!ENTITY getMoreDevtoolsCmd.label "Другие инструменты"> +<!ENTITY getMoreDevtoolsCmd.accesskey "е"> |