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-08 16:59:53 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-08 16:59:53 +0300
commit296a5a28fa86ea2785aa8f73a04dae53d815ce44 (patch)
treeb2f5e075860d402194f6d09d3a64f731467df228 /app/src/main/res/values
parent2f2052d04090399e407b45546cc8ad288c987531 (diff)
Make basics for managing archived boards
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0d70ecac7..8ecef3470 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -216,6 +216,7 @@
<!-- Archived boards -->
<string name="action_board_dearchive">Undo board archiving</string>
+ <string name="archived_boards">Archived boards</string>
<!-- Errors -->
<string name="error">An error appeared</string>
@@ -244,5 +245,4 @@
<string name="error_dialog_contact_us">Please do not hesitate to contact us if the issues persist. You can find our contact information in the about section in the sidebar.</string>
<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="archived_boards">Archived boards</string>
</resources>