Framework:Translation of system texts: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This refers to the translation of the CoPlanner systems which contain the designer, messages via message dialogs, tooltips, etc. This translation is provided by the manufacturer. English and German are implemented.  
This refers to the translation of the CoPlanner systems which contain the designer, messages via message dialogs, tooltips, etc. This translation is provided by the [[Framework:Developer_mode#Manufacturer|manufacturer]]. English and German are implemented.  


{|align="center"
{|align="center"
Line 10: Line 10:
[[image:Fw_CoPlanner Login English.jpg|thumb|center|Framework, CoPlanner Login English]]
[[image:Fw_CoPlanner Login English.jpg|thumb|center|Framework, CoPlanner Login English]]


The languages you can choose from are entered in the ClientConfig.xml:
The languages you can choose from are entered in the [[Technics:CoPlanner_Win-Client#ClientConfig.xml|ClientConfig.xml]].


<nowiki><?xml version="1.0" standalone="yes"?></nowiki>
So far, the [[Framework:Developer_mode#Manufacturer|manufacturer]] has implemented translations into German and English.  
<nowiki><ClientConfig></nowiki>
<nowiki>  <IpSettings></nowiki>
<nowiki>    <Version>1</Version></nowiki>
<nowiki>    <Server>localhost</Server></nowiki>
<nowiki>    <Port>8963</Port></nowiki>
<nowiki>    <MaxRows>20000</MaxRows></nowiki>
<nowiki>    <TcpFormatter>Bin</TcpFormatter></nowiki>
<nowiki>  </IpSettings></nowiki>
<nowiki>  <Languages></nowiki>
<span style="color: red"><nowiki>    <Available>Deutsch|English</Available></nowiki></span>
<nowiki>  </Languages></nowiki>
<nowiki></ClientConfig></nowiki>
 
 
So far, the manufacturer has implemented translations into German and English.  


__NOEDITSECTION__  
__NOEDITSECTION__  

Latest revision as of 09:39, 15 July 2010

This refers to the translation of the CoPlanner systems which contain the designer, messages via message dialogs, tooltips, etc. This translation is provided by the manufacturer. English and German are implemented.

Error creating thumbnail: File missing
Framework, Table designer - German
Error creating thumbnail: File missing
Framework, Table designer - English

The language in which the designer is displayed is already chosen at the login.

Error creating thumbnail: File missing
Framework, CoPlanner Login English

The languages you can choose from are entered in the ClientConfig.xml.

So far, the manufacturer has implemented translations into German and English.