summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..dea7c92
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,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>