diff options
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml new file mode 100644 index 00000000..1e27627b --- /dev/null +++ b/app/src/main/res/values/arrays.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string-array name="connection_modes"> + <item>username/password</item> + <item>ssh-key</item> + </string-array> + <string-array name="clone_protocols"> + <item>ssh://</item> + <item>https://</item> + <item>http://</item> + </string-array> +</resources>
\ No newline at end of file |