home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-swedish.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.6 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","Ditt Namn");
  21. define("_OK","Ok!");
  22. define("_COMMENT","kommentar");
  23. define("_CONFIGURE","Konfigurera");
  24. define("_LOGINCREATE","Logga in/Skapa ett konto");
  25. define("_THRESHOLD","Tr÷skel");
  26. define("_NOCOMMENTS","Inga kommentarer");
  27. define("_NESTED","NΣstlad");
  28. define("_FLAT","Platt");
  29. define("_THREAD","Trσdad");
  30. define("_OLDEST","─ldst F÷rst");
  31. define("_NEWEST","Nyaste F÷rst");
  32. define("_HIGHEST","H÷gsta poΣng f÷rst");
  33. define("_COMMENTSWARNING","Kommentarern Σgs av respektive postare. Vi tar inte ansvar f÷r innehσllet i dem.");
  34. define("_SCORE","PoΣng:");
  35. define("_USERINFO","AnvΣndarinformation");
  36. define("_READREST","LΣst resten av denna kommentar...");
  37. define("_REPLY","Svara pσ detta");
  38. define("_REPLYMAIN","Posta kommentar");
  39. define("_NOSUBJECT","Inget Σmne");
  40. define("_NOANONCOMMENTS","Inga kommentarer tillσts f÷r anonyma bes÷kare, vΣnligen <a href=\"modules.php?name=Your_Account&op=new_user\">registrera dig</a>");
  41. define("_PARENT","F÷rΣlder");
  42. define("_ROOT","Root");
  43. define("_UCOMMENT","Kommentar");
  44. define("_ALLOWEDHTML","Tillσten HTML:");
  45. define("_POSTANON","Posta Anonymt");
  46. define("_EXTRANS","Extrans (html kod till text)");
  47. define("_HTMLFORMATED","HTML Formaterad");
  48. define("_PLAINTEXT","Helt vanlig text");
  49. define("_ONN","pσ...");
  50. define("_SUBJECT","─mne");
  51. define("_SURVEYCOM","Posta kommentar till omr÷stning");
  52. define("_SURVEYCOMPRE","F÷rhandsgranska kommentar till omr÷stning");
  53. define("_NOTRIGHT","Nσnting gick σt skogen nΣr vi skickade med en variabel till den hΣr funktionen. Det hΣr meddelandet finns hΣr bara f÷r att inte stΣlla till det mer lΣngre ner.");
  54. define("_DIRECTCOM","Direkt kommentar till omr÷stning...");
  55. define("_SENDAMSG","Skicka ett meddelande");
  56. define("_PASTSURVEYS","Tidigare Unders÷kningar");
  57. define("_LVOTES","r÷ster");
  58. define("_TOTALVOTES","Totalt antal r÷ster:");
  59. define("_VOTING","Omr÷stningsbσs");
  60. define("_OTHERPOLLS","Andra Unders÷kningar");
  61. define("_CURRENTSURVEY","Nuvarande unders÷kning");
  62. define("_CURRENTPOLLRESULTS","Nuvarande stΣllning");
  63. define("_PREVIEW","F÷rhandsgranska");
  64. define("_REFRESH","Uppdatera");
  65. define("_SURVEYS","Unders÷kningar");
  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. ?>