PageRenderTime 34ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/clement-2.1.401/www/clement.eng.php

#
PHP | 266 lines | 228 code | 0 blank | 38 comment | 1 complexity | 27d03024354726ffd213d72074ffb4ab MD5 | raw file
Possible License(s): GPL-2.0
  1. <?php
  2. /************************************************/
  3. /* */
  4. /* Copyright: */
  5. /* Diane Nolet <diane@safe.ca> 2009*/
  6. /* */
  7. /************************************************/
  8. /* This program is free software; you can */
  9. /* redistribute it and/or modify it under the */
  10. /* terms of the GNU General Public License as */
  11. /* published by the Free Software Foundation */
  12. /* version 2 of the License */
  13. /* */
  14. /* This program is distributed in the hope that */
  15. /* it will be useful, but WITHOUT ANY WARRANTY; */
  16. /* without even the implied warranty of */
  17. /* MERCHANTABILITY or FITNESS FOR A PARTICULAR */
  18. /* PURPOSE. See the GNU General Public License */
  19. /* for more details. */
  20. /* */
  21. /* You should have received a copy of the GNU */
  22. /* General Public License along with this */
  23. /* program; if not, write to the Free Software */
  24. /* Foundation, Inc., 51 Franklin Street, */
  25. /* Fifth Floor, Boston, MA 02110-1301, USA. */
  26. /************************************************/
  27. ?>
  28. <?php
  29. ini_set('error_reporting','E_ALL & ~E_NOTICE');
  30. //-----------------------------------------------------
  31. $fond="#f9b743";
  32. $colobad="#f9b743";
  33. $bgcolor="#0099CC";
  34. $updated="YELLOW";
  35. $updatedok="#00ff33";
  36. $color="YELLOW";
  37. $timer=150;
  38. $nblinem=10;
  39. $mxnbline=160;
  40. $hnoaccess="You do not have access to this module";
  41. $nxtsearch="search";
  42. $nxtadd="add";
  43. $nxtwrite="write";
  44. $nxtupdate="update";
  45. $nxtdelete="delete";
  46. $nxtyes="yes";
  47. $nxtno="no";
  48. $nxtrefresh="refresh";
  49. $nxtback="back";
  50. $nxtnew="new";
  51. $nxtok="ok";
  52. $nxtconfirm2="Confirm?";
  53. $nxtaddnd="Add new domain";
  54. $nxtaddng="Add new group";
  55. $hsafe="SAFE TEAM";
  56. $hthanks="Thanks you for your support";
  57. $hrejmentor=5;
  58. $hrejuser=2;
  59. $hfra="Fran&ccedil;ais";
  60. $heng="English";
  61. //-----------------------------------------------------
  62. //
  63. $ht_search="t_searcheml.gif";
  64. $ht_manag="t_management.gif";
  65. $ht_quar="t_quarantine.gif";
  66. $ht_faq="t_faq.gif";
  67. $ht_config="t_config.gif";
  68. $ht_request="t_request.gif";
  69. $ht_admin="t_admine.gif";
  70. $ht_domain="t_domain.gif";
  71. $ht_user="t_users.gif";
  72. $ht_alias="t_alias.gif";
  73. $ht_goodmail="t_goodmail.gif";
  74. $hbtn_search_e="btn_search-emails.gif";
  75. $hbtn_adm="btn_menser.gif";
  76. $hbtn_config="btn_config.gif";
  77. $hbtn_mana="btn_mana.gif";
  78. $hbtn_quar="btn_quarantine.gif";
  79. $hbtn_faq="btn_faq.gif";
  80. $hbtn_logout="btn_logout.gif";
  81. $hbtn_aug="btn_inc.gif";
  82. $hbtn_prev="btn_prev.gif";
  83. $hbtn_next="btn_next.gif";
  84. $hbtn_search="btn_search.gif";
  85. $hbtn_status="btn_status.gif";
  86. $hbtn_date="btn_trier_date.gif";
  87. $hbtn_orig="btn_sort_orig.gif";
  88. $hbtn_subj="btn_sort_subject.gif";
  89. $hbtn_pert="btn_trier_pertin.gif";
  90. $hbtn_size="btn_size.gif";
  91. $hbtn_domain="btn_domain.gif";
  92. $hbtn_binding="btn_binding.gif";
  93. $hbtn_checker="btn_checker.gif";
  94. $hbtn_chkcode="btn_chkcode.gif";
  95. $hbtn_sender="btn_sender.gif";
  96. $hbtn_service="btn_rservice.gif";
  97. $hbtn_request="btn_request.gif";
  98. $hbtn_fra="btn_francais.gif";
  99. $hbtn_eng="btn_english.gif";
  100. $hbtn_adm_man="btn_admin_man.gif";
  101. $hbtn_domain_man="btn_domain_man.gif";
  102. $hbtn_user_man="btn_user_man.gif";
  103. $hbtn_email="btn_email.gif";
  104. $hbtn_maxemails="btn_maxemails.gif";
  105. $hbtn_maxdom="btn_maxdomains.gif";
  106. $hbtn_user="btn_user.gif";
  107. $hbtn_manager="btn_manager.gif";
  108. $hbtn_lang="btn_language.gif";
  109. $hbtn_recip="btn_recip.gif";
  110. $hbtn_del="btn_delete.gif";
  111. $hbtn_send="btn_send.gif";
  112. $hbtnor="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;or";
  113. $hbtn_newid="btn_newid.gif";
  114. $hbtn_alias="btn_alias.gif";
  115. $hbtn_ali="btn_alias_e.gif";
  116. $hbtn_full="btn_full_l.gif";
  117. $hbtn_priv="btn_priv_l.gif";
  118. $hbtn_name="btn_name.gif";
  119. $hbtn_serv="btn_server.gif";
  120. //-----------------------------------------------------
  121. //-- clement
  122. $hclemlogin="Login incorrect.";
  123. $hclemtry="Please try again";
  124. $hclemexpire="CLEMENT -- Access time is now expired.";
  125. $hclemexpire1="Please authenticate yourself again";
  126. $hclemexpire2="via your Clement interface. Thanks.";
  127. $hclememail="E-mail";
  128. $hclempass="Password";
  129. $hclemall="Select the ";
  130. $hclemall2="Emails found.";
  131. $hclemdomain="You do not have access to this domain.";
  132. //-----------------------------------------------------
  133. // user.php
  134. $huserdate="Date";
  135. $huserori="Originator";
  136. $huserstat="status";
  137. $huserdes="recipient";
  138. $husersubject="Subject";
  139. $husersize="Size";
  140. $huseremail="(Email)";
  141. $hcustsort="Sort by";
  142. $hcustsearch="Searching:";
  143. $hcustsearchin="Searching in:";
  144. $hcusttosend="Send";
  145. $hcustaccount="Account:";
  146. $hcusttotal="Total:";
  147. $husernomess="NO MESSAGE IN QUARANTINE AREA.";
  148. $huserstatuso=array("Direct","Relayed","Rejected","Quarantine","Delayed");
  149. $huserstatus=array("Direct","Relayed","Rejected","Quarantine","Delayed");
  150. $husername="Name:";
  151. //-----------------------------------------------------
  152. //-- title
  153. $htittosend="to send messages";
  154. $htittrans="message transmitting";
  155. $htitinc="increase page size";
  156. $htitdec="decrease page size";
  157. $htitprev="previous page";
  158. $htitnext="next page";
  159. $htitdel="to delete";
  160. $htitdelm="to delete messages";
  161. $htiteff="delete";
  162. $htitsend="send";
  163. $htitfull="full logs";
  164. $htitpriv="private logs";
  165. $htithist="history:";
  166. $htitdays="days";
  167. $htitdef_days=2;
  168. $htitchday=array(2,5,10,15);
  169. //-----------------------------------------------------
  170. //-- sorry.php
  171. $hsorry="SORRY";
  172. $hsor1="CLEMENT application is not available.";
  173. $hsor2="We are doing an upgrade, should be back soon.";
  174. $hsorretry="RETRY";
  175. $hsorryf="D&Eacute;SOL&Eacute;";
  176. $hsor1f="CLEMENT n'est pas disponible pour l'instant.";
  177. $hsor2f="Une mise a jour est en cours, l'application devrait &ecirc;tre de retour bient&ocirc;t.";
  178. $hsorretryf="ESSAYER A NOUVEAU";
  179. //-----------------------------------------------------
  180. //-- clconfig
  181. $hclip="IP";
  182. $hclport="port";
  183. $hclit="iteration";
  184. $hclsafe="btn_safeconfig.gif";
  185. $hclsafe1="Safe configuration";
  186. $hclnewb="new binding";
  187. $hclforget="Do not forget to save your configuration";
  188. $hclnewd="New domain";
  189. $hclnewa="New administrator";
  190. $hclnewu="New user";
  191. $hclnewal="New alias";
  192. $hclfin="zzzzzzzzzz";
  193. $hclerr1="This email is existing already";
  194. $hclerr2="This domain is existing already";
  195. $hclerr3="This user is existing already";
  196. $hclerr4="This alias is existing already";
  197. $hcldomain="DOMAIN";
  198. $hclbinding="BINDING";
  199. $hclchecker="CHECKER";
  200. $hclsender="SENDER";
  201. $hclchkcode="CHKCODE";
  202. $hclhost="hostname";
  203. $hclproto="Protocol SMTP";
  204. $hclmaxemail="Too many emails defined";
  205. //-----------------------------------------------------
  206. //-- getlic
  207. $hglerr1="Mandatory fields";
  208. $hglerr2="are missing:";
  209. $hglreq="Please correct your request and submit it again";
  210. $hglmenser="Mentor Service Request Form";
  211. $hglref1="WEB Search";
  212. $hglref2="Another Customer";
  213. $hglref3="Other";
  214. $hglrefer="How did you find about Mentor/Clement?";
  215. $hglip="Server IP number";
  216. $hglport="Port number";
  217. $hglcom="Full company name";
  218. $hglcontact="Contact Name";
  219. $hglemail="E-mail address";
  220. $hgladd="Address";
  221. $hglna="N/A";
  222. $hglcity="City";
  223. $hglprov="Prov/State";
  224. $hglzip="Zip code, country";
  225. $hglphone="Phone Number";
  226. $hglfax="Fax Number";
  227. $hgldomain="Domain Name";
  228. $hglservice="Service";
  229. $hgldflt="DFLTCODE";
  230. $hgldflt2="(can be found within file ~clement/conf/clement.conf)";
  231. $hglok="Your request will be sent shortly";
  232. $hgler1="The company name";
  233. $hgler2="The contact name";
  234. $hgler3="The contact E-Mail address";
  235. $hgler4="The Domain name";
  236. $hgler5="The IP number";
  237. $hgler6="The Port number";
  238. $hgler7="DFLTCODE";
  239. $hglsreq="Service request from ";
  240. $hglch=array("100 E-mail Boxes","200 E-mail Boxes","400 E-mail Boxes","800 E-mail Boxes","1600 E-mail Boxes","2400 E-mail Boxes","3200 E-mail Boxes");
  241. $hgl="You can have you current Clement to use a Mentor to add to its decision cleverness.
  242. Clement will ask about the E-mail originator credibility,
  243. Mentor will probe its data-base and assess originator
  244. according past recipient exchange and remote server
  245. traffic.";
  246. $hgl2="Such most of the SPAM traffic will be avoided, keeping
  247. mail set in quarantine to a very low level and still
  248. allowing your real E-mail to reach you.";
  249. $hglman="Please fill up the service request form, only ";
  250. $hglman2="orange fields are mandatory.";
  251. $hglman3="A confirmation email will be issued by our staff as quickly as possible.";
  252. //-----------------------------------------------------
  253. //-- Newid
  254. $hnidnew="New id";
  255. $hnidpass="Admin password";
  256. //-----------------------------------------------------
  257. //-- Rsend
  258. $hresok="The sender's email address has been accepted as a non-spammer. Next time you receive email from this sender, it will not be viewed as SPAM.";
  259. $hresthank="Thanks.";
  260. //-----------------------------------------------------
  261. //-- ERROR
  262. $herrcopy="Impossible to copy the file";
  263. $herrcont="No contact with Mentor";
  264. $trblrpt="Trouble: ";
  265. ?>