Skip to content
Snippets Groups Projects
Commit 4b751c0b authored by axelbraunschweiger's avatar axelbraunschweiger
Browse files

[TASK] Move plugin and improve translation

parent 04687a4d
No related branches found
No related tags found
1 merge request!14[TASK] Move plugin and improve translation
mod {
wizards.newContentElement.wizardItems.jobs {
header = LLL:EXT:sg_jobs/Resources/Private/Language/locallang_backend.xlf:applyPluginLabel
wizards.newContentElement.wizardItems.plugins {
elements {
jobsapply {
iconIdentifier = extension-sg_jobs
......
......@@ -29,6 +29,30 @@
<source>[SgJobs] Job Teaser</source>
<target>[SgJobs] Job Teaser</target>
</trans-unit>
<trans-unit id="applyPluginDescription">
<source>Useful for spontaneous applications.</source>
<target>Nützlich für Initiativbewerbungen.</target>
</trans-unit>
<trans-unit id="listPluginDescription">
<source>Overview of all jobs.</source>
<target>Übersicht über alle Stellenangebote.</target>
</trans-unit>
<trans-unit id="teaserPluginDescription">
<source>Show a teaser for one job.</source>
<target>Ein Teaser für ein Stellenangebot.</target>
</trans-unit>
<trans-unit id="listPluginTitle">
<source>Job List</source>
<target>Liste der Stellenangebote</target>
</trans-unit>
<trans-unit id="applyPluginTitle">
<source>Job Application Form</source>
<target>Bewerbungsformular</target>
</trans-unit>
<trans-unit id="jobteaserPluginTitle">
<source>Job Teaser</source>
<target>Teaser für ein Stellenangebot.</target>
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
......@@ -9,6 +9,9 @@
<authorEmail>fabian@sgalinski.de</authorEmail>
</header>
<body>
<trans-unit id="galinskiPluginLabel">
<source>SGalinski Plugins</source>
</trans-unit>
<trans-unit id="applyPluginLabel">
<source>[SgJobs] Jobs Plugin</source>
</trans-unit>
......@@ -16,7 +19,7 @@
<source>[SgJobs] Job Application</source>
</trans-unit>
<trans-unit id="listPlugin">
<source>[SgJobs] Joblist</source>
<source>[SgJobs] Job List</source>
</trans-unit>
<trans-unit id="mlang_labels_tabdescr">
<source>Job Offers</source>
......@@ -31,22 +34,22 @@
<source>[SgJobs] Job Teaser</source>
</trans-unit>
<trans-unit id="listPluginTitle">
<source>Joblist</source>
<source>Job List</source>
</trans-unit>
<trans-unit id="applyPluginTitle">
<source>Job Application</source>
<source>Job Application Form</source>
</trans-unit>
<trans-unit id="jobteaserPluginTitle">
<source>Job Teaser</source>
</trans-unit>
<trans-unit id="applyPluginDescription">
<source>Insert a job application form</source>
<source>Useful for spontaneous applications.</source>
</trans-unit>
<trans-unit id="listPluginDescription">
<source>List all jobs</source>
<source>Overview of all jobs.</source>
</trans-unit>
<trans-unit id="teaserPluginDescription">
<source>Insert a teaser</source>
<source>Show a teaser for one job.</source>
</trans-unit>
</body>
</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