Closed Bug 427791 Opened 18 years ago Closed 16 years ago

[si] dialog.style in customizeToolbar.dtd should not be translated

Categories

(Mozilla Localizations :: si / Sinhala, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marcoos, Unassigned)

References

()

Details

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 → [si] dialog.style in customizeToolbar.properties should not be translated
Summary: [si] dialog.style in customizeToolbar.properties should not be translated → [si] dialog.style in customizeToolbar.dtd should not be translated
Hi Marek, I did same mistake in few places. :( At the moment(this PC) not having the Fx l10n content. So, will update them ASAP.
Hi Marek, Reversed the translated strings back and commited. Please check now. :)
This looks OK now, marking as fixed (should have done it a year ago :))
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.