home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / webmail / language / lang-english.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  5.1 KB  |  104 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19.  
  20. define("_WEBMAILSERVICE","WebMail Service");
  21. define("_WEBMAILMAINMENU","WebMail Main Menu");
  22. define("_MAILBOX","Mailbox");
  23. define("_COMPOSE","Compose");
  24. define("_SETTINGS","Settings");
  25. define("_ADDRESSBOOK","Address Book");
  26. define("_SEARCHCONTACT","Search Contact");
  27. define("_EXIT","Exit");
  28. define("_MAILWELCOME1","By setting up new accounts, you can download mails from as many servers (pop3) as you want without ever logging in to each of them manually. Checking email is now made a lot easier for you.");
  29. define("_MAILWELCOME2","By setting up your account, you can download mails from your POP3 Server without ever logging in manually. Checking email is now made a lot easier for you.");
  30. define("_MAILWELCOME3","Welcome to WebMail System at ");
  31. define("_CLICKONSETTINGS","Please click on <a href=\"modules.php?name=WebMail&file=settings\">settings</a> to configure your mailbox.");
  32. define("_MAILBOXESFOR","Mailboxes for");
  33. define("_ACCOUNT","Account");
  34. define("_EMAILS","E-Mails");
  35. define("_TOTALSIZE","Total Size");
  36. define("_SELECTACCOUNT","Select one account to see the list of all your emails.");
  37. define("_EMAILINBOX","Email Inbox");
  38. define("_FROM","From");
  39. define("_SUBJECT","Subject");
  40. define("_SIZE","Size");
  41. define("_NOSUBJECT","(No Subject)");
  42. define("_DELETESELECTED","Delete Selected");
  43. define("_NEXT","Next");
  44. define("_PREVIOUS","Previous");
  45. define("_SHOWING","Showing");
  46. define("_OF","of");
  47. define("_COMPOSEEMAIL","Compose Email");
  48. define("_SENDANEMAIL","Send an Email");
  49. define("_TO","To");
  50. define("_SEPARATEEMAILS","(Seperate multiple addresses by comma)");
  51. define("_PRIORITY","Priority");
  52. define("_HIGH","High");
  53. define("_NORMAL","Normal");
  54. define("_LOW","Low");
  55. define("_MESSAGE","Message");
  56. define("_SENDMESSAGE","Send Message");
  57. define("_CLEARALL","Clear All");
  58. define("_ATTACHMENTS","Attachments");
  59. define("_NONE","(None)");
  60. define("_CLICKTOATTACH","(click here to attach)");
  61. define("_SAVE","Save");
  62. define("_ADDNEW","Add New");
  63. define("_MAILBOXESSETTINGS","Mailboxes Settings");
  64. define("_POPSERVER","Pop Server");
  65. define("_USERNAME","Username");
  66. define("_PASSWORDSECURE","(all passwords are encrypted and stored securely)");
  67. define("_PORT","Port");
  68. define("_MESSAGESPERPAGE","Messages per Page");
  69. define("_ACCOUNTNAME","Account Name");
  70. define("_NAME","Name");
  71. define("_EMAIL","Email");
  72. define("_PHONERES","Phone (Res)");
  73. define("_PHONEWORK","Phone (Work)");
  74. define("_NORECORDSFOUND","No Records Found");
  75. define("_ADDNEWCONTACT","Add a New Contact");
  76. define("_FIRSTNAME","First Name");
  77. define("_LASTNAME","Last Name");
  78. define("_ADDRESS","Address");
  79. define("_CITY","City");
  80. define("_COMPANY","Company");
  81. define("_HOMEPAGE","Homepage");
  82. define("_IMIDS","Instant Messenger ID's:");
  83. define("_IMIDSMSG","List the instant messenger IDs of this person, one below the other. To add a messenger id, use: <i>messenger name: messenger id</i>");
  84. define("_RELATEDEVENTS","Related Events");
  85. define("_RELATEDEVENTSMSG","List the events related to this person such as Birthday, Annivesary etc. or any special dates that you want to be reminded by us. Add as many events as you like.<br> To add an event, use: <i>Event name: date</i> (eg: Birthday: 03/21) (note: The date format is mm/dd)");
  86. define("_REMINDME","Remind Me");
  87. define("_DAYSBEFORE","day(s) before the event");
  88. define("_NOTES","Notes");
  89. define("_SUBMIT","Submit");
  90. define("_VIEW","View");
  91. define("_LISTALL","List All");
  92. define("_IN","in");
  93. define("_ALL","All");
  94. define("_RESULTSFOUND","Result(s) Found");
  95. define("_VIEWPROFILE","View Profile");
  96. define("_EDITCONTACT","Edit Contact");
  97. define("_EDITCONTACTS","Edit Contacts");
  98. define("_ATTACHSECURITY","This email has attachment(s) but you can't view this due to our WebMail client security configuration. We apologize for any inconvenient caused to you.");
  99. define("_DELETE","Delete");
  100. define("_REPLY","Reply");
  101. define("_FORWARD","Forward");
  102. define("_MESSAGESENT","Your message has been sent.");
  103.  
  104. ?>