diff options
Diffstat (limited to 'l10n-cs/devtools/client/startup.properties')
-rw-r--r-- | l10n-cs/devtools/client/startup.properties | 247 |
1 files changed, 247 insertions, 0 deletions
diff --git a/l10n-cs/devtools/client/startup.properties b/l10n-cs/devtools/client/startup.properties new file mode 100644 index 0000000000..668f26072f --- /dev/null +++ b/l10n-cs/devtools/client/startup.properties @@ -0,0 +1,247 @@ +# 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/. + +# LOCALIZATION NOTE (optionsButton.tooltip): This is used as the tooltip +# for the options panel tab. +optionsButton.tooltip=Možnosti nástrojů + +# LOCALIZATION NOTE (options.label): This is used as the label of the tab in +# the devtools window. +options.label=Možnosti + +# LOCALIZATION NOTE (options.panelLabel): This is used as the label for the +# toolbox panel. +options.panelLabel=Panel nástrojů pro vývojáře + +# LOCALIZATION NOTE (options.darkTheme.label2) +# Used as a label for dark theme +options.darkTheme.label2=Tmavý + +# LOCALIZATION NOTE (options.lightTheme.label2) +# Used as a label for light theme +options.lightTheme.label2=Světlý + +# LOCALIZATION NOTE (performance.label): +# This string is displayed in the title of the tab when the profiler is +# displayed inside the developer tools window and in the Developer Tools Menu. +performance.label=Výkon + +# LOCALIZATION NOTE (performance.panelLabel): +# This is used as the label for the toolbox panel. +performance.panelLabel=Panel Výkon + +# LOCALIZATION NOTE (performance.accesskey) +# Used for the menuitem in the tool menu +performance.accesskey=N + +# LOCALIZATION NOTE (performance.tooltip): +# This string is displayed in the tooltip of the tab when the profiler is +# displayed inside the developer tools window. +# Keyboard shortcut for Performance Tools will be shown inside brackets. +performance.tooltip=Výkon (%S) + +# LOCALIZATION NOTE (MenuWebconsole.label): the string displayed in the Tools +# menu as a shortcut to open the devtools with the Web Console tab selected. +MenuWebconsole.label=Webová konzole + +# LOCALIZATION NOTE (ToolboxTabWebconsole.label): the string displayed as the +# label of the tab in the devtools window. +ToolboxTabWebconsole.label=Konzole + +# LOCALIZATION NOTE (ToolboxWebConsole.panelLabel): the string used as the +# label for the toolbox panel. +ToolboxWebConsole.panelLabel=Panel Konzole + +# LOCALIZATION NOTE (ToolboxWebconsole.tooltip2): the string displayed in the +# tooltip of the tab when the Web Console is displayed inside the developer +# tools window. +# Keyboard shortcut for Console will be shown inside the brackets. +ToolboxWebconsole.tooltip2=Webová konzole (%S) + +webConsoleCmd.accesskey=W + +# LOCALIZATION NOTE (ToolboxDebugger.label): +# This string is displayed in the title of the tab when the debugger is +# displayed inside the developer tools window and in the Developer Tools Menu. +ToolboxDebugger.label=Debugger + +# LOCALIZATION NOTE (ToolboxDebugger.panelLabel): +# This is used as the label for the toolbox panel. +ToolboxDebugger.panelLabel=Panel Debugger + +# LOCALIZATION NOTE (ToolboxDebugger.tooltip4): +# This string is displayed in the tooltip of the tab when the debugger is +# displayed inside the developer tools window. +ToolboxDebugger.tooltip4=Debugger JavaScriptu (%S) + +# LOCALIZATION NOTE (debuggerMenu.accesskey) +# Used for the menuitem in the tool menu +debuggerMenu.accesskey=g + +# LOCALIZATION NOTE (ToolboxStyleEditor.label): +# This string is displayed in the title of the tab when the style editor is +# displayed inside the developer tools window and in the Developer Tools Menu. +ToolboxStyleEditor.label=Editor stylů + +# LOCALIZATION NOTE (ToolboxStyleEditor.panelLabel): +# This is used as the label for the toolbox panel. +ToolboxStyleEditor.panelLabel=Panel Editor stylů + +# LOCALIZATION NOTE (ToolboxStyleEditor.tooltip3): +# This string is displayed in the tooltip of the tab when the style editor is +# displayed inside the developer tools window. +# A keyboard shortcut for Stylesheet Editor will be shown inside the latter pair of brackets. +ToolboxStyleEditor.tooltip3=Editor kaskádových stylů (CSS) (%S) + +# LOCALIZATION NOTE (open.accesskey): The access key used to open the style +# editor. +open.accesskey=E + +# LOCALIZATION NOTE (inspector.*) +# Used for the menuitem in the tool menu +inspector.label=Průzkumník +inspector.accesskey=u + +# LOCALIZATION NOTE (inspector.panelLabel) +# Labels applied to the panel and views within the panel in the toolbox +inspector.panelLabel=Panel Průzkumník + +# LOCALIZATION NOTE (inspector.tooltip2) +# Keyboard shortcut for DOM and Style Inspector will be shown inside brackets. +inspector.tooltip2=Průzkumník DOM a stylů (%S) + +# LOCALIZATION NOTE (inspector.mac.tooltip) +# This is the exact same string as inspector.tooltip2, except that we show it +# on mac only, where we support toggling the inspector with either cmd+shift+C, +# or cmd+opt+C +inspector.mac.tooltip=Průzkumník DOMu a stylů (%1$S nebo %2$S) + +# LOCALIZATION NOTE (netmonitor.label): +# This string is displayed in the title of the tab when the Network Monitor is +# displayed inside the developer tools window and in the Developer Tools Menu. +netmonitor.label=Síť + +# LOCALIZATION NOTE (netmonitor.panelLabel): +# This is used as the label for the toolbox panel. +netmonitor.panelLabel=Panel Síť + +# LOCALIZATION NOTE (netmonitor.accesskey) +# Used for the menuitem in the tool menu +netmonitor.accesskey=S + +# LOCALIZATION NOTE (netmonitor.tooltip2): +# This string is displayed in the tooltip of the tab when the Network Monitor is +# displayed inside the developer tools window. +# Keyboard shortcut for Network Monitor will be shown inside the brackets. +netmonitor.tooltip2=Monitor síťové aktivity (%S) + +# LOCALIZATION NOTE (storage.accesskey): The access key used to open the storage +# editor. +storage.accesskey=o + +# LOCALIZATION NOTE (storage.label): +# This string is displayed as the label of the tab in the developer tools window +storage.label=Úložiště + +# LOCALIZATION NOTE (storage.menuLabel): +# This string is displayed in the Tools menu as a shortcut to open the devtools +# with the Storage Inspector tab selected. +storage.menuLabel=Průzkumník úložiště + +# LOCALIZATION NOTE (storage.panelLabel): +# This string is used as the aria-label for the iframe of the Storage Inspector +# tool in developer tools toolbox. +storage.panelLabel=Panel Úložiště + +# LOCALIZATION NOTE (storage.tooltip3): +# This string is displayed in the tooltip of the tab when the storage editor is +# displayed inside the developer tools window. +# A keyboard shortcut for Storage Inspector will be shown inside the brackets. +storage.tooltip3=Průzkumník úložiště (cookies, Local Storage, …) (%S) + +# LOCALIZATION NOTE (memory.label): This string is displayed in the title of the +# tab when the memory tool is displayed inside the developer tools window and in +# the Developer Tools Menu. +memory.label=Paměť + +# LOCALIZATION NOTE (memory.panelLabel): This is used as the label for the +# toolbox panel. +memory.panelLabel=Panel Paměť + +# LOCALIZATION NOTE (memory.tooltip): This string is displayed in the tooltip of +# the tab when the memory tool is displayed inside the developer tools window. +memory.tooltip=Paměť + +# LOCALIZATION NOTE (dom.label): +# This string is displayed in the title of the tab when the DOM panel is +# displayed inside the developer tools window and in the Developer Tools Menu. +dom.label=DOM + +# LOCALIZATION NOTE (dom.panelLabel): +# This is used as the label for the toolbox panel. +dom.panelLabel=Panel DOM + +# LOCALIZATION NOTE (dom.accesskey) +# Used for the menuitem in the tool menu +dom.accesskey=D + +# LOCALIZATION NOTE (dom.tooltip): +# This string is displayed in the tooltip of the tab when the DOM is +# displayed inside the developer tools window. +# Keyboard shortcut for DOM panel will be shown inside the brackets. +dom.tooltip=DOM (%S) + +# LOCALIZATION NOTE (accessibility.label): +# This string is displayed in the title of the tab when the Accessibility panel +# is displayed inside the developer tools window and in the Developer Tools Menu. +accessibility.label=Přístupnost + +# LOCALIZATION NOTE (accessibility.panelLabel): +# This is used as the label for the toolbox panel. +accessibility.panelLabel=Panel přístupnosti + +# LOCALIZATION NOTE (accessibility.accesskey) +# Used for the menuitem in the tool menu +accessibility.accesskey=p + +# LOCALIZATION NOTE (accessibility.tooltip3): +# This string is displayed in the tooltip of the tab when the Accessibility is +# displayed inside the developer tools window. +# Keyboard shortcut for Accessibility panel will be shown inside the brackets. +accessibility.tooltip3=Přístupnost (%S) + +# LOCALIZATION NOTE (application.label): +# This string is displayed in the title of the tab when the Application panel +# is displayed inside the developer tools window and in the Developer Tools Menu. +application.label=Aplikace + +# LOCALIZATION NOTE (application.panelLabel): +# This is used as the label for the toolbox panel. +application.panelLabel=Panel aplikace + +# LOCALIZATION NOTE (application.tooltip): +# This string is displayed in the tooltip of the tab when the Application panel is +# displayed inside the developer tools window. +application.tooltip=Panel aplikace + +# LOCALIZATION NOTE (toolbox.buttons.responsive): +# This is the tooltip of the button in the toolbox toolbar that toggles +# the Responsive mode. +# Keyboard shortcut will be shown inside brackets. +toolbox.buttons.responsive = Režim responzivního designu (%S) + +# LOCALIZATION NOTE (toolbox.buttons.screenshot): +# This is the tooltip of the button in the toolbox toolbar that allows you to +# take a screenshot of the entire page +toolbox.buttons.screenshot = Pořízení snímku celé stránky + +# LOCALIZATION NOTE (toolbox.buttons.rulers): +# This is the tooltip of the button in the toolbox toolbar that toggles the +# rulers in the page +toolbox.buttons.rulers = Přepnutí pravítek na stránce + +# LOCALIZATION NOTE (toolbox.buttons.measure): +# This is the tooltip of the button in the toolbox toolbar that toggles the +# measuring tools +toolbox.buttons.measure = Měření částí stránky |