Skip to content

Commit

Permalink
Merge branch 'recchia-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alenoosh committed May 4, 2015
2 parents 4e80e5a + 472ab3c commit 8aeb030
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/lang/es/fields.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?php

return array(
'settings' => 'Configuración',
'logout' => 'Salir',
'ProfileEdit' => 'Editar Perfil',
'ResetPassword' => 'Cambiar Contraseña',
'Add' => 'Agregar',
'search' => 'Buscar',
'reset' => 'Limpiar',
'enterEmail' => 'Por Favor Ingrese Una Dirección de Email',
'signIn' => 'Por Favor Ingrese',
'forgetPassword' => 'Olvide Mi Contraseña',
'rememberMe' => 'Recordarme',
'login' => 'Ingresar',
'sendReminder' => 'Enviar Recordatorio',
'passwordNotCorrect' => 'El Usuario o la Contraseña son Incorrectos!!',
'FirstName' => 'Nombre',
'LastName' => 'Apellido',
'updateProfile' => 'Actualizar Perfil',
'currentPassword' => 'Contraseña Actual',
'password' => 'Contraseña',
'rePassword' => 'Confirmar Contraseña',
'resetPassword' => 'Cambiar Contraseña',
'ChangePassword' => 'Cambiar Contraseña',
'dashboard' => 'Panel de Control',
'visiteSite' => 'Visitar Sitio',
'change' => 'cambiar',
'showList' => 'Mostrar Lista',
'exportAsExcel' => 'Exportar a Excel',
'importData' => 'Importar Datos',
'deletePreviousData' => 'Borrar Datos Existentes',
'keepOverwriteData' => 'Mantener los Datos Existentes y Actualizarlos',
'keepNotOverwriteData' => 'Mantener los Datos Existentes y No Actualizarlos',
'close' => 'Cerrar',
'importDataSuccess' => 'Los Datos fueron importados exitosamente.',
'importDataFailure' => 'La Importación de Datos Falló, por favor revisa la validez de los datos.',
'successfullReset' => 'Tu Contraseña se Actualizo Exitosamente!',
'successfullEditProfile' => 'Tu perfil se actualizo exitosamente.'
);

0 comments on commit 8aeb030

Please sign in to comment.