blob: 23b0248bd6a7e3d0f5f7e4009778a522d56f5098 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Jogl Launcher</string>
<string name="app_name">JogAmp\'s Jogl Launcher</string>
<string name="app_descr">Launches Jogl Applications.</string>
<string name="activity_v_name">Jogl\'s Version</string>
<string name="activity_v_descr">Shows the version of the Jogl Library.</string>
<string name="activity_gears1_name">Gears ES1</string>
<string name="activity_gears1_descr">Gears ES1</string>
</resources>
|