home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-brazilian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.1 KB  |  68 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. /*Translated to Brazilian by: Luiz Gustavo Aleagi Nunes - tatau           */
  20. /*For any comments/suggestions: aleagi@terra.com.br                    */
  21. /**************************************************************************/
  22.  
  23.  
  24. define("_ALLTOPICS","Todos os T≤picos");
  25. define("_NOCOMMENTS","Sem comentßrios");
  26. define("_UCOMMENT","Comentßrio");
  27. define("_REVIEWS","Revisπo");
  28. define("_SEARCHUSERS","Buscar Usußrios no banco de dados");
  29. define("_SEARCHSECTIONS","Buscar em Seτ⌡es");
  30. define("_SEARCHREVIEWS","Buscar em Revis⌡es");
  31. define("_SEARCHIN","Buscar em");
  32. define("_ARTICLES","Artigos");
  33. define("_ALLAUTHORS","Todos os autores");
  34. define("_ALL","Todos");
  35. define("_WEEK","semana");
  36. define("_WEEKS","semanas");
  37. define("_MONTH","mΩs");
  38. define("_MONTHS","meses");
  39. define("_SEARCHON","Buscar em:");
  40. define("_SSTORIES","Hist≤rias");
  41. define("_SSECTIONS","Seτ⌡es");
  42. define("_SUSERS","Usußrios");
  43. define("_NOMATCHES","Nada encontrado para");
  44. define("_PREVMATCHES","Registros anteriores");
  45. define("_NEXTMATCHES","Pr≤ximos registros");
  46. define("_INSECTION","Artigo na Seτπo");
  47. define("_NONAME","Nenhum nome inscrito");
  48. define("_SCOMMENTS","Comentßrios");
  49. define("_SEARCHRESULTS","Resultados da Busca");
  50. define("_CONTRIBUTEDBY","Contribuiτπo de");
  51. define("_UCOMMENTS","Comentßrios");
  52. define("_MATCHTITLE","Coincidir ao T═TULO");
  53. define("_MATCHTEXT","coincidir ao TEXTO do Artigo");
  54. define("_MATCHBOTH","coincidir ao T═TULO e TEXTO do Artigo");
  55. define("_SREPLY","Responder");
  56. define("_SREPLIES","Responder");
  57. define("_ATTACHART","Anexar ao artigo");
  58. define("_PAGES","Pßginas");
  59. define("_REVIEWSCORE","Pontuaτπo para esta Revisπo");
  60. define("_PAGE","Pßginas");
  61. define("_DOWNLOADS","Downloads");
  62. define("_WEBLINKS","Links");
  63. define("_FINDMORE","... mais...");
  64. define("_DIDNOTFIND","Nπo encontrou o que estava procurando?");
  65. define("_ENCYCLOPEDIA","EnciclopΘdia");
  66. define("_SEARCHINSTORY","Procure em todos os comentßrios em Hist≤rias:");
  67.  
  68. ?>