BookStack/lang/es/pagination.php

13 lines
241 B
PHP
Raw Normal View History

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