Skip to content

Commit

Permalink
Merge 72cc1f1 into 08588cc
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Mar 12, 2020
2 parents 08588cc + 72cc1f1 commit 580a5e5
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Resources/Private/Language/da.ConstantEditor.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="EXT:codehighlight/Resources/Private/Language/ConstantEditor.xlf" date="2019-10-26T20:21:48Z" target-language="da">
<body>
<trans-unit id="cssFile" resname="layoutRootPath">
<source><![CDATA[CSS File]]></source>
<target state="translated"><![CDATA[CSS fil]]></target>
</trans-unit>
<trans-unit id="layoutRootPath" resname="layoutRootPath">
<source><![CDATA[Path to template layouts (FE)]]></source>
<target state="translated"><![CDATA[Sti til skabelon-layouts (FE)]]></target>
</trans-unit>
<trans-unit id="partialRootPath" resname="partialRootPath">
<source><![CDATA[Path to template partials (FE)]]></source>
<target state="translated"><![CDATA[Sti til skabelon-partials (FE)]]></target>
</trans-unit>
<trans-unit id="templateRootPath" resname="templateRootPath">
<source><![CDATA[Path to template root (FE)]]></source>
<target state="translated"><![CDATA[Sti til skabelon root (FE)]]></target>
</trans-unit>
</body>
</file>
</xliff>
34 changes: 34 additions & 0 deletions Resources/Private/Language/da.ContentElement.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="EXT:codehighlight/Resources/Private/Language/ContentElement.xlf" date="2019-10-26T19:43:03Z" target-language="da">
<body>



























</body>
</file>
</xliff>
197 changes: 197 additions & 0 deletions Resources/Private/Language/da.ProgrammingLanguages.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="EXT:codehighlight/Resources/Private/Language/ProgrammingLanguages.xlf" date="2019-10-26T22:41:13Z" target-language="da">
<body>






























































































































































































</body>
</file>
</xliff>
14 changes: 14 additions & 0 deletions Resources/Private/Language/da.SiteConfiguration.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="EXT:codehighlight/Resources/Private/Language/SiteConfiguration.xlf" date="2019-09-25T23:10:53Z" target-language="da">
<body>







</body>
</file>
</xliff>

0 comments on commit 580a5e5

Please sign in to comment.