added tags for timesheets (#604)

This commit is contained in:
Mathias
2019-05-12 01:40:04 +02:00
committed by Kevin Papst
parent f31118292c
commit e29e183e84
84 changed files with 2132 additions and 158 deletions

View File

@@ -41,6 +41,14 @@
<source>delete.not_in_use</source>
<target>This item can be safely deleted.</target>
</trans-unit>
<trans-unit id="cancel">
<source>cancel</source>
<target>Cancel</target>
</trans-unit>
<trans-unit id="confirm">
<source>confirm</source>
<target>Confirm</target>
</trans-unit>
<!--
Login / Security
@@ -129,6 +137,10 @@
<source>menu.system_configuration</source>
<target>Settings</target>
</trans-unit>
<trans-unit id="menu.tags">
<source>menu.tags</source>
<target>Tags</target>
</trans-unit>
<!--
Error templates
@@ -197,6 +209,14 @@
<source>label.project</source>
<target>Project</target>
</trans-unit>
<trans-unit id="label.tag">
<source>label.tag</source>
<target>Tags</target>
</trans-unit>
<trans-unit id="label.tags">
<source>label.tags</source>
<target>Tags</target>
</trans-unit>
<trans-unit id="label.hourlyRate">
<source>label.hourlyRate</source>
<target>Hourly rate</target>