Files
firefly-iii/resources/lang/hr_HR/pagination.php

14 lines
299 B
PHP
Raw Normal View History

2016-10-10 08:19:00 +02:00
<?php
/**
* pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
'previous' => '&laquo; Prethodna',
'next' => 'Sljedeća &raquo;',
];