Closed
Bug 354538
Opened 19 years ago
Closed 19 years ago
DOM Inspector Entities Need to be added.
Categories
(Mozilla Localizations :: pl / Polish, defect)
Mozilla Localizations
pl / Polish
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sdwilsh, Assigned: marcoos)
References
Details
Attachments
(3 files)
|
4.72 KB,
patch
|
zbraniecki
:
review+
|
Details | Diff | Splinter Review |
|
5.20 KB,
patch
|
Details | Diff | Splinter Review | |
|
6.09 KB,
patch
|
Details | Diff | Splinter Review |
Entities were added from Bug 205872. These belong in viewers/domNode.dtd
<!ENTITY nodeValue.label "Node Value:">
<!ENTITY namespaceTitle.null.label "null">
<!ENTITY namespaceTitle.default.label "Document Default">
<!-- LOCALIZATION NOTE: DO NOT LOCALIZE These are generic Namespaces -->
<!ENTITY namespaceTitle.XMLNS.label "XMLNS">
<!ENTITY namespaceTitle.XML.label "XML">
<!ENTITY namespaceTitle.XHTML.label "XHTML">
<!ENTITY namespaceTitle.XLink.label "XLink">
<!ENTITY namespaceTitle.XSLT.label "XSLT">
<!ENTITY namespaceTitle.XBL.label "XBL">
<!ENTITY namespaceTitle.MathML.label "MathML">
<!ENTITY namespaceTitle.RDF.label "RDF">
<!ENTITY namespaceTitle.XUL.label "XUL">
<!ENTITY namespaceTitle.SVG.label "SVG">
<!ENTITY namespaceTitle.XMLEvents.label "XML Events">
<!ENTITY namespaceTitle.WAIRoles.label "WAI Roles">
<!ENTITY namespaceTitle.WAIProperties.label "WAI Properties">
<!ENTITY namespaceTitle.custom.label "Custom">
| Assignee | ||
Comment 1•19 years ago
|
||
This also includes the stuff from bug 343463 (which has been waiting like forever for check in) and some other things that have been changed in DOM Inspector, but the localizers haven't been made aware of.
Please check this in.
| Reporter | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
| Assignee | ||
Updated•19 years ago
|
Version: zu / Zulu → unspecified
Comment 2•19 years ago
|
||
Comment on attachment 240600 [details] [diff] [review]
Patch
pike?
Attachment #240600 -
Flags: review+
Attachment #240600 -
Flags: approval-l10n?
Comment 3•19 years ago
|
||
Comment on attachment 240600 [details] [diff] [review]
Patch
approval-l10n has no meaning here, nor elsewhere, really.
I expect that you want to patch the extensions/inspector/resources/Makefile.in, too, and see if you can get a check-in buddy.
sdwilsh?
Attachment #240600 -
Flags: approval-l10n?
| Assignee | ||
Comment 4•19 years ago
|
||
Comment 5•19 years ago
|
||
I can check this in, I just was sure that it requires approval to get it in *^^* I'm tired ;)
| Assignee | ||
Comment 6•19 years ago
|
||
So, gandalf, will you check this in?
Comment 7•19 years ago
|
||
I was about to check this in, but it seems it's already out of date:
Comparing pl to en-US
Entities in ./inspector.dtd don't match:
In /i/moz/mozilla/extensions/inspector/resources/locale/en-US: (add these keys to you localization)
mnInspectContentDocument.label
mnInspectContentDocument.accesskey
mnInspectChromeDocument.label
mnInspectChromeDocument.accesskey
Do you want me to check in the dtd changes only?
Comment 8•19 years ago
|
||
(the updates that need to be made are due to bug 337069)
| Assignee | ||
Comment 9•19 years ago
|
||
This one adds the mnInspect* strings as well.
Comment 10•19 years ago
|
||
I checked that patch in.
mozilla/extensions/inspector/resources/locale/pl/inspector.properties 1.3
mozilla/extensions/inspector/resources/locale/pl/viewers/dom.dtd 1.3
mozilla/extensions/inspector/resources/locale/pl/viewers/domNode.dtd 1.4
mozilla/extensions/inspector/resources/locale/pl/viewers/jsObject.dtd 1.3
mozilla/extensions/inspector/resources/locale/pl/inspector.dtd 1.4
mozilla/extensions/inspector/resources/Makefile.in 1.27
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
| Assignee | ||
Comment 11•19 years ago
|
||
Thank you, Gavin. :)
| Assignee | ||
Comment 12•19 years ago
|
||
Verified with Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9a1) Gecko/2006111704 Minefield/3.0a1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•