res/values/strings.xml
author Da Risk <darisk972@gmail.com>
Sat, 21 Mar 2009 02:09:05 +0100
changeset 33 0e65d5f55d2f
parent 23 b6f30d35ea22
child 43 4e7c6918b092
permissions -rw-r--r--
Merge with ui. Synchronous connection worked. Add some checkstyle xml rules to use with the checkstyle plugin for eclipse and also a formatter for eclipse. Still work needs on asynchrounous connect

<?xml version="1.0" encoding="utf-8"?>
<resources>
	<string name="app_name">Beem</string>

	<!--  Class Beem -->
	<string name="BeemCreateAccount">Creer un compte</string>
	<string name="BeemJabberID">Jabber ID</string>
	
	<!--  Class BeemService -->
	<string name="BeemServiceDescription">Use the Beem Service</string>
	<string name="BeemServiceCreated">BeemService Created</string>
	<string name="BeemServiceDestroyed">BeemService destroyed</string>

	<!--  Preferences information -->
	<string name="PreferenceFileName">Beem</string>
	<string name="PreferenceLoginKey">login</string>
	<string name="PreferenceHostKey">host</string>
	<string name="PreferencePasswordKey">password</string>
	<string name="PreferencePortKey">port</string>
</resources>