This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translation added for content elements (wrapper start and stop).
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
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,22 @@ | ||
<?xml version="1.0" ?><xliff version="1.1"> | ||
<file datatype="php" original="src/Resources/contao/languages/en/default.php" source-language="en" target-language="de"> | ||
<body> | ||
<trans-unit id="CTE.wrapperStart.0"> | ||
<source>Wrapper start</source> | ||
<target>Umschlag Anfang</target> | ||
</trans-unit> | ||
<trans-unit id="CTE.wrapperStart.1"> | ||
<source>Generates the opening part of a DIV container.</source> | ||
<target>Erzeugt den öffnenden Teil eines DIV-Containers.</target> | ||
</trans-unit> | ||
<trans-unit id="CTE.wrapperStop.0"> | ||
<source>Wrapper stop</source> | ||
<target>Umschlag Ende</target> | ||
</trans-unit> | ||
<trans-unit id="CTE.wrapperStop.1"> | ||
<source>Generates the closing part of a DIV container.</source> | ||
<target>Erzeugt den schließenden Teil eines DIV-Containers.</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" ?><xliff version="1.1"> | ||
<file datatype="php" original="src/Resources/contao/languages/en/default.php" source-language="en"> | ||
<body> | ||
<trans-unit id="CTE.wrapperStart.0"> | ||
<source>Wrapper start</source> | ||
</trans-unit> | ||
<trans-unit id="CTE.wrapperStart.1"> | ||
<source>Generates the opening part of a DIV container.</source> | ||
</trans-unit> | ||
<trans-unit id="CTE.wrapperStop.0"> | ||
<source>Wrapper stop</source> | ||
</trans-unit> | ||
<trans-unit id="CTE.wrapperStop.1"> | ||
<source>Generates the closing part of a DIV container.</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |