diff options
author | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-28 15:54:15 -0600 |
---|---|---|
committer | Isidro Henoch <imhenoch@protonmail.com> | 2021-12-28 15:54:15 -0600 |
commit | 085b644ef248be85ef16550917e9c705e02b8f85 (patch) | |
tree | c4b2b322ac61ef63e4ea938a39cb7963363ce41b /androidApp/src/main/res/values | |
parent | f37c6de28b014af0cdbf278986a668030f54cc55 (diff) | |
download | etbsa-trackermap-mobile-085b644ef248be85ef16550917e9c705e02b8f85.tar.gz etbsa-trackermap-mobile-085b644ef248be85ef16550917e9c705e02b8f85.tar.bz2 etbsa-trackermap-mobile-085b644ef248be85ef16550917e9c705e02b8f85.zip |
Adds period selection UI
Diffstat (limited to 'androidApp/src/main/res/values')
-rw-r--r-- | androidApp/src/main/res/values/strings.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index ca9ff5e..77a3048 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -19,16 +19,24 @@ <string name="unit_speed_format">%1$d km/h</string> + <!-- Details --> <string name="unit_details">Details</string> <string name="unit_reports">Reports</string> <string name="unit_commands">Commands</string> <string name="units_search">Type to search</string> - + + <!-- Commads --> <string name="key">Key</string> <string name="value">Value</string> <string name="send_command">Send Command</string> - + + <!-- Reports --> <string name="positions">Positions</string> <string name="events">Events</string> <string name="stops">Stops</string> + <string name="day_period">Day</string> + <string name="week_period">Week</string> + <string name="month_period">Month</string> + <string name="period">Period</string> + <string name="select_period">Select</string> </resources>
\ No newline at end of file |