aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 50acf7e66cf778e099e899d5198c7b10de404856 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">PwdStore</string>
    <string name="clone">Clone!</string>
    <string name="clone_settings">Clone</string>
    <string name="action_settings">Settings</string>
    <string name="hello_world">Hello world!</string>

    <string name="dialog_delete_title">Directory already exist</string>
    <string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory?</string>
    <string name="dialog_delete">Delete directory</string>
    <string name="dialog_do_not_delete">Cancel</string>

    <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>