Searched refs:getLangPlural (Results 1 – 1 of 1) sorted by relevance
163 $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($pag…706 private function getLangPlural($id, $quantity) { function in BatcheditInterface