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-05-07 18:08:45 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-07 18:08:45 +0300
commitfa1388cc43cb480721bdddafa61e417f2a884045 (patch)
tree068bb2c60ec22efe0737f85fe3b940d43a97c4bb /app/src/main/res/values
parent26d73013569d4a17c94211f46a002fa1fa4baae1 (diff)
#456 Clear storage tip: show direct button to start app info page
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e9554bfae..7714fe14f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -115,6 +115,7 @@
<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_server_logs" translatable="false">/index.php/settings/admin/logging</string>
<string name="card_edit_details">Details</string>
<string name="card_edit_attachments">Attachments</string>
@@ -242,4 +243,6 @@
<string name="error_dialog_we_need_info">We need the following technical information to help you:</string>
<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_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>
</resources>