configs: overwrite via prepend, mode instead of duration_only (#715)

This commit is contained in:
Kevin Papst
2019-04-26 16:14:28 +02:00
committed by GitHub
parent f0f757cf75
commit 32f0d80729
24 changed files with 253 additions and 45 deletions

View File

@@ -22,9 +22,17 @@
<source>label.timesheet.markdown_content</source>
<target>Allow Markdown in the timesheet descriptions</target>
</trans-unit>
<trans-unit id="label.timesheet.duration_only">
<source>label.timesheet.duration_only</source>
<target>"Duration only" mode - replaces the endtime field with an input for duration</target>
<trans-unit id="label.timesheet.mode">
<source>label.timesheet.mode</source>
<target>Timetracking mode</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_default">
<source>label.timesheet.mode_default</source>
<target>Default: accept start and end date</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_only">
<source>label.timesheet.mode_duration_only</source>
<target>Duration only: replaces the end date field with an input for duration</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_future_times">
<source>label.timesheet.rules.allow_future_times</source>