Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-20 20:17:57 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-20 20:21:35 +0300
commit72fdeead894b854ca34c4f29dbf8a1452d1567fa (patch)
tree1a6a26a0efbea7169759bbe2b0ce8b334a28ef5f /app/src/main/res/values
parente3de67aa4824a4ffa19803a4211e3dd9d26986de (diff)
Fix #680 Loading indicator is shown indefinitely and no synchronization
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ca5b0cc9b..e996d5570 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -246,8 +246,10 @@
<string name="error_dialog_user_not_found_in_database">The current user does not match the user we have in our database. If you are using LDAP on your Nextcloud instance, your Nextcloud app might have stored an old user ID.</string>
<string name="error_dialog_capabilities_not_parsable">We could not fetch the capabilities of your server. Please make sure your server is running well and other client apps are able to access Nextcloud.</string>
<string name="error_dialog_attachment_upload_failed">An attachment could not be uploaded. Please try to share it on another way and let us know about this bug.</string>
+ <string name="error_dialog_certificate">Something seems to be wrong with the certificate of the server. Please check all the accounts in the Nextcloud app for further information.</string>
<string name="error_dialog_tip_disable_battery_optimizations">Please disable all battery optimizations for Nextcloud and the Deck app.</string>
<string name="error_action_open_deck_info">Open App info</string>
+ <string name="error_action_open_nextcloud_app">Open Nextcloud app</string>
<string name="error_action_open_network">Network settings</string>
<string name="error_action_server_logs">Server logs</string>
<string name="error_action_install">Install</string>