aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/res-jogl/values/strings.xml
blob: ae4816665d32e8907ac6c143a4d5130c11539246 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="hello">Jogl Library</string>
    <string name="app_name">JogAmp\'s Jogl Library</string>
    <string name="app_descr">Contains Dalvik and native code, supporting native bindings.</string>
    <string name="activity_version_name">Jogl\'s Version</string>
    <string name="activity_version_descr">Shows the version of the JOGL Library and runtime GL infos.</string>
    <string name="activity_debug_name">Jogl Debug</string>
    <string name="activity_debug_descr">Debug output of JOGL\'s initialization.</string>
</resources>