|
From: Peter T. <pe...@us...> - 2003-08-23 23:20:33
|
Update of /cvsroot/jvcl/dev/JVCL3/examples/JvTranslator/Translations
In directory sc8-pr-cvs1:/tmp/cvs-serv5637/JVCL3/examples/JvTranslator/Translations
Added Files:
English.xml French.xml
Log Message:
- Copied jvcl/devtools and jvcl/examples dev/JVCL3
- Copied JVCLConvert *.dat files to dev/JVCL3/converter
--- NEW FILE: English.xml ---
<Translation>
<JvTranslatorMainForm>
<Label1 Caption="Some Text"/>
<CheckBox1 Caption="Again some text" Width="97" Left="140"/>
<Button3 Caption="Push me" Width="75"/>
<Button1 Caption="French"/>
<Button2 Caption="English"/>
<TreeView1>
<Items>
<Item Index="0" Value="Item1"/>
<Item Index="1" Value="Item2"/>
<Item Index="2" Value="Item3"/>
</Items>
</TreeView1>
<Variables>
<Item Name="SomeText" Value="Wooow, this was good :p"/>
</Variables>
</JvTranslatorMainForm>
</Translation>
--- NEW FILE: French.xml ---
<Translation>
<JvTranslatorMainForm>
<Label1 Caption="Un peu de texte"/>
<CheckBox1 Caption="Encore du texte" Width="150" Left="200"/>
<Button3 Caption="Cliquez ici" Width="200"/>
<Button1 Caption="French"/>
<Button2 Caption="English"/>
<TreeView1>
<Items>
<Item Index="0" Value="Element1"/>
<Item Index="1" Value="Element2"/>
<Item Index="2" Value="Element3"/>
</Items>
</TreeView1>
<Variables>
<Item Name="SomeText" Value="Woooaw, c'était bon :p"/>
</Variables>
</JvTranslatorMainForm>
</Translation>
|