summaryrefslogtreecommitdiff
path: root/android/VulpIRC/src/main/res/values/strings.xml
blob: 49a1195514d23ec6d141821a08975a418e23e5cd (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">VulpIRC</string>
    <string name="hello_world">Hello world!</string>
    <string name="action_settings">Settings</string>
	<string name="drawer_open">Open Drawer</string>
	<string name="drawer_close">Close Drawer</string>

</resources>