Closed
Bug 354537
Opened 19 years ago
Closed 18 years ago
DOM Inspector Entities Need to be added.
Categories
(Mozilla Localizations :: nb-NO / Norwegian Bokmål, defect)
Mozilla Localizations
nb-NO / Norwegian Bokmål
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sdwilsh, Assigned: mail)
References
Details
Attachments
(1 file, 2 obsolete files)
|
16.89 KB,
patch
|
sdwilsh
:
review+
|
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
|
||
attached diff to bring nb-NO up to date. All differences between nb-NO and en-US are included, so there are a few additional changes from mentioned in bug description.
Please review and check in. Thanks.
| Reporter | ||
Comment 2•18 years ago
|
||
Can you please get an updated patch? Once it is ready, I can commit it.
| Assignee | ||
Comment 3•18 years ago
|
||
Thanks, sounds good!
Attaching patch for nb-NO inspector on trunk.
Attachment #245399 -
Attachment is obsolete: true
| Reporter | ||
Comment 4•18 years ago
|
||
fyi, you need to add your locale to the makefile here too:
http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/extensions/inspector/resources/Makefile.in&rev=1.36#51
| Assignee | ||
Comment 5•18 years ago
|
||
Sounds good, Shawn.
Added nb-NO to the makefile. compare-locales.pl report no differences.
Attachment #270793 -
Attachment is obsolete: true
| Reporter | ||
Updated•18 years ago
|
Assignee: bokmaal → havard.mork
| Reporter | ||
Updated•18 years ago
|
Attachment #270870 -
Flags: review+
| Reporter | ||
Comment 6•18 years ago
|
||
Please note that Bug 347791 will be adding more strings. For any future localization patches for DOMi, just cc me on the bug, and I'll get it checked in.
Checking in extensions/inspector/resources/Makefile.in;
new revision: 1.37; previous revision: 1.36
Checking in extensions/inspector/resources/locale/nb-NO/editing.dtd;
new revision: 1.2; previous revision: 1.1
Checking in extensions/inspector/resources/locale/nb-NO/inspector.dtd;
new revision: 1.4; previous revision: 1.3
Checking in extensions/inspector/resources/locale/nb-NO/inspector.properties;
new revision: 1.3; previous revision: 1.2
Checking in extensions/inspector/resources/locale/nb-NO/prefs.dtd;
new revision: 1.2; previous revision: 1.1
Checking in extensions/inspector/resources/locale/nb-NO/tasksOverlay.dtd;
new revision: 1.2; previous revision: 1.1
Checking in extensions/inspector/resources/locale/nb-NO/search/findFiles.dtd;
new revision: 1.2; previous revision: 1.1
Checking in extensions/inspector/resources/locale/nb-NO/search/junkImgs.dtd;
new revision: 1.2; previous revision: 1.1
Checking in extensions/inspector/resources/locale/nb-NO/viewers/boxModel.dtd;
new revision: 1.2; previous revision: 1.1
Checking in extensions/inspector/resources/locale/nb-NO/viewers/dom.dtd;
new revision: 1.3; previous revision: 1.2
Checking in extensions/inspector/resources/locale/nb-NO/viewers/domNode.dtd;
new revision: 1.3; previous revision: 1.2
Checking in extensions/inspector/resources/locale/nb-NO/viewers/jsObject.dtd;
new revision: 1.3; previous revision: 1.2
Checking in extensions/inspector/resources/locale/nb-NO/viewers/styleRules.dtd;
new revision: 1.3; previous revision: 1.2
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•