2023-05-13 20:49:10 +00:00
|
|
|
/*
|
|
|
|
* PROJECT: ReactOS Attrib Command
|
|
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
|
|
* PURPOSE: Spanish resource file
|
|
|
|
* TRANSLATORS: Copyright 2005 Jose Pedro Fernández Pascual <huma2000@terra.es>
|
|
|
|
* Copyright 2020 Julen Urizar Compains <julenuri@hotmail.com>
|
|
|
|
*/
|
2019-09-21 09:39:01 +00:00
|
|
|
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
STRINGTABLE
|
|
|
|
BEGIN
|
|
|
|
STRING_ATTRIB_HELP "Muestra o cambia los atributos de los archivos.\n\n\
|
|
|
|
ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
|
|
|
|
[/S [/D]]\n\n\
|
|
|
|
+ Añade un atributo\n\
|
|
|
|
- Borra un atributo\n\
|
|
|
|
R Atributo de sólo lectura\n\
|
|
|
|
A Atributo de archivo\n\
|
|
|
|
S Atributo de archivo de sistema\n\
|
|
|
|
H Atributo de archivo oculto\n\
|
2020-03-06 18:08:25 +00:00
|
|
|
/S Procesa los archivos coincidentes en el directorio actual\n\
|
2019-09-21 09:39:01 +00:00
|
|
|
y sus subdirectorios\n\
|
|
|
|
/D Procesa también los directorios\n\n\
|
[TRANSLATION] Spanish minor fixes (#2547)
Translations for:
- Applications: clipbrd, dxdiag, rapps,
- cmdutils: attrib, find, help, label, reg, xcopy
- usetup
- dlls: browseui, shell32, syssetup
- Add Spanish translation for Accesibility Utility (utilman).
Update for the "Choose product options" strings in syssetup:
Originally "ProductType" and "ProductSuite" (typesetted without spaces) were the registry value names where these settings would go, but since it's meaningless to show these values it's better instead to use human-readable names with correct translation and spacing.
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-04-15 11:27:36 +00:00
|
|
|
Escriba ATTRIB sin un parámetro para mostrar los atributos de todos los archivos.\n"
|
2019-09-21 09:39:01 +00:00
|
|
|
STRING_CONSOLE_ERROR "Error desconocido: %d\n"
|
2023-05-13 20:49:10 +00:00
|
|
|
STRING_FILE_NOT_FOUND "Archivo no encontrado - '%s'\n"
|
2019-09-21 09:39:01 +00:00
|
|
|
STRING_ERROR_INVALID_PARAM_FORMAT "Formato de parámetro erróneo - %s\n"
|
|
|
|
END
|