Skip to content
Snippets Groups Projects
Commit c0cafe36 authored by Philipp Nowinski's avatar Philipp Nowinski
Browse files

[FEATURE] use labels in the frontend

parent db2b4b4c
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,10 @@
<source>Please select one of the following website roots:</source>
<target>Bitte wählen Sie eine der folgenden Seiten aus:</target>
</trans-unit>
<trans-unit id="frontend.allVacancies" approved="yes">
<source>All vacancies</source>
<target>Alle offenen Stellen</target>
</trans-unit>
<trans-unit id="frontend.apply.allowed_file_extensions" approved="yes">
<source>File types: </source>
<target>Datentypen: </target>
......@@ -314,6 +318,10 @@
<source>Task</source>
<target>Aufgabe</target>
</trans-unit>
<trans-unit id="frontend.teaserHeadline" approved="yes">
<source>Vacancies worldwide</source>
<target>Offene Stellen weltweit</target>
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -102,6 +102,9 @@
<trans-unit id="backend.selectRootPage">
<source>Please select one of the following website roots:</source>
</trans-unit>
<trans-unit id="frontend.allVacancies">
<source>All vacancies</source>
</trans-unit>
<trans-unit id="frontend.apply.allowed_file_extensions">
<source>File types: </source>
</trans-unit>
......@@ -237,6 +240,9 @@
<trans-unit id="frontend.task">
<source>Task</source>
</trans-unit>
<trans-unit id="frontend.teaserHeadline">
<source>Vacancies worldwide</source>
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -3,7 +3,7 @@
<span class="pia-job-offers-teaser-number">
{totalAmountOfOffers}
</span>
Offene Stellen weltweit
<f:translate key="frontend.teaserHeadline" />
</h2>
<ul class="pia-job-offers-teaser-list">
<f:for each="{featuredOffers}" as="offer">
......@@ -16,6 +16,6 @@
</f:for>
</ul>
<f:link.typolink parameter="{settings.offersPage}" class="cta-link pia-job-offers-teaser-more">
Alle offenen Stellen
<f:translate key="frontend.allVacancies" />
</f:link.typolink>
</article>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment