File: /home/nexper/www/67.225.167.226/public_html/crm/modules/History/language/es_es.lang.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/**
* English language file for History
*
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): Alberto Serrano (alb.serrano@gmail.com).
*/
// $Id: es_es.lang.php,v 1.3 2008/01/23 15:47:02 aserrano Exp $
// $OId: en_us.lang.php,v 1.3 2006/01/17 22:50:55 majed Exp $
$mod_strings = array (
'LBL_MODULE_NAME' => 'Historial',
'LBL_MODULE_TITLE' => 'Historial: Inicio',
'LBL_SEARCH_FORM_TITLE' => 'Búsqueda en Historial',
'LBL_LIST_FORM_TITLE' => 'Historial',
'LBL_LIST_SUBJECT' => 'Asunto',
'LBL_LIST_CONTACT' => 'Contacto',
'LBL_LIST_RELATED_TO' => 'Relativo a',
'LBL_LIST_DATE' => 'Fecha',
'LBL_LIST_TIME' => 'Hora de Inicio',
'LBL_LIST_CLOSE' => 'Cierre',
'LBL_SUBJECT' => 'Asunto:',
'LBL_STATUS' => 'Estado:',
'LBL_LOCATION' => 'Lugar:',
'LBL_DATE_TIME' => 'Fecha y Hora de Inicio:',
'LBL_DATE' => 'Fecha de Inicio:',
'LBL_TIME' => 'Hora de Inicio:',
'LBL_DURATION' => 'Duración:',
'LBL_HOURS_MINS' => '(horas/minutos)',
'LBL_CONTACT_NAME' => 'Nombre del Contacto: ',
'LBL_MEETING' => 'Reunión:',
'LBL_DESCRIPTION_INFORMATION' => 'Información de Descripción',
'LBL_DESCRIPTION' => 'Descripción:',
'LBL_COLON' => ':',
'LBL_DEFAULT_STATUS' => 'Planificado',
'LNK_NEW_CALL' => 'Prograrmar Llamada',
'LNK_NEW_MEETING' => 'Programar Reunión',
'LNK_NEW_TASK' => 'Crear Tarea',
'LNK_NEW_NOTE' => 'Crear Nota o Adjunto',
'LNK_NEW_EMAIL' => 'Archivar Email',
'LNK_CALL_LIST' => 'Llamadas',
'LNK_MEETING_LIST' => 'Reuniones',
'LNK_TASK_LIST' => 'Tareas',
'LNK_NOTE_LIST' => 'Notas',
'LNK_EMAIL_LIST' => 'Emails',
'ERR_DELETE_RECORD' => 'Debe especificar un número de registro para eliminar la cuenta.',
'NTC_REMOVE_INVITEE' => '¿Está seguro de que desea quitar a este invitado de la reunión?',
'LBL_INVITEE' => 'Invitados',
'LBL_LIST_DIRECTION' => 'Dirección',
'LBL_DIRECTION' => 'Dirección',
'LNK_NEW_APPOINTMENT' => 'Nueva Cita',
'LNK_VIEW_CALENDAR' => 'Hoy',
'LBL_OPEN_ACTIVITIES' => 'Actividades Abiertas',
'LBL_HISTORY' => 'Historial',
'LBL_UPCOMING' => 'Mis Próximas Citas',
'LBL_TODAY' => 'hasta ',
'LBL_NEW_TASK_BUTTON_TITLE' => 'Crear Tarea [Alt+N]',
'LBL_NEW_TASK_BUTTON_KEY' => 'N',
'LBL_NEW_TASK_BUTTON_LABEL' => 'Crear Tarea',
'LBL_SCHEDULE_MEETING_BUTTON_TITLE' => 'Programar Reunión [Alt+M]',
'LBL_SCHEDULE_MEETING_BUTTON_KEY' => 'M',
'LBL_SCHEDULE_MEETING_BUTTON_LABEL' => 'Programar Reunión',
'LBL_SCHEDULE_CALL_BUTTON_TITLE' => 'Programar Llamada [Alt+C]',
'LBL_SCHEDULE_CALL_BUTTON_KEY' => 'C',
'LBL_SCHEDULE_CALL_BUTTON_LABEL' => 'Programar LLamada',
'LBL_NEW_NOTE_BUTTON_TITLE' => 'Crear Nota o Archivo Adjunto [Alt+T]',
'LBL_NEW_NOTE_BUTTON_KEY' => 'T',
'LBL_NEW_NOTE_BUTTON_LABEL' => 'Crear Nota o Archivo Adjunto',
'LBL_TRACK_EMAIL_BUTTON_TITLE' => 'Archivar Email [Alt+K]',
'LBL_TRACK_EMAIL_BUTTON_KEY' => 'K',
'LBL_TRACK_EMAIL_BUTTON_LABEL' => 'Archivar Email',
'LBL_LIST_STATUS' => 'Estado',
'LBL_LIST_DUE_DATE' => 'Fecha de Vencimiento',
'LBL_LIST_LAST_MODIFIED' => 'Modificado',
'NTC_NONE_SCHEDULED' => 'Nada programado.',
'appointment_filter_dom' => array(
'today' => 'hoy'
,'tomorrow' => 'mañana'
,'this Saturday' => 'esta semana'
,'next Saturday' => 'la semana que viene'
,'last this_month' => 'este mes'
,'last next_month' => 'el mes que viene'
),
'LNK_IMPORT_NOTES'=>'Importar Notas',
'NTC_NONE'=>'Ninguno',
'LBL_ACCEPT_THIS'=>'¿Aceptar?',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Historial',
);
?>