home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-finnish.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.3 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","Nimesi");
  21. define("_OK","Ok!");
  22. define("_COMMENT","kommentti"); 
  23. define("_CONFIGURE","Muokkaa");
  24. define("_LOGINCREATE","Kirjaudu/Rekister÷idy");
  25. define("_THRESHOLD","Pisteet");
  26. define("_NOCOMMENTS","Ei kommentteja");
  27. define("_NESTED","Sisennetty nΣkymΣ");
  28. define("_FLAT","Allekkainen nΣkymΣ");
  29. define("_THREAD","Puu");
  30. define("_OLDEST","Vanhimmat eka");
  31. define("_NEWEST","Uusimmat eka");
  32. define("_HIGHEST","Parhaat pisteet eka");
  33. define("_COMMENTSWARNING","Kommentit ovat kΣyttΣjien omia - me emme ole niistΣ missΣΣn vastuussa.");
  34. define("_SCORE","Pisteet:");
  35. define("_USERINFO","KΣyttΣjΣn tiedot");
  36. define("_READREST","Lue kommentista loputkin...");
  37. define("_REPLY","Vastaa");
  38. define("_REPLYMAIN","LΣhetΣ kommentti");
  39. define("_NOSUBJECT","Ei aihetta");
  40. define("_NOANONCOMMENTS","Anonyymi ei saa antaa kommentteja...ole hyvΣ ja <a href=\"modules.php?name=Your_Account\">rekister÷idy</a>");
  41. define("_PARENT","rinnakkainen");
  42. define("_ROOT","Root");
  43. define("_UCOMMENT","Kommenttia");
  44. define("_ALLOWEDHTML","HTML sallittu:");
  45. define("_POSTANON","Kirjoita anonyymisti");
  46. define("_EXTRANS","LisΣΣ html tagit tekstiin");
  47. define("_HTMLFORMATED","HTML formatoituna");
  48. define("_PLAINTEXT","PelkkΣnΣ tekstinΣ");
  49. define("_ONN","on...");
  50. define("_SUBJECT","Aihe");
  51. define("_SURVEYCOM","Kommentoi kyselyΣ");
  52. define("_SURVEYCOMPRE","Esikatsele");
  53. define("_NOTRIGHT","Joku nyt ei ole vaan oikein - ota yhteyttΣ yllΣpitoon jos tilanne vain jatkuu");
  54. define("_DIRECTCOM","Direct Survey Comment...");
  55. define("_SENDAMSG","LΣhetΣ viesti");
  56. define("_PASTSURVEYS","Menneet kyselyt");
  57. define("_LVOTES","ΣΣntΣ");
  58. define("_TOTALVOTES","─ΣniΣ :");
  59. define("_VOTING","─Σnestykset");
  60. define("_OTHERPOLLS","Muut kyselyt");
  61. define("_CURRENTSURVEY","Nykyinen selvitys");
  62. define("_CURRENTPOLLRESULTS","Nykyisen kyselyn tulokset");
  63. define("_PREVIEW","Esikatsele");
  64. define("_REFRESH","PΣivitΣ");
  65. define("_SURVEYS","Kyselyt");
  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. ?>