Bug 38248 - TVT21: Strings not externalized
Summary: TVT21: Strings not externalized
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 major (vote)
Target Milestone: 2.1.1   Edit
Assignee: Lynne Kues CLA
QA Contact:
URL:
Whiteboard:
Keywords: nl, readme
: 38269 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-29 18:10 EDT by Hwa Truong CLA
Modified: 2003-06-09 18:22 EDT (History)
4 users (show)

See Also:


Attachments
Windows clip with untranslated strings (231.12 KB, image/bmp)
2003-05-29 18:11 EDT, Hwa Truong CLA
no flags Details
SuSe clip (210.12 KB, image/bmp)
2003-05-29 18:12 EDT, Hwa Truong CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hwa Truong CLA 2003-05-29 18:10:49 EDT
Build Driver: 20030528
Reporter: Ricardo Mandl

Test case: 02.37700

Description:
The panel "Select Folder" that is displayed when we click on "Folder" button is 
partially in English. Several fields, words are
in English, like: "Folders","Selection" and "Cancel" button.

See attached images as example.

Steps to recreate:
1. Windows -> Preferences
2. Expand Workbench, click in Linked Resources
3. Click on New... button
4. In New Variable panel, click on "Folder" button
5. The panel with problem is displayed.

Comments:

This happens for all OS.  Attached is a windows and SuSE screen shot.
Comment 1 Hwa Truong CLA 2003-05-29 18:11:29 EDT
Created attachment 5007 [details]
Windows clip with untranslated strings
Comment 2 Hwa Truong CLA 2003-05-29 18:12:16 EDT
Created attachment 5008 [details]
SuSe clip
Comment 3 Tod Creasey CLA 2003-05-30 15:08:44 EDT
Should consider for 2.1.1
Comment 4 Lynne Kues CLA 2003-05-30 15:28:29 EDT
The window that is being talked about is the SWT DirectoryDialog.  Reassigning 
the report to SWT for comment and copying VI.
Comment 5 Veronika Irvine CLA 2003-05-30 15:40:11 EDT
The DirectoryDialog is a native dialog.  In order to see the text in the 
correct language, you must make sure your locale is correctly configured.  SWT 
does not provide the strings displayed on these buttons and there is therefore 
nothing to NLS on our part.

Comment 6 Knut Radloff CLA 2003-06-02 10:43:55 EDT
*** Bug 38269 has been marked as a duplicate of this bug. ***
Comment 7 Debbie Wilson CLA 2003-06-02 14:37:24 EDT
Lynne, it looks like you have looked into this.  Am assigning it back to you 
as you have more context than I do.
Comment 8 Tod Creasey CLA 2003-06-02 14:45:20 EDT
Can this be closed? If not then it needs to be resolved for 2.1.1.
Comment 9 Lynne Kues CLA 2003-06-02 14:53:53 EDT
Closing.  As indicated in comment #5, the locale has to be installed 
correctly.  If the locale is installed correctly, but the strings are still not 
showing up correctly, this is a platform problem and any solution will have to 
be provided by SWT, not Platform UI.  
Comment 10 Nick Edgar CLA 2003-06-09 15:34:12 EDT
Should add the following to the readme for 2.1.1 and 3.0.
Pending confirmation from Cam as to whether this is also still a problem on 
Windows.

Missing translations for certain dialogs under GTK
You may find the translations of some dialogs such as File selection, Folder 
selection, New Folder, Delete, rename , etc... partially translated when 
running the NLS versions of eclipse or  Websphere Studio Workbench on GTK 2.0.6 
or GTK 2.2. These screen selections are coming from GTK, not eclipse or the 
workbench. For further information, please refer to this web site: 
http://developer.gnome.org/projects/gtp/. Gnome Bug 114658 was crested to 
report this problem. 
Comment 11 Nick Edgar CLA 2003-06-09 15:34:43 EDT
Reopening because the PR is not invalid...
Comment 12 Nick Edgar CLA 2003-06-09 15:35:05 EDT
... it's a problem with the OS.
Comment 13 Jim des Rivieres CLA 2003-06-09 15:50:50 EDT
Added this to 2.1.1 release notes:

Missing translations for certain OS dialogs (Linux GTK only)

OS dialogs for selecting files or folders are only partially translated on GTK 
2.0.6 or GTK 2.2. These dialogs and the untranslated messages come from GTK, 
not from Eclipse. This is a known bug in GTK. (bug 38248)
Comment 14 Veronika Irvine CLA 2003-06-09 17:45:09 EDT
I am unclear as to why a bug report was filed against Gnome.

I have logged into RedHat 9.0 Gnome with simplified chinese and the FileDialog
is correct - all strings provided by the OS are translated.  If the locale is
correctly set, GTK+ does the right thing.
Comment 15 Hwa Truong CLA 2003-06-09 18:22:18 EDT
We are using RedHat 8.0 with GTK 2.2., not RedHat 9.0.  Please contact Tod 
Creasey for more information.  This is the level of GTK that we use for all our 
DBCS testing and TVT.