first draft

This commit is contained in:
Kevin Papst
2016-10-20 22:10:41 +02:00
parent 94a35ff914
commit 579b962c85
186 changed files with 30734 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file date="2016-10-19T21:46:45Z" source-language="en" target-language="de" datatype="plaintext" original="not.available">
<body>
<trans-unit resname="action.browse_admin">
<source>action.browse_admin</source>
<target>Zum Backend</target>
</trans-unit>
<trans-unit resname="help.browse_admin">
<source>help.browse_admin</source>
<target>Zum Backend</target>
</trans-unit>
<trans-unit resname="action.browse_app">
<source>action.browse_app</source>
<target>Zum Frontend</target>
</trans-unit>
<trans-unit resname="help.browse_app">
<source>help.browse_app</source>
<target>Zum Frontend</target>
</trans-unit>
<trans-unit resname="title.login">
<source>title.login</source>
<target>Anmelden</target>
</trans-unit>
<trans-unit resname="label.username">
<source>label.username</source>
<target>Benutzername</target>
</trans-unit>
<trans-unit resname="label.password">
<source>label.password</source>
<target>Passwort</target>
</trans-unit>
<trans-unit resname="action.sign_in">
<source>action.sign_in</source>
<target>Los geht's</target>
</trans-unit>
<trans-unit resname="menu.logout">
<source>menu.logout</source>
<target>Abmelden</target>
</trans-unit>
<trans-unit resname="menu.homepage">
<source>menu.homepage</source>
<target>Blog</target>
</trans-unit>
<trans-unit resname="menu.admin">
<source>menu.admin</source>
<target>Backend</target>
</trans-unit>
<trans-unit resname="menu.timesheet">
<source>menu.timesheet</source>
<target>Zeiterfassung</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,35 @@
<?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="file.ext">
<body>
<trans-unit id="post.blank_summary">
<source>post.blank_summary</source>
<target>Gib deinem Beitrag eine Zusammenfassung!</target>
</trans-unit>
<trans-unit id="post.blank_content">
<source>post.blank_content</source>
<target>Dein Beitrag sollte einen Inhalt haben!</target>
</trans-unit>
<trans-unit id="post.too_short_content">
<source>post.too_short_content</source>
<target>Der Beitragsinhalt ist zu kurz (mindestens {{ limit }} Zeichen)</target>
</trans-unit>
<trans-unit id="comment.blank">
<source>comment.blank</source>
<target>Bitte gib einen Kommentar ein!</target>
</trans-unit>
<trans-unit id="comment.too_short">
<source>comment.too_short</source>
<target>Der Kommentar ist zu kurz (mindestens {{ limit }} Zeichen)</target>
</trans-unit>
<trans-unit id="comment.too_long">
<source>comment.too_long</source>
<target>Der Kommentar ist zu lang (maximal {{ limit }} Zeichen)</target>
</trans-unit>
<trans-unit id="comment.is_spam">
<source>comment.is_spam</source>
<target>Der Inhalt des Kommentars wird als Spam eingestuft.</target>
</trans-unit>
</body>
</file>
</xliff>