summaryrefslogtreecommitdiff
path: root/resources/lang
diff options
context:
space:
mode:
authorMichiK <michik+github@michik.net>2017-12-03 04:05:02 +0100
committermsquare <msquare@notrademark.de>2019-06-04 21:24:59 +0200
commit142871f852c717319608de43d954180f17e5ed66 (patch)
tree8aee37e9dc1f3291af5e2b2bdb9f5506310711cc /resources/lang
parentead56a89fef63745d0e9d3a0b44ef198792c2784 (diff)
Add a config option for maximum signup in advance
We now have `signup_advance_hours` in the configuration that only allows signup for shifts so many hours in the future. A notice is displayed in the shift view for shifts in the far future, together with an info notice on when signup for that shift will be possible. In addition, we now have a new shift state `NOT_YET` for this purpose so we do not have to abuse `SHIFT_ENDED` anymore for `signup_requires_arrival` as well.
Diffstat (limited to 'resources/lang')
-rw-r--r--resources/lang/de_DE.UTF-8/LC_MESSAGES/default.po6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/lang/de_DE.UTF-8/LC_MESSAGES/default.po b/resources/lang/de_DE.UTF-8/LC_MESSAGES/default.po
index a41d9624..58bc44e9 100644
--- a/resources/lang/de_DE.UTF-8/LC_MESSAGES/default.po
+++ b/resources/lang/de_DE.UTF-8/LC_MESSAGES/default.po
@@ -2124,6 +2124,12 @@ msgstr "Eintragen"
msgid "ended"
msgstr "vorbei"
+msgid "not yet"
+msgstr "noch nicht"
+
+msgid "This shift is in the far future and becomes available for signup at %s."
+msgstr "Diese Schicht liegt in der fernen Zukunft und du kannst dich ab %s eintragen."
+
# Wie ist dies zu verstehen bitte?
#: includes/view/ShiftCalendarShiftRenderer.php:203
msgid "please arrive for signup"