summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
blob: dea7c92b53521d3762b764face18888dce8999f3 (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
<resources>
    <string name="app_name">Nextcloud Share Bookmark</string>
    <string name="sharing_label">Add Bookmark to Nextcloud</string>

    <string name="title_activity_nextcloud_preferences">Nextcloud Share Bookmark Settings</string>

    <!-- Labels related to preference screen -->
    <string name="server_settings_description">Your credentials are needed to store a bookmark to your Nextcloud instance.</string>
    <string name="prompt_username">Username</string>
    <string name="prompt_password">Password</string>
    <string name="prompt_serverUrl">Server URL</string>

    <!-- Save button on preference screen -->
    <string name="action_save_credentials">Save credentials</string>
    <string name="action_save_credentials_short">Save credentials</string>

    <!-- error message for preference screen -->
    <string name="error_incorrect_password">This password is incorrect</string>
    <string name="error_field_required">This field is required</string>
    <string name="error_server_url_invalid">This server URL is invalid</string>


    <string name="prompt_checking_credentials">Validating credentials</string>

    <!-- Messages for Toasts -->
    <string name="toast_settings_update_success">Settings successfully updated</string>
    <string name="toast_bookmark_add_success">Bookmark successfully set</string>
    <string name="toast_bookmark_add_failed">Failed to set Bookmark</string>
</resources>