home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 June / INTERNET104.ISO / pc / software / windows / building / php_nuke / html / modules / reviews / language / lang-galego.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  5.4 KB  |  99 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("_PREVIOUS","P·xina anterior");
  21. define("_NEXT","P·xina seguinte");
  22. define("_YOURNAME","O seu nome");
  23. define("_SORTASC","Ordear Asc");
  24. define("_SORTDESC","Ordear Desc");
  25. define("_CANCEL","Cancelar");
  26. define("_YES","SÌ");
  27. define("_NO","Non");
  28. define("_SCORE","PuntuaciÛn");
  29. define("_REPLYMAIN","Enviar Comentario");
  30. define("_ALLOWEDHTML","Permitir HTML:");
  31. define("_POSTANON","EnvÌo AnÛnimo");
  32. define("_WRITEREVIEW","Escribir unha reseÒa");
  33. define("_WRITEREVIEWFOR","Escriba unha reseÒa sobre");
  34. define("_ENTERINFO","Por favor, introduza a informaciÛn dacordo ·s especificaciÛns");
  35. define("_PRODUCTTITLE","Nome do Producto");
  36. define("_NAMEPRODUCT","Nome do Producto revisado.");
  37. define("_REVIEW","ReseÒa");
  38. define("_CHECKREVIEW","a s˙a ReseÒa. Por favor, coide a gram·tica. ” menos 100 palabras. Pode utilizar tags HTML se sabe como facelo.");
  39. define("_FULLNAMEREQ","O seu nome completo. (Obrigatorio)");
  40. define("_REMAIL","O seu E-Mail");
  41. define("_REMAILREQ","O seu E-Mail. (Obrigatorio)");
  42. define("_SELECTSCORE","A valoraciÛn para este producto");
  43. define("_RELATEDLINK","Enlace Relacionado");
  44. define("_PRODUCTSITE","P·xina Oficial do Producto. Aseg˙rese que a s˙a URL comeza con \"http://\"");
  45. define("_LINKTITLE","TÌtulo do Enlace");
  46. define("_LINKTITLEREQ","Obrigatorio se ten un enlace relacionado. Do contrario, non È necesario.");
  47. define("_RIMAGEFILE","Arquivo de Imaxe");
  48. define("_RIMAGEFILEREQ","Nome da imaxen de portada, localizada en images/reviews/. (Non se require)");
  49. define("_CHECKINFO","Por favor, aseg˙rese que a informaciÛn introducida È 100% v·lida e gramaticalmente correcta. Polo tanto, non introduza o seu texto TODO EN MAI⁄SCULAS, xa que ser· rechazado.");
  50. define("_INVALIDTITLE","TÌtulo non v·lido... non pode quedar en blanco");
  51. define("_INVALIDSCORE","PuntuaciÛn non v·lida... debe estar entre 1 e 10");
  52. define("_INVALIDTEXT","Texto da ReseÒa non v·lido... non pode quedar en blanco");
  53. define("_INVALIDHITS","Os Hits teÒen que ser un n˙mero enteiro");
  54. define("_CHECKNAME","Ten que introducir tanto o seu nome como o seu E-Mail");
  55. define("_INVALIDEMAIL","E-Mail incorrecto (ej: seuemail@hotmail.com)");
  56. define("_INVALIDLINK","Ten que introducir tanto o TÌtulo do Enlace como o Enlace, ou deixar ambos en blanco");
  57. define("_ADDED","Engadido:");
  58. define("_REVIEWER","Moderador:");
  59. define("_REVIEWID","ID ReseÒa");
  60. define("_HITS","Hits");
  61. define("_LOOKSRIGHT","øEst· todo correcto?");
  62. define("_RMODIFIED","modificado");
  63. define("_RADDED","engadido");
  64. define("_ADMINLOGGED","Actualmente hai un administrador... esta reseÒa poder· vela de inmediato");
  65. define("_RTHANKS","Gracias por enviar esta reseÒa");
  66. define("_MODIFICATION","modificaciÛn");
  67. define("_ISAVAILABLE","Xa est· dispoÒible na Base de datos de ReseÒas.");
  68. define("_EDITORWILLLOOK","Os Editores comprobar·n o seu EnvÌo. °Estar· dispoÒible pronto!");
  69. define("_RBACK","Voltar Û Õndice de ReseÒas");
  70. define("_RWELCOME","Benvido · SecciÛn de ReseÒas");
  71. define("_10MOSTPOP","10 reseÒas m·is lÌdas");
  72. define("_10MOSTREC","10 reseÒas m·is recentes");
  73. define("_THEREARE","Hai");
  74. define("_REVIEWSINDB","ReseÒas na Base de Datos");
  75. define("_REVIEWS","ReseÒas");
  76. define("_REVIEWSLETTER","ReseÒas coa letra");
  77. define("_NOREVIEWS","Non hai ninguna ReseÒa coa letra");
  78. define("_TOTALREVIEWS","ReseÒas totales encontradas.");
  79. define("_RETURN2MAIN","Voltar Û Men˙ principal");
  80. define("_REVIEWCOMMENT","Comentarios sobre a ReseÒa:");
  81. define("_YOURNICK","O seu Alias:");
  82. define("_RCREATEACCOUNT","<a href=modules.php?name=Your_Account>Crear</a> unha conta");
  83. define("_YOURCOMMENT","O seu Comentario:");
  84. define("_MYSCORE","A miÒa PuntuaciÛn:");
  85. define("_REVIEWMOD","ModificaciÛn da ReseÒa");
  86. define("_RDATE","Fecha:");
  87. define("_RTITLE","TÌtulo:");
  88. define("_RTEXT","Texto:");
  89. define("_REVEMAIL","E-Mail:");
  90. define("_RLINK","Enlace:");
  91. define("_RLINKTITLE","TÌtulo do Enlace:");
  92. define("_COVERIMAGE","Imaxe de Portada:");
  93. define("_PREMODS","Vista Previa das ModificaciÛns");
  94. define("_PAGE","p·xina(s) ");
  95. define("_PAGEBREAK","Se quere dividir en varias p·xinas, pode escribir <b><!--pagebreak--></b> onde queira cortar");
  96. define("_PREVIEW","Vista Previa");
  97. define("_LANGUAGE","Idioma");
  98.  
  99. ?>