[ Index ]
 

Code source de PHP NUKE 7.9

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

title

Body

[fermer]

/modules/Encyclopedia/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 go to the 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("_SEND","Enviar");
  22  define("_FUNCTIONS","Funciones");
  23  define("_YES","Sí");
  24  define("_NO","No");
  25  define("_SAVECHANGES","Guardar Cambios");
  26  define("_PAGEBREAK","Si quieres dividir en varias páginas, puedes escribir <b>[--pagebreak--]</b> donde quieras cortar");
  27  define("_DESCRIPTION","Descripción");
  28  define("_TO","Para");
  29  define("_TITLE","Título");
  30  define("_ACTIVE","Activo");
  31  define("_DEACTIVATE","Desactivar");
  32  define("_INACTIVE","Inactivo");
  33  define("_ACTIVATE","Activar");
  34  define("_ADD","Agregar");
  35  define("_LANGUAGE","Lenguaje");
  36  define("_ENCYCLOPEDIA","Enciclopedia");
  37  define("_ENCYCLOPEDIAMANAGER","Creador de Enciclopedias");
  38  define("_DELENCYCLOPEDIA","Borrar Enciclopedia");
  39  define("_DELENCYCONTWARNING","¿Estás seguro de querer borrar esta Enciclopedia y TODO su contenido?");
  40  define("_DELENCYCLOPEDIATEXT","Borrar Términos de Enciclopedia");
  41  define("_DELENCYTEXTWARNING","¿Estás seguro de querer borrar este término?");
  42  define("_CURRENTSTATUS","Estado Actual");
  43  define("_ACTIVATEPAGE","¿Activar esta Página?");
  44  define("_TERMS","Términos");
  45  define("_ADDNEWENCYCLOPEDIA","Agregar Nueva Enciclopedia");
  46  define("_ADDNEWENCYTERM","Agregar Nuevo Término a la Enciclopedia");
  47  define("_TERMTEXT","Texto del Término");
  48  define("_MOVETERMS","Mover Términos");
  49  define("_MOVEALLTERMSFROM","Mover TODOS los Términos desde");
  50  define("_EDITENCYCLOPEDIA","Editar Enciclopedia");
  51  define("_ENCYTERMSEDIT","Editar Términos de la Enciclopedia");
  52  define("_SELECTONETERM","Por Favor selecciona un término de la siguiente lista:");
  53  define("_NOCONTENTFORLETTER","Disculpa, no existe ningún contenido por la letra");
  54  define("_CHANGETOENCY","Cambiar a la Enciclopedia");
  55  
  56  
  57  ?>


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