-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
901c3bd
commit 1cafd56
Showing
4 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...Packages/CodeQ.Site/Resources/Private/Translations/de/NodeTypes/Document/AbstractPage.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,11 @@ | ||
<?xml version="1.0"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file original="" source-language="en" datatype="plaintext" target-language="de"> | ||
<body> | ||
<trans-unit id="properties.hideFromMainMenu"> | ||
<source>Hide in main menu</source> | ||
<target xml:lang="de" state="translated">Im Hauptmenü verbergen</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
10 changes: 10 additions & 0 deletions
10
...Packages/CodeQ.Site/Resources/Private/Translations/en/NodeTypes/Document/AbstractPage.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,10 @@ | ||
<?xml version="1.0"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file original="" source-language="en" datatype="plaintext"> | ||
<body> | ||
<trans-unit id="properties.hideFromMainMenu"> | ||
<source>Hide in main menu</source> | ||
</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