home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / statistics / language / lang-romanian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  2.7 KB  |  55 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. //Topics -> Topice
  20.  
  21. define("_HITS","Accesari");
  22. define("_BROWSERS","Browsere");
  23. define("_OPERATINGSYS","Sistem de Operare");
  24. define("_UNKNOWN","Necunoscut");
  25. define("_OTHER","Alte / Necunoscut");
  26. define("_MISCSTATS","Diverse Informatii");
  27. define("_REGUSERS","Utilizatori Inregistrati:");
  28. define("_ACTIVEAUTHORS","Autori Activi:");
  29. define("_STORIESPUBLISHED","Articole Publicate:");
  30. define("_SACTIVETOPICS","Topice Active:");
  31. define("_COMMENTSPOSTED","Comentarii Postate:");
  32. define("_SSPECIALSECT","Sectiuni Speciale:");
  33. define("_ARTICLESSEC","Articole in Sectiunile:");
  34. define("_LINKSINLINKS","Link-uri in Link-uri Web:");
  35. define("_LINKSCAT","Categorii Link-uri:");
  36. define("_NEWSWAITING","Stiri care Asteapta sa fie Publicate:");
  37. define("_NUKEVERSION","Versiune PHP-Nuke:");
  38. define("_SEARCHENGINES","Motoare de Cautare");
  39. define("_BOTS","Roboti/Spideri");
  40. define("_STATS","Statistici Acces");
  41. define("_RETURNBASICSTATS","Inapoi la Statistici pe scurt");
  42. define("_BACKTODETSTATS","Inapoi la Statistici detaliate");
  43. define("_BACKTOMAIN","Inapoi la Pagina Principala");
  44. define("_TODAYIS","Astazi este");
  45. define("_MOSTMONTH","Cea mai Activa Luna");
  46. define("_MOSTDAY","Cea mai Activa Zi");
  47. define("_MOSTHOUR","Cea mai Activa Ora");
  48. define("_YEARLYSTATS","Statistici Anuale");
  49. define("_MONTLYSTATS","Statistica Lunara pentru");
  50. define("_SPAGESVIEWS","Vederi Pagina");
  51. define("_DAILYSTATS","Statistici Zilnice pentru");
  52. define("_HOURLYSTATS","Statistica pe Ore pentru");
  53.  
  54. ?>
  55.