22 lines
574 B
XML
22 lines
574 B
XML
<resources>
|
|
<!-- Reply Preference -->
|
|
<string-array name="host_list_entries">
|
|
<item>Connect to Host</item>
|
|
<item>Offline</item>
|
|
</string-array>
|
|
|
|
<string-array name="host_list_values">
|
|
<item>Online</item>
|
|
<item>Offline</item>
|
|
</string-array>
|
|
<!-- Reply Preference -->
|
|
<string-array name="reply_entries">
|
|
<item>Reply</item>
|
|
<item>Reply to all</item>
|
|
</string-array>
|
|
|
|
<string-array name="reply_values">
|
|
<item>reply</item>
|
|
<item>reply_all</item>
|
|
</string-array>
|
|
</resources> |