diff options
author | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-28 20:40:04 -0600 |
---|---|---|
committer | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-28 20:40:04 -0600 |
commit | 1c2761ac6bf1b3bb6e78fc3466c09aa6f0492de0 (patch) | |
tree | 2866445a813b486e544fe0183287435f0b72ebc2 /androidApp/src/main/res/values | |
parent | 085b644ef248be85ef16550917e9c705e02b8f85 (diff) | |
download | etbsa-trackermap-mobile-1c2761ac6bf1b3bb6e78fc3466c09aa6f0492de0.tar.gz etbsa-trackermap-mobile-1c2761ac6bf1b3bb6e78fc3466c09aa6f0492de0.tar.bz2 etbsa-trackermap-mobile-1c2761ac6bf1b3bb6e78fc3466c09aa6f0492de0.zip |
Diaplays the events report
Diffstat (limited to 'androidApp/src/main/res/values')
-rw-r--r-- | androidApp/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index 77a3048..7333a1e 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -39,4 +39,6 @@ <string name="month_period">Month</string> <string name="period">Period</string> <string name="select_period">Select</string> + <string name="table_event">Event</string> + <string name="table_datetime">Datetime</string> </resources>
\ No newline at end of file |