Lines Matching refs:getLang

213         if ($installed === false || $installed === $this->getLang('unknownversion')) return true;
341 if ($this->isInstalled()) return $this->getLang('unknownversion');
655 throw new Exception($this->getLang('msg_upload_failed') . ' (' . $_FILES[$field]['error'] . ')');
659 if (!$tmp) throw new Exception($this->getLang('error_dircreate'));
667 throw new Exception($this->getLang('msg_upload_failed'));
735 if ($this->isTemplate()) return $this->getLang('notimplemented');
736 if (!$this->isInstalled()) return $this->getLang('notinstalled');
737 if ($this->isEnabled()) return $this->getLang('alreadyenabled');
745 return $this->getLang('pluginlistsaveerror');
756 if ($this->isTemplate()) return $this->getLang('notimplemented');
760 if (!$this->isInstalled()) return $this->getLang('notinstalled');
761 if (!$this->isEnabled()) return $this->getLang('alreadydisabled');
766 return $this->getLang('pluginlistsaveerror');
969 throw new Exception($this->getLang('error_badurl'));
982 throw new Exception($this->getLang('error_dircreate'));
989 $this->getLang('error_download'),
1010 throw new Exception($this->getLang('error_dircreate'));
1015 throw new Exception($this->getLang('error_dircreate'));
1026 throw new Exception($this->getLang('error_findfolder'));
1037 throw new Exception($this->getLang('error_findfolder'));
1065 msg(sprintf($this->getLang('msg_nooverwrite'), $item['base']));
1085 $this->getLang('error_copy') . DOKU_LF,
1206 throw new Exception($this->getLang('error_decompress') . ' ' . $e->getMessage(), $e->getCode(), $e);
1216 throw new Exception($this->getLang('error_decompress') . ' ' . $e->getMessage(), $e->getCode(), $e);
1224 throw new Exception($this->getLang('error_decompress') . ' Couldn\'t read archive file');