<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="welcome">This demo shows how to start, stop, bind, release, and invoke a remote service.</string>
    <string name="app_name">Remote Service</string>
	<string name="startButton">Start</string>
	<string name="stopButton">Stop</string>
	<string name="bindButton">Bind</string>
	<string name="releaseButton">Release</string>
	<string name="invokeButton">Invoke</string>
	<string name="serviceStatus">Service Status</string>
	<string name="notApplicable">N/A</string>
	<color name="blue">#0000ff</color>
	<color name="red">#ff0000</color>
	<color name="green">#00ff00</color>
</resources>
