| 1 |
lars |
1 |
<html>
|
|
|
2 |
<body>
|
|
|
3 |
|
|
|
4 |
<font color="red">
|
|
|
5 |
please get the sql-file from
|
|
|
6 |
<a href="http://wolfram.kriesing.de/libs/php/SimpleTemplate/examples/translate.sql">here</a>
|
|
|
7 |
to make the translate-method work properly<br>
|
|
|
8 |
this example requires >=PHP 4.1
|
|
|
9 |
</font>
|
|
|
10 |
<h1>TEST of I18N_Messages_Translate</h1>
|
|
|
11 |
|
|
|
12 |
This page uses IT[X] as the template engine, this example shows
|
|
|
13 |
that one can easily use this class to translate templates, HTML/XML-strings or entire pages.<br><br>
|
|
|
14 |
<b>The following text pieces will be translated automatically, use the links to translate into another language:</b><br><br>
|
|
|
15 |
|
|
|
16 |
<br>
|
|
|
17 |
translate (i.e. into {langLinks})<br><br>
|
|
|
18 |
here additionally used Features:<br><br>
|
|
|
19 |
source code<br><br>
|
|
|
20 |
english<br><br>
|
|
|
21 |
german<br><br>
|
|
|
22 |
translate does by the way also convert everything to proper HTML if you want to, but you can maintain it without that in the DB<br><br>
|
|
|
23 |
|
|
|
24 |
{sourceCode}
|
|
|
25 |
|
|
|
26 |
</body>
|
|
|
27 |
</html>
|