Added Spanish translation files
This commit is contained in:
committed by
Manish Verma
parent
58711e180a
commit
83e228fa3b
32
resources/lang/es/pagination.php
Normal file
32
resources/lang/es/pagination.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/*
|
||||
|============================================================================
|
||||
| Faveo Spanish Translation
|
||||
|============================================================================
|
||||
| Author details
|
||||
| Name: Dionis Hernandez
|
||||
| email: dionisus.78@gmail.com
|
||||
| ---------------------------------------------------------------------
|
||||
| Collaborators
|
||||
|
|
||||
|----------------------------------------------------------------------
|
||||
| Last updates : 26-1-2016
|
||||
|
|
||||
*/
|
||||
|
||||
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' => '« Anterior',
|
||||
'next' => 'Siguiente »',
|
||||
];
|
||||
Reference in New Issue
Block a user