home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / LSW270SR.ZIP / resource / msg_es.msg < prev    next >
Text File  |  2004-02-07  |  1KB  |  31 lines

  1. /*
  2.  *      Copyright (C) 1997-2004 Andrei Los.
  3.  *      This file is part of the lSwitcher source package.
  4.  *      lSwitcher is free software; you can redistribute it and/or modify
  5.  *      it under the terms of the GNU General Public License as published
  6.  *      by the Free Software Foundation, in version 2 as it comes in the
  7.  *      "COPYING" file of the lSwitcher main distribution.
  8.  *      This program is distributed in the hope that it will be useful,
  9.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.  *      GNU General Public License for more details.
  12.  */
  13.  
  14. #include "msg.h"
  15.  
  16. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  17. {
  18.   MSG_LOADED   "Ya se ha cargado"
  19.   MSG_ERROR    "error"
  20.   MSG_CANTSAVE "No se pueden guardar las oopciones en el archivo %s"
  21.   MSG_CANTOPEN "No se puede abrir el archivo de opciones %s"
  22.   MSG_WRONGVER "Las opciones del archivo %s corresponden a otra versión de este programa. ¿Quiere borrarlas?" 
  23.   MSG_CANTFINDOPEN "No se puedo encontrar o abrir " 
  24.   MSG_CANTEXECUTE "No se pudo ejecutar "
  25.   MSG_CANTKILL "No es posible matar un proceso del WPS"
  26.   MSG_KILLQUERY "¿Seguro que desea matar el proceso"
  27.   MSG_CANCEL "Cancelar"
  28.   MSG_FOLDERS "Carpetas"
  29. }
  30.  
  31.