Lines Matching refs:getLang
23 …smanager() and file_exists(DOKU_PLUGIN . 'accscounter/log/')) msg($this->getLang('datanotice'), 2);
24 …ger() and file_exists(metaFN($INFO['id'], '.accscounternm'))) msg($this->getLang('datanotice2'), 2…
48 echo $this->getLang('moveiplog') . ': ';
49 …if ($this->dir_copy($old, $new)) echo $this->getLang('success') . '<br><br>'; else echo $this->get…
52 echo $this->getLang('movenmlog') . ':<br>';
75 echo $this->getLang('failnmload') . '<br>';
79 echo $this->getLang('failnmsave') . '<br>';
83 echo $this->getLang('failnmdel') . '<br>';
86 echo $this->getLang('success') . '<br>';
89 …if (rmdir($dir)) echo '<br>' . $this->getLang('complete') . '<br><br>'; else echo '<br>' . $this->…
91 } else echo $this->getLang('failnmdir') . '<br><br>';
106 echo $this->getLang('failnmload2') . '<br>';
110 echo $this->getLang('failnmsave') . '<br>';
114 echo $this->getLang('failnmdel2') . '<br>';
117 echo $this->getLang('success') . '<br>';
119 …if ($moved) echo $this->getLang('allloaded') . '<br><br>'; else echo $this->getLang('nothing') . '…
120 echo $this->getLang('funcend');
129 …(DOKU_PLUGIN . 'accscounter/log/')) echo $this->getLang('successdel') . '<br>'; else echo $this->g…
141 echo $this->getLang('faildellog') . '<br>';
144 echo $this->getLang('successdellog') . '<br>';
146 …if ($deleted) echo $this->getLang('alldeleted') . '<br><br>'; else echo $this->getLang('nothingtod…
148 echo '<br>' . $this->getLang('funcend');