tape:js ie cache
This commit is contained in:
parent
f58ae72c9d
commit
600fefb1f0
Binary file not shown.
|
@ -31,11 +31,11 @@ msgstr ""
|
|||
|
||||
#: Controller/JobController.php:40 View/Elements/job_opening_item.ctp:79
|
||||
msgid "dreamjob.opening.delete"
|
||||
msgstr "löschen"
|
||||
msgstr "Stellenausschreibung wurde gelöscht"
|
||||
|
||||
#: Controller/JobController.php:42
|
||||
msgid "dreamjob.opening.delete.error"
|
||||
msgstr "konnte nicht gelöscht werden"
|
||||
msgstr "Stellenausschreibung konnte nicht gelöscht werden"
|
||||
|
||||
#: Controller/JobController.php:60;347
|
||||
msgid "dreamjob.opening.save.add"
|
||||
|
@ -243,7 +243,7 @@ msgstr "bearbeiten"
|
|||
#: View/Elements/job_opening_item.ctp:89;91
|
||||
#: View/Elements/user_worker_item.ctp:65 View/Job/application.ctp:37
|
||||
msgid "dreamjob.applicated"
|
||||
msgstr "bewerben"
|
||||
msgstr "Zur Bewerbung"
|
||||
|
||||
#: View/Elements/job_opening_item.ctp:97 View/Job/opening.ctp:50
|
||||
msgid "dreamjob.applicate"
|
||||
|
@ -684,8 +684,9 @@ msgstr "Adresse"
|
|||
msgid "dreamjob.registration.done.text"
|
||||
msgstr ""
|
||||
"Vielen Dank für Ihre Registrierung bei dreamJOBSie erhalten per Mail einen "
|
||||
"Aktivierungslink von uns.Bitte beachten Sie das diese Mail in Ihrem Junk-/"
|
||||
"Spam-Mail Ordner gelangen könnte."
|
||||
"Aktivierungslink von uns.<br/>"
|
||||
"<b>Bitte beachten Sie das diese Mail in Ihrem Junk-/"
|
||||
"Spam-Mail Ordner gelangen könnte.</b>"
|
||||
|
||||
#: View/Registration/main.ctp:7
|
||||
msgid "dreamjob.registration"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</span>
|
||||
<span style="float: right;">
|
||||
<?php if($msg){
|
||||
echo $this->Html->link(__('dreamjob.applicated'),array('controller'=>'job','action'=>'applicationGet','id'=>$application['DreamjobJobApplication']['id']));
|
||||
echo $this->Html->link(__('dreamjob.applicate'),array('controller'=>'job','action'=>'applicationGet','id'=>$application['DreamjobJobApplication']['id']));
|
||||
}else{
|
||||
echo $this->Html->link(__('dreamjob.message.send'),array('controller'=>'job','action'=>'applicationGet','id'=>$application['DreamjobJobApplication']['id'],'ages'=>'ages'));
|
||||
} ?>
|
||||
|
|
Loading…
Reference in New Issue