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-04-28 15:59:27 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-05-02 18:11:04 +0300
commit8b39a10df4c42577d1341b625b2476083eaffbdd (patch)
tree24d43db2c7ad204296e490f15d1819fefee422e9 /app/src/main/res/values
parent738c6ea39bce40bb64b0be4bab5dc3390997cf52 (diff)
️ Manage tags per board (#309)
Delete confirm dialog
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 6b618c1a1..6258a0ff7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -142,6 +142,10 @@
<item quantity="one">This will permanently delete %1$d card of this list.</item>
<item quantity="other">This will permanently delete all %1$d cards of this list.</item>
</plurals>
+ <plurals name="do_you_want_to_delete_the_label">
+ <item quantity="one">This will remove the label from %1$d card.</item>
+ <item quantity="other">This will remove the label from %1$d cards.</item>
+ </plurals>
<string name="add_a_new_list_using_the_button">Add a new list using the + button</string>
<string name="add_a_new_card_using_the_button">Add a new card using the + button</string>
<string name="update_deck">Update deck</string>