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 13:00:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-05-02 18:11:04 +0300
commit3b5fb41cb71591e29b51fd532cf9677d59c5a8e9 (patch)
tree2190b357b7250fb6730be5399f0b25a9f013f46a /app/src/main/res/values
parentfa2961e5c12f3f411f90289edd9d99ac451c78fc (diff)
️ Manage tags per board (#309)
Delete
Diffstat (limited to 'app/src/main/res/values')
-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 67cfcafab..c26bd0535 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -212,4 +212,6 @@
<string name="pick_custom_color">Pick custom color</string>
<string name="manage_tags">Manage tags</string>
<string name="add_tag">Add tag</string>
+ <string name="tag_already_exists">%1$s does already exist</string>
+ <string name="tag_successfully_added">%1$s successfully added</string>
</resources>