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>2020-06-21 16:04:42 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-21 17:18:46 +0300
commitf7cca3a2699787728b36268c031d90c99074be8f (patch)
tree7c761d3f1baed68671d27d4fb0ec7438fc0e1a71 /app/src/main/res
parent27623eaac7ccaabba7a4653fdb0152be106e8fbe (diff)
Enhanced exception handling for uploading attachments
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d0481bc04..c2441fc93 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -117,10 +117,10 @@
<string name="url_license" translatable="false">https://github.com/stefan-niedermann/nextcloud-deck/blob/master/LICENSE</string>
<string name="url_translations" translatable="false">https://www.transifex.com/nextcloud/nextcloud/</string>
<string name="url_about_icons_disclaimer_mdi" translatable="false">https://materialdesignicons.com/</string>
- <string name="url_fragment_update_deck" translatable="false">/index.php/settings/apps/installed/deck</string>
- <string name="url_fragment_install_deck" translatable="false">/index.php/settings/apps/organization/deck</string>
- <string name="url_fragment_server_logs" translatable="false">/index.php/settings/admin/logging</string>
- <string name="url_fragment_share_card_pre_1_0_0" translatable="false">/index.php/apps/deck/#!/board/%1$d/card/%2$d</string>
+ <string name="url_fragment_update_deck" translatable="false">/index.php/settings/apps/installed/deck</string>
+ <string name="url_fragment_install_deck" translatable="false">/index.php/settings/apps/organization/deck</string>
+ <string name="url_fragment_server_logs" translatable="false">/index.php/settings/admin/logging</string>
+ <string name="url_fragment_share_card_pre_1_0_0" translatable="false">/index.php/apps/deck/#!/board/%1$d/card/%2$d</string>
<string name="url_fragment_share_card_since_1_0_0" translatable="false">/index.php/apps/deck/#/board/%1$d/card/%2$d</string>
<string name="card_edit_details">Details</string>
@@ -255,6 +255,7 @@
<string name="error_dialog_redirect">Your server did respond with a HTTP 302 status code, which implies, that you do not have installed the Deck app on your server or something is misconfigured. This can be caused by custom overrides in a .htaccess-file or by Nextcloud apps like OID Client.</string>
<string name="error_dialog_version_not_parsable">We could not determine the version of the server side Deck app. Please make sure it is installed and enabled.</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_action_open_deck_info">Open App info</string>
<string name="error_action_open_network">Network settings</string>
<string name="error_action_server_logs">Server logs</string>