1/* Spanish Reg in Cmdutils Resource File
2 * ???
3 * Julen Urizar Compains 2020
4 */
5
6LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
7
8STRINGTABLE
9{
10    STRING_USAGE, "Usage:\n\
11  REG [operation] [parameters]\n\n\
12Supported operations:\n\
13  ADD | COPY | DELETE | EXPORT | IMPORT | QUERY\n\n\
14For help on a specific operation, type:\n\
15  REG [operation] /?\n\n"
16
17    STRING_ADD_USAGE, "REG ADD <key> [/v value_name | /ve] [/t type] [/s separator] [/d data] [/f]\n\n\
18  Adds a key to the registry or adds a new value to a given registry key.\n\n\
19  <key>\n\
20     The registry key to add or, if either [/v] or [/ve] is specified,\n\
21     the key in which to add the new registry data.\n\n\
22     Format: ROOT\\Subkey\n\n\
23     ROOT: A predefined registry key. This must be one of the following:\n\n\
24         HKEY_LOCAL_MACHINE  | HKLM\n\
25         HKEY_CURRENT_USER   | HKCU\n\
26         HKEY_CLASSES_ROOT   | HKCR\n\
27         HKEY_USERS          | HKU\n\
28         HKEY_CURRENT_CONFIG | HKCC\n\n\
29     Subkey: The full path to a registry key under a given ROOT key.\n\n\
30  /v <value_name>\n\
31     The name of the registry value to add.\n\n\
32  /ve\n\
33     Add an unnamed registry value. This option modifies the (Default)\n\
34     registry value.\n\n\
35  /t <type>\n\
36     The type of data to add to the registry. If [/t] is specified,\n\
37     <type> must be one of the following:\n\n\
38         REG_SZ    | REG_MULTI_SZ | REG_EXPAND_SZ\n\
39         REG_DWORD | REG_BINARY   | REG_NONE\n\n\
40     If [/t] is not specified, the default data type is REG_SZ.\n\n\
41  /s <separator>\n\
42     The character used to separate strings in REG_MULTI_SZ data.\n\
43     If [/s] is not specified, the default separator is \\0.\n\n\
44  /d <data>\n\
45     The data to add to the new registry value.\n\n\
46  /f\n\
47     Modify the registry without prompting for confirmation.\n\n"
48
49    STRING_DELETE_USAGE, "REG DELETE <key> [/v value_name | /ve | /va] [/f]\n\n\
50  Deletes a registry key (including all subkeys and values), or deletes\n\
51  one or more values from a given registry key.\n\n\
52  <key>\n\
53     The registry key to delete or, if one of [/v], [/ve] or [/va] is\n\
54     specified, the registry key in which to delete one or more values.\n\n\
55     Format: ROOT\\Subkey\n\n\
56     ROOT: A predefined registry key. This must be one of the following:\n\n\
57         HKEY_LOCAL_MACHINE  | HKLM\n\
58         HKEY_CURRENT_USER   | HKCU\n\
59         HKEY_CLASSES_ROOT   | HKCR\n\
60         HKEY_USERS          | HKU\n\
61         HKEY_CURRENT_CONFIG | HKCC\n\n\
62     Subkey: The full path to a registry key under a given ROOT key.\n\n\
63  /v <value_name>\n\
64     The name of the registry value to delete.\n\n\
65  /ve\n\
66     Delete an unnamed registry value. This option deletes the (Default)\n\
67     registry value.\n\n\
68  /va\n\
69     Delete all values from a registry key.\n\n\
70  /f\n\
71     Delete a registry key (including all subkeys and values) without\n\
72     prompting for confirmation.\n\n"
73
74    STRING_QUERY_USAGE, "REG QUERY <key> [/v value_name | /ve] [/s]\n\n\
75  Queries a specified registry key and lists all immediate subkeys, values\n\
76  and data within that key. Use [/s] to recursively query each subkey.\n\n\
77  <key>\n\
78     The registry key to query.\n\n\
79     Format: ROOT\\Subkey\n\n\
80     ROOT: A predefined registry key. This must be one of the following:\n\n\
81         HKEY_LOCAL_MACHINE  | HKLM\n\
82         HKEY_CURRENT_USER   | HKCU\n\
83         HKEY_CLASSES_ROOT   | HKCR\n\
84         HKEY_USERS          | HKU\n\
85         HKEY_CURRENT_CONFIG | HKCC\n\n\
86     Subkey: The full path to a registry key under a given ROOT key.\n\n\
87  /v <value_name>\n\
88     The name of the registry value to query. If neither [/v] nor [/ve] is\n\
89     specified, all values under <key> are listed.\n\n\
90 /ve\n\
91     Query an unnamed registry value. This option queries the (Default)\n\
92     registry value.\n\n\
93  /s\n\
94     List all registry entries under <key> and its subkeys.\n\n"
95
96    STRING_SUCCESS, "La operación se completó correctamente\n"
97    STRING_INVALID_KEY, "reg: nombre de clave no válido\n"
98    STRING_INVALID_CMDLINE, "reg: parámetros en línea de comandos no válidos\n"
99    STRING_NO_REMOTE, "reg: No se pueden agregar las claves al equipo remoto\n"
100    STRING_VALUE_NONEXIST, "reg: El sistema no pudo encontrar la clave o el valor del Registro especificado\n"
101    STRING_UNSUPPORTED_TYPE, "reg: Tipo no soportado\n"
102    STRING_MISSING_NUMBER, "reg: The option [/d] must be followed by a valid numeric value\n"
103    STRING_MISSING_HEXDATA, "reg: La opción [/d] debe estar seguido por un balor hexadecimal válido\n"
104    STRING_UNHANDLED_TYPE, "reg: Incapaz de trabajar con ese tipo de dato de Registro [/t 0x%1!x!, /d %2]\n"
105    STRING_OVERWRITE_VALUE, "El valor '%1' ya existe en el Registro. ¿Desea sobreescribirlo?"
106    STRING_YES, "Y"
107    STRING_NO, "N"
108    STRING_ALL, "A"
109    STRING_YESNO, " (Yes|No)"
110    STRING_YESNOALL, " (Yes|No|All)"
111    STRING_CANCELLED, "La operación de registro se ha cancelado\n"
112    STRING_DEFAULT_VALUE, "(Por defecto)"
113    STRING_DELETE_VALUE, "¿Estás seguro de que quieres eliminar el valor de Registro '%1'?"
114    STRING_DELETE_VALUEALL, "¿Estás seguro de que quieres eliminar todos los valores de Registro en '%1'?"
115    STRING_DELETE_SUBKEY, "¿Estás seguro de que quieres eliminar la clave de Registro '%1'?"
116    STRING_INVALID_STRING, "reg: El subcomando [/d] debe ir seguido de una cadena de texto válida\n"
117    STRING_VALUEALL_FAILED, "reg: Unable to delete all registry values in '%1'. Ha ocurrido un error inesperado.\n"
118    STRING_MATCHES_FOUND, "Busqueda completada. Número de coincidencias encontradas: %1!d!\n"
119    STRING_INVALID_SYNTAX, "reg: Sintáxis incorrecta. "
120    STRING_INVALID_OPTION, "reg: Opción incorrecta [%1]. "
121    STRING_REG_HELP, "Escriba ""REG /?"" para ayuda.\n"
122    STRING_FUNC_HELP, "Escriba ""REG %1 /?"" para ayuda.\n"
123    STRING_VALUE_NOT_SET, "(valor sin fijar)"
124    STRING_IMPORT_USAGE, "REG IMPORT <file>\n\n\
125  Imports keys, values and data from a given file into the registry.\n\n\
126  <file>\n\
127     The name and path of the registry file to import.\n\n"
128
129    STRING_FILE_NOT_FOUND, "reg: El archivo '%1' no se ha encontrado.\n"
130    STRING_ESCAPE_SEQUENCE, "reg: Secuencia de escape no reconocida [\\%1!c!]\n"
131    STRING_EXPORT_USAGE, "REG EXPORT <key> <file> [/y]\n\n\
132  Exports a specified registry key (including all subkeys and values)\n\
133  to a file.\n\n\
134  <key>\n\
135     The registry key to export.\n\n\
136     Format: ROOT\\Subkey\n\n\
137     ROOT: A predefined registry key. This must be one of the following:\n\n\
138         HKEY_LOCAL_MACHINE  | HKLM\n\
139         HKEY_CURRENT_USER   | HKCU\n\
140         HKEY_CLASSES_ROOT   | HKCR\n\
141         HKEY_USERS          | HKU\n\
142         HKEY_CURRENT_CONFIG | HKCC\n\n\
143     Subkey: The full path to a registry key under a given ROOT key.\n\n\
144  <file>\n\
145     The name and path of the registry file that will be created.\n\
146     This file must have a .reg extension.\n\n\
147  /y\n\
148     Overwrite <file> without prompting for confirmation.\n\n"
149
150    STRING_INVALID_SYSTEM_KEY, "reg: Clave de Sistema incorrecta [%1]\n"
151    STRING_OVERWRITE_FILE, "El archivo '%1' ya existe. ¿Quiere sobreescribirlo?"
152    STRING_KEY_NONEXIST, "reg: Unable to find the specified registry key\n"
153    STRING_KEY_IMPORT_FAILED, "reg: Unable to import the registry key '%1'\n"
154
155    STRING_REG_VIEW_USAGE, "  /reg:32\n\
156     Access the registry using the 32-bit view.\n\n\
157  /reg:64\n\
158     Access the registry using the 64-bit view.\n\n"
159    STRING_ACCESS_DENIED, "reg: Unable to access or create the specified registry key\n"
160
161    STRING_COPY_USAGE, "REG COPY <key1> <key2> [/s] [/f]\n\n\
162  Copies the contents of a specified registry key to another location.\n\
163  By default, this operation only copies registry values. Use [/s] to\n\
164  recursively copy all subkeys and values.\n\n\
165  <key1>, <key2>\n\
166     Registry keys specifying the source (<key1>) and destination (<key2>)\n\
167     of the data. If <key2> does not exist, it is created.\n\n\
168     Format: ROOT\\Subkey\n\n\
169     ROOT: A predefined registry key. This must be one of the following:\n\n\
170         HKEY_LOCAL_MACHINE  | HKLM\n\
171         HKEY_CURRENT_USER   | HKCU\n\
172         HKEY_CLASSES_ROOT   | HKCR\n\
173         HKEY_USERS          | HKU\n\
174         HKEY_CURRENT_CONFIG | HKCC\n\n\
175     Subkey: The full path to a registry key under a given ROOT key.\n\n\
176  /s\n\
177     Copy all subkeys and values from <key1> to <key2>.\n\n\
178  /f\n\
179     Overwrite all registry data in <key2> without prompting for confirmation.\n\
180     This option does not modify subkeys and values that only exist in <key2>.\n\n"
181
182    STRING_COPY_SRC_DEST_SAME, "reg: The source and destination keys cannot be the same\n"
183    STRING_COPY_CONFIRM, "The value '%1\\%2' already exists in the destination key. Do you want to overwrite it?"
184}
185