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>2019-09-16 20:56:43 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-16 20:56:43 +0300
commitd17ee06a8f699ee6b333beb1849fcda03ed3de0f (patch)
treee981db613c40461c9ba8ce10bfb972d570dd0560 /app/src/main/res/values/strings.xml
parent9534eb0a392fc05c9b36650995f15a405fbadc93 (diff)
Enhanced empty content views
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ee9d75d7a..be0b1f083 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -128,4 +128,6 @@
<string name="do_you_want_to_save_your_changes">Do you want to save your changes?</string>
<string name="simple_dismiss">dismiss</string>
<string name="do_you_want_to_delete_the_current_column">Do you want to delete the current column?</string>
+ <string name="create_a_new_stack_using_the_button">Create a new stack using the + button.</string>
+ <string name="create_a_new_card_using_the_button">Create a new card using the + button</string>
</resources>