Abit/app/src/main/res/values/arrays.xml
Christian Basler 89a5ada48a Initial commit
A.k.a. "I should have done this some time ago"
2015-08-05 19:48:41 +02:00

13 lines
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="connection_modes">
<item>full</item>
<item>trusted</item>
<item>offline</item>
</string-array>
<string-array name="connection_mode_values">
<item>A full node, receiving and relaying objects all the time.</item>
<item>Connect to a trusted node from time to time to get new objects.</item>
<item>Don\'t connect to the network.</item>
</string-array>
</resources>