aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
blob: 36037083a554f0f33f3f946780b62d80476cd33a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="connection_modes" translatable="false">
        <item>ssh-key</item>
        <item>username/password</item>
    </string-array>
    <string-array name="clone_protocols" translatable="false">
        <item>ssh://</item>
        <item>https://</item>
    </string-array>
</resources>