Create pagination.php (Spanish)

This commit is contained in:
Huguitis 2024-04-03 22:25:37 +02:00 committed by GitHub
parent 79e8842228
commit f805219ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
lang/es/pagination.php Normal file
View File

@ -0,0 +1,17 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
];