aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: c35514ec7ca85e0ee6b28552870785f30da6298e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- Activity names -->
    <string name="app_name">Password Store</string>
    <string name="activity_clone_name">Clone a Git repo</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 name="title_activity_git_clone">Clone repository</string>

    <!-- Clone fragment -->
    <string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string>
    <string name="clone">Clone existing</string>
    <string name="initialize">Create new</string>

    <string name="server_name">Server</string>
    <string name="server_protocol">Protocol</string>
    <string name="server_url">Server URL</string>
    <string name="server_url_hint">server.com</string>
    <string name="server_port_hint">22</string>
    <string name="server_path">Repo path</string>
    <string name="server_path_hint">/path/to/pass</string>
    <string name="server_user">Username</string>
    <string name="server_user_hint">git_username</string>

    <string name="server_resulting_url">Resulting URL</string>
    <string name="connection_mode">Authentication Mode</string>

    <string name="warn_malformed_url_port">When using custom ports, provide an absolute path (starts with "/")</string>

    <!-- PGP Handler -->
    <string name="title_activity_pgp_handler">PgpHandler</string>
    <string name="crypto_name_hint">name</string>
    <string name="crypto_pass_label">Password</string>
    <string name="crypto_extra_label">Extra</string>

    <!-- DECRYPT Layout -->
    <string name="crypto_category">Category</string>


</resources>