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 15:49:47 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-08 15:49:47 +0300
commit8dac2606c421fe9060f3155e594da3d82ade3fb5 (patch)
treead9fab793d8be72386e94d302147b5957d1ba429 /app/src/main/res/values
parent5fc9af847128af63d82912a2ef983d8e4df9f23e (diff)
Archived boards
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c90287ef8..0d70ecac7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -214,6 +214,9 @@
<string name="filter_assignees_title">Assignees</string>
<string name="filter_duedate_title">Due date</string>
+ <!-- Archived boards -->
+ <string name="action_board_dearchive">Undo board archiving</string>
+
<!-- Errors -->
<string name="error">An error appeared</string>
<string name="synchronization_failed">Synchronization failed</string>
@@ -241,4 +244,5 @@
<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>