diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-20 01:26:29 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-20 01:26:29 -0600 |
commit | ecc818705b9b523dbd1a85f017d14ba0d017849b (patch) | |
tree | 556f1c62fb22ad0bc85720985a0fcc1137989e96 /androidApp/src/main/res/values-es-rMX/strings.xml | |
parent | 5472556161c2f781e7a0dabe48301f3b665641b1 (diff) | |
download | etbsa-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-es-rMX/strings.xml')
-rw-r--r-- | androidApp/src/main/res/values-es-rMX/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/androidApp/src/main/res/values-es-rMX/strings.xml b/androidApp/src/main/res/values-es-rMX/strings.xml index 739023b..7284b6c 100644 --- a/androidApp/src/main/res/values-es-rMX/strings.xml +++ b/androidApp/src/main/res/values-es-rMX/strings.xml @@ -88,7 +88,10 @@ <string name="stops">Paradas</string> <string name="period">Periodo</string> <string name="select_period">Seleccionar</string> - <string name="export_report">Exportar</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> <!-- Report periods --> <string name="period_today">Hoy</string> |