Home
last modified time | relevance | path

Searched refs:getLangPlural (Results 1 – 1 of 1) sorted by path

/plugin/batchedit/
H A Dinterface.php163 $matches = $this->getLangPlural('sts_matches', $matchCount);
164 $pages = $this->getLangPlural('sts_pages', $pageCount);
172 $edits = $this->getLangPlural('sts_edits', $editCount);
283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches())));
706 private function getLangPlural($id, $quantity) {
682 private function getLangPlural($id, $quantity) { global() function in BatcheditInterface