res/values/strings.xml
author Da Risk <darisk972@gmail.com>
Thu, 19 Mar 2009 12:40:29 +0100
changeset 19 213b84d2e743
parent 17 afd3a080d318
child 23 b6f30d35ea22
permissions -rw-r--r--
Improve the service. It connect with a xmpp server running on the developpement machine running the emulator
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     2
<resources>
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
     3
    <string name="app_name">Beem</string>
4
marseille@marseille-desktop
parents: 0
diff changeset
     4
		
17
afd3a080d318 On a un service qui se lance.
Da Risk <darisk972@gmail.com>
parents: 4
diff changeset
     5
<string name="BeemServiceDescription">Use the Beem Service</string>
afd3a080d318 On a un service qui se lance.
Da Risk <darisk972@gmail.com>
parents: 4
diff changeset
     6
<string name="BeemServiceCreated">BeemService Created</string>
afd3a080d318 On a un service qui se lance.
Da Risk <darisk972@gmail.com>
parents: 4
diff changeset
     7
<string name="BeemServiceDestroyed">BeemService destroyed</string>
19
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
     8
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
     9
<!--  Preferences information -->
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
    10
<string name="PreferenceFileName">Beem</string>
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
    11
<string name="PreferenceLoginKey">login</string>
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
    12
<string name="PreferenceHostKey">host</string>
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
    13
<string name="PreferencePasswordKey">password</string>
213b84d2e743 Improve the service. It connect with a xmpp server running on the
Da Risk <darisk972@gmail.com>
parents: 17
diff changeset
    14
<string name="PreferencePortKey">port</string>
0
ea84f930b04a Initial import
Da Risk <darisk972@gmail.com>
parents:
diff changeset
    15
</resources>