freenetis-github/application/i18n/cs_CZ/pagination.php @ 8ba726c1
8baed187 | Michal Kliment | <?php defined('SYSPATH') or die('No direct access allowed.');
|
|
/*
|
|||
* This file is part of open source system FreenetIS
|
|||
* and it is released under GPLv3 licence.
|
|||
*
|
|||
* More info about licence can be found:
|
|||
* http://www.gnu.org/licenses/gpl-3.0.html
|
|||
*
|
|||
* More info about project can be found:
|
|||
* http://www.freenetis.org/
|
|||
*
|
|||
*/
|
|||
$lang = array
|
|||
(
|
|||
'page' => 'strana',
|
|||
'pages' => 'stran',
|
|||
'item' => 'položka',
|
|||
'items' => 'položek',
|
|||
'of' => 'z',
|
|||
'first' => 'první',
|
|||
'last' => 'poslední',
|
|||
'previous' => 'předchozí',
|
|||
'next' => 'další',
|
|||
);
|