Added Spanish translation files

This commit is contained in:
Manish Verma
2018-10-19 17:21:30 +05:30
committed by Manish Verma
parent 58711e180a
commit 83e228fa3b
4 changed files with 1850 additions and 0 deletions

View 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' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
];