diff options
Diffstat (limited to 'androidApp/src/main/res/values/strings.xml')
-rw-r--r-- | androidApp/src/main/res/values/strings.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index 0e947be..4f5a213 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -102,7 +102,19 @@ <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> + + <string name="write_rationale_title"> + We need your permission + </string> + <string name="write_rationale_msg"> + This app relies on write access to your files. + We require access to this permission to save reports into your phone. + </string> <!-- Report periods --> <string name="period_today">Today</string> |