diff options
Diffstat (limited to 'androidApp/src/main/res/values/strings.xml')
-rw-r--r-- | androidApp/src/main/res/values/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index 3e2b37a..8e59b14 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -101,11 +101,20 @@ <string name="stops">Stops</string> <string name="period">Period</string> <string name="select_period">Select</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> <string name="period_last_24">Last 24H</string> |