PageRenderTime 73ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 1ms

/administrator/components/com_jnewsletter/language/spanish.php

https://github.com/viollarr/alab
PHP | 1373 lines | 1154 code | 112 blank | 107 comment | 11 complexity | 6115ba99f865f66dccf5367c16caefd7 MD5 | raw file
Possible License(s): LGPL-2.1, GPL-2.0, AGPL-3.0, Apache-2.0, BSD-3-Clause, GPL-3.0
  1. <?php
  2. defined('_JEXEC') OR defined('_VALID_MOS') OR die('...Direct Access to this location is not allowed...');
  3. /**
  4. * <p>Spanish language file</p>
  5. * @author Jorge Pasco <servicio@eaid.org>
  6. * @version $Id: spanish.php 491 2007-02-01 22:56:07Z divivo $
  7. * @link http://www.eaid.org
  8. */
  9. ### General ###
  10. //jnewsletter Description
  11. define('_ACA_DESC_CORE', ('jNews es una herramienta para confeccionar listas de correo, boletines, auto-respuestas y seguimientos; que podrá utilizar para comunicarse con sus clientes y usuarios de manera efectiva. ' .
  12. '¡jNews, su asistente de comunicaciones!'));
  13. define('_ACA_DESC_GPL', ('jNews es una herramienta para confeccionar listas de correo, boletines, auto-respuestas y seguimientos; que podrá utilizar para comunicarse con sus clientes y usuarios de manera efectiva. ' .
  14. '¡jNews, su asistente de comunicaciones!'));
  15. define('_ACA_FEATURES', ('¡jNews, su asistente de comunicaciones!'));
  16. // Type of lists
  17. define('_ACA_NEWSLETTER', ('Boletín'));
  18. define('_ACA_AUTORESP', ('Auto-respuesta'));
  19. define('_ACA_AUTORSS', ('Auto-RSS'));
  20. define('_ACA_ECARD', ('Tarjeta electrónica'));
  21. define('_ACA_POSTCARD', ('Postal'));
  22. define('_ACA_PERF', ('Performance'));
  23. define('_ACA_COUPON', ('Cupón'));
  24. define('_ACA_CRON', ('Tarea Cron'));
  25. define('_ACA_MAILING', ('Envío'));
  26. define('_ACA_LIST', ('Lista'));
  27. //jnewsletter Menu
  28. define('_ACA_MENU_LIST', ('Listas'));
  29. define('_ACA_MENU_SUBSCRIBERS', ('Suscriptores'));
  30. define('_ACA_MENU_NEWSLETTERS', ('Boletines'));
  31. define('_ACA_MENU_AUTOS', ('Auto-respuestas'));
  32. define('_ACA_MENU_COUPONS', ('Cupones'));
  33. define('_ACA_MENU_CRONS', ('Tareas Cron'));
  34. define('_ACA_MENU_AUTORSS', ('Auto-RSS'));
  35. define('_ACA_MENU_ECARD', ('Tarjetas electrónicass'));
  36. define('_ACA_MENU_POSTCARDS', ('Postales'));
  37. define('_ACA_MENU_PERFS', ('Performances'));
  38. define('_ACA_MENU_TAB_LIST', ('Listas'));
  39. define('_ACA_MENU_MAILING_TITLE', ('Envíos'));
  40. define('_ACA_MENU_MAILING', ('Envíos para '));
  41. define('_ACA_MENU_STATS', ('Estadísticas'));
  42. define('_ACA_MENU_STATS_FOR', ('Estadísticas para '));
  43. define('_ACA_MENU_CONF', ('Configuración'));
  44. define('_ACA_MENU_UPDATE', ('Import'));
  45. define('_ACA_MENU_ABOUT', ('Acerca de'));
  46. define('_ACA_MENU_LEARN', ('Centro de aprendizaje'));
  47. define('_ACA_MENU_MEDIA', ('Gestor multimedia'));
  48. define('_ACA_MENU_HELP', ('Ayuda'));
  49. define('_ACA_MENU_CPANEL', ('Panel de control'));
  50. define('_ACA_MENU_IMPORT', ('Importar'));
  51. define('_ACA_MENU_EXPORT', ('Exportar'));
  52. define('_ACA_MENU_SUB_ALL', ('Subcribirse a todo'));
  53. define('_ACA_MENU_UNSUB_ALL', ('De-subcribirse a todo'));
  54. define('_ACA_MENU_VIEW_ARCHIVE', ('Archivo'));
  55. define('_ACA_MENU_PREVIEW', ('Vista previa'));
  56. define('_ACA_MENU_SEND', ('Enviar'));
  57. define('_ACA_MENU_SEND_TEST', ('Enviar correo de prueba'));
  58. define('_ACA_MENU_SEND_QUEUE', ('Cola de procesos'));
  59. define('_ACA_MENU_VIEW', ('Ver'));
  60. define('_ACA_MENU_COPY', ('Copiar'));
  61. define('_ACA_MENU_VIEW_STATS', ('Ver estadísticas'));
  62. define('_ACA_MENU_CRTL_PANEL', ('Panel de control'));
  63. define('_ACA_MENU_LIST_NEW', (' Crear una lista'));
  64. define('_ACA_MENU_LIST_EDIT', (' Editar una lista'));
  65. define('_ACA_MENU_BACK', ('Regresar'));
  66. define('_ACA_MENU_INSTALL', ('Instalación'));
  67. define('_ACA_MENU_TAB_SUM', ('Resumen'));
  68. define('_ACA_STATUS', ('Estado'));
  69. // messages
  70. define('_ACA_ERROR', (' ¡Ha ocurrido un error! '));
  71. define('_ACA_SUB_ACCESS', ('Derechos de acceso'));
  72. define('_ACA_DESC_CREDITS', ('Créditos'));
  73. define('_ACA_DESC_INFO', ('Información'));
  74. define('_ACA_DESC_HOME', ('Página de inicio'));
  75. define('_ACA_DESC_MAILING', ('Lista de envíos'));
  76. define('_ACA_DESC_SUBSCRIBERS', ('Suscriptores'));
  77. define('_ACA_PUBLISHED', ('Publicado'));
  78. define('_ACA_UNPUBLISHED', ('No Publicado'));
  79. define('_ACA_DELETE', ('Eliminar'));
  80. define('_ACA_FILTER', ('Filtrar'));
  81. define('_ACA_UPDATE', ('Actualizar'));
  82. define('_ACA_SAVE', ('Guardar'));
  83. define('_ACA_CANCEL', ('Cancelar'));
  84. define('_ACA_NAME', ('Nombre'));
  85. define('_ACA_EMAIL', ('Correo'));
  86. define('_ACA_SELECT', ('Seleccionar'));
  87. define('_ACA_ALL', ('todo'));
  88. define('_ACA_SEND_A', ('Enviar a '));
  89. define('_ACA_SUCCESS_DELETED', (' eliminado con éxito'));
  90. define('_ACA_LIST_ADDED', ('Lista creada con éxito'));
  91. define('_ACA_LIST_COPY', ('Lista copiada con éxito'));
  92. define('_ACA_LIST_UPDATED', ('Lista actualizada con éxito'));
  93. define('_ACA_MAILING_SAVED', ('Envío guardado con éxito.'));
  94. define('_ACA_UPDATED_SUCCESSFULLY', ('Actualizado con éxito.'));
  95. ### Subscribers information ###
  96. //subscribe and unsubscribe info
  97. define('_ACA_SUB_INFO', ('Información del suscriptor'));
  98. define('_ACA_VERIFY_INFO', ('Por favor verifique el enlace que envió, alguna información no es correcta o se ha perdido.'));
  99. define('_ACA_INPUT_NAME', ('Nombre'));
  100. define('_ACA_INPUT_EMAIL', ('Correo'));
  101. define('_ACA_RECEIVE_HTML', ('¿Acepta HTML?'));
  102. define('_ACA_TIME_ZONE', ('Zona horaria'));
  103. define('_ACA_BLACK_LIST', ('Lista negra'));
  104. define('_ACA_REGISTRATION_DATE', ('Fecha de registro de usuario'));
  105. define('_ACA_USER_ID', ('Id de usuario'));
  106. define('_ACA_DESCRIPTION', ('Descripción'));
  107. define('_ACA_ACCOUNT_CONFIRMED', ('Su cuenta ha sido activada.'));
  108. define('_ACA_SUB_SUBSCRIBER', ('Suscriptor'));
  109. define('_ACA_SUB_PUBLISHER', ('Editor'));
  110. define('_ACA_SUB_ADMIN', ('Administrador'));
  111. define('_ACA_REGISTERED', ('Registrado'));
  112. define('_ACA_SUBSCRIPTIONS', ('Vuestra suscripción'));
  113. define('_ACA_SEND_UNSUBCRIBE', ('Enviar mensaje para de-suscribirse'));
  114. define('_ACA_SEND_UNSUBCRIBE_TIPS', ('Seleccione SI para enviar un correo de confirmación a fin de de-suscribirse.'));
  115. define('_ACA_SUBSCRIBE_SUBJECT_MESS', ('Por favor confirme su suscripción'));
  116. define('_ACA_UNSUBSCRIBE_SUBJECT_MESS', ('Confirmación de de-suscripción'));
  117. define('_ACA_DEFAULT_SUBSCRIBE_MESS', ('Saludos [NAME],<br />' .
  118. 'Falta un paso más para confirmar su suscripción en la lista. Por favor acceda al siguiente enlace a fin de confirmar su suscripción.' .
  119. '<br /><br />[CONFIRM]<br /><br />Para cualquier consulta contáctese con el administrador.'));
  120. define('_ACA_DEFAULT_UNSUBSCRIBE_MESS', ('Este es un mensaje que confirma su de-suscripción de nuestra lista. Sentimos mucho que haya decidido cancelar su suscripción, sin embargo si decide reaanudarla puede hacerlo en nuestro portal web. Si tuviese alguna consulta puede contactar al administrador.'));
  121. // jNews Subscribers
  122. define('_ACA_SIGNUP_DATE', ('Fecha de registro'));
  123. define('_ACA_CONFIRMED', ('Confirmado'));
  124. define('_ACA_SUBSCRIB', ('Suscrito'));
  125. define('_ACA_HTML', ('Correo HTML'));
  126. define('_ACA_RESULTS', ('Resultados'));
  127. define('_ACA_SEL_LIST', ('Seleccione una lista'));
  128. define('_ACA_SEL_LIST_TYPE', ('- Seleccione el tipo de lista -'));
  129. define('_ACA_SUSCRIB_LIST', ('Lista de todos los suscriptores'));
  130. define('_ACA_SUSCRIB_LIST_UNIQUE', ('Suscriptores para: '));
  131. define('_ACA_NO_SUSCRIBERS', ('No se encontraron suscriptores para estas listas.'));
  132. define('_ACA_COMFIRM_SUBSCRIPTION', ('Un mensaje de confirmación le ha sido enviado. Por favor revise su correo y seleccione el enlace provisto.<br />' .
  133. 'Necesita confirmar su correo para que su suscripción sea iniciada.'));
  134. define('_ACA_SUCCESS_ADD_LIST', ('Usted ha sido añadido exitósamente a la lista.'));
  135. // Subscription info
  136. define('_ACA_CONFIRM_LINK', ('Acceda aquí para confirmar la suscripción'));
  137. define('_ACA_UNSUBSCRIBE_LINK', ('Acceda aquí para cancelar manualmente la suscripción a la lista'));
  138. define('_ACA_UNSUBSCRIBE_MESS', ('Su correo ha sido removido de la lista'));
  139. define('_ACA_QUEUE_SENT_SUCCESS', ('Todos los mensajes pendientes han sido enviados con éxito.'));
  140. define('_ACA_MALING_VIEW', ('Ver todos los envíos'));
  141. define('_ACA_UNSUBSCRIBE_MESSAGE', ('¿Está seguro que desea cancelar su suscripción de esta lista?'));
  142. define('_ACA_MOD_SUBSCRIBE', ('Suscribirse'));
  143. define('_ACA_SUBSCRIBE', ('Suscribirse'));
  144. define('_ACA_UNSUBSCRIBE', ('De-suscribirse'));
  145. define('_ACA_VIEW_ARCHIVE', ('Ver archivo'));
  146. define('_ACA_SUBSCRIPTION_OR', (' o acceda aquí para actualizar su información'));
  147. define('_ACA_EMAIL_ALREADY_REGISTERED', ('Este correo ha sido registrado previamente.'));
  148. define('_ACA_SUBSCRIBER_DELETED', ('Suscriptor eliminado con éxito.'));
  149. ### UserPanel ###
  150. //User Menu
  151. define('_UCP_USER_PANEL', ('Panel de control del usuario'));
  152. define('_UCP_USER_MENU', ('Menú del usuario'));
  153. define('_UCP_USER_CONTACT', ('Mis suscripciones'));
  154. //jNews Cron Menu
  155. define('_UCP_CRON_MENU', ('Administración de tareas Cron'));
  156. define('_UCP_CRON_NEW_MENU', ('Nueva tarea Cron'));
  157. define('_UCP_CRON_LIST_MENU', ('Lista de mis tareas Cron'));
  158. //jNews Coupon Menu
  159. define('_UCP_COUPON_MENU', ('Administración de cupones'));
  160. define('_UCP_COUPON_LIST_MENU', ('Lista de cupones'));
  161. define('_UCP_COUPON_ADD_MENU', ('Añadir un cupón'));
  162. ### lists ###
  163. // Tabs
  164. define('_ACA_LIST_T_GENERAL', ('Descripción'));
  165. define('_ACA_LIST_T_LAYOUT', ('Formato'));
  166. define('_ACA_LIST_T_SUBSCRIPTION', ('Suscripción'));
  167. define('_ACA_LIST_T_SENDER', ('Información de remitente'));
  168. define('_ACA_LIST_TYPE', ('Tipo de lista'));
  169. define('_ACA_LIST_NAME', ('Nombre de lista'));
  170. define('_ACA_LIST_ISSUE', ('Edición #'));
  171. define('_ACA_LIST_DATE', ('Fecha de envío'));
  172. define('_ACA_LIST_SUB', ('Asunto'));
  173. define('_ACA_ATTACHED_FILES', ('Archivos adjuntos'));
  174. define('_ACA_SELECT_LIST', ('¡Por favor seleccione una lista para editar!'));
  175. // Auto Responder box
  176. define('_ACA_AUTORESP_ON', ('Tipo de lista'));
  177. define('_ACA_AUTO_RESP_OPTION', ('Opciones de Auto-respuesta'));
  178. define('_ACA_AUTO_RESP_FREQ', ('Los suscriptores pueden elegir la frecuencia'));
  179. define('_ACA_AUTO_DELAY', ('Retardo (en días)'));
  180. define('_ACA_AUTO_DAY_MIN', ('Frecuencia mínima'));
  181. define('_ACA_AUTO_DAY_MAX', ('Frecuencia máxima'));
  182. define('_ACA_FOLLOW_UP', ('Especificar seguimiento de auto-respuesta'));
  183. define('_ACA_AUTO_RESP_TIME', ('Suscriptores pueden elegir el tiempo'));
  184. define('_ACA_LIST_SENDER', ('Remitentes de lista'));
  185. define('_ACA_LIST_DESC', ('Descripción de lista'));
  186. define('_ACA_LAYOUT', ('Formato'));
  187. define('_ACA_SENDER_NAME', ('Nombre de remitente'));
  188. define('_ACA_SENDER_EMAIL', ('Correo de remitente'));
  189. define('_ACA_SENDER_BOUNCE', ('Dirección de respuesta de remitente'));
  190. define('_ACA_LIST_DELAY', ('Retardo'));
  191. define('_ACA_HTML_MAILING', ('¿Envío en HTML?'));
  192. define('_ACA_HTML_MAILING_DESC', ('(si efectúa algún cambio deberá guardarlo y retornar a esta pantalla para poder observar el efecto.)'));
  193. define('_ACA_HIDE_FROM_FRONTEND', ('¿Esconder en el portal web?'));
  194. define('_ACA_SELECT_IMPORT_FILE', ('Seleccione un archivo para importar'));;
  195. define('_ACA_IMPORT_FINISHED', ('Importación finalizada'));
  196. define('_ACA_DELETION_OFFILE', ('Eliminación de fichero'));
  197. define('_ACA_MANUALLY_DELETE', (' falló, usted deberá eliminar el fichero manualmente'));
  198. define('_ACA_CANNOT_WRITE_DIR', ('no se puede escribir en el directorio'));
  199. define('_ACA_NOT_PUBLISHED', ('no puede remitirse el envío, la lista no se ha publicado.'));
  200. // List info box
  201. define('_ACA_INFO_LIST_PUB', ('Seleccione SI para publicar la lista'));
  202. define('_ACA_INFO_LIST_NAME', ('Ingrese el nombre de su lista. Usted puede identificar su lista mediante este nombre.'));
  203. define('_ACA_INFO_LIST_DESC', ('Ingrese una breve descripción de su lista. Esta descripción será visible por los visitantes de su portal.'));
  204. define('_ACA_INFO_LIST_SENDER_NAME', ('Ingrese el nombre del remitente del envío. Este nombre será visible cuando los suscriptores reciban mensajes de esta lista.'));
  205. define('_ACA_INFO_LIST_SENDER_EMAIL', ('Ingrese el correo electrónico del cual serán enviados los mensajes.'));
  206. define('_ACA_INFO_LIST_SENDER_BOUNCED', ('Ingrese el correo electrónico al cual podrán responder los suscriptores. Es áltamente recomendable que sea el mismo del cual ha sido enviado el mensaje puesto que los filtros de spam pueden considerarlo como riesgoso si encuentran diferencias.'));
  207. define('_ACA_INFO_LIST_AUTORESP', ('Escoja el tipo de envío para esta lista. <br />' .
  208. 'Boletín: boletín normal<br />' .
  209. 'Auto-respuesta: una auto-respuesta es una lista que es enviada automáticamente mediante el portal web a intervalos regulares.'));
  210. define('_ACA_INFO_LIST_FREQUENCY', ('Permitir a los usuarios seleccionar la frecuencia con la cual recibirán la lista. Esto les provee flexibilidad de operación.'));
  211. define('_ACA_INFO_LIST_TIME', ('Permita que el usuario escoja el momento del día en el cual recibirá la lista.'));
  212. define('_ACA_INFO_LIST_MIN_DAY', ('Defina cual es la frecuencia mínima que el usuario podrá escoger para recibir la lista'));
  213. define('_ACA_INFO_LIST_DELAY', ('Defina cual es el retardo entre esta auto-respuesta y la anterior.'));
  214. define('_ACA_INFO_LIST_DATE', ('Especifique la fecha para publicar las nuevas listas si quiere retardar la publicación. <br /> FORMATO : YYYY-MM-DD HH:MM:SS'));
  215. define('_ACA_INFO_LIST_MAX_DAY', ('Defina cual es la frecuencia máxima que el usuario podrá escoger para recibir la lista'));
  216. define('_ACA_INFO_LIST_LAYOUT', ('Ingrese el diseño de sus envíos. Puede ingresar cualquier diseño para sus correos.'));
  217. define('_ACA_INFO_LIST_SUB_MESS', ('Este mensaje será enviado al suscriptor cuando el o ella se registren por primera vez. Puede definir el texto que desee aquí.'));
  218. define('_ACA_INFO_LIST_UNSUB_MESS', ('Este mensaje será enviado al suscriptor cuando el o ella se de-suscriba. Puede ingresar cualquier mensaje aquí.'));
  219. define('_ACA_INFO_LIST_HTML', ('Seleccione la casilla de verificación si quiere enviar correos en formato HTML. Los suscriptores pueden especificar si desean recibir mensajes en formato HTML o en texto llano cuando se suscriben a una lista HTML.'));
  220. define('_ACA_INFO_LIST_HIDDEN', ('Elija SI para esconder la lista en el portal web, los usuarios no serán capaces de suscribirse pero usted podrá seguir enviando listas a los que ya se han registrado.'));
  221. define('_ACA_INFO_LIST_ACA_AUTO_SUB', ('¿Quiere suscribir usuarios automáticamente a esta lista?<br /><B>Nuevos usuarios:</B> serán registrados todos los nuevos usuarios que se registren a través del portal web.<br /><B>Todos los usuarios:</B> serán registrados todos los usuarios de la base de datos.<br />(todas estas opciones soportan Community Builder)'));
  222. define('_ACA_INFO_LIST_ACC_LEVEL', ('Seleccione el nivel de acceso del portal web. Esto podrá mostrar u ocultar los envíos a los grupos de usuarios que no tengan acceso a ella, por tanto no tendrán la opción de suscribirse.'));
  223. define('_ACA_INFO_LIST_ACC_USER_ID', ('Seleccione el nivel de acceso de los grupos de usuarios a los cuales permitirá la edición. Ese grupo y los inmediatamente superiores tendrán la posibilidad de editar los envíos y remitirlos tanto desde el portal web como desde el panel administrativo.'));
  224. define('_ACA_INFO_LIST_FOLLOW_UP', ('Puede especificar el seguimiento de la auto-respuesta si usted desea que sea movida a otra una vez que alcance el último mensaje.'));
  225. define('_ACA_INFO_LIST_ACA_OWNER', ('Esta es la identificación de la persona que creó la lista.'));
  226. define('_ACA_INFO_LIST_WARNING', (' Esta última opción estará disponible sólo al momento de la creación de la lista.'));
  227. define('_ACA_INFO_LIST_SUBJET', (' Asunto del envío. Este es el asunto que mostrará el mensaje que el suscriptor reciba.'));
  228. define('_ACA_INFO_MAILING_CONTENT', ('Este es el cuerpo del mensaje que usted quiere enviar.'));
  229. define('_ACA_INFO_MAILING_NOHTML', ('Ingrese el cuerpo del mensaje que usted desea enviar a los suscriptores que escogieron secibir sólo mensajes en texto llano. <BR/> NOTE: Si lo deja en blanco jNews convertirá automáticamente el HTML a texto llano.'));
  230. define('_ACA_INFO_MAILING_VISIBLE', ('Seleccione SI para mostrar el mensaje en el portal web.'));
  231. define('_ACA_INSERT_CONTENT', ('Inserte un contenido existente'));
  232. // Coupons
  233. define('_ACA_SEND_COUPON_SUCCESS', ('¡Cupón enviado con éxito!'));
  234. define('_ACA_CHOOSE_COUPON', ('Seleccione un cupón'));
  235. define('_ACA_TO_USER', (' para este usuario'));
  236. ### Cron options
  237. //drop down frequency(CRON)
  238. define('_ACA_FREQ_CH1', ('Cada hora'));
  239. define('_ACA_FREQ_CH2', ('Cada 6 horas'));
  240. define('_ACA_FREQ_CH3', ('Cada 12 horas'));
  241. define('_ACA_FREQ_CH4', ('Diario'));
  242. define('_ACA_FREQ_CH5', ('Semanal'));
  243. define('_ACA_FREQ_CH6', ('Mensual'));
  244. define('_ACA_FREQ_NONE', ('No'));
  245. define('_ACA_FREQ_NEW', ('Nuevos usuarios'));
  246. define('_ACA_FREQ_ALL', ('Todos los usuarios'));
  247. //Label CRON form
  248. define('_ACA_LABEL_FREQ', ('¿Tarea Cron de jNews?'));
  249. define('_ACA_LABEL_FREQ_TIPS', ('Seleccione SI en el caso que desee usar esto para una tarea Cron de jNews, NO para cualquier otra tarea Cron.<br />' .
  250. 'Si escoge SI no necesita especificar la dirección de la tarea Cron puesto que será añadida automaticamente.'));
  251. define('_ACA_SITE_URL', ('Su dirección URL'));
  252. define('_ACA_CRON_FREQUENCY', ('Frecuencia de tarea Cron'));
  253. define('_ACA_STARTDATE_FREQ', ('Fecha de inicio'));
  254. define('_ACA_LABELDATE_FREQ', ('Especifique fecha'));
  255. define('_ACA_LABELTIME_FREQ', ('Especifique hora'));
  256. define('_ACA_CRON_URL', ('Dirección URL de tarea Cron'));
  257. define('_ACA_CRON_FREQ', ('Frecuencia'));
  258. define('_ACA_TITLE_CRONLIST', ('Lista de tareas Cron'));
  259. define('_NEW_LIST', ('Cree una nueva lista'));
  260. //title CRON form
  261. define('_ACA_TITLE_FREQ', ('Editar tareas Cron'));
  262. define('_ACA_CRON_SITE_URL', ('Por favor ingrese una URL válida que empiece con http://'));
  263. ### Mailings ###
  264. define('_ACA_MAILING_ALL', ('Todos los envíos'));
  265. define('_ACA_EDIT_A', ('Editar un '));
  266. define('_ACA_SELCT_MAILING', ('Por favor seleccione una lista del menú desplegable a fin de añadir un nuevo envío.'));
  267. define('_ACA_VISIBLE_FRONT', ('Visible en el portal web'));
  268. // mailer
  269. define('_ACA_SUBJECT', ('Asunto'));
  270. define('_ACA_CONTENT', ('Contenido'));
  271. define('_ACA_NAMEREP', ('[NAME] = Este campo será reemplazado por el nombre que el suscriptor haya ingresado al registrarse, con ello podrá personalizar sus mensajes.<br />'));
  272. define('_ACA_FIRST_NAME_REP', ('[FIRSTNAME] = Este campo será reemplazado por el primer nombre del suscriptor.<br />'));
  273. define('_ACA_NONHTML', ('Version en texto llano'));
  274. define('_ACA_ATTACHMENTS', ('Archivos adjuntos'));
  275. define('_ACA_SELECT_MULTIPLE', ('Mantenga presionado CTRL (o command) para seleccionar múltiples archivos adjuntos.<br />' .
  276. 'Los ficheros mostrados en este grupo están localizados en la carpeta de archivos adjuntos, usted puede cambiar la ubicación en el panel de control.'));
  277. define('_ACA_CONTENT_ITEM', ('Artículos con contenido'));
  278. define('_ACA_SENDING_EMAIL', ('Enviando correo'));
  279. define('_ACA_MESSAGE_NOT', ('El mensaje no pudo ser enviado'));
  280. define('_ACA_MAILER_ERROR', ('Error del proceso de correo'));
  281. define('_ACA_MESSAGE_SENT_SUCCESSFULLY', ('Mensaje enviado con éxito'));
  282. define('_ACA_SENDING_TOOK', ('Enviar este mensaje tomará'));
  283. define('_ACA_SECONDS', ('segundos'));
  284. define('_ACA_NO_ADDRESS_ENTERED', ('No se ha especificado dirección de correo o suscriptor'));
  285. define('_ACA_CHANGE_SUBSCRIPTIONS', ('Cambiar'));
  286. define('_ACA_CHANGE_EMAIL_SUBSCRIPTION', ('Cambiar la suscripción'));
  287. define('_ACA_WHICH_EMAIL_TEST', ('Indique una dirección de correo donde enviar un mensaje de prueba para comprobar la visualización'));
  288. define('_ACA_SEND_IN_HTML', ('¿Enviar con formato HTML (para listas html)?'));
  289. define('_ACA_VISIBLE', ('Visible'));
  290. define('_ACA_INTRO_ONLY', ('Sólo introducción'));
  291. // stats
  292. define('_ACA_GLOBALSTATS', ('Estadísticas globales'));
  293. define('_ACA_DETAILED_STATS', ('Estadísticas detalladas'));
  294. define('_ACA_MAILING_LIST_DETAILS', ('Estadísticas de listas'));
  295. define('_ACA_SEND_IN_HTML_FORMAT', ('Enviar con formato HTML'));
  296. define('_ACA_VIEWS_FROM_HTML', ('Vistas (de correos html)'));
  297. define('_ACA_SEND_IN_TEXT_FORMAT', ('Enviar como texto llano'));
  298. define('_ACA_HTML_READ', ('leído HTML'));
  299. define('_ACA_HTML_UNREAD', ('no leído HTML'));
  300. define('_ACA_TEXT_ONLY_SENT', ('Texto llano'));
  301. // Configuration panel
  302. // main tabs
  303. define('_ACA_MAIL_CONFIG', ('Correo'));
  304. define('_ACA_LOGGING_CONFIG', ('Registro y estadísticas'));
  305. define('_ACA_SUBSCRIBER_CONFIG', ('Suscriptores'));
  306. define('_ACA_MISC_CONFIG', ('Otros'));
  307. define('_ACA_MAIL_SETTINGS', ('Configuración de cuenta de correo'));
  308. define('_ACA_MAILINGS_SETTINGS', ('Configuración de envíos'));
  309. define('_ACA_SUBCRIBERS_SETTINGS', ('Configuración de suscriptores'));
  310. define('_ACA_CRON_SETTINGS', ('Configuración de tareas Cron'));
  311. define('_ACA_SENDING_SETTINGS', ('Configuración de despachos'));
  312. define('_ACA_STATS_SETTINGS', ('Configuración de estadísticas'));
  313. define('_ACA_LOGS_SETTINGS', ('Configuración de registros'));
  314. define('_ACA_MISC_SETTINGS', ('Otras configuraciones'));
  315. // mail settings
  316. define('_ACA_SEND_MAIL_FROM', ('Correo de envío'));
  317. define('_ACA_SEND_MAIL_NAME', ('Nombre de envío'));
  318. define('_ACA_MAILSENDMETHOD', ('Método de correo'));
  319. define('_ACA_SENDMAILPATH', ('Ruta de Sendmail'));
  320. define('_ACA_SMTPHOST', ('Servidor SMTP'));
  321. define('_ACA_SMTPAUTHREQUIRED', ('Autentificación requerida por SMTP'));
  322. define('_ACA_SMTPAUTHREQUIRED_TIPS', ('Seleccione SI en el caso que su servidor SMTP requiera autentificación'));
  323. define('_ACA_SMTPUSERNAME', ('Usuario SMTP'));
  324. define('_ACA_SMTPUSERNAME_TIPS', ('Ingrese el nombre de usuario para el servidor SMTP'));
  325. define('_ACA_SMTPPASSWORD', ('Contraseña SMTP'));
  326. define('_ACA_SMTPPASSWORD_TIPS', ('Ingrese la contraseña para el servidor SMTP'));
  327. define('_ACA_USE_EMBEDDED', ('Usar imágenes incluídas'));
  328. define('_ACA_USE_EMBEDDED_TIPS', ('Seleccione SI en el caso que las imágenes adjuntas en los artículos con contenido deban ser incluídas en el correo con formato html. Seleccione NO para usar etiquetas de imágenes que las vincularán con una dirección de su sitio web.'));
  329. define('_ACA_UPLOAD_PATH', ('Ruta de subida/archivos adjuntos'));
  330. define('_ACA_UPLOAD_PATH_TIPS', ('Puede especificar un directorio para carga de archivos.<br />' .
  331. 'Asegúrese que el directorio especificado exista de lo contrario créelo.'));
  332. // Suscriptors settings
  333. define('_ACA_ALLOW_UNREG', ('Permitir no registrados'));
  334. define('_ACA_ALLOW_UNREG_TIPS', ('Seleccione SI en el caso que desee que sus usuarios se suscriban a las listas sin haberse registrado en su portal web.'));
  335. define('_ACA_REQ_CONFIRM', ('Requerir confirmación'));
  336. define('_ACA_REQ_CONFIRM_TIPS', ('Seleccione SI en el caso que requiera que sus suscriptores no registrados confirmen sus direcciones de correo electrónico.'));
  337. define('_ACA_SUB_SETTINGS', ('Configuración de suscripción'));
  338. define('_ACA_SUBMESSAGE', ('Correo de suscripción'));
  339. define('_ACA_SUBSCRIBE_LIST', ('Suscribirse a una lista'));
  340. define('_ACA_USABLE_TAGS', ('Etiquetas usables'));
  341. define('_ACA_NAME_AND_CONFIRM', ('<b>[CONFIRM]</b> = Este campo crea un vínculo donde el suscriptor puede confirmar su suscripción, es <strong>requerida</strong> para que jNews funcione correctamente.<br />'
  342. .'<br />[NAME] = Este campo será reemplazado por el nombre que el suscriptor haya ingresado al registrarse, con ello podrá personalizar sus mensajes.<br />'
  343. .'<br />[FIRSTNAME] = Este campo será reemplazado por el primer nombre del suscriptor.<br />'));
  344. define('_ACA_CONFIRMFROMNAME', ('Nombre de remitente en correo de confirmación'));
  345. define('_ACA_CONFIRMFROMNAME_TIPS', ('Ingrese el nombre para mostrar en la confirmación de listas.'));
  346. define('_ACA_CONFIRMFROMEMAIL', ('Correo de remitente en confirmación'));
  347. define('_ACA_CONFIRMFROMEMAIL_TIPS', ('Ingrese la dirección de correo que se mostrará en la confirmación de listas.'));
  348. define('_ACA_CONFIRMBOUNCE', ('Correo de respuesta'));
  349. define('_ACA_CONFIRMBOUNCE_TIPS', ('Ingrese la dirección de correo de respuesta en la confirmación de listas.'));
  350. define('_ACA_HTML_CONFIRM', ('Confirmación de HTML'));
  351. define('_ACA_HTML_CONFIRM_TIPS', ('Seleccione SI en el caso que que la confirmación de la lista deba ser html si es que el usuario lo permite.'));
  352. define('_ACA_TIME_ZONE_ASK', ('Solicitar zona horaria'));
  353. define('_ACA_TIME_ZONE_TIPS', ('Seleccione SI en el caso que desee preguntar al usuario su zona horaria. Los correos pendientes se basarán en la zona horaria cuando sea aplicable'));
  354. // Cron Set up
  355. define('_ACA_AUTO_CONFIG', ('Tareas Cron'));
  356. define('_ACA_TIME_OFFSET_URL', ('Seleccione para configurar la compensación horaria (offset) en el panel de configuracioón global -> Tabulador Local'));
  357. define('_ACA_TIME_OFFSET_TIPS', ('Configure la compensación horaria en su servidor a fin que los registros de fecha y hora sean exactos'));
  358. define('_ACA_TIME_OFFSET', ('Compensación horaria'));
  359. define('_ACA_CRON_DESC', ('<br />¡Usando la función de tareas Cron podrá configurar la automatización de trabajos para su sitio Joomla!<br />' .
  360. 'Para configurarlo usted necesitará añadir en las tareas Cron de su panel de control el siguiente commando:<br />' .
  361. '<b>' . ACA_JPATH_LIVE . '/index2.php?option=com_jnewsletter&act=cron</b> ' .
  362. '<br /><br />Si usted necesita ayuda para efectuar la configuración o tiene problemas por favor remítase a nuestros foros en <a href="http://www.ijoobi.com" target="_blank">http://www.ijoobi.com</a>'));
  363. // sending settings
  364. define('_ACA_PAUSEX', ('Detener x segundos cada cierta cantidad de correos'));
  365. define('_ACA_PAUSEX_TIPS', ('Ingrese el número de segundos que jNews deberá dar al servidor SMTP para enviar los mensajes antes de proceder con la siguiente cantidad configurada de mensajes.'));
  366. define('_ACA_EMAIL_BET_PAUSE', ('Correos entre pausas'));
  367. define('_ACA_EMAIL_BET_PAUSE_TIPS', ('La cantidad de correos a enviar antes de detener.'));
  368. define('_ACA_WAIT_USER_PAUSE', ('Esperar por confirmación de usuario en la pausa'));
  369. define('_ACA_WAIT_USER_PAUSE_TIPS', ('En el caso que el script deba esperar a la confirmación del usuario entre los grupos de mensajes.'));
  370. define('_ACA_SCRIPT_TIMEOUT', ('Tiempo de espera del Script'));
  371. define('_ACA_SCRIPT_TIMEOUT_TIPS', ('La cantidad de minutos que el script debe esperar en ejecución (0 para ilimitado).'));
  372. // Stats settings
  373. define('_ACA_ENABLE_READ_STATS', ('Permitir estadísticas de lectura'));
  374. define('_ACA_ENABLE_READ_STATS_TIPS', ('Seleccione SI en el caso que desee registrar la cantidad de lecturas. Esta técnica sólo puede ser usada en los envíos html'));
  375. define('_ACA_LOG_VIEWSPERSUB', ('Registro de lecturas por suscriptor'));
  376. define('_ACA_LOG_VIEWSPERSUB_TIPS', ('Seleccione SI en el caso que desee registrar el número de lecturas por suscriptor. Esta técnica sólo puede ser usada en los envíos html'));
  377. // Logs settings
  378. define('_ACA_DETAILED', ('Registros detallados'));
  379. define('_ACA_SIMPLE', ('Registros simples'));
  380. define('_ACA_DIAPLAY_LOG', ('Mostrar registros'));
  381. define('_ACA_DISPLAY_LOG_TIPS', ('Seleccione SI en el caso que desee mostrar los registros mientras procesa sus envíos.'));
  382. define('_ACA_SEND_PERF_DATA', ('Performance de envíos'));
  383. define('_ACA_SEND_PERF_DATA_TIPS', ('Seleccione SI en el caso que desee permitir a jNews enviar reportes ANÓNIMOS respecto a su configuración, número de suscriptores de una lista y el tiempo que tomó realizar el envío. Esto puede darnos una idea del performance de jNews y nos podrá AYUDAR a mejorar jNews en entregas futuras.'));
  384. define('_ACA_SEND_AUTO_LOG', ('Enviar registros para auto-respuestas'));
  385. define('_ACA_SEND_AUTO_LOG_TIPS', ('Seleccione SI en el caso que desee enviar un correo de registro cada vez que un proceso es ejecutado. ADVERTENCIA: esto puede desencadenar la generación de una alta cantidad de correos.'));
  386. define('_ACA_SEND_LOG', ('Enviar Registro'));
  387. define('_ACA_SEND_LOG_TIPS', ('Si un registro del envío debe ser remitido a la dirección de correo del usuario que programó el mismo.'));
  388. define('_ACA_SEND_LOGDETAIL', ('Enviar detalles de registro'));
  389. define('_ACA_SEND_LOGDETAIL_TIPS', ('Detallado: Incluye información detallada del éxito o fracaso por cada suscriptor junto con un resumen global. Simple: Sólo envía el resumen.'));
  390. define('_ACA_SEND_LOGCLOSED', ('Enviar registro si la conexión se cerró'));
  391. define('_ACA_SEND_LOGCLOSED_TIPS', ('Con esta opción el usuario que generó el envío podrá recibir un reporte por correo.'));
  392. define('_ACA_SAVE_LOG', ('Guardar registro'));
  393. define('_ACA_SAVE_LOG_TIPS', ('Si un registro de envío debe ser guardado en un archivo.'));
  394. define('_ACA_SAVE_LOGDETAIL', ('Guardar detalles de registro'));
  395. define('_ACA_SAVE_LOGDETAIL_TIPS', ('Detallado: Incluye información detallada del éxito o fracaso por cada Suscriptor junto con un resumen global. Simple: Sólo envía el resumen.'));
  396. define('_ACA_SAVE_LOGFILE', ('Archivo de registro'));
  397. define('_ACA_SAVE_LOGFILE_TIPS', ('Archivo donde la información será guardada. Este archivo puede ser extenso.'));
  398. define('_ACA_CLEAR_LOG', ('Borrar registros'));
  399. define('_ACA_CLEAR_LOG_TIPS', ('Limpia el archivo de registros.'));
  400. ### control panel
  401. define('_ACA_CP_LAST_QUEUE', ('Último proceso ejecutado'));
  402. define('_ACA_CP_TOTAL', ('Total'));
  403. define('_ACA_MAILING_COPY', ('¡Envío copiado con éxito!'));
  404. // Miscellaneous settings
  405. define('_ACA_SHOW_GUIDE', ('Mostrar guía'));
  406. define('_ACA_SHOW_GUIDE_TIPS', ('Muestra la guía cuando inicia el componente a fin de facilitar a los nuevos usuarios la tarea de crear boletines, auto-respuestas y configurar jNews correctamente.'));
  407. define('_ACA_AUTOS_ON', ('Usar Auto-respuestas'));
  408. define('_ACA_AUTOS_ON_TIPS', ('Seleccione NO en el caso que no desee usar Auto-respuestas, todas las opciones de auto-respuestas serán desactivadas.'));
  409. define('_ACA_NEWS_ON', ('Usar Boletiness'));
  410. define('_ACA_NEWS_ON_TIPS', ('Select NO en el caso que no desee usar Boletines, todas las opciones de boletines serán desactivadas.'));
  411. define('_ACA_SHOW_TIPS', ('Mostrar consejos'));
  412. define('_ACA_SHOW_TIPS_TIPS', ('Mostrar consejos para ayudar a los usuarios a ejecutar jNews con mayor efectividad.'));
  413. define('_ACA_SHOW_FOOTER', ('Mostrar pie de página'));
  414. define('_ACA_SHOW_FOOTER_TIPS', ('Decidir si el pie de página con los derechos reservados debe ser o no mostrado.'));
  415. define('_ACA_SHOW_LISTS', ('Mostrar listas en el portal web'));
  416. define('_ACA_SHOW_LISTS_TIPS', ('Cuando un usuario no está registrado permite mostrar una lista de las listas a las cuales puede suscribirse con un botón de archivo para boletines o un simple formulario de registro.'));
  417. define('_ACA_CONFIG_UPDATED', ('¡Los detalles de configuración han sido actualizados!'));
  418. define('_ACA_UPDATE_URL', ('URL para actualizaciones'));
  419. define('_ACA_UPDATE_URL_WARNING', ('¡ADVERTENCIA! No cambie esta URL si antes no ha consultado con el equipo técnico de jNews.<br />'));
  420. define('_ACA_UPDATE_URL_TIPS', ('Por ejemplo: http://www.ijoobi.com/update/ (incluya la barra de cierre)'));
  421. // module
  422. define('_ACA_EMAIL_INVALID', ('El correo ingresado no es válido.'));
  423. define('_ACA_REGISTER_REQUIRED', ('Por favor regístrese en el portal antes de registrarse en una lista.'));
  424. // Access level box
  425. define('_ACA_OWNER', ('Creador de la lista:'));
  426. define('_ACA_ACCESS_LEVEL', ('Defina el nivel de acceso para la lisra'));
  427. define('_ACA_ACCESS_LEVEL_OPTION', ('Opciones de nivel de acceso'));
  428. define('_ACA_USER_LEVEL_EDIT', ('Seleccione qué nivel de usuario es permitido para editar un envío (tanto desde el portal como desde el panel de administración) '));
  429. // drop down options
  430. define('_ACA_AUTO_DAY_CH1', ('Diario'));
  431. define('_ACA_AUTO_DAY_CH2', ('Diario menos en fin de semana'));
  432. define('_ACA_AUTO_DAY_CH3', ('Cualquier otro día'));
  433. define('_ACA_AUTO_DAY_CH4', ('Cualquier otro día menos en fin de semana'));
  434. define('_ACA_AUTO_DAY_CH5', ('Semanal'));
  435. define('_ACA_AUTO_DAY_CH6', ('Cada 2 semanas'));
  436. define('_ACA_AUTO_DAY_CH7', ('Mensual'));
  437. define('_ACA_AUTO_DAY_CH9', ('Anual'));
  438. define('_ACA_AUTO_OPTION_NONE', ('No'));
  439. define('_ACA_AUTO_OPTION_NEW', ('Nuevos usuarios'));
  440. define('_ACA_AUTO_OPTION_ALL', ('Todos los usuarios'));
  441. //
  442. define('_ACA_UNSUB_MESSAGE', ('Correo de de-suscripción'));
  443. define('_ACA_UNSUB_SETTINGS', ('Ajustes de de-suscripción'));
  444. define('_ACA_AUTO_ADD_NEW_USERS', ('¿Auto suscribir usuarios?'));
  445. // Update and upgrade messages
  446. define('_ACA_NO_UPDATES', ('No hay actualizaciones disponibles.'));
  447. define('_ACA_VERSION', ('Versión de jNews'));
  448. define('_ACA_NEED_UPDATED', ('Archivos que necesitan ser actualizados:'));
  449. define('_ACA_NEED_ADDED', ('Archivos que necesitan ser añadidos:'));
  450. define('_ACA_NEED_REMOVED', ('Archivos que necesitan ser eliminados:'));
  451. define('_ACA_FILENAME', ('Nombre de archivo:'));
  452. define('_ACA_CURRENT_VERSION', ('Versión actual:'));
  453. define('_ACA_NEWEST_VERSION', ('Última Versión:'));
  454. define('_ACA_UPDATING', ('Actualizando'));
  455. define('_ACA_UPDATE_UPDATED_SUCCESSFULLY', ('Los archivos han sido actualizados con éxito.'));
  456. define('_ACA_UPDATE_FAILED', ('¡Actualización fallida!'));
  457. define('_ACA_ADDING', ('Añadiendo'));
  458. define('_ACA_ADDED_SUCCESSFULLY', ('Añadido con éxito.'));
  459. define('_ACA_ADDING_FAILED', ('¡Fallo al añadir!'));
  460. define('_ACA_REMOVING', ('Eliminando'));
  461. define('_ACA_REMOVED_SUCCESSFULLY', ('Eliminado con éxito.'));
  462. define('_ACA_REMOVING_FAILED', ('¡Falló la eliminación!'));
  463. define('_ACA_INSTALL_DIFFERENT_VERSION', ('Instale una versión diferente'));
  464. define('_ACA_CONTENT_ADD', ('Añadir contenido'));
  465. define('_ACA_UPGRADE_FROM', ('Importar datos (información de boletines y suscriptores) de '));
  466. define('_ACA_UPGRADE_MESS', ('No hay riesgo para la información existente. <br /> Este proceso sólo importará la información a la base de datos de jNews.'));
  467. define('_ACA_CONTINUE_SENDING', ('Continúe el envío'));
  468. // jNews message
  469. define('_ACA_UPGRADE1', ('Puede fácilmente importar sus usuarios y boletines desde '));
  470. define('_ACA_UPGRADE2', (' hacia jNews en el panel de actualizaciones.'));
  471. define('_ACA_UPDATE_MESSAGE', ('¡Una nueva versión de jNews está disponible! '));
  472. define('_ACA_UPDATE_MESSAGE_LINK', ('¡Seleccione para actualizar!'));
  473. define('_ACA_CRON_SETUP', ('Para que las auto-respuestas puedan ser enviadas debe configurar una tarea Cron.'));
  474. define('_ACA_THANKYOU', ('Gracias por escoger jNews, ¡Su asistente de comunicaciones!'));
  475. define('_ACA_NO_SERVER', ('Servidor de actualizaciones no disponible, por favor inténtelo más tarde.'));
  476. define('_ACA_MOD_PUB', ('El módulo de jNews no está publicado.'));
  477. define('_ACA_MOD_PUB_LINK', ('¡Presione aquí para publicarlo!'));
  478. define('_ACA_IMPORT_SUCCESS', ('Importado con éxito'));
  479. define('_ACA_IMPORT_EXIST', ('Suscriptor ya registrado en la base de datos'));
  480. // jNews\'s Guide
  481. define('_ACA_GUIDE', (' Asistente'));
  482. define('_ACA_GUIDE_FIRST_ACA_STEP', ('<p>¡jNews cuenta con grandes funcionalidades y este asistente lo guiará en un simple proceso de cuatro pasos para que pueda empezar a enviar sus boletines y auto-respuestas!<p />'));
  483. define('_ACA_GUIDE_FIRST_ACA_STEP_DESC', ('Primero: usted necesita añadir una lista. Una lista puede ser de dos tipos: boletín o auto-respuesta.' .
  484. ' En la lista usted define todos los parámetros para hacer posible el envío de sus boletínes o auto-respuestas: nombre del remitente, diseño, mensaje de bienvenida a los suscriptores, etc...
  485. <br /><br />Usted puede crear su primera lista aquí: <a href="index2.php?option=com_jnewsletter&act=list" >crear una lista</a> y seleccionar el botón "Nuevo".'));
  486. define('_ACA_GUIDE_FIRST_ACA_STEP_UPGRADE', ('jNews le brinda la facilidad de importar toda la información de sistemas de boletines anteriores.<br />' .
  487. ' Vaya al panel de actualizaciones y escoja su antiguo sistema de boletines para importar los datos completos de usuarios y contenidos.<br /><br />' .
  488. '<span style="color:#FF5E00;" >IMPORTANTE: La importación esta libre de riesgos y no afectará de ninguna manera la información de su anterior sistema</span><br />' .
  489. 'Luego de la importación usted podrá manejar sus suscriptores y envíos directamente en jNews.<br /><br />'));
  490. define('_ACA_GUIDE_SECOND_ACA_STEP', ('¡Felicitaciones su primera lista ha sido creada! Ahora podrá usted escribir su primer %s. Para crearlo vaya a: '));
  491. define('_ACA_GUIDE_SECOND_ACA_STEP_AUTO', ('Manejador de Auto-respuestas'));
  492. define('_ACA_GUIDE_SECOND_ACA_STEP_NEWS', ('Manejador de boletines'));
  493. define('_ACA_GUIDE_SECOND_ACA_STEP_FINAL', (' y seleccione su %s. <br /> Luego seleccione su %s en la lista desplegable. Cree su primer envío seleccionando "Nuevo"'));
  494. define('_ACA_GUIDE_THRID_ACA_STEP_NEWS', ('Antes de enviar su primer boletín puede necesitar revisar la configuración de correo. ' .
  495. 'Vaya a la <a href="index2.php?option=com_jnewsletter&act=configuration" >página de configuraciones</a> para verificar sus parámetros de correo. <br />'));
  496. define('_ACA_GUIDE_THRID2_ACA_STEP_NEWS', ('<br />Cuando este listo regrese al menú de boletines seleccione su envío y presione enviar'));
  497. define('_ACA_GUIDE_THRID_ACA_STEP_AUTOS', ('Para que su auto-respuesta sea enviada primero debe configurar una tarea Cron en su servidor. ' .
  498. ' Por favor refiérase al tabulador Cron en el panel de configuración.' .
  499. ' <a href="index2.php?option=com_jnewsletter&act=configuration" >presione aquí</a> para aprender acerca de configaciones de tareas Cron. <br />'));
  500. define('_ACA_GUIDE_MODULE', (' <br />Asegúrese de haber publicado su módulo de jNews para que las personas puedan registrarse en sus listas.'));
  501. define('_ACA_GUIDE_FOUR_ACA_STEP_NEWS', (' Ahora también puede configurar auto-respuestas.'));
  502. define('_ACA_GUIDE_FOUR_ACA_STEP_AUTOS', (' Ahora también puede configurar un boletín.'));
  503. define('_ACA_GUIDE_FOUR_ACA_STEP', ('<p><br />¡Voila! Está listo para comunicarse efectivamente con sus usuarios. Este asistente terminará tan pronto como usted haya ingresado un segundo envío o lo haya desactivado en el <a href="index2.php?option=com_jnewsletter&act=configuration" >panel de control</a>.' .
  504. '<br /><br /> Si tuviera alguna consulta acerca de del uso de jNews, por favor refiérase a este ' .
  505. '<a target="_blank" href="http://www.ijoobi.com/index.php?option=com_agora&Itemid=60" >foro</a>. ' .
  506. ' Usted podrá encontrar gran cantidad de información acerca de cómo comunicarse efectivamente con sus suscriptores en <a href="http://www.ijoobi.com/" target="_blank" >www.ijoobi.com</a>.' .
  507. '<p /><br /><b>Gracias por usar jNews. ¡Su asistente de comunicaciones!</b> '));
  508. define('_ACA_GUIDE_TURNOFF', ('El asistente ha sido desactivado!'));
  509. define('_ACA_STEP', ('PASO '));
  510. // jNews Install
  511. define('_ACA_INSTALL_CONFIG', ('Configuración jNews'));
  512. define('_ACA_INSTALL_SUCCESS', ('Instalado con éxito'));
  513. define('_ACA_INSTALL_ERROR', ('¡Error en la instalación'));
  514. define('_ACA_INSTALL_BOT', ('Plugin jNews (Bot)'));
  515. define('_ACA_INSTALL_MODULE', ('Módulo jNews'));
  516. //Others
  517. define('_ACA_JAVASCRIPT', ('!Advertencia! Javascript debe estar habilitado para permitir una correcta operación.'));
  518. define('_ACA_EXPORT_TEXT', ('La exportación de suscriptores estará basada en la lista que usted escoja. <br />Exportar suscriptores a lista'));
  519. define('_ACA_IMPORT_TIPS', ('Importar suscriptores. La información en el archivo necesita tener el siguiente formato: <br />' .
  520. 'Nombre,correo,recibeHTML(1/0),<span style="color: rgb(255, 0, 0);">confirmado(1/0)</span>'));
  521. define('_ACA_SUBCRIBER_EXIT', ('es ya un suscriptor'));
  522. define('_ACA_GET_STARTED', ('¡Presione aquí para iniciar!'));
  523. //News since 1.0.1
  524. define('_ACA_WARNING_1011', ('Advertencia: 1011: La actualización no funcionará por restricciones de su servidor.'));
  525. define('_ACA_SEND_MAIL_FROM_TIPS', ('Elija la dirección de correo que mostrará el remitente.'));
  526. define('_ACA_SEND_MAIL_NAME_TIPS', ('Elija el nombre que mostrará el remitente.'));
  527. define('_ACA_MAILSENDMETHOD_TIPS', ('Elija el mensajero que desea usar: función de correo PHP, <span>Sendmail</span> o servidor SMTP.'));
  528. define('_ACA_SENDMAILPATH_TIPS', ('Este es el directorio del servidor de correo'));
  529. define('_ACA_LIST_T_TEMPLATE', ('Plantilla'));
  530. define('_ACA_NO_MAILING_ENTERED', ('No se ha provisto envío'));
  531. define('_ACA_NO_LIST_ENTERED', ('No se ha provisto lista'));
  532. define('_ACA_SENT_MAILING', ('Envíos completados'));
  533. define('_ACA_SELECT_FILE', ('Por favor seleccione un archivo para '));
  534. define('_ACA_LIST_IMPORT', ('Revise la lista(s) a las cuales desea que sean asociados sus suscriptores.'));
  535. define('_ACA_PB_QUEUE', ('Suscriptor insertado pero presenta problemas al conectarlo/la a la lista(s). Por favor revise manualmente.'));
  536. define('_ACA_UPDATE_MESS1', ('¡Actualización áltamente recomendada!'));
  537. define('_ACA_UPDATE_MESS2', ('Parches y pequeñas reparaciones.'));
  538. define('_ACA_UPDATE_MESS3', ('Nueva entrega.'));
  539. define('_ACA_UPDATE_MESS5', ('Es requerido Joomla 1.5 para actualizar.'));
  540. define('_ACA_UPDATE_IS_AVAIL', (' está disponible!'));
  541. define('_ACA_NO_MAILING_SENT', ('¡No se procesó envío!'));
  542. define('_ACA_SHOW_LOGIN', ('Mostrar formulario de ingreso'));
  543. define('_ACA_SHOW_LOGIN_TIPS', ('Seleccione SI para mostrar el formulario de ingreso en el panel de control de jNews del portal web a fin que los usuarios se registren.'));
  544. define('_ACA_LISTS_EDITOR', ('Editor de descripción de lista'));
  545. define('_ACA_LISTS_EDITOR_TIPS', ('Seleccione SI para usar un editor HTML a fin de modificar el campo descriptivo de la lista.'));
  546. define('_ACA_SUBCRIBERS_VIEW', ('Ver suscriptores'));
  547. //News since 1.0.2
  548. define('_ACA_FRONTEND_SETTINGS', ('Configuración en portal web'));
  549. define('_ACA_SHOW_LOGOUT', ('Mostrar botón de salida'));
  550. define('_ACA_SHOW_LOGOUT_TIPS', ('Seleccione SI a fin de mostrar el botón de salida en el panel de control de jNews en el portal web.'));
  551. //News since 1.0.3 CB integration
  552. define('_ACA_CONFIG_INTEGRATION', ('Integración'));
  553. define('_ACA_CB_INTEGRATION', ('Integración con Community Builder'));
  554. define('_ACA_INSTALL_PLUGIN', ('Plugin de Community Builder Plugin (Integración con jNews) '));
  555. define('_ACA_CB_PLUGIN_NOT_INSTALLED', ('¡El plugin jNews para Community Builder no ha sido instalado!'));
  556. define('_ACA_CB_PLUGIN', ('Listas al registrarse'));
  557. define('_ACA_CB_PLUGIN_TIPS', ('Seleccione SI a fin de mostrar las listas de correo al momento de registrarse con el formulario de Community Builder'));
  558. define('_ACA_CB_LISTS', ('IDs de listas'));
  559. define('_ACA_CB_LISTS_TIPS', ('ESTE ES UN CAMPO REQUERIDO. Ingrese el número identificador de las listas a las cuales desea que sus usuarios tengan acceso de suscripción separadas por comas (0 mostrará todas las listas)'));
  560. define('_ACA_CB_INTRO', ('Texto introductorio'));
  561. define('_ACA_CB_INTRO_TIPS', ('Texto que aparecerá antes de las listas. DÉJELO EN BLANCO PARA NO MOSTRAR NADA. Usted puede usar etiquetas HTML para dar efectos visuales.'));
  562. define('_ACA_CB_SHOW_NAME', ('Mostrar nombres de listas'));
  563. define('_ACA_CB_SHOW_NAME_TIPS', ('Seleciónelo en el caso que desee o no mostrar el nombre de la lista luego de la introducción.'));
  564. define('_ACA_CB_LIST_DEFAULT', ('Activar listas por defecto'));
  565. define('_ACA_CB_LIST_DEFAULT_TIPS', ('Seleciónelo en el caso que desee o no mostrar activada la casilla de verificación por defecto.'));
  566. define('_ACA_CB_HTML_SHOW', ('Mostrar aceptación de HTML'));
  567. define('_ACA_CB_HTML_SHOW_TIPS', ('Seleccione SI para permitir a los usuarios la selección de correos con formato HTML. Seleccione NO para definir HTML por defecto.'));
  568. define('_ACA_CB_HTML_DEFAULT', ('Recibir HTML por defecto'));
  569. define('_ACA_CB_HTML_DEFAULT_TIPS', ('Configure esta opción para mostrar que los correos serán enviados en html por defecto. En el caso que "mostrar recepción como HTML" esté configurado en NO entonces esta será la opción por defecto.'));
  570. // Since 1.0.4
  571. define('_ACA_BACKUP_FAILED', ('¡No pudo realizarse la copia de seguridad del archivo! El archivo no fue reemplazado.'));
  572. define('_ACA_BACKUP_YOUR_FILES', ('La versión antigua de los archivos ha sido guardada en el siguiente directorio:'));
  573. define('_ACA_SERVER_LOCAL_TIME', ('Hora local del servidor'));
  574. define('_ACA_SHOW_ARCHIVE', ('Mostrar botón de Archivo'));
  575. define('_ACA_SHOW_ARCHIVE_TIPS', ('Seleccione SI a fin de mostrar el botón de archivo en la sección de la lista ubicada en el portal web'));
  576. define('_ACA_LIST_OPT_TAG', ('Etiquetas'));
  577. define('_ACA_LIST_OPT_IMG', ('Imágenes'));
  578. define('_ACA_LIST_OPT_CTT', ('Contenido'));
  579. define('_ACA_INPUT_NAME_TIPS', ('Ingrese su nombre completo (nombre de pila al inicio)'));
  580. define('_ACA_INPUT_EMAIL_TIPS', ('ingrese su correo electrónico (asegúrese que es una dirección válida si desea recibir nuestros envíos.)'));
  581. define('_ACA_RECEIVE_HTML_TIPS', ('Seleccione SI a fin de recibir envíos HTML - Seleccione NO para recibir los envíos en texto llano'));
  582. define('_ACA_TIME_ZONE_ASK_TIPS', ('Especifique su zona horaria.'));
  583. // Since 1.0.5
  584. define('_ACA_FILES', ('Archivos'));
  585. define('_ACA_FILES_UPLOAD', ('Cargar'));
  586. define('_ACA_MENU_UPLOAD_IMG', ('Cargar imágenes'));
  587. define('_ACA_TOO_LARGE', ('Archivo demasiado grande. El máximo tamaño permitido es'));
  588. define('_ACA_MISSING_DIR', ('El directorio de destino no existe'));
  589. define('_ACA_IS_NOT_DIR', ('El directorio de destino no existe o es un archivo regular.'));
  590. define('_ACA_NO_WRITE_PERMS', ('El directorio de destino no tiene permisos de escritura.'));
  591. define('_ACA_NO_USER_FILE', ('No ha seleccionado ningún archivo para cargar.'));
  592. define('_ACA_E_FAIL_MOVE', ('Imposible mover el archivo.'));
  593. define('_ACA_FILE_EXISTS', ('El archivo de destino ya existe.'));
  594. define('_ACA_CANNOT_OVERWRITE', ('El archivo de destino ya existe y no puede ser sobreescrito.'));
  595. define('_ACA_NOT_ALLOWED_EXTENSION', ('La extensión del archivo no está permitida.'));
  596. define('_ACA_PARTIAL', ('El archivo fue parcialmente cargado.'));
  597. define('_ACA_UPLOAD_ERROR', ('Error de carga:'));
  598. define('DEV_NO_DEF_FILE', ('El archivo fue parcialmente cargado.'));
  599. // already exist but modified added a <br/ on first line and added [SUBSCRIPTIONS] line>
  600. define('_ACA_CONTENTREP', ('[SUBSCRIPTIONS] = Este campo será reemplazado con el enlace de suscripción.' .
  601. ' Esto es <strong>requerido</strong> para que jNews trabaje correctamente.<br />' .
  602. 'Si usted coloca cualquier otro contenido en esta area, el mismo será mostrado en todos los envíos correspondientes a esta lista.' .
  603. ' <br />Añada su mensaje de suscripción al final. jNews añadirá automáticamente un enlace para que el suscriptor cambie su información y otro enlace para de-suscribirse de la lista.'));
  604. // since 1.0.6
  605. define('_ACA_NOTIFICATION', ('Notificación')); // shortcut for Email notification
  606. define('_ACA_NOTIFICATIONS', ('Notificaciones'));
  607. define('_ACA_USE_SEF', ('SEF en envíos'));
  608. define('_ACA_USE_SEF_TIPS', ('Es recomendable que usted elija NO. Sin embargo si usted desea que las URL incluídas en su envío usen SEF seleccione SI.' .
  609. ' <br /><b>Los enlaces trabajarán en cualquira de las opciones. No podemos asegurar que los enlaces trabajarán siempre si usted cambia su SEF.</b> '));
  610. define('_ACA_ERR_NB', ('Error #: ERR'));
  611. define('_ACA_ERR_SETTINGS', ('Error manejando la configuración'));
  612. define('_ACA_ERR_SEND', ('Enviar reportes de error'));
  613. define('_ACA_ERR_SEND_TIPS', ('Si usted desea que jNews sea un mejor producto por favor seleccione SI. Esto permitirá que nos envíe un reporte de error. Sin embargo usted no necesitará enviar nunca más reportes de errores ;-) <br /> <b>NINGUNA INFORMACIÓN PRIVADA ES ENVIADA</b>. Nunca sabremos de que portal web proviene el error. Nosotros sólo enviamos información sobre jNews, la configuración PHP y las consultas SQL. '));
  614. define('_ACA_ERR_SHOW_TIPS', ('Seleccione SI para mostrar el número de error en su pantalla. Principalmente usado para correción de fallas. '));
  615. define('_ACA_ERR_SHOW', ('Mostrar errores'));
  616. define('_ACA_LIST_SHOW_UNSUBCRIBE', ('Mostrar enlaces de de-suscripción'));
  617. define('_ACA_LIST_SHOW_UNSUBCRIBE_TIPS', ('Seleccione SI para mostrar los enlaces de de-suscripción al final de los envíos para que los usuarios puedan cambiar sus suscripciones. <br /> No desactive el pie de página y los vínculos.'));
  618. define('_ACA_UPDATE_INSTALL', ('<span style="color: rgb(255, 0, 0);">¡NOTICIA IMPORTANTE!</span> <br />Si usted está actualizando de una versión previamente instalada de jNews, necesitará actualizar la estructura de su base de datos presionando el siguiente botón (Su información se mantendrá íntegra)'));
  619. define('_ACA_UPDATE_INSTALL_BTN', ('Actualizar tablas y configuración'));
  620. define('_ACA_MAILING_MAX_TIME', ('Máximo tiempo de espera'));
  621. define('_ACA_MAILING_MAX_TIME_TIPS', ('Defina el máximo periodo de tiempo para cada grupo de correos enviados por el proceso. Se recomienda que sea entre 30s y 2mins.'));
  622. // virtuemart integration beta
  623. define('_ACA_VM_INTEGRATION', ('Integración con VirtueMart'));
  624. define('_ACA_VM_COUPON_NOTIF', ('ID de notificación de cupón'));
  625. define('_ACA_VM_COUPON_NOTIF_TIPS', ('Especifique el número de ID del envío que usted desea usar para remitir cupones a sus compradores.'));
  626. define('_ACA_VM_NEW_PRODUCT', ('ID de Notificación de nuevos productos'));
  627. define('_ACA_VM_NEW_PRODUCT_TIPS', ('Especifique el número de ID del envío que usted desea usar para notificar la existencia de nuevos productos.'));
  628. // since 1.0.8
  629. // create forms for Suscripcións
  630. define('_ACA_FORM_BUTTON', ('Crear formulario'));
  631. define('_ACA_FORM_COPY', ('Código HTML'));
  632. define('_ACA_FORM_COPY_TIPS', ('Copie el código HTML generado en su página HTML.'));
  633. define('_ACA_FORM_LIST_TIPS', ('Seleccione la lista que desea incluir en el formulario'));
  634. // update messages
  635. define('_ACA_UPDATE_MESS4', ('No puede ser actualizado automáticamente.'));
  636. define('_ACA_WARNG_REMOTE_FILE', ('No hay forma de recuperar el archivo remoto.'));
  637. define('_ACA_ERROR_FETCH', ('Error recuperando archivo.'));
  638. define('_ACA_CHECK', ('Revisar'));
  639. define('_ACA_MORE_INFO', ('Más información'));
  640. define('_ACA_UPDATE_NEW', ('Actualizar a nueva versión'));
  641. define('_ACA_UPGRADE', ('Actualizar a un producto mayor'));
  642. define('_ACA_DOWNDATE', ('Regresar a la versión previa'));
  643. define('_ACA_DOWNGRADE', ('Regresar al producto básico'));
  644. define('_ACA_REQUIRE_JOOM', ('Requiere Joomla'));
  645. define('_ACA_TRY_IT', ('¡Puébelo!'));
  646. define('_ACA_NEWER', ('Nuevo'));
  647. define('_ACA_OLDER', ('Antiguo'));
  648. define('_ACA_CURRENT', ('Actual'));
  649. // since 1.0.9
  650. define('_ACA_CHECK_COMP', ('Pruebe uno de los otros componentes'));
  651. define('_ACA_MENU_VIDEO', ('Video tutoriales'));
  652. define('_ACA_AUTO_SCHEDULE', ('Programación'));
  653. define('_ACA_SCHEDULE_TITLE', ('Configuración de la función de programación automática'));
  654. define('_ACA_ISSUE_NB_TIPS', ('Número de publicación generado automáticamente por el sistema'));
  655. define('_ACA_SEL_ALL', ('Todos los envíos'));
  656. define('_ACA_SEL_ALL_SUB', ('Todas las listas'));
  657. define('_ACA_INTRO_ONLY_TIPS', ('Si usted selecciona esta opción, sólo la introducción del artículo será insertada en el envío junto con un enlace de "leer más" que lo dirigirpa hacia el artículo completo en el portal web.'));
  658. define('_ACA_TAGS_TITLE', ('Etiqueta de contenido'));
  659. define('_ACA_TAGS_TITLE_TIPS', ('Copie y pegue esta etiqueta dentro del envío en el cual desea que el contenido sea colocado.'));
  660. define('_ACA_PREVIEW_EMAIL_TEST', ('Indique la dirección a la cual se enviará el correo de prueba.'));
  661. define('_ACA_PREVIEW_TITLE', ('Vista previa'));
  662. define('_ACA_AUTO_UPDATE', ('Notificación de nuevas actualizaciones'));
  663. define('_ACA_AUTO_UPDATE_TIPS', ('Seleccione SI en el caso que desee ser notificado de nuevas actualizaciones para su componente. <br />¡IMPORTANTE!! Mostar consejos necesita estar activado para que esta función trabaje correctamente.'));
  664. // since 1.1.0
  665. define('_ACA_LICENSE', ('Información de Licencia'));
  666. // since 1.1.1
  667. define('_ACA_NEW', ('New'));
  668. define('_ACA_SCHEDULE_SETUP', ('In order for the autoresponders to be sent you need to setup scheduler in the configuration.'));
  669. define('_ACA_SCHEDULER', ('Scheduler'));
  670. define('_ACA_JNEWSLETTER_CRON_DESC', ('if you do not have access to a cron task manager on your website, you can register for a Free jNews Cron account at:'));
  671. define('_ACA_CRON_DOCUMENTATION', ('You can find further information on setting up the jNews Scheduler at the following url:'));
  672. define('_ACA_CRON_DOC_URL', ('<a href="http://www.ijoobi.com/index.php?option=com_content&view=article&id=4249&catid=29&Itemid=72"
  673. target="_blank">http://www.ijoobi.com/index.php?option=com_content&Itemid=72&view=category&layout=blog&id=29&limit=60</a>'));
  674. define( '_ACA_QUEUE_PROCESSED', ('Queue processed succefully...'));
  675. define( '_ACA_ERROR_MOVING_UPLOAD', ('Error moving imported file'));
  676. //since 1.1.4
  677. define( '_ACA_SCHEDULE_FREQUENCY', ('Scheduler frequency'));
  678. define( '_ACA_CRON_MAX_FREQ', ('Scheduler max frequency'));
  679. define( '_ACA_CRON_MAX_FREQ_TIPS', ('Specify the maximum frequency the scheduler can run ( in minutes ). This will limit the scheduler even if the cron task is set up more frequently.'));
  680. define( '_ACA_CRON_MAX_EMAIL', ('Maximum emails per task'));
  681. define( '_ACA_CRON_MAX_EMAIL_TIPS', ('Specify the maximum number of emails sent per task (0 unlimited).'));
  682. define( '_ACA_CRON_MINUTES', (' minutes'));
  683. define( '_ACA_SHOW_SIGNATURE', ('Show email footer'));
  684. define( '_ACA_SHOW_SIGNATURE_TIPS', ('Whether or not you want to promote jNews in the footer of the emails.'));
  685. define( '_ACA_QUEUE_AUTO_PROCESSED', ('Auto-responders processed successfully...'));
  686. define( '_ACA_QUEUE_NEWS_PROCESSED', ('Scheduled newsletters processed successfully...'));
  687. define( '_ACA_MENU_SYNC_USERS', ('Sync Users'));
  688. define( '_ACA_SYNC_USERS_SUCCESS', ('Users Synchronization Successful!'));
  689. // compatibility with Joomla 15
  690. if (!defined('_BUTTON_LOGOUT')) define( '_BUTTON_LOGOUT', ('Logout'));
  691. if (!defined('_CMN_YES')) define( '_CMN_YES', ('Yes'));
  692. if (!defined('_CMN_NO')) define( '_CMN_NO', ('No'));
  693. if (!defined('_HI')) define( '_HI', ('Hi'));
  694. if (!defined('_CMN_TOP')) define( '_CMN_TOP', ('Top'));
  695. if (!defined('_CMN_BOTTOM')) define( '_CMN_BOTTOM', ('Bottom'));
  696. //if (!defined('_BUTTON_LOGOUT')) define( '_BUTTON_LOGOUT', ('Logout'));
  697. // For include title only or full article in content item tab in newsletter edit - p0stman911
  698. define('_ACA_TITLE_ONLY_TIPS', ('If you select this only the title of the article will be inserted into the mailing as a link to the complete article on your site.'));
  699. define('_ACA_TITLE_ONLY', ('Title Only'));
  700. define('_ACA_FULL_ARTICLE_TIPS', ('If you select this the complete article will be inserted into the mailing'));
  701. define('_ACA_FULL_ARTICLE', ('Full Article'));
  702. define('_ACA_CONTENT_ITEM_SELECT_T', ('Select a content item to append to the message. <br />Copy and paste the <b>content tag</b> into the mailing. You can choose to have the full text, intro only, or title only with (0, 1, or 2 respectively). '));
  703. define('_ACA_SUBSCRIBE_LIST2', ('Mailing list(s)'));
  704. // smart-newsletter function
  705. define('_ACA_AUTONEWS', ('Smart-Newsletter'));
  706. define('_ACA_MENU_AUTONEWS', ('Smart-Newsletters'));
  707. define('_ACA_AUTO_NEWS_OPTION', ('Smart-Newsletter options'));
  708. define('_ACA_AUTONEWS_FREQ', ('Newsletter Frequency'));
  709. define('_ACA_AUTONEWS_FREQ_TIPS', ('Specify the frequency at which you want to send the smart-newsletter.'));
  710. define('_ACA_AUTONEWS_SECTION', ('Article Section'));
  711. define('_ACA_AUTONEWS_SECTION_TIPS', ('Specify the section you want to choose the articles from.'));
  712. define('_ACA_AUTONEWS_CAT', ('Article Category'));
  713. define('_ACA_AUTONEWS_CAT_TIPS', ('Specify the category you want to choose the articles from (All for all article in that section).'));
  714. define('_ACA_SELECT_SECTION', ('All Sections'));
  715. define('_ACA_SELECT_CAT', ('All Categories'));
  716. define('_ACA_AUTO_DAY_CH8', ('Quaterly'));
  717. define('_ACA_AUTONEWS_STARTDATE', ('Start date'));
  718. define('_ACA_AUTONEWS_STARTDATE_TIPS', ('Specify the date you want to start sending the Smart Newsletter.'));
  719. define('_ACA_AUTONEWS_TYPE', ('Content rendering'));// how we see the content which is included in the newsletter
  720. define('_ACA_AUTONEWS_TYPE_TIPS', ('Full Article: will include the entire article in the newsletter.<br />' .
  721. 'Intro only: will include only the introduction of the article in the newsletter.<br/>' .
  722. 'Title only: will include only the title of the article in the newsletter.'));
  723. define('_ACA_TAGS_AUTONEWS', ('[SMARTNEWSLETTER] = This will be replaced by the Smart-newsletter.'));
  724. //since 1.1.3
  725. define('_ACA_MALING_EDIT_VIEW', ('Create / View Mailings'));
  726. define('_ACA_LICENSE_CONFIG', ('License'));
  727. define('_ACA_ENTER_LICENSE', ('Enter license'));
  728. define('_ACA_ENTER_LICENSE_TIPS', ('Enter your license number and save it.'));
  729. define('_ACA_LICENSE_SETTING', ('License settings'));
  730. define('_ACA_GOOD_LIC', ('Your license is valid.'));
  731. define('_ACA_NOTSO_GOOD_LIC', ('Your license is not valid: '));
  732. define('_ACA_PLEASE_LIC', ('Please contact jNews support to upgrade your license ( license@ijoobi.com ).'));
  733. define('_ACA_DESC_PLUS', ('jNews Plus is the first sequencial auto-responders for Joomla CMS. ' . _ACA_FEATURES));
  734. define('_ACA_DESC_PRO', ('jNews PRO the ultimate mailing system for Joomla CMS. ' . _ACA_FEATURES));
  735. //since 1.1.4
  736. define('_ACA_ENTER_TOKEN', ('Enter token'));
  737. define('_ACA_ENTER_TOKEN_TIPS', ('Please enter your token number you received by email when you purchased jNews. '));
  738. define('_ACA_JNEWSLETTER_SITE', ('jNews site:'));
  739. define('_ACA_MY_SITE', ('My site:'));
  740. define( '_ACA_LICENSE_FORM', (' ' .
  741. 'Click here to go to the license form.</a>'));
  742. define('_ACA_PLEASE_CLEAR_LICENSE', ('Please clear the license field so it is empty and try again.<br /> If the problem persists, '));
  743. define( '_ACA_LICENSE_SUPPORT', ('If you still have questions, ' . _ACA_PLEASE_LIC));
  744. define( '_ACA_LICENSE_TWO', ('you can get your license manual by entering the token number and site URL (which is highlighted in green at the top of this page) in the License form. '
  745. . _ACA_LICENSE_FORM . '<br /><br/>' . _ACA_LICENSE_SUPPORT));
  746. define('_ACA_ENTER_TOKEN_PATIENCE', ('After saving your token a license will be generated automatically. ' .
  747. ' Usually the token is validated in 2 minutes. However, in some cases it can take up to 15 minutes.<br />' .
  748. '<br />Check back this control panel in few minutes. <br /><br />' .
  749. 'If you didn\'t receive a valid license key in 15 minutes, '. _ACA_LICENSE_TWO));
  750. define( '_ACA_ENTER_NOT_YET', ('Your token has not yet been validated.'));
  751. define( '_ACA_UPDATE_CLICK_HERE', ('Pleae visit <a href="http://www.ijoobi.com" target="_blank">www.ijoobi.com</a> to download the newest version.'));
  752. define( '_ACA_NOTIF_UPDATE', ('To be notified of new updates enter your email address and click subscribe '));
  753. define('_ACA_THINK_PLUS', ('If you want more out of your mailing system think Plus!'));
  754. define('_ACA_THINK_PLUS_1', ('Sequential auto-responders'));
  755. define('_ACA_THINK_PLUS_2', ('Schedule the delivery of your newsletter for a predefined date'));
  756. define('_ACA_THINK_PLUS_3', ('No more server limitation'));
  757. define('_ACA_THINK_PLUS_4', ('and much more...'));
  758. //since 1.2.2
  759. define( '_ACA_LIST_ACCESS', ('List Access'));
  760. define( '_ACA_INFO_LIST_ACCESS', ('Specify what group of users can view and subscribe to this list'));
  761. define( 'ACA_NO_LIST_PERM', ('You don\'t have enough permission to subscribe to this list'));
  762. //Archive Configuration
  763. define('_ACA_MENU_TAB_ARCHIVE', ('Archive'));
  764. define('_ACA_MENU_ARCHIVE_ALL', ('Archive All'));
  765. //Archive Lists
  766. define('_FREQ_OPT_0', ('None'));
  767. define('_FREQ_OPT_1', ('Every Week'));
  768. define('_FREQ_OPT_2', ('Every 2 Weeks'));
  769. define('_FREQ_OPT_3', ('Every Month'));
  770. define('_FREQ_OPT_4', ('Every Quarter'));
  771. define('_FREQ_OPT_5', ('Every Year'));
  772. define('_FREQ_OPT_6', ('Other'));
  773. define('_DATE_OPT_1', ('Created date'));
  774. define('_DATE_OPT_2', ('Modified date'));
  775. define('_ACA_ARCHIVE_TITLE', ('Setting up auto-archive frequency'));
  776. define('_ACA_FREQ_TITLE', ('Archive frequency'));
  777. define('_ACA_FREQ_TOOL', ('Define how often you want the Archive Manager to arhive your website content.'));
  778. define('_ACA_NB_DAYS', ('Number of days'));
  779. define('_ACA_NB_DAYS_TOOL', ('This is only for the Other option! Please specify the number of days between each Archive.'));
  780. define('_ACA_DATE_TITLE', ('Date type'));
  781. define('_ACA_DATE_TOOL', ('Define if the archived should be done on the created date or modified date.'));
  782. define('_ACA_MAINTENANCE_TAB', ('Maintenance settings'));
  783. define('_ACA_MAINTENANCE_FREQ', ('Maintenance frequency'));
  784. define( '_ACA_MAINTENANCE_FREQ_TIPS', ('Specify the frequency at which you want the maintenance routine to run.'));
  785. define( '_ACA_CRON_DAYS', ('hour(s)'));
  786. define( '_ACA_LIST_NOT_AVAIL', ('There is no list available.'));
  787. define( '_ACA_LIST_ADD_TAB', ('Add/Edit'));
  788. define( '_ACA_LIST_ACCESS_EDIT', ('Mailing Add/Edit Access'));
  789. define( '_ACA_INFO_LIST_ACCESS_EDIT', ('Specify what group of users can add or edit a new mailing for this list'));
  790. define( '_ACA_MAILING_NEW_FRONT', ('Createa New Mailing'));
  791. define('_ACA_AUTO_ARCHIVE', ('Auto-Archive'));
  792. define('_ACA_MENU_ARCHIVE', ('Auto-Archive'));
  793. //Extra tags:
  794. define('_ACA_TAGS_ISSUE_NB', ('[ISSUENB] = This will be replaced by the issue number of the newsletter.'));
  795. define('_ACA_TAGS_DATE', ('[DATE] = This will be replaced by the sent date.'));
  796. define('_ACA_TAGS_CB', ('[CBTAG:{field_name}] = This will be replaced by the value taken from the Community Builder field: eg. [CBTAG:firstname] '));
  797. define( '_ACA_MAINTENANCE', ('Joobi Care'));
  798. define('_ACA_THINK_PRO', ('When you have professional needs, you use professional components!'));
  799. define('_ACA_THINK_PRO_1', ('Smart-Newsletters'));
  800. define('_ACA_THINK_PRO_2', ('Define access level for your list'));
  801. define('_ACA_THINK_PRO_3', ('Define who can edit/add mailings'));
  802. define('_ACA_THINK_PRO_4', ('More tags: add your CB fields'));
  803. define('_ACA_THINK_PRO_5', ('Joomla contents Auto-archive'));
  804. define('_ACA_THINK_PRO_6', ('Database optimization'));
  805. define('_ACA_LIC_NOT_YET', ('Your license is not yet valid. Please check the license Tab in the configuration panel.'));
  806. define('_ACA_PLEASE_LIC_GREEN', ('Make sure to provide the green information at the top of the tab to our support team.'));
  807. define('_ACA_FOLLOW_LINK', ('Get Your License'));
  808. define( '_ACA_FOLLOW_LINK_TWO', ('You can get your license by entering the token number and site URL (which is highlighted in green at the top of this page) in the License form. '));
  809. define( '_ACA_ENTER_TOKEN_TIPS2', (' Then click on Apply button in the top right menu.'));
  810. define( '_ACA_ENTER_LIC_NB', ('Enter your License'));
  811. define( '_ACA_UPGRADE_LICENSE', ('Upgrade Your License'));
  812. define( '_ACA_UPGRADE_LICENSE_TIPS', ('If you received a token to upgrade your license please enter it here, click Apply and proceed to number <b>2</b> to get your new license number.'));
  813. define( '_ACA_MAIL_FORMAT', ('Encoding format'));
  814. define( '_ACA_MAIL_FORMAT_TIPS', ('What format do you want to use for encoding your mailings, Text only or MIME'));
  815. define( '_ACA_JNEWSLETTER_CRON_DESC_ALT', ('If you do not have access to a cron task manager on your website, you can use the Free jCron component to create a cron task from your website.'));
  816. //since 1.3.1
  817. define('_ACA_SHOW_AUTHOR', ('Show Author\'s Name'));
  818. define('_ACA_SHOW_AUTHOR_TIPS', ('Select Yes if you want to add the name of the author when you add an article in the Mailing'));
  819. //since 1.3.5
  820. define('_ACA_REGWARN_NAME', ('Escriba su nombre.'));
  821. define('_ACA_REGWARN_MAIL', ('Escriba su e-mail.'));
  822. //since 1.5.6
  823. define('_ACA_ADDEMAILREDLINK_TIPS', ('If you select Yes, the e-mail of the user will be added as a parameter at the end of your redirect URL (the redirect link for your module or for an external jNews form).<br/>That can be useful if you want to execute a special script in your redirect page.'));
  824. define('_ACA_ADDEMAILREDLINK', ('Add e-mail to the redirect link'));
  825. //since 1.6.3
  826. define('_ACA_ITEMID', ('ItemId'));
  827. define('_ACA_ITEMID_TIPS', ('This ItemId will be added to your jNews links.'));
  828. //since 1.6.5
  829. define('_ACA_SHOW_JCALPRO', ('jCalPRO'));
  830. define('_ACA_SHOW_JCALPRO_TIPS', ('Show the integration tab for jCalPRO <br/>(only if jCalPRO is installed on your website!)'));
  831. define('_ACA_JCALTAGS_TITLE', ('jCalPRO Tag:'));
  832. define('_ACA_JCALTAGS_TITLE_TIPS', ('Copy and paste this tag into the mailing where you want to have the event to be placed.'));
  833. define('_ACA_JCALTAGS_DESC', ('Description:'));
  834. define('_ACA_JCALTAGS_DESC_TIPS', ('Select Yes if you want to insert the description of the event'));
  835. define('_ACA_JCALTAGS_START', ('Start date:'));
  836. define('_ACA_JCALTAGS_START_TIPS', ('Select Yes if you want to insert the start date of the event'));
  837. define('_ACA_JCALTAGS_READMORE', ('Read more:'));
  838. define('_ACA_JCALTAGS_READMORE_TIPS', ('Select Yes if you want to insert a <b>read more link</b> for this event'));
  839. define('_ACA_REDIRECTCONFIRMATION', ('Redirect URL'));
  840. define('_ACA_REDIRECTCONFIRMATION_TIPS', ('If you require a confirmation e-mail, the user will be confirmed and redirected to this URL if he clicks on the confirmation link.'));
  841. //since 2.0.0 compatibility with Joomla 1.5
  842. if(!defined('_CMN_SAVE') and defined('CMN_SAVE')) define('_CMN_SAVE',CMN_SAVE);
  843. if(!defined('_CMN_SAVE')) define('_CMN_SAVE','Save');
  844. if(!defined('_NO_ACCOUNT')) define('_NO_ACCOUNT','No account yet?');
  845. if(!defined('_CREATE_ACCOUNT')) define('_CREATE_ACCOUNT','Register');
  846. if(!defined('_NOT_AUTH')) define('_NOT_AUTH','You are not authorised to view this resource.');
  847. //since 3.0.0
  848. define('_ACA_DISABLETOOLTIP', ('Disable Tooltip'));
  849. define('_ACA_DISABLETOOLTIP_TIPS', ('Disable the tooltip on the frontend'));
  850. define('_ACA_MINISENDMAIL', ('Use Mini SendMail'));
  851. define('_ACA_MINISENDMAIL_TIPS', ('If your server use Mini SendMail, select this option to don\'t add the name of the user in the header of the e-mail'));
  852. //Since 3.1.5
  853. define('_ACA_READMORE',('Read more...'));
  854. define('_ACA_VIEWARCHIVE',('Click here'));
  855. //since 4.0.0
  856. define('_ACA_SHOW_JLINKS',('Link Tracking'));
  857. define('_ACA_SHOW_JLINKS_TIPS',('Enables the integration with jLinks to be able to do link tracking for each links in the newsletter.'));
  858. //since 4.1.0
  859. define( '_ACA_MAIL_ENCODING', 'Mail encoding' );
  860. define( '_ACA_MAIL_ENCODING_TIPS', 'What encoding format do you want to use UTF-8 (highly recommended) or ISO-8859-2' );
  861. define( '_ACA_COPY_SUBJECT', 'Copy Subject' );
  862. //since 5.0.0
  863. //mary for columns
  864. define('_ACA_MCOLUMN1','Column 1');//$GLOBALS[ACA.'column1_name']);
  865. define('_ACA_MCOLUMN2','Column 2');//$GLOBALS[ACA.'column2_name']);
  866. define('_ACA_MCOLUMN3','Column 3');//$GLOBALS[ACA.'column3_name']);
  867. define('_ACA_MCOLUMN4','Column 4');//$GLOBALS[ACA.'column4_name']);
  868. define('_ACA_MCOLUMN5','Column 5');//$GLOBALS[ACA.'column5_name']);
  869. //fieldset for column configuration
  870. define('_ACA_COLUMN','User-defined Columns');
  871. define('_ACA_COLUMN1','Show Column 1');
  872. define('_ACA_COLUMN2','Show Column 2');
  873. define('_ACA_COLUMN3','Show Column 3');
  874. define('_ACA_COLUMN4','Show Column 4');
  875. define('_ACA_COLUMN5','Show Column 5');
  876. define('_ACA_COL1_NAME', 'Column 1 Name');
  877. define('_ACA_COL2_NAME', 'Column 2 Name');
  878. define('_ACA_COL3_NAME', 'Column 3 Name');
  879. define('_ACA_COL4_NAME', 'Column 4 Name');
  880. define('_ACA_COL5_NAME', 'Column 5 Name');
  881. //define('_ACA_COL1_TIPS','Enter the alias name of column 1 to be shown in the subscribers module');
  882. define('_ACA_SHOW_COLUMN1_TIPS','Show/hide this column in your subscribers list-BE');
  883. define('_ACA_SHOW_COLUMN2_TIPS','Show/hide this column in your subscribers list-BE');
  884. define('_ACA_SHOW_COLUMN3_TIPS','Show/hide this column in your subscribers list-BE');
  885. define('_ACA_SHOW_COLUMN4_TIPS','Show/hide this column in your subscribers list-BE');
  886. define('_ACA_SHOW_COLUMN5_TIPS','Show/hide this column in your subscribers list-BE');
  887. define('_ACA_INPUT_COLUMN1','Column 1');//$GLOBALS[ACA.'column1_name']);
  888. define('_ACA_INPUT_COLUMN2','Column 2');//$GLOBALS[ACA.'column2_name']);
  889. define('_ACA_INPUT_COLUMN3','Column 3');//$GLOBALS[ACA.'column3_name']);
  890. define('_ACA_INPUT_COLUMN4','Column 4');//$GLOBALS[ACA.'column4_name']);
  891. define('_ACA_INPUT_COLUMN5','Column 5');//$GLOBALS[ACA.'column5_name']);
  892. define('_ACA_INPUT_COLUMN1_TIPS','Enter your column 1');
  893. define('_ACA_INPUT_COLUMN2_TIPS','Enter your column 2');
  894. define('_ACA_INPUT_COLUMN3_TIPS','Enter your column 3');
  895. define('_ACA_INPUT_COLUMN4_TIPS','Enter your column 4');
  896. define('_ACA_INPUT_COLUMN5_TIPS','Enter your column 5');
  897. define('_ACA_COLUMN1_REP', '[COLUMN1] = This will be replaced by your user defined column 1');
  898. define('_ACA_COLUMN2_REP', '[COLUMN2] = This will be replaced by your user defined column 2');
  899. define('_ACA_COLUMN3_REP', '[COLUMN3] = This will be replaced by your user defined column 3');
  900. define('_ACA_COLUMN4_REP', '[COLUMN4] = This will be replaced by your user defined column 4');
  901. define('_ACA_COLUMN5_REP', '[COLUMN5] = This will be replaced by your user defined column 5');
  902. define('_ACA_REGWARN_COLUMN1','Please enter your');
  903. define('_ACA_REGWARN_COLUMN2','Please enter your');
  904. define('_ACA_REGWARN_COLUMN3','Please enter your');
  905. define('_ACA_REGWARN_COLUMN4','Please enter your');
  906. define('_ACA_REGWARN_COLUMN5','Please enter your');
  907. //end of columns
  908. //url
  909. define('_ACA_URL_PASS','Password');
  910. define('_ACA_URL_PASS_TIPS','Enter the password to be able to add a subscriber by entering the url. Append the catcher variable password in the URL.<br>(For Plus and PRO this code will used for captcha.)');
  911. define('_ACA_URL_MES','Please subscribe through the Subscriber Module or subscribe through the frontend.');
  912. define('_ACA_URL_PASS_WARN','(In the PRO If you change this password, please update the hidden password in your external form as well.)');
  913. define('_ACA_ENABLE_CAPTCHA', 'Enable Captcha');
  914. define('_ACA_ENABLE_CAPTCHA_TIPS','Enable captcha functionality in the subscriber module and in the subscription via external form in the PRO.');
  915. //url
  916. // subscription notification
  917. define('_ACA_SUBSCRIPTION_NOTIFY','Send Subscription Notification');
  918. define('_ACA_SUBSCRIPTION_NOTIFY_TIPS','Admin will be sent with subscription notification email after users subscribe in the jNews Subscribers Module. The notification will be sent to: ');
  919. define('_ACA_SUBSCRIPTION_NOTIFY_MSG1','A subscription notification email has been sent to the administrator.');
  920. define('_ACA_SUBSCRIPTION_NOTIFY_MSG2','No subscription notification email sent.');
  921. define('_ACA_NEW_SUB','jNews Newsletter Subscription');
  922. define('_ACA_SUBSCRIPTION_NOTIFY_ERR','Unable in sending a subscription notification to the administrator.');
  923. //subscription notification messages
  924. //for captcha
  925. define('_ACA_CAPTCHA_CAPTION','Code: ');
  926. define('ACA_WRONG_CAPTCHA_ENTERED','<p style=\'text-align: justify;\'><b>CAPTCHA security code is incorrect or the information you provided are invalid.</b><br>(The security code is necessary to prevent automatic registrations by bots and to verify that registrations are made by a person.)<br><br><b><font color=#ff0000>Your subscription was not processed.</font></b><br><br>Please fill in your information and the security code more carefully and click the <b>Subscribe</b> button.<br><br>Thanks for your understanding.</p><br>');
  927. define('_ACA_REGWARN_CAPTCHA','Enter the captcha code.');
  928. define('_ACA_SUB_ERR','<br>Error in subscribing.');
  929. //since 6.0.0
  930. define('_ACA_MOOTOOLS_BTNTEXT' , 'Subscribe Here');
  931. define('_ACA_QUEUE_SUBJECT','Subject');
  932. define('_ACA_QUEUE_EMAIL','Email');
  933. define('_ACA_QUEUE_PRIOR','Priority');
  934. define('_ACA_QUEUE_ATT','Attempts');
  935. define('_ACA_QUEUE_DEL', 'Delete');
  936. define('_ACA_PROCESS_Q','Process Queue');
  937. define('_ACA_CLEAN_Q','Clean Queue');
  938. define('_ACA_SENDDATE','Send date');
  939. define('_ACA_MAILING_Q','All Mailings in Queue');
  940. define('_ACA_MENU_QUEUE', 'Queue');
  941. define('_ACA_MENU_TEMPLATES','Templates');
  942. define('_ACA_MENU_TAB_QUEUE' , 'Queue');
  943. define('_ACA_Q_PROCESS' , 'Queue Configuration');
  944. define('_ACA_MAX_Q','Maximum number of e-mails per batch');
  945. define('_ACA_SUBS_LIST_LABEL' , 'This Newsletter will be sent to the subscribers of the following selected lists:');
  946. define('_ACA_SUBS_LIST_CAMPAIGN' , 'This Newsletter will be sent to the subscribers of the following selected campaigns:');
  947. define('_ACA_SUBS_LIST_RECEIVE', 'Receive' );
  948. define('_ACA_SUBS_LIST_TOALL', 'Select All' );
  949. define('_ACA_SUBS_LIST_TONONE', 'None' );
  950. define('_ACA_LIST_COLOR','Color');
  951. define('_ACA_LIST_COLOR_TIP','Select the color for your list. It can be usefull for the statistics.');
  952. define('_ACA_MENU_NEW', 'New');
  953. define('_ACA_MENU_EDIT', 'Edit');
  954. define('_ACA_MENU_APPLY', 'Apply');
  955. define('_ACA_MENU_CANCEL', 'Cancel');
  956. define('_ACA_MENU_TEMPLATE', 'Template');
  957. define('_ACA_HTML_VERSION', 'HTML Version');
  958. define('_ACA_NONHTML_VERSION', 'Non-HTML Version');
  959. define('_ACA_TAG_NAME_DESC' , 'This will be replaced by the name the subscriber entered, you will be sending personalized email when using this.');
  960. define('_ACA_TAG_FNAME_DESC' , 'This will be replaced by the FIRST name of the subscriber entered.');
  961. define('_ACA_TAG_ISSUENB_DESC' , 'This will be replaced by the issue number of the newsletter.');
  962. define('_ACA_TAG_DATE_DESC' , 'This will be replaced by the sent date.');
  963. define('_ACA_TAG_CBNAME' , '[CBTAG:{field_name}]');
  964. define('_ACA_TAG_CBNAME_DESC' , 'This will be replaced by the value taken from the Community Builder field: eg. [CBTAG:firstname] ');
  965. define('_ACA_TAG_LOADMODINFO_DESC' , 'This will be replaced by the Joomla module where id is equal to id of the joomla module. For example {module=1}.<br /> The modules can only be loaded through the cron task. <br /> ');
  966. define('_ACA_DATETIME' , 'Date and Time');
  967. define('_ACA_TEMPLATE_COPY' , '_copy');
  968. define('_ACA_TEMPLATE_DEFAULT_NODEL' , 'You cannot delete a default template!');
  969. define('_ACA_TEMPLATE_DEFAULT_SUCCS' , 'Successfully set to default!');
  970. define('_ACA_TEMPLATE' , 'Template');
  971. define('_ACA_TEMPLATES' , 'Templates');
  972. define('_ACA_CAMPAIGN' , 'Campaign');
  973. define('_ACA_SELCT_MAILINGLIST', 'Please select a list in the List tab in order to add a mailing.');
  974. define('_ACA_SELCT_MAILINGCAMPAIGN', 'Please select a campaign in the List tab in order to add a mailing.');
  975. define('_ACA_TEMPLATE_AVAIL', 'All Available Templates');
  976. define('_ACA_TEMPLATE_NAME', 'Name');
  977. define('_ACA_TEMPLATE_NAME_T', 'Enter the name of the template.');
  978. define('_ACA_TEMPLATE_NAMEKEY', 'Namekey');
  979. define('_ACA_TEMPLATE_NAMEKEY_T', 'Enter the namekey of the template.');
  980. define('_ACA_TEMPLATE_DESC', 'Description');
  981. define('_ACA_TEMPLATE_DEFAULT', 'Default');
  982. define('_ACA_TEMPLATE_DEFAULT_T', 'Select "Yes" to set as the default template.');
  983. define('_ACA_TEMPLATE_PUBLISH', 'Publish');
  984. define('_ACA_TEMPLATE_PUBLISH_T', 'Select "Yes" to publish the template.');
  985. define('_ACA_TEMPLATE_BG', 'Background Color');
  986. define('_ACA_TEMPLATE_BG_T', 'Select the template background color.');
  987. define('_ACA_TEMPLATE_UPLOAD', 'Upload Thumbnail');
  988. define('_ACA_TEMPLATE_UPLOAD_T', 'Upload an image thumbnail of the template.');
  989. define('_ACA_TEMPLATE_DESC_T', 'Enter the description of the template.');
  990. define('_ACA_TEMPLATE_STYLE_TH1', 'Title h1');
  991. define('_ACA_TEMPLATE_STYLE_TH2', 'Title h2');
  992. define('_ACA_TEMPLATE_STYLE_TH3', 'Title h3');
  993. define('_ACA_TEMPLATE_STYLE_TH4', 'Title h4');
  994. define('_ACA_TEMPLATE_STYLE_UNSUB', 'Style for the Unsubscribe Link');
  995. define('_ACA_TEMPLATE_STYLE_SUB', 'Style for the "Change Your Subscription" Link');
  996. define('_ACA_TEMPLATE_STYLE_CONTENT', 'Style for the content area');
  997. define('_ACA_TEMPLATE_STYLE_CHEAD', 'Style for the content title');
  998. define('_ACA_TEMPLATE_STYLE_CREADMORE', 'Style for the read more link');
  999. define('_ACA_TEMPLATE_STYLE_VONLINE', 'Style for the "View it online" Link');
  1000. define('_ACA_TEMPLATE_STYLE_NEW', 'Add a New Style');
  1001. define('_ACA_TEMPLATE_STYLE_NEWC', 'Name of the CSS Class');
  1002. define('_ACA_TEMPLATE_STYLE_NEWAPPLIED', 'CSS that will be applied to the class.');
  1003. //statistics & reports
  1004. define('_ACA_REPORTS_SUBS', 'Subscribers Reports');
  1005. define('_ACA_REPORTS_MAIL', 'Mailing Reports');
  1006. define('_ACA_REPORTS_LIST', 'List Reports');
  1007. define('_ACA_LIST_SUBCRIBERS', 'No. of Subscribers');
  1008. define('_ACA_LIST_UNSUBSCRIBERS', 'No. of Unsubscribers');
  1009. define('_ACA_LIST_CONFIRMED', 'No. of Confirmed Emails');
  1010. define('_ACA_LIST_UNCONFIRMED', 'No. of Unconfirmed Emails');
  1011. define('_ACA_LIST_SUB_DATE', 'Subscribed Date');
  1012. define('_ACA_MAILING_SEND_DATE','Send Date');
  1013. define('_ACA_MAILING_SUBJECT', 'Subject');
  1014. define('_ACA_MAILING_SENT_HTML','Sent in HTML');
  1015. define('_ACA_MAILING_SENT_TEXT','Sent in Text');
  1016. define('_ACA_MAILING_FAILED', 'Send Fails');
  1017. define('_ACA_MAILING_PENDING', 'Mail Pending');
  1018. define('_ACA_MAILING_BOUNCES','Bounces');
  1019. define('_ACA_MAILING_SENT', 'Total Sent');
  1020. //stats filters
  1021. define('_ACA_GROUP_PREDEFINED_DATE','Predefined Date'); //legend
  1022. define('_ACA_GROUP_SPECIFIED_DATE','Specified Date');
  1023. define('_ACA_LABEL_SET_INTERVAL', 'Set Interval'); //labels
  1024. define('_ACA_LABEL_DATE_RANGE','Date Range');
  1025. define('_ACA_LABEL_CURRENT_SERVER_TIME', 'Current Server Time');
  1026. define('_ACA_LABEL_REPORT_TYPE','Report Type');
  1027. define('_ACA_INTERVAL_DAILY','Daily'); //intervals
  1028. define('_ACA_INTERVAL_WEEKLY','Weekly');
  1029. define('_ACA_INTERVAL_MONTHLY', 'Monthly');
  1030. define('_ACA_INTERVAL_YEARLY','Yearly');
  1031. define('_ACA_DEFINED_RANGE_YESTERDAY','Yesterday'); //predefined range
  1032. define('_ACA_DEFINED_RANGE_TODAY', 'Today');
  1033. define('_ACA_DEFINED_RANGE_THIS_WEEK','This Week');
  1034. define('_ACA_DEFINED_RANGE_LAST_WEEK','Last Week');
  1035. define('_ACA_DEFINED_RANGE_LAST_TWO_WEEK','Last 2 Weeks');
  1036. define('_ACA_DEFINED_RANGE_THIS_MONTH','This Month');
  1037. define('_ACA_DEFINED_RANGE_LAST_MONTH','Last Month');
  1038. define('_ACA_DEFINED_RANGE_THIS_YEAR','This Year');
  1039. define('_ACA_DEFINED_RANGE_LAST_YEAR','Last Year');
  1040. define('_ACA_DEFINED_RANGE_TWO_YEARS_AGO','2 Years Ago');
  1041. define('_ACA_DEFINED_RANGE_3_YEARS_AGO','3 Years Ago');
  1042. define('_ACA_BUTTON_REFRESH','Refresh'); //buttons
  1043. define('_ACA_BUTTON_GENERATE','Generate');
  1044. define('_ACA_BUTTON_RESET', 'Reset');
  1045. define('_ACA_SPECIFIED_DATE_START','Start'); //specified date
  1046. define('_ACA_SPECIFIED_DATE_END','End');
  1047. define('_ACA_REPORT_LISTING','Listing');
  1048. define('_ACA_REPORT_GRAPH','Graph');
  1049. define('_ACA_REPORT_EXPORT','Export');
  1050. define('-ACA_SUBSCRIBERS_ALL_USERS', 'All Users'); //subscribers
  1051. define('_ACA_SUBSCRIBERS_REGISTERED', 'Registered');
  1052. define('_ACA_SUBSCRIBERS-GUESTS','Guests');
  1053. define('_ACA_REPORT_WARN_MESSAGE', 'Incomplete Date Selection in Specified Fieldset!');
  1054. //stats export
  1055. define('_ACA_STATS_EXPORT', 'Export');
  1056. define('_ACA_EXPORT_WARN_MESSAGE', 'No Data to be Exported');
  1057. define('_ACA_GRAPH_WARN_MESSAGE', 'No Data to be Displayed');
  1058. define('_ACA_REPORT_HEADER', 'Report');
  1059. define('_ACA_REPORT_HEADER_TO', 'to');
  1060. define('_ACA_PIE_WARN_MESSAGE', 'No Data for Mailing Process');
  1061. //stats graph labels
  1062. define('_ACA_GRAPH_LBL_HTML', 'HTML');
  1063. define('_ACA_GRAPH_LBL_TEXT', 'TEXT');
  1064. define('_ACA_GRAPH_TITLE_FORMAT', 'HTML/TEXT Format');
  1065. define('_ACA_GRAPH_PIE_TITLE_MAIL', 'Mailing Process');
  1066. define('_ACA_PIE_SUBS', 'Subscribers');
  1067. define('_ACA_PIE_UNSUBS', 'Unsubscribers');
  1068. define('_ACA_PIE_UNCONFIRMED', 'Unconfirmed');
  1069. define('_ACA_PIE_CONFIRMED', 'Confirmed');
  1070. define('_ACA_MAILING_SUBJECT_HEADER', 'Subject');
  1071. //Wizards
  1072. define('_ACA_WIZARD', 'Wizard');
  1073. define('_ACA_CHECKLISTFOUND', 'Please create your list first and be sure that it is published.');
  1074. define('_ACA_CHECKCAMPAIGNFOUND', 'Please create your campaign(list) first and be sure that it is published.');
  1075. define('_ACA_TEMPLATE_ALERT_NAMEKEY', 'Template must have a namekey!');
  1076. define('_ACA_LIST_GUIDE', '<strong>List Management:</strong> <br/>'.
  1077. '<ul><li>The first thing you have to do to start with jNews is to create your list.</li>'.
  1078. '<li>You will be able to subscribe users to this list and send one or more Newsletters.</li>'.
  1079. '<li>You can specify here the basic information of the list including your <i><u>Sender Information</u></i>.</li>'.
  1080. '<li>And be able to specify users or group of users who can subscribe to that list.</li>'.
  1081. '<li>For <i>Plus</i> and <i>Pro</i> version you can specify what group of user or user who can add or edit mailings for this list.</li>'.
  1082. '<li>For <i>Pro</i> version you have the option to send <i><u>Unsubscription</u></i> and <i><u>Subscription Notification</u></i> to the owner of the list or the admin of the site.</li></ul>');
  1083. define('_ACA_SUBSCRIBERS_GUIDE', '<strong>Subscriber Management:</strong> </br>' .
  1084. '<ul><li><strong>During Creation: </strong></li><br>'.
  1085. '<ul><li>You can proceed here adding your subscribers.</li>'.
  1086. '<li>Specify your <i><u>Subscriber Information</i></u></li>'.
  1087. '<li>And select which <i><u>List</u></i> you want your subscriber to subscribe to, provided that you have created list.</li>'.
  1088. '<li>You can Confirm your added subscriber to receive your newsletters.</li>'.
  1089. '<li>You can also allow your subscriber to recieve the HTML format of your newsletter.</li>'.
  1090. '<li><i><u>IP</u></i> field is added to automatically detect the IP of your subscriber from the frontend of your site. </li></ul></ul>'.
  1091. '<ul><li><strong>Export Button</strong></li>' .
  1092. '<ul><li>This allows you to <i><u>Export</u></i> your subscribers from all your lists or selected lists.</li></ul></ul>' .
  1093. '<ul><li><strong>Import Button</strong></li>' .
  1094. '<ul><li>This allows you to <i><u>Import</u></i> your subscribers to all your lists or selected lists.</li></ul></ul>');
  1095. define('_ACA_NEWSLETTER_GUIDE', '<strong>Newsletter Management:</strong> <br/>'.
  1096. '<ul><li>Provided that you have created List(s) you can now proceed creating your <i><u>Newsletters</u></i>.</li>'.
  1097. '<li>For the <i><u>Plus</u></i> version you can create <i><u>Scheduled Newsletter</u></i> and also <i><u>Autoresponder</u></i> or <i><u>Campaign</u></i> type of mailing.</li>'.
  1098. '<li>For <i><u>PRO</u></i> you have the functionality with <i><u>Smart-Newsletter</u></i>, which takes your <i>latest created</i>, <i>modified</i> and <i>published articles</i> of your site.</li></ul>'.
  1099. '<ul><li><strong>During Creation:</strong></li>'.
  1100. '<ul><li><i><u>Newsletter Content Area</u></i> -> where you put all the contents of your Newsletter.</li>'.
  1101. '<li><i><u>List Tab</u></i> -> the area where you can send the newsletter to one or more Lists.</li>'.
  1102. '<li><i><u>Sender Tab</u></i> -> the area of the Sender Information Settings of your Newsletter.</li>'.
  1103. '<li><i><u>Content Tab</u></i> -> the area where you can look for the contents of your site and specify which article to insert into your Newsletter.</li>'.
  1104. '<li><i><u>Attachments</u></i> -> Newsletter Attachement Information area.</li></ul></ul>' .
  1105. '<ul><li><strong>Unpublished Button</strong></li>' .
  1106. '<ul><li>Enables you to unpublished your newsletter.</li></ul></ul>' .
  1107. '<ul><li><strong>Preview Button</strong></li>' .
  1108. '<ul><li>Preview the content and format of your newsletter.</li></ul></ul>' .
  1109. '<ul><li><strong>Send Button</strong></li>' .
  1110. '<ul><li>Enables you to manually send the newsletter to your list of subscribers.</li></ul></ul>' .
  1111. '<ul><li><i>Note: You can only edit an unpublished newsletter.</i></li></ul>');
  1112. define('_ACA_AUTORESPONDER_GUIDE', '<strong>Autoresponder Management:</strong><br/>'.
  1113. '<ul><li>Provided that you have created <i><u>Campaign</u></i> type of list you can proceed creating your <i><u>Autoresponder</u></i>.</li>'.
  1114. '<li>During the creation process you can specify the <i><u>Number of Delays</u></i> for your autoresponder, after the previous one has been processed.</li>' .
  1115. '<li> The process is more or less the same on how to create your newsletter.</li></ul>');
  1116. define('_ACA_SMARTNEWSLETTER_GUIDE', '<strong>Smart-Newsletter Management:</strong> <br/>' .
  1117. '<ul><li>Provided that you have created <i>list(s)</i> and <i>latest created</i>, <i>modified</i> and <i>published article</i> on your site you can proceed creating <i><u>SmartNewsletter</u></i>.</li>'.
  1118. '<li>The creation process is more or less the same with Newsletter Creation.</li>' .
  1119. '<li>From the <i><u>Smart-Newsletter Tab</u></i> during creation you can specify your settings for the processing of your Smart-Newsletters.</li>');
  1120. define('_ACA_TEMPLATES_GUIDE', '<strong>Template Management:</strong><br><ul><li>Templates can be very useful in creating newsletter.</li>' .
  1121. '<li>This view will allow you to create Templates for your newsletters</li>' .
  1122. '<li><i><u>Default Template</u></i> will be applied to the newly created newsletter.</li>' .
  1123. '<li><i><u>Inline CSS</u></i> of the template will be applied/inherited to the created newsletter.</li>' .
  1124. '<li>You can also choose a <i><u>Background Color</u></i> that will be a background of the newsletter.</li>' .
  1125. '<li>Note: Only newly created newsletter will get the html of the default template</li></ul>' .
  1126. '<ul><strong>Default Button</strong>'.
  1127. '<ul><li>Inorder to make your Template as the default template to be used in your newsletter you just need to click on this button.</li></ul></ul>');
  1128. define('_ACA_QUEUE_GUIDE','<strong>Queue Management:</strong><br/> ' .
  1129. '<ul><li>This view enables you to see your <i><u>Queued Mailings</u></i>.' .
  1130. '<li>These are your <i><u>Scheduled Newsletters</i></u>, <i><u>Autoresponders</i></u> and <i><u>Smart-Newsletters</i></u></li>'.
  1131. '<li>The <i><u>Process Queue Button</i></u> will allow you to proces your queued mailings manually by just clicking the said button.</li>' .
  1132. '<li>The <i><u>Reset S.N. Counter Button</i></u> will allow you to reset the <i>next send date</i> or <i>generated date</i> of your Smart-Newsletter.</li>' .
  1133. '<li>The <i><u>Empty Queue Button</i></u> will allow you to clean the whole queue.</li></ul>');
  1134. define('_ACA_ABOUT_GUIDE','JNEWSLETTER');
  1135. define('_ACA_IMPORT_GUIDE','<strong>Import Management:</strong><br/>'.
  1136. '<ul><li>Here you can import your subscribers to all your lists or to select lists.</li>'.
  1137. '<li>By following the link given below, you can proceed importing your subscribers.</li>'.
  1138. '<li><i>Note: You need to create first your lists before importing your subscribers.</i></li></ul>');
  1139. define('_ACA_CONFIGURATION_GUIDE','<strong>Configuration:</strong><br/>'.
  1140. '<ul>All the jnewsletter configuration settings can be done in this area.<br/><br/>'.
  1141. '<strong>Mail Tab:</strong>'.
  1142. '<ul><li>The area where you can define the Mail Settings and Sending Settings of jNews depending on your server requirements.</li></ul>'.
  1143. '<br/><strong>Subscribers Tab:</strong>'.
  1144. '<ul><li>The area where we can define the subscription settings both from the backend and frontend of your site.</li></ul>'.
  1145. '<br/><strong>Scheduler Tab:</strong>'.
  1146. '<ul><li>The area where we can specify the Scheduler Frequency so do with Maintenance Settings on the sending of your mailings.</li>
  1147. <li>The Information entered on this area depends also on your server requirements or server limitation.</li></ul>'.
  1148. '<br/><strong>Logs & Stats Tab:</strong>'.
  1149. '<ul><li>The area to specify the Statistics Settings and Logs Settings.</li></ul>'.
  1150. '<br/><strong>Archive Tab:</strong>'.
  1151. '<ul><li>This is mainly used for the auto archive frequency.</li></ul>'.
  1152. '<br/><strong>Miscellaneous Tab:</strong>'.
  1153. '<ul><li>All the other settings and preferences can be found here.</li></ul>'.
  1154. '<br/><strong>Queue Tab:</strong>'.
  1155. '<ul><li>Mainly used for the Queue Management View (available for Plus and Pro Version).</li></ul>'.
  1156. '<br/><strong>License Tab:</strong>'.
  1157. '<ul><li>The area where we can validate the license by just following the steps presented.</li></ul></ul>');
  1158. define('_ACA_EMPTY_Q','Empty Queue');
  1159. define('_ACA_RESET_SN','Reset S.N. Counter');
  1160. define('_ACA_Q_M1','There are no emails in the queue.');
  1161. define('_ACA_INSTALL_CLICKSTART', 'Click here to get started!');
  1162. define('_ACA_INSTALL_DESC', 'Thank you for choosing jNews.<br><br>
  1163. jNews is a mailing lists, newsletters, auto-responders and follow up tool for communicating effectively with your users and customers.');
  1164. define('_ACA_INSTALL_ERRORN' , 'If you have error during the installation process, please refer to our');
  1165. define('_ACA_INSTALL_DOC' , 'documentation here.');
  1166. define('_ACA_INSTALL_SUCC' , 'Successfuly Installed.');
  1167. define('_ACA_INSTALL_STATUS_CONFIG' , 'jNews Configuration:');
  1168. define('_ACA_INSTALL_STATUS_PLUGIN' , 'jNews Plugin(Bot):');
  1169. define('_ACA_INSTALL_STATUS_MOD' , 'jNews Module:');
  1170. define('_ACA_INSTALL_UPDATES' , 'jNews Updates');
  1171. define('_ACA_STATS_GUIDE', '<strong>Mailing Reports: </strong><br/>'.
  1172. '<ul> <li>It will generate a list of mailings sent based on the given date range. </li> ' .
  1173. '<li>It will count the following: <ul><li> the no. of mails sent in HTML & Text Format,</li>' .
  1174. '<li> no. of how many viewed the mails in HTML format, </li>' .
  1175. '<li>how many mail sent that are failed, </li><li>still on-process (pending), ' .
  1176. '</li><li>email bounced,</li> <li>and the total sent is the no. of emails sent on each mailing.</li> </ul></li></ul>'.
  1177. '<strong>List Reports:</strong> <br/>'.
  1178. '<ul> <li>It will generate a listing of List Names based on the date of subscriptions on a given date range. </li>' .
  1179. '<li>It will list the following: <ul><li>total no. of subscribers who made a subscription </li> ' .
  1180. '<li>total no. of subscribers who unsubscribed, </li>' .
  1181. '<li>total no. of confirmed and unconfirmed subscribers on each list type. </li> </ul></li></ul>'.
  1182. '<strong>Subscribers Report:</strong> <br/>'.
  1183. '<ul> <li>It will generate a report on the total no. of subscribers on a given date range.</li> </ul>'.
  1184. '<strong>How to Export the Report into CSV File:</strong>'.
  1185. '<ul> <li>On each Reports (Mailing, List and Subscribers), an export icon is found at the upper right of each tab.</li>'.
  1186. '<li>Click the export icon to export the file.</li></ul>'
  1187. );
  1188. define('_ACA_TEMPLATE_ALIAS' , 'Alias');
  1189. define('_ACA_SEARCH' , 'Search');
  1190. define('_ACA_SEARCH_GO' , 'Go');
  1191. define('_ACA_SEARCH_RESET' , 'Reset');
  1192. define('_ACA_SENDER_LIST_INFO', 'Click to select sender from list' );
  1193. define('_ACA_FILTER_MAILING' , 'Select a Mailing ');
  1194. define('_ACA_MESSAGE_QUEUE' , 'All Mailings in the Queue ');
  1195. define('_ACA_FILTER_LIST' , 'Select Type');
  1196. define('_ACA_MAILING_TAG' , 'Tag');
  1197. define('_ACA_MAILING_TAGINSERT' , 'Insert');
  1198. define('_ACA_MAILING_TAG_INSTRUCT' , '<p>Select the desired tag to be added and click insert.<br> Note: <i>Make sure to place the cursor in the text editor where you want to insert.</i></p>');
  1199. define('_ACA_COLUMN1_DESC', 'This will be replaced by your user defined column 1');
  1200. define('_ACA_COLUMN2_DESC', 'This will be replaced by your user defined column 2');
  1201. define('_ACA_COLUMN3_DESC', 'This will be replaced by your user defined column 3');
  1202. define('_ACA_COLUMN4_DESC', 'This will be replaced by your user defined column 4');
  1203. define('_ACA_COLUMN5_DESC', 'This will be replaced by your user defined column 5');
  1204. define('_ACA_TAG_SUBSCRIPTION', '[SUBSCRIPTIONS]');
  1205. define('_ACA_TAG_UNSUBSCRIBE', '[UNSUBSCRIBE]');
  1206. define('_ACA_TAG_SUBSCRIPTION_DESC', 'This will be replaced by the defined constant "_ACA_CHANGE_EMAIL_SUBSCRIPTION" in the translation.');
  1207. define('_ACA_TAG_UNSUBSCRIBE_DESC', 'This will be replaced by the defined constant "_ACA_UNSUBSCRIBE" in the translation.');
  1208. define('_ACA_TAG_VIEWONLINETXT', '{viewonline:text here}');
  1209. define('_ACA_TAG_VIEWONLINE', 'view it in your browser');
  1210. define('_ACA_TAG_VIEWONLINE_DESC', 'This will be replaced by either the default text or what you put in the "text here" with a link.');
  1211. //since 1.1.0
  1212. define('_ACA_SHOW_CRON','Use this Cron');
  1213. define('_ACA_SHOW_CRON_TIPS','Enables the cron set up upon the installation of jNews.<br>This cron was set up in http://www.ijoobi.com and will be triggered every 15 minutes');
  1214. define('_ACA_CRON_FSETTINGS' , 'Cron Settings');
  1215. define('_ACA_INSTALL_ACAUPDATEMSG' , 'Do you want to import your database from Acajoom to jNews?');
  1216. define('_ACA_INSTALL_ACAUPDATEBTN' , 'Import Acajoom Data');
  1217. define('_ACA_INSTALL_ACAUPDATENOTE' , 'NOTE : This will transfer data stored from Acajoom tables to jNews tables.');
  1218. define('_ACA_MAILING_UPDATED' , 'Mailings successfully updated.');
  1219. define('_ACA_DETAIL_UPDATED' , 'Details successfully updated.');
  1220. define('_ACA_GLOBAL_UPDATED' , 'Globals successfully updated.');
  1221. define('_ACA_SUBSCRIBER_UPDATED' , 'Subscribers successfully updated.');
  1222. define('_ACA_QUEUE_UPDATED' , 'Queues successfully updated.');
  1223. define('_ACA_LISTSUBSCRIBER_UPDATED' , 'List Subscribers successfully updated.');
  1224. define('_ACA_LIST_UPDATED_FAILED' , 'Lists failed to update!');
  1225. define('_ACA_MAILING_UPDATED_FAILED' , 'Mailings failed to update!');
  1226. define('_ACA_DETAIL_UPDATED_FAILED' , 'Details failed to update!');
  1227. define('_ACA_GLOBAL_UPDATED_FAILED' , 'Globals failed to update!');
  1228. define('_ACA_SUBSCRIBER_UPDATED_FAILED' , 'Subscribers failed to update!');
  1229. define('_ACA_QUEUE_UPDATED_FAILED' , 'Queues failed to update!');
  1230. define('_ACA_LISTSUBSCRIBER_UPDATED_FAILED' , 'List Subscribers failed to update!');
  1231. define('_ACA_LEGEND' , 'Legend');
  1232. define('_ACA_NOTVISIBLE', 'Not Visible');
  1233. define('_ACA_SCHEDULED', 'Scheduled');
  1234. define('_ACA_SUBSCRIBERS_UNREGISTERED', 'Unregistered');
  1235. define('_ACA_TEMPLATE_UPLOAD_SUCCESS', 'Successfully uploaded template' );
  1236. define('_ACA_TEMPLATE_UPLOAD_FAIL', 'Fail to upload template' );
  1237. define('_ACA_UPLOAD_ZIP_INVALID', 'Can only upload templates in zip files' );
  1238. define('_ACA_CUSTOMCSS', 'Input your Custom CSS here');
  1239. define('_ACA_TEMPLATE_ALERT', 'Template name and alias are required!');
  1240. //since 2.2.0
  1241. define('_ACA_UNSUB_NOTIFYMSG','Send Unsubscribe Notification');
  1242. define('_ACA_SEND_UNSUBNOTIFY_TIPS', 'Click Yes to send an unsubscribe notification message.');
  1243. define('_ACA_UNSUB_ADMINMESSAGE', 'Unsubscribe Notification Message');
  1244. define('_ACA_INFO_AMIN_UNSUB_NOTIFY', 'This message will be send to the Admin when a subscriber unsubscribes to one or many lists. Any message can be entered here.');
  1245. //templates
  1246. define('_ACA_CSS_TOGGLESTYLE','Toggle Styling');
  1247. define('_ACA_EXTERNALCSS_LINK','Add External CSS Link');
  1248. define('_ACA_EXTERNALCSS_PROCESS','Process');
  1249. define('_ACA_TEMP_COMBINECLASS','Combined class selector');
  1250. define('_ACA_COMBINECLASS_SUPPORT','is not supported');
  1251. define('_ACA_TEMP_COMBINECLASS_IN','in');
  1252. define('_ACA_TEMP_HTMLTAG','Found html tag ');
  1253. define('_ACA_TEMP_CONTDEV','You may contact developer for it to be added');
  1254. define('_ACA_TEMP_COMBCLASSPSEUDO','Combined pseudo-class selector');
  1255. define('_ACA_TEMP_COMBCLASSEID','or element id');
  1256. //Menus
  1257. define('_ACA_MENU_LIVE_SUPPORT','Live Support');
  1258. //Tags
  1259. define ('_ACA_SMART_TAG', 'This will be replaced by the latest created, modified and published article when you create a Smart-Newsletter type of mailing.');
  1260. //Toobar Menus
  1261. define('_ACA_DONEW_SUBSCRIBERB', 'Name and Email are required!');