[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/ -> 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   * All Rights Reserved.
   9   *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
  10   *  Author       : www.odin.mx
  11   *  Author       : Proudly, the best Vtiger's Partner in Mexico
  12   ************************************************************************************/
  13  $languageStrings = array(
  14      'Events'                       => 'Eventos'                     , 
  15      'SINGLE_Events'                => 'Evento'                      , 
  16      'LBL_ADD_RECORD'               => 'Agregar Evento'              , 
  17      'LBL_RECORDS_LIST'             => 'Vista de Lista'              , 
  18      'LBL_EVENTS'                   => 'Eventos'                     , 
  19      'LBL_TODOS'                    => 'Por Hacer'                   , 
  20      'LBL_HOLD_FOLLOWUP_ON'         => 'Mantenga Seguimiento En'     ,
  21      'LBL_CREATE_FOLLOWUP_EVENT'    => 'Crear Seguimiento de eventos',
  22      'LBL_EVENT_INFORMATION'        => 'Detalle del evento'          , 
  23      'LBL_RECURRENCE_INFORMATION'   => 'Detalles de recurrencia'     , 
  24      'LBL_RELATED_TO'               => 'Relacionado a'               , 
  25      'Start Date & Time'            => 'Fecha y Hora de Inicio'      , 
  26      'Recurrence'                   => 'Recurrencia'                 , 
  27      'Send Notification'            => 'Enviar notificación'         ,
  28      'Location'                     => 'Lugar'                       , 
  29      'Send Reminder'                => 'Enviar recordatorio'         , 
  30      'End Date & Time'              => 'Fecha y Hora de Vencimiento' , 
  31      'Activity Type'                => 'Tipo de Actividad'           , 
  32      'Visibility'                   => 'Visibilidad'                 , 
  33      'Private'                      => 'Privado'                     , 
  34      'Public'                       => 'Publico'                     , 
  35      'Call'                         => 'Llamada'                     , 
  36      'Meeting'                      => 'Reunión'                     , 
  37      'Planned'                      => 'Planeada'                    , 
  38      'Held'                         => 'Mantenida'                   , 
  39      'Not Held'                     => 'No Mantenida'                , 
  40      'LBL_DAYS'                     => 'Días'                        , 
  41      'LBL_HOURS'                    => 'Horas'                       , 
  42      'LBL_DAYS_TYPE'                => 'Día(s)'                      , 
  43      'LBL_WEEKS_TYPE'               => 'Semana(s)'                   , 
  44      'LBL_MONTHS_TYPE'              => 'Mes(es)'                     , 
  45      'LBL_YEAR_TYPE'                => 'Año'                         , 
  46      'LBL_FIRST'                    => 'Primer'                      , 
  47      'LBL_LAST'                     => 'Último'                      , 
  48      'LBL_SM_SUN'                   => 'Dom'                         , 
  49      'LBL_SM_MON'                   => 'Lun'                         , 
  50      'LBL_SM_TUE'                   => 'Mar'                         , 
  51      'LBL_SM_WED'                   => 'Mier'                        , 
  52      'LBL_SM_THU'                   => 'Jue'                         , 
  53      'LBL_SM_FRI'                   => 'Vie'                         , 
  54      'LBL_SM_SAT'                   => 'Sab'                         , 
  55      'LBL_DAY0'                     => 'Domingo'                     , 
  56      'LBL_DAY1'                     => 'Lunes'                       , 
  57      'LBL_DAY2'                     => 'Martes'                      , 
  58      'LBL_DAY3'                     => 'Miércoles'                   , 
  59      'LBL_DAY4'                     => 'Jueves'                      , 
  60      'LBL_DAY5'                     => 'Viernes'                     , 
  61      'LBL_DAY6'                     => 'Sábado'                      , 
  62      'Daily'                        => 'Día(s)'                      , 
  63      'Weekly'                       => 'Semana(s)'                   , 
  64      'Monthly'                      => 'Mes(es)'                     , 
  65      'Yearly'                       => 'Año'                         , 
  66      'LBL_REPEATEVENT'              => 'Una vez en cada'             , 
  67      'LBL_UNTIL'                    => 'Hasta'                       , 
  68      'LBL_DAY_OF_THE_MONTH'         => 'Día del mes'                 , 
  69      'LBL_ON'                       => 'en'                          , 
  70      'LBL_CALENDAR_VIEW'            => 'Vista de Calendario'         , 
  71      'LBL_INVITE_USER_BLOCK'        => 'Invitar'                     , 
  72      'LBL_INVITE_USERS'             => 'Usuarios invitados'          , 
  73  );


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