-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' | ||
); |