Skip to content
Snippets Groups Projects
Commit 3f71964c authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Frontend lang labels

parent a5e3251e
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,14 @@
<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.applyNow" approved="yes">
<source>Apply online now</source>
<target>Jetzt online bewerben</target>
</trans-unit>
<trans-unit id="frontend.area" approved="yes">
<source>Area</source>
<target>Bereich</target>
</trans-unit>
<trans-unit id="frontend.detail.back" approved="yes">
<source>Back</source>
<target>Zurück</target>
......@@ -74,10 +82,38 @@
<source>Header</source>
<target>Kopf</target>
</trans-unit>
<trans-unit id="frontend.email" approved="yes">
<source>Apply by email</source>
<target>Bewerbung per Mail</target>
</trans-unit>
<trans-unit id="frontend.entry_date" approved="yes">
<source>Entry date</source>
<target>Eintrittsdatum</target>
</trans-unit>
<trans-unit id="frontend.function" approved="yes">
<source>Function</source>
<target>Funktion</target>
</trans-unit>
<trans-unit id="frontend.listAll.item" approved="yes">
<source>Item</source>
<target>Eintrag</target>
</trans-unit>
<trans-unit id="frontend.location" approved="yes">
<source>Location</source>
<target>Standort</target>
</trans-unit>
<trans-unit id="frontend.organisation" approved="yes">
<source>Organisation</source>
<target>Organisation</target>
</trans-unit>
<trans-unit id="frontend.qualification" approved="yes">
<source>Qualification</source>
<target>Qualifikation</target>
</trans-unit>
<trans-unit id="frontend.task" approved="yes">
<source>Task</source>
<target>Aufgabe</target>
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -51,15 +51,42 @@
<trans-unit id="backend.selectRootPage">
<source>Please select one of the following website roots:</source>
</trans-unit>
<trans-unit id="frontend.applyNow">
<source>Apply online now</source>
</trans-unit>
<trans-unit id="frontend.area">
<source>Area</source>
</trans-unit>
<trans-unit id="frontend.detail.back">
<source>Back</source>
</trans-unit>
<trans-unit id="frontend.detail.header">
<source>Header</source>
</trans-unit>
<trans-unit id="frontend.email">
<source>Apply by email</source>
</trans-unit>
<trans-unit id="frontend.entry_date">
<source>Entry date</source>
</trans-unit>
<trans-unit id="frontend.function">
<source>Function</source>
</trans-unit>
<trans-unit id="frontend.listAll.item">
<source>Item</source>
</trans-unit>
<trans-unit id="frontend.location">
<source>Location</source>
</trans-unit>
<trans-unit id="frontend.organisation">
<source>Organisation</source>
</trans-unit>
<trans-unit id="frontend.qualification">
<source>Qualification</source>
</trans-unit>
<trans-unit id="frontend.task">
<source>Task</source>
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -14,7 +14,7 @@
<table>
<tr>
<td>
Standort
<f:translate key="frontend.location" />
</td>
<td>
{job.company.0.country} - {job.company.0.city}
......@@ -22,7 +22,7 @@
</tr>
<tr>
<td>
Funktion
<f:translate key="frontend.function" />
</td>
<td>
{job.function}
......@@ -30,7 +30,7 @@
</tr>
<tr>
<td>
Bereich
<f:translate key="frontend.area" />
</td>
<td>
{job.area}
......@@ -38,7 +38,7 @@
</tr>
<tr>
<td>
Organisation
<f:translate key="frontend.organisation" />
</td>
<td>
{job.company.0.name}
......@@ -46,7 +46,7 @@
</tr>
<tr>
<td>
Eintrittsdatum
<f:translate key="frontend.entry_date" />
</td>
<td>
<f:format.date date="{job.startDate}" format="d.m.Y" />
......@@ -56,14 +56,14 @@
</div>
<div>
Task
<f:translate key="frontend.task" />
<f:format.raw>
{job.task}
</f:format.raw>
</div>
<div>
Qualification
<f:translate key="frontend.qualification" />
<f:format.raw>
{job.qualification}
</f:format.raw>
......@@ -71,19 +71,19 @@
<div>
<f:form action="apply" controller="Joblist">
<f:form.submit value="Jetzt online bewerben" />
<f:form.submit value="{f:translate(key:'frontend.applyNow')}" />
</f:form>
</div>
<div>
<h3>Bewerbung per Mail</h3>
<h3><f:translate key="frontend.email" /></h3>
<p>
{job.contact.0.email}
</p>
</div>
<div>
<h3>Bewerbung per Post</h3>
<h3><f:translate key="frontend.apply_by_mail" /></h3>
{job.company.0.name}
<br />
{job.contact.0.firstName} {job.contact.0.lastName}
......@@ -96,7 +96,5 @@
<br />
{job.contact.0.phone}
</div>
</f:for>
</f:section>
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