Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo authored Oct 4, 2023
2 parents 422da8d + 67856d3 commit 4fe2d74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions contao/languages/de/tl_theme.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<target>Theme-Compiler</target>
</trans-unit>
<trans-unit id="tl_theme.skinSourceFiles.0">
<source>Skin source files</source>
<target>Skin-Quelldateien</target>
<source>Theme source files</source>
<target>Theme-Quelldateien</target>
</trans-unit>
<trans-unit id="tl_theme.skinSourceFiles.1">
<source>Select the files to compile and their order here.</source>
<target>Wählen Sie hier die zu kompilierenden Dateien und dessen Reihenfolge aus.</target>
</trans-unit>
<trans-unit id="tl_theme.combineSkinFiles.0">
<source>Combine skin source files</source>
<target>Skin-Quelldateien zusammenfassen</target>
<source>Combine theme source files</source>
<target>Theme-Quelldateien zusammenfassen</target>
</trans-unit>
<trans-unit id="tl_theme.combineSkinFiles.1">
<source>Combines all skin source files. Otherwise, all selected files will be stored separately.</source>
<target>Kombiniert alle Skin-Quelldateien. Andernfalls werden alle gewählten Dateien einzeln abgelegt.</target>
<source>Combines all theme source files. Otherwise, all selected files will be stored separately.</source>
<target>Kombiniert alle Theme-Quelldateien. Andernfalls werden alle gewählten Dateien einzeln abgelegt.</target>
</trans-unit>
<trans-unit id="tl_theme.backupFiles.0">
<source>Create backup files</source>
Expand Down
6 changes: 3 additions & 3 deletions contao/languages/en/tl_theme.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<source>Theme-Compiler</source>
</trans-unit>
<trans-unit id="tl_theme.skinSourceFiles.0">
<source>Skin source files</source>
<source>Theme source files</source>
</trans-unit>
<trans-unit id="tl_theme.skinSourceFiles.1">
<source>Select the files to compile and their order here.</source>
</trans-unit>
<trans-unit id="tl_theme.combineSkinFiles.0">
<source>Combine skin source files</source>
<source>Combine theme source files</source>
</trans-unit>
<trans-unit id="tl_theme.combineSkinFiles.1">
<source>Combines all skin source files. Otherwise all files will be stored separately.</source>
<source>Combines all theme source files. Otherwise, all selected files will be stored separately.</source>
</trans-unit>
<trans-unit id="tl_theme.backupFiles.0">
<source>Create backup files</source>
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler/FileCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function compileSkinFiles(): void
// reverse loading order so following skin files will override configurations from previous ones
$skinFiles = array_reverse($skinFiles);

$this->msg('Skin files', self::MSG_HEAD);
$this->msg('Theme files', self::MSG_HEAD);

foreach ($skinFiles as $fileUuid)
{
Expand Down

0 comments on commit 4fe2d74

Please sign in to comment.