summaryrefslogtreecommitdiffstats
path: root/l10n-sk/suite/chrome/common/console
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-sk/suite/chrome/common/console')
-rw-r--r--l10n-sk/suite/chrome/common/console/console.dtd47
-rw-r--r--l10n-sk/suite/chrome/common/console/console.properties17
2 files changed, 64 insertions, 0 deletions
diff --git a/l10n-sk/suite/chrome/common/console/console.dtd b/l10n-sk/suite/chrome/common/console/console.dtd
new file mode 100644
index 0000000000..8af8b892b4
--- /dev/null
+++ b/l10n-sk/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 "Chybová konzola">
+
+<!ENTITY errFile.label "Zdrojový súbor:">
+<!ENTITY errLine.label "Riadok:">
+<!ENTITY errColumn.label "Stĺpec:">
+
+<!ENTITY all.label "Všetko">
+<!ENTITY all.accesskey "V">
+<!ENTITY errors.label "Chyby">
+<!ENTITY errors.accesskey "C">
+<!ENTITY warnings.label "Upozornenia">
+<!ENTITY warnings.accesskey "U">
+<!ENTITY messages.label "Správy">
+<!ENTITY messages.accesskey "S">
+<!ENTITY clear.label "Vymazať">
+<!ENTITY clear.accesskey "V">
+<!ENTITY codeEval.label "Kód:">
+<!ENTITY codeEval.accesskey "K">
+<!ENTITY evaluate.label "Vyhodnotiť">
+<!ENTITY evaluate.accesskey "h">
+<!ENTITY filter2.label "Filter:">
+<!ENTITY filter2.accesskey "F">
+
+<!ENTITY copyCmd.label "Kopírovať">
+<!ENTITY copyCmd.accesskey "K">
+<!ENTITY copyCmd.commandkey "C">
+<!ENTITY sortFirst.label "Usporiadať od prvého">
+<!ENTITY sortFirst.accesskey "r">
+<!ENTITY sortLast.label "Usporiadať od posledného">
+<!ENTITY sortLast.accesskey "o">
+<!ENTITY closeCmd.commandkey "w">
+<!ENTITY focus1.commandkey "l">
+<!ENTITY focus2.commandkey "d">
+
+<!ENTITY menuBar.tooltip "Hlavná ponuka">
+<!ENTITY modeToolbar.tooltip "Panel režimu">
+<!ENTITY entryToolbar.tooltip "Panel položiek JavaScriptu">
+<!ENTITY toolbarsCmd.label "Zobraziť/Skryť">
+<!ENTITY toolbarsCmd.accesskey "b">
+<!ENTITY toolbarMode.label "Režim">
+<!ENTITY toolbarMode.accesskey "M">
+<!ENTITY toolbarEval.label "Položka JavaScriptu">
+<!ENTITY toolbarEval.accesskey "J">
diff --git a/l10n-sk/suite/chrome/common/console/console.properties b/l10n-sk/suite/chrome/common/console/console.properties
new file mode 100644
index 0000000000..6971976575
--- /dev/null
+++ b/l10n-sk/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=Chyba:
+typeWarning=Upozornenie:
+typeMessage=Správa:
+errFile=Zdrojový súbor: %S
+errLine=Riadok: %S
+errLineCol=Riadok %S, stĺpec %S
+errCode=Zdrojový kód:
+errTime=Časová známka: %S
+
+# LOCALIZATION NOTE (evaluationContextChanged): The message displayed when the
+# browser console's evaluation context (window against which input is evaluated)
+# changes.
+evaluationContextChanged=Kontext pre konzolu sa zmenil, pravdepodobne kvôli tomu, že cieľové okno bolo zatvorené, alebo preto, že hlavné okno bolo otvorené z okna konzoly prehliadača.