[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/es_es/ -> Events.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio.
   9   * All Rights Reserved.
  10   * ********************************************************************************
  11   *  Language     : Español es_es
  12   *  Version      : 6.0.0
  13   *  Created Date : 2012-10-25
  14   *  Author       : JPL TSolucio, S. L. Joe Bordes
  15   *  Last change  : 2013-05-03
  16   *  Author       : JPL TSolucio, S. L. Joe Bordes
  17   ************************************************************************************/
  18  $languageStrings = array(
  19      'Events'                       => 'Eventos',
  20      'SINGLE_Events'                => 'Evento',
  21      'LBL_ADD_RECORD'               => 'Añadir Evento',
  22      'LBL_RECORDS_LIST'             => 'Vista de Lista',
  23      'LBL_EVENTS'                   => 'Eventos',
  24      'LBL_TODOS'                    => 'Tarea',
  25      'LBL_EVENT_INFORMATION'        => 'Detalles del Evento',
  26      'LBL_RECURRENCE_INFORMATION'   => 'Detalles Recurrencia',
  27      'Start Date & Time'            => 'Fecha y Hora de Inicio',
  28      'Recurrence'                   => 'Eventos Recurrentes',
  29      'Send Notification'            => 'Enviar notificación',
  30      'Location'                     => 'Localización',
  31      'Send Reminder'                => 'Enviar Recordatorio',
  32      'End Date & Time'              => 'Fecha y Hora de Fin',
  33      'Activity Type'                => 'Tipo de Evento',
  34      'Visibility'                   => 'Visibilidad',
  35      'Private'                      => 'Privado',
  36      'Public'                       => 'Público',
  37      'Call'                         => 'Llamada',
  38      'Meeting'                      => 'Reunión',
  39      'Planned'                      => 'Planeado',
  40      'Held'                         => 'Realizada',
  41      'Not Held'                     => 'Pendiente',
  42      'LBL_DAYS'                     => 'Días',
  43      'LBL_HOURS'                    => 'Horas',
  44      'LBL_CALENDAR_VIEW'            => 'Vista de Calendario',
  45      'LBL_HOLD_FOLLOWUP_ON'         => 'Mantenga Seguimiento On',
  46      'LBL_CREATE_FOLLOWUP_EVENT'    => 'Crear Seguimiento de eventos',
  47      'LBL_RELATED_TO' => 'Relacionado con',
  48      'LBL_DAYS_TYPE' => 'Día(s)',
  49      'LBL_WEEKS_TYPE' => 'Semana(s)',
  50      'LBL_MONTHS_TYPE' => 'Mes(es)',
  51      'LBL_YEAR_TYPE' => 'Año',
  52      'LBL_FIRST' => 'Primer',
  53      'LBL_LAST' => 'Ultimo',
  54      'LBL_SM_SUN' => 'Dom',
  55      'LBL_SM_MON' => 'Lun',
  56      'LBL_SM_TUE' => 'Mar',
  57      'LBL_SM_WED' => 'Mié',
  58      'LBL_SM_THU' => 'Jue',
  59      'LBL_SM_FRI' => 'Vie',
  60      'LBL_SM_SAT' => 'Sab',
  61      'LBL_DAY0' => 'Domingo',
  62      'LBL_DAY1' => 'Lunes',
  63      'LBL_DAY2' => 'Martes',
  64      'LBL_DAY3' => 'Miércoles',
  65      'LBL_DAY4' => 'Jueves',
  66      'LBL_DAY5' => 'Vierne',
  67      'LBL_DAY6' => 'Sábado',
  68      'Daily' => 'Día(s)',
  69      'Weekly' => 'Semana(s)',
  70      'Monthly' => 'Mes(es)',
  71      'Yearly' => 'Año',
  72      'LBL_REPEATEVENT' => 'Una vez en cada',
  73      'LBL_UNTIL' => 'Hasta',
  74      'LBL_DAY_OF_THE_MONTH' => 'díay del mes',
  75      'LBL_ON' => 'en',
  76      'LBL_INVITE_USER_BLOCK' => 'Invita',
  77      'LBL_INVITE_USERS' => 'Invita Usuarios',
  78  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1