tape:js ie cache

This commit is contained in:
Martin Müller 2014-05-25 10:44:04 +02:00
parent f58ae72c9d
commit 600fefb1f0
3 changed files with 7 additions and 6 deletions

View File

@ -31,11 +31,11 @@ msgstr ""
#: Controller/JobController.php:40 View/Elements/job_opening_item.ctp:79 #: Controller/JobController.php:40 View/Elements/job_opening_item.ctp:79
msgid "dreamjob.opening.delete" msgid "dreamjob.opening.delete"
msgstr "löschen" msgstr "Stellenausschreibung wurde gelöscht"
#: Controller/JobController.php:42 #: Controller/JobController.php:42
msgid "dreamjob.opening.delete.error" msgid "dreamjob.opening.delete.error"
msgstr "konnte nicht gelöscht werden" msgstr "Stellenausschreibung konnte nicht gelöscht werden"
#: Controller/JobController.php:60;347 #: Controller/JobController.php:60;347
msgid "dreamjob.opening.save.add" msgid "dreamjob.opening.save.add"
@ -243,7 +243,7 @@ msgstr "bearbeiten"
#: View/Elements/job_opening_item.ctp:89;91 #: View/Elements/job_opening_item.ctp:89;91
#: View/Elements/user_worker_item.ctp:65 View/Job/application.ctp:37 #: View/Elements/user_worker_item.ctp:65 View/Job/application.ctp:37
msgid "dreamjob.applicated" msgid "dreamjob.applicated"
msgstr "bewerben" msgstr "Zur Bewerbung"
#: View/Elements/job_opening_item.ctp:97 View/Job/opening.ctp:50 #: View/Elements/job_opening_item.ctp:97 View/Job/opening.ctp:50
msgid "dreamjob.applicate" msgid "dreamjob.applicate"
@ -684,8 +684,9 @@ msgstr "Adresse"
msgid "dreamjob.registration.done.text" msgid "dreamjob.registration.done.text"
msgstr "" msgstr ""
"Vielen Dank für Ihre Registrierung bei dreamJOBSie erhalten per Mail einen " "Vielen Dank für Ihre Registrierung bei dreamJOBSie erhalten per Mail einen "
"Aktivierungslink von uns.Bitte beachten Sie das diese Mail in Ihrem Junk-/" "Aktivierungslink von uns.<br/>"
"Spam-Mail Ordner gelangen könnte." "<b>Bitte beachten Sie das diese Mail in Ihrem Junk-/"
"Spam-Mail Ordner gelangen könnte.</b>"
#: View/Registration/main.ctp:7 #: View/Registration/main.ctp:7
msgid "dreamjob.registration" msgid "dreamjob.registration"

View File

@ -34,7 +34,7 @@
</span> </span>
<span style="float: right;"> <span style="float: right;">
<?php if($msg){ <?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{ }else{
echo $this->Html->link(__('dreamjob.message.send'),array('controller'=>'job','action'=>'applicationGet','id'=>$application['DreamjobJobApplication']['id'],'ages'=>'ages')); echo $this->Html->link(__('dreamjob.message.send'),array('controller'=>'job','action'=>'applicationGet','id'=>$application['DreamjobJobApplication']['id'],'ages'=>'ages'));
} ?> } ?>