Closed
Bug 592503
Opened 15 years ago
Closed 15 years ago
[pl] Wrong variable name used in WARN_MIN_SUPPORTED_OS_MSG
Categories
(Mozilla Localizations :: pl / Polish, defect)
Mozilla Localizations
pl / Polish
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Gavin, Assigned: marcoos)
References
()
Details
This changeset renamed the string:
http://hg.mozilla.org/mozilla-central/rev/d7e69dfa7b7f
It also changed the variable name from MinUnsupportedVer to MinSupportedVer.
When updating to take into account the string name change, the variable name change was forgotten.
The change applies to both 1.9.2 and trunk, so it needs to be fixed in both places.
Assignee | ||
Comment 1•15 years ago
|
||
This is the current pl string for Firefox installer on l10n-central:
WARN_MIN_SUPPORTED_OS_MSG=Przepraszamy, program $BrandShortName nie może zostać zainstalowany. Ta wersja programu $BrandShortName wymaga ${MinSupportedVer} lub nowszego.
The name is the same, and the variables are the same as in the checkin you linked to in comment 0.
Is this a WFM, or am I misunderstanding anything?
Assignee | ||
Comment 2•15 years ago
|
||
This string in 1.9.2 also looks the same as on central.
The pl string for Thunderbird uses slightly different wording, but with the same meaning and the same variables.
The string for Sunbird indeed uses MinUnSupportedVer, but since Sunbird's demise and Calendar being now only Lightning, there's no point in fixing Sunbird's installer localization.
I still don't understand the problem here.
Reporter | ||
Comment 3•15 years ago
|
||
Sorry for the false alarm - I probably just failed to notice that the pl/ result was for a calendar string.
(Should those calendar files be removed if they're no longer being updated?)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•