L10N update.
L10N update.
--- a/dom/chrome/dom/dom.properties
+++ b/dom/chrome/dom/dom.properties
@@ -45,16 +45,17 @@ FormValidationBadInputNumber=Vložte prosím číslo.
GetAttributeNodeWarning=Použití getAttributeNode() je zastaralé. Používejte raději getAttribute().
SetAttributeNodeWarning=Použití setAttributeNode() je zastaralé. Používejte raději setAttribute().
GetAttributeNodeNSWarning=Použití getAttributeNodeNS() je zastaralé. Používejte raději getAttributeNS().
SetAttributeNodeNSWarning=Použití setAttributeNodeNS() je zastaralé. Používejte raději setAttributeNS().
RemoveAttributeNodeWarning=Použití removeAttributeNode() je zastaralé. Používejte raději removeAttribute().
CreateAttributeWarning=Použití document.createAttribute() je zastaralé. Používejte raději element.setAttribute().
CreateAttributeNSWarning=Použití document.createAttributeNS() je zastaralé. Používejte raději element.setAttributeNS().
SpecifiedWarning=Použití daného atributu na uzlu v attributes je zastaralé. Návratová hodnota je vždy true.
+OwnerElementWarning=Použití atributu ownerElement na uzlu v attributes je zastaralé.
NodeValueWarning=Použití atributu nodeValue na uzlu v attributes je zastaralé. Používejte raději value.
TextContentWarning=Použití atributu textContent na uzlu v attributes je zastaralé. Používejte raději value.
EnablePrivilegeWarning=Použití enablePrivilege je zastaralé.Používejte raději kód, který má systémová oprávnění (např. rozšíření).
nsIJSONDecodeDeprecatedWarning=Použití nsIJSON.decode je zastaralé. Používejte raději JSON.parse.
nsIJSONEncodeDeprecatedWarning=Použití nsIJSON.encode je zastaralé. Používejte raději JSON.stringify.
nsIDOMWindowInternalWarning=Použití nsIDOMWindowInternal je zastaralé. Používejte raději nsIDOMWindow.
InputEncodingWarning=Použití inputEncoding je zastaralé.
# LOCALIZATION NOTE: Do not translate "MozBeforePaint" and "mozRequestAnimationFrame"