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-04 12:22:18 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-04 12:22:18 +0300
commit1d932cfeea5a781623b1372816c531ba6e3c019d (patch)
tree2ceafbc4b4bde223d1cb3d6a26d0233bff057730 /app/src/main/res/values
parentbac4d824d781eac5d9a85465b3ce0c37fc2f88b2 (diff)
Enhance error handling
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f29449a1b..8ee27524c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -76,6 +76,8 @@
<string name="about_contribution_tab_title">Contribution</string>
<string name="about_license_tab_title">License</string>
+ <string name="copied_to_clipboard">Copied to clipboard</string>
+
<string name="seconds_ago">seconds ago</string>
<string name="edit">Edit</string>
<string name="label_labels">Select Tags</string>
@@ -213,11 +215,9 @@
<string name="error">An error appeared</string>
<string name="synchronization_failed">Synchronization failed</string>
<string name="operation_not_yet_supported">Not yet supported</string>
- <string name="copied_to_clipboard">Copied to clipboard</string>
<string name="error_revoking_ac">Error while revoking the access for %1$s</string>
+ <string name="error_create_label">Error while creating label %1$s</string>
<string name="maintenance_mode">Server in maintenance mode</string>
- <string name="server_misconfigured">Server misconfigured</string>
- <string name="server_error">Server error</string>
<string name="shared_error">Sharing content from 3rd-party apps is not yet fully supported. Please try to download it first and then share it from you native file manager or gallery.</string>
<string name="error_dialog_title">Oh no - What now? 🙁</string>