Closed
Bug 427806
Opened 17 years ago
Closed 17 years ago
[ml] window.size in createProfileWizard.dtd should not be translated
Categories
(Mozilla Localizations :: ml / Malayalam, defect)
Mozilla Localizations
ml / Malayalam
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcoos, Unassigned)
Details
In your locale, this entity in toolkit/chrome/mozapps/profile/createProfileWizard.dtd:
<!ENTITY window.size "width: 45em; height: 34em;">
is translated into your local language. This is not what you
should do here. This is CSS style code telling how wide
that window should be - so you should only change the numbers
'36' and '18', but not translate the words 'width' and 'height'.
For example, this is OK (if you want the window to have the dimensions 46x35):
<!ENTITY window.size "width: 46em; height: 35em;">
and this is WRONG:
<!ENTITY window.style "[your local word for width]: 45em; [your local word for height]: 34em;">
Comment 1•17 years ago
|
||
Thanks to Joshy, the error have been fixed and the file have been checked in.
Reporter | ||
Comment 2•17 years ago
|
||
Marking fixed per this check-in:
http://bonsai-l10n.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=l10n/ml/toolkit/chrome/mozapps/profile&command=DIFF_FRAMESET&file=createProfileWizard.dtd&rev1=1.4&rev2=1.5&root=/l10n
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•