source: 3thparty/jupload/maven-translation-plugin/src/test/resources/one_translation.template @ 3951

Revision 3951, 687 bytes checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1           --------------------
2           JUpload - File Upload Applet - Applet translation (${language})
3           --------------------
4           --------------------
5           --------------------
6
7
8
9Translation for the applet part
10
11--------------
12
13${applet_translation}
14
15--------------
16
17#if (${coppermine_filename})
18
19Translation for the CopperminePlugin part
20
21#if (${coppermine_filename} == "english.php")
22   The translation for ${language} doesn't exist. Please create a new one, based on the English translation below...
23#else
24   Content of the <${coppermine_filename}> file.
25#end
26
27--------------
28
29${coppermine_translation}
30
31--------------
32
33#end
Note: See TracBrowser for help on using the repository browser.