home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-romanian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.4 KB  |  71 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("_YOURNAME","Your Name");
  21. define("_OK","Ok!");
  22. define("_COMMENT","comment");
  23. define("_CONFIGURE","Configure");
  24. define("_LOGINCREATE","Login/Create an Account");
  25. define("_THRESHOLD","Threshold");
  26. define("_NOCOMMENTS","No Comments");
  27. define("_NESTED","Nested");
  28. define("_FLAT","Flat");
  29. define("_THREAD","Thread");
  30. define("_OLDEST","Oldest First");
  31. define("_NEWEST","Newest First");
  32. define("_HIGHEST","Highest Scores First");
  33. define("_COMMENTSWARNING","The comments are owned by the poster. We aren't responsible for their content.");
  34. define("_SCORE","Score:");
  35. define("_USERINFO","User Info");
  36. define("_READREST","Read the rest of this comment...");
  37. define("_REPLY","Reply to This");
  38. define("_REPLYMAIN","Post Comment");
  39. define("_NOSUBJECT","No Subject");
  40. define("_NOANONCOMMENTS","No Comments Allowed for Anonymous, please <a href=\"modules.php?name=Your_Account\">register</a>");
  41. define("_PARENT","Parent");
  42. define("_ROOT","Root");
  43. define("_UCOMMENT","Comment");
  44. define("_ALLOWEDHTML","Allowed HTML:");
  45. define("_POSTANON","Post Anonymously");
  46. define("_EXTRANS","Extrans (html tags to text)");
  47. define("_HTMLFORMATED","HTML Formated");
  48. define("_PLAINTEXT","Plain Old Text");
  49. define("_ONN","on...");
  50. define("_SUBJECT","Subject");
  51. define("_SURVEYCOM","Survey Comment Post");
  52. define("_SURVEYCOMPRE","Survey Comment Post Preview");
  53. define("_NOTRIGHT","Something is not right with passing a variable to this function. This message is just to keep things from messing up down the road");
  54. define("_DIRECTCOM","Direct Survey Comment...");
  55. define("_SENDAMSG","Send a Message");
  56. define("_PASTSURVEYS","Past Surveys");
  57. define("_LVOTES","votes");
  58. define("_TOTALVOTES","Total Votes:");
  59. define("_VOTING","Voting Booth");
  60. define("_OTHERPOLLS","Other Polls");
  61. define("_CURRENTSURVEY","Current Survey");
  62. define("_CURRENTPOLLRESULTS","Current Poll Results");
  63. define("_PREVIEW","Preview");
  64. define("_REFRESH","Refresh");
  65. define("_SURVEYS","Surveys");
  66. define("_ATTACHEDTOARTICLE","- Attached to article:");
  67. define("_SURVEYSATTACHED","Surveys Attached to Articles");
  68. define("_LAST5POLLS", "Last 5 Surveys at");
  69. define("_MOREPOLLS", "...more polls");
  70.  
  71. ?>