Es.rc 2.9 KB
Newer Older
1 2 3 4
/*
 * Start
 * Spanish Language Support
 *
5
 * Copyright 2003,2008 Jos Manuel Ferrer Ortiz
6 7 8 9 10 11 12 13 14 15 16 17 18
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 21
 */

22
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
23

24
STRINGTABLE DISCARDABLE
25
{
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
STRING_USAGE,                                   "Inicia un programa, o abre un documento con el programa que se suele utilizar para archivos con esa extensin.\n\
Uso:\n\
start [opciones] fichero_programa [...]\n\
start [opciones] fichero_documento\n\
\n\
Opciones:\n\
/M[inimized] Inicia el programa minimizado.\n\
/MAX[imized] Inicia el programa maximizado.\n\
/R[estored]  Inicia el programa normalmente (ni minimizado ni maximizado).\n\
/W[ait]      Espera que termine el programa iniciado y despus sale con su cdigo de salida.\n\
/Unix        Usa un nombre de archivo de Unix e inicia el archivo como en el explorador de windows.\n\
/L           Muestra la licencia para el usuario final.\n\
\n\
start.exe versin 0.2 Copyright (C) 2003, Dan Kegel\n\
Start viene ABSOLUTAMENTE SIN GARANTA; para detalles ejecttese con la opcin /L.\n\
Esto es software libre, y se le permite redistribuirlo\n\
bajo ciertas condiciones; ejecute 'start /L' para obtener detalles.\n\
43 44
"

45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
STRING_LICENSE, "start.exe versin 0.2 Copyright (C) 2003, Dan Kegel\n\
This program is free software; you can redistribute it and/or\n\
modify it under the terms of the GNU Lesser Public License\n\
as published by the Free Software Foundation; either version 2.1\n\
of the License, or (at your option) any later version.\n\
\n\
This program is distributed in the hope that it will be useful,\n\
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
GNU Lesser Public License for more details.\n\
\n\
You should have received a copy of the GNU Lesser Public License\n\
along with this program; if not, write to the Free Software\n\
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n\
\n\
Mire el archivo COPYING.LIB para informacin sobre la licencia.\n\
61 62 63
"

STRING_EXECFAIL "La aplicacin no se pudo ejecutar, o no hay ninguna aplicacin asociada con el archivo especificado.\nShellExecuteEx fallido"
64 65

STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."
66
}