Initial commit
A.k.a. "I should have done this some time ago"
This commit is contained in:
13
app/src/main/res/values/arrays.xml
Normal file
13
app/src/main/res/values/arrays.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user