mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 11:43:53 -06:00
14 lines
297 B
PHP
14 lines
297 B
PHP
<?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' => '« Anterior',
|
|
'next' => 'Próximo »',
|
|
];
|