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","Toate topic-urile");
- define("_NOCOMMENTS","Fara comentarii");
- define("_UCOMMENT","Comentariu");
- define("_REVIEWS","Revizuiri");
- define("_SEARCHUSERS","Cauta in baza de date a a utilizatorului");
- define("_SEARCHSECTIONS","Cauta in sectiunile speciale");
- define("_SEARCHREVIEWS","Search in Revizuiri");
- define("_SEARCHIN","Cauta in");
- define("_ARTICLES","Articole");
- define("_ALLAUTHORS","Toti autorii");
- define("_ALL","Tot");
- define("_WEEK","saptamana");
- define("_WEEKS","saptamani");
- define("_MONTH","luna");
- define("_MONTHS","luni");
- define("_SEARCHON","Cauta in:");
- define("_SSTORIES","Aparitii");
- define("_SSECTIONS","Sectiuni");
- define("_SUSERS","Utilizatori");
- define("_NOMATCHES","Nu au fost gasite rezultate conforme cu termenul cautat");
- define("_PREVMATCHES","rezultatele anterioare");
- define("_NEXTMATCHES","urmatoarele rezulate");
- define("_INSECTION","Articol in aceasta sectiune");
- define("_NONAME","Nici un nume introdus");
- define("_SCOMMENTS","Comentarii");
- define("_SEARCHRESULTS","Rezultate cautare");
- define("_CONTRIBUTEDBY","Furnizate de catre");
- define("_UCOMMENTS","Comentarii");
- define("_MATCHTITLE","Corespondenta ca titlu");
- define("_MATCHTEXT","Corespondenta in textul articolului");
- define("_MATCHBOTH","Corespondenta in titlu si text");
- define("_SREPLY","Raspuns");
- define("_SREPLIES","Raspunsuri");
- define("_ATTACHART","Atasat la articol");
- define("_PAGES","Pagini");
- define("_REVIEWSCORE","Scor pt. aceasta revizuire");
- define("_PAGE","Pagina");
- 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:");
-
- ?>