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-11-05 21:44:04 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-05 21:44:04 +0300
commitee8171ceb74b85f07c6ee0092b5d566102b8a5a7 (patch)
tree9557701ba4900b77df87f53634d3bb4df8684884 /app/src/main/res/values
parent9f442181a8f1b405283b55df128ed4fa9dc6b42e (diff)
Display attachments in a dialog to give the user a chance to cancel the upload
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4d27bbae4..d6d9470fe 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -326,4 +326,5 @@
<string name="downloads">Downloads</string>
<string name="files">Files</string>
<string name="gallery">Gallery</string>
+ <string name="simple_attach">attach</string>
</resources>