Closed Bug 427784 Opened 17 years ago Closed 9 years ago

[ne-NP] dialog.style in customizeToolbar.dtd should not be translated

Categories

(Mozilla Localizations :: ne-NP / Nepali (Nepal), defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: marcoos, Unassigned)

References

()

Details

Attachments

(1 file)

In your locale, this entity in customizeToolbar.properties: <!ENTITY dialog.style "width: 635px; height: 400px;"> is translated into your local language. This is not what you should do here. This is CSS style code telling how wide and high that window should be - so you should only change the numbers '635' and '400', but do not translate the words 'width' nor 'height'. For example, this is OK (if you want the window to have the dimensions 735x420: <!ENTITY dialog.style "width: 735px; height: 420px;"> and this is WRONG: <!ENTITY dialog.style "[your local word for 'width']: 635px; [your local word for 'height']: 400px;">
Note that by "customizeToolbar.properties" I actually meant the file "toolkit/chrome/global/customizeToolbar.dtd", not the .properties one. My bad, sorry for the confusion.
Summary: dialog.style in customizeToolbar.properties should not be translated → [ne-NP] dialog.style in customizeToolbar.properties should not be translated
Summary: [ne-NP] dialog.style in customizeToolbar.properties should not be translated → [ne-NP] dialog.style in customizeToolbar.dtd should not be translated
Attached patch PatchSplinter Review
This should fix it.
I think this is no longer a problem. Could we close this issue with following resolution: RESOLVED FIXED. Thanks
Flags: needinfo?(l10n)
More WORKSFORME at this point, since the string is not available anymore.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(l10n)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: