author | Vincent V. <marseille@beem-project.com> |
Mon, 16 Jul 2012 15:43:55 +0200 | |
changeset 946 | 7caab0161cf9 |
parent 945 | 89f1be755b8d |
permissions | -rw-r--r-- |
478 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<resources> |
|
3 |
<string-array name="proxy_types"> |
|
4 |
<item>HTTP</item> |
|
5 |
<item>SOCKS4</item> |
|
6 |
<item>SOCKS5</item> |
|
7 |
</string-array> |
|
8 |
<string-array name="status_types"> |
|
945
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
738
diff
changeset
|
9 |
<item value="600" name="600">@string/contact_status_msg_available_chat</item> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
738
diff
changeset
|
10 |
<item value="500" name="500">@string/contact_status_msg_available</item> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
738
diff
changeset
|
11 |
<item value="400" name="400">@string/contact_status_msg_dnd</item> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
738
diff
changeset
|
12 |
<item value="300" name="300">@string/contact_status_msg_away</item> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
738
diff
changeset
|
13 |
<item value="200" name="200">@string/contact_status_msg_xa</item> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
738
diff
changeset
|
14 |
<item value="100" name="100">@string/contact_status_msg_offline</item> |
478 | 15 |
</string-array> |
16 |
</resources> |