diff options
author | Iván Ávalos <avalos@disroot.org> | 2021-12-16 02:51:12 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2021-12-16 02:51:12 -0600 |
commit | 066298eda3c5ebe40b74ae67894417d72ff428a9 (patch) | |
tree | 371fa98e475593bc9edd310caa92b7b3a1fff5d2 /androidApp/src/main/res/values | |
parent | 64edb0466aae0f920b6a9d6c01c142e1207ae5b1 (diff) | |
download | etbsa-trackermap-mobile-066298eda3c5ebe40b74ae67894417d72ff428a9.tar.gz etbsa-trackermap-mobile-066298eda3c5ebe40b74ae67894417d72ff428a9.tar.bz2 etbsa-trackermap-mobile-066298eda3c5ebe40b74ae67894417d72ff428a9.zip |
- Basically fully implemented device item with all details and icons.
- Attributes for all models are deserialized as Map<String, JsonPrimitive>.
- Removed redundant qualifier names
Diffstat (limited to 'androidApp/src/main/res/values')
-rw-r--r-- | androidApp/src/main/res/values/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml index 0a42223..f4d69fb 100644 --- a/androidApp/src/main/res/values/strings.xml +++ b/androidApp/src/main/res/values/strings.xml @@ -8,6 +8,17 @@ <string name="login_login">Login</string> <!-- Unit Item --> + <string name="unit_status_on">Status on</string> + <string name="unit_status_off">Status off</string> + <string name="unit_lock_on">Engine stop on</string> + <string name="unit_lock_off">Engine stop off</string> + <string name="unit_driver_name">Driver name</string> + <string name="unit_speed">Speed</string> + <string name="unit_last_address">Last position address</string> + <string name="unit_last_date">Last position datetime</string> + + <string name="unit_speed_format">%1$d km/h</string> + <string name="unit_details">Details</string> <string name="unit_reports">Reports</string> <string name="unit_commands">Commands</string> |