PageRenderTime 61ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 1ms

/administrator/components/com_jnewsletter/language/norwegian.php

https://github.com/viollarr/alab
PHP | 1373 lines | 1155 code | 111 blank | 107 comment | 11 complexity | 96e662a6d59534a67f5c38afdae0b839 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>Norwegian language file.</p>
  5. * @author Irma Rustad <irma@timeoffice.com>
  6. * @version $Id: norwegian.php 491 2007-02-01 22:56:07Z divivo $
  7. * @link http://www.timeoffice.com
  8. */
  9. ### General ###
  10. //jnewsletter Description
  11. define('_ACA_DESC_CORE', compa::encodeutf('jNews is a mailing lists, newsletters, auto-responders, and follow up tool to communication effectively with your users and customers. ' .
  12. 'jNews, Your Communication Partner!'));
  13. define('_ACA_DESC_GPL', compa::encodeutf('jNews is a mailing lists, newsletters, auto-responders, and follow up tool to communication effectively with your users and customers. ' .
  14. 'jNews, Your Communication Partner!'));
  15. define('_ACA_FEATURES', compa::encodeutf('jNews, your communication partner!'));
  16. // Type of lists
  17. define('_ACA_NEWSLETTER', compa::encodeutf('Nyhetsbrev'));
  18. define('_ACA_AUTORESP', compa::encodeutf('Auto-responder'));
  19. define('_ACA_AUTORSS', compa::encodeutf('Auto-RSS'));
  20. define('_ACA_ECARD', compa::encodeutf('eCard'));
  21. define('_ACA_POSTCARD', compa::encodeutf('Post card'));
  22. define('_ACA_PERF', compa::encodeutf('Performance'));
  23. define('_ACA_COUPON', compa::encodeutf('Coupon'));
  24. define('_ACA_CRON', compa::encodeutf('Cron Task'));
  25. define('_ACA_MAILING', compa::encodeutf('Mailing'));
  26. define('_ACA_LIST', compa::encodeutf('List'));
  27. //jnewsletter Menu
  28. define('_ACA_MENU_LIST', compa::encodeutf('Lists'));
  29. define('_ACA_MENU_SUBSCRIBERS', compa::encodeutf('Subscribers'));
  30. define('_ACA_MENU_NEWSLETTERS', compa::encodeutf('Newsletters'));
  31. define('_ACA_MENU_AUTOS', compa::encodeutf('Auto-responders'));
  32. define('_ACA_MENU_COUPONS', compa::encodeutf('Coupons'));
  33. define('_ACA_MENU_CRONS', compa::encodeutf('Cron Tasks'));
  34. define('_ACA_MENU_AUTORSS', compa::encodeutf('Auto-RSS'));
  35. define('_ACA_MENU_ECARD', compa::encodeutf('eCards'));
  36. define('_ACA_MENU_POSTCARDS', compa::encodeutf('Post cards'));
  37. define('_ACA_MENU_PERFS', compa::encodeutf('Performances'));
  38. define('_ACA_MENU_TAB_LIST', compa::encodeutf('Lists'));
  39. define('_ACA_MENU_MAILING_TITLE', compa::encodeutf('Mailings'));
  40. define('_ACA_MENU_MAILING', compa::encodeutf('Mailings for '));
  41. define('_ACA_MENU_STATS', compa::encodeutf('Statistics'));
  42. define('_ACA_MENU_STATS_FOR', compa::encodeutf('Statistics for '));
  43. define('_ACA_MENU_CONF', compa::encodeutf('Configuration'));
  44. define('_ACA_MENU_UPDATE', compa::encodeutf('Import'));
  45. define('_ACA_MENU_ABOUT', compa::encodeutf('About'));
  46. define('_ACA_MENU_LEARN', compa::encodeutf('Education center'));
  47. define('_ACA_MENU_MEDIA', compa::encodeutf('Media Manager'));
  48. define('_ACA_MENU_HELP', compa::encodeutf('Help'));
  49. define('_ACA_MENU_CPANEL', compa::encodeutf('CPanel'));
  50. define('_ACA_MENU_IMPORT', compa::encodeutf('Import'));
  51. define('_ACA_MENU_EXPORT', compa::encodeutf('Export'));
  52. define('_ACA_MENU_SUB_ALL', compa::encodeutf('Subcribe All'));
  53. define('_ACA_MENU_UNSUB_ALL', compa::encodeutf('Unsubcribe All'));
  54. define('_ACA_MENU_VIEW_ARCHIVE', compa::encodeutf('Arkiv '));
  55. define('_ACA_MENU_PREVIEW', compa::encodeutf('Preview'));
  56. define('_ACA_MENU_SEND', compa::encodeutf('Send'));
  57. define('_ACA_MENU_SEND_TEST', compa::encodeutf('Send Test Email'));
  58. define('_ACA_MENU_SEND_QUEUE', compa::encodeutf('Process Queue'));
  59. define('_ACA_MENU_VIEW', compa::encodeutf('View'));
  60. define('_ACA_MENU_COPY', compa::encodeutf('Copy'));
  61. define('_ACA_MENU_VIEW_STATS', compa::encodeutf('View stats'));
  62. define('_ACA_MENU_CRTL_PANEL', compa::encodeutf(' Control Panel'));
  63. define('_ACA_MENU_LIST_NEW', compa::encodeutf(' Create a List'));
  64. define('_ACA_MENU_LIST_EDIT', compa::encodeutf(' Edit a List'));
  65. define('_ACA_MENU_BACK', compa::encodeutf('Back'));
  66. define('_ACA_MENU_INSTALL', compa::encodeutf('Installation'));
  67. define('_ACA_MENU_TAB_SUM', compa::encodeutf('Summary'));
  68. define('_ACA_STATUS', compa::encodeutf('Status'));
  69. // messages
  70. define('_ACA_ERROR', compa::encodeutf(' En feil oppsto! '));
  71. define('_ACA_SUB_ACCESS', compa::encodeutf('Tilgangsrettigheter'));
  72. define('_ACA_DESC_CREDITS', compa::encodeutf('Kreditter'));
  73. define('_ACA_DESC_INFO', compa::encodeutf('Informasjon'));
  74. define('_ACA_DESC_HOME', compa::encodeutf('Hjemmeside'));
  75. define('_ACA_DESC_MAILING', compa::encodeutf('Brevliste'));
  76. define('_ACA_DESC_SUBSCRIBERS', compa::encodeutf('Abonnenter'));
  77. define('_ACA_PUBLISHED', compa::encodeutf('Publisert'));
  78. define('_ACA_UNPUBLISHED', compa::encodeutf('Upublisert'));
  79. define('_ACA_DELETE', compa::encodeutf('Slett'));
  80. define('_ACA_FILTER', compa::encodeutf('Filter'));
  81. define('_ACA_UPDATE', compa::encodeutf('Oppdater'));
  82. define('_ACA_SAVE', compa::encodeutf('Lagre'));
  83. define('_ACA_CANCEL', compa::encodeutf('Avbryt'));
  84. define('_ACA_NAME', compa::encodeutf('Navn'));
  85. define('_ACA_EMAIL', compa::encodeutf('E-post'));
  86. define('_ACA_SELECT', compa::encodeutf('Velg'));
  87. define('_ACA_ALL', compa::encodeutf('Alt'));
  88. define('_ACA_SEND_A', compa::encodeutf('Send en '));
  89. define('_ACA_SUCCESS_DELETED', compa::encodeutf(' slettet ok'));
  90. define('_ACA_LIST_ADDED', compa::encodeutf('Listen ble laget'));
  91. define('_ACA_LIST_COPY', compa::encodeutf('Listen er kopiert'));
  92. define('_ACA_LIST_UPDATED', compa::encodeutf('Listen er oppdatert'));
  93. define('_ACA_MAILING_SAVED', compa::encodeutf('Brevene er lagret.'));
  94. define('_ACA_UPDATED_SUCCESSFULLY', compa::encodeutf('oppdatert ok.'));
  95. ### Subscribers information ###
  96. //subscribe and unsubscribe info
  97. define('_ACA_SUB_INFO', compa::encodeutf('Abonnenten\'s informasjon'));
  98. define('_ACA_VERIFY_INFO', compa::encodeutf('Vennligst bekreft lenken du sendte inn, noe informasjon mangler. '));
  99. define('_ACA_INPUT_NAME', compa::encodeutf('Navn'));
  100. define('_ACA_INPUT_EMAIL', compa::encodeutf('EPost'));
  101. define('_ACA_RECEIVE_HTML', compa::encodeutf('Motta HTML?'));
  102. define('_ACA_TIME_ZONE', compa::encodeutf('Tidssone'));
  103. define('_ACA_BLACK_LIST', compa::encodeutf('Svarteliste'));
  104. define('_ACA_REGISTRATION_DATE', compa::encodeutf('Brukerens registreringsdato'));
  105. define('_ACA_USER_ID', compa::encodeutf('Bruker id'));
  106. define('_ACA_DESCRIPTION', compa::encodeutf('Beskrivelse'));
  107. define('_ACA_ACCOUNT_CONFIRMED', compa::encodeutf('Din konto har blitt aktivert.'));
  108. define('_ACA_SUB_SUBSCRIBER', compa::encodeutf('Mottager'));
  109. define('_ACA_SUB_PUBLISHER', compa::encodeutf('Utgiver'));
  110. define('_ACA_SUB_ADMIN', compa::encodeutf('Administrator'));
  111. define('_ACA_REGISTERED', compa::encodeutf('Registrert'));
  112. define('_ACA_SUBSCRIPTIONS', compa::encodeutf('Ditt Abonnement'));
  113. define('_ACA_SEND_UNSUBCRIBE', compa::encodeutf('Send avmeld melding'));
  114. define('_ACA_SEND_UNSUBCRIBE_TIPS', compa::encodeutf('Klikk Ja for å sende en e-post for å bekrefte avmeldingen.'));
  115. define('_ACA_SUBSCRIBE_SUBJECT_MESS', compa::encodeutf('Vennligst bekreft ditt abonnement. '));
  116. define('_ACA_UNSUBSCRIBE_SUBJECT_MESS', compa::encodeutf('Bekreftelse på avmelding'));
  117. define('_ACA_DEFAULT_SUBSCRIBE_MESS', compa::encodeutf('Hi [NAME],<br>' .
  118. 'Kun et steg igjen og du er nyhetsbrev abonnent. Vennligst klikk på denne lenken for bekrefte ditt abonnement' .
  119. '<br><br>[CONFIRM]<br><br>Har du spørsmål, vennligst kontakt vår web redaktør.'));
  120. define('_ACA_DEFAULT_UNSUBSCRIBE_MESS', compa::encodeutf('Dette er en e-post for å bekrefte at du ikke lengre abonnerer på vårt nyhetsbrev. Vi beklager din beslutning og skulle du noen gang ønske å bli abonnent igjen kan du melde deg på via vår nettløsning. Har du spørsmål, vennligst kontakt vår web redaktør.'));
  121. // jNews subscribers
  122. define('_ACA_SIGNUP_DATE', compa::encodeutf('Abonnement startdato'));
  123. define('_ACA_CONFIRMED', compa::encodeutf('Bekreftet'));
  124. define('_ACA_SUBSCRIB', compa::encodeutf('Abonner'));
  125. define('_ACA_HTML', compa::encodeutf('HTML brev'));
  126. define('_ACA_RESULTS', compa::encodeutf('Resultater'));
  127. define('_ACA_SEL_LIST', compa::encodeutf('Velg en liste'));
  128. define('_ACA_SEL_LIST_TYPE', compa::encodeutf('- Velg en type liste -'));
  129. define('_ACA_SUSCRIB_LIST', compa::encodeutf('Liste med alle abonnenter'));
  130. define('_ACA_SUSCRIB_LIST_UNIQUE', compa::encodeutf('abonnenter for : '));
  131. define('_ACA_NO_SUSCRIBERS', compa::encodeutf('Ingen abonnenter ble funnet for denne listen.'));
  132. define('_ACA_COMFIRM_SUBSCRIPTION', compa::encodeutf('En e-post for å bekrefte har blitt sent til deg. Vennligst sjekk din e-post og klikk på linken vi har sent til deg.<br>' .
  133. 'Du må bekrefte din e-post adresse for at abonnementet skal begynne.'));
  134. define('_ACA_SUCCESS_ADD_LIST', compa::encodeutf('Du har blitt lagt til listen.'));
  135. // Subcription info
  136. define('_ACA_CONFIRM_LINK', compa::encodeutf('Klikk her for å bekrefte ditt abonnement'));
  137. define('_ACA_UNSUBSCRIBE_LINK', compa::encodeutf('Klikk her for å avslutte abonnementet'));
  138. define('_ACA_UNSUBSCRIBE_MESS', compa::encodeutf('Din e-post har blitt fjernet fra listen'));
  139. define('_ACA_QUEUE_SENT_SUCCESS', compa::encodeutf('Alle planlagte brev har blitt sent.'));
  140. define('_ACA_MALING_VIEW', compa::encodeutf('Vis alle utsendelser'));
  141. define('_ACA_UNSUBSCRIBE_MESSAGE', compa::encodeutf('Er du sikker på at du ønsker å avslutte abonnementet?'));
  142. define('_ACA_MOD_SUBSCRIBE', compa::encodeutf('Abonner'));
  143. define('_ACA_SUBSCRIBE', compa::encodeutf('Abonner'));
  144. define('_ACA_UNSUBSCRIBE', compa::encodeutf('Avslutt abonnement'));
  145. define('_ACA_VIEW_ARCHIVE', compa::encodeutf('Vis arkiv'));
  146. define('_ACA_SUBSCRIPTION_OR', compa::encodeutf(' eller klikk her for å oppdatere dine opplysninger'));
  147. define('_ACA_EMAIL_ALREADY_REGISTERED', compa::encodeutf('Denne e-post adressen har allerede blitt registrert. '));
  148. define('_ACA_SUBSCRIBER_DELETED', compa::encodeutf('Abonnenten er slettet.'));
  149. ### UserPanel ###
  150. //User Menu
  151. define('_UCP_USER_PANEL', compa::encodeutf('Bruker kontrollpanel'));
  152. define('_UCP_USER_MENU', compa::encodeutf('User Menu'));
  153. define('_UCP_USER_CONTACT', compa::encodeutf('Mine abonnement'));
  154. //jNews Cron Menu
  155. define('_UCP_CRON_MENU', compa::encodeutf('Cron Task Management'));
  156. define('_UCP_CRON_NEW_MENU', compa::encodeutf('New Cron'));
  157. define('_UCP_CRON_LIST_MENU', compa::encodeutf('List my Cron'));
  158. //jNews Coupon Menu
  159. define('_UCP_COUPON_MENU', compa::encodeutf('Coupons Management'));
  160. define('_UCP_COUPON_LIST_MENU', compa::encodeutf('List of Coupons'));
  161. define('_UCP_COUPON_ADD_MENU', compa::encodeutf('Add a Coupon'));
  162. ### lists ###
  163. // Tabs
  164. define('_ACA_LIST_T_GENERAL', compa::encodeutf('Beskrivelse'));
  165. define('_ACA_LIST_T_LAYOUT', compa::encodeutf('Oppsett'));
  166. define('_ACA_LIST_T_SUBSCRIPTION', compa::encodeutf('Abonnement'));
  167. define('_ACA_LIST_T_SENDER', compa::encodeutf('Sender informasjon'));
  168. define('_ACA_LIST_TYPE', compa::encodeutf('Type liste'));
  169. define('_ACA_LIST_NAME', compa::encodeutf('Liste navn'));
  170. define('_ACA_LIST_ISSUE', compa::encodeutf('Utgave #'));
  171. define('_ACA_LIST_DATE', compa::encodeutf('Sende dato'));
  172. define('_ACA_LIST_SUB', compa::encodeutf('Nyhetsbrev tema'));
  173. define('_ACA_ATTACHED_FILES', compa::encodeutf('Tilknyttede filer'));
  174. define('_ACA_SELECT_LIST', compa::encodeutf('Vennligst velg en liste for å forandre den!'));
  175. // Auto Responder box
  176. define('_ACA_AUTORESP_ON', compa::encodeutf('Type of list'));
  177. define('_ACA_AUTO_RESP_OPTION', compa::encodeutf('Auto-responder options'));
  178. define('_ACA_AUTO_RESP_FREQ', compa::encodeutf('Subscribers can choose frequency'));
  179. define('_ACA_AUTO_DELAY', compa::encodeutf('Delay (in days)'));
  180. define('_ACA_AUTO_DAY_MIN', compa::encodeutf('Minimum frequency'));
  181. define('_ACA_AUTO_DAY_MAX', compa::encodeutf('Maximum frequency'));
  182. define('_ACA_FOLLOW_UP', compa::encodeutf('Specify follow up auto-responder'));
  183. define('_ACA_AUTO_RESP_TIME', compa::encodeutf('Subscribers can choose time'));
  184. define('_ACA_LIST_SENDER', compa::encodeutf('List sender'));
  185. define('_ACA_LIST_DESC', compa::encodeutf('List description'));
  186. define('_ACA_LAYOUT', compa::encodeutf('Layout'));
  187. define('_ACA_SENDER_NAME', compa::encodeutf('Sender name'));
  188. define('_ACA_SENDER_EMAIL', compa::encodeutf('Sender email'));
  189. define('_ACA_SENDER_BOUNCE', compa::encodeutf('Sender bounce address'));
  190. define('_ACA_LIST_DELAY', compa::encodeutf('Delay'));
  191. define('_ACA_HTML_MAILING', compa::encodeutf('HTML mailing?'));
  192. define('_ACA_HTML_MAILING_DESC', compa::encodeutf('(if you change this, you\'ll have to save and return to this screen to see the changes.)'));
  193. define('_ACA_HIDE_FROM_FRONTEND', compa::encodeutf('Hide from frontend?'));
  194. define('_ACA_SELECT_IMPORT_FILE', compa::encodeutf('Select a file to import'));;
  195. define('_ACA_IMPORT_FINISHED', compa::encodeutf('Import finished'));
  196. define('_ACA_DELETION_OFFILE', compa::encodeutf('Deletion of file'));
  197. define('_ACA_MANUALLY_DELETE', compa::encodeutf('failed, you should manually delete the file'));
  198. define('_ACA_CANNOT_WRITE_DIR', compa::encodeutf('Cannot write directory'));
  199. define('_ACA_NOT_PUBLISHED', compa::encodeutf('Could not sent the mailing, the list is not published.'));
  200. // List info box
  201. define('_ACA_INFO_LIST_PUB', compa::encodeutf('Click Yes to publish the list'));
  202. define('_ACA_INFO_LIST_NAME', compa::encodeutf('Enter the name of your list here. You can identify the list with this name.'));
  203. define('_ACA_INFO_LIST_DESC', compa::encodeutf('Enter a brief description of your list here. This description will be visible to visitors at your site.'));
  204. define('_ACA_INFO_LIST_SENDER_NAME', compa::encodeutf('Enter the name of the sender of the mailing. This name will be visible when subscribers receive messages from this list.'));
  205. define('_ACA_INFO_LIST_SENDER_EMAIL', compa::encodeutf('Enter the email address from which the messages will be sent.'));
  206. define('_ACA_INFO_LIST_SENDER_BOUNCED', compa::encodeutf('Enter the email address where users can reply to. It\'s highly recommended to be the same as the sender email, since spam filters will give your message a higher spam ranking if they are different.'));
  207. define('_ACA_INFO_LIST_AUTORESP', compa::encodeutf('Choose the type of mailings for this list. <br>' .
  208. 'Newsletter: normal newsletter<br>' .
  209. 'Auto-responder: an auto-responder is a list which is sent automatically through the website at regular intervals.'));
  210. define('_ACA_INFO_LIST_FREQUENCY', compa::encodeutf('Enable the users to choose how often they receive the list. It gives more flexibility to the user.'));
  211. define('_ACA_INFO_LIST_TIME', compa::encodeutf('Let the user choose their preferred time of the day to receive the list.'));
  212. define('_ACA_INFO_LIST_MIN_DAY', compa::encodeutf('Define what is the minimum frequency a user can choose to receive the list'));
  213. define('_ACA_INFO_LIST_DELAY', compa::encodeutf('Specify the delay between this auto-responder and the previous one.'));
  214. define('_ACA_INFO_LIST_DATE', compa::encodeutf('Specify the date to publish the news list if you want to delay the publishing. <br> FORMAT : YYYY-MM-DD HH:MM:SS'));
  215. define('_ACA_INFO_LIST_MAX_DAY', compa::encodeutf('Define what is the maximum frequency a user can choose to receive the list'));
  216. define('_ACA_INFO_LIST_LAYOUT', compa::encodeutf('Enter the layout of your mailing list here. You can enter any layout for your mailing here.'));
  217. define('_ACA_INFO_LIST_SUB_MESS', compa::encodeutf('This message will be send to the subscriber when he or she first registers. You can define any text you like in here.'));
  218. define('_ACA_INFO_LIST_UNSUB_MESS', compa::encodeutf('This message will be send to the subscriber when he or she unsubscribes. Any message can be entered here.'));
  219. define('_ACA_INFO_LIST_HTML', compa::encodeutf('Select the checkbox if you wish to send out a HTML mailing. Subscribers will be able to specify if they wish to receive the HTML message, or the Text only message when subscribe to a HTML list.'));
  220. define('_ACA_INFO_LIST_HIDDEN', compa::encodeutf('Click Yes to hide the list from the fontend, users won\'t be able to subscribe but you will be still able to send mailings.'));
  221. define('_ACA_INFO_LIST_ACA_AUTO_SUB', compa::encodeutf('Do you want to automatically subscribe users to this list?<br><B>New Users:</B> will registerer every new users who register on the website.<br><B>All Users:</B> will register every registered users in the database.<br>(all those option support Community Builder)'));
  222. define('_ACA_INFO_LIST_ACC_LEVEL', compa::encodeutf('Select the frontend access level. This will show or hide the mailing to usergroups who don\'t have access to it, so they won\'t be able to subscribe to it.'));
  223. define('_ACA_INFO_LIST_ACC_USER_ID', compa::encodeutf('Select the access level of the usergroup you wish to allow editing. That usergroup and above will be able to edit the mailing and send it out, either from the frontend or backend.'));
  224. define('_ACA_INFO_LIST_FOLLOW_UP', compa::encodeutf('If you want the auto-responder to move to another one once it reaches the last message you can specify here the following up auto-responder.'));
  225. define('_ACA_INFO_LIST_ACA_OWNER', compa::encodeutf('This is the ID of the person who created the list.'));
  226. define('_ACA_INFO_LIST_WARNING', compa::encodeutf(' This last option is available only once at the creation of the list.'));
  227. define('_ACA_INFO_LIST_SUBJET', compa::encodeutf(' Subject of the mailing. This is the subject of the email the subscriber will received.'));
  228. define('_ACA_INFO_MAILING_CONTENT', compa::encodeutf('This is the body of email you want to send.'));
  229. define('_ACA_INFO_MAILING_NOHTML', compa::encodeutf('Enter here the body of the email you want to send to subscribers who choose to receive only none HTML mailings. <BR/> NOTE: if you leave it blank jNews will automatically convert the HTML text into text only.'));
  230. define('_ACA_INFO_MAILING_VISIBLE', compa::encodeutf('Click Yes to show the mailing in the fontend.'));
  231. define('_ACA_INSERT_CONTENT', compa::encodeutf('Insert existing content'));
  232. // Coupons
  233. define('_ACA_SEND_COUPON_SUCCESS', compa::encodeutf('Coupon successfully sent!'));
  234. define('_ACA_CHOOSE_COUPON', compa::encodeutf('Choose a coupon'));
  235. define('_ACA_TO_USER', compa::encodeutf(' to this user'));
  236. ### Cron options
  237. //drop down frequency(CRON)
  238. define('_ACA_FREQ_CH1', compa::encodeutf('Every hours'));
  239. define('_ACA_FREQ_CH2', compa::encodeutf('Every 6 hours'));
  240. define('_ACA_FREQ_CH3', compa::encodeutf('Every 12 hours'));
  241. define('_ACA_FREQ_CH4', compa::encodeutf('Daily'));
  242. define('_ACA_FREQ_CH5', compa::encodeutf('Weekly'));
  243. define('_ACA_FREQ_CH6', compa::encodeutf('Monthly'));
  244. define('_ACA_FREQ_NONE', compa::encodeutf('No'));
  245. define('_ACA_FREQ_NEW', compa::encodeutf('New Users'));
  246. define('_ACA_FREQ_ALL', compa::encodeutf('All Users'));
  247. //Label CRON form
  248. define('_ACA_LABEL_FREQ', compa::encodeutf('jNews Cron?'));
  249. define('_ACA_LABEL_FREQ_TIPS', compa::encodeutf('Click Yes if you want to use this for an jNews Cron, No for any other cron task.<br>' .
  250. 'If you click Yes you don\'t need to specify the Cron Address, it will be automatically added.'));
  251. define('_ACA_SITE_URL', compa::encodeutf('Your site URL'));
  252. define('_ACA_CRON_FREQUENCY', compa::encodeutf('Cron Frequency'));
  253. define('_ACA_STARTDATE_FREQ', compa::encodeutf('Start Date'));
  254. define('_ACA_LABELDATE_FREQ', compa::encodeutf('Specify Date'));
  255. define('_ACA_LABELTIME_FREQ', compa::encodeutf('Specify Time'));
  256. define('_ACA_CRON_URL', compa::encodeutf('Cron URL'));
  257. define('_ACA_CRON_FREQ', compa::encodeutf('Frequency'));
  258. define('_ACA_TITLE_CRONLIST', compa::encodeutf('Cron List'));
  259. define('_NEW_LIST', compa::encodeutf('Create a new list'));
  260. //title CRON form
  261. define('_ACA_TITLE_FREQ', compa::encodeutf('Cron Edit'));
  262. define('_ACA_CRON_SITE_URL', compa::encodeutf('Please enter a valid site url, starting with http://'));
  263. ### Mailings ###
  264. define('_ACA_MAILING_ALL', compa::encodeutf('All mailings'));
  265. define('_ACA_EDIT_A', compa::encodeutf('Edit a '));
  266. define('_ACA_SELCT_MAILING', compa::encodeutf('Please select a list in the drop down menu in order to add a new mailing.'));
  267. define('_ACA_VISIBLE_FRONT', compa::encodeutf('Visible in frontend'));
  268. // mailer
  269. define('_ACA_SUBJECT', compa::encodeutf('Subject'));
  270. define('_ACA_CONTENT', compa::encodeutf('Content'));
  271. define('_ACA_NAMEREP', compa::encodeutf('[NAME] = This will be replaced by the name the subscriber entered, you\'ll be sending personalized email when using this.<br>'));
  272. define('_ACA_FIRST_NAME_REP', compa::encodeutf('[FIRSTNAME] = This will be replaced by the FIRST name of the subscriber entered.<br>'));
  273. define('_ACA_NONHTML', compa::encodeutf('Non-html version'));
  274. define('_ACA_ATTACHMENTS', compa::encodeutf('Attachments'));
  275. define('_ACA_SELECT_MULTIPLE', compa::encodeutf('Hold control (or command) to select multiple attachments.<br>' .
  276. 'The files displayed in this attachement list are located in the attachement folder, you can change this location in the configuration panel.'));
  277. define('_ACA_CONTENT_ITEM', compa::encodeutf('Content item'));
  278. define('_ACA_SENDING_EMAIL', compa::encodeutf('Sending email'));
  279. define('_ACA_MESSAGE_NOT', compa::encodeutf('Message could not be sent'));
  280. define('_ACA_MAILER_ERROR', compa::encodeutf('Mailer error'));
  281. define('_ACA_MESSAGE_SENT_SUCCESSFULLY', compa::encodeutf('Message sent successfully'));
  282. define('_ACA_SENDING_TOOK', compa::encodeutf('Sending this mailing took'));
  283. define('_ACA_SECONDS', compa::encodeutf('seconds'));
  284. define('_ACA_NO_ADDRESS_ENTERED', compa::encodeutf('No email address or subscriber provided'));
  285. define('_ACA_CHANGE_SUBSCRIPTIONS', compa::encodeutf('Endre'));
  286. define('_ACA_CHANGE_EMAIL_SUBSCRIPTION', compa::encodeutf('Endre ditt abonnement'));
  287. define('_ACA_WHICH_EMAIL_TEST', compa::encodeutf('Indicate the email address to send a test to or select preview'));
  288. define('_ACA_SEND_IN_HTML', compa::encodeutf('Send in HTML (for html mailings)?'));
  289. define('_ACA_VISIBLE', compa::encodeutf('Visible'));
  290. define('_ACA_INTRO_ONLY', compa::encodeutf('Intro only'));
  291. // stats
  292. define('_ACA_GLOBALSTATS', compa::encodeutf('Global stats'));
  293. define('_ACA_DETAILED_STATS', compa::encodeutf('Detailed stats'));
  294. define('_ACA_MAILING_LIST_DETAILS', compa::encodeutf('List details'));
  295. define('_ACA_SEND_IN_HTML_FORMAT', compa::encodeutf('Send in HTML format'));
  296. define('_ACA_VIEWS_FROM_HTML', compa::encodeutf('Views (from html mails)'));
  297. define('_ACA_SEND_IN_TEXT_FORMAT', compa::encodeutf('Send in text format'));
  298. define('_ACA_HTML_READ', compa::encodeutf('HTML read'));
  299. define('_ACA_HTML_UNREAD', compa::encodeutf('HTML unread'));
  300. define('_ACA_TEXT_ONLY_SENT', compa::encodeutf('Text only'));
  301. // Configuration panel
  302. // main tabs
  303. define('_ACA_MAIL_CONFIG', compa::encodeutf('Mail'));
  304. define('_ACA_LOGGING_CONFIG', compa::encodeutf('Logs & Stats'));
  305. define('_ACA_SUBSCRIBER_CONFIG', compa::encodeutf('Subscribers'));
  306. define('_ACA_AUTO_CONFIG', compa::encodeutf('Cron'));
  307. define('_ACA_MISC_CONFIG', compa::encodeutf('Miscellaneous'));
  308. define('_ACA_MAIL_SETTINGS', compa::encodeutf('Mail Settings'));
  309. define('_ACA_MAILINGS_SETTINGS', compa::encodeutf('Mailings Settings'));
  310. define('_ACA_SUBCRIBERS_SETTINGS', compa::encodeutf('Subscribers Settings'));
  311. define('_ACA_CRON_SETTINGS', compa::encodeutf('Cron Settings'));
  312. define('_ACA_SENDING_SETTINGS', compa::encodeutf('Sending Settings'));
  313. define('_ACA_STATS_SETTINGS', compa::encodeutf('Statistics Settings'));
  314. define('_ACA_LOGS_SETTINGS', compa::encodeutf('Logs Settings'));
  315. define('_ACA_MISC_SETTINGS', compa::encodeutf('Miscellaneous Settings'));
  316. // mail settings
  317. define('_ACA_SEND_MAIL_FROM', compa::encodeutf('From Email'));
  318. define('_ACA_SEND_MAIL_NAME', compa::encodeutf('From Name'));
  319. define('_ACA_MAILSENDMETHOD', compa::encodeutf('Mailer method'));
  320. define('_ACA_SENDMAILPATH', compa::encodeutf('Sendmail path'));
  321. define('_ACA_SMTPHOST', compa::encodeutf('SMTP host'));
  322. define('_ACA_SMTPAUTHREQUIRED', compa::encodeutf('SMTP Authentication required'));
  323. define('_ACA_SMTPAUTHREQUIRED_TIPS', compa::encodeutf('Select yes if your SMTP server requires authentication'));
  324. define('_ACA_SMTPUSERNAME', compa::encodeutf('SMTP username'));
  325. define('_ACA_SMTPUSERNAME_TIPS', compa::encodeutf('Enter the SMTP username when your SMTP server requires authentication'));
  326. define('_ACA_SMTPPASSWORD', compa::encodeutf('SMTP password'));
  327. define('_ACA_SMTPPASSWORD_TIPS', compa::encodeutf('Enter the SMTP password when your SMTP server requires authentication'));
  328. define('_ACA_USE_EMBEDDED', compa::encodeutf('Use embedded images'));
  329. define('_ACA_USE_EMBEDDED_TIPS', compa::encodeutf('Select yes if the images in attached content items should be embedded in the email for html messages, or no to use default image tags that link to the images on the site.'));
  330. define('_ACA_UPLOAD_PATH', compa::encodeutf('Upload/attachements path'));
  331. define('_ACA_UPLOAD_PATH_TIPS', compa::encodeutf('You can specify an upload directory.<br>' .
  332. 'Make sure that the directory you specify exist, otherwise create it.'));
  333. // subscribers settings
  334. define('_ACA_ALLOW_UNREG', compa::encodeutf('Allow unregistered'));
  335. define('_ACA_ALLOW_UNREG_TIPS', compa::encodeutf('Select Yes if you want to allow users to subscribe to lists without registering at the site.'));
  336. define('_ACA_REQ_CONFIRM', compa::encodeutf('Require confirmation'));
  337. define('_ACA_REQ_CONFIRM_TIPS', compa::encodeutf('Select yes if you require that unregistered subscribers confirm their email address.'));
  338. define('_ACA_SUB_SETTINGS', compa::encodeutf('Subscribe Settings'));
  339. define('_ACA_SUBMESSAGE', compa::encodeutf('Subscribe Email'));
  340. define('_ACA_SUBSCRIBE_LIST', compa::encodeutf('Subscribe to a list'));
  341. define('_ACA_USABLE_TAGS', compa::encodeutf('Usable tags'));
  342. define('_ACA_NAME_AND_CONFIRM', compa::encodeutf('<b>[CONFIRM]</b> = This creates a clickable link where the subscriber can confirm their subscription. This is <strong>required</strong> to make jNews work properly.<br>'
  343. .'<br>[NAME] = This will be replaced by the name the subscriber entered, you\'ll be sending personalized email when using this.<br>'
  344. .'<br>[FIRSTNAME] = This will be replaced by the FIRST name of the subscriber, First name is DEFINEd as the first name entered by the subscriber.<br>'));
  345. define('_ACA_CONFIRMFROMNAME', compa::encodeutf('Confirm from name'));
  346. define('_ACA_CONFIRMFROMNAME_TIPS', compa::encodeutf('Enter the from name to display on confirmation lists.'));
  347. define('_ACA_CONFIRMFROMEMAIL', compa::encodeutf('Confirm from email'));
  348. define('_ACA_CONFIRMFROMEMAIL_TIPS', compa::encodeutf('Enter the email address to display on confirmation lists.'));
  349. define('_ACA_CONFIRMBOUNCE', compa::encodeutf('Bounce address'));
  350. define('_ACA_CONFIRMBOUNCE_TIPS', compa::encodeutf('Enter the bounce address to display on confirmation lists.'));
  351. define('_ACA_HTML_CONFIRM', compa::encodeutf('HTML confirm'));
  352. define('_ACA_HTML_CONFIRM_TIPS', compa::encodeutf('Select yes if confirmation lists should be html if the user allows html.'));
  353. define('_ACA_TIME_ZONE_ASK', compa::encodeutf('Ask time zone'));
  354. define('_ACA_TIME_ZONE_TIPS', compa::encodeutf('Select yes if you want to ask the user\'s time zone. The queued mailings will be sent based on time zone when applicable'));
  355. // Cron Set up
  356. define('_ACA_TIME_OFFSET_URL', compa::encodeutf('click here to set up the offset in the global configuration panel -> Locale tab'));
  357. define('_ACA_TIME_OFFSET_TIPS', compa::encodeutf('Set up your server time offset so that recorded date and time are exact'));
  358. define('_ACA_TIME_OFFSET', compa::encodeutf('Time offset'));
  359. define('_ACA_CRON_TITLE', compa::encodeutf('Setting up cron function'));
  360. define('_ACA_CRON_DESC', compa::encodeutf('<br>Using the cron function you can setup an automated task for your Joomla website!<br>' .
  361. 'To set it up you need to add in your control panel crontab the following command:<br>' .
  362. '<b>' . ACA_JPATH_LIVE . '/index2.php?option=com_jnewsletter&act=cron</b> ' .
  363. '<br><br>If you need help setting it up or have problems please consult our forum <a href="http://www.ijoobi.com" target="_blank">http://www.ijoobi.com</a>'));
  364. // sending settings
  365. define('_ACA_PAUSEX', compa::encodeutf('Pause x seconds every configured amount of emails'));
  366. define('_ACA_PAUSEX_TIPS', compa::encodeutf('Enter a number of seconds jNews will give the SMTP server the time to send out the messages before proceeding with the next configured amount of messages.'));
  367. define('_ACA_EMAIL_BET_PAUSE', compa::encodeutf('Emails between pauses'));
  368. define('_ACA_EMAIL_BET_PAUSE_TIPS', compa::encodeutf('The number of emails to send before pausing.'));
  369. define('_ACA_WAIT_USER_PAUSE', compa::encodeutf('Wait for user input at pause'));
  370. define('_ACA_WAIT_USER_PAUSE_TIPS', compa::encodeutf('Whether the script should wait for user input when paused between sets of mailings.'));
  371. define('_ACA_SCRIPT_TIMEOUT', compa::encodeutf('Script timeout'));
  372. define('_ACA_SCRIPT_TIMEOUT_TIPS', compa::encodeutf('The number of minutes the script should be able to run (0 for unlimited).'));
  373. // Stats settings
  374. define('_ACA_ENABLE_READ_STATS', compa::encodeutf('Enable read statistics'));
  375. define('_ACA_ENABLE_READ_STATS_TIPS', compa::encodeutf('Select yes if you want to log the number of views. This technique can only be used with html mailings'));
  376. define('_ACA_LOG_VIEWSPERSUB', compa::encodeutf('Log views per subscriber'));
  377. define('_ACA_LOG_VIEWSPERSUB_TIPS', compa::encodeutf('Select yes if you want to log the number of views per subscriber. This technique can only be used with html mailings'));
  378. // Logs settings
  379. define('_ACA_DETAILED', compa::encodeutf('Detailed logs'));
  380. define('_ACA_SIMPLE', compa::encodeutf('Simplified logs'));
  381. define('_ACA_DIAPLAY_LOG', compa::encodeutf('Display logs'));
  382. define('_ACA_DISPLAY_LOG_TIPS', compa::encodeutf('Select yes if you want to display the logs while sending mailings.'));
  383. define('_ACA_SEND_PERF_DATA', compa::encodeutf('Send out performance'));
  384. define('_ACA_SEND_PERF_DATA_TIPS', compa::encodeutf('Select yes if you want to allow jNews to send out ANONYMOUS reports about your configuration, the number of subscribers to a list and the time it took to send the mailing. This will give us an idea about jNews performance and will HELP US improve jNews in future developments.'));
  385. define('_ACA_SEND_AUTO_LOG', compa::encodeutf('Send log for auto-responder'));
  386. define('_ACA_SEND_AUTO_LOG_TIPS', compa::encodeutf('Select yes if you want to send an email log each time teh queue is processed. WARMING: this can resuLt in a large among of emails.'));
  387. define('_ACA_SEND_LOG', compa::encodeutf('Send log'));
  388. define('_ACA_SEND_LOG_TIPS', compa::encodeutf('Whether a log of the mailing should be emailed to the email address of the user who sent the mailing.'));
  389. define('_ACA_SEND_LOGDETAIL', compa::encodeutf('Send log detail'));
  390. define('_ACA_SEND_LOGDETAIL_TIPS', compa::encodeutf('Detailed includes the success or failure information for each subscriber and an overview of the information. Simple only sends the overview.'));
  391. define('_ACA_SEND_LOGCLOSED', compa::encodeutf('Send log if connection closed'));
  392. define('_ACA_SEND_LOGCLOSED_TIPS', compa::encodeutf(' With this option on the user who sent the mailing will still receive a report by email.'));
  393. define('_ACA_SAVE_LOG', compa::encodeutf('Save log'));
  394. define('_ACA_SAVE_LOG_TIPS', compa::encodeutf('Whether a log of the mailing should be appended to the log file.'));
  395. define('_ACA_SAVE_LOGDETAIL', compa::encodeutf('Save log detail'));
  396. define('_ACA_SAVE_LOGDETAIL_TIPS', compa::encodeutf('Detailed includes the success or failure information for each subscriber and an overview of the information. Simple only saves the overview.'));
  397. define('_ACA_SAVE_LOGFILE', compa::encodeutf('Save log file'));
  398. define('_ACA_SAVE_LOGFILE_TIPS', compa::encodeutf('File to which log information is appended. This file could become rather large.'));
  399. define('_ACA_CLEAR_LOG', compa::encodeutf('Clear log'));
  400. define('_ACA_CLEAR_LOG_TIPS', compa::encodeutf('Clears the log file.'));
  401. ### control panel
  402. define('_ACA_CP_LAST_QUEUE', compa::encodeutf('Last executed queue'));
  403. define('_ACA_CP_TOTAL', compa::encodeutf('Total'));
  404. define('_ACA_MAILING_COPY', compa::encodeutf('Mailing successfully copied!'));
  405. // Miscellaneous settings
  406. define('_ACA_SHOW_GUIDE', compa::encodeutf('Show guide'));
  407. define('_ACA_SHOW_GUIDE_TIPS', compa::encodeutf('Show the guide at the starts to help new users to create a newsletter, an auto-responder and setup jNews properly.'));
  408. define('_ACA_AUTOS_ON', compa::encodeutf('Use Auto-responders'));
  409. define('_ACA_AUTOS_ON_TIPS', compa::encodeutf('Select No if you don\'t want to use Auto-responders, all the auto-responders option will be desactivated.'));
  410. define('_ACA_NEWS_ON', compa::encodeutf('Use Newsletters'));
  411. define('_ACA_NEWS_ON_TIPS', compa::encodeutf('Select No if you don\'t want to use Newsletters, all the newsletters option will be desactivated.'));
  412. define('_ACA_SHOW_TIPS', compa::encodeutf('Show tips'));
  413. define('_ACA_SHOW_TIPS_TIPS', compa::encodeutf('Show the tips, to help users use jNews more effectively.'));
  414. define('_ACA_SHOW_FOOTER', compa::encodeutf('Show the footer'));
  415. define('_ACA_SHOW_FOOTER_TIPS', compa::encodeutf('Whether or not the footer copyright notice should be displayed.'));
  416. define('_ACA_SHOW_LISTS', compa::encodeutf('Show lists in frontend'));
  417. define('_ACA_SHOW_LISTS_TIPS', compa::encodeutf('When user are not registered show a list of the lists they can subscribe to with archive button for newsletter or simply a login form so that they register.'));
  418. define('_ACA_CONFIG_UPDATED', compa::encodeutf('The configuration details have been updated!'));
  419. define('_ACA_UPDATE_URL', compa::encodeutf('Update URL'));
  420. define('_ACA_UPDATE_URL_WARNING', compa::encodeutf('WARNING! Do not change this URL unless you have been asked to do so by jNews technical team.<br>'));
  421. define('_ACA_UPDATE_URL_TIPS', compa::encodeutf('For example: http://www.ijoobi.com/update/ (include the closing slash)'));
  422. // module
  423. define('_ACA_EMAIL_INVALID', compa::encodeutf('The email entered is invalid.'));
  424. define('_ACA_REGISTER_REQUIRED', compa::encodeutf('Please register to the site before you can sign for a list.'));
  425. // Access level box
  426. define('_ACA_OWNER', compa::encodeutf('Creator of the list:'));
  427. define('_ACA_ACCESS_LEVEL', compa::encodeutf('Set access level for the list'));
  428. define('_ACA_ACCESS_LEVEL_OPTION', compa::encodeutf('Access level Options'));
  429. define('_ACA_USER_LEVEL_EDIT', compa::encodeutf('Select which user level is allowed to edit a mailing (either from frontend or backend) '));
  430. // drop down options
  431. define('_ACA_AUTO_DAY_CH1', compa::encodeutf('Daily'));
  432. define('_ACA_AUTO_DAY_CH2', compa::encodeutf('Daily no weekend'));
  433. define('_ACA_AUTO_DAY_CH3', compa::encodeutf('Every other day'));
  434. define('_ACA_AUTO_DAY_CH4', compa::encodeutf('Every other day no weekend'));
  435. define('_ACA_AUTO_DAY_CH5', compa::encodeutf('Weekly'));
  436. define('_ACA_AUTO_DAY_CH6', compa::encodeutf('Bi-weekly'));
  437. define('_ACA_AUTO_DAY_CH7', compa::encodeutf('Monthly'));
  438. define('_ACA_AUTO_DAY_CH9', compa::encodeutf('Yearly'));
  439. define('_ACA_AUTO_OPTION_NONE', compa::encodeutf('No'));
  440. define('_ACA_AUTO_OPTION_NEW', compa::encodeutf('New Users'));
  441. define('_ACA_AUTO_OPTION_ALL', compa::encodeutf('All Users'));
  442. //
  443. define('_ACA_UNSUB_MESSAGE', compa::encodeutf('Unsubscribe Email'));
  444. define('_ACA_UNSUB_SETTINGS', compa::encodeutf('Unsubscribe Settings'));
  445. define('_ACA_AUTO_ADD_NEW_USERS', compa::encodeutf('Auto Subscribe Users?'));
  446. // Update and upgrade messages
  447. define('_ACA_NO_UPDATES', compa::encodeutf('There are currently no update available.'));
  448. define('_ACA_VERSION', compa::encodeutf('jNews Version'));
  449. define('_ACA_NEED_UPDATED', compa::encodeutf('Files that need to be updated:'));
  450. define('_ACA_NEED_ADDED', compa::encodeutf('Files that need to be added:'));
  451. define('_ACA_NEED_REMOVED', compa::encodeutf('Files that need to be removed:'));
  452. define('_ACA_FILENAME', compa::encodeutf('Filename:'));
  453. define('_ACA_CURRENT_VERSION', compa::encodeutf('Current version:'));
  454. define('_ACA_NEWEST_VERSION', compa::encodeutf('Newest version:'));
  455. define('_ACA_UPDATING', compa::encodeutf('Updating'));
  456. define('_ACA_UPDATE_UPDATED_SUCCESSFULLY', compa::encodeutf('The files have been updated successfully.'));
  457. define('_ACA_UPDATE_FAILED', compa::encodeutf('Update failed!'));
  458. define('_ACA_ADDING', compa::encodeutf('Adding'));
  459. define('_ACA_ADDED_SUCCESSFULLY', compa::encodeutf('Added successfully.'));
  460. define('_ACA_ADDING_FAILED', compa::encodeutf('Adding failed!'));
  461. define('_ACA_REMOVING', compa::encodeutf('Removing'));
  462. define('_ACA_REMOVED_SUCCESSFULLY', compa::encodeutf('Removed successfully.'));
  463. define('_ACA_REMOVING_FAILED', compa::encodeutf('Removing failed!'));
  464. define('_ACA_INSTALL_DIFFERENT_VERSION', compa::encodeutf('Install a different version'));
  465. define('_ACA_CONTENT_ADD', compa::encodeutf('Add content'));
  466. define('_ACA_UPGRADE_FROM', compa::encodeutf('Import data (newsletters and subscribers\' information) from '));
  467. define('_ACA_UPGRADE_MESS', compa::encodeutf('There are no risk to your existing data. <br> This process will simply import the data to the jNews database.'));
  468. define('_ACA_CONTINUE_SENDING', compa::encodeutf('Continue sending'));
  469. // jNews message
  470. define('_ACA_UPGRADE1', compa::encodeutf('You can easily import your users and newsletters from '));
  471. define('_ACA_UPGRADE2', compa::encodeutf(' to jNews in the updates panel.'));
  472. define('_ACA_UPDATE_MESSAGE', compa::encodeutf('A new version of jNews is available! '));
  473. define('_ACA_UPDATE_MESSAGE_LINK', compa::encodeutf('Click here to update!'));
  474. define('_ACA_CRON_SETUP', compa::encodeutf('In order for the autoresponders to be sent you need to setup a cron task.'));
  475. define('_ACA_THANKYOU', compa::encodeutf('Thank you for choosing jNews, Your communication partner!'));
  476. define('_ACA_NO_SERVER', compa::encodeutf('Update Server not available, please check back later.'));
  477. define('_ACA_MOD_PUB', compa::encodeutf('jNews module is not published.'));
  478. define('_ACA_MOD_PUB_LINK', compa::encodeutf('Click here to publish it!'));
  479. define('_ACA_IMPORT_SUCCESS', compa::encodeutf('successfully imported'));
  480. define('_ACA_IMPORT_EXIST', compa::encodeutf('subscriber already in database'));
  481. // jNews\'s Guide
  482. define('_ACA_GUIDE', compa::encodeutf('\'s Wizard'));
  483. define('_ACA_GUIDE_FIRST_ACA_STEP', compa::encodeutf('<p>jNews has many great features and this wizard will guide you through a four easy steps process to get you started sending your newsletters and auto-responders!<p />'));
  484. define('_ACA_GUIDE_FIRST_ACA_STEP_DESC', compa::encodeutf('First, you need to add a list. A list could be of two types, either a newsletter or an auto-responder.' .
  485. ' In the list you define all the different parameters to enable the sending of your newsletters or auto-responders: sender name, layout, subscribers\' welcome message, etc...
  486. <br><br>You can set up your first list here: <a href="index2.php?option=com_jnewsletter&act=list" >create a list</a> and click the New button.'));
  487. define('_ACA_GUIDE_FIRST_ACA_STEP_UPGRADE', compa::encodeutf('jNews provides you with an easy way to import all data from a previous newsletter system.<br>' .
  488. ' Go to the Updates panel and choose your previous newsletter system to import the all your newsletters and subscribers.<br><br>' .
  489. '<span style="color:#FF5E00;" >IMPORTANT: the import is risk FREE and doesn\'t affect in any way the data of your previous newsletter system</span><br>' .
  490. 'After the import you will be able to manage your subscribers and mailings directly from jNews.<br><br>'));
  491. define('_ACA_GUIDE_SECOND_ACA_STEP', compa::encodeutf('Great your first list is setup! You can now write your first %s. To create it go to: '));
  492. define('_ACA_GUIDE_SECOND_ACA_STEP_AUTO', compa::encodeutf('Auto-responder Management'));
  493. define('_ACA_GUIDE_SECOND_ACA_STEP_NEWS', compa::encodeutf('Newsletter Management'));
  494. define('_ACA_GUIDE_SECOND_ACA_STEP_FINAL', compa::encodeutf(' and select your %s. <br> Then choose your %s in the drop down list. Create your first mailing by clicking New '));
  495. define('_ACA_GUIDE_THRID_ACA_STEP_NEWS', compa::encodeutf('Before you send your first newsletter you may want to check the mail configuration. ' .
  496. 'Go to the <a href="index2.php?option=com_jnewsletter&act=configuration" >configuration page</a> to verify the mail settings. <br>'));
  497. define('_ACA_GUIDE_THRID2_ACA_STEP_NEWS', compa::encodeutf('<br>When you are ready go back to the Newsletters menu, select your mailing and click Send'));
  498. define('_ACA_GUIDE_THRID_ACA_STEP_AUTOS', compa::encodeutf('For your auto-responders to be sent you first need to set up a cron task on your server. ' .
  499. ' Please refer to the Cron tab in the configuration panel.' .
  500. ' <a href="index2.php?option=com_jnewsletter&act=configuration" >click here</a> to learn about setting up a cron task. <br>'));
  501. define('_ACA_GUIDE_MODULE', compa::encodeutf(' <br>Make also sure that you have published jNews module so that people can sign up for the list.'));
  502. define('_ACA_GUIDE_FOUR_ACA_STEP_NEWS', compa::encodeutf(' You can now also set up an auto-responder.'));
  503. define('_ACA_GUIDE_FOUR_ACA_STEP_AUTOS', compa::encodeutf(' You can now also set up a newsletter.'));
  504. define('_ACA_GUIDE_FOUR_ACA_STEP', compa::encodeutf('<p><br>Voila! You are ready to effectively communicate with you visitors and users. This wizard will end as soon as you have entered a second mailing or you can turn it off in the <a href="index2.php?option=com_jnewsletter&act=configuration" >configuration panel</a>.' .
  505. '<br><br> If you have any question while using jNews, please refer to the ' .
  506. '<a target="_blank" href="http://www.ijoobi.com/index.php?option=com_content&Itemid=72&view=category&layout=blog&id=29&limit=60" >documentation</a>. ' .
  507. ' You will also find lots of information on how to communicate effectively with your subscribers on <a href="http://www.ijoobi.com/" target="_blank" >www.ijoobi.com</a>.' .
  508. '<p /><br><b>Thank you for using jNews. Your Communication Partner!</b> '));
  509. define('_ACA_GUIDE_TURNOFF', compa::encodeutf('The wizard is now being turned off!'));
  510. define('_ACA_STEP', compa::encodeutf('STEP '));
  511. // jNews Install
  512. define('_ACA_INSTALL_CONFIG', compa::encodeutf('jNews Configuration'));
  513. define('_ACA_INSTALL_SUCCESS', compa::encodeutf('Succesful Install'));
  514. define('_ACA_INSTALL_ERROR', compa::encodeutf('Installation Error'));
  515. define('_ACA_INSTALL_BOT', compa::encodeutf('jNews Plugin (Bot)'));
  516. define('_ACA_INSTALL_MODULE', compa::encodeutf('jNews Module'));
  517. //Others
  518. define('_ACA_JAVASCRIPT', compa::encodeutf('!Warning! Javascript must be enabled for proper operation.'));
  519. define('_ACA_EXPORT_TEXT', compa::encodeutf('The subscribers exported is based on the list you have chosen. <br>Export subscribers for list'));
  520. define('_ACA_IMPORT_TIPS', compa::encodeutf('Import subscribers. The information in the file need to be to the following format: <br>' .
  521. 'Name,email,receiveHTML(0/1),<span style="color: rgb(255, 0, 0);">confirmed(0/1)</span>'));
  522. define('_ACA_SUBCRIBER_EXIT', compa::encodeutf('is already a subscriber'));
  523. define('_ACA_GET_STARTED', compa::encodeutf('Click here to get started!'));
  524. //News since 1.0.1
  525. define('_ACA_WARNING_1011', compa::encodeutf('Warning: 1011: Update will not work because of your server restrictions.'));
  526. define('_ACA_SEND_MAIL_FROM_TIPS', compa::encodeutf('Choose which email address will show as the sender.'));
  527. define('_ACA_SEND_MAIL_NAME_TIPS', compa::encodeutf('Choose what name will show as the sender.'));
  528. define('_ACA_MAILSENDMETHOD_TIPS', compa::encodeutf('Choose which mailer you wish to use: PHP mail function, <span>Sendmail</span> or SMTP Server.'));
  529. define('_ACA_SENDMAILPATH_TIPS', compa::encodeutf('This is the directory of the Mail server'));
  530. define('_ACA_LIST_T_TEMPLATE', compa::encodeutf('Template'));
  531. define('_ACA_NO_MAILING_ENTERED', compa::encodeutf('No mailing provided'));
  532. define('_ACA_NO_LIST_ENTERED', compa::encodeutf('No list provided'));
  533. define('_ACA_SENT_MAILING', compa::encodeutf('Sent mailings'));
  534. define('_ACA_SELECT_FILE', compa::encodeutf('Please select a file to '));
  535. define('_ACA_LIST_IMPORT', compa::encodeutf('Check the list(s) you want the subscribers to be associated with.'));
  536. define('_ACA_PB_QUEUE', compa::encodeutf('Subscriber inserted but problem to connect him/her to the list(s). Please check manually.'));
  537. define('_ACA_UPDATE_MESS1', compa::encodeutf('Update Highly recommanded!'));
  538. define('_ACA_UPDATE_MESS2', compa::encodeutf('Patch and small fixes.'));
  539. define('_ACA_UPDATE_MESS3', compa::encodeutf('New release.'));
  540. define('_ACA_UPDATE_MESS5', compa::encodeutf('Joomla 1.5 is required to update.'));
  541. define('_ACA_UPDATE_IS_AVAIL', compa::encodeutf(' is available!'));
  542. define('_ACA_NO_MAILING_SENT', compa::encodeutf('No mailing sent!'));
  543. define('_ACA_SHOW_LOGIN', compa::encodeutf('Show login form'));
  544. define('_ACA_SHOW_LOGIN_TIPS', compa::encodeutf('Select Yes to show a login form in the front-end jNews control panel so that user can register to the website.'));
  545. define('_ACA_LISTS_EDITOR', compa::encodeutf('List Description Editor'));
  546. define('_ACA_LISTS_EDITOR_TIPS', compa::encodeutf('Select Yes to use an HTML editor to edit the list description field.'));
  547. define('_ACA_SUBCRIBERS_VIEW', compa::encodeutf('View subscribers'));
  548. //News since 1.0.2
  549. define('_ACA_FRONTEND_SETTINGS', compa::encodeutf('Front-end Settings'));
  550. define('_ACA_SHOW_LOGOUT', compa::encodeutf('Show logout button'));
  551. define('_ACA_SHOW_LOGOUT_TIPS', compa::encodeutf('Select Yes to show a logout button in the front-end jNews control panel.'));
  552. //News since 1.0.3 CB integration
  553. define('_ACA_CONFIG_INTEGRATION', compa::encodeutf('Integration'));
  554. define('_ACA_CB_INTEGRATION', compa::encodeutf('Community Builder Integration'));
  555. define('_ACA_INSTALL_PLUGIN', compa::encodeutf('Community Builder Plugin (jNews Integration) '));
  556. define('_ACA_CB_PLUGIN_NOT_INSTALLED', compa::encodeutf('jNews Plugin for Community Builder is not yet installed!'));
  557. define('_ACA_CB_PLUGIN', compa::encodeutf('Lists at registration'));
  558. define('_ACA_CB_PLUGIN_TIPS', compa::encodeutf('Select Yes to show the mailing lists in the community builder registration form'));
  559. define('_ACA_CB_LISTS', compa::encodeutf('List IDs'));
  560. define('_ACA_CB_LISTS_TIPS', compa::encodeutf('THIS IS A REQUIRED FIELD. Enter the id number of the lists you wish to allow users to subscribe to seperated by a comma , (0 show all the lists)'));
  561. define('_ACA_CB_INTRO', compa::encodeutf('Introduction text'));
  562. define('_ACA_CB_INTRO_TIPS', compa::encodeutf('A text that appear will appear before the listing. LEAVE BLANK TO NOT SHOW NOTHING. You can use HTML tags to customize the look and feel.'));
  563. define('_ACA_CB_SHOW_NAME', compa::encodeutf('Show List Name'));
  564. define('_ACA_CB_SHOW_NAME_TIPS', compa::encodeutf('Select whether or not to show the name of the list after the introduction.'));
  565. define('_ACA_CB_LIST_DEFAULT', compa::encodeutf('Check list by default'));
  566. define('_ACA_CB_LIST_DEFAULT_TIPS', compa::encodeutf('Select whether or not to you want the check box for each list checked by default.'));
  567. define('_ACA_CB_HTML_SHOW', compa::encodeutf('Show Receive HTML'));
  568. define('_ACA_CB_HTML_SHOW_TIPS', compa::encodeutf('Set to Yes to allow users to decide whether they want HTML emails or not. Set to No to use default receive html.'));
  569. define('_ACA_CB_HTML_DEFAULT', compa::encodeutf('Default Receive HTML'));
  570. define('_ACA_CB_HTML_DEFAULT_TIPS', compa::encodeutf('Set this option to show the default html mailing configuration. If the Show Receive HTML is set to No then this option will be the default.'));
  571. // Since 1.0.4
  572. define('_ACA_BACKUP_FAILED', compa::encodeutf('Could not backup the file! File not replaced.'));
  573. define('_ACA_BACKUP_YOUR_FILES', compa::encodeutf('The old version of the files have been backed up into the following directory:'));
  574. define('_ACA_SERVER_LOCAL_TIME', compa::encodeutf('Server local time'));
  575. define('_ACA_SHOW_ARCHIVE', compa::encodeutf('Show archive button'));
  576. define('_ACA_SHOW_ARCHIVE_TIPS', compa::encodeutf('Select YES to show the archive button in the front end on the Newsletter listing'));
  577. define('_ACA_LIST_OPT_TAG', compa::encodeutf('Tags'));
  578. define('_ACA_LIST_OPT_IMG', compa::encodeutf('Images'));
  579. define('_ACA_LIST_OPT_CTT', compa::encodeutf('Content'));
  580. define('_ACA_INPUT_NAME_TIPS', compa::encodeutf('Enter your full name (firstname first)'));
  581. define('_ACA_INPUT_EMAIL_TIPS', compa::encodeutf('Enter your email address (Make sure this is a valid email address if you want to receive our mailings.)'));
  582. define('_ACA_RECEIVE_HTML_TIPS', compa::encodeutf('Choose Yes if you want to receive HTML mailings - No to receive Text only mailings'));
  583. define('_ACA_TIME_ZONE_ASK_TIPS', compa::encodeutf('Specify your time zone.'));
  584. // Since 1.0.5
  585. define('_ACA_FILES', compa::encodeutf('Files'));
  586. define('_ACA_FILES_UPLOAD', compa::encodeutf('Upload'));
  587. define('_ACA_MENU_UPLOAD_IMG', compa::encodeutf('Upload Images'));
  588. define('_ACA_TOO_LARGE', compa::encodeutf('File size too large. The maximum permitted size is'));
  589. define('_ACA_MISSING_DIR', compa::encodeutf('Destination directory doesn\'t exist'));
  590. define('_ACA_IS_NOT_DIR', compa::encodeutf('The destination directory doesn\'t exist or is a regular file.'));
  591. define('_ACA_NO_WRITE_PERMS', compa::encodeutf('The destination directory doesn\'t have write perms.'));
  592. define('_ACA_NO_USER_FILE', compa::encodeutf('You haven\'t selected any file for uploading.'));
  593. define('_ACA_E_FAIL_MOVE', compa::encodeutf('Impossible to move the file.'));
  594. define('_ACA_FILE_EXISTS', compa::encodeutf('The destination file already exists.'));
  595. define('_ACA_CANNOT_OVERWRITE', compa::encodeutf('The destination file already exists and could not be overwritten.'));
  596. define('_ACA_NOT_ALLOWED_EXTENSION', compa::encodeutf('File extension not permitted.'));
  597. define('_ACA_PARTIAL', compa::encodeutf('The file was only partially uploaded.'));
  598. define('_ACA_UPLOAD_ERROR', compa::encodeutf('Upload error:'));
  599. define('DEV_NO_DEF_FILE', compa::encodeutf('The file was only partially uploaded.'));
  600. // already exist but modified added a <br/ on first line and added [SUBSCRIPTIONS] line>
  601. define('_ACA_CONTENTREP', compa::encodeutf('[SUBSCRIPTIONS] = This will be replaced with the subscription links.' .
  602. ' This is <strong>required</strong> to make jNews work properly.<br>' .
  603. 'If you place any other content in this box it will be display in all mailings corresponding to this list.' .
  604. ' <br>Add your subscription message at the end. jNews will automatically add a link for the subscriber to change their information and a link to unsubscribe from the list.'));
  605. // since 1.0.6
  606. define('_ACA_NOTIFICATION', compa::encodeutf('Notification')); // shortcut for Email notification
  607. define('_ACA_NOTIFICATIONS', compa::encodeutf('Notifications'));
  608. define('_ACA_USE_SEF', compa::encodeutf('SEF in mailings'));
  609. define('_ACA_USE_SEF_TIPS', compa::encodeutf('It is recommended that you choose No. However if you want the URL included in your mailings to use SEF then choose Yes.' .
  610. ' <br><b>The links will works the same for either options. No will insure that the links in the mailings will always works even if you change your SEF.</b> '));
  611. define('_ACA_ERR_NB', compa::encodeutf('Error #: ERR'));
  612. define('_ACA_ERR_SETTINGS', compa::encodeutf('Error handeling settings'));
  613. define('_ACA_ERR_SEND', compa::encodeutf('Send error report'));
  614. define('_ACA_ERR_SEND_TIPS', compa::encodeutf('If you want jNews be a better product please select YES. This will send us an error report. So you even dont need to report bugs anymore ;-) <br> <b>NO PRIVATE INFORMATION IS SENT</b>. We dont even know from what website the error is coming from. We send only information about jNews, the PHP setup and SQL queries. '));
  615. define('_ACA_ERR_SHOW_TIPS', compa::encodeutf('Choose Yes to show error number on the screen. Mainly used for debuging purpose. '));
  616. define('_ACA_ERR_SHOW', compa::encodeutf('Show errors'));
  617. define('_ACA_LIST_SHOW_UNSUBCRIBE', compa::encodeutf('Show unsubscribe links'));
  618. define('_ACA_LIST_SHOW_UNSUBCRIBE_TIPS', compa::encodeutf('Select Yes to show the unsubscribe links at the bottom of the mailings for users to change their subscriptions. <br> No disable the footer and links.'));
  619. define('_ACA_UPDATE_INSTALL', compa::encodeutf('<span style="color: rgb(255, 0, 0);">IMPORTANT NOTICE!</span> <br>If you are upgrading from a previous jNews install you need to upgrade your database structure by clicking on the following button (Your data will stay in integrity)'));
  620. define('_ACA_UPDATE_INSTALL_BTN', compa::encodeutf('Upgrade tables and configuration'));
  621. define('_ACA_MAILING_MAX_TIME', compa::encodeutf('Max queue time'));
  622. define('_ACA_MAILING_MAX_TIME_TIPS', compa::encodeutf('Define the maximum time for each set of emails sent by the queue. Recommanded between 30s and 2mins.'));
  623. // virtuemart integration beta
  624. define('_ACA_VM_INTEGRATION', compa::encodeutf('VirtueMart Integration'));
  625. define('_ACA_VM_COUPON_NOTIF', compa::encodeutf('Coupon notification ID'));
  626. define('_ACA_VM_COUPON_NOTIF_TIPS', compa::encodeutf('Specify the ID number of the mailing you want to use to send coupons to your shoppers.'));
  627. define('_ACA_VM_NEW_PRODUCT', compa::encodeutf('New products notification ID'));
  628. define('_ACA_VM_NEW_PRODUCT_TIPS', compa::encodeutf('Specify the ID number of the mailing you want to use to send new products notification.'));
  629. // since 1.0.8
  630. // create forms for subscriptions
  631. define('_ACA_FORM_BUTTON', compa::encodeutf('Create form'));
  632. define('_ACA_FORM_COPY', compa::encodeutf('HTML code'));
  633. define('_ACA_FORM_COPY_TIPS', compa::encodeutf('Copy the generated HTML code into your HTML page.'));
  634. define('_ACA_FORM_LIST_TIPS', compa::encodeutf('Select the list you want to include in the form'));
  635. // update messages
  636. define('_ACA_UPDATE_MESS4', compa::encodeutf('It can\'t be updated automatically.'));
  637. define('_ACA_WARNG_REMOTE_FILE', compa::encodeutf('No way to get remote file.'));
  638. define('_ACA_ERROR_FETCH', compa::encodeutf('Error fetching file.'));
  639. define('_ACA_CHECK', compa::encodeutf('Check'));
  640. define('_ACA_MORE_INFO', compa::encodeutf('More info'));
  641. define('_ACA_UPDATE_NEW', compa::encodeutf('Update to newer version'));
  642. define('_ACA_UPGRADE', compa::encodeutf('Upgrade to higher product'));
  643. define('_ACA_DOWNDATE', compa::encodeutf('Roll back to previous version'));
  644. define('_ACA_DOWNGRADE', compa::encodeutf('Back to basic product'));
  645. define('_ACA_REQUIRE_JOOM', compa::encodeutf('Require Joomla'));
  646. define('_ACA_TRY_IT', compa::encodeutf('Try it!'));
  647. define('_ACA_NEWER', compa::encodeutf('Newer'));
  648. define('_ACA_OLDER', compa::encodeutf('Older'));
  649. define('_ACA_CURRENT', compa::encodeutf('Current'));
  650. // since 1.0.9
  651. define('_ACA_CHECK_COMP', compa::encodeutf('Try one of the other components'));
  652. define('_ACA_MENU_VIDEO', compa::encodeutf('Video tutorials'));
  653. define('_ACA_AUTO_SCHEDULE', compa::encodeutf('Schedule'));
  654. define('_ACA_SCHEDULE_TITLE', compa::encodeutf('Automatic schedule function setting'));
  655. define('_ACA_ISSUE_NB_TIPS', compa::encodeutf('Issue number generated automatically by the system'));
  656. define('_ACA_SEL_ALL', compa::encodeutf('All mailings'));
  657. define('_ACA_SEL_ALL_SUB', compa::encodeutf('All lists'));
  658. define('_ACA_INTRO_ONLY_TIPS', compa::encodeutf('If you check this box only the introduction of the article will be inserted into the mailing with a read more link to the complete article on your site.'));
  659. define('_ACA_TAGS_TITLE', compa::encodeutf('Content tag'));
  660. define('_ACA_TAGS_TITLE_TIPS', compa::encodeutf('Copy and paste this tag into the mailing where you want to have the content to be placed.'));
  661. define('_ACA_PREVIEW_EMAIL_TEST', compa::encodeutf('Indicate the email address to send a test to'));
  662. define('_ACA_PREVIEW_TITLE', compa::encodeutf('Preview'));
  663. define('_ACA_AUTO_UPDATE', compa::encodeutf('New update notification'));
  664. define('_ACA_AUTO_UPDATE_TIPS', compa::encodeutf('Select Yes if you want to be notified of new updates for your component. <br />IMPORTANT!! Show tips needs to be on for this function to work.'));
  665. // since 1.1.0
  666. define('_ACA_LICENSE', compa::encodeutf('License Information'));
  667. // since 1.1.1
  668. define('_ACA_NEW', compa::encodeutf('New'));
  669. define('_ACA_SCHEDULE_SETUP', compa::encodeutf('In order for the autoresponders to be sent you need to setup scheduler in the configuration.'));
  670. define('_ACA_SCHEDULER', compa::encodeutf('Scheduler'));
  671. define('_ACA_JNEWSLETTER_CRON_DESC', compa::encodeutf('if you do not have access to a cron task manager on your website, you can register for a Free jNews Cron account at:'));
  672. define('_ACA_CRON_DOCUMENTATION', compa::encodeutf('You can find further information on setting up the jNews Scheduler at the following url:'));
  673. define('_ACA_CRON_DOC_URL', compa::encodeutf('<a href="http://www.ijoobi.com/index.php?option=com_content&view=article&id=4249&catid=29&Itemid=72"
  674. target="_blank">http://www.ijoobi.com/index.php?option=com_content&Itemid=72&view=category&layout=blog&id=29&limit=60</a>'));
  675. define( '_ACA_QUEUE_PROCESSED', compa::encodeutf('Queue processed succefully...'));
  676. define( '_ACA_ERROR_MOVING_UPLOAD', compa::encodeutf('Error moving imported file'));
  677. //since 1.1.4
  678. define( '_ACA_SCHEDULE_FREQUENCY', compa::encodeutf('Scheduler frequency'));
  679. define( '_ACA_CRON_MAX_FREQ', compa::encodeutf('Scheduler max frequency'));
  680. define( '_ACA_CRON_MAX_FREQ_TIPS', compa::encodeutf('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.'));
  681. define( '_ACA_CRON_MAX_EMAIL', compa::encodeutf('Maximum emails per task'));
  682. define( '_ACA_CRON_MAX_EMAIL_TIPS', compa::encodeutf('Specify the maximum number of emails sent per task (0 unlimited).'));
  683. define( '_ACA_CRON_MINUTES', compa::encodeutf(' minutes'));
  684. define( '_ACA_SHOW_SIGNATURE', compa::encodeutf('Show email footer'));
  685. define( '_ACA_SHOW_SIGNATURE_TIPS', compa::encodeutf('Whether or not you want to promote jNews in the footer of the emails.'));
  686. define( '_ACA_QUEUE_AUTO_PROCESSED', compa::encodeutf('Auto-responders processed successfully...'));
  687. define( '_ACA_QUEUE_NEWS_PROCESSED', compa::encodeutf('Scheduled newsletters processed successfully...'));
  688. define( '_ACA_MENU_SYNC_USERS', compa::encodeutf('Sync Users'));
  689. define( '_ACA_SYNC_USERS_SUCCESS', compa::encodeutf('Users Synchronization Successful!'));
  690. // compatibility with Joomla 15
  691. if (!defined('_BUTTON_LOGOUT')) define( '_BUTTON_LOGOUT', compa::encodeutf('Logout'));
  692. if (!defined('_CMN_YES')) define( '_CMN_YES', compa::encodeutf('Yes'));
  693. if (!defined('_CMN_NO')) define( '_CMN_NO', compa::encodeutf('No'));
  694. if (!defined('_HI')) define( '_HI', compa::encodeutf('Hi'));
  695. if (!defined('_CMN_TOP')) define( '_CMN_TOP', compa::encodeutf('Top'));
  696. if (!defined('_CMN_BOTTOM')) define( '_CMN_BOTTOM', compa::encodeutf('Bottom'));
  697. //if (!defined('_BUTTON_LOGOUT')) define( '_BUTTON_LOGOUT', compa::encodeutf('Logout'));
  698. // For include title only or full article in content item tab in newsletter edit - p0stman911
  699. define('_ACA_TITLE_ONLY_TIPS', compa::encodeutf('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.'));
  700. define('_ACA_TITLE_ONLY', compa::encodeutf('Title Only'));
  701. define('_ACA_FULL_ARTICLE_TIPS', compa::encodeutf('If you select this the complete article will be inserted into the mailing'));
  702. define('_ACA_FULL_ARTICLE', compa::encodeutf('Full Article'));
  703. define('_ACA_CONTENT_ITEM_SELECT_T', compa::encodeutf('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). '));
  704. define('_ACA_SUBSCRIBE_LIST2', compa::encodeutf('Mailing list(s)'));
  705. // smart-newsletter function
  706. define('_ACA_AUTONEWS', compa::encodeutf('Smart-Newsletter'));
  707. define('_ACA_MENU_AUTONEWS', compa::encodeutf('Smart-Newsletters'));
  708. define('_ACA_AUTO_NEWS_OPTION', compa::encodeutf('Smart-Newsletter options'));
  709. define('_ACA_AUTONEWS_FREQ', compa::encodeutf('Newsletter Frequency'));
  710. define('_ACA_AUTONEWS_FREQ_TIPS', compa::encodeutf('Specify the frequency at which you want to send the smart-newsletter.'));
  711. define('_ACA_AUTONEWS_SECTION', compa::encodeutf('Article Section'));
  712. define('_ACA_AUTONEWS_SECTION_TIPS', compa::encodeutf('Specify the section you want to choose the articles from.'));
  713. define('_ACA_AUTONEWS_CAT', compa::encodeutf('Article Category'));
  714. define('_ACA_AUTONEWS_CAT_TIPS', compa::encodeutf('Specify the category you want to choose the articles from (All for all article in that section).'));
  715. define('_ACA_SELECT_SECTION', compa::encodeutf('All Sections'));
  716. define('_ACA_SELECT_CAT', compa::encodeutf('All Categories'));
  717. define('_ACA_AUTO_DAY_CH8', compa::encodeutf('Quaterly'));
  718. define('_ACA_AUTONEWS_STARTDATE', compa::encodeutf('Start date'));
  719. define('_ACA_AUTONEWS_STARTDATE_TIPS', compa::encodeutf('Specify the date you want to start sending the Smart Newsletter.'));
  720. define('_ACA_AUTONEWS_TYPE', compa::encodeutf('Content rendering'));// how we see the content which is included in the newsletter
  721. define('_ACA_AUTONEWS_TYPE_TIPS', compa::encodeutf('Full Article: will include the entire article in the newsletter.<br />' .
  722. 'Intro only: will include only the introduction of the article in the newsletter.<br/>' .
  723. 'Title only: will include only the title of the article in the newsletter.'));
  724. define('_ACA_TAGS_AUTONEWS', compa::encodeutf('[SMARTNEWSLETTER] = This will be replaced by the Smart-newsletter.'));
  725. //since 1.1.3
  726. define('_ACA_MALING_EDIT_VIEW', compa::encodeutf('Create / View Mailings'));
  727. define('_ACA_LICENSE_CONFIG', compa::encodeutf('License'));
  728. define('_ACA_ENTER_LICENSE', compa::encodeutf('Enter license'));
  729. define('_ACA_ENTER_LICENSE_TIPS', compa::encodeutf('Enter your license number and save it.'));
  730. define('_ACA_LICENSE_SETTING', compa::encodeutf('License settings'));
  731. define('_ACA_GOOD_LIC', compa::encodeutf('Your license is valid.'));
  732. define('_ACA_NOTSO_GOOD_LIC', compa::encodeutf('Your license is not valid: '));
  733. define('_ACA_PLEASE_LIC', compa::encodeutf('Please contact jNews support to upgrade your license ( license@ijoobi.com ).'));
  734. define('_ACA_DESC_PLUS', compa::encodeutf('jNews Plus is the first sequencial auto-responders for Joomla CMS. ' . _ACA_FEATURES));
  735. define('_ACA_DESC_PRO', compa::encodeutf('jNews PRO the ultimate mailing system for Joomla CMS. ' . _ACA_FEATURES));
  736. //since 1.1.4
  737. define('_ACA_ENTER_TOKEN', compa::encodeutf('Enter token'));
  738. define('_ACA_ENTER_TOKEN_TIPS', compa::encodeutf('Please enter your token number you received by email when you purchased jNews. '));
  739. define('_ACA_JNEWSLETTER_SITE', compa::encodeutf('jNews site:'));
  740. define('_ACA_MY_SITE', compa::encodeutf('My site:'));
  741. define( '_ACA_LICENSE_FORM', compa::encodeutf(' ' .
  742. 'Click here to go to the license form.</a>'));
  743. define('_ACA_PLEASE_CLEAR_LICENSE', compa::encodeutf('Please clear the license field so it is empty and try again.<br /> If the problem persists, '));
  744. define( '_ACA_LICENSE_SUPPORT', compa::encodeutf('If you still have questions, ' . _ACA_PLEASE_LIC));
  745. define( '_ACA_LICENSE_TWO', compa::encodeutf('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. '
  746. . _ACA_LICENSE_FORM . '<br /><br/>' . _ACA_LICENSE_SUPPORT));
  747. define('_ACA_ENTER_TOKEN_PATIENCE', compa::encodeutf('After saving your token a license will be generated automatically. ' .
  748. ' Usually the token is validated in 2 minutes. However, in some cases it can take up to 15 minutes.<br />' .
  749. '<br />Check back this control panel in few minutes. <br /><br />' .
  750. 'If you didn\'t receive a valid license key in 15 minutes, '. _ACA_LICENSE_TWO));
  751. define( '_ACA_ENTER_NOT_YET', compa::encodeutf('Your token has not yet been validated.'));
  752. define( '_ACA_UPDATE_CLICK_HERE', compa::encodeutf('Pleae visit <a href="http://www.ijoobi.com" target="_blank">www.ijoobi.com</a> to download the newest version.'));
  753. define( '_ACA_NOTIF_UPDATE', compa::encodeutf('To be notified of new updates enter your email address and click subscribe '));
  754. define('_ACA_THINK_PLUS', compa::encodeutf('If you want more out of your mailing system think Plus!'));
  755. define('_ACA_THINK_PLUS_1', compa::encodeutf('Sequential auto-responders'));
  756. define('_ACA_THINK_PLUS_2', compa::encodeutf('Schedule the delivery of your newsletter for a predefined date'));
  757. define('_ACA_THINK_PLUS_3', compa::encodeutf('No more server limitation'));
  758. define('_ACA_THINK_PLUS_4', compa::encodeutf('and much more...'));
  759. //since 1.2.2
  760. define( '_ACA_LIST_ACCESS', compa::encodeutf('List Access'));
  761. define( '_ACA_INFO_LIST_ACCESS', compa::encodeutf('Specify what group of users can view and subscribe to this list'));
  762. define( 'ACA_NO_LIST_PERM', compa::encodeutf('You don\'t have enough permission to subscribe to this list'));
  763. //Archive Configuration
  764. define('_ACA_MENU_TAB_ARCHIVE', compa::encodeutf('Archive'));
  765. define('_ACA_MENU_ARCHIVE_ALL', compa::encodeutf('Archive All'));
  766. //Archive Lists
  767. define('_FREQ_OPT_0', compa::encodeutf('None'));
  768. define('_FREQ_OPT_1', compa::encodeutf('Every Week'));
  769. define('_FREQ_OPT_2', compa::encodeutf('Every 2 Weeks'));
  770. define('_FREQ_OPT_3', compa::encodeutf('Every Month'));
  771. define('_FREQ_OPT_4', compa::encodeutf('Every Quarter'));
  772. define('_FREQ_OPT_5', compa::encodeutf('Every Year'));
  773. define('_FREQ_OPT_6', compa::encodeutf('Other'));
  774. define('_DATE_OPT_1', compa::encodeutf('Created date'));
  775. define('_DATE_OPT_2', compa::encodeutf('Modified date'));
  776. define('_ACA_ARCHIVE_TITLE', compa::encodeutf('Setting up auto-archive frequency'));
  777. define('_ACA_FREQ_TITLE', compa::encodeutf('Archive frequency'));
  778. define('_ACA_FREQ_TOOL', compa::encodeutf('Define how often you want the Archive Manager to arhive your website content.'));
  779. define('_ACA_NB_DAYS', compa::encodeutf('Number of days'));
  780. define('_ACA_NB_DAYS_TOOL', compa::encodeutf('This is only for the Other option! Please specify the number of days between each Archive.'));
  781. define('_ACA_DATE_TITLE', compa::encodeutf('Date type'));
  782. define('_ACA_DATE_TOOL', compa::encodeutf('Define if the archived should be done on the created date or modified date.'));
  783. define('_ACA_MAINTENANCE_TAB', compa::encodeutf('Maintenance settings'));
  784. define('_ACA_MAINTENANCE_FREQ', compa::encodeutf('Maintenance frequency'));
  785. define( '_ACA_MAINTENANCE_FREQ_TIPS', compa::encodeutf('Specify the frequency at which you want the maintenance routine to run.'));
  786. define( '_ACA_CRON_DAYS', compa::encodeutf('hour(s)'));
  787. define( '_ACA_LIST_NOT_AVAIL', compa::encodeutf('There is no list available.'));
  788. define( '_ACA_LIST_ADD_TAB', compa::encodeutf('Add/Edit'));
  789. define( '_ACA_LIST_ACCESS_EDIT', compa::encodeutf('Mailing Add/Edit Access'));
  790. define( '_ACA_INFO_LIST_ACCESS_EDIT', compa::encodeutf('Specify what group of users can add or edit a new mailing for this list'));
  791. define( '_ACA_MAILING_NEW_FRONT', compa::encodeutf('Createa New Mailing'));
  792. define('_ACA_AUTO_ARCHIVE', compa::encodeutf('Auto-Archive'));
  793. define('_ACA_MENU_ARCHIVE', compa::encodeutf('Auto-Archive'));
  794. //Extra tags:
  795. define('_ACA_TAGS_ISSUE_NB', compa::encodeutf('[ISSUENB] = This will be replaced by the issue number of the newsletter.'));
  796. define('_ACA_TAGS_DATE', compa::encodeutf('[DATE] = This will be replaced by the sent date.'));
  797. define('_ACA_TAGS_CB', compa::encodeutf('[CBTAG:{field_name}] = This will be replaced by the value taken from the Community Builder field: eg. [CBTAG:firstname] '));
  798. define( '_ACA_MAINTENANCE', compa::encodeutf('Joobi Care'));
  799. define('_ACA_THINK_PRO', compa::encodeutf('When you have professional needs, you use professional components!'));
  800. define('_ACA_THINK_PRO_1', compa::encodeutf('Smart-Newsletters'));
  801. define('_ACA_THINK_PRO_2', compa::encodeutf('Define access level for your list'));
  802. define('_ACA_THINK_PRO_3', compa::encodeutf('Define who can edit/add mailings'));
  803. define('_ACA_THINK_PRO_4', compa::encodeutf('More tags: add your CB fields'));
  804. define('_ACA_THINK_PRO_5', compa::encodeutf('Joomla contents Auto-archive'));
  805. define('_ACA_THINK_PRO_6', compa::encodeutf('Database optimization'));
  806. define('_ACA_LIC_NOT_YET', compa::encodeutf('Your license is not yet valid. Please check the license Tab in the configuration panel.'));
  807. define('_ACA_PLEASE_LIC_GREEN', compa::encodeutf('Make sure to provide the green information at the top of the tab to our support team.'));
  808. define('_ACA_FOLLOW_LINK', compa::encodeutf('Get Your License'));
  809. define( '_ACA_FOLLOW_LINK_TWO', compa::encodeutf('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. '));
  810. define( '_ACA_ENTER_TOKEN_TIPS2', compa::encodeutf(' Then click on Apply button in the top right menu.'));
  811. define( '_ACA_ENTER_LIC_NB', compa::encodeutf('Enter your License'));
  812. define( '_ACA_UPGRADE_LICENSE', compa::encodeutf('Upgrade Your License'));
  813. define( '_ACA_UPGRADE_LICENSE_TIPS', compa::encodeutf('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.'));
  814. define( '_ACA_MAIL_FORMAT', compa::encodeutf('Encoding format'));
  815. define( '_ACA_MAIL_FORMAT_TIPS', compa::encodeutf('What format do you want to use for encoding your mailings, Text only or MIME'));
  816. define( '_ACA_JNEWSLETTER_CRON_DESC_ALT', compa::encodeutf('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.'));
  817. //since 1.3.1
  818. define('_ACA_SHOW_AUTHOR', compa::encodeutf('Show Author\'s Name'));
  819. define('_ACA_SHOW_AUTHOR_TIPS', compa::encodeutf('Select Yes if you want to add the name of the author when you add an article in the Mailing'));
  820. //since 1.3.5
  821. define('_ACA_REGWARN_NAME', compa::encodeutf('Navnet ditt.'));
  822. define('_ACA_REGWARN_MAIL', compa::encodeutf('Gyldig e-postadresse.'));
  823. //since 1.5.6
  824. define('_ACA_ADDEMAILREDLINK_TIPS', compa::encodeutf('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 usefull if you want to execute a special script in your redirect page.'));
  825. define('_ACA_ADDEMAILREDLINK', compa::encodeutf('Add e-mail to the redirect link'));
  826. //since 1.6.3
  827. define('_ACA_ITEMID', compa::encodeutf('ItemId'));
  828. define('_ACA_ITEMID_TIPS', compa::encodeutf('This ItemId will be added to your jNews links.'));
  829. //since 1.6.5
  830. define('_ACA_SHOW_JCALPRO', compa::encodeutf('jCalPRO'));
  831. define('_ACA_SHOW_JCALPRO_TIPS', compa::encodeutf('Show the integration tab for jCalPRO <br/>(only if jCalPRO is installed on your website!)'));
  832. define('_ACA_JCALTAGS_TITLE', compa::encodeutf('jCalPRO Tag:'));
  833. define('_ACA_JCALTAGS_TITLE_TIPS', compa::encodeutf('Copy and paste this tag into the mailing where you want to have the event to be placed.'));
  834. define('_ACA_JCALTAGS_DESC', compa::encodeutf('Description:'));
  835. define('_ACA_JCALTAGS_DESC_TIPS', compa::encodeutf('Select Yes if you want to insert the description of the event'));
  836. define('_ACA_JCALTAGS_START', compa::encodeutf('Start date:'));
  837. define('_ACA_JCALTAGS_START_TIPS', compa::encodeutf('Select Yes if you want to insert the start date of the event'));
  838. define('_ACA_JCALTAGS_READMORE', compa::encodeutf('Read more:'));
  839. define('_ACA_JCALTAGS_READMORE_TIPS', compa::encodeutf('Select Yes if you want to insert a <b>read more link</b> for this event'));
  840. define('_ACA_REDIRECTCONFIRMATION', compa::encodeutf('Redirect URL'));
  841. define('_ACA_REDIRECTCONFIRMATION_TIPS', compa::encodeutf('If you require a confirmation e-mail, the user will be confirmed and redirected to this URL if he clicks on the confirmation link.'));
  842. //since 2.0.0 compatibility with Joomla 1.5
  843. if(!defined('_CMN_SAVE') and defined('CMN_SAVE')) define('_CMN_SAVE',CMN_SAVE);
  844. if(!defined('_CMN_SAVE')) define('_CMN_SAVE','Save');
  845. if(!defined('_NO_ACCOUNT')) define('_NO_ACCOUNT','No account yet?');
  846. if(!defined('_CREATE_ACCOUNT')) define('_CREATE_ACCOUNT','Register');
  847. if(!defined('_NOT_AUTH')) define('_NOT_AUTH','You are not authorised to view this resource.');
  848. //since 3.0.0
  849. define('_ACA_DISABLETOOLTIP', compa::encodeutf('Disable Tooltip'));
  850. define('_ACA_DISABLETOOLTIP_TIPS', compa::encodeutf('Disable the tooltip on the frontend'));
  851. define('_ACA_MINISENDMAIL', compa::encodeutf('Use Mini SendMail'));
  852. define('_ACA_MINISENDMAIL_TIPS', compa::encodeutf('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'));
  853. //Since 3.1.5
  854. define('_ACA_READMORE',compa::encodeutf('Read more...'));
  855. define('_ACA_VIEWARCHIVE',compa::encodeutf('Click here'));
  856. //since 4.0.0
  857. define('_ACA_SHOW_JLINKS',compa::encodeutf('Link Tracking'));
  858. define('_ACA_SHOW_JLINKS_TIPS',compa::encodeutf('Enables the integration with jLinks to be able to do link tracking for each links in the newsletter.'));
  859. //since 4.1.0
  860. define( '_ACA_MAIL_ENCODING', 'Mail encoding' );
  861. define( '_ACA_MAIL_ENCODING_TIPS', 'What encoding format do you want to use UTF-8 (highly recommended) or ISO-8859-2' );
  862. define( '_ACA_COPY_SUBJECT', 'Copy Subject' );
  863. //since 5.0.0
  864. //mary for columns
  865. define('_ACA_MCOLUMN1','Column 1');//$GLOBALS[ACA.'column1_name']);
  866. define('_ACA_MCOLUMN2','Column 2');//$GLOBALS[ACA.'column2_name']);
  867. define('_ACA_MCOLUMN3','Column 3');//$GLOBALS[ACA.'column3_name']);
  868. define('_ACA_MCOLUMN4','Column 4');//$GLOBALS[ACA.'column4_name']);
  869. define('_ACA_MCOLUMN5','Column 5');//$GLOBALS[ACA.'column5_name']);
  870. //fieldset for column configuration
  871. define('_ACA_COLUMN','User-defined Columns');
  872. define('_ACA_COLUMN1','Show Column 1');
  873. define('_ACA_COLUMN2','Show Column 2');
  874. define('_ACA_COLUMN3','Show Column 3');
  875. define('_ACA_COLUMN4','Show Column 4');
  876. define('_ACA_COLUMN5','Show Column 5');
  877. define('_ACA_COL1_NAME', 'Column 1 Name');
  878. define('_ACA_COL2_NAME', 'Column 2 Name');
  879. define('_ACA_COL3_NAME', 'Column 3 Name');
  880. define('_ACA_COL4_NAME', 'Column 4 Name');
  881. define('_ACA_COL5_NAME', 'Column 5 Name');
  882. //define('_ACA_COL1_TIPS','Enter the alias name of column 1 to be shown in the subscribers module');
  883. define('_ACA_SHOW_COLUMN1_TIPS','Show/hide this column in your subscribers list-BE');
  884. define('_ACA_SHOW_COLUMN2_TIPS','Show/hide this column in your subscribers list-BE');
  885. define('_ACA_SHOW_COLUMN3_TIPS','Show/hide this column in your subscribers list-BE');
  886. define('_ACA_SHOW_COLUMN4_TIPS','Show/hide this column in your subscribers list-BE');
  887. define('_ACA_SHOW_COLUMN5_TIPS','Show/hide this column in your subscribers list-BE');
  888. define('_ACA_INPUT_COLUMN1','Column 1');//$GLOBALS[ACA.'column1_name']);
  889. define('_ACA_INPUT_COLUMN2','Column 2');//$GLOBALS[ACA.'column2_name']);
  890. define('_ACA_INPUT_COLUMN3','Column 3');//$GLOBALS[ACA.'column3_name']);
  891. define('_ACA_INPUT_COLUMN4','Column 4');//$GLOBALS[ACA.'column4_name']);
  892. define('_ACA_INPUT_COLUMN5','Column 5');//$GLOBALS[ACA.'column5_name']);
  893. define('_ACA_INPUT_COLUMN1_TIPS','Enter your column 1');
  894. define('_ACA_INPUT_COLUMN2_TIPS','Enter your column 2');
  895. define('_ACA_INPUT_COLUMN3_TIPS','Enter your column 3');
  896. define('_ACA_INPUT_COLUMN4_TIPS','Enter your column 4');
  897. define('_ACA_INPUT_COLUMN5_TIPS','Enter your column 5');
  898. define('_ACA_COLUMN1_REP', '[COLUMN1] = This will be replaced by your user defined column 1');
  899. define('_ACA_COLUMN2_REP', '[COLUMN2] = This will be replaced by your user defined column 2');
  900. define('_ACA_COLUMN3_REP', '[COLUMN3] = This will be replaced by your user defined column 3');
  901. define('_ACA_COLUMN4_REP', '[COLUMN4] = This will be replaced by your user defined column 4');
  902. define('_ACA_COLUMN5_REP', '[COLUMN5] = This will be replaced by your user defined column 5');
  903. define('_ACA_REGWARN_COLUMN1','Please enter your');
  904. define('_ACA_REGWARN_COLUMN2','Please enter your');
  905. define('_ACA_REGWARN_COLUMN3','Please enter your');
  906. define('_ACA_REGWARN_COLUMN4','Please enter your');
  907. define('_ACA_REGWARN_COLUMN5','Please enter your');
  908. //end of columns
  909. //url
  910. define('_ACA_URL_PASS','Password');
  911. 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.)');
  912. define('_ACA_URL_MES','Please subscribe through the Subscriber Module or subscribe through the frontend.');
  913. define('_ACA_URL_PASS_WARN','(In the PRO If you change this password, please update the hidden password in your external form as well.)');
  914. define('_ACA_ENABLE_CAPTCHA', 'Enable Captcha');
  915. define('_ACA_ENABLE_CAPTCHA_TIPS','Enable captcha functionality in the subscriber module and in the subscription via external form in the PRO.');
  916. //url
  917. // subscription notification
  918. define('_ACA_SUBSCRIPTION_NOTIFY','Send Subscription Notification');
  919. 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: ');
  920. define('_ACA_SUBSCRIPTION_NOTIFY_MSG1','A subscription notification email has been sent to the administrator.');
  921. define('_ACA_SUBSCRIPTION_NOTIFY_MSG2','No subscription notification email sent.');
  922. define('_ACA_NEW_SUB','jNews Newsletter Subscription');
  923. define('_ACA_SUBSCRIPTION_NOTIFY_ERR','Unable in sending a subscription notification to the administrator.');
  924. //subscription notification messages
  925. //for captcha
  926. define('_ACA_CAPTCHA_CAPTION','Code: ');
  927. 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>');
  928. define('_ACA_REGWARN_CAPTCHA','Enter the captcha code.');
  929. define('_ACA_SUB_ERR','<br>Error in subscribing.');
  930. //since 6.0.0
  931. define('_ACA_MOOTOOLS_BTNTEXT' , 'Subscribe Here');
  932. define('_ACA_QUEUE_SUBJECT','Subject');
  933. define('_ACA_QUEUE_EMAIL','Email');
  934. define('_ACA_QUEUE_PRIOR','Priority');
  935. define('_ACA_QUEUE_ATT','Attempts');
  936. define('_ACA_QUEUE_DEL', 'Delete');
  937. define('_ACA_PROCESS_Q','Process Queue');
  938. define('_ACA_CLEAN_Q','Clean Queue');
  939. define('_ACA_SENDDATE','Send date');
  940. define('_ACA_MAILING_Q','All Mailings in Queue');
  941. define('_ACA_MENU_QUEUE', 'Queue');
  942. define('_ACA_MENU_TEMPLATES','Templates');
  943. define('_ACA_MENU_TAB_QUEUE' , 'Queue');
  944. define('_ACA_Q_PROCESS' , 'Queue Configuration');
  945. define('_ACA_MAX_Q','Maximum number of e-mails per batch');
  946. define('_ACA_SUBS_LIST_LABEL' , 'This Newsletter will be sent to the subscribers of the following selected lists:');
  947. define('_ACA_SUBS_LIST_CAMPAIGN' , 'This Newsletter will be sent to the subscribers of the following selected campaigns:');
  948. define('_ACA_SUBS_LIST_RECEIVE', 'Receive' );
  949. define('_ACA_SUBS_LIST_TOALL', 'Select All' );
  950. define('_ACA_SUBS_LIST_TONONE', 'None' );
  951. define('_ACA_LIST_COLOR','Color');
  952. define('_ACA_LIST_COLOR_TIP','Select the color for your list. It can be usefull for the statistics.');
  953. define('_ACA_MENU_NEW', 'New');
  954. define('_ACA_MENU_EDIT', 'Edit');
  955. define('_ACA_MENU_APPLY', 'Apply');
  956. define('_ACA_MENU_CANCEL', 'Cancel');
  957. define('_ACA_MENU_TEMPLATE', 'Template');
  958. define('_ACA_HTML_VERSION', 'HTML Version');
  959. define('_ACA_NONHTML_VERSION', 'Non-HTML Version');
  960. define('_ACA_TAG_NAME_DESC' , 'This will be replaced by the name the subscriber entered, you will be sending personalized email when using this.');
  961. define('_ACA_TAG_FNAME_DESC' , 'This will be replaced by the FIRST name of the subscriber entered.');
  962. define('_ACA_TAG_ISSUENB_DESC' , 'This will be replaced by the issue number of the newsletter.');
  963. define('_ACA_TAG_DATE_DESC' , 'This will be replaced by the sent date.');
  964. define('_ACA_TAG_CBNAME' , '[CBTAG:{field_name}]');
  965. define('_ACA_TAG_CBNAME_DESC' , 'This will be replaced by the value taken from the Community Builder field: eg. [CBTAG:firstname] ');
  966. 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 /> ');
  967. define('_ACA_DATETIME' , 'Date and Time');
  968. define('_ACA_TEMPLATE_COPY' , '_copy');
  969. define('_ACA_TEMPLATE_DEFAULT_NODEL' , 'You cannot delete a default template!');
  970. define('_ACA_TEMPLATE_DEFAULT_SUCCS' , 'Successfully set to default!');
  971. define('_ACA_TEMPLATE' , 'Template');
  972. define('_ACA_TEMPLATES' , 'Templates');
  973. define('_ACA_CAMPAIGN' , 'Campaign');
  974. define('_ACA_SELCT_MAILINGLIST', 'Please select a list in the List tab in order to add a mailing.');
  975. define('_ACA_SELCT_MAILINGCAMPAIGN', 'Please select a campaign in the List tab in order to add a mailing.');
  976. define('_ACA_TEMPLATE_AVAIL', 'All Available Templates');
  977. define('_ACA_TEMPLATE_NAME', 'Name');
  978. define('_ACA_TEMPLATE_NAME_T', 'Enter the name of the template.');
  979. define('_ACA_TEMPLATE_NAMEKEY', 'Namekey');
  980. define('_ACA_TEMPLATE_NAMEKEY_T', 'Enter the namekey of the template.');
  981. define('_ACA_TEMPLATE_DESC', 'Description');
  982. define('_ACA_TEMPLATE_DEFAULT', 'Default');
  983. define('_ACA_TEMPLATE_DEFAULT_T', 'Select "Yes" to set as the default template.');
  984. define('_ACA_TEMPLATE_PUBLISH', 'Publish');
  985. define('_ACA_TEMPLATE_PUBLISH_T', 'Select "Yes" to publish the template.');
  986. define('_ACA_TEMPLATE_BG', 'Background Color');
  987. define('_ACA_TEMPLATE_BG_T', 'Select the template background color.');
  988. define('_ACA_TEMPLATE_UPLOAD', 'Upload Thumbnail');
  989. define('_ACA_TEMPLATE_UPLOAD_T', 'Upload an image thumbnail of the template.');
  990. define('_ACA_TEMPLATE_DESC_T', 'Enter the description of the template.');
  991. define('_ACA_TEMPLATE_STYLE_TH1', 'Title h1');
  992. define('_ACA_TEMPLATE_STYLE_TH2', 'Title h2');
  993. define('_ACA_TEMPLATE_STYLE_TH3', 'Title h3');
  994. define('_ACA_TEMPLATE_STYLE_TH4', 'Title h4');
  995. define('_ACA_TEMPLATE_STYLE_UNSUB', 'Style for the Unsubscribe Link');
  996. define('_ACA_TEMPLATE_STYLE_SUB', 'Style for the "Change Your Subscription" Link');
  997. define('_ACA_TEMPLATE_STYLE_CONTENT', 'Style for the content area');
  998. define('_ACA_TEMPLATE_STYLE_CHEAD', 'Style for the content title');
  999. define('_ACA_TEMPLATE_STYLE_CREADMORE', 'Style for the read more link');
  1000. define('_ACA_TEMPLATE_STYLE_VONLINE', 'Style for the "View it online" Link');
  1001. define('_ACA_TEMPLATE_STYLE_NEW', 'Add a New Style');
  1002. define('_ACA_TEMPLATE_STYLE_NEWC', 'Name of the CSS Class');
  1003. define('_ACA_TEMPLATE_STYLE_NEWAPPLIED', 'CSS that will be applied to the class.');
  1004. //statistics & reports
  1005. define('_ACA_REPORTS_SUBS', 'Subscribers Reports');
  1006. define('_ACA_REPORTS_MAIL', 'Mailing Reports');
  1007. define('_ACA_REPORTS_LIST', 'List Reports');
  1008. define('_ACA_LIST_SUBCRIBERS', 'No. of Subscribers');
  1009. define('_ACA_LIST_UNSUBSCRIBERS', 'No. of Unsubscribers');
  1010. define('_ACA_LIST_CONFIRMED', 'No. of Confirmed Emails');
  1011. define('_ACA_LIST_UNCONFIRMED', 'No. of Unconfirmed Emails');
  1012. define('_ACA_LIST_SUB_DATE', 'Subscribed Date');
  1013. define('_ACA_MAILING_SEND_DATE','Send Date');
  1014. define('_ACA_MAILING_SUBJECT', 'Subject');
  1015. define('_ACA_MAILING_SENT_HTML','Sent in HTML');
  1016. define('_ACA_MAILING_SENT_TEXT','Sent in Text');
  1017. define('_ACA_MAILING_FAILED', 'Send Fails');
  1018. define('_ACA_MAILING_PENDING', 'Mail Pending');
  1019. define('_ACA_MAILING_BOUNCES','Bounces');
  1020. define('_ACA_MAILING_SENT', 'Total Sent');
  1021. //stats filters
  1022. define('_ACA_GROUP_PREDEFINED_DATE','Predefined Date'); //legend
  1023. define('_ACA_GROUP_SPECIFIED_DATE','Specified Date');
  1024. define('_ACA_LABEL_SET_INTERVAL', 'Set Interval'); //labels
  1025. define('_ACA_LABEL_DATE_RANGE','Date Range');
  1026. define('_ACA_LABEL_CURRENT_SERVER_TIME', 'Current Server Time');
  1027. define('_ACA_LABEL_REPORT_TYPE','Report Type');
  1028. define('_ACA_INTERVAL_DAILY','Daily'); //intervals
  1029. define('_ACA_INTERVAL_WEEKLY','Weekly');
  1030. define('_ACA_INTERVAL_MONTHLY', 'Monthly');
  1031. define('_ACA_INTERVAL_YEARLY','Yearly');
  1032. define('_ACA_DEFINED_RANGE_YESTERDAY','Yesterday'); //predefined range
  1033. define('_ACA_DEFINED_RANGE_TODAY', 'Today');
  1034. define('_ACA_DEFINED_RANGE_THIS_WEEK','This Week');
  1035. define('_ACA_DEFINED_RANGE_LAST_WEEK','Last Week');
  1036. define('_ACA_DEFINED_RANGE_LAST_TWO_WEEK','Last 2 Weeks');
  1037. define('_ACA_DEFINED_RANGE_THIS_MONTH','This Month');
  1038. define('_ACA_DEFINED_RANGE_LAST_MONTH','Last Month');
  1039. define('_ACA_DEFINED_RANGE_THIS_YEAR','This Year');
  1040. define('_ACA_DEFINED_RANGE_LAST_YEAR','Last Year');
  1041. define('_ACA_DEFINED_RANGE_TWO_YEARS_AGO','2 Years Ago');
  1042. define('_ACA_DEFINED_RANGE_3_YEARS_AGO','3 Years Ago');
  1043. define('_ACA_BUTTON_REFRESH','Refresh'); //buttons
  1044. define('_ACA_BUTTON_GENERATE','Generate');
  1045. define('_ACA_BUTTON_RESET', 'Reset');
  1046. define('_ACA_SPECIFIED_DATE_START','Start'); //specified date
  1047. define('_ACA_SPECIFIED_DATE_END','End');
  1048. define('_ACA_REPORT_LISTING','Listing');
  1049. define('_ACA_REPORT_GRAPH','Graph');
  1050. define('_ACA_REPORT_EXPORT','Export');
  1051. define('-ACA_SUBSCRIBERS_ALL_USERS', 'All Users'); //subscribers
  1052. define('_ACA_SUBSCRIBERS_REGISTERED', 'Registered');
  1053. define('_ACA_SUBSCRIBERS-GUESTS','Guests');
  1054. define('_ACA_REPORT_WARN_MESSAGE', 'Incomplete Date Selection in Specified Fieldset!');
  1055. //stats export
  1056. define('_ACA_STATS_EXPORT', 'Export');
  1057. define('_ACA_EXPORT_WARN_MESSAGE', 'No Data to be Exported');
  1058. define('_ACA_GRAPH_WARN_MESSAGE', 'No Data to be Displayed');
  1059. define('_ACA_REPORT_HEADER', 'Report');
  1060. define('_ACA_REPORT_HEADER_TO', 'to');
  1061. define('_ACA_PIE_WARN_MESSAGE', 'No Data for Mailing Process');
  1062. //stats graph labels
  1063. define('_ACA_GRAPH_LBL_HTML', 'HTML');
  1064. define('_ACA_GRAPH_LBL_TEXT', 'TEXT');
  1065. define('_ACA_GRAPH_TITLE_FORMAT', 'HTML/TEXT Format');
  1066. define('_ACA_GRAPH_PIE_TITLE_MAIL', 'Mailing Process');
  1067. define('_ACA_PIE_SUBS', 'Subscribers');
  1068. define('_ACA_PIE_UNSUBS', 'Unsubscribers');
  1069. define('_ACA_PIE_UNCONFIRMED', 'Unconfirmed');
  1070. define('_ACA_PIE_CONFIRMED', 'Confirmed');
  1071. define('_ACA_MAILING_SUBJECT_HEADER', 'Subject');
  1072. //Wizards
  1073. define('_ACA_WIZARD', 'Wizard');
  1074. define('_ACA_CHECKLISTFOUND', 'Please create your list first and be sure that it is published.');
  1075. define('_ACA_CHECKCAMPAIGNFOUND', 'Please create your campaign(list) first and be sure that it is published.');
  1076. define('_ACA_TEMPLATE_ALERT_NAMEKEY', 'Template must have a namekey!');
  1077. define('_ACA_LIST_GUIDE', '<strong>List Management:</strong> <br/>'.
  1078. '<ul><li>The first thing you have to do to start with jNews is to create your list.</li>'.
  1079. '<li>You will be able to subscribe users to this list and send one or more Newsletters.</li>'.
  1080. '<li>You can specify here the basic information of the list including your <i><u>Sender Information</u></i>.</li>'.
  1081. '<li>And be able to specify users or group of users who can subscribe to that list.</li>'.
  1082. '<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>'.
  1083. '<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>');
  1084. define('_ACA_SUBSCRIBERS_GUIDE', '<strong>Subscriber Management:</strong> </br>' .
  1085. '<ul><li><strong>During Creation: </strong></li><br>'.
  1086. '<ul><li>You can proceed here adding your subscribers.</li>'.
  1087. '<li>Specify your <i><u>Subscriber Information</i></u></li>'.
  1088. '<li>And select which <i><u>List</u></i> you want your subscriber to subscribe to, provided that you have created list.</li>'.
  1089. '<li>You can Confirm your added subscriber to receive your newsletters.</li>'.
  1090. '<li>You can also allow your subscriber to recieve the HTML format of your newsletter.</li>'.
  1091. '<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>'.
  1092. '<ul><li><strong>Export Button</strong></li>' .
  1093. '<ul><li>This allows you to <i><u>Export</u></i> your subscribers from all your lists or selected lists.</li></ul></ul>' .
  1094. '<ul><li><strong>Import Button</strong></li>' .
  1095. '<ul><li>This allows you to <i><u>Import</u></i> your subscribers to all your lists or selected lists.</li></ul></ul>');
  1096. define('_ACA_NEWSLETTER_GUIDE', '<strong>Newsletter Management:</strong> <br/>'.
  1097. '<ul><li>Provided that you have created List(s) you can now proceed creating your <i><u>Newsletters</u></i>.</li>'.
  1098. '<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>'.
  1099. '<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>'.
  1100. '<ul><li><strong>During Creation:</strong></li>'.
  1101. '<ul><li><i><u>Newsletter Content Area</u></i> -> where you put all the contents of your Newsletter.</li>'.
  1102. '<li><i><u>List Tab</u></i> -> the area where you can send the newsletter to one or more Lists.</li>'.
  1103. '<li><i><u>Sender Tab</u></i> -> the area of the Sender Information Settings of your Newsletter.</li>'.
  1104. '<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>'.
  1105. '<li><i><u>Attachments</u></i> -> Newsletter Attachement Information area.</li></ul></ul>' .
  1106. '<ul><li><strong>Unpublished Button</strong></li>' .
  1107. '<ul><li>Enables you to unpublished your newsletter.</li></ul></ul>' .
  1108. '<ul><li><strong>Preview Button</strong></li>' .
  1109. '<ul><li>Preview the content and format of your newsletter.</li></ul></ul>' .
  1110. '<ul><li><strong>Send Button</strong></li>' .
  1111. '<ul><li>Enables you to manually send the newsletter to your list of subscribers.</li></ul></ul>' .
  1112. '<ul><li><i>Note: You can only edit an unpublished newsletter.</i></li></ul>');
  1113. define('_ACA_AUTORESPONDER_GUIDE', '<strong>Autoresponder Management:</strong><br/>'.
  1114. '<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>'.
  1115. '<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>' .
  1116. '<li> The process is more or less the same on how to create your newsletter.</li></ul>');
  1117. define('_ACA_SMARTNEWSLETTER_GUIDE', '<strong>Smart-Newsletter Management:</strong> <br/>' .
  1118. '<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>'.
  1119. '<li>The creation process is more or less the same with Newsletter Creation.</li>' .
  1120. '<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>');
  1121. define('_ACA_TEMPLATES_GUIDE', '<strong>Template Management:</strong><br><ul><li>Templates can be very useful in creating newsletter.</li>' .
  1122. '<li>This view will allow you to create Templates for your newsletters</li>' .
  1123. '<li><i><u>Default Template</u></i> will be applied to the newly created newsletter.</li>' .
  1124. '<li><i><u>Inline CSS</u></i> of the template will be applied/inherited to the created newsletter.</li>' .
  1125. '<li>You can also choose a <i><u>Background Color</u></i> that will be a background of the newsletter.</li>' .
  1126. '<li>Note: Only newly created newsletter will get the html of the default template</li></ul>' .
  1127. '<ul><strong>Default Button</strong>'.
  1128. '<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>');
  1129. define('_ACA_QUEUE_GUIDE','<strong>Queue Management:</strong><br/> ' .
  1130. '<ul><li>This view enables you to see your <i><u>Queued Mailings</u></i>.' .
  1131. '<li>These are your <i><u>Scheduled Newsletters</i></u>, <i><u>Autoresponders</i></u> and <i><u>Smart-Newsletters</i></u></li>'.
  1132. '<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>' .
  1133. '<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>' .
  1134. '<li>The <i><u>Empty Queue Button</i></u> will allow you to clean the whole queue.</li></ul>');
  1135. define('_ACA_ABOUT_GUIDE','JNEWSLETTER');
  1136. define('_ACA_IMPORT_GUIDE','<strong>Import Management:</strong><br/>'.
  1137. '<ul><li>Here you can import your subscribers to all your lists or to select lists.</li>'.
  1138. '<li>By following the link given below, you can proceed importing your subscribers.</li>'.
  1139. '<li><i>Note: You need to create first your lists before importing your subscribers.</i></li></ul>');
  1140. define('_ACA_CONFIGURATION_GUIDE','<strong>Configuration:</strong><br/>'.
  1141. '<ul>All the jnewsletter configuration settings can be done in this area.<br/><br/>'.
  1142. '<strong>Mail Tab:</strong>'.
  1143. '<ul><li>The area where you can define the Mail Settings and Sending Settings of jNews depending on your server requirements.</li></ul>'.
  1144. '<br/><strong>Subscribers Tab:</strong>'.
  1145. '<ul><li>The area where we can define the subscription settings both from the backend and frontend of your site.</li></ul>'.
  1146. '<br/><strong>Scheduler Tab:</strong>'.
  1147. '<ul><li>The area where we can specify the Scheduler Frequency so do with Maintenance Settings on the sending of your mailings.</li>
  1148. <li>The Information entered on this area depends also on your server requirements or server limitation.</li></ul>'.
  1149. '<br/><strong>Logs & Stats Tab:</strong>'.
  1150. '<ul><li>The area to specify the Statistics Settings and Logs Settings.</li></ul>'.
  1151. '<br/><strong>Archive Tab:</strong>'.
  1152. '<ul><li>This is mainly used for the auto archive frequency.</li></ul>'.
  1153. '<br/><strong>Miscellaneous Tab:</strong>'.
  1154. '<ul><li>All the other settings and preferences can be found here.</li></ul>'.
  1155. '<br/><strong>Queue Tab:</strong>'.
  1156. '<ul><li>Mainly used for the Queue Management View (available for Plus and Pro Version).</li></ul>'.
  1157. '<br/><strong>License Tab:</strong>'.
  1158. '<ul><li>The area where we can validate the license by just following the steps presented.</li></ul></ul>');
  1159. define('_ACA_EMPTY_Q','Empty Queue');
  1160. define('_ACA_RESET_SN','Reset S.N. Counter');
  1161. define('_ACA_Q_M1','There are no emails in the queue.');
  1162. define('_ACA_INSTALL_CLICKSTART', 'Click here to get started!');
  1163. define('_ACA_INSTALL_DESC', 'Thank you for choosing jNews.<br><br>
  1164. jNews is a mailing lists, newsletters, auto-responders and follow up tool for communicating effectively with your users and customers.');
  1165. define('_ACA_INSTALL_ERRORN' , 'If you have error during the installation process, please refer to our');
  1166. define('_ACA_INSTALL_DOC' , 'documentation here.');
  1167. define('_ACA_INSTALL_SUCC' , 'Successfuly Installed.');
  1168. define('_ACA_INSTALL_STATUS_CONFIG' , 'jNews Configuration:');
  1169. define('_ACA_INSTALL_STATUS_PLUGIN' , 'jNews Plugin(Bot):');
  1170. define('_ACA_INSTALL_STATUS_MOD' , 'jNews Module:');
  1171. define('_ACA_INSTALL_UPDATES' , 'jNews Updates');
  1172. define('_ACA_STATS_GUIDE', '<strong>Mailing Reports: </strong><br/>'.
  1173. '<ul> <li>It will generate a list of mailings sent based on the given date range. </li> ' .
  1174. '<li>It will count the following: <ul><li> the no. of mails sent in HTML & Text Format,</li>' .
  1175. '<li> no. of how many viewed the mails in HTML format, </li>' .
  1176. '<li>how many mail sent that are failed, </li><li>still on-process (pending), ' .
  1177. '</li><li>email bounced,</li> <li>and the total sent is the no. of emails sent on each mailing.</li> </ul></li></ul>'.
  1178. '<strong>List Reports:</strong> <br/>'.
  1179. '<ul> <li>It will generate a listing of List Names based on the date of subscriptions on a given date range. </li>' .
  1180. '<li>It will list the following: <ul><li>total no. of subscribers who made a subscription </li> ' .
  1181. '<li>total no. of subscribers who unsubscribed, </li>' .
  1182. '<li>total no. of confirmed and unconfirmed subscribers on each list type. </li> </ul></li></ul>'.
  1183. '<strong>Subscribers Report:</strong> <br/>'.
  1184. '<ul> <li>It will generate a report on the total no. of subscribers on a given date range.</li> </ul>'.
  1185. '<strong>How to Export the Report into CSV File:</strong>'.
  1186. '<ul> <li>On each Reports (Mailing, List and Subscribers), an export icon is found at the upper right of each tab.</li>'.
  1187. '<li>Click the export icon to export the file.</li></ul>'
  1188. );
  1189. define('_ACA_TEMPLATE_ALIAS' , 'Alias');
  1190. define('_ACA_SEARCH' , 'Search');
  1191. define('_ACA_SEARCH_GO' , 'Go');
  1192. define('_ACA_SEARCH_RESET' , 'Reset');
  1193. define('_ACA_SENDER_LIST_INFO', 'Click to select sender from list' );
  1194. define('_ACA_FILTER_MAILING' , 'Select a Mailing ');
  1195. define('_ACA_MESSAGE_QUEUE' , 'All Mailings in the Queue ');
  1196. define('_ACA_FILTER_LIST' , 'Select Type');
  1197. define('_ACA_MAILING_TAG' , 'Tag');
  1198. define('_ACA_MAILING_TAGINSERT' , 'Insert');
  1199. 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>');
  1200. define('_ACA_COLUMN1_DESC', 'This will be replaced by your user defined column 1');
  1201. define('_ACA_COLUMN2_DESC', 'This will be replaced by your user defined column 2');
  1202. define('_ACA_COLUMN3_DESC', 'This will be replaced by your user defined column 3');
  1203. define('_ACA_COLUMN4_DESC', 'This will be replaced by your user defined column 4');
  1204. define('_ACA_COLUMN5_DESC', 'This will be replaced by your user defined column 5');
  1205. define('_ACA_TAG_SUBSCRIPTION', '[SUBSCRIPTIONS]');
  1206. define('_ACA_TAG_UNSUBSCRIBE', '[UNSUBSCRIBE]');
  1207. define('_ACA_TAG_SUBSCRIPTION_DESC', 'This will be replaced by the defined constant "_ACA_CHANGE_EMAIL_SUBSCRIPTION" in the translation.');
  1208. define('_ACA_TAG_UNSUBSCRIBE_DESC', 'This will be replaced by the defined constant "_ACA_UNSUBSCRIBE" in the translation.');
  1209. define('_ACA_TAG_VIEWONLINETXT', '{viewonline:text here}');
  1210. define('_ACA_TAG_VIEWONLINE', 'view it in your browser');
  1211. 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.');
  1212. //since 1.1.0
  1213. define('_ACA_SHOW_CRON','Use this Cron');
  1214. 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');
  1215. define('_ACA_CRON_FSETTINGS' , 'Cron Settings');
  1216. define('_ACA_INSTALL_ACAUPDATEMSG' , 'Do you want to import your database from Acajoom to jNews?');
  1217. define('_ACA_INSTALL_ACAUPDATEBTN' , 'Import Acajoom Data');
  1218. define('_ACA_INSTALL_ACAUPDATENOTE' , 'NOTE : This will transfer data stored from Acajoom tables to jNews tables.');
  1219. define('_ACA_MAILING_UPDATED' , 'Mailings successfully updated.');
  1220. define('_ACA_DETAIL_UPDATED' , 'Details successfully updated.');
  1221. define('_ACA_GLOBAL_UPDATED' , 'Globals successfully updated.');
  1222. define('_ACA_SUBSCRIBER_UPDATED' , 'Subscribers successfully updated.');
  1223. define('_ACA_QUEUE_UPDATED' , 'Queues successfully updated.');
  1224. define('_ACA_LISTSUBSCRIBER_UPDATED' , 'List Subscribers successfully updated.');
  1225. define('_ACA_LIST_UPDATED_FAILED' , 'Lists failed to update!');
  1226. define('_ACA_MAILING_UPDATED_FAILED' , 'Mailings failed to update!');
  1227. define('_ACA_DETAIL_UPDATED_FAILED' , 'Details failed to update!');
  1228. define('_ACA_GLOBAL_UPDATED_FAILED' , 'Globals failed to update!');
  1229. define('_ACA_SUBSCRIBER_UPDATED_FAILED' , 'Subscribers failed to update!');
  1230. define('_ACA_QUEUE_UPDATED_FAILED' , 'Queues failed to update!');
  1231. define('_ACA_LISTSUBSCRIBER_UPDATED_FAILED' , 'List Subscribers failed to update!');
  1232. define('_ACA_LEGEND' , 'Legend');
  1233. define('_ACA_NOTVISIBLE', 'Not Visible');
  1234. define('_ACA_SCHEDULED', 'Scheduled');
  1235. define('_ACA_SUBSCRIBERS_UNREGISTERED', 'Unregistered');
  1236. define('_ACA_TEMPLATE_UPLOAD_SUCCESS', 'Successfully uploaded template' );
  1237. define('_ACA_TEMPLATE_UPLOAD_FAIL', 'Fail to upload template' );
  1238. define('_ACA_UPLOAD_ZIP_INVALID', 'Can only upload templates in zip files' );
  1239. define('_ACA_CUSTOMCSS', 'Input your Custom CSS here');
  1240. define('_ACA_TEMPLATE_ALERT', 'Template name and alias are required!');
  1241. //since 2.2.0
  1242. define('_ACA_UNSUB_NOTIFYMSG','Send Unsubscribe Notification');
  1243. define('_ACA_SEND_UNSUBNOTIFY_TIPS', 'Click Yes to send an unsubscribe notification message.');
  1244. define('_ACA_UNSUB_ADMINMESSAGE', 'Unsubscribe Notification Message');
  1245. 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.');
  1246. //templates
  1247. define('_ACA_CSS_TOGGLESTYLE','Toggle Styling');
  1248. define('_ACA_EXTERNALCSS_LINK','Add External CSS Link');
  1249. define('_ACA_EXTERNALCSS_PROCESS','Process');
  1250. define('_ACA_TEMP_COMBINECLASS','Combined class selector');
  1251. define('_ACA_COMBINECLASS_SUPPORT','is not supported');
  1252. define('_ACA_TEMP_COMBINECLASS_IN','in');
  1253. define('_ACA_TEMP_HTMLTAG','Found html tag ');
  1254. define('_ACA_TEMP_CONTDEV','You may contact developer for it to be added');
  1255. define('_ACA_TEMP_COMBCLASSPSEUDO','Combined pseudo-class selector');
  1256. define('_ACA_TEMP_COMBCLASSEID','or element id');
  1257. //Menus
  1258. define('_ACA_MENU_LIVE_SUPPORT','Live Support');
  1259. //Tags
  1260. 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.');
  1261. //Toobar Menus
  1262. define('_ACA_DONEW_SUBSCRIBERB', 'Name and Email are required!');