diff options
Diffstat (limited to 'androidApp/src/main/res')
-rw-r--r-- | androidApp/src/main/res/values-es-rMX/strings.xml | 9 | ||||
-rw-r--r-- | androidApp/src/main/res/values/strings.xml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values-es-rMX/strings.xml b/androidApp/src/main/res/values-es-rMX/strings.xml index 7284b6c..2645205 100644 --- a/androidApp/src/main/res/values-es-rMX/strings.xml +++ b/androidApp/src/main/res/values-es-rMX/strings.xml @@ -88,11 +88,20 @@ <string name="stops">Paradas</string> <string name="period">Periodo</string> <string name="select_period">Seleccionar</string> + <string name="export_report">Guardar</string> <string name="share_report">Compartir</string> <string name="export_stored">El reporte ha sido descargado</string> <string name="export_open_file_with">Abrir con</string> + <string name="write_rationale_title"> + Necesitamos tu permiso + </string> + <string name="write_rationale_msg"> + Esta aplicación requiere acceso de escritura a tus archivos. + Requerimos este permiso para guardar reportes en tu teléfono. + </string> + <!-- Report periods --> <string name="period_today">Hoy</string> <string name="period_last_24">Últimas 24H</string> 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> |