aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-20 01:26:29 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-20 01:26:29 -0600
commitecc818705b9b523dbd1a85f017d14ba0d017849b (patch)
tree556f1c62fb22ad0bc85720985a0fcc1137989e96 /androidApp/src/main/res/values/strings.xml
parent5472556161c2f781e7a0dabe48301f3b665641b1 (diff)
downloadetbsa-trackermap-mobile-ecc818705b9b523dbd1a85f017d14ba0d017849b.tar.gz
etbsa-trackermap-mobile-ecc818705b9b523dbd1a85f017d14ba0d017849b.tar.bz2
etbsa-trackermap-mobile-ecc818705b9b523dbd1a85f017d14ba0d017849b.zip
Properly implemented save and share report actions
Diffstat (limited to 'androidApp/src/main/res/values/strings.xml')
-rw-r--r--androidApp/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml
index babb741..3e2b37a 100644
--- a/androidApp/src/main/res/values/strings.xml
+++ b/androidApp/src/main/res/values/strings.xml
@@ -101,7 +101,10 @@
<string name="stops">Stops</string>
<string name="period">Period</string>
<string name="select_period">Select</string>
- <string name="export_report">Export</string>
+ <string name="export_report">Save</string>
+ <string name="share_report">Share</string>
+ <string name="export_stored">Report has been downloaded</string>
+ <string name="export_open_file_with">Open file with</string>
<!-- Report periods -->
<string name="period_today">Today</string>