Lines Matching refs:getLang

57                 msg(sprintf($this->getLang('message: email invalid'), hsc($email)), -1);
62 msg($this->getLang('message: password empty'), -1);
76 ptln('<h1>' . $this->getLang('menu') . '</h1>');
79 ptln('<h1>' . $this->getLang('menu') . '</h1>');
121 $this->log('info', $this->getLang('message: starting'));
148 $this->log('info', $this->getLang('message: adding data done'));
154 $link = "<a href=\"$href\">" . $this->getLang('link: download now') . '</a>';
155 $this->log('success', $this->getLang('message: done') . ' ' . $link);
169 $this->log('info', $this->getLang('message: starting'));
194 $this->log('info', $this->getLang('message: adding data done'));
200 $link = "<a href=\"$href\">" . $this->getLang('link: download now') . '</a>';
201 $this->log('success', $this->getLang('message: done') . ' ' . $link);
262 $this->log('info', sprintf($this->getLang('message: create empty dir'), $directory));
281 $this->log('info', $this->getLang('message: create users'));
309 $this->log('info', $this->getLang('message: create acl'));
326 $this->log('info', sprintf($this->getLang('message: create zip archive'), hsc($archiveFN)));
347 $message[] = sprintf($this->getLang('message: add files in dir'), hsc($srcDir . '/'));
349 $message[] = $this->getLang('message: recursive');
352 $message[] = sprintf($this->getLang('message: skipping files'), hsc($skipRegex));
377 $this->log('warning', sprintf($this->getLang('message: file is large'),
440 ptln('<h1>' . $this->getLang('label: download') . '</h1>');
446 ptln('<b>' . $this->getLang('label: full archive') . '</b><br>');
447 ptln(sprintf($this->getLang('message: archive exists'), $mtime));
448 ptln("<a href=\"$href\">" . $this->getLang('link: download now') . '</a>');
456 ptln('<b>' . $this->getLang('label: update archive') . '</b><br>');
457 ptln(sprintf($this->getLang('message: archive exists'), $mtime));
458 ptln("<a href=\"$href\">" . $this->getLang('link: download now') . '</a>');
469 $form->addFieldsetOpen($this->getLang('label: full archive'));
471 $adminMailInput = $form->addTextInput('adminMail', $this->getLang('label: admin mail'));
475 $adminPassInput = $form->addPasswordInput('adminPass', $this->getLang('label: admin pass'));
479 $form->addButton('submit', $this->getLang('button: generate archive'));
491 $form->addFieldsetOpen($this->getLang('label: update archive'));
495 $form->addButton('submit', $this->getLang('button: generate archive'));
517 $timedMessage = sprintf($this->getLang('seconds'), $time) . ': ' . $message;