home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / reviews / language / lang-romanian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  5.2 KB  |  99 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("_PREVIOUS","Previous Page");
  21. define("_NEXT","Next Page");
  22. define("_YOURNAME","Your Name");
  23. define("_SORTASC","Sort Ascending");
  24. define("_SORTDESC","Sort Descending");
  25. define("_CANCEL","Cancel");
  26. define("_YES","Yes");
  27. define("_NO","No");
  28. define("_SCORE","Score:");
  29. define("_REPLYMAIN","Post Comment");
  30. define("_ALLOWEDHTML","Allowed HTML:");
  31. define("_POSTANON","Post Anonymously");
  32. define("_WRITEREVIEW","Write a Review");
  33. define("_WRITEREVIEWFOR","Write a Review for");
  34. define("_ENTERINFO","Please enter information according to the specifications");
  35. define("_PRODUCTTITLE","Product Title");
  36. define("_NAMEPRODUCT","Name of the Reviewed Product.");
  37. define("_REVIEW","Review");
  38. define("_CHECKREVIEW","Your actual review. Please observe proper grammar! Make it at least 100 words, OK? You may also use HTML tags if you know how to use them.");
  39. define("_FULLNAMEREQ","Your Full Name. Required.");
  40. define("_REMAIL","Your Email");
  41. define("_REMAILREQ","Your E-mail address. Required.");
  42. define("_SELECTSCORE","This Product Score");
  43. define("_RELATEDLINK","Related Link");
  44. define("_PRODUCTSITE","Product Official Website. Make sure your URL starts with \"http://\"");
  45. define("_LINKTITLE","Link Title");
  46. define("_LINKTITLEREQ","Required if you have a related link, otherwise not required.");
  47. define("_RIMAGEFILE","Image Filename");
  48. define("_RIMAGEFILEREQ","Name of the cover image, located in images/reviews/. Not required.");
  49. define("_CHECKINFO","Please make sure that the information entered is 100% valid and uses proper grammar and capitalization. For instance, please do not enter your text in ALL CAPS, as it will be rejected.");
  50. define("_INVALIDTITLE","Invalid Title... Can't be blank");
  51. define("_INVALIDSCORE","Invalid Score... Must be between 1 and 10");
  52. define("_INVALIDTEXT","Invalid Review Text... Can't be blank");
  53. define("_INVALIDHITS","Hits must be a positive integer");
  54. define("_CHECKNAME","You must enter both your name and your email");
  55. define("_INVALIDEMAIL","Invalid email (eg: you@hotmail.com)");
  56. define("_INVALIDLINK","You must enter BOTH a link title and a related link or leave both blank");
  57. define("_ADDED","Added:");
  58. define("_REVIEWER","Reviewer:");
  59. define("_REVIEWID","Review ID");
  60. define("_HITS","Hits");
  61. define("_LOOKSRIGHT","Does this looks right?");
  62. define("_RMODIFIED","modified");
  63. define("_RADDED","added");
  64. define("_ADMINLOGGED","Currently logged in as admin... this review will be immediately");
  65. define("_RTHANKS","Thanks for submitting this review");
  66. define("_MODIFICATION","modification");
  67. define("_ISAVAILABLE","It is now available in the reviews database.");
  68. define("_EDITORWILLLOOK","The editors will look at your submission. It should be available soon!");
  69. define("_RBACK","Back to Reviews Index");
  70. define("_RWELCOME","Welcome to Reviews Section");
  71. define("_10MOSTPOP","10 most popular reviews");
  72. define("_10MOSTREC","10 most recent reviews");
  73. define("_THEREARE","There are");
  74. define("_REVIEWSINDB","Reviews in the Database");
  75. define("_REVIEWS","Reviews");
  76. define("_REVIEWSLETTER","Reviews for letter");
  77. define("_NOREVIEWS","There isn't any Review for letter");
  78. define("_TOTALREVIEWS","Total Review(s) found.");
  79. define("_RETURN2MAIN","Return to Main Menu");
  80. define("_REVIEWCOMMENT","Comment on the Review:");
  81. define("_YOURNICK","Your Nickname:");
  82. define("_RCREATEACCOUNT","<a href=modules.php?name=Your_Account>Create</a> an account");
  83. define("_YOURCOMMENT","Your Comment:");
  84. define("_MYSCORE","My Score:");
  85. define("_REVIEWMOD","Review Modification");
  86. define("_RDATE","Date:");
  87. define("_RTITLE","Title:");
  88. define("_RTEXT","Text:");
  89. define("_REVEMAIL","Email:");
  90. define("_RLINK","Link:");
  91. define("_RLINKTITLE","Link Title:");
  92. define("_COVERIMAGE","Cover Image:");
  93. define("_PREMODS","Preview Modifications");
  94. define("_PAGE","Page");
  95. define("_PAGEBREAK","If you want multiple pages you can write <b><!--pagebreak--></b> where you want to cut.");
  96. define("_PREVIEW","Preview");
  97. define("_LANGUAGE","Language");
  98.  
  99. ?>