mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-19 07:03:19 +00:00
52 lines
2.3 KiB
XML
52 lines
2.3 KiB
XML
<?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="exceptions.en.xlf">
|
|
<body>
|
|
<trans-unit id="access.denied">
|
|
<source>access.denied</source>
|
|
<target>Access was denied</target>
|
|
</trans-unit>
|
|
<trans-unit id="stacktrace">
|
|
<source>stacktrace</source>
|
|
<target>The problem occured here</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error.title">
|
|
<source>http_error.title</source>
|
|
<target>Error</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error.description">
|
|
<source>http_error.description</source>
|
|
<target>Something is wrong</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error.suggestion">
|
|
<source>http_error.suggestion</source>
|
|
<target>
|
|
A critical error occurred, please try again.
|
|
You may have found a software problem, please contact your administrator if the problem persists.
|
|
</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error_404.description">
|
|
<source>http_error_404.description</source>
|
|
<target>Page not found</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error_404.suggestion">
|
|
<source>http_error_404.suggestion</source>
|
|
<target>
|
|
We could not find the page you were looking for.
|
|
Please return to your dashboard and start over.
|
|
</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error_403.description">
|
|
<source>http_error_403.description</source>
|
|
<target>Page is restricted</target>
|
|
</trans-unit>
|
|
<trans-unit id="http_error_403.suggestion">
|
|
<source>http_error_403.suggestion</source>
|
|
<target>
|
|
Sorry, but you don't have sufficient permissions to see this page.
|
|
Please talk to your administrator if you think this is an error.
|
|
</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|