home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-hungarian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  2.9 KB  |  64 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("_ALLTOPICS","Minden tΘma");
  21. define("_NOCOMMENTS","Nincs hozzßsz≤lßs!");
  22. define("_UCOMMENT","Hozzßsz≤lßs");
  23. define("_REVIEWS","Ismertet⌡k");
  24. define("_SEARCHUSERS","KeresΘs a felhasznßl≤i adatbßzisban");
  25. define("_SEARCHSECTIONS","KeresΘs a hosszabb φrßsokban");
  26. define("_SEARCHREVIEWS","KeresΘs az ismertet⌡k k÷z÷tt");
  27. define("_SEARCHIN","KeresΘs");
  28. define("_ARTICLES","cikk");
  29. define("_ALLAUTHORS","Minden szerz⌡");
  30. define("_ALL","Minden");
  31. define("_WEEK","hΘt");
  32. define("_WEEKS","hΘt");
  33. define("_MONTH","h≤nap");
  34. define("_MONTHS","h≤nap");
  35. define("_SEARCHON","Miben akarsz keresni?");
  36. define("_SSTORIES","Cikkek");
  37. define("_SSECTIONS","═rßsok");
  38. define("_SUSERS","Felhasznßl≤k");
  39. define("_NOMATCHES","A keresΘs nem eredmΘnyezett talßlatot");
  40. define("_PREVMATCHES","el⌡z⌡ talßlat");
  41. define("_NEXTMATCHES","k÷vetkez⌡ talßlat");
  42. define("_INSECTION","Cikk a k÷vetkez⌡ tΘmßban:");
  43. define("_NONAME","Nincs nΘv megadva");
  44. define("_SCOMMENTS","Hozzßsz≤lßsok");
  45. define("_SEARCHRESULTS","KeresΘs eredmΘnyei");
  46. define("_CONTRIBUTEDBY","Bekⁿldte:");
  47. define("_UCOMMENTS","Hozzßsz≤lßsok");
  48. define("_MATCHTITLE","talßlat cφmre");
  49. define("_MATCHTEXT","talßlat cikk sz÷vegΘre");
  50. define("_MATCHBOTH","talßlat cφmre Θs sz÷vegre");
  51. define("_SREPLY","vßlasz");
  52. define("_SREPLIES","vßlasz");
  53. define("_ATTACHART","Csatolva a cikkhez");
  54. define("_PAGES","oldal");
  55. define("_REVIEWSCORE","Az ismertet⌡ osztßlyozßsa");
  56. define("_PAGE","oldal");
  57. define("_DOWNLOADS","Downloads");
  58. define("_WEBLINKS","Web Links");
  59. define("_FINDMORE","... more");
  60. define("_DIDNOTFIND","Didn't find what you're looking for?");
  61. define("_ENCYCLOPEDIA","Encyclopedia");
  62. define("_SEARCHINSTORY","Search All Comments in Story:");
  63.  
  64. ?>