[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Topics/admin/language/ -> lang-spanish.php (source)

   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 my website 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  
  21  define("_CURRENTTOPICS","Tópicos Activos Actuales");
  22  define("_CLICK2EDIT","Haz Click sobre el Tópico para Editarlo");
  23  define("_ADDATOPIC","Agregar un Nuevo Tópico");
  24  define("_TOPICNAME","Nombre del Tópico");
  25  define("_TOPICNAME1","(sólo un nombre sin espacios - maximo 20 caracteres)");
  26  define("_TOPICNAME2","(por ejemplo: juegosyhobbies)");
  27  define("_TOPICTEXT","Texto del Tópico");
  28  define("_TOPICTEXT1","(el texto completo del tópico o su descripción - máximo 40 caracteres)");
  29  define("_TOPICTEXT2","(por ejemplo: Juegos y Hobbies)");
  30  define("_TOPICIMAGE","Imagen del Tópico");
  31  define("_ADDTOPIC","Agregar Tópico");
  32  define("_EDITTOPIC","Editar Tópico");
  33  define("_ADDRELATED","Agregar Enlaces Relacionados");
  34  define("_ACTIVERELATEDLINKS","Enlaces Relacionados Activos");
  35  define("_SITENAME","Nombre del Sitio");
  36  define("_NORELATED","No hay enlaces relacionados con este tópico");
  37  define("_EDITRELATED","Editar Enlace Relacionado");
  38  define("_YES","Sí");
  39  define("_NO","No");
  40  define("_TOPICSMANAGER","Tópicos");
  41  define("_DELETETOPIC","Borrar Tópico");
  42  define("_TOPICDELSURE","¿Estás seguro de querer borrar el Tópico?");
  43  define("_TOPICDELSURE1","¡Esto borrará TODAS sus historias y sus comentarios!");
  44  
  45  
  46  ?>


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7