Lines Matching refs:getLang

72     function getLang ($name) {  function in schedules
73 return $this->scheduleRoot->plugin->getLang ($name);
445 if ($request['action'] == $this->getLang ('show')) {
450 } elseif ($request['action'] == $this->getLang ('selected')) {
462 array ($this->getLang ('modifyAll'),
463 $this->getLang ('modify'),
464 $this->getLang ('add'),
465 $this->getLang ('valid'),
466 $this->getLang ('prop')))) {
470 if ($request['action'] == $this->getLang ('valid'))
473 } elseif ($request['action'] == $this->getLang ('remove')) {
479 } elseif ($request['action'] == $this->getLang ('created'))
491 ($request['action'] == $this->getLang ('modifyAll') ||
492 $request['action'] == $this->getLang ('modify'))) {
495 if ($request['action'] == $this->getLang ('modifyAll'))
523 $this->message ('info', $this->getLang ('notMemberError'));
529 $this->message ('error', $this->getLang ('noAudienceError'));
531 $this->message ('error', $this->getLang ('noMemberError'));
533 $this->message ('error', $this->getLang ('noTypeError'));
535 $this->message ('error', $this->getLang ('noTitleError'));
537 $this->message ('error', $this->getLang ('noWhereError'));
539 $this->message ('error', $request ['from'].' : '.$this->getLang ('badDateError'));
541 $this->message ('error', $request ['to'].' : '.$this->getLang ('badDateError'));
543 $this->message ('error', $request ['from'].' : '.$this->getLang ('pastError'));
545 $this->message ('error', $request ['to'].' : '.$this->getLang ('pastToError'));
547 $this->startMessage ('error', $this->getLang ('startError'));
556 array ($this->getLang ('add'),
557 $this->getLang ('valid'),
558 $this->getLang ('prop'))))
572 $this->message ('success', $this->getLang ('propSuccess'));
761 $dayNames = $this->getLang ('days');
767 …' <div class="bubble '.$this->getConf ('bubblePosition').'Bubble">'.$this->getLang ('tipPrevM').…
772 …' <div class="bubble '.$this->getConf ('bubblePosition').'Bubble">'.$this->getLang ('tipNextM').…
908 …':'.$conf['start'].'&schd[ns]='.$this->nameSpace.'&schd[action]='.$this->getLang ('show').'&schd[d…
1043 …echo '<input value="'.$this->getLang ($action).'" onclick="javascript:scheduleClearCache (\''.$act…
1077 $this->getLang ('allDates').'</a>') :
1078 $this->getLang ('when')).'</th>'.NL.
1079 ' <th class="what">'.$this->getLang ('what').'</th>'.NL.
1080 ' <th class="where">'.$this->getLang ('where').'</th>'.NL.
1081 ' <th class="suject">'.$this->getLang ('title').'</th>'.NL.
1084 ' <th class="audience">'.$this->getLang ('audience').'</th>'.NL.
1085 ' <th class="by">'.$this->getLang ('proposedBy').'</th>'.NL.
1088 …pe="button" onclick="scheduleSwitchSelection(this.form)" value="'.$this->getLang ('inverted').'"/>…
1123 …]='.$id.'&schd[ns]='.$ns.'&schd[pageId]='.$pageId.'&schd[action]='.$this->getLang ('created').'">'.
1132 …_REQUEST['id'].'&schd[id]='.$id.'&schd[ns]='.$ns.'&schd[action]='.$this->getLang ('selected').'">'.
1153 …return ' '.$this->getLang ('fromHour').' **'.$dumy ['from'].'** '.$this->getLang ('toHour').' **'…
1154 return ' '.$this->getLang ('at').' **'.$at.'**';
1195 $orderedFormat = $this->getLang ('orderedFormat');
1196 $rt = $this->getLang ('repeatType');
1200 …return $this->getLang ('from').' '.$this->scheduleRoot->ds2ln ($event->from, $bold).' '.$this->get…
1204 foreach (array_keys ($this->getLang ('days')) as $idd => $dayName)
1208 $dayNames = array_keys ($this->getLang ('days'));
1224 $result .= $this->getLang ('all').' ';
1384 …<tr class="'.$this->scheduleRoot->getOddEven ().'"><td colspan="6">'.$this->getLang ('noEvent').'<…
1395 <th><input type="submit" name="schd[action]" value="'.$this->getLang ('remove').'"/></th>
1407 …<td colspan="8">'.$this->getLang ('all').' <input class="repeat" name="schd[repeat]" type="text" v…
1410 foreach ($this->getLang ('repeatType') as $idrt => $repeatType) {
1418 <td rowspan="2">'.$this->getLang ('each').'</td>
1423 $dayNames = $this->getLang ('days');
1439 $orderedFormat = $this->getLang ('orderedFormat');
1480 …' <p>'.$this->getLang ($this->printProp ? 'proposedEvent' : 'addEvent').'</p>'.NL. // XXX getLang
1482 …' <li><a class="warningPlace" href="#scheduleTabForm-0">1) '.$this->getLang ('who').'</a></li>'…
1483 …' <li><a class="warningPlace" href="#scheduleTabForm-1">2) '.$this->getLang ('what').'</a></li>…
1484 …' <li><a class="warningPlace" href="#scheduleTabForm-2">3) '.$this->getLang ('where').'</a></li…
1485 …' <li><a class="warningPlace" href="#scheduleTabForm-3">4) '.$this->getLang ('when').'</a></li>…
1486 …' <li><a class="warningPlace" href="#scheduleTabForm-4">5) '.$this->getLang ('validation').'</a…
1509 ptln (' <option value="">'.$this->getLang ('memberChoice').'</option>'.NL);
1520 ' <option value="">'.$this->getLang ('eventTypeChoice').'</option>'.NL);
1526 …e="text" value="'.$this->defaultSchedule->title.'" placeholder="'.$this->getLang ('titlePH').'" on…
1528 ' '.$this->getLang ('lead').':<br/>'.NL.
1529 …' <textarea class="paper" name="schd[lead]" placeholder="'.$this->getLang ('leadPH').'">'.$thi…
1531 ' '.$this->getLang ('posterURL').':<br/>'.NL.
1532 …ext" value="'.$this->defaultSchedule->posterURL.'" placeholder="'.$this->getLang ('posterPH').'"/>…
1534 ' '.$this->getLang ('paperURL').':<br/>'.NL.
1535 …text" value="'.$this->defaultSchedule->paperURL.'" placeholder="'.$this->getLang ('paperPH').'"/>'…
1537 ' '.$this->getLang ('remark').':<br/>'.NL.
1538 …' <textarea class="paper" name="schd[remark]" placeholder="'.$this->getLang ('remarkPH').'">'.…
1540 ' '.$this->getLang ('rate').':<br/>'.NL.
1541 …pe="text" value="'.$this->defaultSchedule->rate.'" placeholder="'.$this->getLang ('ratePH').'"/>'.…
1574 …' <label>'.$this->getLang ('city').' :<br/></label><input name="city" type="text" placeholder…
1575 ' <span class="wrap_tip ">'.$this->getLang ('enterTip').'</span>'.NL.
1576 …' <label>'.$this->getLang ('addresse').' :<br/></label><input name="addr" type="text" placeho…
1577 ' <span class="wrap_tip ">'.$this->getLang ('enterTip').'</span>'.NL.
1583 …'<input type="button" value="'.$this->getLang ('add').'" onClick="javascript:scheduleAddInsee ()" …
1584 …'<input type="button" value="'.$this->getLang ('remove').'" onClick="javascript:scheduleRemoveInse…
1585 …'<input type="button" value="'.$this->getLang ('test').'" onClick="javascript:scheduleTestInsee ()…
1592 …$this->getLang ('from').' <input class="date" id="scheduleFrom" name="schd[from]" type="text" valu…
1593getLang ('to').' <input class="date" name="schd[to]" type="text" value="'.$this->scheduleRoot->ds2…
1594 …$this->getLang ('at').' <input class="hour" name="schd[at]" type="text" value="'.$this->defaultSch…
1609 … ptln ('<input type="submit" name="schd[action]" value="'.$this->getLang ('modifyAll').'"/>');
1610 … ptln ('<input type="submit" name="schd[action]" value="'.$this->getLang ('modify').'"/> ');
1613 …ptln ('<input type="submit" name="schd[action]" value="'.$this->getLang ($this->defaultSchedule->p…
1616 … ptln ('<input type="submit" name="schd[action]" value="'.$this->getLang ('prop').'"/> ');
1651 $mailSubject = $this->getLang ('notifySubject');
1652 $mailContent = $this->getLang ('notifyContent');