Basic Eclipse Strings [message #810636] |
Thu, 01 March 2012 06:04  |
Eclipse User |
|
|
|
Hi,
I am looking for a way to translate basic Strings from Eclipse/BIRT like "Data Set", "Data Qube" or "Variables". Data Set and Data Qube are translated already (for german) but I think they are wrong! In the Outline view Variables isn't translated (German) for me!
I tryed to search these but couldn't find them.
|
|
|
|
Re: Basic Eclipse Strings [message #811002 is a reply to message #810969] |
Thu, 01 March 2012 15:06   |
Eclipse User |
|
|
|
If you have the MySQL data dump, you can use this SQL statement to generate completely usable URLs for English strings:
select distinct CONCAT("http://babel.eclipse.org/babel/translate.php?project=", f.project_id, "&version=", f.version, "&file=", f.name, "&string=", s.name) AS URL from files as f inner join strings as s on s.file_id = f.file_id where s.value IN("Data Cube", "Data Set") and s.is_active = 1;
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04416 seconds