Newer
Older
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<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>
<generator>LFEditor</generator>
<authorName>Fabian Galinski</authorName>
<authorEmail>fabian@sgalinski.de</authorEmail>
</header>
<body>
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<trans-unit id="application_mail.marker.birthdate">
<source><![CDATA[Date of birth]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.city">
<source><![CDATA[City]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.country">
<source><![CDATA[Country]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.education">
<source><![CDATA[Education]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.email">
<source><![CDATA[Email]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.firstname">
<source><![CDATA[First name]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.gender">
<source><![CDATA[Gender]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.jobtitle">
<source><![CDATA[Job title]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.lastname">
<source><![CDATA[Last name]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.location">
<source><![CDATA[The location regarding the unsolicited application]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.message">
<source><![CDATA[Message]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.mobile">
<source><![CDATA[Mobile]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.nationality">
<source><![CDATA[Nationality]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.phone">
<source><![CDATA[Phone]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.salutation">
<source><![CDATA[Salutation]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.street">
<source><![CDATA[Street]]></source>
</trans-unit>
<trans-unit id="application_mail.marker.zip">
<source><![CDATA[Zip]]></source>
</trans-unit>
<trans-unit id="backend.button_create">
<source><![CDATA[New]]></source>
</trans-unit>
<trans-unit id="backend.button_create_job">
<source><![CDATA[New job offer]]></source>
</trans-unit>
<trans-unit id="backend.button_create_location">
<source><![CDATA[New location]]></source>
</trans-unit>
<trans-unit id="backend.filter">
<source><![CDATA[Filter]]></source>
</trans-unit>
<trans-unit id="backend.filters.editLocation">
<source><![CDATA[Edit selected location]]></source>
</trans-unit>
<trans-unit id="backend.filters.locations">
<source><![CDATA[Locations]]></source>
</trans-unit>
<trans-unit id="backend.filters.locations.description">
<source><![CDATA[(Use the ctrl or cmd keys to deselect an option or to select multiple options) ]]></source>
</trans-unit>
<trans-unit id="backend.filters.search">
<source><![CDATA[Search]]></source>
</trans-unit>
<trans-unit id="backend.jobs.header">
<source><![CDATA[Job offers]]></source>
</trans-unit>
<trans-unit id="backend.list.header">
<source><![CDATA[Header]]></source>
</trans-unit>
<trans-unit id="backend.list.item">
<source><![CDATA[Item]]></source>
</trans-unit>
<trans-unit id="backend.manualSortingBug">
<source><![CDATA[Manual sorting is currently not working. You can do that in the List module.]]></source>
<trans-unit id="backend.message.error">
<source><![CDATA[Something went wrong. Please reload.]]></source>
</trans-unit>
<trans-unit id="backend.noJobsMessage">
<source><![CDATA[There are no jobs that match your criteria]]></source>
</trans-unit>
<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>
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<trans-unit id="backend.selectRootPage">
<source><![CDATA[Please select one of the following pages:]]></source>
</trans-unit>
<trans-unit id="error.maxFileSizeMessage">
<source><![CDATA[The selected file exceeds the maximum file size]]></source>
</trans-unit>
<trans-unit id="frontend.allVacancies">
<source><![CDATA[All vacancies]]></source>
</trans-unit>
<trans-unit id="frontend.apply.allowed_file_extensions">
<source><![CDATA[File types: ]]></source>
</trans-unit>
<trans-unit id="frontend.apply.applyAs">
<source><![CDATA[Apply as]]></source>
</trans-unit>
<trans-unit id="frontend.apply.birthDate">
<source><![CDATA[Birth date *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.certificate">
<source><![CDATA[Certificate *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.city">
<source><![CDATA[City *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.company">
<source><![CDATA[Location *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.contact">
<source><![CDATA[Your contact]]></source>
</trans-unit>
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<trans-unit id="frontend.apply.country">
<source><![CDATA[Country *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.country.empty">
<source><![CDATA[Please choose]]></source>
</trans-unit>
<trans-unit id="frontend.apply.cover_letter">
<source><![CDATA[Cover letter *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.cv">
<source><![CDATA[CV *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.education">
<source><![CDATA[Highest achieved education *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.email">
<source><![CDATA[Email *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.error.general">
<source><![CDATA[An error has occured]]></source>
</trans-unit>
<trans-unit id="frontend.apply.first_name">
<source><![CDATA[First name *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.gender">
<source><![CDATA[Gender]]></source>
</trans-unit>
<trans-unit id="frontend.apply.gender.female">
<source><![CDATA[Female]]></source>
</trans-unit>
<trans-unit id="frontend.apply.gender.male">
<source><![CDATA[Male]]></source>
</trans-unit>
<trans-unit id="frontend.apply.last_name">
<source><![CDATA[Last name *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.location">
<source><![CDATA[Location *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.maxFileSize">
<source><![CDATA[Maximum file size:]]></source>
</trans-unit>
<trans-unit id="frontend.apply.message">
<source><![CDATA[Message]]></source>
</trans-unit>
<trans-unit id="frontend.apply.mobile">
<source><![CDATA[Mobile]]></source>
</trans-unit>
<trans-unit id="frontend.apply.nationality">
<source><![CDATA[Nationality *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.nationality.empty">
<source><![CDATA[Please choose]]></source>
</trans-unit>
<trans-unit id="frontend.apply.phone">
<source><![CDATA[Phone *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.privacyPolicy">
<source><![CDATA[I have read the %s and confirm the usage of my personal data according to it. *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.privacyPolicy.link">
<source><![CDATA[privacy policy]]></source>
</trans-unit>
<trans-unit id="frontend.apply.recommend">
<source><![CDATA[Recommend job]]></source>
</trans-unit>
<trans-unit id="frontend.apply.salutation">
<source><![CDATA[Salutation]]></source>
</trans-unit>
<trans-unit id="frontend.apply.street">
<source><![CDATA[Street *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.thank_you">
<source><![CDATA[Thank you for your application!]]></source>
</trans-unit>
<trans-unit id="frontend.apply.title">
<source><![CDATA[Job title *]]></source>
</trans-unit>
<trans-unit id="frontend.apply.unsolicitedApplication">
<source><![CDATA[Unsolicited Application]]></source>
</trans-unit>
<trans-unit id="frontend.apply.zip">
<source><![CDATA[Zip *]]></source>
</trans-unit>
<trans-unit id="frontend.applyNow">
<source><![CDATA[Apply online now]]></source>
</trans-unit>
<trans-unit id="frontend.applyNow.emptyApplication">
<source><![CDATA[Apply to an unlisted position]]></source>
</trans-unit>
<trans-unit id="frontend.apply_by_mail">
<source><![CDATA[Apply by mail]]></source>
</trans-unit>
<trans-unit id="frontend.attachment">
<source><![CDATA[Download job advertisement]]></source>
</trans-unit>
<trans-unit id="frontend.department">
<source><![CDATA[Department]]></source>
</trans-unit>
<trans-unit id="frontend.description">
<source><![CDATA[Description]]></source>
</trans-unit>
<trans-unit id="frontend.detail.back">
<source><![CDATA[Back]]></source>
</trans-unit>
<trans-unit id="frontend.detail.header">
<source><![CDATA[Header]]></source>
</trans-unit>
<trans-unit id="frontend.email">
<source><![CDATA[Apply by email]]></source>
</trans-unit>
<trans-unit id="frontend.emailContact">
<source><![CDATA[Email Contact]]></source>
</trans-unit>
<trans-unit id="frontend.entry_date">
<source><![CDATA[Entry date]]></source>
</trans-unit>
<trans-unit id="frontend.experienceLevel">
<source><![CDATA[Experience Level]]></source>
</trans-unit>
<trans-unit id="frontend.filter.companies">
<source><![CDATA[Company]]></source>
</trans-unit>
<trans-unit id="frontend.filter.countries">
<source><![CDATA[Country]]></source>
</trans-unit>
<trans-unit id="frontend.filter.countriesfunctions">
<source><![CDATA[Function]]></source>
</trans-unit>
<trans-unit id="frontend.filter.departments">
<source><![CDATA[Departments]]></source>
</trans-unit>
<trans-unit id="frontend.filter.experienceLevels">
<source><![CDATA[Experience Level]]></source>
<trans-unit id="frontend.filter.functions">
<source><![CDATA[Function]]></source>
</trans-unit>
<trans-unit id="frontend.filter.locations">
<source><![CDATA[Location]]></source>
</trans-unit>
<source><![CDATA[Show fully remote jobs only]]></source>
<trans-unit id="frontend.filter.selections.all">
<source><![CDATA[All]]></source>
</trans-unit>
<trans-unit id="frontend.filter.submit">
<source><![CDATA[Filter]]></source>
</trans-unit>
<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>
<trans-unit id="frontend.location">
<source><![CDATA[Location]]></source>
</trans-unit>
<trans-unit id="frontend.locationLabel">
<source><![CDATA[<b>Location:</b>]]></source>
</trans-unit>
<trans-unit id="frontend.locationCountLabel">
<source><![CDATA[Locations]]></source>
</trans-unit>
<trans-unit id="frontend.organisation">
<source><![CDATA[Organisation]]></source>
</trans-unit>
<trans-unit id="frontend.phone">
<source><![CDATA[Phone]]></source>
</trans-unit>
<trans-unit id="frontend.qualification">
<source><![CDATA[Qualification]]></source>
</trans-unit>
<trans-unit id="frontend.task">
<source><![CDATA[Task]]></source>
</trans-unit>
<trans-unit id="frontend.teaserHeadline">
<source><![CDATA[Vacancies worldwide]]></source>
</trans-unit>
<trans-unit id="frontend.DropFiles">
<source><![CDATA[Drop file here]]></source>
</trans-unit>
<trans-unit id="frontend.CancelUpload">
<source><![CDATA[Stop upload]]></source>
</trans-unit>
<trans-unit id="frontend.RemoveFile">
<source><![CDATA[Remove file]]></source>
</trans-unit>
<trans-unit id="frontend.FileType">
<source><![CDATA[Filetype]]></source>
</trans-unit>
<trans-unit id="frontend.coverLetterUplodadButton">
<source><![CDATA[Upload coverletter]]></source>
</trans-unit>
<trans-unit id="frontend.cvUplodadButton">
<source><![CDATA[Upload cv]]></source>
</trans-unit>
<trans-unit id="frontend.certificateUplodadButton">
<source><![CDATA[Upload certificate]]></source>
</trans-unit>