-
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.
Merge pull request #11 from lindesbs/8-uebersetzungen-translation
Add en translations
- Loading branch information
Showing
3 changed files
with
60 additions
and
10 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,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.1"> | ||
<file> | ||
<body> | ||
<trans-unit id="pageyaml.settings.title"> | ||
<target>pageYaml - Overview</target> | ||
</trans-unit> | ||
<trans-unit id="pageyaml.settings.importfile"> | ||
<target>Configuration file</target> | ||
</trans-unit> | ||
<trans-unit id="pageyaml.settings.importfile_description"> | ||
<target>File must be stored in /files directory. Just upload it via file manager. Extension must be <b>yaml</b></target> | ||
</trans-unit> | ||
<trans-unit id="pageyaml.settings.importtitle"> | ||
<target>Import settings</target> | ||
</trans-unit> | ||
<trans-unit id="pageyaml.settings.addArticle"> | ||
<target></target> | ||
</trans-unit> | ||
<trans-unit id="pageyaml.settings.addArticleCheckbox"> | ||
<target>add article to every page</target> | ||
</trans-unit> | ||
<trans-unit id="pageyaml.settings.importConfiguration"> | ||
<target>Import settings from file</target> | ||
</trans-unit> | ||
|
||
<trans-unit id="pageyaml.global.name"> | ||
<target>pageYAML</target> | ||
</trans-unit> | ||
|
||
<trans-unit id="pageyaml.global.import"> | ||
<target> | ||
Import | ||
</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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div class="pageyaml_dropdown"> | ||
<button class="pageyaml_dropbtn"><span class="icon"></span>PageYAML</button> | ||
<button class="pageyaml_dropbtn"><span class="icon"></span>{{ 'pageyaml.global.name'|trans({}, 'contao_default') }}</button> | ||
|
||
<div class="pageyaml_dropdown-content"> | ||
<a href="contao?do=page&{{ href }}&import">Import</a> | ||
<a href="contao?do=page&{{ href }}&import">{{ 'pageyaml.global.import'|trans({}, 'contao_default') }}</a> | ||
</div> | ||
</div> |
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