mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:31:57 +00:00
[XCOPY]
- Spanish translation by JasonGenie at gmail dot com See issue #5889 for more details. svn path=/trunk/; revision=50653
This commit is contained in:
parent
bd7f92508e
commit
54917c852b
2 changed files with 81 additions and 0 deletions
80
reactos/base/applications/cmdutils/xcopy/Es.rc
Normal file
80
reactos/base/applications/cmdutils/xcopy/Es.rc
Normal file
|
@ -0,0 +1,80 @@
|
|||
/*
|
||||
* XCOPY - Wine-compatible xcopy program
|
||||
* Spanish language support
|
||||
*
|
||||
* Copyright (C) 2007 Jeisson T.
|
||||
*
|
||||
* 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
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
STRING_INVPARMS, "Cantidad invalido de parametros - Use xcopy /? para obtener ayuda\n"
|
||||
STRING_INVPARM, "Parametro invalido '%s' - Use xcopy /? para obtener ayuda\n"
|
||||
STRING_PAUSE, "Unde <enter> para iniciar la copia\n"
|
||||
STRING_SIMCOPY, "%d archivo(s) seran copiado(s)\n"
|
||||
STRING_COPY, "%d archivo(s) copiado(s)\n"
|
||||
STRING_QISDIR, "Es '%s' un nombre de archivo o de directorio\n\
|
||||
en el punto de destino?\n\
|
||||
(F - Archivo, D - Directorio)\n"
|
||||
STRING_SRCPROMPT,"%s? (Si|No)\n"
|
||||
STRING_OVERWRITE,"Destruir y escribir encima %s? (Si|No|Todo)\n"
|
||||
STRING_COPYFAIL, "La copia de '%s' a '%s' ha faillecido con r/c %d\n"
|
||||
STRING_OPENFAIL, "Impossible de abrir '%s'\n"
|
||||
STRING_READFAIL, "Hubo un error durante la lectura de '%s'\n"
|
||||
STRING_YES_CHAR, "S"
|
||||
STRING_NO_CHAR, "N"
|
||||
STRING_ALL_CHAR, "T"
|
||||
STRING_FILE_CHAR,"A"
|
||||
STRING_DIR_CHAR, "D"
|
||||
|
||||
STRING_HELP,
|
||||
"XCOPY - Copia los archivos o directorios fuentes a un destino\n\
|
||||
\n\
|
||||
Sintaxis:\n\
|
||||
XCOPY fuente [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
|
||||
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
|
||||
\n\
|
||||
En la cual:\n\
|
||||
\n\
|
||||
[/I] Asuma el directorio si el destino no existe y copia dos o\n\
|
||||
\tmas archivos\n\
|
||||
[/S] Copia directorios y subdirectorios\n\
|
||||
[/E] Copia directorios y subdirectorios, incluyendo las que estan vacias\n\
|
||||
[/Q] No mostrar la lista de los nombres de los archivos durante la copia (silencioso)\n\
|
||||
[/F] Mostrar todas las fuentes y todos los destinos durante la copia.\n\
|
||||
[/L] Simular la operacion, mostrando los nombres de archivos que seran copiados\n\
|
||||
[/W] Preguntar antes de iniciar la operacion de copia\n\
|
||||
[/T] Crear una estructura de repertorios vacios pero no copia los archivos\n\
|
||||
[/Y] No pide confirmacion cuando sobreescribe sobre los archivos\n\
|
||||
[/-Y] Pide confirmacion cuando sobreescribe los archivos\n\
|
||||
[/P] Pregunta al usuario ante de copiar cada archivo fuente\n\
|
||||
[/N] Copiar usando los nombres cortos\n\
|
||||
[/U] Copia solamente los archivos que ya existent en el punto de destino\n\
|
||||
[/R] Sobreescribir los archivos en lectura unica\n\
|
||||
[/H] Incluir los archivos escondidos y los del systema en la copia\n\
|
||||
[/C] Siempre continuar mismo si un error occure en la copia\n\
|
||||
[/A] Copia solamente archivos con el attributo de archivo definido\n\
|
||||
[/M] Copia solamente archivos con el attributo de archivo definido, supprime\n\
|
||||
\tl'attributo de archivo\n\
|
||||
[/D | /D:m-d-y] Copia los nuevos archivos or los que fueront modificado despues la fecha especificada.\n\
|
||||
\t\tSi la fecha no esta especificada, copia unicamente cuando el archivo de destino est mas viejo\n\
|
||||
\t\tque el archivo fuente\n\n"
|
||||
|
||||
}
|
|
@ -30,6 +30,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#include "En.rc"
|
||||
#include "No.rc"
|
||||
#include "Pl.rc"
|
||||
#include "Es.rc"
|
||||
|
||||
/* UTF-8 */
|
||||
#include "De.rc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue