-
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.
- Creation of warning and error messages
- Fix CSV import
- Loading branch information
Showing
10 changed files
with
68 additions
and
36 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
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
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
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
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
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" target-language="de"> | ||
<body> | ||
<trans-unit id="ERR.noMoreLicenses"> | ||
<source>Licences for the product "%s" is exhausted</source> | ||
<target>Lizenzen für das Produkt "%s" sind ausgeschöpft</target> | ||
</trans-unit> | ||
<trans-unit id="ERR.noLicenseFound"> | ||
<source>No license could be found for the referenced product</source> | ||
<target>Für das referenzierte Produkt konnte keine Lizenz gefunden werden</target> | ||
</trans-unit> | ||
<trans-unit id="ERR.lowNumberOfLicenses"> | ||
<source>Only a few licenses left for product "%s"</source> | ||
<target>Nur noch wenige Lizenzen für Produkt "%s"</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
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" ?><xliff version="1.1"> | ||
<file datatype="php" original="src/Resources/contao/languages/en/default.php" source-language="en"> | ||
<body> | ||
<trans-unit id="ERR.noMoreLicenses"> | ||
<source>Licences for the product "%s" is exhausted</source> | ||
</trans-unit> | ||
<trans-unit id="ERR.noLicenseFound"> | ||
<source>No license could be found for the referenced product</source> | ||
</trans-unit> | ||
<trans-unit id="ERR.lowNumberOfLicenses"> | ||
<source>Only a few licenses left for product "%s"</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
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