| Current Path : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/chantier/lang/ |
| Current File : /home/a/t/a/ataenra/www/ATA/INTRANET/Outils/chantier/lang/es.lang.php |
<?php
/**
* Spanish (es) translation file.
*
* @author Nick Korbel <lqqkout13@users.sourceforge.net>
* @translator Josue Rojas <josue_rojas@hotmail.com>
* @version 14-05-06
* @revisi�n parcial: Manuel Gualda Caballero <manuel@utopiaverde.org> (13-10-08)
* @package Languages
*
* Copyright (C) 2003 - 2008 phpScheduleIt
* License: GPL, see LICENSE
*/
///////////////////////////////////////////////////////////
// INSTRUCTIONS
///////////////////////////////////////////////////////////
// This file contains all of the strings that are used throughout phpScheduleit.
// Please save the translated file as '2 letter language code'.lang.php. For example, en.lang.php.
//
// To make phpScheduleIt available in another language, simply translate each
// of the following strings into the appropriate one for the language. If there
// is no direct translation, please provide the closest translation. Please be sure
// to make the proper additions the /config/langs.php file (instructions are in the file).
// Also, please add a help translation for your language using en.help.php as a base.
//
// You will probably keep all sprintf (%s) tags in their current place. These tags
// are there as a substitution placeholder. Please check the output after translating
// to be sure that the sentences make sense.
//
// + Please use single quotes ' around all $strings. If you need to use the ' character, please enter it as \'
// + Please use double quotes " around all $email. If you need to use the " character, please enter it as \"
//
// + For all $dates please use the PHP strftime() syntax
// http://us2.php.net/manual/en/function.strftime.php
//
// + Non-intuitive parts of this file will be explained with comments. If you
// have any questions, please email lqqkout13@users.sourceforge.net
// or post questions in the Developers forum on SourceForge
// http://sourceforge.net/forum/forum.php?forum_id=331297
///////////////////////////////////////////////////////////
////////////////////////////////
/* Do not modify this section */
////////////////////////////////
global $strings; //
global $email; //
global $dates; //
global $charset; //
global $letters; //
global $days_full; //
global $days_abbr; //
global $days_two; //
global $days_letter; //
global $months_full; //
global $months_abbr; //
global $days_letter; //
/******************************/
// Charset for this language
// 'iso-8859-1' will work for most languages
$charset = 'iso-8859-1';
/***
DAY NAMES
All of these arrays MUST start with Sunday as the first element
and go through the seven day week, ending on Saturday
***/
// The full day name
$days_full = array('Domingo', 'Lunes', 'Martes', 'Mi�rcoles', 'Jueves', 'Viernes', 'S�bado');
// The three letter abbreviation
$days_abbr = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
// The two letter abbreviation
$days_two = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa');
// The one letter abbreviation
$days_letter = array('D', 'L', 'M', 'M', 'J', 'V', 'S');
/***
MONTH NAMES
All of these arrays MUST start with January as the first element
and go through the twelve months of the year, ending on December
***/
// The full month name
$months_full = array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
// The three letter month name
$months_abbr = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// All letters of the alphabet starting with A and ending with Z
$letters = array ('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z');
/***
DATE FORMATTING
All of the date formatting must use the PHP strftime() syntax
You can include any text/HTML formatting in the translation
***/
// General date formatting used for all date display unless otherwise noted
$dates['general_date'] = '%d/%m/%Y';
// General datetime formatting used for all datetime display unless otherwise noted
// The hour:minute:second will always follow this format
$dates['general_datetime'] = '%d/%m/%Y @';
// Date in the reservation notification popup and email
$dates['res_check'] = '%A %d/%m/%Y';
// Date on the scheduler that appears above the resource links
$dates['schedule_daily'] = '%A,<br/>%d/%m/%Y';
// Date on top-right of each page
$dates['header'] = '%A, %d %B, %Y';
// Jump box format on bottom of the schedule page
// This must only include %m %d %Y in the proper order,
// other specifiers will be ignored and will corrupt the jump box
$dates['jumpbox'] = '%d %m %Y';
/***
STRING TRANSLATIONS
All of these strings should be translated from the English value (right side of the equals sign) to the new language.
- Please keep the keys (between the [] brackets) as they are. The keys will not always be the same as the value.
- Please keep the sprintf formatting (%s) placeholders where they are unless you are sure it needs to be moved.
- Please keep the HTML and punctuation as-is unless you know that you want to change it.
***/
$strings['hours'] = 'horas';
$strings['minutes'] = 'minutos';
// The common abbreviation to hint that a user should enter the month as 2 digits
$strings['mm'] = 'mm';
// The common abbreviation to hint that a user should enter the day as 2 digits
$strings['dd'] = 'dd';
// The common abbreviation to hint that a user should enter the year as 4 digits
$strings['yyyy'] = 'aaaa';
$strings['am'] = 'am';
$strings['pm'] = 'pm';
$strings['Administrator'] = 'Administrador';
$strings['Welcome Back'] = 'Hola %s';
$strings['Log Out'] = 'Cerrar sesi�n';
$strings['My Control Panel'] = 'Mi panel de control';
$strings['Help'] = 'Ayuda';
$strings['Manage Schedules'] = 'Horarios';
$strings['Manage Users'] ='Usuarios';
$strings['Manage Resources'] ='Recursos';
$strings['Manage User Training'] ='Entrenamiento de usuarios';
$strings['Manage Reservations'] ='Reservas';
$strings['Email Users'] ='Email a Usuarios';
$strings['Export Database Data'] = 'Exportar base de datos';
$strings['Reset Password'] = 'Establecer Contrase�a';
$strings['System Administration'] = 'Administraci�n';
$strings['Successful update'] = 'Actualizaci�n correcta';
$strings['Update failed!'] = 'Fallo la actualizaci�n!';
$strings['Manage Blackout Times'] = 'Tiempos muertos';
$strings['Forgot Password'] = 'Olvid� Su Contrase�a';
$strings['Manage My Email Contacts'] = 'Mis contactos de correo';
$strings['Choose Date'] = 'Escoja la fecha';
$strings['Modify My Profile'] = 'Modificar mi perfil';
$strings['Register'] = 'Registro';
$strings['Processing Blackout'] = 'Procesando tiempo muerto';
$strings['Processing Reservation'] = 'Procesando reserva';
$strings['Online Scheduler [Read-only Mode]'] = 'Horario en l�nea [modo de s�lo consulta]';
$strings['Online Scheduler'] = 'Horario en l�nea';
$strings['phpScheduleIt Statistics'] = 'Estad�sticas del sistema';
$strings['User Info'] = 'Datos del usuario:';
$strings['Could not determine tool'] = 'No se puede determinar la herramienta. Por favor vuelva a Mi Panel de Control e intente de nuevo m�s tarde.';
$strings['This is only accessable to the administrator'] = 'Esto s�lo est� disponible para el Administrador';
$strings['Back to My Control Panel'] = 'Volver a Mi Panel de Control';
$strings['That schedule is not available.'] = 'Ese horario no est� disponible.';
$strings['You did not select any schedules to delete.'] = 'Usted no ha seleccionado horarios para borrar.';
$strings['You did not select any members to delete.'] = 'Usted no ha seleccionado miembros para borrar.';
$strings['You did not select any resources to delete.'] = 'Usted no ha seleccionado recursos para borrar';
$strings['Schedule title is required.'] = 'Es necesario un nombre para el horario.';
$strings['Invalid start/end times'] = 'Las horas de inicio o fin no son v�lidas.';
$strings['View days is required'] = 'Es necesario el n�mero de d�as visibles';
$strings['Day offset is required'] = 'Es necesario indicar el primer d�a de la semana';
$strings['Admin email is required'] = 'Es necesario el email administrativo';
$strings['Resource name is required.'] = 'Es necesario un nombre para el recurso.';
$strings['Valid schedule must be selected'] = 'Debe seleccionar un horario v�lido';
$strings['Minimum reservation length must be less than or equal to maximum reservation length.'] = 'La duraci�n m�nima de la reserva debe se menor o igual que la duraci�n m�xima de la reserva.';
$strings['Your request was processed successfully.'] = 'Su solicitud fue procesada correctamente.';
$strings['Go back to system administration'] = 'Vuelva a la administraci�n del sistema';
$strings['Or wait to be automatically redirected there.'] = 'o espere para ser dirigido autom�ticamente.';
$strings['There were problems processing your request.'] = 'Se presentaron inconvenientes procesando su solicitud.';
$strings['Please go back and correct any errors.'] = 'Por favor vuelva atr�s y corrija los errores que existan.';
$strings['Login to view details and place reservations'] = 'Inicie sesi�n para ver los detalles y hacer reservas';
$strings['Memberid is not available.'] = 'El id de usuario: %s no est� disponible.';
$strings['Schedule Title'] = 'Nombre del Horario';
$strings['Start Time'] = 'Hora de Inicio';
$strings['End Time'] = 'Hora de Finalizaci�n';
$strings['Time Span'] = 'Franjas de Tiempo';
$strings['Weekday Start'] = 'Primer d�a de la Semana';
$strings['Admin Email'] = 'Email Administrativo';
$strings['Default'] = 'Por Defecto';
$strings['Reset'] = 'Restablecer';
$strings['Edit'] = 'Editar';
$strings['Delete'] = 'Borrar';
$strings['Cancel'] = 'Cancelar';
$strings['View'] = 'Verificar';
$strings['Modify'] = 'Modificar';
$strings['Save'] = 'Guardar';
$strings['Back'] = 'Volver';
$strings['Next'] = 'Siguiente';
$strings['Close Window'] = 'Cerrar Ventana';
$strings['Search'] = 'Buscar';
$strings['Clear'] = 'Limpiar';
$strings['Days to Show'] = 'D�as visibles';
$strings['Reservation Offset'] = 'Espacio entre Reservas';
$strings['Hidden'] = 'Oculto';
$strings['Show Summary'] = 'Mostrar Descripci�n';
$strings['Add Schedule'] = 'A�adir Horario';
$strings['Edit Schedule'] = 'Cambiar Horario';
$strings['No'] = 'No';
$strings['Yes'] = 'Si';
$strings['Name'] = 'Nombre';
$strings['First Name'] = 'Nombres';
$strings['Last Name'] = 'Apellidos';
$strings['Resource Name'] = 'Nombre del Recurso';
$strings['Email'] = 'Email';
$strings['Institution'] = 'Instituci�n';
$strings['Phone'] = 'Tel�fono';
$strings['Password'] = 'Contrase�a';
$strings['Permissions'] = 'Permisos';
$strings['View information about'] = 'Ver la informaci�n de %s %s';
$strings['Send email to'] = 'Enviar correo a %s %s';
$strings['Reset password for'] = 'Restablecer la contrase�a para %s %s';
$strings['Edit permissions for'] = 'Editar permisos para %s %s';
$strings['Position'] = 'Cargo';
$strings['Password (6 char min)'] = 'Contrase�a (%s letras min.)';
$strings['Re-Enter Password'] = 'Confirme la contrase�a';
$strings['Sort by descending last name'] = 'Ordenar por apellido en forma descendente';
$strings['Sort by descending email address'] = 'Ordenar por email en forma descendente';
$strings['Sort by descending institution'] = 'Ordenar por instituci�n en forma descendente';
$strings['Sort by ascending last name'] = 'Ordenar por apellido en forma ascendente';
$strings['Sort by ascending email address'] = 'Ordenar por email en forma ascendente';
$strings['Sort by ascending institution'] = 'Ordenar por instituci�n en forma ascendente';
$strings['Sort by descending resource name'] = 'Ordenar por nombre del recurso en forma descendente';
$strings['Sort by descending location'] = 'Ordenar por ubicaci�n en forma descendente';
$strings['Sort by descending schedule title'] = 'Ordenar por nombre del horario en forma descendente';
$strings['Sort by ascending resource name'] = 'Ordenar por nombre del recurso en forma ascendente';
$strings['Sort by ascending location'] = 'Ordenar por ubicaci�n en forma ascendente';
$strings['Sort by ascending schedule title'] = 'Ordenar por nombre del horario en forma ascendente';
$strings['Sort by descending date'] = 'Ordenar por fecha en forma descendente';
$strings['Sort by descending user name'] = 'Ordenar por nombre de usuario en forma descendente';
$strings['Sort by descending start time'] = 'Ordenar por fecha inicial en forma descendente';
$strings['Sort by descending end time'] = 'Ordenar por fecha final en forma descendente';
$strings['Sort by ascending date'] = 'Ordenar por fecha en forma ascendente';
$strings['Sort by ascending user name'] = 'Ordenar por nombre de usuario en forma ascendente';
$strings['Sort by ascending start time'] = 'Ordenar por fecha inicial en forma ascendente';
$strings['Sort by ascending end time'] = 'Ordenar por fecha final en forma descendente';
$strings['Sort by descending created time'] = 'Ordenar por fecha de solicitud en forma ascendente';
$strings['Sort by ascending created time'] = 'Ordenar por fecha de solicitud en forma descendente';
$strings['Sort by descending last modified time'] = 'Ordenar por fecha de modificaci�n en forma ascendente';
$strings['Sort by ascending last modified time'] = 'Ordenar por fecha de modificaci�n en forma descendente';
$strings['Search Users'] = 'Buscar Usuarios';
$strings['Location'] = 'Ubicaci�n';
$strings['Schedule'] = 'Horario';
$strings['Phone'] = 'Tel�fono';
$strings['Notes'] = 'Notas';
$strings['Status'] = 'Estado';
$strings['All Schedules'] = 'Todos los Horarios';
$strings['All Resources'] = 'Todos los Recursos';
$strings['All Users'] = 'Todos los Usuarios';
$strings['Edit data for'] = 'Editar la informaci�n de %s';
$strings['Active'] = 'Activo';
$strings['Inactive'] = 'Inactivo';
$strings['Toggle this resource active/inactive'] = 'Cambiar este recuso entre activo/inactivo';
$strings['Minimum Reservation Time'] = 'Tiempo m�nimo de reserva';
$strings['Maximum Reservation Time'] = 'Tiempo m�ximo de reserva';
$strings['Auto-assign permission'] = 'Permiso de Auto-asignaci�n';
$strings['Add Resource'] = 'A�adir recurso';
$strings['Edit Resource'] = 'Editar recurso';
$strings['Allowed'] = 'Permitido';
$strings['Notify user'] = 'Notificar al usuario';
$strings['User Reservations'] = 'Reservas de Usuario';
$strings['Date'] = 'Fecha';
$strings['User'] = 'Usuario';
$strings['Email Users'] = 'Enviar un correo a los usuarios';
$strings['Subject'] = 'Asunto';
$strings['Message'] = 'Mensaje';
$strings['Please select users'] = 'Por favor seleccione los usuarios';
$strings['Send Email'] = 'Enviar correo';
$strings['problem sending email'] = 'Lo siento, hubo un problema enviando el email. Por favor intente m�s tarde.';
$strings['The email sent successfully.'] = 'El correo fue enviado correctamente.';
$strings['do not refresh page'] = 'Por favor <u>NO</u> use actualizar en esta p�gina. Si lo hace, el correo se enviar� otra vez.';
$strings['Return to email management'] = 'Volver a administraci�n de correo';
$strings['Please select which tables and fields to export'] = 'Por favor indique qu� tablas y campos desea exportar:';
$strings['all fields'] = '- todos los campos -';
$strings['HTML'] = 'HTML';
$strings['Plain text'] = 'Texto simple';
$strings['XML'] = 'XML';
$strings['CSV'] = 'CSV';
$strings['Export Data'] = 'Exportar datos';
$strings['Reset Password for'] = 'Restablecer contrase�a de %s';
$strings['Please edit your profile'] = 'Por favor modifique su perfil';
$strings['Please register'] = 'Por favor reg�strese';
$strings['Email address (this will be your login)'] = 'Direcci�n de correo (Este ser� su nombre de usuario)';
$strings['Keep me logged in'] = 'Mantener la sesi�n abierta <br/>(requiere cookies)';
$strings['Edit Profile'] = 'Editar Perfil';
$strings['Register'] = 'Registrarse';
$strings['Please Log In'] = 'Por favor inicie sesi�n';
$strings['Email address'] = 'Direcci�n de Email';
$strings['Password'] = 'Contrase�a';
$strings['First time user'] = 'Usuario por primera vez?';
$strings['Click here to register'] = 'Reg�strese haciendo clic aqu�';
$strings['Register for phpScheduleIt'] = 'Registrarse en phpScheduleIt';
$strings['Log In'] = 'Iniciar Sesi�n';
$strings['View Schedule'] = 'Ver Agenda';
$strings['View a read-only version of the schedule'] = 'Ver la Agenda -S�lo Consulta-';
$strings['I Forgot My Password'] = 'Olvid� mi Contrase�a';
$strings['Retreive lost password'] = 'Recuperar contrase�a perdida';
$strings['Get online help'] = 'Obtener ayuda en l�nea';
$strings['Language'] = 'Idioma';
$strings['(Default)'] = '(por defecto)';
$strings['My Announcements'] = 'Mis anuncios';
$strings['My Reservations'] = 'Mis reservas';
$strings['My Permissions'] = 'Mis permisos';
$strings['My Quick Links'] = 'Mis accesos directos';
$strings['Announcements as of'] = 'Anuncios para %s';
$strings['There are no announcements.'] = 'No hay anuncios.';
$strings['Resource'] = 'Recurso';
$strings['Created'] = 'Creado';
$strings['Last Modified'] = 'Modificado por �ltima vez';
$strings['View this reservation'] = 'Ver esta reserva';
$strings['Modify this reservation'] = 'Modificar esta reserva';
$strings['Delete this reservation'] = 'Borrar esta reserva';
$strings['Bookings'] = 'Reservas';
$strings['Change My Profile Information/Password'] = 'Cambiar perfil'; // @since 1.2.0
$strings['Manage My Email Preferences'] = 'Preferencias de correo'; // @since 1.2.0
$strings['Mass Email Users'] = 'Correo masivo';
$strings['Search Scheduled Resource Usage'] = 'Buscar reservas'; // @since 1.2.0
$strings['Export Database Content'] = 'Exportar datos';
$strings['View System Stats'] = 'Estad�sticas';
$strings['Email Administrator'] = 'Enviar un correo al administrador';
$strings['Email me when'] = 'Enviarme un correo cuando:';
$strings['I place a reservation'] = 'Yo haga una reserva';
$strings['My reservation is modified'] = 'Se modifique mi reserva';
$strings['My reservation is deleted'] = 'Se borre mi reserva';
$strings['I prefer'] = 'Prefiero:';
$strings['Your email preferences were successfully saved'] = 'Sus preferencias de email han sido guardadas';
$strings['Return to My Control Panel'] = 'Volver a Mi Panel de Control';
$strings['Please select the starting and ending times'] = 'Por favor indique las fechas inicial y final:';
$strings['Please change the starting and ending times'] = 'Por favor cambie las fechas inicial y final:';
$strings['Reserved time'] = 'Tiempo reservado:';
$strings['Minimum Reservation Length'] = 'Tiempo M�nimo de Reserva:';
$strings['Maximum Reservation Length'] = 'Tiempo M�ximo de Reserva:';
$strings['Reserved for'] = 'Reservado para:';
$strings['Will be reserved for'] = 'Ser� reservado para:';
$strings['N/A'] = 'N/D';
$strings['Update all recurring records in group'] = 'Actualizar todos los registros recurrentes a la vez?';
$strings['Delete?'] = 'Borrar?';
$strings['Never'] = '-- Nunca --';
$strings['Days'] = 'D�as';
$strings['Weeks'] = 'Semanas';
$strings['Months (date)'] = 'Meses (fecha)';
$strings['Months (day)'] = 'Meses (d�a)';
$strings['First Days'] = 'Primer D�a';
$strings['Second Days'] = 'Segundo D�a';
$strings['Third Days'] = 'Tercer D�a';
$strings['Fourth Days'] = 'Cuarto D�a';
$strings['Last Days'] = '�ltimo D�a';
$strings['Repeat every'] = 'Repetir cada:';
$strings['Repeat on'] = 'Repetir en:';
$strings['Repeat until date'] = 'Repetir hasta esta fecha:';
$strings['Choose Date'] = 'Elegir Fecha';
$strings['Summary'] = 'Descripci�n';
$strings['View schedule'] = 'Ver Agenda:';
$strings['My Reservations'] = 'Mis Reservas';
$strings['My Past Reservations'] = 'Mis Reservas Pasadas';
$strings['Other Reservations'] = 'Otras Reservas';
$strings['Other Past Reservations'] = 'Otras Reservas Pasadas';
$strings['Blacked Out Time'] = 'Tiempo Muerto';
$strings['Set blackout times'] = 'Establecer tiempo muerto para %s en %s';
$strings['Reserve on'] = 'Reservar %s en %s';
$strings['Prev Week'] = '� Semana Anterior';
$strings['Jump 1 week back'] = 'Volver 1 semana atr�s';
$strings['Prev days'] = '� %d d�as ant.';
$strings['Previous days'] = '� %d d�as anteriores';
$strings['This Week'] = 'Esta Semana';
$strings['Jump to this week'] = 'Ir a esta semana';
$strings['Next days'] = '%d d�as siguientes �';
$strings['Next Week'] = 'Siguiente Semana �';
$strings['Jump To Date'] = 'Ir a una Fecha';
$strings['View Monthly Calendar'] = 'Ver Calendario Mensual';
$strings['Open up a navigational calendar'] = 'Abrir una Calendario para Navegar';
$strings['View stats for schedule'] = 'Ver estad�sticas del horario:';
$strings['At A Glance'] = 'En Resumen';
$strings['Total Users'] = 'Total de Usuarios:';
$strings['Total Resources'] = 'Total de Recursos:';
$strings['Total Reservations'] = 'Total de Reservas:';
$strings['Max Reservation'] = 'Reserva M�xima:';
$strings['Min Reservation'] = 'Reserva M�nima:';
$strings['Avg Reservation'] = 'Reserva Promedio:';
$strings['Most Active Resource'] = 'Recurso m�s Activo:';
$strings['Most Active User'] = 'Usuario m�s Activo:';
$strings['System Stats'] = 'Estad�sticas del Sistema';
$strings['phpScheduleIt version'] = 'Versi�n de phpScheduleIt:';
$strings['Database backend'] = 'Base de Datos:';
$strings['Database name'] = 'Nombre de Base de Datos:';
$strings['PHP version'] = 'Versi�n de PHP:';
$strings['Server OS'] = 'Sistema del Servidor:';
$strings['Server name'] = 'Nombre del Servidor:';
$strings['phpScheduleIt root directory'] = 'Directorio ra�z de phpScheduleIt:';
$strings['Using permissions'] = 'Permisos de Uso:';
$strings['Using logging'] = 'Log de Uso:';
$strings['Log file'] = 'Archivo de Log:';
$strings['Admin email address'] = 'Direcci�n email del administrador:';
$strings['Tech email address'] = 'Direcci�n email T�cnico:';
$strings['CC email addresses'] = 'Direcciones email para copias (CC):';
$strings['Reservation start time'] = 'Hora inicial de reserva:';
$strings['Reservation end time'] = 'Hora final de reserva:';
$strings['Days shown at a time'] = 'D�as mostrados a la vez:';
$strings['Reservations'] = 'Reservas';
$strings['Return to top'] = 'Volver arriba';
$strings['for'] = 'para';
$strings['Select Search Criteria'] = 'Indique los criterios de b�squeda';
$strings['Schedules'] = 'Horarios:';
$strings['All Schedules'] = 'Todos los horarios';
$strings['Hold CTRL to select multiple'] = 'Mantenga la tecla CTRL presionada para seleccionar varios';
$strings['Users'] = 'Usuarios:';
$strings['All Users'] = 'Todos los usuarios';
$strings['Resources'] = 'Recursos';
$strings['All Resources'] = 'Todos los recursos:';
$strings['Starting Date'] = 'Fecha inicial:';
$strings['Ending Date'] = 'Fechas final:';
$strings['Starting Time'] = 'Hora inicial:';
$strings['Ending Time'] = 'Hora final:';
$strings['Output Type'] = 'Tipo de salida:';
$strings['Manage'] = 'Administrar';
$strings['Total Time'] = 'Tiempo total';
$strings['Total hours'] = 'Horas en total:';
$strings['% of total resource time'] = '% del tiempo total del recurso';
$strings['View these results as'] = 'Ver estos resultados como:';
$strings['Edit this reservation'] = 'Editar esta reserva';
$strings['Search Results'] = 'Buscar resultados';
$strings['Search Resource Usage'] = 'Buscar utilizaci�n del recurso';
$strings['Search Results found'] = 'Resultados de la b�squeda: Se encontraron %d reservas';
$strings['Try a different search'] = 'Intente otra b�squeda';
$strings['Search Run On'] = 'Hacer la b�squeda en:';
$strings['Member ID'] = 'ID de miembro';
$strings['Previous User'] = '� Usuario anterior';
$strings['Next User'] = 'Usuario siguiente �';
$strings['No results'] = 'No hay resultados';
$strings['That record could not be found.'] = 'No se encontr� ese registro.';
$strings['This blackout is not recurring.'] = 'Este tiempo muerto no es recurrente.';
$strings['This reservation is not recurring.'] = 'Esta reserva no es recurrente.';
$strings['There are no records in the table.'] = 'No hay registros en la tabla %s.';
$strings['You do not have any reservations scheduled.'] = 'No tiene ninguna reserva programada.';
$strings['You do not have permission to use any resources.'] = 'No tiene permiso para usar ning�n recurso.';
$strings['No resources in the database.'] = 'No hay recursos en la base de datos.';
$strings['There was an error executing your query'] = 'Hubo un error ejecutando el comando en la base de datos:';
$strings['That cookie seems to be invalid'] = 'Esa cookie parece ser inv�lida';
$strings['We could not find that email in our database.'] = 'No se encontr� ese email en la base de datos.';
$strings['That password did not match the one in our database.'] = 'Esa contrase�a no coincide con la de nuestra base de datos.';
$strings['You can try'] = '<br />Usted puede:<br />Registrar una direcci�n email.<br />O:<br />Volver a intentar iniciar sesi�n.';
$strings['A new user has been added'] = 'Un nuevo usuario ha sido a�adido';
$strings['You have successfully registered'] = 'Usted se ha registrado correctamente!';
$strings['Continue'] = 'Continuar...';
$strings['Your profile has been successfully updated!'] = 'Su perfil ha sido actualizado correctamente!';
$strings['Please return to My Control Panel'] = 'Por favor vuelva a Mi Panel de Control';
$strings['Valid email address is required.'] = '- Se requiere una direcci�n de email v�lida.';
$strings['First name f.'] = '- Se requiere el nombre.';
$strings['Last name is required.'] = '- Se requiere el Apellido.';
$strings['Phone number is required.'] = '- Se requiere el tel�fono.';
$strings['That email is taken already.'] = '- Ese email ya est� registrado.<br />Por favor intente de nuevo con otra direcci�n email.';
$strings['Min 6 character password is required.'] = '- La contrase�a debe tener un m�nimo de %s caracteres.';
$strings['Passwords do not match.'] = '- Las contrase�as no coinciden.';
$strings['Per page'] = 'Por p�gina:';
$strings['Page'] = 'P�gina:';
$strings['Your reservation was successfully created'] = 'Su reserva fue creada correctamente';
$strings['Your reservation was successfully modified'] = 'Su reserva fue modificada correctamente';
$strings['Your reservation was successfully deleted'] = 'Su reserva fue borrada correctamente';
$strings['Your blackout was successfully created'] = 'Su tiempo muerto fue creado correctamente';
$strings['Your blackout was successfully modified'] = 'Su tiempo muerto fue modificado correctamente';
$strings['Your blackout was successfully deleted'] = 'Su tiempo muerto fue borrado correctamente';
$strings['for the follwing dates'] = 'para las siguientes fechas:';
$strings['Start time must be less than end time'] = 'El momento inicial debe ser anterior al momento final.';
$strings['Current start time is'] = 'Fecha inicial actualmente es:';
$strings['Current end time is'] = 'Fecha final actualmente es:';
$strings['Reservation length does not fall within this resource\'s allowed length.'] = 'La duraci�n de la reserva no est� en el rango permitido para este recurso.';
$strings['Your reservation is'] = 'Su reserva es:';
$strings['Minimum reservation length'] = 'Duraci�n m�nima de la reserva:';
$strings['Maximum reservation length'] = 'Duraci�n m�xima de la reserva:';
$strings['You do not have permission to use this resource.'] = 'Usted no tiene permiso para usar este recurso.';
$strings['reserved or unavailable'] = '%s hasta %s ya est� reservado o no est� disponible.'; // @since 1.1.0
$strings['Reservation created for'] = 'Reserva creada para %s';
$strings['Reservation modified for'] = 'Reserva modificada para %s';
$strings['Reservation deleted for'] = 'Reserva borrada para %s';
$strings['created'] = 'creado';
$strings['modified'] = 'modificado';
$strings['deleted'] = 'borrado';
$strings['Reservation #'] = 'Reserva #';
$strings['Contact'] = 'Contacto';
$strings['Reservation created'] = 'Reserva creada';
$strings['Reservation modified'] = 'Reserva modificada';
$strings['Reservation deleted'] = 'Reserva borrada';
$strings['Reservations by month'] = 'Reservas por mes';
$strings['Reservations by day of the week'] = 'Reservas por d�a de la semana';
$strings['Reservations per month'] = 'Reservas por mes';
$strings['Reservations per user'] = 'Reservas por usuario';
$strings['Reservations per resource'] = 'Reservas por recurso';
$strings['Reservations per start time'] = 'Reservas por fecha inicial';
$strings['Reservations per end time'] = 'Reservas por fecha final';
$strings['[All Reservations]'] = '[Todas las Reservas]';
$strings['Permissions Updated'] = 'Permisos Actualizados';
$strings['Your permissions have been updated'] = 'Sus %s permisos han sido actualizados';
$strings['You now do not have permission to use any resources.'] = 'Usted no tiene permisos para usar ning�n recurso.';
$strings['You now have permission to use the following resources'] = 'Usted no tiene permisos para usar los siguientes recursos:';
$strings['Please contact with any questions.'] = 'Por favor contacte a %s para m�s informaci�n.';
$strings['Password Reset'] = 'Contrase�a restablecida';
$strings['This will change your password to a new, randomly generated one.'] = 'Esto cambiar� su contrase�a a una nueva, generada aleatoriamente.';
$strings['your new password will be set'] = 'Despu�s de escribir su email y hacer clic en "Cambiar Contrase�a", su nueva contrase�a ser� activada en el sistema y enviada a su correo.';
$strings['Change Password'] = 'Cambiar Contrase�a';
$strings['Sorry, we could not find that user in the database.'] = 'Lo siento, el usuario no se encuentra en la base de datos.';
$strings['Your New Password'] = 'Su nueva %s contrase�a';
$strings['Your new passsword has been emailed to you.'] = 'Listo!<br />'
. 'Su nueva contrase�a ha sido enviada.<br />'
. 'Por favor busque su nueva contrase�a en su correo, y luego <a href="index.php">Inicie Sesi�n</a>'
. ' con esta nueva contrase�a y c�mbiela enseguida por otra de su elecci�n haciendo click en "Cambiar la Informaci�n de mi Perfil/Contrase�a"'
. ' en Mi Panel de Control.';
$strings['You are not logged in!'] = 'Usted no ha iniciado sesi�n!';
$strings['Setup'] = 'Configuraci�n';
$strings['Please log into your database'] = 'Por favor inicie sesi�n en la base de datos';
$strings['Enter database root username'] = 'Indique el usuario root de la base de datos:';
$strings['Enter database root password'] = 'Indique la contrase�a de root:';
$strings['Login to database'] = 'Iniciar sesi�n en la base de datos';
$strings['Root user is not required. Any database user who has permission to create tables is acceptable.'] = '<b>No</b> es necesario el usuario root. Cualquier usuario con permisos para crear tablas funciona.';
$strings['This will set up all the necessary databases and tables for phpScheduleIt.'] = 'Esto crear� las bases de datos y tablas necesarias para phpScheduleIt.';
$strings['It also populates any required tables.'] = 'Tambi�n crear� los datos en las tablas requeridas.';
$strings['Warning: THIS WILL ERASE ALL DATA IN PREVIOUS phpScheduleIt DATABASES!'] = 'Advertencia: ESTO BORRAR� TODA LA INFORMACI�N DE BASES DE DATOS ANTERIORES DE phpScheduleIt!';
$strings['Not a valid database type in the config.php file.'] = 'Tipo inv�lido de base de datos en el archivo config.php.';
$strings['Database user password is not set in the config.php file.'] = 'Password de usuario de base de datos no indicada en el archivo config.php.';
$strings['Database name not set in the config.php file.'] = 'Nombre de base de datos no indicado en el archivo config.php.';
$strings['Successfully connected as'] = 'Se conect� correctamente como';
$strings['Create tables'] = 'Crear tablas >';
$strings['There were errors during the install.'] = 'Hubo errores durante la instalaci�n. Es posible, sin embargo, que phpScheduleIt funcione si los problemas no fueron graves.<br/><br/>'
. 'Por favor publique sus preguntas en los foros de <a href="http://sourceforge.net/forum/?group_id=95547">SourceForge</a>.';
$strings['You have successfully finished setting up phpScheduleIt and are ready to begin using it.'] = 'Usted ha terminado de instalar phpScheduleIt y est� listo para empezar a usarlo.';
$strings['Thank you for using phpScheduleIt'] = 'Por favor ELIMINE COMPLETAMENTE EL DIRECTORIO \'install\'.'
. ' Esto es cr�tico ya que contiene las contrase�as de la base de datos y otra informaci�n importante.'
. ' El no hacerlo es dejar la puerta abierta para que cualquier persona tome el control de su sistema!'
. '<br /><br />'
. 'Gracias por usar phpScheduleIt!';
$strings['This will update your version of phpScheduleIt from 0.9.3 to 1.0.0.'] = 'Esto actualizar� su versi�n de phpScheduleIt de 0.9.3 a 1.0.0.';
$strings['There is no way to undo this action'] = 'No hay forma de deshacer este cambio!';
$strings['Click to proceed'] = 'Clic para iniciar';
$strings['This version has already been upgraded to 1.0.0.'] = 'Esta versi�n ya fue actualizada a 1.0.0.';
$strings['Please delete this file.'] = 'Por favor borre este archivo.';
$strings['Successful update'] = 'La actualizaci�n se hizo correctamente';
$strings['Patch completed successfully'] = 'La correcci�n se completo correctamente';
$strings['This will populate the required fields for phpScheduleIt 1.0.0 and patch a data bug in 0.9.9.'] = 'Esto llenar� los campos requeridos para phpScheduleIt 1.0.0 y corregir� el error de datos de 0.9.9.'
. '<br />S�lo se requiere ejecutar esto si Usted realiz� una actualizaci�n manual de SQL o est� actualizando versi�n desde 0.9.9';
// @since 1.0.0 RC1
$strings['If no value is specified, the default password set in the config file will be used.'] = 'Si no se especific� un valor, se usar� la contrase�a por defecto del archivo de configuraci�n.';
$strings['Notify user that password has been changed?'] = 'Notificar al usuario que la contrase�a ha cambiado?';
// @since 1.1.0
$strings['This system requires that you have an email address.'] = 'Este sistema requiere que Usted tenga una direcci�n de email.';
$strings['Invalid User Name/Password.'] = 'Nombre de Usuario/Contrase�a Inv�lido.';
$strings['Pending User Reservations'] = 'Reservas de Usuario Pendientes';
$strings['Approve'] = 'Aprobar';
$strings['Approve this reservation'] = 'Aprobar esta reserva';
$strings['Approve Reservations'] ='Aprobar reservas';
$strings['Announcement'] = 'Anuncio';
$strings['Number'] = 'N�mero';
$strings['Add Announcement'] = 'A�adir anuncio';
$strings['Edit Announcement'] = 'Editar anuncio';
$strings['All Announcements'] = 'Todos los anuncios';
$strings['Delete Announcements'] = 'Borrar anuncios';
$strings['Use start date/time?'] = 'Usar fecha/hora de inicio?';
$strings['Use end date/time?'] = 'Usar fecha/hora de finalizaci�n?';
$strings['Announcement text is required.'] = 'Se requiere un texto para el anuncio.';
$strings['Announcement number is required.'] = 'Se requiere un n�mero para el anuncio.';
$strings['Pending Approval'] = 'Aprobaci�n Pendiente';
$strings['My reservation is approved'] = 'Mi reserva est� aprobada';
$strings['This reservation must be approved by the administrator.'] = 'Esta reserva debe ser aprobada por el administrador.';
$strings['Approval Required'] = 'Se Requiere Aprobaci�n';
$strings['No reservations requiring approval'] = 'No hay reservas que necesiten ser aprobadas';
$strings['Your reservation was successfully approved'] = 'Su reserva fue aprobada correctamente';
$strings['Reservation approved for'] = 'Reserva aprobada para %s';
$strings['approved'] = 'aprobada';
$strings['Reservation approved'] = 'Reserva aprobada';
$strings['Valid username is required'] = 'Se requiere una nombre de usuario v�lido';
$strings['That logon name is taken already.'] = 'Ese nombre de usuario ya est� siendo utilizado.';
$strings['this will be your login'] = '(este ser� su nombre de usuario)';
$strings['Logon name'] = 'Nombre de usuario';
$strings['Your logon name is'] = 'Su nombre de usuario es %s';
$strings['Start'] = 'Inicio';
$strings['End'] = 'Fin';
$strings['Start date must be less than or equal to end date'] = 'La fecha de inicio debe ser menor o igual que la fecha de finalizaci�n';
$strings['That starting date has already passed'] = 'Esa fecha de inici� ya pas�';
$strings['Basic'] = 'B�sico';
$strings['Participants'] = 'Participantes';
$strings['Close'] = 'Cierre';
$strings['Start Date'] = 'Fecha Inicial';
$strings['End Date'] = 'Fecha Final';
$strings['Minimum'] = 'M�nimo';
$strings['Maximum'] = 'M�ximo';
$strings['Allow Multiple Day Reservations'] = 'Permitir Reservas de M�ltiples D�as';
$strings['Invited Users'] = 'Usuarios Invitados';
$strings['Invite Users'] = 'Invitar Usuarios';
$strings['Remove Participants'] = 'Eliminar Participantes';
$strings['Reservation Invitation'] = 'Reserva Invitaci�n';
$strings['Manage Invites'] = 'Administrar Invitados';
$strings['No invite was selected'] = 'No fue seleccionado alg�n invitado';
$strings['reservation accepted'] = '%s Acept� su Invitaci�n el %s';
$strings['reservation declined'] = '%s Rechaz� su Invitaci�n el %s';
$strings['Login to manage all of your invitiations'] = 'Ingrese para administrar todas sus invitaciones';
$strings['Reservation Participation Change'] = 'Cambio de la Participaci�n en la Reserva';
$strings['My Invitations'] = 'Mis Invitaciones';
$strings['Accept'] = 'Aceptar';
$strings['Decline'] = 'Rechazar';
$strings['Accept or decline this reservation'] = 'Aceptar o rechazar esta reserva';
$strings['My Reservation Participation'] = 'Mi Participaci�n en la Reserva';
$strings['End Participation'] = 'Terminar Participaci�n';
$strings['Owner'] = 'Propietario';
$strings['Particpating Users'] = 'Usuarios Participantes';
$strings['No advanced options available'] = 'No hay opciones avanzadas disponibles';
$strings['Confirm reservation participation'] = 'Confirmar participaci�n en la reserva';
$strings['Confirm'] = 'Confirmar';
$strings['Do for all reservations in the group?'] = 'Hacerlo para todas las reservas en el grupo?';
$strings['My Calendar'] = 'Mi Calendario';
$strings['View My Calendar'] = 'Ver Mi Calendario';
$strings['Participant'] = 'Participante';
$strings['Recurring'] = 'Recurrente';
$strings['Multiple Day'] = 'Multiples D�as';
$strings['[today]'] = '[hoy]';
$strings['Day View'] = 'Vista diaria';
$strings['Week View'] = 'Vista semanal';
$strings['Month View'] = 'Vista mensual';
$strings['Resource Calendar'] = 'Calendario de recursos';
$strings['View Resource Calendar'] = 'Calendario de recursos'; // @since 1.2.0
$strings['Signup View'] = 'Vista de inscripci�n';
$strings['Select User'] = 'Seleccionar usuario';
$strings['Change'] = 'Cambiar';
$strings['Update'] = 'Actualizar';
$strings['phpScheduleIt Update is only available for versions 1.0.0 or later'] = 'La actualizaci�n de phpScheduleIt s�lo esta disponible para las versiones 1.0.0 o posteriores';
$strings['phpScheduleIt is already up to date'] = 'phpScheduleIt ya est� actualizado';
$strings['Migrating reservations'] = 'Migrando reservas';
$strings['Admin'] = 'Administrador';
$strings['Manage Announcements'] = 'Anuncios';
$strings['There are no announcements'] = 'No hay anuncios';
// end since 1.1.0
// @since 1.2.0
$strings['Maximum Participant Capacity'] = 'Capacidad m�xima de participantes';
$strings['Leave blank for unlimited'] = 'Dejar en blanco si la cantidad disponible es ilimitada';
$strings['Maximum of participants'] = 'Este recurso tiene una capacidad m�xima de %s participantes';
$strings['That reservation is at full capacity.'] = 'That reservation is at full capacity.';
$strings['Allow registered users to join?'] = '�Permitir que los usuarios registrados se apunten?';
$strings['Allow non-registered users to join?'] = '�Permitir que los usuarios NO registrados se apunten?';
$strings['Join'] = 'Apuntarse';
$strings['My Participation Options'] = 'Mis opciones de participaci�n';
$strings['Join Reservation'] = 'Join Reservation';
$strings['Join All Recurring'] = 'Join All Recurring';
$strings['You are not participating on the following reservation dates because they are at full capacity.'] = 'You are not participating on the following reservation dates because they are at full capacity.';
$strings['You are already invited to this reservation. Please follow participation instructions previously sent to your email.'] = 'You are already invited to this reservation. Please follow participation instructions previously sent to your email.';
$strings['Additional Tools'] = 'Herramientas adicionales';
$strings['Create User'] = 'Crear usuario';
$strings['Check Availability'] = 'Comprobar disponibilidad';
$strings['Manage Additional Resources'] = 'Administrar recursos adicionales';
$strings['All Additional Resources'] = 'Todos los recursos adicionales';
$strings['Number Available'] = 'Cantidad disponible';
$strings['Unlimited'] = 'Ilimitada';
$strings['Add Additional Resource'] = 'A�adir recursos adicional';
$strings['Edit Additional Resource'] = 'Modificar recursos adicional';
$strings['Checking'] = 'Comprobando';
$strings['You did not select anything to delete.'] = 'No ha seleccionado nada a eliminar.';
$strings['Added Resources'] = 'Recursos a�adidos';
$strings['Additional resource is reserved'] = 'El recurso adicional %s s�lo tiene %s unidades disponibles al mismo tiempo';
$strings['All Groups'] = 'Todos los grupos';
$strings['Group Name'] = 'Nombre del grupo';
$strings['Delete Groups'] = 'Eliminar grupos';
$strings['Manage Groups'] = 'Grupos';
$strings['None'] = 'Ninguno';
$strings['Group name is required.'] = 'El nombre del grupo es obligatorio';
$strings['Groups'] = 'Grupos';
$strings['Current Groups'] = 'Grupos actuales';
$strings['Group Administration'] = 'Administraci�n del grupo';
$strings['Reminder Subject'] = 'Recordatorio de la reserva - %s, %s %s';
$strings['Reminder'] = 'Recordatorio';
$strings['before reservation'] = 'antes de la reserva';
$strings['My Participation'] = 'Mi participaci�n';
$strings['My Past Participation'] = 'Mi participaci�n pasada';
$strings['Timezone'] = 'Zona horaria';
$strings['Export'] = 'Exportar';
$strings['Select reservations to export'] = 'Seleccionar reservas para exportar';
$strings['Export Format'] = 'Exportar formato';
$strings['This resource cannot be reserved less than x hours in advance'] = 'Este recurso ha de ser reservado con al menos %s horas de antelaci�n';
$strings['This resource cannot be reserved more than x hours in advance'] = 'Este recurso no puede ser reservado con m�s de %s horas de antelaci�n';
$strings['Minimum Booking Notice'] = 'Antelaci�n m�nima de la reserva';
$strings['Maximum Booking Notice'] = 'Antelaci�n m�xima de la reserva';
$strings['hours prior to the start time'] = 'horas antes del momento de inicio';
$strings['hours from the current time'] = 'horas desde el momento actual';
$strings['Contains'] = 'Contiene';
$strings['Begins with'] = 'Comienza con';
$strings['Minimum booking notice is required.'] = 'Requiere antelaci�n m�nima de la reserva';
$strings['Maximum booking notice is required.'] = 'Requiere antelaci�n m�xima de la reserva';
$strings['Accessory Name'] = 'Nombre del accesorio';
$strings['Accessories'] = 'Accesorios';
$strings['All Accessories'] = 'Todos los accesorios';
$strings['Added Accessories'] = 'Accesorios a�adidos';
// end since 1.2.0
/***
EMAIL MESSAGES
Please translate these email messages into your language. You should keep the sprintf (%s) placeholders
in their current position unless you know you need to move them.
All email messages should be surrounded by double quotes "
Each email message will be described below.
***/
// @since 1.1.0
// Email message that a user gets after they register
$email['register'] = "%s, %s \r\n"
. "Usted se ha registrado correctamente con la siguiente informaci�n:\r\n"
. "Usuario: %s\r\n"
. "Nombre: %s %s \r\n"
. "Tel�fono: %s \r\n"
. "Instituci�n: %s \r\n"
. "Cargo: %s \r\n\r\n"
. "Por favor entre en el sistema de reservas a trav�s de la siguiente direcci�n:\r\n"
. "%s \r\n\r\n"
. "Usted encontrar� enlaces para el sistema de reservas y para modificar su perfil en Mi Panel de Control.\r\n\r\n"
. "Por favor dirija sus preguntas relacionadas con reservas y recursos a %s";
// Email message the admin gets after a new user registers
$email['register_admin'] = "Administrador,\r\n\r\n"
. "Un nuevo usuario se ha registrado con la siguiente informaci�n:\r\n"
. "Email: %s \r\n"
. "Nombre: %s %s \r\n"
. "Tel�fono: %s \r\n"
. "Instituci�n: %s \r\n"
. "Cargo: %s \r\n\r\n";
// First part of the email that a user gets after they create/modify/delete a reservation
// 'reservation_activity_1' through 'reservation_activity_6' are all part of one email message
// that needs to be assembled depending on different options. Please translate all of them.
// @since 1.1.0
$email['reservation_activity_1'] = "%s,\r\n<br />"
. "Usted ha %s correctamente la reserva #%s.\r\n\r\n<br/><br/>"
. "Por favor use este n�mero de reserva cuando contacte al administrador para alguna pregunta.\r\n\r\n<br/><br/>"
. "Una reserva entre %s %s y %s %s para %s"
. " ubicada en %s ha sido %s.\r\n\r\n<br/><br/>";
$email['reservation_activity_2'] = "Esta reserva se ha repetido en las siguientes fechas:\r\n<br/>";
$email['reservation_activity_3'] = "Todas las reservas recurrentes de esta serie, tambi�n fueron %ss.\r\n\r\n<br/><br/>";
$email['reservation_activity_4'] = "El siguiente es el resumen de para esta reserva:\r\n<br/>%s\r\n\r\n<br/><br/>";
$email['reservation_activity_5'] = "Si Usted considera esto un error, por favor contacte al administrador en: %s"
. " o llamando al %s.\r\n\r\n<br/><br/>"
. "Usted puede ver o modificar su reserva en cualquier momento"
. " iniciando sesi�n en %s en:\r\n<br/>"
. "<a href=\"%s\" target=\"_blank\">%s</a>.\r\n\r\n<br/><br/>";
$email['reservation_activity_6'] = "Por favor dirija las preguntas t�cnicas a <a href=\"mailto:%s\">%s</a>.\r\n\r\n<br/><br/>";
// @since 1.1.0
$email['reservation_activity_7'] = "%s,\r\n<br />"
. "La reserva #%s ha sido aprobada.\r\n\r\n<br/><br/>"
. "Por favor use este n�mero de reserva cuando contacte al administrador para alguna pregunta.\r\n\r\n<br/><br/>"
. "Una reserva entre %s %s y %s %s para %s"
. " ubicada en %s ha sido %s.\r\n\r\n<br/><br/>";
// Email that the user gets when the administrator changes their password
$email['password_reset'] = "Su contrase�a %s ha sido restablecida por el administrador.\r\n\r\n"
. "Su contrase�a temporal es:\r\n\r\n %s\r\n\r\n"
. "Por favor use esta contrase�a temporal (puede usar copiar y pegar para mayor facilidad) para iniciar sesi�n en %s en %s"
. " y c�mbiela de inmediato por otra de su elecci�n usando la opci�n 'Cambiar la Informaci�n de mi Perfil/Contrase�a' en la tabla Mis Accesos Directos.\r\n\r\n"
. "Por favor escriba a %s para mayor informaci�n.";
// Email that the user gets when they change their lost password using the 'Password Reset' form
$email['new_password'] = "%s,\r\n"
. "Su nueva contrase�a para su cuenta de %s es:\r\n\r\n"
. "%s\r\n\r\n"
. "Por favor inicie sesi�n en %s "
. "con esta nueva contrase�a "
. "(puede usar copiar y pegar para mayor facilidad) "
. "y c�mbiela de inmediato por otra de su elecci�n haciendo click en "
. "Cambiar la Informaci�n de mi Perfil/Contrase�a "
. "en Mi Panel de Control.\r\n\r\n"
. "Por favor contacte a %s para mayor informaci�n.";
// @since 1.1.0
// Email that is sent to invite users to a reservation
$email['reservation_invite'] = "%s lo(la) ha invitado para participar en la siguiente reserva:\r\n\r\n"
. "Recurso: %s\r\n"
. "Fecha de Inicio: %s\r\n"
. "Hora de Inicio: %s\r\n"
. "Fecha de Finalizaci�n: %s\r\n"
. "Hora de Finalizaci�n: %s\r\n"
. "Resumen: %s\r\n"
. "Fechas de repetici�n (si hay): %s\r\n\r\n"
. "Para aceptar esta invitaci�n haga click en este enlace (Use copiar y pegar si no est� resaltado) %s\r\n"
. "Para rechazar esta invitaci�n haga click en este enlace (Use copiar y pegar si no est� resaltado) %s\r\n"
. "Para aceptar algunas fechas o administrar sus invitaciones despu�s, por favor ingrese a %s en %s";
// @since 1.1.0
// Email that is sent when a user is removed from a reservation
$email['reservation_removal'] = "Usted ha sido retirado de la siguiente reserva:\r\n\r\n"
. "Recurso: %s\r\n"
. "Fecha de Inicio: %s\r\n"
. "Hora de Inicio: %s\r\n"
. "Fecha de Finalizaci�n: %s\r\n"
. "Hora de Finalizaci�n: %s\r\n"
. "Resumen: %s\r\n"
. "Fechas de repetici�n (si hay): %s\r\n\r\n";
// @since 1.2.0
// Email body that is sent for reminders
$email['Reminder Body'] = "Falta poco para su reserva de %s (desde %s %s a %s %s).";
?>