aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-16 18:21:12 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 18:21:12 -0600
commitc7b28c25b032a1b82b782ef5ff8dd5e703d5a8ad (patch)
tree4095a6c4c64442277081e58fff72829ac01c7d11 /androidApp/src/main/res/values/strings.xml
parentf47c9f6b62dd1949cd2f926348a7e057c3ae221c (diff)
parent21e16e27f047053582d8b0c722feedf3c8badebe (diff)
downloadetbsa-trackermap-mobile-c7b28c25b032a1b82b782ef5ff8dd5e703d5a8ad.tar.gz
etbsa-trackermap-mobile-c7b28c25b032a1b82b782ef5ff8dd5e703d5a8ad.tar.bz2
etbsa-trackermap-mobile-c7b28c25b032a1b82b782ef5ff8dd5e703d5a8ad.zip
Merge branch 'main' of https://git.sr.ht/~avalos/trackermap-mobile
Diffstat (limited to 'androidApp/src/main/res/values/strings.xml')
-rw-r--r--androidApp/src/main/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml
index 1cc1f10..1969a35 100644
--- a/androidApp/src/main/res/values/strings.xml
+++ b/androidApp/src/main/res/values/strings.xml
@@ -16,6 +16,8 @@
<!-- Shared strings -->
<string name="shared_ok">OK</string>
<string name="shared_cancel">Cancel</string>
+ <string name="shared_close">Close</string>
+ <string name="shared_send">Send</string>
<!-- LoginActivity -->
<string name="login_username">Username</string>
@@ -44,6 +46,7 @@
<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_hourmeter">Hourmeter</string>
<string name="unit_last_date">Last position datetime</string>
<string name="unit_category_animal">Animal</string>
@@ -88,7 +91,7 @@
<!-- Commands -->
<string name="send_command">Send Command</string>
<string name="send_command_confirmation_text">
- Are you sure you want to send the command to device %1$s?
+ Command will be sent to device %1$s. Continue?
</string>
<!-- Reports -->