BookStack/resources/lang/es/pagination.php

13 lines
241 B
PHP
Raw Normal View History

2017-03-02 18:21:33 -05:00
<?php
2018-12-24 06:41:42 -05:00
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
2017-03-02 18:21:33 -05:00
return [
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
];