home *** CD-ROM | disk | FTP | other *** search
- <?php
-
- /**************************************************************************/
- /* PHP-NUKE: Advanced Content Management System */
- /* ============================================ */
- /* */
- /* This is the language module with all the system messages */
- /* */
- /* If you made a translation, please go to the site and send to me */
- /* the translated file. Please keep the original text order by modules, */
- /* and just one message per line, also double check your translation! */
- /* */
- /* You need to change the second quoted phrase, not the capital one! */
- /* */
- /* If you need to use double quotes (") remember to add a backslash (\), */
- /* so your entry will look like: This is \"double quoted\" text. */
- /* And, if you use HTML code, please double check it. */
- /**************************************************************************/
-
- define("_ALLTOPICS","Minden tÈma");
- define("_NOCOMMENTS","Nincs hozz·szÛl·s!");
- define("_UCOMMENT","Hozz·szÛl·s");
- define("_REVIEWS","Ismertetık");
- define("_SEARCHUSERS","KeresÈs a felhaszn·lÛi adatb·zisban");
- define("_SEARCHSECTIONS","KeresÈs a hosszabb Ìr·sokban");
- define("_SEARCHREVIEWS","KeresÈs az ismertetık kˆzˆtt");
- define("_SEARCHIN","KeresÈs");
- define("_ARTICLES","cikk");
- define("_ALLAUTHORS","Minden szerzı");
- define("_ALL","Minden");
- define("_WEEK","hÈt");
- define("_WEEKS","hÈt");
- define("_MONTH","hÛnap");
- define("_MONTHS","hÛnap");
- define("_SEARCHON","Miben akarsz keresni?");
- define("_SSTORIES","Cikkek");
- define("_SSECTIONS","Õr·sok");
- define("_SUSERS","Felhaszn·lÛk");
- define("_NOMATCHES","A keresÈs nem eredmÈnyezett tal·latot");
- define("_PREVMATCHES","elızı tal·lat");
- define("_NEXTMATCHES","kˆvetkezı tal·lat");
- define("_INSECTION","Cikk a kˆvetkezı tÈm·ban:");
- define("_NONAME","Nincs nÈv megadva");
- define("_SCOMMENTS","Hozz·szÛl·sok");
- define("_SEARCHRESULTS","KeresÈs eredmÈnyei");
- define("_CONTRIBUTEDBY","Bek¸ldte:");
- define("_UCOMMENTS","Hozz·szÛl·sok");
- define("_MATCHTITLE","tal·lat cÌmre");
- define("_MATCHTEXT","tal·lat cikk szˆvegÈre");
- define("_MATCHBOTH","tal·lat cÌmre Ès szˆvegre");
- define("_SREPLY","v·lasz");
- define("_SREPLIES","v·lasz");
- define("_ATTACHART","Csatolva a cikkhez");
- define("_PAGES","oldal");
- define("_REVIEWSCORE","Az ismertetı oszt·lyoz·sa");
- define("_PAGE","oldal");
- define("_DOWNLOADS","Downloads");
- define("_WEBLINKS","Web Links");
- define("_FINDMORE","... more");
- define("_DIDNOTFIND","Didn't find what you're looking for?");
- define("_ENCYCLOPEDIA","Encyclopedia");
- define("_SEARCHINSTORY","Search All Comments in Story:");
-
- ?>