add "duration + fixed start time" tracking mode (#859)
This commit is contained in:
@@ -40,7 +40,11 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.mode_duration_only">
|
||||
<source>label.timesheet.mode_duration_only</source>
|
||||
<target>[Dauer] ersetzt die Endzeit durch ein Eingabefeld für Dauer</target>
|
||||
<target>[Dauer] ersetzt den Endzeitpunkt durch ein Eingabefeld für Dauer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.mode_duration_fixed_start">
|
||||
<source>label.timesheet.mode_duration_fixed_start</source>
|
||||
<target>[Dauer] Konfigurierbare feste Startzeit, nur Dauer kann geändert werden</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.mode_punch">
|
||||
<source>label.timesheet.mode_punch</source>
|
||||
|
||||
@@ -42,6 +42,10 @@
|
||||
<source>label.timesheet.mode_duration_only</source>
|
||||
<target>[Duration] replaces the end time with a duration input-field</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.mode_duration_fixed_start">
|
||||
<source>label.timesheet.mode_duration_fixed_start</source>
|
||||
<target>[Duration] Configurable fixed start-time, only duration can be changed</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.mode_punch">
|
||||
<source>label.timesheet.mode_punch</source>
|
||||
<target>[Time-clock] user can start and stop records, but not edit the times or duration</target>
|
||||
|
||||
Reference in New Issue
Block a user