Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 262301 - The string that cannot be translated exist in wikitext.ui
Summary: The string that cannot be translated exist in wikitext.ui
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 1.0.0   Edit
Assignee: David Green CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-24 19:26 EST by Hiroyuki CLA
Modified: 2011-01-05 10:55 EST (History)
0 users

See Also:


Attachments
mylyn/context/zip (2.68 KB, application/octet-stream)
2009-01-25 22:46 EST, David Green CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroyuki CLA 2009-01-24 19:26:42 EST
The string that cannot be translated exist in org.eclipse.mylyn.wikitext.ui.nl_ja.
It is ProjectPropertyPage.6 of /src/org/eclipse/mylyn/internal/wikitext/ui/properties/messages_ja.properties.

The string is assembled as follows;

ProjectPropertyPage.6 + ProjectPropertyPage.7 + extension +
    [ProjectPropertyPage.5 + ProjectPropertyPage.7 + extension] ...

The displayed string as follows;

Validate files that match *.{extension}[, *.{extension}]....

In the Babel project, each property is translated. 
It is likely to appear in reverse order in the language of asia when an english is translated.

EX: case for full name
English:  Hiroyuki Inaba
Japanese: Inaba Hiroyuki

ProjectPropertyPage.6=Validate files that match\ 

Because connected string is not described, ProjectPropertyPage.6 cannot translate correctly.

Please update as following;

Properties file:
ProjectPropertyPage.6=Validate files that match\ {0}

ProjectPropertyPage.java:
buf = NLS.bind(Messages.getString("ProjectPropertyPage.6"), buf);
Comment 1 Hiroyuki CLA 2009-01-24 19:28:45 EST
> org.eclipse.mylyn.wikitext.ui.nl_ja.

org.eclipse.mylyn.wikitext.ui

> /src/org/eclipse/mylyn/internal/wikitext/ui/properties/messages_ja.properties

/src/org/eclipse/mylyn/internal/wikitext/ui/properties/messages.properties
Comment 2 David Green CLA 2009-01-25 22:42:48 EST
Thanks for the bug!  Fixed in CVS.
Comment 3 David Green CLA 2009-01-25 22:46:58 EST
Created attachment 123702 [details]
mylyn/context/zip