-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ElementareTeilchen/task/translation
TASK: Updated help message and added German translation
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file original="" product-name="Flownative.Anchorlinks" source-language="en" target-language="de" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="copy" xml:space="preserve"> | ||
<source>Copy link to node</source> | ||
<target>Kopiere Link zu diesem Element</target> | ||
</trans-unit> | ||
<trans-unit id="copied" xml:space="preserve"> | ||
<source>Copied to clipboard!</source> | ||
<target>In Zwischenablage kopiert!</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
19 changes: 19 additions & 0 deletions
19
Resources/Private/Translations/de/NodeTypes/AnchorMixin.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file original="" product-name="Flownative.Anchorlinks" source-language="en" target-language="de" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="groups.anchor" xml:space="preserve"> | ||
<source>Anchor</source> | ||
<target>Anker</target> | ||
</trans-unit> | ||
<trans-unit id="properties.sectionId" xml:space="preserve"> | ||
<source>Section id</source> | ||
<target>Abschnitts-ID</target> | ||
</trans-unit> | ||
<trans-unit id="properties.sectionId.ui.help.message" xml:space="preserve"> | ||
<source>Fill in the section id, save and click the button below to copy the link to this node. You can paste it like any other link in the text editor or in inspector fields.</source> | ||
<target>Abschnitts-ID eingeben, speichern und den unter dem Feld erscheinenden Button klicken um den Link zu diesem Element zu kopieren. Dieser kann wie jeder andere Link im Texteditor oder in Feldern des Inspektors eingefügt werden.</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters