Closed
Bug 63108
Opened 25 years ago
Closed 24 years ago
Imported address books not showing localized name
Categories
(SeaMonkey :: MailNews: Account Configuration, defect, P3)
SeaMonkey
MailNews: Account Configuration
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: karl, Assigned: hewitt)
References
Details
(Keywords: l12y, Whiteboard: [nsbeta1+])
Attachments
(1 file)
2.50 KB,
patch
|
Details | Diff | Splinter Review |
When I import an Outlook Express (probably others too) address book using a
localized version of Mozilla (2000-12-15), I get a new address book
named 'Outlook Express Address Book'. This should be localizable, e.g. for my
Norwegian language pack, it should be 'Outlook Express-adressebok'.
Comment 3•25 years ago
|
||
I search the string "Outlook Express Address Book"
and the result is in
http://lxr.mozilla.org/seamonkey/search?string=Outlook+Express+Address+Book
The guilty code is in
/mailnews/import/oexpress/nsOEImport.cpp, line 553 -- nsString str;
str.AppendWithConversion("Outlook Express address book (windows address book)");
/mailnews/import/oexpress/nsOEImport.cpp, line 581 -- nsString str;
str.AppendWithConversion("Outlook Express Address Book");
/mailnews/import/oexpress/nsOEImport.cpp, line 632 -- IMPORT_LOG0( "IMPORTING
OUTLOOK EXPRESS ADDRESS BOOK\n");
which submit by tonyr%fbdesigns.com
Reassign this bug to scottip@netscape.com
Assignee: ftang → putterman
Component: Localization → Account Manager
Product: Browser → MailNews
Comment 5•25 years ago
|
||
Changed QA contact to marina@netscape.com and cc'd ji@netscape.com.
QA Contact: teruko → marina
Updated•25 years ago
|
Priority: -- → P3
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9
Comment 6•25 years ago
|
||
marking nsbeta1+ and moving to mozilla0.9
Comment 8•24 years ago
|
||
reassigning to chuang. Candice, can you take a look at this one?
Assignee: tonyr → chuang
Assignee | ||
Comment 12•24 years ago
|
||
Comment 13•24 years ago
|
||
sr=mscott
Comment 15•24 years ago
|
||
actually, any reason those nsStrings could be on the stack instead of the heap?
(nsAutoString vs nsString)
a=roc on behalf of drivers
Comment 17•24 years ago
|
||
r=nhotta
Assignee | ||
Comment 18•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 19•24 years ago
|
||
Xianglan, if you have OE JA, could you verify this one with JA build? Thanks.
Comment 20•24 years ago
|
||
Checked address book import from OE5.5-J to NS6.1 Japanese build based on 07/05
branch build. "Outlook Express Address Book" shows in English after import.
But since this Japanese build has a lot of English strings left and it's only
used for functionality testing, I'll leave this as unverifed until I check it
on a Japanese build which is good for UI testing.
QA contact to myself.
QA Contact: marina → ji
Comment 21•24 years ago
|
||
Verified with NS6.1 Ja build. It's localizable now.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•