BookStack/lang/pt_BR/pagination.php

13 lines
240 B
PHP
Raw Normal View History

<?php
2019-07-11 22:30:00 +00:00
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Anterior',
'next' => 'Próximo &raquo;',
];