res/values/strings.xml
author Da Risk <darisk972@gmail.com>
Tue, 14 Apr 2009 16:56:20 +0200
changeset 105 c6e4728ac9f7
parent 84 9a4dbd7fe546
child 101 ccc48305bdeb
permissions -rw-r--r--
Passage sous cupcake :) Peu de modification de code, il faut juste creer des fichier aidl pour les classes parcelables. Sinon les fichier de build.xml ont ete completement modifiés, j'ai remplacé par les nouveaux. (il doit y avoir un manque de precision dans le fichier build.properties)

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

	<!--  Beem class -->
	
	<string name="BeemJabberID">Jabber ID</string>
	
	<!--  BeemService class -->
	<string name="BeemServiceDescription">Use the Beem Service</string>
	<string name="BeemServiceCreated">BeemService Created</string>
	<string name="BeemServiceDestroyed">BeemService destroyed</string>

	<!--  Preferences informations -->
	<string name="PreferenceFileName">Beem</string>
	
	<string name="PreferenceHostKey">host</string>
	<string name="PreferenceJID">Jabber ID</string><string name="PreferenceLoginKey">login</string><string name="PreferencePasswordKey">password</string>
	<string name="PreferencePortKey">port</string>
	<string name="PreferenceProxyHost">proxy_host</string>
	<string name="PreferenceProxyPort">proxy_port</string>
	<string name="PreferenceUseProxy">use_proxy</string>
	<string name="PreferenceProxyType">proxy_type</string>
	<string name="PreferenceProxyUser">proxy_user</string>
	<string name="PreferenceProxyPassword">proxy_password</string>
	<string name="PreferenceProxyTypeHttp">HTTP</string>
	<string name="PreferenceProxyTypeSocks4">SOCKS4</string>
	<string name="PreferenceProxyTypeSocks5">SOCKS5</string>

	<!--  SendIM class -->
	<string name="SendIMSays"> says :\n</string>
	<string name="SendIMHint">Tip text here</string>
	<string name="SendIMState">Is : </string>
	<string name="SendIMFrom">and is speaking from : </string>
	<string name="SendIMSmiley">Insert a smiley</string>

</resources>