Skip to content
Snippets Groups Projects
Commit 05a87c99 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix some useless project_theme dependencies

parent 2540b0c8
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2021-05-27T11:07:16Z">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2022-06-20T17:21:14Z">
<header>
<type>module</type>
<description>General language labels used in frontend and backend.</description>
......@@ -93,10 +93,6 @@
<source><![CDATA[Filter]]></source>
<target><![CDATA[Filter anwenden]]></target>
</trans-unit>
<trans-unit id="backend.reset_filter" approved="yes">
<source><![CDATA[Reset filter]]></source>
<target><![CDATA[Filter zurücksetzen]]></target>
</trans-unit>
<trans-unit id="backend.filters.editLocation" approved="yes">
<source><![CDATA[Edit selected location]]></source>
<target><![CDATA[Den ausgewählten Arbeitsort bearbeiten]]></target>
......@@ -142,6 +138,10 @@
<source><![CDATA[There are no records on this page]]></source>
<target><![CDATA[Es gibt keine Datensätze auf dieser Seite]]></target>
</trans-unit>
<trans-unit id="backend.reset_filter" approved="yes">
<source><![CDATA[Reset filter]]></source>
<target><![CDATA[Filter zurücksetzen]]></target>
</trans-unit>
<trans-unit id="backend.selectRootPage" approved="yes">
<source><![CDATA[Please select one of the following pages:]]></source>
<target><![CDATA[Bitte wählen Sie eine der folgenden Seiten aus:]]></target>
......@@ -386,6 +386,34 @@
<source><![CDATA[Function]]></source>
<target><![CDATA[Funktion]]></target>
</trans-unit>
<trans-unit id="frontend.job.suggestForm" approved="yes">
<source><![CDATA[<b>Or use the online form</b>]]></source>
<target><![CDATA[<b>Oder nutze das Online-Formular</b>]]></target>
</trans-unit>
<trans-unit id="frontend.job.via.email" approved="yes">
<source><![CDATA[<b>By email:</b>]]></source>
<target><![CDATA[<b>Per E-Mail:</b>]]></target>
</trans-unit>
<trans-unit id="frontend.job.via.post" approved="yes">
<source><![CDATA[<b>By post:</b>]]></source>
<target><![CDATA[<b>Per Post:</b>]]></target>
</trans-unit>
<trans-unit id="frontend.jobApplyNow" approved="yes">
<source><![CDATA[Interested?<br>– Apply now!]]></source>
<target><![CDATA[Interesse geweckt?<br>– Dann bewirb dich jetzt!]]></target>
</trans-unit>
<trans-unit id="frontend.jobDetailsCta" approved="yes">
<source><![CDATA[To the details]]></source>
<target><![CDATA[Zu den Details]]></target>
</trans-unit>
<trans-unit id="frontend.jobLocationRemote" approved="yes">
<source><![CDATA[<b>Location:</b> Where you want - we work completely remotely!]]></source>
<target><![CDATA[<b>Standort:</b> Wo du willst – wir arbeiten komplett remote!]]></target>
</trans-unit>
<trans-unit id="frontend.jobStart" approved="yes">
<source><![CDATA[<b>Start:</b>]]></source>
<target><![CDATA[<b>Start:</b>]]></target>
</trans-unit>
<trans-unit id="frontend.listAll.item" approved="yes">
<source><![CDATA[Item]]></source>
<target><![CDATA[Eintrag]]></target>
......@@ -420,4 +448,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2021-05-27T11:07:16Z">
<file source-language="en" datatype="plaintext" original="messages" date="2022-06-20T17:21:14Z">
<header>
<type>module</type>
<description>General language labels used in frontend and backend.</description>
......@@ -72,9 +72,6 @@
<trans-unit id="backend.filter">
<source><![CDATA[Filter]]></source>
</trans-unit>
<trans-unit id="backend.reset_filter" approved="yes">
<source><![CDATA[Reset filter]]></source>
</trans-unit>
<trans-unit id="backend.filters.editLocation">
<source><![CDATA[Edit selected location]]></source>
</trans-unit>
......@@ -108,6 +105,9 @@
<trans-unit id="backend.notice.noRecords">
<source><![CDATA[There are no records on this page]]></source>
</trans-unit>
<trans-unit id="backend.reset_filter">
<source><![CDATA[Reset filter]]></source>
</trans-unit>
<trans-unit id="backend.selectRootPage">
<source><![CDATA[Please select one of the following pages:]]></source>
</trans-unit>
......@@ -291,6 +291,27 @@
<trans-unit id="frontend.function">
<source><![CDATA[Function]]></source>
</trans-unit>
<trans-unit id="frontend.job.suggestForm">
<source><![CDATA[<b>Or use the online form</b>]]></source>
</trans-unit>
<trans-unit id="frontend.job.via.email">
<source><![CDATA[<b>By email:</b>]]></source>
</trans-unit>
<trans-unit id="frontend.job.via.post">
<source><![CDATA[<b>By post:</b>]]></source>
</trans-unit>
<trans-unit id="frontend.jobApplyNow">
<source><![CDATA[Interested?<br>– Apply now!]]></source>
</trans-unit>
<trans-unit id="frontend.jobDetailsCta">
<source><![CDATA[To the details]]></source>
</trans-unit>
<trans-unit id="frontend.jobLocationRemote">
<source><![CDATA[<b>Location:</b> Where you want - we work completely remotely!]]></source>
</trans-unit>
<trans-unit id="frontend.jobStart">
<source><![CDATA[<b>Start:</b>]]></source>
</trans-unit>
<trans-unit id="frontend.listAll.item">
<source><![CDATA[Item]]></source>
</trans-unit>
......@@ -317,4 +338,4 @@
</trans-unit>
</body>
</file>
</xliff>
</xliff>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" target-language="zh" datatype="plaintext" original="messages" date="2021-05-27T11:07:16Z">
<file source-language="en" target-language="zh" datatype="plaintext" original="messages" date="2022-06-20T17:21:14Z">
<header>
<type>module</type>
<description>General language labels used in frontend and backend.</description>
......@@ -166,7 +166,7 @@
<target><![CDATA[在线申请]]></target>
</trans-unit>
<trans-unit id="frontend.apply.zip" approved="yes">
<source><![CDATA[Zip code *]]></source>
<source><![CDATA[Zip *]]></source>
<target><![CDATA[邮编]]></target>
</trans-unit>
<trans-unit id="frontend.applyNow" approved="yes">
......@@ -214,7 +214,7 @@
<target><![CDATA[地点]]></target>
</trans-unit>
<trans-unit id="frontend.filter.remote" approved="yes">
<source><![CDATA[Show only jobs that can be executed remotely.]]></source>
<source><![CDATA[Show only home office jobs]]></source>
<target><![CDATA[Show only jobs that can be executed remotely.]]></target>
</trans-unit>
<trans-unit id="frontend.filter.selections.all" approved="yes">
......
......@@ -14,10 +14,9 @@
</div>
<f:if condition="{job.qualification}">
<div class="sgjobs-highlight-area">
<!--<h3><f:translate key="frontend.qualification" /></h3>-->
<ul class="default-list">
<li>
<f:format.raw><f:translate key="frontend.jobStart" extensionName="project_theme" /></f:format.raw>
<f:format.raw><f:translate key="frontend.jobStart" /></f:format.raw>
<f:if condition="{job.alternativeStartDate}">
<f:then>
{job.alternativeStartDate}
......@@ -30,15 +29,11 @@
<li>
<f:if condition="{job.location}">
<f:then>
<f:format.raw>
<f:translate key="frontend.locationLabel" extensionName="sg_jobs"/>
</f:format.raw>
<f:format.raw><f:translate key="frontend.locationLabel"/></f:format.raw>
{job.location}
</f:then>
<f:else>
<f:format.raw>
<f:translate key="frontend.jobLocation" extensionName="project_theme"/>
</f:format.raw>
<f:format.raw><f:translate key="frontend.jobLocationRemote" /></f:format.raw>
</f:else>
</f:if>
</li>
......@@ -48,7 +43,7 @@
</f:if>
<div class="default-content-element sg-cta sg-cta-with-icon sg-cta-stretch">
<div class="btn btn-warning btn-lg">
<f:format.raw><f:translate key="frontend.jobDetailsCta" extensionName="project_theme" /></f:format.raw>
<f:format.raw><f:translate key="frontend.jobDetailsCta" /></f:format.raw>
</div>
</div>
</f:link.action>
......
......@@ -40,7 +40,7 @@
<div class="highlight-box bg-card sgjobs-meta-box">
<ul class="default-list">
<li>
<f:format.raw><f:translate key="frontend.jobStart" extensionName="project_theme"/></f:format.raw>
<f:format.raw><f:translate key="frontend.jobStart"/></f:format.raw>
<f:if condition="{job.alternativeStartDate}">
<f:then>
{job.alternativeStartDate}
......@@ -53,23 +53,23 @@
<li>
<f:if condition="{job.location}">
<f:then>
<f:format.raw><f:translate key="frontend.locationLabel" extensionName="sg_jobs"/></f:format.raw>
<f:format.raw><f:translate key="frontend.locationLabel"/></f:format.raw>
{job.location}
</f:then>
<f:else>
<f:format.raw><f:translate key="frontend.jobLocation" extensionName="project_theme"/></f:format.raw>
<f:format.raw><f:translate key="frontend.jobLocationRemote"/></f:format.raw>
</f:else>
</f:if>
</li>
</ul>
<hr>
<h3>
<f:format.raw><f:translate key="frontend.jobApplyNow" extensionName="project_theme"/></f:format.raw>
<f:format.raw><f:translate key="frontend.jobApplyNow" /></f:format.raw>
</h3>
<f:if condition="!{job.hideApplyByPostal}">
<p>
<f:format.raw><f:translate key="frontend.job.via.post" extensionName="project_theme"/></f:format.raw>
<f:format.raw><f:translate key="frontend.job.via.post" /></f:format.raw>
<br>
{job.company.name}<br>
{job.contact.firstName} {job.contact.lastName}<br>
......@@ -82,7 +82,7 @@
</f:if>
<f:if condition="!{job.hideApplyByEmail}">
<p>
<f:format.raw><f:translate key="frontend.job.via.email" extensionName="project_theme"/></f:format.raw>
<f:format.raw><f:translate key="frontend.job.via.email" /></f:format.raw>
<br>
<f:comment><!-- Spam Protection (lib.parseFunc encodes adresses --></f:comment>
<f:format.html parseFuncTSPath="lib.parseFunc"><a href="mailto:{job.contact.email}"><f:translate key="frontend.emailContact"/></a></f:format.html>
......@@ -90,7 +90,7 @@
</f:if>
<p>
<f:format.raw><f:translate key="frontend.job.suggestForm" extensionName="project_theme"/></f:format.raw>
<f:format.raw><f:translate key="frontend.job.suggestForm"/></f:format.raw>
</p>
<div class="default-content-element sg-cta sg-cta-with-icon">
<f:if condition="{job.applyExternalLink}">
......
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