home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-hungarian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.5 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","Neved");
  21. define("_OK","Ok!");
  22. define("_COMMENT","hozzßsz≤lßs");
  23. define("_CONFIGURE","Beßllφtßsok");
  24. define("_LOGINCREATE","BelΘpΘs/Regisztrßci≤");
  25. define("_THRESHOLD","Kⁿsz÷b");
  26. define("_NOCOMMENTS","Nincs hozzßsz≤lßs!");
  27. define("_NESTED","Beßgyazott");
  28. define("_FLAT","Sima");
  29. define("_THREAD","Szßl");
  30. define("_OLDEST","A legrΘgebbi felⁿl");
  31. define("_NEWEST","A legrΘgebbi alul");
  32. define("_HIGHEST","A legolvasottabb felⁿl");
  33. define("_COMMENTSWARNING","Minden hozzßsz≤lßs a szerz⌡k tulajdona. Nem feltΘtlenⁿl Θrtⁿnk egyet velⁿk, Θs nem vßllalhatunk felel⌡ssΘget a hozzßsz≤lßsok tartalmßΘrt.");
  34. define("_SCORE","Pontok:");
  35. define("_USERINFO","Adatok");
  36. define("_READREST","A hozzßsz≤lßs folytatßsa...");
  37. define("_REPLY","Vßlasz");
  38. define("_REPLYMAIN","┌j hozzßsz≤lßs");
  39. define("_NOSUBJECT","Cφm nΘlkⁿl");
  40. define("_NOANONCOMMENTS","NΘvtelenⁿl nem lehet hozzßsz≤lni, kΘrjⁿk <a href=\"modules.php?name=Your_Account&op=new_user\">regisztrßlj</a>");
  41. define("_PARENT","Szⁿl⌡");
  42. define("_ROOT","Gy÷kΘr");
  43. define("_UCOMMENT","Hozzßsz≤lßs");
  44. define("_ALLOWEDHTML","Megengedett HTML:");
  45. define("_POSTANON","NΘvtelen hozzßsz≤lßs");
  46. define("_EXTRANS","HTML k≤dok eltßvolφtßsa");
  47. define("_HTMLFORMATED","HTML formßzott sz÷veg");
  48. define("_PLAINTEXT","Formßzatlan sz÷veg");
  49. define("_ONN","...");
  50. define("_SUBJECT","Cφm");
  51. define("_SURVEYCOM","Hozzßsz≤lßs a szavazßshoz");
  52. define("_SURVEYCOMPRE","MegtekintΘs elkⁿldΘs el⌡tt");
  53. define("_NOTRIGHT","Hiba lΘpett fel egy vßltoz≤ ßtadßsakor. Ez az ⁿzenet csak arra szolgßl, hogy kΘs⌡bb ne keveredjenek ÷ssze a dolgok...");
  54. define("_DIRECTCOM","K÷zvetlen hozzßsz≤lßs...");
  55. define("_SENDAMSG","▄zenet kⁿldΘse");
  56. define("_PASTSURVEYS","Korßbbi szavazßsok");
  57. define("_LVOTES","szavazat");
  58. define("_TOTALVOTES","╓sszes szavazat:");
  59. define("_VOTING","Szavaz≤gΘp");
  60. define("_OTHERPOLLS","Mßs szavazßsok");
  61. define("_CURRENTSURVEY","Az aktußlis szavazßs");
  62. define("_CURRENTPOLLRESULTS","Az aktußlis szavazßs eredmΘnye");
  63. define("_PREVIEW","El⌡nΘzet");
  64. define("_REFRESH","FrissφtΘs");
  65. define("_SURVEYS","Szavazßsok");
  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. ?>