mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
d7a632a094
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>
15 lines
766 B
Text
15 lines
766 B
Text
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "FIND: Imprime todas las líneas de un fichero que contiene una cadena.\n\n\
|
|
FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] ""cadena"" [fichero...]\n\
|
|
/V Muestra las líneas que no contienen la cadena de caracteres.\n\
|
|
/C Cuenta el número de líneas que contienen la cadena de caracteres.\n\
|
|
/N Numero de líneas a mostrar en pantalla, a partir de la primera.\n\
|
|
/I Ignora mayúsculas y minúsculas.\n\
|
|
/OFF[LINE] No saltar los archivos que tengan configurado el atributo offline."
|
|
IDS_NO_SUCH_FILE "FIND: %s: No se encontró el fichero\n"
|
|
IDS_CANNOT_OPEN "FIND: %s: No se pudo abrir el fichero\n"
|
|
IDS_INVALID_SWITCH "FIND: Cambio inválido\n"
|
|
END
|