firefly-iii/resources/lang/pl_PL/pagination.php

20 lines
387 B
PHP
Raw Normal View History

2017-01-02 04:02:26 -06:00
<?php
declare(strict_types=1);
2017-01-02 04:02:26 -06:00
/**
* pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
2017-01-02 07:22:02 -06:00
'previous' => '&laquo; Poprzednia',
'next' => 'Następna &raquo;',
2017-01-02 04:02:26 -06:00
];