PageRenderTime 26ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/modules/Schedulers/language/es_es.lang.php

https://gitlab.com/tjaafar/SuiteCRM
PHP | 158 lines | 109 code | 5 blank | 44 comment | 2 complexity | 5aeb23bdb285e1d5a5d2b93efae25c7c MD5 | raw file
  1. <?php
  2. if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
  3. /*********************************************************************************
  4. * SugarCRM Community Edition is a customer relationship management program developed by
  5. * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
  6. * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd.
  7. * Copyright (C) 2011 - 2014 Salesagility Ltd.
  8. *
  9. * This program is free software; you can redistribute it and/or modify it under
  10. * the terms of the GNU Affero General Public License version 3 as published by the
  11. * Free Software Foundation with the addition of the following permission added
  12. * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
  13. * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
  14. * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
  15. *
  16. * This program is distributed in the hope that it will be useful, but WITHOUT
  17. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  18. * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
  19. * details.
  20. *
  21. * You should have received a copy of the GNU Affero General Public License along with
  22. * this program; if not, see http://www.gnu.org/licenses or write to the Free
  23. * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  24. * 02110-1301 USA.
  25. *
  26. * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
  27. * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
  28. *
  29. * The interactive user interfaces in modified source and object code versions
  30. * of this program must display Appropriate Legal Notices, as required under
  31. * Section 5 of the GNU Affero General Public License version 3.
  32. *
  33. * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
  34. * these Appropriate Legal Notices must retain the display of the "Powered by
  35. * SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
  36. * reasonably feasible for technical reasons, the Appropriate Legal Notices must
  37. * display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
  38. ********************************************************************************/
  39. /*********************************************************************************
  40. * Description: Defines the Spanish language pack for the base application.
  41. * Portions created by REDK Ingeniería del Software S.L..
  42. * All Rights Reserved.
  43. * Contributor(s): REDK Software Engineering (www.redk.net)
  44. ********************************************************************************/
  45. $mod_strings = array (
  46. 'LBL_OOTB_WORKFLOW' => 'Procesar Tareas de Workflow',
  47. 'LBL_OOTB_REPORTS' => 'Ejecutar Tareas Programadas de Generación de Informes',
  48. 'LBL_OOTB_IE' => 'Comprobar Bandejas de Entrada',
  49. 'LBL_OOTB_BOUNCE' => 'Ejecutar Proceso Nocturno de Emails de Campaña Rebotados',
  50. 'LBL_OOTB_CAMPAIGN' => 'Ejecutar Proceso Nocturno de Campañas de Email Masivo',
  51. 'LBL_OOTB_PRUNE' => 'Truncar Base de datos al Inicio del Mes',
  52. 'LBL_OOTB_TRACKER' => 'Truncar Tablas de Monitorización',
  53. 'LBL_UPDATE_TRACKER_SESSIONS' => 'Actualizar Tabla tracker_sessions',
  54. 'LBL_OOTB_SEND_EMAIL_REMINDERS' => 'Ejecutar Envío de Emails de Recordatorios',
  55. 'LBL_OOTB_CLEANUP_QUEUE' => 'Limpiar Cola de Trabajos',
  56. 'LBL_OOTB_REMOVE_DOCUMENTS_FROM_FS' => 'Extracción de documentos del sistema de archivos',
  57. 'LBL_LIST_JOB_INTERVAL' => 'Intervalo:',
  58. 'LBL_LIST_LIST_ORDER' => 'Planificadores:',
  59. 'LBL_LIST_NAME' => 'Planificador:',
  60. 'LBL_LIST_RANGE' => 'Rango:',
  61. 'LBL_LIST_REMOVE' => 'Quitar:',
  62. 'LBL_LIST_STATUS' => 'Estado:',
  63. 'LBL_LIST_TITLE' => 'Lista de Planificación:',
  64. 'LBL_LIST_EXECUTE_TIME' => 'Será ejecutado en:',
  65. 'LBL_SUN' => 'Domingo',
  66. 'LBL_MON' => 'Lunes',
  67. 'LBL_TUE' => 'Martes',
  68. 'LBL_WED' => 'Miércoles',
  69. 'LBL_THU' => 'Jueves',
  70. 'LBL_FRI' => 'Viernes',
  71. 'LBL_SAT' => 'Sábado',
  72. 'LBL_ALL' => 'Todos los días',
  73. 'LBL_EVERY_DAY' => 'Todos los días',
  74. 'LBL_AT_THE' => 'El',
  75. 'LBL_EVERY' => 'Cada',
  76. 'LBL_FROM' => 'Desde',
  77. 'LBL_ON_THE' => 'En el',
  78. 'LBL_RANGE' => 'a',
  79. 'LBL_AT' => 'en',
  80. 'LBL_IN' => 'en',
  81. 'LBL_AND' => 'y',
  82. 'LBL_MINUTES' => 'minutos',
  83. 'LBL_HOUR' => 'horas',
  84. 'LBL_HOUR_SING' => 'hora',
  85. 'LBL_MONTH' => 'mes',
  86. 'LBL_OFTEN' => 'Tan a menudo como sea posible.',
  87. 'LBL_MIN_MARK' => 'marca por minuto',
  88. 'LBL_MINS' => 'min',
  89. 'LBL_HOURS' => 'hrs',
  90. 'LBL_DAY_OF_MONTH' => 'fecha',
  91. 'LBL_MONTHS' => 'me',
  92. 'LBL_DAY_OF_WEEK' => 'día',
  93. 'LBL_CRONTAB_EXAMPLES' => 'Lo arriba mostrado utiliza notación estándar de crontab.',
  94. 'LBL_CRONTAB_SERVER_TIME_PRE' => 'Las especificaciones del cron para que se ejecute es sobre la base de la zona horaria del servidor (',
  95. 'LBL_CRONTAB_SERVER_TIME_POST' => '). Por favor, especifique el tiempo de ejecución del planificador en consecuencia.',
  96. 'LBL_ALWAYS' => 'Siempre',
  97. 'LBL_CATCH_UP' => 'Ejecutar Si Falla',
  98. 'LBL_CATCH_UP_WARNING' => 'Desmarque si la ejecución de esta tarea puede durar más de un momento.',
  99. 'LBL_DATE_TIME_END' => 'Fecha y Hora de Fin',
  100. 'LBL_DATE_TIME_START' => 'Fecha y Hora de Inicio',
  101. 'LBL_INTERVAL' => 'Intervalo',
  102. 'LBL_JOB' => 'Tarea',
  103. 'LBL_JOB_URL' => 'URL de la tarea',
  104. 'LBL_LAST_RUN' => 'Última Ejecución Exitosa',
  105. 'LBL_MODULE_NAME' => 'Planificador Sugar',
  106. 'LBL_MODULE_TITLE' => 'Planificadores',
  107. 'LBL_NAME' => 'Nombre de Tarea',
  108. 'LBL_NEVER' => 'Nunca',
  109. 'LBL_NEW_FORM_TITLE' => 'Nueva Planificación',
  110. 'LBL_PERENNIAL' => 'continuo',
  111. 'LBL_SEARCH_FORM_TITLE' => 'Búsqueda de Planificación',
  112. 'LBL_SCHEDULER' => 'Planificador:',
  113. 'LBL_STATUS' => 'Estado',
  114. 'LBL_TIME_FROM' => 'Activo Desde',
  115. 'LBL_TIME_TO' => 'Activo Hasta',
  116. 'LBL_WARN_CURL_TITLE' => 'Aviso cURL:',
  117. 'LBL_WARN_CURL' => 'Aviso:',
  118. 'LBL_WARN_NO_CURL' => 'Este sistema no tiene las librerías cURL habilitadas/compiladas en el módulo de PHP (--with-curl=/ruta/a/libreria_curl). Por favor, contacte con su administrador para resolver el problema. Sin la funcionalidad que provee cURL, el Planificador no puede utilizar hilos con sus tareas.',
  119. 'LBL_BASIC_OPTIONS' => 'Configuración Básica',
  120. 'LBL_ADV_OPTIONS' => 'Opciones Avanzadas',
  121. 'LBL_TOGGLE_ADV' => 'Mostrar Opciones Avanzadas',
  122. 'LBL_TOGGLE_BASIC' => 'Mostrar Opciones Básicas',
  123. 'LNK_LIST_SCHEDULER' => 'Planificadores',
  124. 'LNK_NEW_SCHEDULER' => 'Nuevo Planificador',
  125. 'LNK_LIST_SCHEDULED' => 'Tareas Planificadas',
  126. 'SOCK_GREETING' => 'Este es el interfaz de usuario para el Servicio de Planificación de SugarCRM. <br />[ Comandos de demonio disponibles: start|restart|shutdown|status ]<br />Para salir, teclee &#39;quit&#39;. Para detener el servicio &#39;shutdown&#39;.',
  127. 'ERR_DELETE_RECORD' => 'Debe especificar un número de registro para eliminar la planificación.',
  128. 'ERR_CRON_SYNTAX' => 'Sintaxis de Cron inválida',
  129. 'NTC_DELETE_CONFIRMATION' => '¿Está seguro de que desea eliminar este registro?',
  130. 'NTC_STATUS' => 'Establezca el estado a Inactivo para quitar esta planificación de las listas desplegables de selección de Planificador',
  131. 'NTC_LIST_ORDER' => 'Establezca el orden en que esta planificación aparecerá en las listas desplegables de selección de Planificador',
  132. 'LBL_CRON_INSTRUCTIONS_WINDOWS' => 'Para configurar el Planificador de Windows',
  133. 'LBL_CRON_INSTRUCTIONS_LINUX' => 'Para configurar Crontab',
  134. 'LBL_CRON_LINUX_DESC' => 'Nota: Para ejecutar los Planificadores de Sugar, añada la siguiente línea a su archivo crontab:',
  135. 'LBL_CRON_WINDOWS_DESC' => 'Nota: Para ejecutar los planificadores de Sugar, cree un archivo de proceso por lotes a ejecutar utilizando las Tareas Programadas de Windows. El archivo de proceso por lotes debería contener los siguientes comandos:',
  136. 'LBL_NO_PHP_CLI' => 'Si su servidor no tiene disponibles los binarios PHP, puede utilizar wget o curl para lanzar sus Tareas.<br>para wget: <b>*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;wget --quiet --non-verbose http://translate.sugarcrm.com/soon/latest/cron.php > /dev/null 2>&1</b><br>para curl: <b>*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;curl --silent http://translate.sugarcrm.com/soon/latest/cron.php > /dev/null 2>&1',
  137. 'LBL_JOBS_SUBPANEL_TITLE' => 'Registro de Tareas',
  138. 'LBL_EXECUTE_TIME' => 'Tiempo de Ejecución',
  139. 'LBL_REFRESHJOBS' => 'Actualizar Trabajos',
  140. 'LBL_POLLMONITOREDINBOXES' => 'Comprobar Cuentas de Correo Entrante',
  141. 'LBL_PERFORMFULLFTSINDEX' => 'Búsqueda de texto completo Sistema de Índice',
  142. 'LBL_RUNMASSEMAILCAMPAIGN' => 'Ejecutar Campañas de Correo Masivo Nocturnas',
  143. 'LBL_POLLMONITOREDINBOXESFORBOUNCEDCAMPAIGNEMAILS' => 'Ejecutar Proceso Nocturno de Correos Rebotados en Campañas',
  144. 'LBL_PRUNEDATABASE' => 'Truncar Base de Datos el 1º de cada Mes',
  145. 'LBL_TRIMTRACKER' => 'Truncar Tablas de Monitorización',
  146. 'LBL_SENDEMAILREMINDERS' => 'Ejecutar recordatorios por correo electrónico',
  147. 'LBL_CLEANJOBQUEUE' => 'Liberador de la Cola de Trabajos',
  148. 'LBL_REMOVEDOCUMENTSFROMFS' => 'Extracción de documentos del sistema de archivos',
  149. );
  150. $mod_strings['LBL_OOTB_SUGARFEEDS'] = 'Limpiar Tablas de SugarFeed';
  151. $mod_strings['LBL_TRIMSUGARFEEDS'] = 'Limpiar Tablas de SugarFeed';