Closed
Bug 409949
Opened 17 years ago
Closed 17 years ago
Incorrect translations on Thunderbird dialog
Categories
(Mozilla Localizations :: es-ES / Spanish, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: knocte, Assigned: rpmdisguise-nave)
References
Details
Attachments
(1 file)
7.66 KB,
image/png
|
Details |
Bad strings:
1) "Mail está enviando correo."
2) "Espere"
Expected:
1) "Thunderbird está enviando correo."
2) "Esperar"
Assignee | ||
Comment 1•17 years ago
|
||
Regarding error #1, it is actually right according to english string:
http://lxr.mozilla.org/mozilla1.8/source/mail/locales/en-US/chrome/messenger/messengercompose/composeMsgs.properties#302
It says "Mail", not "Thunderbird" nor any variable to be replaced by branding.
Status: NEW → ASSIGNED
Depends on: 409980
Comment 2•17 years ago
|
||
Please, add some MailCo people to get fix this.
Comment 3•17 years ago
|
||
301 ## LOCALIZATION NOTE (quitComposeWindowMessage): don't translate \n
302 quitComposeWindowMessage=Mail is currently in the process of sending a message.\nWould you like to wait until the message has been sent before quitting or quit now?
Well, "don't translate". But, why?
Reporter | ||
Comment 4•17 years ago
|
||
(In reply to comment #3)
> 301 ## LOCALIZATION NOTE (quitComposeWindowMessage): don't translate \n
> 302 quitComposeWindowMessage=Mail is currently in the process of sending a
> message.\nWould you like to wait until the message has been sent before
> quitting or quit now?
>
>
> Well, "don't translate". But, why?
>
I think that's a bug: the string should use &brandShortName; (instead of "Mail") or the analog infrastructure for that type of file. We could do this: file the bug about this, and after that, replace "Mail" with "Thunderbird" as a workaround for that bug.
Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
>
> I think that's a bug: the string should use &brandShortName; (instead of
> "Mail") or the analog infrastructure for that type of file. We could do this:
> file the bug about this, and after that, replace "Mail" with "Thunderbird" as a
> workaround for that bug.
Look at the "Depends on" section. I filed bug 409980 for that two months ago. :-)
Assignee | ||
Comment 6•17 years ago
|
||
(In reply to comment #5)
> (In reply to comment #4)
> >
> > I think that's a bug: the string should use &brandShortName; (instead of
> > "Mail") or the analog infrastructure for that type of file. We could do this:
> > file the bug about this, and after that, replace "Mail" with "Thunderbird" as a
> > workaround for that bug.
>
>
> Look at the "Depends on" section. I filed bug 409980 for that two months ago.
> :-)
The bug 409980 has been fixed committing changes to trunk (not MOZILLA_1_8_BRANCH), and I have reflected changes in es-ES translation of Thunderbird 3.0a1 and SeaMonkey 2.0a1pre. Since the fix hasn't made it for Thunderbird 2.0.0.x, I can't fix it in that branch neither.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•17 years ago
|
||
(In reply to comment #5)
>
> Look at the "Depends on" section. I filed bug 409980 for that two months ago.
> :-)
>
Cool, I didn't notice.
BTW, no one has talked about the 2nd issue in the bug. Has it been fixed too?
You need to log in
before you can comment on or make changes to this bug.
Description
•