BUG#: 8730
[tpot/pegasus/.git] / src / Pegasus / msg / CLI / pegasusCLI_en.txt
1 // ==============================================================================
2 // Developer's notes:
3 //
4 // ***** IMPORTANT NOTE ***** IMPORTANT NOTE ***** IMPORTANT NOTE *****
5 //
6 // To avoid unnecessary duplication, the notes for creating messages are
7 // documented in the Server message file:
8 //
9 //     Pegasus/msg/Server/pegasusServer_en.txt
10 //
11 // YOU MUST conform to those notes when adding messages here.
12 //
13 // The only deviation for CLI messages is that the message "prefix" that
14 // is included at the start of the message text begins with "PGC" for CLI
15 // messages (whereas the Server message prefix begins with "PGS").
16 //
17 // ***** IMPORTANT NOTE ***** IMPORTANT NOTE ***** IMPORTANT NOTE *****
18 //
19 // ==============================================================================
20
21
22         /**
23         *
24         * @note  Do not translate the message identifiers which are located at the beginning of
25         *          each message prior to the colon ':'.
26         *
27         *        Do not translate the following strings in this file:
28         *         'CGI', 'CIM', 'CIMOM', 'CIMMOF', 'CQL', 'DTD', 'HTTP', 'HTTPS', 'MOF', 'PEGASUS_HOME',
29         *         'root/cimv2', 'SNMP', 'SSL', 'URL', 'URI', 'UTF-8', 'XML',
30         *         'NT', 'Windows NT', 'OS/400',
31         */
32
33
34
35 en:table {
36
37         // ==========================================================
38         // Messages for CIMConfigCommand
39         //  Please use message prefix "PGC00200"
40         // ==========================================================
41
42
43         /**
44         * @note Clients.CIMConfig.CIMConfigCommand.MENU.STANDARD:
45         *    Do not translate the cimconfig command or options.  Just translate the text that explains the options.
46         *    When translating this message, make sure that each line fits in 80 characters,
47         *    preserves the indenting,
48         *    and ends with a newline character (\n).
49         */
50         Clients.CIMConfig.CIMConfigCommand.MENU.STANDARD:string {
51     "Usage: cimconfig -g name [ -c ] [ -p ] [ -d ]\n"
52     "                 -s name=value [ -c ] [ -p ] [ -t ]\n"
53     "                 -u name [ -c ] [ -p ] [ -t ]\n"
54     "                 -l [-c | -p]\n"
55     "                 -h\n"
56     "                 --help\n"
57     "                 --version\n"
58     "  Options:\n"
59     "     -g          - Get the value of the specified configuration property.\n"
60     "     -c          - Use the current configuration.\n"
61     "     -p          - Configuration user on the next CIM server start.\n"
62     "     -d          - Use the default configuration.\n"
63     "     -s          - Add or update configuration property value.\n"
64     "     -u          - Reset the configuration property to its default value.\n"
65     "     -l          - Display all the configuration properties.\n"
66     "     -t          - Timeout value in seconds for updating the current or"
67     "                   planned value.\n"
68     "     -h, --help  - Display this help message.\n"
69     "     --version   - Display CIM server version number.\n"
70     "\n"
71         }
72
73         /**
74         * @note PGC00200:
75         *     This message has never been used
76         */
77         Clients.CIMConfig.CIMConfigCommand.CIMOM_NOT_RUNNING:string {"PGC00200: The CIM server may not be running."}
78
79         /**
80         * @note PGC00201:
81         *     This message has never been used
82         */
83         Clients.CIMConfig.CIMConfigCommand.FILE_NOT_EXIST:string {"PGC00201: The configuration file does not exist."}
84
85         Clients.CIMConfig.CIMConfigCommand.FILE_NOT_READABLE:string {"PGC00202: The configuration file cannot be read."}
86
87         Clients.CIMConfig.CIMConfigCommand.FAILED_TO_GET_PROPERTY:string {"PGC00203: Failed to get the configuration property."}
88
89         Clients.CIMConfig.CIMConfigCommand.FAILED_TO_SET_PROPERTY:string {"PGC00204: Failed to set the configuration property."}
90
91         Clients.CIMConfig.CIMConfigCommand.FAILED_TO_UNSET_PROPERTY:string {"PGC00205: Failed to reset the configuration property."}
92
93         Clients.CIMConfig.CIMConfigCommand.FAILED_TO_LIST_PROPERTIES:string {"PGC00206: Failed to list the configuration properties."}
94
95         Clients.CIMConfig.CIMConfigCommand.CONFIG_SCHEMA_NOT_LOADED:string {"PGC00207: The internal repository on the CIM server must be restored."}
96
97         Clients.CIMConfig.CIMConfigCommand.PROPERTY_NOT_FOUND:string {"PGC00208: The specified property name is not found."}
98
99         Clients.CIMConfig.CIMConfigCommand.INVALID_PROPERTY_VALUE:string {"PGC00209: The specified property value is not valid."}
100
101         Clients.CIMConfig.CIMConfigCommand.PROPERTY_NOT_MODIFIED:string {"PGC00210: The specified property cannot be modified."}
102
103         /**
104         * @note PGC00211: substitution {0} is an option name (char)
105         */
106         Clients.CIMConfig.CIMConfigCommand.OPTION_INVALID_CIM_RUNNING:string {"PGC00211: Option -{0} is not valid for this command when the CIM server is not running."}
107
108         /**
109         * @note PGC00212: substitution {0} is a property value (string)
110         */
111         Clients.CIMConfig.CIMConfigCommand.PLANNED_VALUE_IS:string {"PGC00212: The planned property value is {0}."}
112
113         /**
114         * @note PGC00213: substitution {0} is a property value (string)
115         */
116         Clients.CIMConfig.CIMConfigCommand.CURRENT_VALUE_IS:string {"PGC00213: The current property value is {0}."}
117
118         /**
119         * @note PGC00214: substitution {0} is a property value (string)
120         */
121         Clients.CIMConfig.CIMConfigCommand.DEFAULT_VALUE_IS:string {"PGC00214: The default property value is {0}."}
122
123         Clients.CIMConfig.CIMConfigCommand.CANNOT_DETERMINE_PLANNED_VALUE_CIM_RUNNING:string {"PGC00215: The planned value cannot be determined because the CIM server is not running."}
124
125         Clients.CIMConfig.CIMConfigCommand.CANNOT_DETERMINE_CURRENT_VALUE_CIM_RUNNING:string {"PGC00216: The current value cannot be determined because the CIM server is not running."}
126
127         /**
128         * @note PGC00217:
129         *     This message has never been used
130         */
131         Clients.CIMConfig.CIMConfigCommand.CANNOT_DETERMINE_DEFAULT_VALUE_CIM_RUNNING:string {"PGC00217: The default value cannot be determined because the CIM server is not running."}
132
133         /**
134         * @note PGC00218: substitution {0} name of the property (string)
135         *         substitution {1} value of the property (string)
136         */
137         Clients.CIMConfig.CIMConfigCommand.PLANNED_VALUE_OF_PROPERTY_IS:string {"PGC00218: The planned value for property {0} is set to {1} in the CIM server."}
138
139         /**
140         * @note PGC00219: substitution {0} name of the property (string)
141         *        substitution {1} value of the property (string)
142         */
143         Clients.CIMConfig.CIMConfigCommand.CURRENT_VALUE_OF_PROPERTY_IS:string {"PGC00219: The current value for property {0} is set to {1} in the CIM server."}
144
145         /**
146         * @note PGC00220: substitution {0} name of the property (string)
147         *         substitution {1} value of the property (string)
148         *     This message has never been used
149         */
150         Clients.CIMConfig.CIMConfigCommand.DEFAULT_VALUE_OF_PROPERTY_IS:string {"PGC00220: The default value for property {0} is set to {1} in CIM server."}
151
152         /**
153         * @note PGC00221: substitution {0} name of the property (string)
154         *     This message has never been used
155         */
156         Clients.CIMConfig.CIMConfigCommand.PLANNED_VALUE_OF_PROPERTY_CANNOT_BE_SET:string {"PGC00221: The planned value for property {0} cannot be set because the CIM server is not running."}
157
158         /**
159         * @note PGC00222: substitution {0} name of the property (string)
160         */
161         Clients.CIMConfig.CIMConfigCommand.CURRENT_VALUE_OF_PROPERTY_CANNOT_BE_SET:string {"PGC00222: The current value for property {0} cannot be set because the CIM server is not running."}
162
163         /**
164         * @note PGC00223: substitution {0} name of the property (string)
165         *     This message has never been used
166         */
167         Clients.CIMConfig.CIMConfigCommand.DEFAULT_VALUE_OF_PROPERTY_CANNOT_BE_SET:string {"PGC00223: The default value for property {0} cannot be set because the CIM server is not running."}
168
169         /**
170         * @note PGC00224: substitution {0} name of the property (string)
171         */
172         Clients.CIMConfig.CIMConfigCommand.FAILED_UPDATE_OF_PLANNED_VALUE_IN_FILE:string {"PGC00224: Failed to update the planned value of property {0} in the configuration file."}
173
174         /**
175         * @note PGC00225: substitution {0} name of the property (string)
176         *     This message has never been used
177         */
178         Clients.CIMConfig.CIMConfigCommand.FAILED_UPDATE_OF_CURRENT_VALUE_IN_FILE:string {"PGC00225: Failed to update the current value of property {0} in the configuration file."}
179
180         /**
181         * @note PGC00226: substitution {0} name of the property (string)
182         *     This message has never been used
183         */
184         Clients.CIMConfig.CIMConfigCommand.FAILED_UPDATE_OF_DEFAULT_VALUE_IN_FILE:string {"PGC00226: Failed to update the default value of property {0} in the configuration file."}
185
186         /**
187         * @note PGC00227: substitution {0} name of the property (string)
188         */
189         Clients.CIMConfig.CIMConfigCommand.PROPERTY_UPDATED_IN_FILE:string {"PGC00227: The {0} property is updated in the configuration file."}
190
191         /**
192         * @note PGC00228: substitution {0} name of the property (string)
193         *          substitution {1} value of the property (string)
194         */
195         Clients.CIMConfig.CIMConfigCommand.PROPERTY_VALUE_ALREADY_SET_TO:string {"PGC00228: The {0} property value is already set to {1}."}
196
197         /**
198         * @note PGC00229: substitution {0} name of the property (string)
199         *     This message has never been used
200         */
201         Clients.CIMConfig.CIMConfigCommand.PLANNED_PROPERTY_SET_TO_DEFAULT:string {"PGC00229: The planned value for property {0} is set to the default value in the CIM server."}
202
203         /**
204         * @note PGC00230: substitution {0} name of the property (string)
205         */
206         Clients.CIMConfig.CIMConfigCommand.CURRENT_PROPERTY_SET_TO_DEFAULT:string {"PGC00230: The current value for property {0} is set to the default value in the CIM server."}
207
208         /**
209         * @note PGC00231: substitution {0} name of the property (string)
210         */
211         Clients.CIMConfig.CIMConfigCommand.PROPERTY_UNSET_IN_FILE:string {"PGC00231: The {0} property is reset in the configuration file."}
212
213         /**
214         * @note PGC00232:
215         *        substitution {0} name of the property (string)
216         *     This message has never been used
217         */
218         Clients.CIMConfig.CIMConfigCommand.PLANNED_PROPERTY_CANNOT_BE_UNSET_CIM_NOT_RUNNING:string {"PGC00232: The planned value for property {0} cannot be reset because the CIM server is not running."}
219
220         /**
221         * @note PGC00233: substitution {0} name of the property (string)
222         */
223         Clients.CIMConfig.CIMConfigCommand.CURRENT_PROPERTY_CANNOT_BE_UNSET_CIM_NOT_RUNNING:string {"PGC00233: The current value for property {0} cannot be reset because the CIM server is not running."}
224
225         /**
226         * @note PGC00234: substitution {0} name of the property (string)
227         *     This message has never been used
228         */
229         Clients.CIMConfig.CIMConfigCommand.DEFAULT_PROPERTY_CANNOT_BE_UNSET_CIM_NOT_RUNNING:string {"PGC00234: The default value for property {0} cannot be reset because the CIM server is not running."}
230
231         /**
232         * @note PGC00235: substitution {0} name of the property (string)
233         */
234         Clients.CIMConfig.CIMConfigCommand.PROPERTY_VALUE_ALREADY_UNSET:string {"PGC00235: The {0} property value is already reset."}
235
236         /**
237         * @note PGC00236:
238         *     This message has never been used
239         */
240         Clients.CIMConfig.CIMConfigCommand.PLANNED_VALUES_CANNOT_BE_LISTED_CIM_NOT_RUNNING:string {"PGC00236: The planned value of properties cannot be listed because the CIM server is not running."}
241
242         Clients.CIMConfig.CIMConfigCommand.CURRENT_VALUES_CANNOT_BE_LISTED_CIM_NOT_RUNNING:string {"PGC00237: The current value of properties cannot be listed because the CIM server is not running."}
243
244         /**
245         * @note PGC00238:
246         *     This message has never been used
247         */
248         Clients.CIMConfig.CIMConfigCommand.DEFAULT_VALUES_CANNOT_BE_LISTED_CIM_NOT_RUNNING:string {"PGC00238: The default value of properties cannot be listed because the CIM server is not running."}
249
250         Clients.CIMConfig.CIMConfigCommand.NO_PROPERTIES_FOUND_IN_FILE:string {"PGC00239: No configuration properties are found in the configuration file."}
251
252     /**
253     * @note PGC00240:
254     *       This message is no longer used as of version 2.7.0
255     */
256         Clients.CIMConfig.CIMConfigCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00240: Invalid option. Use ''--help'' to obtain command syntax."}
257
258         Clients.CIMConfig.CIMConfigCommand.ERR_USAGE:string {"PGC00241: Use ''--help'' to obtain command syntax."}
259
260
261         // ==========================================================
262         // Messages for CIMAuthCommand
263         //  Please use message prefix "PGC00400"
264         // ==========================================================
265
266
267         Clients.cimauth.CIMAuthCommand.NOT_PRIVILEGED_USER:string {"PGC00400: Superuser authority is required to run this command."}
268
269         Clients.cimauth.CIMAuthCommand.CIMOM_NOT_RUNNING:string {"PGC00401: The CIM server may not be running."}
270
271         /**
272         * @note PGC00402:
273         *     This message has never been used
274         */
275         Clients.cimauth.CIMAuthCommand.FILE_NOT_READABLE:string {"PGC00402: The configuration file cannot be read."}
276
277         Clients.cimauth.CIMAuthCommand.ADD_AUTH_FAILURE:string {"PGC00403: Failed to add authorizations."}
278
279         Clients.cimauth.CIMAuthCommand.MODIFY_AUTH_FAILURE:string {"PGC00404: Failed to modify authorizations."}
280
281         Clients.cimauth.CIMAuthCommand.REMOVE_AUTH_FAILURE:string {"PGC00405: Failed to remove authorizations."}
282
283         Clients.cimauth.CIMAuthCommand.LIST_AUTH_FAILURE:string {"PGC00406: Failed to list the users."}
284
285         Clients.cimauth.CIMAuthCommand.ADD_AUTH_SUCCESS:string {"PGC00407: Authorizations added successfully."}
286
287         Clients.cimauth.CIMAuthCommand.MODIFY_AUTH_SUCCESS:string {"PGC00408: Authorizations modified successfully."}
288
289         Clients.cimauth.CIMAuthCommand.REMOVE_AUTH_SUCCESS:string {"PGC00409: Authorizations removed successfully."}
290
291         /**
292         * @note PGC00410:
293         *     This message has never been used
294         */
295         Clients.cimauth.CIMAuthCommand.NO_AUTHS_FOUND:string {"PGC00410: No user authorizations found."}
296
297         Clients.cimauth.CIMAuthCommand.AUTH_SCHEMA_NOT_LOADED:string {"PGC00411: The internal repository on the CIM server must be restored."}
298
299         Clients.cimauth.CIMAuthCommand.REQUIRED_ARGS_MISSING:string {"PGC00412: Required arguments missing."}
300
301         Clients.cimauth.CIMAuthCommand.AUTH_ALREADY_EXISTS:string {"PGC00413: The specified user authorizations already exist."}
302
303         Clients.cimauth.CIMAuthCommand.AUTH_NOT_FOUND:string {"PGC00414: The specified user authorizations are not found."}
304
305          /**
306          * @note PGC00415:
307          *       This message is no longer used as of version 2.7.0
308          */
309         Clients.cimauth.CIMAuthCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00415: Invalid option. Use ''--help'' to obtain command syntax."}
310
311         Clients.cimauth.CIMAuthCommand.ERR_USAGE:string {"PGC00416: Use ''--help'' to obtain command syntax."}
312
313
314         // ==========================================================
315         // Messages for CIMProviderCommand
316         //  Please use message prefix "PGC00600"
317         // ==========================================================
318
319
320         /**
321         * @note Clients.cimprovider.CIMProviderCommand.MENU.STANDARD:
322         *    Do not translate the cimprovider command or options.  Just translate the text that explains the options.
323     *    When translating this message, make sure that each line fits in 80 characters,
324     *    preserves the indenting,
325     *    and ends with a newline character (\n).
326         */
327         Clients.cimprovider.CIMProviderCommand.MENU.STANDARD:string {
328     "Usage: cimprovider -d -m module\n"
329     "                   -e -m module\n"
330     "                   -r -m module [ -p provider ]\n"
331     "                   -l [ -s | -m module ]\n"
332     "                   -h\n"
333     "                   --help\n"
334     "                   --version\n"
335     "  Options:\n"
336     "      -d         - Disable the specified CIM provider module.\n"
337     "      -e         - Enable the specified CIM provider module.\n"
338     "      -r         - Remove the registration for a provider (if specified)\n"
339     "                   or for the specified provider module and all the providers\n"
340     "                   it contains.\n"
341     "      -l         - Display all the registered provider modules.\n"
342     "      -m         - Specify the provider module for the operation.\n"
343     "      -p         - Specify the provider for the operation.\n"
344     "      -s         - Display the status of registered provider modules.\n"
345     "      -h, --help - Display this help message.\n"
346     "      --version  - Display CIM Server version number.\n"
347     "\n"
348         }
349
350         /*
351         * @note PGC00600:
352         *     "cimprovider" should not be translated since it is the name of the command
353         *     This message has never been used
354         */
355         Clients.cimprovider.CIMProviderCommand.NOT_PRIVILEGED_USER:string {"PGC00600: Superuser authority is required to run the cimprovider command."}
356
357         Clients.cimprovider.CIMProviderCommand.CIMOM_NOT_RUNNING:string {"PGC00601: The CIM server may not be running."}
358
359         Clients.cimprovider.CIMProviderCommand.DELETE_PROVIDER_FAILURE:string {"PGC00602: Failed to delete the provider. "}
360
361         Clients.cimprovider.CIMProviderCommand.START_PROVIDER_FAILURE:string {"PGC00603: Failed to enable the provider module."}
362
363         Clients.cimprovider.CIMProviderCommand.STOP_PROVIDER_FAILURE:string {"PGC00604: Failed to disable the provider module."}
364
365         Clients.cimprovider.CIMProviderCommand.LIST_PROVIDERS_FAILURE:string {"PGC00605: Failed to list the providers. "}
366
367         Clients.cimprovider.CIMProviderCommand.DELETE_PROVIDER_MODULE_SUCCESS:string {"PGC00606: The provider module is deleted successfully."}
368
369         Clients.cimprovider.CIMProviderCommand.DELETE_PROVIDER_SUCCESS:string {"PGC00607: The provider is deleted successfully."}
370
371         Clients.cimprovider.CIMProviderCommand.START_PROVIDER_SUCCESS:string {"PGC00608: The provider module is enabled successfully."}
372
373         Clients.cimprovider.CIMProviderCommand.STOP_PROVIDER_SUCCESS:string {"PGC00609: The provider module is disabled successfully."}
374
375         Clients.cimprovider.CIMProviderCommand.PROVIDER_ALREADY_STOPPED:string {"PGC00610: The provider module is already disabled."}
376
377         Clients.cimprovider.CIMProviderCommand.PROVIDER_ALREADY_STARTED:string {"PGC00611: The provider module is already enabled."}
378
379         Clients.cimprovider.CIMProviderCommand.CANNOT_START_PROVIDER:string {"PGC00612: The provider module cannot be enabled because it is currently being disabled."}
380
381         /*
382         * @note PGC00613:
383         *     This message has never been used
384         */
385         Clients.cimprovider.CIMProviderCommand.PROVIDER_NOT_REGISTERED:string {"PGC00613: The specified provider is not registered."}
386
387         Clients.cimprovider.CIMProviderCommand.DELETEING_PROVIDER_MODULE:string {"PGC00614: Deleting the provider module..."}
388
389         Clients.cimprovider.CIMProviderCommand.DELETEING_PROVIDER:string {"PGC00615: Deleting the provider..."}
390
391         Clients.cimprovider.CIMProviderCommand.STARTING_PROVIDER_MODULE:string {"PGC00616: Enabling the provider module..."}
392
393         Clients.cimprovider.CIMProviderCommand.STOPING_PROVIDER_MODULE:string {"PGC00617: Disabling the provider module..."}
394
395         /*
396         * @note PGC00618:
397         *     This message has never been used
398         */
399         Clients.cimprovider.CIMProviderCommand.NO_MODULE_REGISTERED:string {"PGC00618: No provider modules are registered."}
400
401         /**
402         * @note PGC00240:
403         *       This message is no longer used as of version 2.7.0
404         */
405         Clients.cimprovider.CIMProviderCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00619: Invalid option. Use ''--help'' to obtain command syntax."}
406
407         Clients.cimprovider.CIMProviderCommand.ERR_MODULE_NOT_REGISTERED:string {"PGC00620: Specified provider module is not registered."}
408
409         Clients.cimprovider.CIMProviderCommand.ERR_PROVIDER_NOT_REGISTERED:string {"PGC00621: Specified provider is not registered."}
410
411         Clients.cimprovider.CIMProviderCommand.PG_PROVIDER_SCHEMA_NOT_LOADED:string {"PGC00622: The provider registration schema might not have been loaded in the CIM repository."}
412
413         Clients.cimprovider.CIMProviderCommand.REQUIRED_ARGS_MISSING:string {"PGC00623: Required arguments are missing."}
414
415         /*
416         * @note PGC00624:
417         *     This message has never been used
418         */
419         Clients.cimprovider.CIMProviderCommand.INVALID_ARGS:string {"PGC00624: Arguments are not valid."}
420
421         Clients.cimprovider.CIMProviderCommand.UNEXPECTED_OPTION:string {"PGC00625: Unexpected option."}
422
423         Clients.cimprovider.CIMProviderCommand.PENDING_REQUESTS_STOP_PROVIDER_FAILURE:string {"PGC00626: Failed to disable the provider module.  Provider is busy."} // 485
424
425         Clients.cimprovider.CIMProviderCommand.ERR_USAGE:string {"PGC00628: Use ''--help'' to obtain command syntax."}
426
427
428         // ==========================================================
429         // Messages for CIMUserCommand
430         //  Please use message prefix "PGC00800"
431         // ==========================================================
432
433         Clients.cimuser.CIMUserCommand.NOT_PRIVILEGED_USER:string {"PGC00800: Superuser authority is required to run this command."}
434
435         Clients.cimuser.CIMUserCommand.CIMOM_NOT_RUNNING:string {"PGC00801: The CIM server may not be running."}
436
437         Clients.cimuser.CIMUserCommand.ADD_USER_FAILURE:string {"PGC00802: Failed to add the user."}
438
439         Clients.cimuser.CIMUserCommand.REMOVE_USER_FAILURE:string {"PGC00803: Failed to remove the user."}
440
441         Clients.cimuser.CIMUserCommand.CHANGE_PASSWORD_FAILURE:string {"PGC00804: Failed to change the password."}
442
443         Clients.cimuser.CIMUserCommand.LIST_USERS_FAILURE:string {"PGC00805: Failed to list the users."}
444
445         Clients.cimuser.CIMUserCommand.ADD_USER_SUCCESS:string {"PGC00806: User is added successfully."}
446
447         Clients.cimuser.CIMUserCommand.REMOVE_USER_SUCCESS:string {"PGC00807: User is removed successfully."}
448
449         Clients.cimuser.CIMUserCommand.CHANGE_PASSWORD_SUCCESS:string {"PGC00808: Password is changed successfully."}
450
451         Clients.cimuser.CIMUserCommand.PASSWORD_BLANK:string {"PGC00809: Password cannot be blank. Enter password again."}
452
453         
454         Clients.cimuser.CIMUserCommand.NO_USERS_FOUND:string {"PGC00810: No users found."}
455
456         Clients.cimuser.CIMUserCommand.AUTH_SCHEMA_NOT_LOADED:string {"PGC00811: The internal repository on the CIM server must be restored."}
457
458         Clients.cimuser.CIMUserCommand.REQUIRED_ARGS_MISSING:string {"PGC00812: Required arguments are missing."}
459
460         /**
461         * @note PGC00813:
462         *     This message has never been used
463         */
464         Clients.cimuser.CIMUserCommand.INVALID_ARGS:string {"PGC00813: Arguments are not valid."}
465
466         Clients.cimuser.CIMUserCommand.USER_ALREADY_EXISTS:string {"PGC00814: The specified user already exists."}
467
468         Clients.cimuser.CIMUserCommand.USER_NOT_FOUND:string {"PGC00815: The specified user is not found."}
469
470         /**
471         * @note PGC00816:
472         *     This message has never been used
473         */
474         Clients.cimuser.CIMUserCommand.USERNAME_REQUIRED:string {"PGC00816: The user name is required."}
475
476         Clients.cimuser.CIMUserCommand.PASSWORD_PROMPT:string {"PGC00817: Enter password: "}
477
478         Clients.cimuser.CIMUserCommand.OLD_PASSWORD_PROMPT:string {"PGC00818: Enter old password: "}
479
480         Clients.cimuser.CIMUserCommand.RE_ENTER_PROMPT:string {"PGC00819: Enter password again: "}
481
482         Clients.cimuser.CIMUserCommand.NEW_PASSWORD_PROMPT:string {"PGC00820: Enter new password: "}
483
484         Clients.cimuser.CIMUserCommand.PASSWORD_DOES_NOT_MATCH:string {"PGC00821: Passwords do not match.  Enter password again."}
485
486         Clients.cimuser.CIMUserCommand.PASSWORD_SAME_ERROR:string {"PGC00822: New and old passwords cannot be the same."}
487
488         Clients.cimuser.CIMUserCommand.UNEXPECTED_OPTION:string {"PGC00823: Unexpected option."}
489
490         /**
491         * @note PGC00240:
492         *       This message is no longer used as of version 2.7.0
493         */
494         Clients.cimuser.CIMUserCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00627: Invalid option. Use ''--help'' to obtain command syntax."}
495
496         Clients.cimuser.CIMUserCommand.ERR_USAGE:string {"PGC00628: Use ''--help'' to obtain command syntax."}
497
498         // ==========================================================
499         // Messages for SSLTrustMgr
500         //  Please use message prefix "PGC00900"
501         // ==========================================================
502
503         /**
504         * @note Clients.ssltrustmgr.SSLTrustMgr.MENU.STANDARD:
505         *    Do not translate the ssltrustmgr command or options, translate the text
506         *    that explains the options.
507         *    When translating this message, make sure that each line fits in 80 characters,
508         *    preserves the indenting,
509         *    and ends with a newline character (\n).
510         */
511         Clients.ssltrustmgr.SSLTrustMgr.MENU.STANDARD:string {
512         "Usage: ssltrustmgr -a [ -t truststore ] [ -c certuser ] -f certfile\n"
513         "ssltrustmgr -a -T trustpath -f certfile\n"
514         "ssltrustmgr -a -R -f crlfile\n"
515         "ssltrustmgr -r [ -t truststore | -T trustpath ] -i issuername -n serialnumber\n"
516         "ssltrustmgr -r -R -i issuername\n"
517         "ssltrustmgr -l [ -t truststore | -T trustpath ] [ -i issuername [ -n serialnumber ] ]\n"
518         "ssltrustmgr -l -R [ -i issuername ]\n"
519         "ssltrustmgr -v | --version\n"
520         "ssltrustmgr -h | --help\n"
521         "Options :\n"
522         "    -a              - Add the specified certificate to the trust store\n"
523         "    -r              - Remove the specified certificate from the trust store\n"
524         "    -l              - Display the certificates in the trust store\n"
525         "    -R              - Perform requested add, remove or list operation on the certificate revocation list store\n"
526         "    -t truststore   - Specify the target trust store name\n"
527         "    -T trustpath    - Specify the target trust store path\n"
528         "    -f certfile     - Specify the PEM format file containing an X509 certificate\n"
529         "    -f crlfile      - Specify the PEM format file containing a certificate revocation list\n"
530         "    -c certuser     - Specify the user name to be associated with the certificate\n"
531         "    -i issuername   - Specify the certificate or the certificate revocation list issuer name\n"
532         "    -n serialnumber - Specify the certificate serial number\n"
533         "    -h, --help      - Display this help message\n"
534         "    -v, --version   - Display CIM Server version number\n"
535         "\n"
536         "Usage note: The ssltrustmgr command requires that the CIM Server is running.\n"
537         "\n"
538         }
539
540         Clients.ssltrustmgr.SSLTrustMgr.MENU.CRL.VERIFICATION.DISABLED:string {
541         "Usage: ssltrustmgr -a [ -t truststore ] [ -c certuser ] -f certfile\n"
542         "ssltrustmgr -a -T trustpath -f certfile\n"
543         "ssltrustmgr -r [ -t truststore | -T trustpath ] -i issuername -n serialnumber\n"
544         "ssltrustmgr -l [ -t truststore | -T trustpath ] [ -i issuername [ -n serialnumber ] ]\n"
545         "ssltrustmgr -v | --version\n"
546         "ssltrustmgr -h | --help\n"
547         "Options :\n"
548         "    -a              - Add the specified certificate to the trust store\n"
549         "    -r              - Remove the specified certificate from the trust store\n"
550         "    -l              - Display the certificates in the trust store\n"
551         "    -t truststore   - Specify the target trust store name\n"
552         "    -T trustpath    - Specify the target trust store path\n"
553         "    -f certfile     - Specify the PEM format file containing an X509 certificate\n"
554         "    -c certuser     - Specify the user name to be associated with the certificate\n"
555         "    -i issuername   - Specify the certificate issuer name\n"
556         "    -n serialnumber - Specify the certificate serial number\n"
557         "    -h, --help      - Display this help message\n"
558         "    -v, --version   - Display CIM Server version number\n"
559         "\n"
560         "Usage note: The ssltrustmgr command requires that the CIM Server is running.\n"
561         "\n"
562         }
563         Clients.ssltrustmgr.SSLTrustMgr.REQUIRED_ARGS_MISSING:string {"PGC00900: Required arguments missing."}
564
565         Clients.ssltrustmgr.SSLTrustMgr.CIMOM_NOT_RUNNING:string {"PGC00901: CIM Server may not be running."}
566
567         Clients.ssltrustmgr.SSLTrustMgr.ADD_CERT_FAILURE:string {"PGC00902: Failed to add certificate."}
568
569         Clients.ssltrustmgr.SSLTrustMgr.ADD_CRL_FAILURE:string {"PGC00903: Failed to add certificate revocation list."}
570
571         Clients.ssltrustmgr.SSLTrustMgr.ADD_CERTIFICATE_SUCCESS:string {"PGC00904: Certificate added successfully."}
572
573         Clients.ssltrustmgr.SSLTrustMgr.ADD_CRL_SUCCESS:string {"PGC00905: certificate revocation list added successfully."}
574
575         Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CERTIFICATE_SUCCESS:string {"PGC00906: Certificate removed successfully."}
576
577         Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CRL_SUCCESS:string {"PGC00907: certificate revocation list removed successfully."}
578
579         Clients.ssltrustmgr.SSLTrustMgr.CERT_ALREADY_EXISTS:string {"PGC00908: Specified certificate already exists."}
580
581         Clients.ssltrustmgr.SSLTrustMgr.CERT_NOT_FOUND:string {"PGC00909: Specified certificate does not exist."}
582
583         Clients.ssltrustmgr.SSLTrustMgr.CRL_NOT_FOUND:string {"PGC00910: Specified certificate does not exist."}
584
585         Clients.ssltrustmgr.SSLTrustMgr.CERT_SCHEMA_NOT_LOADED:string {"PGC00911: Please restore the internal repository on the CIM Server."}
586
587         Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CERT_FAILURE:string {"PGC00912: Failed to remove certificate."}
588
589         Clients.ssltrustmgr.SSLTrustMgr.REVOKE_CERT_FAILURE:string {"PGC00913: Failed to revoke certificate."}
590
591         Clients.ssltrustmgr.SSLTrustMgr.CERT_ALREADY_REVOKED:string {"PGC00914: Specified certificate already revoked."}
592
593         Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CRL_FAILURE:string {"PGC00915: Failed to remove certificate revocation list."}
594
595         Clients.ssltrustmgr.SSLTrustMgr.LIST_CERT_FAILURE:string {"PGC00916: Failed to list certificate."}
596
597         Clients.ssltrustmgr.SSLTrustMgr.LIST_CRL_FAILURE:string {"PGC00917: Failed to list certificate revocation list."}
598
599         Clients.ssltrustmgr.SSLTrustMgr.CERT_WITHOUT_ASSOCIATED_USER:string {"PGC00918: NOTE: No user name will be associated with the certificate in the truststore."}
600
601         // ==========================================================
602         // Messages for repupgrade
603         //  Please use message prefix "PGC01000"
604         // ==========================================================
605
606         /**
607         * @note Clients.repupgrade.RepositoryUpgrade.MENU.STANDARD:
608         *    Do not translate the repupgrade command or options, translate the text
609         *    that explains the options.
610         *    When translating this message, make sure that each line fits in 80 characters,
611         *    preserves the indenting,
612         *    and ends with a newline character (\n).
613         */
614         Clients.repupgrade.RepositoryUpgrade.MENU.STANDARD:string {
615          "Usage: repupgrade -o oldrepository -n newrepository\n"
616          "       repupgrade -v | --version\n"
617          "       repupgrade -h | --help\n"
618          "Options :\n"
619          "    -o              - Specify the fully qualified path of the old Repository\n"
620          "    -n              - Specify the fully qualified path of the new Repository\n"
621          "    -h, --help      - Display this help message\n"
622          "    -v, --version   - Display CIM Server version number\n"
623          "\n"
624          }
625
626         /**
627         * @note Clients.repupgrade.RepositoryUpgradeRelease.MENU.STANDARD:
628         *    Do not translate the repupgrade command or options, translate the text
629         *    that explains the options.
630         *    When translating this message, make sure that each line fits in 80 characters,
631         *    preserves the indenting,
632         *    and ends with a newline character (\n).
633         */
634         Clients.repupgrade.RepositoryUpgradeRelease.MENU.STANDARD:string {
635         "Usage: repupgrade\n"
636         "       repupgrade -v | --version\n"
637         "       repupgrade -h | --help\n"
638         "Options :\n"
639         "    -h, --help      - Display this help message\n"
640         "    -v, --version   - Display CIM Server version number\n"
641         "\n"
642         }
643
644         /*
645          * @note PGC01000:
646          *     "repupgrade" should not be translated since it is the name of the command
647 */
648
649         Clients.repupgrade.RepositoryUpgrade.REQUIRED_ARGS_MISSING:string {"PGC01000: Required arguments missing."}
650
651         Clients.repupgrade.RepositoryUpgrade.REPOSITORY_UPGRADE_FAILURE:string {"PGC01001: Failed to upgrade Repository. "}
652
653         Clients.repupgrade.RepositoryUpgrade.REPOSITORY_UPGRADE_UNKNOWN_ERROR:string {"PGC01002: Unknown error encountered during upgrade. "}
654
655         Clients.repupgrade.RepositoryUpgrade.REPOSITORY_DOES_NOT_EXIST:string {"PGC01003: The specified location {0} does not exist. "}
656
657         Clients.repupgrade.RepositoryUpgrade.NAMESPACE_CREATION_ERROR:string {"PGC01004: Error creating namespace {0}. "}
658
659         Clients.repupgrade.RepositoryUpgrade.CLASS_CREATION_ERROR:string {"PGC01005: Error creating class {0} in namespace {1}."}
660
661         Clients.repupgrade.RepositoryUpgrade.INSTANCE_CREATION_ERROR:string {"PGC01006: Error creating instance in namespace {0}."}
662
663         Clients.repupgrade.RepositoryUpgrade.QUALIFIER_CREATION_ERROR:string {"PGC01007: Error creating qualifier {0} in namespace {1}."}
664
665         Clients.repupgrade.RepositoryUpgrade.OLD_CLASS_RETRIEVAL_ERROR:string {"PGC01008: Error reading old repository class {0} in namespace {1}."}
666
667         Clients.repupgrade.RepositoryUpgrade.NEW_CLASS_RETRIEVAL_ERROR:string {"PGC01009: Error reading new repository class {0} in namespace {1}."}
668
669         Clients.repupgrade.RepositoryUpgrade.LIBRARY_LOAD_ERROR:string {"PGC01010: Error loading special handling library {0}."}
670
671         Clients.repupgrade.RepositoryUpgrade.LIBRARY_ENTRY_POINT_ERROR:string {"PGC01012: Error trying to get entry point symbol in library {0}."}
672
673         Clients.repupgrade.RepositoryUpgrade.CLASS_XML_OUTPUT_FILE:string {"PGC01011: CIM XML request for this class has been logged to file {0}."}
674
675          Clients.repupgrade.RepositoryUpgrade.INSTANCE_XML_OUTPUT_FILE:string {"PGC01013: CIM XML request for this instance has been logged to file {0}."}
676
677          Clients.repupgrade.RepositoryUpgrade.QUALIFIER_XML_OUTPUT_FILE:string {"PGC01014: CIM XML request for this qualifier has been logged to file {0}."}
678
679         Clients.repupgrade.RepositoryUpgrade.HIGHER_VERSION_OLD_CLASS:string {"PGC01015: Warning: The old repository contains a class {0} in namespace {1} that has a higher version number than the new repository class. This class may have to be manually imported."}
680
681         Clients.repupgrade.RepositoryUpgrade.OLD_DEPENDENT_CLASS_RETRIEVAL_ERROR:string {"PGC01016: Error reading old repository dependent class {0} in namespace {1}."}
682
683         Clients.repupgrade.RepositoryUpgrade.INSTANCE_DELETION_ERROR:string {"PGC01017: Error deleting instance in namespace {0}."}
684
685         // ==========================================================
686         // Messages for CIMTrustCommand
687         // Please use message prefix "PGC01100"
688         // ==========================================================
689
690         /**
691         * @note Clients.cimtrust.CIMTrustCommand.MENU.STANDARD:
692         *    Do not translate the cimtrust command or options, translate the text
693         *    that explains the options.
694         *    When translating this message, make sure that each line fits in 80 characters,
695         *    preserves the indenting,
696         *    and ends with a newline character (\n).
697         */
698         Clients.cimtrust.CIMTrustCommand.MENU.STANDARD:string {
699         "Usage: cimtrust -a [ -U certuser ] -f certfile -T ( a | e | s )\n"
700         "cimtrust -r -i issuername ( -n serialnumber | -S subject )\n"
701         "cimtrust -l [ -i issuername [ -n serialnumber | -S subject ] ]\n"
702         "cimtrust --version\n"
703         "cimtrust --help\n"
704         "Options :\n"
705         "    -a              - Add the specified certificate to the trust store\n"
706         "    -r              - Remove the specified certificate from the trust store\n"
707         "    -l              - Display the certificates in the trust store\n"
708         "    -f certfile     - Specify the PEM format file containing an X509 certificate\n"
709         "    -T type         - Specify the certificate type \n"
710         "    -U certuser     - Specify the user name to be associated with the certificate\n"
711         "    -i issuer       - Specify the certificate issuer name\n"
712         "    -n serialnumber - Specify the certificate serial number\n"
713         "    -S subject      - Specify the certificate subject name\n"
714         "    --help          - Display this help message\n"
715         "    --version       - Display CIM Server version number\n"
716         "\n"
717         "Usage note: The cimtrust command requires that the CIM Server is running.\n"
718         "\n"
719         }
720
721         Clients.cimtrust.CIMTrustCommand.REQUIRED_ARGS_MISSING:string {"PGC01100: Required arguments missing."}
722
723         Clients.cimtrust.CIMTrustCommand.CANNOT_CONNECT_CIMSERVER_NOT_RUNNING:string {"PGC01101: Cannot connect to CIM Server; CIM Server may not be running."}
724
725         Clients.cimtrust.CIMTrustCommand.ADD_CERT_SUCCESS:string {"PGC01102: Certificate added successfully."}
726
727         Clients.cimtrust.CIMTrustCommand.ADD_CERT_FAILURE:string {"PGC01103: Failed to add certificate."}
728
729         Clients.cimtrust.CIMTrustCommand.REMOVE_CERT_SUCCESS:string {"PGC01104: Certificate removed successfully."}
730
731         Clients.cimtrust.CIMTrustCommand.REMOVE_CERT_FAILURE:string {"PGC01105: Failed to remove certificate."}
732
733         Clients.cimtrust.CIMTrustCommand.CERT_ALREADY_EXISTS:string {"PGC001106: Specified certificate already exists."}
734
735         Clients.cimtrust.CIMTrustCommand.CERT_NOT_FOUND:string {"PGC01107: Specified certificate does not exist."}
736
737         Clients.cimtrust.CIMTrustCommand.CERT_SCHEMA_NOT_LOADED:string {"PGC01108: Please restore the internal repository on the CIM Server."}
738
739         Clients.cimtrust.CIMTrustCommand.LIST_CERT_FAILURE:string {"PGC01109: Failed to list certificate."}
740
741         Clients.cimtrust.CIMTrustCommand.CERT_WITHOUT_ASSOCIATED_USER:string {"PGC01110: NOTE: No user name will be associated with the certificate in the truststore."}
742
743         Clients.cimtrust.CIMTrustCommand.CONNECTION_TIMEOUT:string {"PGC01111: Connection timed out."}
744
745         Clients.cimtrust.CIMTrustCommand.INVALID_SYSTEM_USER:string {"PGC01112: Specified user is not a valid system user."}
746
747         // ==========================================================
748         // Messages for cimreparchive
749         //  Please use message prefix "PGC01200"
750         // ==========================================================
751
752         /**
753         * @note Clients.cimreparchive.CIMRepositoryArchiveCommand.MENU.STANDARD:
754         *    Do not translate the cimreparchive command or options, translate
755         *    the text that explains the options.
756         *    When translating this message, make sure that each line fits in
757         *    80 characters, preserves the indenting, and ends with a newline
758         *    character (\n).
759         */
760         Clients.cimreparchive.CIMRepositoryArchiveCommand.MENU.STANDARD:string {
761          "Usage: cimreparchive archive_file\n"
762          "       cimreparchive --version\n"
763          "       cimreparchive --help\n"
764          "Options:\n"
765          "    --help     - Display this help message\n"
766          "    --version  - Display CIM Server version number\n"
767          }
768
769         /**
770         * @note
771         *     Substitution {0} is a string containing a file name
772         *     Substitution {1} is a string containing a directory name
773         */
774         Clients.cimreparchive.CIMRepositoryArchiveCommand.ARCHIVE_CREATED:string {"File \"{0}\" now contains an archive of directory \"{1}\"."}
775
776         Clients.cimreparchive.CIMRepositoryArchiveCommand.REQUIRED_ARGS_MISSING:string {"PGC01200: Required arguments missing."}
777
778         /**
779         * @note PGC00240:
780         *       This message is no longer used as of version 2.7.0
781         */
782         Clients.cimreparchive.CIMRepositoryArchiveCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC01201: Invalid option. Use ''--help'' to obtain command syntax."}
783
784         Clients.cimreparchive.CIMRepositoryArchiveCommand.ERR_USAGE:string {"PGC01202: Use ''--help'' to obtain command syntax."}
785
786         /**
787         * @note PGC01203
788         *     Substitution {0} is an error message string
789         */
790         Clients.cimreparchive.CIMRepositoryArchiveCommand.SYSCALL_FAILED:string {"PGC01203: Failed to initiate archive operation: {0}"}
791
792         /**
793         * @note PGC01204
794         *     Substitution {0} is an integer error status
795         *     Substitution {1} is a string containing a file name
796         */
797         Clients.cimreparchive.CIMRepositoryArchiveCommand.ARCHIVE_FAILED:string {"PGC01204: Archive operation failed with status {0}.  Removing file \"{1}\"."}
798
799         // ==========================================================
800         // Messages for CIMCRLCommand
801         // Please use message prefix "PGC01300"
802         // ==========================================================
803
804         /**
805         * @note Clients.cimcrl.CIMCRLCommand.MENU.STANDARD:
806         *    Do not translate the cimcrl command or options, translate the text
807         *    that explains the options.
808         *    When translating this message, make sure that each line fits in 80 characters,
809         *    preserves the indenting,
810         *    and ends with a newline character (\n).
811         */
812         Clients.cimcrl.CIMCRLCommand.MENU.STANDARD:string {
813         "Usage: cimcrl -a -f crlfile \n"
814         "cimcrl -r -i issuername \n"
815         "cimcrl -l [ -i issuername ] \n"
816         "cimcrl --version\n"
817         "cimcrl --help\n"
818         "Options :\n"
819         "    -a              - Add the specified CRL to the trust store\n"
820         "    -r              - Remove the specified CRL from the trust store\n"
821         "    -l              - Display the CRLs in the trust store\n"
822         "    -f crlfile      - Specify the PEM format file containing an X509 CRL\n"
823         "    -i issuer       - Specify the CRL issuer name\n"
824         "    --help          - Display this help message\n"
825         "    --version       - Display CIM Server version number\n"
826         "\n"
827         "Usage note: The cimcrl command requires that the CIM Server is running.\n"
828         "\n"
829         }
830
831         Clients.cimcrl.CIMCRLCommand.REQUIRED_ARGS_MISSING:string {"PGC01300: Required arguments missing."}
832
833         Clients.cimcrl.CIMCRLCommand.CANNOT_CONNECT_CIMSERVER_NOT_RUNNING:string {"PGC01301: Cannot connect to CIM Server, CIM Server may not be running."}
834
835         Clients.cimcrl.CIMCRLCommand.ADD_CRL_SUCCESS:string {"PGC01302: CRL added successfully."}
836
837         Clients.cimcrl.CIMCRLCommand.REMOVE_CRL_SUCCESS:string {"PGC01303: CRL removed successfully."}
838
839         Clients.cimcrl.CIMCRLCommand.CRL_NOT_FOUND:string {"PGC01304: Specified CRL does not exist."}
840
841         Clients.cimcrl.CIMCRLCommand.CRL_SCHEMA_NOT_LOADED:string {"PGC01305: Please restore the internal repository on the CIM Server."}
842
843         Clients.cimcrl.CIMCRLCommand.CONNECTION_TIMEOUT:string {"PGC01306: Connection timed out."}
844
845         // ==========================================================
846         // Messages for CIMSubCommand
847         // Please use message prefix "PGC01400"
848         // ==========================================================
849
850         /**
851         * @note Clients.cimsub.CIMSubCommand.MENU.STANDARD:
852         *    Do not translate the cimsub command or options, translate the text
853         *    that explains the options.
854         *    When translating this message, make sure that each line fits in 80 characters,
855         *    preserves the indenting,
856         *    and ends with a newline character (\n).
857         */
858         Clients.cimsub.CIMSubCommand.MENU.STANDARD:string {
859         "Usage: cimsub -l s|f|h [-v] [-n namespace] [-F [fnamespace:]filtername] \n"
860         "                  [-H [hnamespace:][hclassname.]handlername] \n"
861         "cimsub -e [-n namespace] -F [fnamespace:]filtername \n"
862         "                  -H [hnamespace:][hclassname.]handlername \n"
863         "cimsub -d [-n namespace] -F [fnamespace:]filtername \n"
864         "                  -H [hnamespace:][hclassname.]handlername \n"
865         "cimsub -r s|f|h|a [-n namespace] [-F[fnamespace:]filtername] \n"
866         "                  [-H[hnamespace:][hclassname.]handlername] \n"
867         "cimsub --help \n"
868         "cimsub --version \n"
869         "Options :\n"
870         "    -l         - List and display information\n"
871         "    -e         - Enable specified subscription \n"
872         "                   (set SubscriptionState to Enabled)\n"
873         "    -d         - Disable specified subscription \n"
874         "                   (set SubscriptionState to Disabled)\n"
875         "    -r         - Remove specified subscription, handler, filter\n"
876         "    -v         - Include verbose information\n"
877         "    -F         - Specify Filter Name of subscription for the operation\n"
878         "    -H         - Specify Handler Name of subscription for the operation\n"
879         "    -n         - Specify namespace of subscription \n"
880         "                   (root/PG_InterOp, if not specified)\n"
881         "    --help     - Display this help message\n"
882         "    --version  - Display CIM Server version number\n"
883         "\n"
884         "Usage note: The cimsub command requires that the CIM Server is running.\n"
885         "\n"
886         }
887
888         Clients.cimsub.CIMSubCommand.REQUIRED_OPTION_MISSING:string {"PGC01400: Required option missing."}
889
890         Clients.cimsub.CIMSubCommand.CIMOM_NOT_RUNNING:string {"PGC01401: Cannot connect to CIM Server, CIM Server may not be running."}
891
892         /**
893         * @note PGC01402:
894         *     This message has never been used
895         */
896         Clients.cimsub.CIMSubCommand.ENABLE_SUBSCRIPTION_FAILURE:string {"PGC01402: Failed to enable subscription."}
897
898         /**
899         * @note PGC01403:
900         *     This message has never been used
901         */
902         Clients.cimsub.CIMSubCommand.DISABLE_SUBSCRIPTION_FAILURE:string {"PGC01403: Failed to disable subscription."}
903
904         Clients.cimsub.CIMSubCommand.SUBSCRIPTION_NOT_FOUND_FAILURE:string {"PGC01404: The requested subscription could not be found."}
905
906         Clients.cimsub.CIMSubCommand.HANDLER_NOT_FOUND_FAILURE:string {"PGC01405: The requested handler could not be found."}
907
908         Clients.cimsub.CIMSubCommand.FILTER_NOT_FOUND_FAILURE:string {"PGC01406: The requested filter could not be found."}
909
910         Clients.cimsub.CIMSubCommand.SUBSCRIPTION_ALREADY_DISABLED:string {"PGC01407: The subscription is already disabled."}
911
912         Clients.cimsub.CIMSubCommand.SUBSCRIPTION_ALREADY_ENABLED:string {"PGC01408: The subscription is already enabled."}
913
914         /**
915         * @note PGC01409:
916         *       This message is no longer used as of version 2.7.0
917         */
918         Clients.cimsub.CIMSubCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC01409: Invalid option. Use ''--help'' to obtain command syntax."}
919
920         /**
921         * @note PGC01410:
922         *     This message has never been used
923         */
924         Clients.cimsub.CIMSubCommand.INVALID_ARGS:string {"PGC01410: Invalid arguments."}
925
926         /**
927         * @note PGC01411:
928         *     This message has never been used
929         */
930         Clients.cimsub.CIMSubCommand.UNEXPECTED_OPTION:string {"PGC01411: Unexpected Option."}
931
932         Clients.cimsub.CIMSubCommand.ERR_USAGE:string {"PGC01412: Use ''--help'' to obtain command syntax."}
933
934         // ==========================================================
935         // Messages for CIMCLICommand
936         //  Please use message prefix "PGC01600"
937         // ==========================================================
938
939         /**
940         * @note Clients.cimcli.CIMCLIClient.MENU.STANDARD:
941         *    Do not translate the cimconfig command or options.  Just
942         *    translate the text that explains the options.
943         *    When translating this message, make sure that each line fits in
944         *    80 characters,
945         *    preserves the indenting,
946         *    and ends with a newline character (\n).
947         */
948         Clients.cimcli.CIMCLIClient.MENU.STANDARD:string {
949         "Usage: cimcli <command> <CIMObject> <Options> *<extra parameters>\n"
950         "    -hc    for <command> set and <CimObject> for each command\n"
951         "    -ho    for <Options> set\n"
952         "    -h xx  for <command> and <Example> for <xx> operation\n"
953         "    -h     for this summary\n"
954         "    --help for full help\n"}
955
956         Clients.cimcli.CIMCLIClient.COUNT_OPTION_HELP:string {
957         "-count count. Expected count of objects returned if summary set.\n"
958         "    Tests this count and displays difference.\n"
959         "    Return nonzero status code if test fails. Default(29346)\n"}
960
961         Clients.cimcli.CIMCLIClient.NI_COMMAND_HELP:string {
962         "ni    enumerateInstanceNames Enumerate instancenames of <classname>\n"}
963
964         Clients.cimcli.CIMCLIClient.NI_COMMAND_EXAMPLE:string {
965         "cimcli ni -n test/TestProvider TST_Person\n"
966         "    -- Enumerate Instance Names of class TST_Person\n"}
967
968         Clients.cimcli.CIMCLIClient.NI_COMMAND_OPTIONS:string {
969         "    -n\n"}
970
971         Clients.cimcli.CIMCLIClient.OPTIONS_STRING:string {
972         "Valid options for this command are :"}
973
974         Clients.cimcli.CIMCLIClient.COMMON_OPTIONS_STRING:string {
975         "Common Options are :\n"
976         "    -count, -d, -delay, -p, -l, -u, -o, -x, -v, --sum,\n"
977         "    --timeout, -r, --t\n"}
978
979         Clients.cimcli.CIMCLIClient.EXAMPLE_STRING:string {
980         "Example :\n"}
981
982         Clients.cimcli.CIMCLIClient.EXAMPLES_STRING:string {
983         "Examples :\n"}
984
985         Clients.cimcli.CIMCLIClient.NIALL_COMMAND_HELP:string {
986         "niall enumallInstanceNames   Enumerate all instancenames in <namespace>.\n"}
987
988         Clients.cimcli.CIMCLIClient.EI_COMMAND_HELP:string {
989         "ei    enumerateInstances     Enumerate instances of <classname>\n"}
990
991         Clients.cimcli.CIMCLIClient.NC_COMMAND_HELP:string {
992         "nc    enumerateClassNames    Enumerate Class Names of [ <classname> ]. Classname optional\n"}
993
994         Clients.cimcli.CIMCLIClient.EC_COMMAND_HELP:string {
995         "ec    enumerateClasses       Enumerate classes of [ <classname> ]. ClassName optional.\n"}
996
997         Clients.cimcli.CIMCLIClient.GC_COMMAND_HELP:string {
998         "gc    getClass               Get class of <classname>\n" }
999
1000         Clients.cimcli.CIMCLIClient.GI_COMMAND_HELP:string {
1001         "gi    getInstance            Get instance of <objectname> |\n"
1002         "                             <classname> *<keyname=value> |\n"
1003         "                              <classname> (interactive mode)\n"}
1004         Clients.cimcli.CIMCLIClient.TI_COMMAND_HELP:string {
1005         "ti    testInstance           Test instance of <objectname> *<name=value> |\n"
1006         "                             <classname> *<name=value> |\n"}
1007
1008         Clients.cimcli.CIMCLIClient.CI_COMMAND_HELP:string {
1009         "ci    createInstance         Create Instance of <Class> *<name=value>\n"}
1010
1011         Clients.cimcli.CIMCLIClient.DI_COMMAND_HELP:string {
1012         "di    deleteInstance         Delete Instance of <objectname>,\n"
1013         "                             <classname> *<keyname=value>, or \n"
1014         "                             interactive of <className>\n"}
1015
1016         Clients.cimcli.CIMCLIClient.CC_COMMAND_HELP:string {
1017         "cc    createClass            Not supported\n"}
1018
1019         Clients.cimcli.CIMCLIClient.MI_COMMAND_HELP:string {
1020         "mi    modifyInstance         Modify Instance of <objectname> *<name=value>\n"
1021         "                             | <classname> *<name=value>\n"}
1022
1023         Clients.cimcli.CIMCLIClient.DC_COMMAND_HELP:string {
1024         "dc    deleteClass            Delete Class of <classname>\n"}
1025
1026         Clients.cimcli.CIMCLIClient.GP_COMMAND_HELP:string {
1027         "gp    getProperty            get single property of <object name>\n"}
1028
1029         Clients.cimcli.CIMCLIClient.SP_COMMAND_HELP:string {
1030         "sp    setProperty            set a single property of <object-name>\n"}
1031
1032         Clients.cimcli.CIMCLIClient.GQ_COMMAND_HELP:string {
1033         "gq    getQualifier           Get Qualifier of <qualifiername>\n"}
1034
1035         Clients.cimcli.CIMCLIClient.SQ_COMMAND_HELP:string {
1036         "sq    setQualifier           Not suported\n"}
1037
1038         Clients.cimcli.CIMCLIClient.EQ_COMMAND_HELP:string {
1039         "eq    enumerateQualifiers    Enumerate all Qualifiers\n"}
1040
1041         Clients.cimcli.CIMCLIClient.DQ_COMMAND_HELP:string {
1042         "dq    deleteQualifier        Delete qualifer of <qualifiername>\n"}
1043
1044         Clients.cimcli.CIMCLIClient.A_COMMAND_HELP:string {
1045         "a     associators            Enumerate Associators of\n"
1046         "                             <classname>|<instancename>\n"}
1047
1048         Clients.cimcli.CIMCLIClient.AN_COMMAND_HELP:string {
1049         "an    associatorNames        Enumerate Associator Names of\n"
1050         "                             <classname>|<instancename>\n"}
1051
1052         Clients.cimcli.CIMCLIClient.R_COMMAND_HELP:string {
1053         "r     references             Enumerate References of\n"
1054         "                             <classname>|<instancename>\n"}
1055
1056         Clients.cimcli.CIMCLIClient.RN_COMMAND_HELP:string {
1057         "rn    referenceNames         Enumerate Reference Names\n"
1058         "                             <classname>|<instancename>\n"}
1059
1060         Clients.cimcli.CIMCLIClient.IM_COMMAND_HELP:string {
1061         "im    invokeMethod           Invoke Method for <object> <method>\n"
1062         "                             '{'<inputParams>'}'\n"}
1063
1064         Clients.cimcli.CIMCLIClient.XQ_COMMAND_HELP:string {
1065         "xq    execQuery              Execute Query <query-expresssion>\n"
1066         "                             [<query-language>]\n"}
1067
1068         Clients.cimcli.CIMCLIClient.NS_COMMAND_HELP:string {
1069         "ns    enumerateNamespaces    Enumerate all namespaces on the server.\n"}
1070
1071         Clients.cimcli.CIMCLIClient.SON_COMMAND_HELP:string {
1072         "son   Turn On Statistics     Turn on CIM Server Statistics Gathering\n"}
1073
1074         Clients.cimcli.CIMCLIClient.SOFF_COMMAND_HELP:string {
1075         "soff  Turn Off Statistics    Turn off CIM Server Statistics Gathering\n"}
1076
1077         Clients.cimcli.CIMCLIClient.?_COMMAND_HELP:string {
1078         "?     show command options   Show List of Commands\n"}
1079
1080         Clients.cimcli.CIMCLIClient.NIALL_COMMAND_EXAMPLE:string {
1081         "cimcli niall -n root/cimv2\n"
1082         "    -- Enumerate Instance Names of  all classes under\n"
1083         "       the namespace root/cimv2\n"}
1084
1085         Clients.cimcli.CIMCLIClient.NIALL_COMMAND_OPTIONS:string {
1086         "    -n, -di, classname\n"}
1087
1088         Clients.cimcli.CIMCLIClient.EI_COMMAND_EXAMPLE:string {
1089         "cimcli ei PG_ComputerSystem   -- Enumerate Instances of class\n"}
1090
1091         Clients.cimcli.CIMCLIClient.EI_COMMAND_OPTIONS:string {
1092         "    -n, -di, -lo, -iq, -pl, classname, -ic\n"}
1093
1094
1095         Clients.cimcli.CIMCLIClient.NC_COMMAND_EXAMPLE:string {
1096         "cimcli nc -- Enumerate class names from root/cimv2.\n"}
1097
1098         Clients.cimcli.CIMCLIClient.NC_COMMAND_OPTIONS:string {
1099         "    -n, -di, classname\n"}
1100
1101         Clients.cimcli.CIMCLIClient.EC_COMMAND_EXAMPLE:string {
1102         "cimcli ec -n root/cimv2\n"
1103         "    -- Enumerate classes from namespace root/cimv2.\n"}
1104
1105         Clients.cimcli.CIMCLIClient.EC_COMMAND_OPTIONS:string {
1106         "    -n, -di, -lo, -inq, -ic\n"}
1107
1108
1109         Clients.cimcli.CIMCLIClient.GC_COMMAND_EXAMPLE:string {
1110         "cimcli gc CIM_door -u guest -p guest\n"
1111         "    -- Get class user = guest and password = guest.\n"}
1112
1113         Clients.cimcli.CIMCLIClient.GC_COMMAND_OPTIONS:string {
1114         "    -n, -lo, -inq, -pl, className, -ic\n"}
1115
1116
1117         Clients.cimcli.CIMCLIClient.GI_COMMAND_EXAMPLE:string {
1118         "cimcli gi -n test/TestProvider TEST_Person\n"
1119         "    -- Get Instance of class\n"}
1120
1121         Clients.cimcli.CIMCLIClient.GI_COMMAND_OPTIONS:string {
1122         "    -n, -lo, -iq, -pl, -ic\n"}
1123
1124         Clients.cimcli.CIMCLIClient.CI_COMMAND_EXAMPLE:string {
1125         "cimcli ci -n test/TestProvider TST_Person Name=Michael SSN=333\n"
1126         "    -- Create Instance of  class TST_Person with properties Name\n"
1127         "       and SSN \n"}
1128
1129         Clients.cimcli.CIMCLIClient.CI_COMMAND_OPTIONS:string {
1130         "    -n\n"}
1131
1132         Clients.cimcli.CIMCLIClient.TI_COMMAND_EXAMPLE:string {
1133         "cimcli ti -n test/TestProvider TST_Person Name=Mike SSN=333\n"
1134         "    -- Test Instance of  class for equality of Name and SSN\n"
1135         "       properties. Returns error code if instance in server\n"
1136         "       does not have same properties and values as the\n"
1137         "       instance built from input\n"}
1138
1139         Clients.cimcli.CIMCLIClient.TI_COMMAND_OPTIONS:string {
1140         "    -n, -lo, -iq, -pl, -ic\n"}
1141
1142         Clients.cimcli.CIMCLIClient.DI_COMMAND_EXAMPLE:string {
1143         "cimcli di -n test/TestProvider TST_Person\n"
1144         "cimcli di -n test/TestProvider TST_Person\n"
1145         "    -- Delete Instance of class TST_Person interactively\n"
1146         "or\n"
1147         " cimcli di -n test/TestProvider TST_Person name=Mike\n"
1148         "    -- Delete Instance of class TEST_Persion with key property\n"
1149         "       name equal Mike using instance builder format to\n"
1150         "       define object path\n"
1151         "or\n"
1152         " cimcli di -n test/TestProvider TST_Person.name=\\\\\"Mike\\\\\"\n"
1153         "    -- Delete Instance of class TST_Persion with object path\n"
1154         "       TST_Person.name=\"Mike\" using object path input format\n"}
1155
1156         Clients.cimcli.CIMCLIClient.DI_COMMAND_OPTIONS:string {
1157         "    -n\n"}
1158
1159         Clients.cimcli.CIMCLIClient.MI_COMMAND_EXAMPLE:string {
1160         "cimcli mi -n test/TestProvider TST_Person Name=Mike SSN=444\n"
1161         "    -- Modifies the Instance if it exists using rules of DMTF \n"
1162         "       modifyInstance operation.\n"}
1163
1164         Clients.cimcli.CIMCLIClient.MI_COMMAND_OPTIONS:string {
1165         "    -n -pl (defines properties to be modified)\n"}
1166
1167         Clients.cimcli.CIMCLIClient.DC_COMMAND_EXAMPLE:string {
1168         "cimcli dc -n test/TestProvider TST_Person\n"
1169         "    -- Deletes the Class when there are no instanceS and\n"
1170         "       sub-classS for this class\n"}
1171
1172         Clients.cimcli.CIMCLIClient.DC_COMMAND_OPTIONS:string {
1173         "    -n\n"}
1174
1175         Clients.cimcli.CIMCLIClient.GQ_COMMAND_EXAMPLE:string {
1176         "cimcli gq Association\n"
1177         "    -- Get the qualifier named Association in mof output\n"
1178         "       in the default namespace (normally root/cimv2)"}
1179
1180         Clients.cimcli.CIMCLIClient.GQ_COMMAND_OPTIONS:string {
1181         "    -n\n"}
1182
1183         Clients.cimcli.CIMCLIClient.EQ_COMMAND_EXAMPLE:string {
1184         "cimcli eq -n test/TestProvider\n"
1185         "    -- Enumerate Qualifiers of namespace test/TestProvider\n"}
1186
1187         Clients.cimcli.CIMCLIClient.EQ_COMMAND_OPTIONS:string {
1188         "    -n\n"}
1189
1190         Clients.cimcli.CIMCLIClient.DQ_COMMAND_EXAMPLE:string {
1191         "cimcli dq -n test/TestProvider ASSOCIATION\n"
1192         "    -- Delete Qualifier named Association in namespace\n"
1193         "        test/TestProvider\n"}
1194
1195         Clients.cimcli.CIMCLIClient.DQ_COMMAND_OPTIONS:string {
1196         "    -n, qualifierName\n"}
1197
1198         Clients.cimcli.CIMCLIClient.A_COMMAND_EXAMPLE:string {
1199         "cimcli a TST_Person.name=\\\"Mike\\\" -n test/TestProvider\n"
1200         "    -ac TST_Lineage"
1201         "\n or\n"
1202         "cimcli a TST_Person -n test/TestProvider -ac TST_Lineage\n"}
1203
1204         Clients.cimcli.CIMCLIClient.A_COMMAND_OPTIONS:string {
1205         "    -n, -ac, -rc, -r, -rr, -iq, -pl, -ic, -i\n"}
1206
1207         Clients.cimcli.CIMCLIClient.AN_COMMAND_EXAMPLE:string {
1208         "cimcli an TST_Person.name=\\\"Mike\\\" -n test/TestProvider\n"
1209         "    -ac TST_Lineage"
1210         "\nor\n"
1211         "cimcli an TST_Person -n test/TestProvider -ac TST_Lineage\n"}
1212
1213         Clients.cimcli.CIMCLIClient.AN_COMMAND_OPTIONS:string {
1214         "    -n, -ac, -rc, -r, -rr, -i\n"}
1215
1216         Clients.cimcli.CIMCLIClient.R_COMMAND_EXAMPLE:string {
1217         "cimcli r TST_Person.name=\\\"Mike\\\" -n test/TestProvider\n"
1218         "    -rc TST_Lineage"
1219         "\nor\n"
1220         "cimcli r TST_Person -n test/TestProvider -rc TST_Lineage\n"}
1221
1222         Clients.cimcli.CIMCLIClient.R_COMMAND_OPTIONS:string {
1223         "    -n, -rc, -r, -iq, -pl, -ic, -i\n"}
1224
1225         Clients.cimcli.CIMCLIClient.RN_COMMAND_EXAMPLE:string {
1226         "cimcli rn TST_Person.name=\\\"Mike\\\" -n test/TestProvider\n"
1227         "    -rc TST_Lineage"
1228         "\nor\n"
1229         "cimcli rn TST_Person -n test/TestProvider -rc TST_Lineage\n"}
1230
1231         Clients.cimcli.CIMCLIClient.RN_COMMAND_OPTIONS:string {
1232         "    -n, -rc, -r, -i\n"}
1233
1234         Clients.cimcli.CIMCLIClient.IM_COMMAND_EXAMPLE:string {
1235         "cimcli im Sample_MethodProviderClass.Name=\\\"mooo\\\" SayHello\n"
1236         "    -n root/SampleProvider -ip p1=fred\n"}
1237
1238         Clients.cimcli.CIMCLIClient.IM_COMMAND_OPTIONS:string {
1239         "   -n, -ip\n"}
1240
1241         Clients.cimcli.CIMCLIClient.XQ_COMMAND_EXAMPLE:string {
1242         "cimcli xq \"select * from CIM_ComputerSystem\"\n"
1243         "    -- This command will work when the code is compiled with\n"
1244         "        ExecQuery enabled\n"}
1245
1246         Clients.cimcli.CIMCLIClient.XQ_COMMAND_OPTIONS:string {
1247         "    -n, queryLanguage, query\n"}
1248
1249         Clients.cimcli.CIMCLIClient.NS_COMMAND_EXAMPLE:string {
1250         "cimcli ns  -- Enumerate all Namespaces in repository\n"}
1251
1252         Clients.cimcli.CIMCLIClient.SON_COMMAND_EXAMPLE:string {
1253         "cimcli son  -- Switch On's the statistical information on CIMServer\n"}
1254
1255         Clients.cimcli.CIMCLIClient.SOFF_COMMAND_EXAMPLE:string {
1256         "cimcli soff  -- Switch OFF's the statistical information on CIMServer\n"}
1257
1258         Clients.cimcli.CIMCLIClient.?_COMMAND_EXAMPLE:string {
1259         "cimcli ?  -- Displays help command \n"}
1260
1261         Clients.cimcli.CIMCLIClient.NO_OPTIONS_REQUIRED:string {
1262         "    No options Required"}
1263
1264         Clients.cimcli.CIMCLIClient.OPERATION_NOT_SUPPORTED:string {
1265         "Operation Not supported.. \n"}
1266
1267         Clients.cimcli.CIMCLIClient.DEBUG_OPTION_HELP:string {
1268         "-d  debug. More detailed debug messages. Default(false)\n"}
1269
1270         Clients.cimcli.CIMCLIClient.DELAY_OPTION_HELP:string {
1271         "-delay  delay. Delay between connection and request. Default(0)\n"}
1272
1273         Clients.cimcli.CIMCLIClient.PASSWORD_OPTION_HELP:string {
1274         "-p  Password. Defines password for authentication. Default()\n"}
1275
1276         Clients.cimcli.CIMCLIClient.LOCATION_OPTION_HELP:string {
1277         "-l  location. Specifies system and port (HostName:port).\n"
1278         "    Port is optional. Default()\n"}
1279
1280         Clients.cimcli.CIMCLIClient.SSL_OPTION_HELP:string {
1281         "-s  ssl. Specifies to connect over HTTPS. Default(false)\n"}
1282
1283         Clients.cimcli.CIMCLIClient.CLIENTCERT_OPTION_HELP:string {
1284         "--cert  clientCert. Specifies a client certificate file path to present to the server.\n"
1285         "    This is optional and only has an effect on connections\n"
1286         "    made over HTTPS using -s. Default()\n"}
1287
1288         Clients.cimcli.CIMCLIClient.CLIENTKEY_OPTION_HELP:string {
1289         "--key  clientKey. Specifies a client private keyfile path.\n"
1290         "    This is optional and only has an effect on connections\n"
1291         "    made over HTTPS using -s. Default()\n"}
1292
1293         Clients.cimcli.CIMCLIClient.USER_OPTION_HELP:string {
1294         "-u  User. Defines User Name for authentication. Default()\n"}
1295
1296         Clients.cimcli.CIMCLIClient.NAMESPACE_OPTION_HELP:string {
1297         "-n  namespace. Specifies namespace to use for operation. Default(root/cimv2)\n"}
1298
1299         Clients.cimcli.CIMCLIClient.INCLUDECLASSORIGIN_OPTION_HELP:string{
1300         "-ic  includeClassOrigin. If set includeClassOrigin parameter\n"
1301         "    set true on operations that honor this parameter. Default(false)\n"}
1302
1303         Clients.cimcli.CIMCLIClient.DEEPINHERITANCE_OPTION_HELP:string{
1304         "-di  deepInheritance. If set deepInheritance parameter\n"
1305         "    set true. Default(false)\n"}
1306
1307         Clients.cimcli.CIMCLIClient.LOCALONLY_OPTION_HELP:string {
1308         "-lo  localOnly. DEPRECATED. This was used to set LocalOnly.\n"
1309         "    However, default should be true and we cannot use True\n"
1310         "    as default. See -nlo. Default(true)\n"}
1311
1312         Clients.cimcli.CIMCLIClient.NOTLOCALONLY_OPTION_HELP:string {
1313         "-nlo  notLocalOnly. When set, sets LocalOnly = false on\n"
1314         "    operations. Default(false)\n"}
1315
1316         Clients.cimcli.CIMCLIClient.INCLUDEQUALIFIERS_OPTION_HELP:
1317         string {"-iq  includeQualifiers. Deprecated. Sets includeQualifiers = True.\n"
1318         "        Useful for instance operations where default is false. Default(false)\n"}
1319
1320         Clients.cimcli.CIMCLIClient.NOTINCLUDEQUALIFIERS_OPTION_HELP:
1321         string {"-niq  notIncludeQualifiers. Sets includeQualifiers = false\n"
1322         "    on operations.  Useful for class operations where \n"
1323         "    the default is true. Default(false)\n"}
1324
1325         Clients.cimcli.CIMCLIClient.PROPERTYLIST_OPTION_HELP:string {
1326         "-pl  propertyList. Defines a propertyNameList. Format is p1,p2,p3\n"
1327         "    (without spaces). Use "" for empty. Default(###!###)\n"}
1328
1329         Clients.cimcli.CIMCLIClient.ASSOCCLASS_OPTION_HELP:string {
1330         "-ac  assocClass. Defines a assocation Class string for Associator calls. Default()\n"}
1331
1332         Clients.cimcli.CIMCLIClient.ASSOCROLE_OPTION_HELP:string {
1333         "-ar  assocRole. Defines a role string for Associatiors. AssocRole\n"
1334         "    parameter. Default()\n"}
1335
1336         Clients.cimcli.CIMCLIClient.ROLE_OPTION_HELP:string {
1337         "-r  role. Defines a role string for reference role parameter. Default()\n"}
1338
1339         Clients.cimcli.CIMCLIClient.RESULTCLASS_OPTION_HELP:string {
1340         "-rc  resultClass. Defines a resultClass string for References and\n"
1341         "    Associatiors. Default()\n"}
1342
1343         Clients.cimcli.CIMCLIClient.RESULTROLE_OPTION_HELP:string {
1344         "-rr  resultRole. Defines a role string for associators operation resultRole\n"
1345         "    parameter. Default()\n"}
1346
1347         Clients.cimcli.CIMCLIClient.INPUTPARAMETERS_OPTION_HELP:
1348         string {"-ip  inputParameters. Deprecated and Removed. Replaced by use of\n"
1349         "    use of the same name/value pair syntax as properties in create\n"
1350         "    and modify instance.\n"
1351         }
1352
1353         Clients.cimcli.CIMCLIClient.FILTER_OPTION_HELP:string {
1354         "-f  filter. Defines a filter to use for query. Single String input. Default()\n"}
1355
1356         Clients.cimcli.CIMCLIClient.QUERYLANGUAGE_OPTION_HELP:string {
1357         "-ql  queryLanguage. Defines a Query Language to be used with a query filter. Default(WQL)\n"}
1358
1359         Clients.cimcli.CIMCLIClient.OUTPUTFORMATS_OPTION_HELP:string {
1360         "-o  outputformats. Output in xml, mof, txt. Default(mof)\n"}
1361
1362         Clients.cimcli.CIMCLIClient.XMLOUTPUT_OPTION_HELP:string {
1363         "-x  xmlOutput. Output objects in xml format . Default(false)\n"}
1364
1365         Clients.cimcli.CIMCLIClient.VERSION_OPTION_HELP:string {
1366         "--version  version. Displays software Version. Default(false)\n"}
1367
1368         Clients.cimcli.CIMCLIClient.VERBOSE_OPTION_HELP:string {
1369         "-v  verbose. Verbose Display. Outputs detailed parameter input\n"
1370         "    display and other request processing information . Default(false)\n"}
1371
1372         Clients.cimcli.CIMCLIClient.SUMMARY_OPTION_HELP:string {
1373         "--sum  summary. Displays only summary count for enumerations,\n"
1374         "    associators, etc. Default(false)\n"}
1375
1376         Clients.cimcli.CIMCLIClient.HELP_OPTION_HELP:string {
1377         "-h  help. Prints help usage message . Default(false)\n"}
1378
1379         Clients.cimcli.CIMCLIClient.FULLHELP_OPTION_HELP:string {
1380         "--help  full help. Prints full help message with commands,options,\n"
1381         "    examples. Default(false)\n"}
1382
1383         Clients.cimcli.CIMCLIClient.HELPOPTIONS_OPTION_HELP:string {
1384         "-ho  help options. Prints list of options. Default(false)\n"}
1385
1386         Clients.cimcli.CIMCLIClient.HELPCOMMANDS_OPTION_HELP:string {
1387         "-hc  help commands. Prints CIM Operation command list. Default(false)\n"}
1388
1389         Clients.cimcli.CIMCLIClient.CONNECTIONTIMEOUT_OPTION_HELP:string {
1390         "--timeout  connecttimeout. Set the connection timeout in seconds. Default(0)\n"}
1391
1392         Clients.cimcli.CIMCLIClient.INTERACTIVE_OPTION_HELP:string {
1393         "-i  interactive. Interactively ask user to select instances.\n"
1394         "    Used with associator and reference operations. Default(false)\n"}
1395
1396         Clients.cimcli.CIMCLIClient.SETRTNHOSTNAMES_OPTION_HELP:string {
1397         "-setRtnHostNames  setRtnHostNames. Set namespace component of reference and path outputs parameter.\n"
1398         "    Used to allow comparison of paths and instances without"
1399         " involving the variable of host namespaces. Default(false)\n"}
1400
1401         Clients.cimcli.CIMCLIClient.TRACE_OPTION_HELP:string {
1402         "-trace  trace. Set Pegasus Common Components Trace. Sets the Trace level.\n"
1403         "    0 is off. Default(0)\n"}
1404
1405         Clients.cimcli.CIMCLIClient.REPEAT_OPTION_HELP:string {
1406         "--r  repeat. Number of times to repeat the operation.\n"
1407         "    Zero means one time. Default(0)\n"}
1408
1409         Clients.cimcli.CIMCLIClient.TIME_OPTION_HELP:string {
1410         "--t  time. Measure time for the operation and present results. Default(false)\n"}
1411
1412         Clients.cimcli.CIMCLIClient.SORT_OPTION_HELP:string {
1413         "--sort sort . Sort the returned entities for multi-entity results. Default(false)\n"}
1414
1415         Clients.cimcli.CIMCLIClient.OPTIONS_HEADER:string {
1416         "The options for this command are:\n"}
1417
1418         Clients.cimcli.CIMCLIClient.OPTIONS_USAGE:string {
1419         "This command executes single CIM Operations.\n"}
1420
1421         Clients.cimcli.CIMCLIClient.OPTIONS_TRAILER:string {
1422         "Options vary by command consistent with CIM Operations\n"}
1423
1424         Clients.cimcli.CIMCLIClient.HELP_SUMMARY:string {
1425         "-h for all help, -hc for commands, -ho for options\n"}
1426
1427         /**
1428         * @note PGC01718: substitution {0} cimcli version (string)
1429         *    substitution {1} Pegasus version (string)
1430         */
1431
1432         Clients.cimcli.CIMCLIClient.VERSION:string {
1433         "Version {0}"}
1434         // ==========================================================
1435         // Start of messages from platform-specific files
1436         // ==========================================================
1437
1438
1439         // ==========================================================
1440         // End of messages from platform-specific files
1441         // ==========================================================
1442
1443 // ==============================================================================
1444 // END OF RESOURCE BUNDLE
1445 // DO NOT ADD MESSAGES AFTER THE FOLLOWING '}'
1446 // ==============================================================================
1447 }