зеркало из https://github.com/mozilla/pjs.git
Bug 403696 - "[sk] DOMi update for bug 398699, 398700 and 398603" [p=rozbora@mozilla.sk (Branislav Rozbora) r=rado a1.9=schrep]
This commit is contained in:
Родитель
951ff479be
Коммит
00f4158119
|
@ -47,6 +47,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||||
ALL_LOCALES = \
|
ALL_LOCALES = \
|
||||||
en-US \
|
en-US \
|
||||||
fr \
|
fr \
|
||||||
|
sk \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
include $(topsrcdir)/config/config.mk
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
<!ENTITY thDOMNodes.label "Uzly DOM">
|
<!ENTITY thDOMNodes.label "Uzly DOM">
|
||||||
<!ENTITY btnInspect.label "Preskúmať">
|
<!ENTITY btnInspect.label "Preskúmať">
|
||||||
|
<!ENTITY btnInspect.accesskey "P">
|
||||||
<!ENTITY bxDocPanel.title "Dokument">
|
<!ENTITY bxDocPanel.title "Dokument">
|
||||||
<!ENTITY bxObjectPanel.title "Objekt">
|
<!ENTITY bxObjectPanel.title "Objekt">
|
||||||
<!ENTITY btnSelecting.tooltip "Vyhľadať kliknutím uzol na preskúmanie">
|
<!ENTITY btnSelecting.tooltip "Vyhľadať kliknutím uzol na preskúmanie">
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
<!ENTITY mnView.label "Zobraziť">
|
<!ENTITY mnView.label "Zobraziť">
|
||||||
<!ENTITY mnView.accesskey "Z">
|
<!ENTITY mnView.accesskey "Z">
|
||||||
<!ENTITY cmdToggleBrowser.label "Prehliadač">
|
<!ENTITY cmdToggleBrowser.label "Prehliadač">
|
||||||
|
<!ENTITY cmdToggleBrowser.accesskey "P">
|
||||||
<!ENTITY cmdToggleSearch.label "Výsledky hľadania">
|
<!ENTITY cmdToggleSearch.label "Výsledky hľadania">
|
||||||
|
|
||||||
<!ENTITY browserPanel.label "Prehliadač">
|
<!ENTITY browserPanel.label "Prehliadač">
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
-
|
-
|
||||||
- Contributor(s):
|
- Contributor(s):
|
||||||
- Shawn Wilsher <me@shawnwilsher.com>
|
- Shawn Wilsher <me@shawnwilsher.com>
|
||||||
|
- Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
||||||
-
|
-
|
||||||
- Alternatively, the contents of this file may be used under the terms of
|
- Alternatively, the contents of this file may be used under the terms of
|
||||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
<!ENTITY cmdToggleProcessingInstructions.accesskey "Z">
|
<!ENTITY cmdToggleProcessingInstructions.accesskey "Z">
|
||||||
|
|
||||||
<!ENTITY cmdFlashSelected.label "Zvýrazniť vybraný prvok">
|
<!ENTITY cmdFlashSelected.label "Zvýrazniť vybraný prvok">
|
||||||
|
<!ENTITY cmdFlashSelected.accesskey "v">
|
||||||
|
|
||||||
<!ENTITY cmdToggleAttributes.label "Zobraziť atribúty">
|
<!ENTITY cmdToggleAttributes.label "Zobraziť atribúty">
|
||||||
<!ENTITY cmdToggleAttributes.accesskey "r">
|
<!ENTITY cmdToggleAttributes.accesskey "r">
|
||||||
|
@ -83,13 +85,22 @@
|
||||||
|
|
||||||
<!ENTITY findNodes.title "Hľadať uzly...">
|
<!ENTITY findNodes.title "Hľadať uzly...">
|
||||||
<!ENTITY findNodesById.label "ID">
|
<!ENTITY findNodesById.label "ID">
|
||||||
|
<!ENTITY findNodesById.accesskey "I">
|
||||||
|
<!ENTITY findNodesById.accesskey2 "d">
|
||||||
<!ENTITY findNodesByTag.label "Tag">
|
<!ENTITY findNodesByTag.label "Tag">
|
||||||
|
<!ENTITY findNodesByTag.accesskey "T">
|
||||||
|
<!ENTITY findNodesByTag.accesskey2 "g">
|
||||||
<!ENTITY findNodesByAttr.label "Atribút">
|
<!ENTITY findNodesByAttr.label "Atribút">
|
||||||
|
<!ENTITY findNodesByAttr.accesskey "A">
|
||||||
|
<!ENTITY findNodesByAttr.accesskey2 "r">
|
||||||
<!ENTITY findNodesByAttrValue.label "Hodnota">
|
<!ENTITY findNodesByAttrValue.label "Hodnota">
|
||||||
|
<!ENTITY findNodesByAttrValue.accesskey "H">
|
||||||
<!ENTITY findNodesSearchBy.label "Hľadať">
|
<!ENTITY findNodesSearchBy.label "Hľadať">
|
||||||
<!ENTITY findNodesDirection.label "Smer">
|
<!ENTITY findNodesDirection.label "Smer">
|
||||||
<!ENTITY findNodesDirectionUp.label "Nahor">
|
<!ENTITY findNodesDirectionUp.label "Nahor">
|
||||||
|
<!ENTITY findNodesDirectionUp.accesskey "h">
|
||||||
<!ENTITY findNodesDirectionDown.label "Nadol">
|
<!ENTITY findNodesDirectionDown.label "Nadol">
|
||||||
|
<!ENTITY findNodesDirectionDown.accesskey "N">
|
||||||
<!ENTITY findNodesFind.label "Hľadať">
|
<!ENTITY findNodesFind.label "Hľadať">
|
||||||
<!ENTITY findNodesCancel.label "Zrušiť">
|
<!ENTITY findNodesCancel.label "Zrušiť">
|
||||||
|
|
||||||
|
@ -109,11 +120,15 @@
|
||||||
|
|
||||||
<!ENTITY insertNode.title "Vložiť uzol">
|
<!ENTITY insertNode.title "Vložiť uzol">
|
||||||
<!ENTITY nodeType.label "Typ uzla:">
|
<!ENTITY nodeType.label "Typ uzla:">
|
||||||
|
<!ENTITY nodeType.accesskey "T">
|
||||||
<!ENTITY nodeType.element.label "Prvok">
|
<!ENTITY nodeType.element.label "Prvok">
|
||||||
<!ENTITY nodeType.text.label "Text">
|
<!ENTITY nodeType.text.label "Text">
|
||||||
<!ENTITY namespaceURI.label "Priestor názvov URI:">
|
<!ENTITY namespaceURI.label "Priestor názvov URI:">
|
||||||
|
<!ENTITY namespaceURI.accesskey "U">
|
||||||
<!ENTITY tagName.label "Názov tagu:">
|
<!ENTITY tagName.label "Názov tagu:">
|
||||||
|
<!ENTITY tagName.accesskey "N">
|
||||||
<!ENTITY nodeValue.label "Hodnota uzla:">
|
<!ENTITY nodeValue.label "Hodnota uzla:">
|
||||||
|
<!ENTITY nodeValue.accesskey "H">
|
||||||
|
|
||||||
<!ENTITY namespaceTitle.null.label "Nulový">
|
<!ENTITY namespaceTitle.null.label "Nulový">
|
||||||
<!ENTITY namespaceTitle.default.label "Predvolený podľa dokumentu">
|
<!ENTITY namespaceTitle.default.label "Predvolený podľa dokumentu">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче