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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-28 23:50:52 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-28 23:50:52 +0300
commit35d64312c6fa90b796b5821a7af7c16fe2cf1d70 (patch)
treecf2e16caecee69ac1b5a7bc65bdca404e2d37817 /app/src/main/res/values
parentfb3281bc4939e5fdb10311b94a53d5c2e12a7071 (diff)
#1167 Use retrofit also for capabilities endpoint
Enhanced error handling
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fc79dee6..689ad692 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -52,6 +52,7 @@
<string name="error_sync">Synchronization failed: %1$s</string>
<string name="error_synchronization">Synchronization failed</string>
<string name="error_no_network">No network connection</string>
+ <string name="error_maintenance_mode">Server is in maintenance mode</string>
<string name="error_unknown">An unknown error has occurred.</string>
<string name="url_source" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes</string>