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-06-23 19:09:06 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-23 19:09:06 +0300
commit6e04982c6cda817109b73b832d1bc7dc99706a4e (patch)
treeb68e96d968f1d87eec5cd59c583a24f6ffd4a500 /app/src/main/res
parent5f721cc9c574127126a6253d51aff505ab1f646d (diff)
Allow sharing text as new comment
Diffstat (limited to 'app/src/main/res')
-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 5dad13a02..034f88aa1 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -268,4 +268,6 @@
<string name="manage_list">Manage list</string>
<string name="simple_reply">Reply</string>
<string name="error_while_uploading_attachment">Error while uploading attachment: %1$s</string>
+ <string name="append_text_to_description">Append to description</string>
+ <string name="add_text_as_comment">Add as comment</string>
</resources>