Skip to content
Snippets Groups Projects
Commit 4a96f238 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[BUGFIX] fix label keys

parent 95d31f7d
No related branches found
No related tags found
1 merge request!49Feature 13671 azm changes
......@@ -113,26 +113,6 @@
<source><![CDATA[Company]]></source>
<target><![CDATA[Firma]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field1" approved="yes">
<source><![CDATA[Free text field 1]]></source>
<target><![CDATA[Freitextfeld 1]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field2" approved="yes">
<source><![CDATA[Free text field 2]]></source>
<target><![CDATA[Freitextfeld 2]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field3" approved="yes">
<source><![CDATA[Free text field 3]]></source>
<target><![CDATA[Freitextfeld 3]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field4" approved="yes">
<source><![CDATA[Free text field 4]]></source>
<target><![CDATA[Freitextfeld 4]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field5" approved="yes">
<source><![CDATA[Free text field 5]]></source>
<target><![CDATA[Freitextfeld 5]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.email" approved="yes">
<source><![CDATA[Email]]></source>
<target><![CDATA[E-Mail]]></target>
......@@ -537,6 +517,26 @@
<source><![CDATA[Zip]]></source>
<target><![CDATA[PLZ]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field1" approved="yes">
<source><![CDATA[Free text field 1]]></source>
<target><![CDATA[Freitextfeld 1]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field2" approved="yes">
<source><![CDATA[Free text field 2]]></source>
<target><![CDATA[Freitextfeld 2]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field3" approved="yes">
<source><![CDATA[Free text field 3]]></source>
<target><![CDATA[Freitextfeld 3]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field4" approved="yes">
<source><![CDATA[Free text field 4]]></source>
<target><![CDATA[Freitextfeld 4]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field5" approved="yes">
<source><![CDATA[Free text field 5]]></source>
<target><![CDATA[Freitextfeld 5]]></target>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_location" approved="yes">
<source><![CDATA[Location]]></source>
<target><![CDATA[Arbeitsort]]></target>
......
......@@ -93,21 +93,6 @@
<trans-unit id="tx_sgjobs_domain_model_contact.company">
<source><![CDATA[Company]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field1">
<source><![CDATA[Free text field 1]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field2">
<source><![CDATA[Free text field 2]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field3">
<source><![CDATA[Free text field 3]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field4">
<source><![CDATA[Free text field 4]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.freetext_field5">
<source><![CDATA[Free text field 5]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_contact.email">
<source><![CDATA[Email]]></source>
</trans-unit>
......@@ -411,6 +396,21 @@
<trans-unit id="tx_sgjobs_domain_model_job_application.zip">
<source><![CDATA[Zip]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field1">
<source><![CDATA[Free text field 1]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field2">
<source><![CDATA[Free text field 2]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field3">
<source><![CDATA[Free text field 3]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field4">
<source><![CDATA[Free text field 4]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_job_application.freetext_field5">
<source><![CDATA[Free text field 5]]></source>
</trans-unit>
<trans-unit id="tx_sgjobs_domain_model_location">
<source><![CDATA[Location]]></source>
</trans-unit>
......
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