Files
ponzi/application/language/pl/pagination.php
Tomasz Tomczyk 97dfaee88f Added Polish translation
Signed-off-by: Tomasz Tomczyk <me@tomasztomczyk.com>
2012-06-29 19:43:00 +01:00

19 lines
542 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the pagination links. You're free to change them to anything you want.
| If you come up with something more exciting, let us know.
|
*/
'previous' => '&laquo; Poprzednia',
'next' => 'Następna &raquo;',
);