Lines Matching refs:getLang

47                 msg($this->getLang('xmlerr').' '.hsc($this->client->getErrorMessage()),-1);
52 msg($this->getLang('loginerr'),-1);
60 msg($this->getLang('xmlerr').' '.hsc($this->client->getErrorMessage()),-1);
66 msg($this->getLang('versionerr'),-1);
144 echo '<p>'.$this->getLang('syncdone').'</p>';
228 echo '<fieldset><legend>'.$this->getLang('syncstart').'</legend>';
230 echo '<p>'.$this->getLang('remotever').' '.hsc($version).'</p>';
232 …echo '<p>'.$this->getLang('lastsync').' '.strftime($conf['dformat'],$this->profiles[$no]['ltime'])…
234 echo '<p>'.$this->getLang('neversync').'</p>';
236 …echo '<input name="startsync" type="submit" value="'.$this->getLang('syncstart').'" class="button"…
238 …echo '<p class="error">'.$this->getLang('noconnect').'<br />'.hsc($this->client->getErrorMessage()…
249 echo '<fieldset><legend>'.$this->getLang('profile').'</legend>';
251 echo ' <option value="">'.$this->getLang('newprofile').'</option>';
263 echo '<input type="submit" value="'.$this->getLang('select').'" class="button" />';
275 echo $this->getLang('edit');
277 echo $this->getLang('create');
283 echo '<label for="sync__server">'.$this->getLang('server').'</label> ';
287 echo '<label for="sync__ns">'.$this->getLang('ns').'</label> ';
290 echo '<label for="sync__depth">'.$this->getLang('depth').'</label> ';
292 …(($this->profiles[$no]['depth']==0)?'selected="selected"':'').'>'.$this->getLang('level0').'</opti…
293 …(($this->profiles[$no]['depth']==1)?'selected="selected"':'').'>'.$this->getLang('level1').'</opti…
294 …(($this->profiles[$no]['depth']==2)?'selected="selected"':'').'>'.$this->getLang('level2').'</opti…
295 …(($this->profiles[$no]['depth']==3)?'selected="selected"':'').'>'.$this->getLang('level3').'</opti…
299 echo '<label for="sync__user">'.$this->getLang('user').'</label> ';
302 echo '<label for="sync__pass">'.$this->getLang('pass').'</label> ';
305 echo '<label for="sync__timeout">'.$this->getLang('timeout').'</label>';
308 echo '<span>'.$this->getLang('type').'</span>';
312 echo '<label for="sync__type0">'.$this->getLang('type0').'</label> ';
315 echo '<label for="sync__type1">'.$this->getLang('type1').'</label> ';
318 echo '<label for="sync__type2">'.$this->getLang('type2').'</label> ';
323 echo '<input type="submit" value="'.$this->getLang('save').'" class="button" />';
325 echo '<small>'.$this->getLang('changewarn').'</small>';
330 …echo '<input name="sync__delete" type="submit" value="'.$this->getLang('delete').'" class="button"…
351 $this->_listOut($this->getLang('lockfail').' '.hsc($id),'error');
367 $this->_listOut($this->getLang('lockfail').' '.hsc($id),'error');
400 $this->_listOut($this->getLang('skipped').' '.$id,'skipped');
407 $this->_listOut($this->getLang('localdelok').' '.$id,'del_okay');
410 $this->_listOut($this->getLang('localdelok').' '.$id,'del_okay');
412 $this->_listOut($this->getLang('localdelfail').' '.$id,'del_fail');
425 $this->_listOut($this->getLang('pullfail').' '.$id.' '.
439 $this->_listOut($this->getLang('pullok').' '.$id,'pull_okay');
457 $this->_listOut($this->getLang('pushfail').' '.$id.' '.
461 $this->_listOut($this->getLang('pushok').' '.$id,'push_okay');
472 $this->_listOut($this->getLang('remotedelfail').' '.$id.' '.
476 $this->_listOut($this->getLang('remotedelok').' '.$id,'del_okay');
517 <th class="sync__file">'.$this->getLang('file').'</th>
518 <th class="sync__local">'.$this->getLang('local').'</th>
522 <th class="sync__remote">'.$this->getLang('remote').'</th>
523 <th class="sync__diff">'.$this->getLang('diff').'</th>
535 echo '<input type="submit" value="'.$this->getLang('syncstart').'" class="button" />';
589 …sync_'.$type.'['.hsc($id).']" value="2" class="syncpush" title="'.$this->getLang('pushdel').'" '.(…
591 …sync_'.$type.'['.hsc($id).']" value="1" class="syncpush" title="'.$this->getLang('push').'" '.(($d…
595 …sync_'.$type.'['.hsc($id).']" value="0" class="syncskip" title="'.$this->getLang('keep').'" '.(($d…
599 …ync_'.$type.'['.hsc($id).']" value="-2" class="syncpull" title="'.$this->getLang('pulldel').'" '.(…
601 …ync_'.$type.'['.hsc($id).']" value="-1" class="syncpull" title="'.$this->getLang('pull').'" '.(($d…
616 ….php?id='.$id.'&amp;no='.$no.'" target="_blank" class="sync_popup">'.$this->getLang('diff').'</a>';
714 echo $this->getLang('pullfail').' '.hsc($id).' ';
727 echo '<th colspan="2">'.$this->getLang('local').'</th>';
728 echo '<th colspan="2">'.$this->getLang('remote').'</th>';