pixelfed/resources/lang/pl/pagination.php
Marcin Mikołajczak 7c56412216 i18n: Add Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-05-22 16:43:26 +02:00

20 lines
525 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => 'Wstecz',
'next' => 'Dalej &raquo;',
];