added database driven system configurations with admin screen (#647)
This commit is contained in:
43
translations/system-configuration.en.xliff
Normal file
43
translations/system-configuration.en.xliff
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en" target-language="en" datatype="plaintext" original="system-configuration.en.xliff">
|
||||
<body>
|
||||
<trans-unit id="title">
|
||||
<source>title</source>
|
||||
<target>Settings</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="subtitle">
|
||||
<source>subtitle</source>
|
||||
<target>Change global configurations of your time-tracker</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timesheet">
|
||||
<source>timesheet</source>
|
||||
<target>Timesheet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="form_customer">
|
||||
<source>form_customer</source>
|
||||
<target>Create customer - default values</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.markdown_content">
|
||||
<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>
|
||||
<trans-unit id="label.timesheet.rules.allow_future_times">
|
||||
<source>label.timesheet.rules.allow_future_times</source>
|
||||
<target>Allow time entries in the future</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.active_entries.hard_limit">
|
||||
<source>label.timesheet.active_entries.hard_limit</source>
|
||||
<target>Permitted number of simultaneously running time entries</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.timesheet.active_entries.soft_limit">
|
||||
<source>label.timesheet.active_entries.soft_limit</source>
|
||||
<target>Number of running time entries from which a warning is displayed</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user