Lines Matching refs:sprintf
89 $err = sprintf($this->getLang('file_not_found'), $page_to_modify);
93 $err = sprintf($this->getLang('permision_denied_write'), $page_to_modify);
97 $err = sprintf($this->getLang('missing_id'), $page_to_modify);
104 $err = sprintf($this->getLang('file_locked'), $page_to_modify);
116 $err = sprintf($this->getLang('file_not_found'), $page_to_modify);
147 $err = sprintf($this->getLang('element_not_found'), $json_id);
150 $err = sprintf($this->getLang('duplicated_id'), $json_id);
153 $err = sprintf($this->getLang('hash_not_equal'), $json_id);
157 $err = sprintf($this->getLang('internal_error'), 'plugin/json/action');
163 …saveWikiText($page_to_modify, $file_updated, sprintf($this->getLang('json_updated_ajax'), $json_id…
198 $err = sprintf($this->getLang('file_not_found'), $page_to_modify);
202 $err = sprintf($this->getLang('permision_denied_write'), $page_to_modify);
206 $err = sprintf($this->getLang('file_changed'), $page_to_modify);
213 $err = sprintf($this->getLang('file_locked'), $page_to_modify);
225 $err = sprintf($this->getLang('file_not_found'), $page_to_modify);
273 $err = sprintf($this->getLang('file_exists'), $newId);
277 $err = sprintf($this->getLang('permision_denied_write'), $page_to_modify);