Files
kimai2/app/Resources/translations/validators.de.xliff
Kevin Papst 56c994c46b added "create user" functionality (#37)
* added "create user" functionality #5
* improved user admin views
* added Role constraint and validator
2018-01-06 18:33:01 +01:00

13 lines
466 B
XML

<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="not.available">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Dieser Wert ist keine gültige Rolle.</target>
</trans-unit>
</body>
</file>
</xliff>