-
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.
- Loading branch information
Showing
6 changed files
with
53 additions
and
8 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
13 changes: 13 additions & 0 deletions
13
src/Resources/contao/languages/en/tl_estate_manager_addon.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,13 @@ | ||
<?xml version="1.0" ?> | ||
<xliff version="1.1"> | ||
<file datatype="php" original="src/Resources/contao/languages/en/tl_estate_manager_addon.php" source-language="en"> | ||
<body> | ||
<trans-unit id="tl_estate_manager_addon.addon_energy_license.0"> | ||
<source>Addon Energy-Certificate License</source> | ||
</trans-unit> | ||
<trans-unit id="tl_estate_manager_addon.addon_energy_license.1"> | ||
<source>Please enter your license key</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
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/tl_expose_module.php" source-language="en"> | ||
<body> | ||
<trans-unit id="tl_expose_module.energy_legend"> | ||
<source>Energy certificate</source> | ||
</trans-unit> | ||
<trans-unit id="tl_expose_module.addEnergiebar.0"> | ||
<source>Add energy efficiency scale</source> | ||
</trans-unit> | ||
<trans-unit id="tl_expose_module.addEnergiebar.1"> | ||
<source>Inserts an energy efficiency scale after the energy certificate.</source> | ||
</trans-unit> | ||
<trans-unit id="tl_expose_module.energiebarTemplate.0"> | ||
<source>Energy efficiency scale template</source> | ||
</trans-unit> | ||
<trans-unit id="tl_expose_module.energiebarTemplate.1"> | ||
<source>Here you can overwrite the default template for the energy efficiency scale.</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
10 changes: 10 additions & 0 deletions
10
src/Resources/contao/languages/en/tl_real_estate_expose.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.1"> | ||
<file datatype="php" original="src/Resources/contao/languages/en/tl_real_estate_expose.php" source-language="en"> | ||
<body> | ||
<trans-unit id="tl_real_estate_expose.label_energiebar"> | ||
<source>Energy efficiency scale</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |