mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 302465 - Add Czech locales for DOMI, patch by Pavel Franc - Pawell (Czilla.cz) <p.franc@gmail.com>, blanket-a=me
This commit is contained in:
parent
60af39f0dd
commit
4d78e340ea
@ -45,6 +45,7 @@ VPATH=@srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ALL_LOCALES = \
|
||||
cs-CZ \
|
||||
de \
|
||||
en-US \
|
||||
$(NULL)
|
||||
|
16
extensions/inspector/resources/locale/cs-CZ/editing.dtd
Normal file
16
extensions/inspector/resources/locale/cs-CZ/editing.dtd
Normal file
@ -0,0 +1,16 @@
|
||||
<!ENTITY mnEditUndo.label "Zpět">
|
||||
<!ENTITY mnEditUndo.accesskey "Z">
|
||||
<!ENTITY mnEditRedo.label "Znovu">
|
||||
<!ENTITY mnEditRedo.accesskey "o">
|
||||
<!ENTITY mnEditCut.label "Vyjmout">
|
||||
<!ENTITY mnEditCut.accesskey "V">
|
||||
<!ENTITY mnEditCopy.label "Kopírovat">
|
||||
<!ENTITY mnEditCopy.accesskey "K">
|
||||
<!ENTITY mnEditPaste.label "Vložit">
|
||||
<!ENTITY mnEditPaste.accesskey "l">
|
||||
<!ENTITY mnEditInsert.label "Přidat">
|
||||
<!ENTITY mnEditInsert.accesskey "P">
|
||||
<!ENTITY mnEditEdit.label "Upravit">
|
||||
<!ENTITY mnEditEdit.accesskey "U">
|
||||
<!ENTITY mnEditDelete.label "Odebrat">
|
||||
<!ENTITY mnEditDelete.accesskey "d">
|
52
extensions/inspector/resources/locale/cs-CZ/inspector.dtd
Normal file
52
extensions/inspector/resources/locale/cs-CZ/inspector.dtd
Normal file
@ -0,0 +1,52 @@
|
||||
<!ENTITY Inspector.title "DOM Inspektor">
|
||||
<!ENTITY thDOMNodes.label "Uzly DOM">
|
||||
<!ENTITY btnInspect.label "Prozkoumat">
|
||||
<!ENTITY bxDocPanel.title "Dokument">
|
||||
<!ENTITY bxObjectPanel.title "Objekt">
|
||||
<!ENTITY btnSelecting.tooltip "Pomocí klepnutí vybere uzel">
|
||||
<!ENTITY btnFind.tooltip "Pomocí id, tagu nebo atributu najde uzel ">
|
||||
<!-- MAIN MENU ITEMS -->
|
||||
<!ENTITY mnFile.label "Soubor">
|
||||
<!ENTITY mnWindows.label "Prozkoumat okno">
|
||||
<!ENTITY mnWindows.accesskey "o">
|
||||
<!ENTITY mnFile.accesskey "S">
|
||||
<!ENTITY cmdShowOpenURLDialog.label "Prozkoumat URL">
|
||||
<!ENTITY cmdShowOpenURLDialog.accesskey "U">
|
||||
<!ENTITY cmdClose.label "Zavřít">
|
||||
<!ENTITY cmdClose.accesskey "Z">
|
||||
<!ENTITY cmdExit.label "Ukončit">
|
||||
<!ENTITY cmdExit.accesskey "k">
|
||||
<!ENTITY mnEdit.label "Úpravy">
|
||||
<!ENTITY mnEdit.accesskey "p">
|
||||
<!ENTITY cmdUndo.label "Zpět">
|
||||
<!ENTITY cmdUndo.accesskey "Z">
|
||||
<!ENTITY cmdRedo.label "Znovu">
|
||||
<!ENTITY cmdRedo.accesskey "o">
|
||||
<!ENTITY cmdCut.label "Vyjmout">
|
||||
<!ENTITY cmdCut.accesskey "t">
|
||||
<!ENTITY cmdCopy.label "Kopírovat">
|
||||
<!ENTITY cmdCopy.accesskey "K">
|
||||
<!ENTITY cmdPaste.label "Vložit">
|
||||
<!ENTITY cmdPaste.accesskey "l">
|
||||
<!ENTITY cmdDelete.label "Smazat">
|
||||
<!ENTITY cmdDelete.accesskey "S">
|
||||
<!ENTITY mnSearch.label "Hledat">
|
||||
<!ENTITY mnSearch.accesskey "H">
|
||||
<!ENTITY mnSearchPlugins.label "Rozšíření">
|
||||
<!ENTITY mnSearchPlugins.accesskey "e">
|
||||
<!ENTITY cmdRunSearch.label "Spustit">
|
||||
<!ENTITY cmdRunSearch.accesskey "S">
|
||||
<!ENTITY mnView.label "Zobrazit">
|
||||
<!ENTITY mnView.accesskey "Z">
|
||||
<!ENTITY cmdToggleBrowser.label "Prohlížeč">
|
||||
<!ENTITY cmdToggleSearch.label "Výsledky hledání">
|
||||
<!ENTITY cmdViewSearchItem.label "Zobrazit...">
|
||||
<!ENTITY cmdEditSearchItem.label "Úpravy">
|
||||
<!ENTITY cmdCopySearchItemLine.label "Kopírovat řádku">
|
||||
<!ENTITY cmdCopySearchItemAll.label "Kopírovat vše">
|
||||
<!ENTITY cmdSaveSearchItemText.label "Uložit">
|
||||
<!ENTITY cmdClearSearch.label "Vyčistit">
|
||||
<!ENTITY cmdHideSearchItems.label "Skrýt">
|
||||
<!ENTITY browserPanel.label "Prohlížeč">
|
||||
<!ENTITY inspectNewWindow.label "Prozkoumat v novém okně">
|
||||
<!ENTITY closeCmd.key "W">
|
@ -0,0 +1,70 @@
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is DOM Inspector.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Netscape Communications Corporation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2003
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# 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
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
|
||||
inspectURL.title=Prozkoumat URL
|
||||
inspectURL.message=Vlo\u017Ete URL:
|
||||
inspectWindow.error.message=Nepoda\u0159ilo se p\u0159epnout na po\u017Eadovan\u00E9 okno
|
||||
inspectWindow.error.title=Prozkoumat chyby okna
|
||||
styleRuleNewProperty.title=Nov\u00E9 pravidlo stylu
|
||||
styleRuleEditProperty.title=\u00DAprava pravidla stylu
|
||||
styleRulePropertyValue.message=Vlo\u017Ete hodnotu vlastnosti:
|
||||
styleRulePropertyName.message=Vlo\u017Ete jm\u00E9no vlastnosti
|
||||
sidebar.title=DOM Inspektor
|
||||
sidebarInstalled=Postrann\u00ED li\u0161ta je nainstalov\u00E1na
|
||||
newAttribute.title=Nov\u00FD atribut
|
||||
editAttribute.title=\u00DApravy atributu
|
||||
enterAttrName.message=Vlo\u017Ete jm\u00E9no atributu
|
||||
enterAttrValue.message=Vlo\u017Ete hodnotu atributu
|
||||
findNodesDocumentEnd.message=Dosa\u017Een konec dokumentu
|
||||
findNodesDocumentEnd.title=Naj\u00EDt uzel
|
||||
#LOCALIZATION NOTE (root.title) label displayed for the tree head of the JavaScript Object tree
|
||||
root.title=Ko\u0159en
|
||||
|
||||
# The following items correspond to the node types defined by the
|
||||
# W3C DOM Core specification.
|
||||
1=Prvek
|
||||
2=Atribut
|
||||
3=Text
|
||||
4=Sekce CDATA
|
||||
5=Odkaz entity
|
||||
6=Entita
|
||||
7=Prov\u00E1d\u011Bj\u00EDc\u00ED instrukce
|
||||
8=Koment\u00E1\u0159
|
||||
9=Dokument
|
||||
10=Typ dokumentu
|
||||
11=Fragment dokumentu
|
||||
12=Z\u00E1znam
|
14
extensions/inspector/resources/locale/cs-CZ/prefs.dtd
Normal file
14
extensions/inspector/resources/locale/cs-CZ/prefs.dtd
Normal file
@ -0,0 +1,14 @@
|
||||
<!ENTITY Inspector.label "DOM Inspektor">
|
||||
<!ENTITY Sidebar.label "Postranní lišta">
|
||||
<!ENTITY elementBlinking.label "Zvýraznění prvků">
|
||||
<!ENTITY blinkSelectedElement.label "Zvýraznit vybraný prvek">
|
||||
<!ENTITY borderColor.label "Barva rámečku">
|
||||
<!ENTITY borderWidth.label "Šířka rámečku">
|
||||
<!ENTITY px.label "(px)">
|
||||
<!ENTITY blinkDuration.label "Doba zvýraznění">
|
||||
<!ENTITY ms.label "(ms)">
|
||||
<!ENTITY blinkSpeed.label "Rychlost zvýraznění">
|
||||
<!ENTITY invertColors.label "Obrátit barvy">
|
||||
<!ENTITY installHowTo.label "Postranní lišta DOM Inspektoru není nainstalována. Pro přidání postranní lišty klepněta na tlačítko 'Instalovat'.">
|
||||
<!ENTITY install.label "Instalovat">
|
||||
<!ENTITY addNavigatorHooks.label "Přidat do kontextové nabídky v Prohlížeči">
|
@ -0,0 +1,4 @@
|
||||
<!ENTITY findFiles.title "Najít soubory...">
|
||||
<!ENTITY txSearchFor.label "Hledat:">
|
||||
<!ENTITY txSearchPath.label "Hledat v:">
|
||||
<!ENTITY cbRecurse.label "Prohledat podsložky">
|
@ -0,0 +1,2 @@
|
||||
<!ENTITY junkImgs.title "V aktuálním motivu vzhledu najít nepoužité obrázky">
|
||||
<!ENTITY junkImgsDescription "Aby bylo toto vyhledávání efektivní, musíte vyšetřovat dokument, který načítá VŠECHNY CSS soubory v aktuálním motivu vzhledu. Po té, vložte umístění kořenového adresáře aktuálního motivu vzhledu.">
|
@ -0,0 +1,7 @@
|
||||
<!ENTITY inspectorTaskCmd.label "DOM Inspektor">
|
||||
<!ENTITY inspectorTaskCmd.commandkey "i">
|
||||
<!ENTITY inspectorTaskCmd.accesskey.ff "n">
|
||||
<!ENTITY inspectorTaskCmd.accesskey "I">
|
||||
|
||||
<!ENTITY inspectPageTaskCmd.label "Prozkoumat stránku">
|
||||
<!ENTITY inspectPageTaskCmd.accesskey "s">
|
@ -0,0 +1,42 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY boxPosition.label "Umístění">
|
||||
<!ENTITY boxDimension.label "Rozměry">
|
||||
<!ENTITY boxMargin.label "Vnější okraj">
|
||||
<!ENTITY boxBorder.label "Rámeček">
|
||||
<!ENTITY boxPadding.label "Vnitřní okraj">
|
@ -0,0 +1,39 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY propertyName.label "Vlastnost">
|
||||
<!ENTITY propertyValue.label "Hodnota">
|
74
extensions/inspector/resources/locale/cs-CZ/viewers/dom.dtd
Normal file
74
extensions/inspector/resources/locale/cs-CZ/viewers/dom.dtd
Normal file
@ -0,0 +1,74 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY cmdShowFindDialog.label "Najít uzel">
|
||||
<!ENTITY cmdShowFindDialog.accesskey "N">
|
||||
<!ENTITY cmdShowFindDialog.accelkey "f">
|
||||
<!ENTITY cmdFindNext.label "Najít další">
|
||||
<!ENTITY cmdFindNext.accesskey "N">
|
||||
<!ENTITY cmdToggleAnonContent.label "Zobrazit anonymní obsah">
|
||||
<!ENTITY cmdToggleAnonContent.accesskey "a">
|
||||
<!ENTITY cmdToggleWhitespaceNodes.label "Zobrazit prázdné uzly">
|
||||
<!ENTITY cmdToggleWhitespaceNodes.accesskey "p">
|
||||
<!ENTITY cmdFlashSelected.label "Zvýraznit vybraný prvek">
|
||||
<!ENTITY cmdToggleAttributes.label "Zobrazit atributy">
|
||||
<!ENTITY cmdToggleAttributes.accesskey "r">
|
||||
<!ENTITY cmdSelectByClick.label "Vybrat prvek klepnutím">
|
||||
<!ENTITY cmdSelectByClick.accesskey "V">
|
||||
<!ENTITY ColumnsDialog.title "Sloupce">
|
||||
<!ENTITY cmdShowColumnsDialog.label "Sloupce">
|
||||
<!ENTITY cmdShowColumnsDialog.accesskey "c">
|
||||
<!ENTITY cmdInsertNode.label "Přidat">
|
||||
<!ENTITY cmdDeleteNode.label "Smazat">
|
||||
<!ENTITY cmdCopyXML.label "Kopírovat XML">
|
||||
<!ENTITY cmdBlink.label "Zvýraznit prvek">
|
||||
<!ENTITY cmdInspectBrowser.label "Prozkoumat">
|
||||
<!ENTITY cmdInspectInNewWindow.label "Prozkoumat v novém okně">
|
||||
<!ENTITY cmdShowPseudoClasses.label "Nastavit pseudo-třidy">
|
||||
<!ENTITY cmdShowPseudoClasses.accesskey "p">
|
||||
<!ENTITY pseudoClasses.title "Pseudo-třídy">
|
||||
<!ENTITY findNodes.title "Najít uzel">
|
||||
<!ENTITY findNodesById.label "Id">
|
||||
<!ENTITY findNodesByTag.label "Tag">
|
||||
<!ENTITY findNodesByAttr.label "Atribut">
|
||||
<!ENTITY findNodesByAttrValue.label "Hodnota">
|
||||
<!ENTITY findNodesSearchBy.label "Hledat">
|
||||
<!ENTITY findNodesDirection.label "Směr">
|
||||
<!ENTITY findNodesDirectionUp.label "Nahoru">
|
||||
<!ENTITY findNodesDirectionDown.label "Dolů">
|
||||
<!ENTITY findNodesFind.label "Najít">
|
||||
<!ENTITY findNodesCancel.label "Zrušit">
|
@ -0,0 +1,41 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY nodeName.label "Jméno uzlu">
|
||||
<!ENTITY namespaceURI.label "Jmenný prostor">
|
||||
<!ENTITY nodeType.label "Typ uzlu">
|
||||
<!ENTITY nodeValue.label "Hodnota uzlu">
|
@ -0,0 +1,44 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY jsCopyValue.label "Kopírovat hodnotu">
|
||||
<!ENTITY jsEval.label "Vyhodnotit Javascript">
|
||||
<!ENTITY jsProperty.label "Vlastnost">
|
||||
<!ENTITY jsValue.label "Hodnota">
|
||||
<!ENTITY jsEval.desc "Vložte výraz v jazyce Javascript. Proměnná "target" je objektem, který je právě zvolen. Navrácená hodnota bude zobrazena v Javascript Object Viewer.">
|
||||
<!ENTITY jsExecute.label "Spustit">
|
||||
<!ENTITY jsCancel.label "Zrušit">
|
@ -0,0 +1,54 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY miFindCSSRules.label "Najít pravidlo CSS...">
|
||||
<!ENTITY miFindCSSRules.accesskey "N">
|
||||
<!ENTITY newRules.label "Nový">
|
||||
<!ENTITY deleteSelectedRules.label "Odstranit">
|
||||
<!ENTITY disableSelectedRules.label "deaktivovaný">
|
||||
<!ENTITY openSelectedFileInEditor.label "Otevřít v editoru">
|
||||
<!ENTITY newProperty.label "Nová vlastnost">
|
||||
<!ENTITY editSelectedProperty.label "Upravit hodnotu">
|
||||
<!ENTITY deleteSelectedProperty.label "Odstranit">
|
||||
<!-- LOCALIZATION NOTE: DO NOT LOCALIZE "!important" since it is a CSS API -->
|
||||
<!ENTITY toggleSelectedImportant.label "Přepnout !important">
|
||||
<!ENTITY styleRule.label "Pravidlo">
|
||||
<!ENTITY styleRuleURI.label "Soubor">
|
||||
<!ENTITY styleRuleLineNumber.label "Řádka">
|
||||
<!ENTITY styleRulePropPriority.label "Priorita">
|
||||
<!ENTITY styleRulePropName.label "Vlastnost">
|
||||
<!ENTITY styleRulePropValue.label "Hodnota">
|
@ -0,0 +1,39 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY styleLocation.label "Styly">
|
||||
<!ENTITY styleRules.label "Pravidla">
|
@ -0,0 +1,46 @@
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
#if 0
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is DOM Inspector.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Christopher A. Aillon <christopher@aillon.com>.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2003
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
#endif
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
<!ENTITY bindingContent.label "Obsah">
|
||||
<!ENTITY bindingMethods.label "Metody">
|
||||
<!ENTITY bindingProperties.label "Vlastnosti">
|
||||
<!ENTITY bindingGetter.label "Vyzvedávač">
|
||||
<!ENTITY bindingSetter.label "Nastavovač">
|
||||
<!ENTITY bindingProperty.label "Vlastnost">
|
||||
<!ENTITY bindingHandlers.label "Obsluhovače">
|
||||
<!ENTITY bindingResources.label "Zdroje">
|
||||
<!ENTITY bindingSourceCode.label "Zdrojový kód">
|
Loading…
Reference in New Issue
Block a user