home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-romanian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.0 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","Toate topic-urile");
  21. define("_NOCOMMENTS","Fara comentarii");
  22. define("_UCOMMENT","Comentariu");
  23. define("_REVIEWS","Revizuiri");
  24. define("_SEARCHUSERS","Cauta in baza de date a a utilizatorului");
  25. define("_SEARCHSECTIONS","Cauta in sectiunile speciale");
  26. define("_SEARCHREVIEWS","Search in Revizuiri");
  27. define("_SEARCHIN","Cauta in");
  28. define("_ARTICLES","Articole");
  29. define("_ALLAUTHORS","Toti autorii");
  30. define("_ALL","Tot");
  31. define("_WEEK","saptamana");
  32. define("_WEEKS","saptamani");
  33. define("_MONTH","luna");
  34. define("_MONTHS","luni");
  35. define("_SEARCHON","Cauta in:");
  36. define("_SSTORIES","Aparitii");
  37. define("_SSECTIONS","Sectiuni");
  38. define("_SUSERS","Utilizatori");
  39. define("_NOMATCHES","Nu au fost gasite rezultate conforme cu termenul cautat");
  40. define("_PREVMATCHES","rezultatele anterioare");
  41. define("_NEXTMATCHES","urmatoarele rezulate");
  42. define("_INSECTION","Articol in aceasta sectiune");
  43. define("_NONAME","Nici un nume introdus");
  44. define("_SCOMMENTS","Comentarii");
  45. define("_SEARCHRESULTS","Rezultate cautare");
  46. define("_CONTRIBUTEDBY","Furnizate de catre");
  47. define("_UCOMMENTS","Comentarii");
  48. define("_MATCHTITLE","Corespondenta ca titlu");
  49. define("_MATCHTEXT","Corespondenta in textul articolului");
  50. define("_MATCHBOTH","Corespondenta in titlu si text");
  51. define("_SREPLY","Raspuns");
  52. define("_SREPLIES","Raspunsuri");
  53. define("_ATTACHART","Atasat la articol");
  54. define("_PAGES","Pagini");
  55. define("_REVIEWSCORE","Scor pt. aceasta revizuire");
  56. define("_PAGE","Pagina");
  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. ?>