diff options
Diffstat (limited to 'l10n-sk/suite/chrome/common/pref/pref-scripts.dtd')
-rw-r--r-- | l10n-sk/suite/chrome/common/pref/pref-scripts.dtd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-sk/suite/chrome/common/pref/pref-scripts.dtd b/l10n-sk/suite/chrome/common/pref/pref-scripts.dtd new file mode 100644 index 0000000000..1c1f6f56d9 --- /dev/null +++ b/l10n-sk/suite/chrome/common/pref/pref-scripts.dtd @@ -0,0 +1,30 @@ +<!-- 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/. --> + +<!-- extracted from content/pref-scripts.xul --> + +<!--LOCALIZATION NOTE : FILE The 'Scripts' preferences dialog --> +<!ENTITY pref.scripts2.title "Skripty"> + +<!ENTITY navigator.label "Prehliadač"> +<!ENTITY navigator.accesskey "r"> + +<!--LOCALIZATION NOTE (enableJavaScript.label): 'JavaScript' should never be translated --> +<!ENTITY enableJavaScript.label "Povoliť JavaScript pre"> +<!ENTITY allowScripts.label "Povoliť skriptom:"> +<!ENTITY allowScripts.accesskey "s"> +<!ENTITY allowWindowMoveResize.label "Premiestnenie alebo zmena veľkosti existujúcich okien"> +<!ENTITY allowWindowFlip.label "Premiestnenie okien do popredia alebo pozadia"> +<!ENTITY allowWindowStatusChange.label "Zmeniť text v stavovom riadku"> +<!ENTITY allowContextmenuDisable.label "Zakázať alebo nahradiť kontextovú ponuku"> +<!ENTITY allowHideStatusBar.label "Skryť stavový riadok"> + +<!ENTITY debugging.label "Ladenie JavaScriptu"> +<!ENTITY debugEnableDump.label "Povoliť výstup metódy dump() pre JavaScript"> +<!ENTITY debugEnableDump.accesskey "m"> +<!ENTITY debugStrictJavascript.label "Zobrazovať upozornenia JavaScript typu strict"> +<!ENTITY debugStrictJavascript.accesskey "b"> +<!ENTITY debugConsoleJavascript.label "Zobrazovať chyby a upozornenia JavaScriptu pre chrome"> +<!ENTITY debugConsoleJavascript.accesskey "c"> + |