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","Kaikki kanavat");
- define("_NOCOMMENTS","Ei kommentteja");
- define("_UCOMMENT","Kommenttia");
- define("_REVIEWS","Arvostelut");
- define("_SEARCHUSERS","Etsi kΣyttΣjistΣ:");
- define("_SEARCHSECTIONS","Etsi erikoisaihealueista:");
- define("_SEARCHREVIEWS","Etsi arvosteluista:");
- define("_SEARCHIN","EtsintΣ:");
- define("_ARTICLES","Artikkelit");
- define("_ALLAUTHORS","Kaikki kirjoittajat");
- define("_ALL","Kaikki");
- define("_WEEK","viikko");
- define("_WEEKS","viikot");
- define("_MONTH","kuukausi");
- define("_MONTHS","kuukaudet");
- define("_SEARCHON","Etsi:");
- define("_SSTORIES","Artikkelit");
- define("_SSECTIONS","Aihepiirit");
- define("_SUSERS","KΣyttΣjΣt");
- define("_NOMATCHES","Tietoja antamillasi hakuehdoilla ei l÷ytynyt");
- define("_PREVMATCHES","edellinen sivu hakutuloksissa");
- define("_NEXTMATCHES","seuraava sivu hakutuloksissa");
- define("_INSECTION","Artikkeli aihepiirissΣ");
- define("_NONAME","NimeΣ ei ole sy÷tetty");
- define("_SCOMMENTS","Kommentit");
- define("_SEARCHRESULTS","Hakutulokset");
- define("_CONTRIBUTEDBY","Kirjoittanut:");
- define("_UCOMMENTS","Kommentia");
- define("_MATCHTITLE","Hakusana l÷ytyi otsikosta");
- define("_MATCHTEXT","Hakusana l÷ytyi artikkelin tekstistΣ");
- define("_MATCHBOTH","Hakusana l÷ytyi otsikosta ja artikkelin tekstistΣ");
- define("_SREPLY","Vastaa");
- define("_SREPLIES","Vastaukset");
- define("_ATTACHART","Liitetty artikkeliin");
- define("_PAGES","Sivut");
- define("_REVIEWSCORE","Arvostelun pisteet");
- define("_PAGE","sivu");
- 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:");
-
- ?>