1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

Polish and Ukrainian translations added. Russian - updated. Plust 2 small translation related fixes in code.

This commit is contained in:
Maryana Rozhankivska 2014-02-07 17:49:27 +02:00
parent 4e09039d2c
commit c515ffec9c
8 changed files with 1216 additions and 143 deletions

View file

@ -565,7 +565,8 @@ class Poche
if (count($entries) > 0) {
$this->pagination->set_total(count($entries));
$page_links = $this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&');
$page_links = str_replace(array('previous', 'next'), array(_('previous'), _('next')),
$this->pagination->page_links('?view=' . $view . '&sort=' . $_SESSION['sort'] . '&'));
$datas = $this->store->getEntriesByView($view, $this->user->getId(), $this->pagination->get_limit());
$tpl_vars['entries'] = $datas;
$tpl_vars['page_links'] = $page_links;