UNCCGameDay/res/values/strings.xml
bspeice 89b73f5906 Add new activities for Home, Parking, and Registration
These activities (including Alerts) will form the basis of functionality
2013-10-01 19:39:20 -04:00

12 lines
437 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">UNCCGameDay</string>
<string name="action_alert_settings">Alert Settings</string>
<string name="hello_world">Welcome to UNCC GameDay!</string>
<string name="title_activity_parking">Parking</string>
<string name="title_activity_registration">Registration</string>
<string name="title_activity_home">Home</string>
</resources>