aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-04-18 23:10:29 -0500
committerIván Ávalos <avalos@disroot.org>2022-04-18 23:10:29 -0500
commit65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd (patch)
treedcc65a1f090f5afa93e6bc7c6e6c178dc10eaae2 /androidApp/src/main/res/values/strings.xml
parent591eb35abf77aa23e5b897c92eb9ff588a968f16 (diff)
parentfc3e2a6e316cb8acd6aac0553c92f9dbc6b669b4 (diff)
downloadetbsa-trackermap-mobile-65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd.tar.gz
etbsa-trackermap-mobile-65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd.tar.bz2
etbsa-trackermap-mobile-65bf515eb2cb95a0e13cf71788e60bf6b16f5fcd.zip
Merge branch 'main' of lraspi:/secret/git/repos/etbsa-trackermap-mobile
Diffstat (limited to 'androidApp/src/main/res/values/strings.xml')
-rw-r--r--androidApp/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml
index 865368e..c349cd8 100644
--- a/androidApp/src/main/res/values/strings.xml
+++ b/androidApp/src/main/res/values/strings.xml
@@ -20,6 +20,8 @@
<string name="shared_close">Close</string>
<string name="shared_send">Send</string>
<string name="shared_loading">Loading</string>
+ <string name="shared_slide_up">Slide up</string>
+ <string name="shared_slide_down">Slide down</string>
<!-- LoginActivity -->
<string name="login_username">Username</string>
@@ -127,6 +129,10 @@
<string name="period_last_7">Last 7d</string>
<string name="period_this_month">Month</string>
<string name="period_last_30">Last 30d</string>
+ <string name="period_custom">Custom</string>
+ <string name="period_separator">&#8212;</string>
+ <string name="period_from">Start</string>
+ <string name="period_to">End</string>
<string name="table_event">Event</string>
<string name="table_datetime">Datetime</string>