Skip to content
Snippets Groups Projects
Commit c24ce89a authored by Tim Wagner's avatar Tim Wagner
Browse files

[TASK] Rewrite plugin TCA labels

parent 7d5a0759
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
<settings.locations>
<TCEforms>
<label>LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.teaser_locations</label>
<description>LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.teaser_locations.description</description>
<config>
<type>select</type>
<renderType>selectMultipleSideBySide</renderType>
......
<?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="2016-05-11T06:54:37Z">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2019-06-13T17:07:07Z">
<header>
<type>database</type>
<description>General language labels used in frontend and backend.</description>
......@@ -30,8 +30,8 @@
<target><![CDATA[Datenschutzinformationsseite]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs.application_redirect_page" approved="yes">
<source><![CDATA[Redirect page after form submit]]></source>
<target><![CDATA[Weiterleitungsziel nach abschicken des Formulars]]></target>
<source><![CDATA[Page to redirect to after an application is submitted]]></source>
<target><![CDATA[Seite, auf die nach Abschicken der Bewerbung weitergeleitet wird]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs.application_unsoliticed" approved="yes">
<source><![CDATA[Job for unsoliticed application]]></source>
......@@ -133,6 +133,14 @@
<source><![CDATA[Zip code]]></source>
<target><![CDATA[PLZ]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department" approved="yes">
<source><![CDATA[Department]]></source>
<target><![CDATA[Bereich]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department.title" approved="yes">
<source><![CDATA[Title]]></source>
<target><![CDATA[Titel]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job" approved="yes">
<source><![CDATA[Job offer]]></source>
<target><![CDATA[Stellenanzeige]]></target>
......@@ -153,14 +161,6 @@
<source><![CDATA[Display apply by postal service section]]></source>
<target><![CDATA[Bewerbung per Post einblenden]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department" approved="yes">
<source><![CDATA[Department]]></source>
<target><![CDATA[Bereich]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department.none">
<source><![CDATA[--Please choose--]]></source>
<target><![CDATA[--Bitte wählen--]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.company" approved="yes">
<source><![CDATA[Company]]></source>
<target><![CDATA[Unternehmen]]></target>
......@@ -169,6 +169,14 @@
<source><![CDATA[Contact]]></source>
<target><![CDATA[Kontakt]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department" approved="yes">
<source><![CDATA[Department]]></source>
<target><![CDATA[Bereich]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department.none" approved="yes">
<source><![CDATA[--Please choose--]]></source>
<target><![CDATA[--Bitte wählen--]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.description" approved="yes">
<source><![CDATA[Job description]]></source>
<target><![CDATA[Beschreibung]]></target>
......@@ -198,24 +206,24 @@
<target><![CDATA[Arbeitsort]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.offers_page" approved="yes">
<source><![CDATA[Page that lists all job offers]]></source>
<target><![CDATA[Seite auf der alle Stellenanzeigen gelistet werden]]></target>
<source><![CDATA[Page that shows a list of all job offers in the frontend]]></source>
<target><![CDATA[Seite auf der eine Liste aller Stellenanzeigen im Frontend angezeigt wird]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy" approved="yes">
<source><![CDATA[Ordering]]></source>
<target><![CDATA[Sortierung]]></target>
<source><![CDATA[Sorting of job offers]]></source>
<target><![CDATA[Sortierung der Stellenangebote]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_1" approved="yes">
<source><![CDATA[Manual]]></source>
<target><![CDATA[Manuell]]></target>
<source><![CDATA[Manual (Uses sorting visible in the "Job Offers" module)]]></source>
<target><![CDATA[Manuell (Stellenangebote werden wie im "Stellenangebote" Modul sortiert)]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_2" approved="yes">
<source><![CDATA[By title]]></source>
<target><![CDATA[Nach Jobtitel]]></target>
<source><![CDATA[Alphabetically by job title (A-Z)]]></source>
<target><![CDATA[Alphabetisch nach Job-Titel (A-Z)]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_3">
<source><![CDATA[By creation date]]></source>
<target><![CDATA[Nach Erstellungsdatum]]></target>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_3" approved="yes">
<source><![CDATA[By creation date (latest at top)]]></source>
<target><![CDATA[Nach Erstellungsdatum (neueste zuerst)]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.plugin_options" approved="yes">
<source><![CDATA[Joblist plugin options]]></source>
......@@ -245,6 +253,10 @@
<source><![CDATA[Respected Locations]]></source>
<target><![CDATA[Berücksichtigte Standorte]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.teaser_locations.description" approved="yes">
<source><![CDATA[Only job offers whose location is set to one of the selected ones will be shown in the job offer teaser.]]></source>
<target><![CDATA[Nur Stellenangebote, deren Standort auf einen der ausgewählten festgelegt ist, werden im Stellenangebote-Teaser angezeigt.]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.title" approved="yes">
<source><![CDATA[Job title]]></source>
<target><![CDATA[Stellenbezeichnung]]></target>
......@@ -357,14 +369,6 @@
<source><![CDATA[Location]]></source>
<target><![CDATA[Arbeitsort]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department">
<source><![CDATA[Department]]></source>
<target><![CDATA[Bereich]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department.title">
<source><![CDATA[Title]]></source>
<target><![CDATA[Titel]]></target>
</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="2016-05-11T06:54:37Z">
<file source-language="en" datatype="plaintext" original="messages" date="2019-06-13T17:07:07Z">
<header>
<type>database</type>
<description>General language labels used in frontend and backend.</description>
......@@ -25,7 +25,7 @@
<source><![CDATA[Privacy policy page]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs.application_redirect_page">
<source><![CDATA[Redirect page after form submit]]></source>
<source><![CDATA[Page to redirect to after an application is submitted]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs.application_unsoliticed">
<source><![CDATA[Job for unsoliticed application]]></source>
......@@ -105,6 +105,12 @@
<trans-unit id="tx_sgjobs_domain_model_contact.zip">
<source><![CDATA[Zip code]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department">
<source><![CDATA[Department]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department.title">
<source><![CDATA[Title]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job">
<source><![CDATA[Job offer]]></source>
</trans-unit>
......@@ -120,18 +126,18 @@
<trans-unit id="tx_sgjobs_domain_model_job.applyByPostal">
<source><![CDATA[Display apply by postal service section]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department">
<source><![CDATA[Department]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department.none">
<source><![CDATA[--Please choose--]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.company">
<source><![CDATA[Company]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.contact">
<source><![CDATA[Contact]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department">
<source><![CDATA[Department]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.department.none">
<source><![CDATA[--Please choose--]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.description">
<source><![CDATA[Job description]]></source>
</trans-unit>
......@@ -154,19 +160,19 @@
<source><![CDATA[Location]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.offers_page">
<source><![CDATA[Page that lists all job offers]]></source>
<source><![CDATA[Page that shows a list of all job offers in the frontend]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy">
<source><![CDATA[Ordering]]></source>
<source><![CDATA[Sorting of job offers]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_1">
<source><![CDATA[Manual]]></source>
<source><![CDATA[Manual (Uses sorting visible in the "Job Offers" module)]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_2">
<source><![CDATA[By title]]></source>
<source><![CDATA[Alphabetically by job title (A-Z)]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.orderBy_3">
<source><![CDATA[By creation date]]></source>
<source><![CDATA[By creation date (latest at top)]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.plugin_options">
<source><![CDATA[Joblist plugin options]]></source>
......@@ -189,6 +195,9 @@
<trans-unit id="tx_sgjobs_domain_model_job.teaser_locations">
<source><![CDATA[Respected Locations]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.teaser_locations.description">
<source><![CDATA[Only job offers whose location is set to one of the selected ones will be shown in the job offer teaser.]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job.title">
<source><![CDATA[Job title]]></source>
</trans-unit>
......@@ -273,12 +282,6 @@
<trans-unit id="tx_sgjobs_domain_model_location.location">
<source><![CDATA[Location]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department">
<source><![CDATA[Department]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_department.title">
<source><![CDATA[Title]]></source>
</trans-unit>
</body>
</file>
</xliff>
</xliff>
\ No newline at end of file
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