001package org.opends.messages; 002 003import org.forgerock.i18n.LocalizableMessageDescriptor; 004 005/** 006 * This file contains localizable message descriptors having the resource 007 * name {@code org.opends.messages.dsconfig}. This file was generated 008 * automatically by the {@code i18n-maven-plugin} from the property file 009 * {@code org/opends/messages/dsconfig.properties} and it should not be manually edited. 010 */ 011public final class DsconfigMessages { 012 // The name of the resource bundle. 013 private static final String RESOURCE = "org.opends.messages.dsconfig"; 014 015 // Prevent instantiation. 016 private DsconfigMessages() { 017 // Do nothing. 018 } 019 020 /** 021 * Returns the name of the resource associated with the messages contained 022 * in this class. The resource name may be used for obtaining named loggers, 023 * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}. 024 * 025 * @return The name of the resource associated with the messages contained 026 * in this class. 027 */ 028 public static String resourceName() { 029 return RESOURCE; 030 } 031 032 /** 033 * Select one or more %s for the "%s" property: 034 */ 035 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_PROMPT_SELECT_COMPONENT_MULTI = 036 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_COMPONENT_MULTI_127", 127); 037 038 /** 039 * Select a %s for the "%s" property: 040 */ 041 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_PROMPT_SELECT_COMPONENT_SINGLE = 042 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_COMPONENT_SINGLE_128", 128); 043 044 /** 045 * The "%s" property references the following %s: 046 */ 047 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_HEADING_COMPONENT_SUMMARY = 048 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_COMPONENT_SUMMARY_129", 129); 049 050 /** 051 * Select the %s you wish to add: 052 */ 053 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_SELECT_COMPONENTS_ADD = 054 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_COMPONENTS_ADD_130", 130); 055 056 /** 057 * Add all %s 058 */ 059 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_ADD_ALL_COMPONENTS = 060 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_ADD_ALL_COMPONENTS_131", 131); 061 062 /** 063 * Select the %s you wish to remove: 064 */ 065 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_SELECT_COMPONENTS_REMOVE = 066 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_COMPONENTS_REMOVE_132", 132); 067 068 /** 069 * Change it to the default %s: %s 070 */ 071 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_COMPONENT = 072 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_COMPONENT_133", 133); 073 074 /** 075 * Change it to the %s: %s 076 */ 077 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_OPTION_CHANGE_TO_COMPONENT = 078 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_CHANGE_TO_COMPONENT_134", 134); 079 080 /** 081 * The referenced %s called "%s" must be enabled so that it can be used with this %s. Do you want to enable it? 082 */ 083 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_EDITOR_PROMPT_ENABLED_REFERENCED_COMPONENT = 084 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_ENABLED_REFERENCED_COMPONENT_135", 135); 085 086 /** 087 * The modifications to the %s cannot be made because it contains a reference to a disabled %s 088 */ 089 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SET_REFERENCED_COMPONENT_DISABLED = 090 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_SET_REFERENCED_COMPONENT_DISABLED_136", 136); 091 092 /** 093 * The %s could not be created because the following mandatory property was not defined: 094 */ 095 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATE_HEADING_MMPE_SINGLE = 096 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_CREATE_HEADING_MMPE_SINGLE_138", 138); 097 098 /** 099 * The %s could not be created because the following mandatory properties were not defined: 100 */ 101 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATE_HEADING_MMPE_PLURAL = 102 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_CREATE_HEADING_MMPE_PLURAL_139", 139); 103 104 /** 105 * The %s could not be modified because the following mandatory property was not defined: 106 */ 107 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFY_HEADING_MMPE_SINGLE = 108 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_MODIFY_HEADING_MMPE_SINGLE_140", 140); 109 110 /** 111 * The %s could not be modified because the following mandatory properties were not defined: 112 */ 113 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MODIFY_HEADING_MMPE_PLURAL = 114 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_MODIFY_HEADING_MMPE_PLURAL_141", 141); 115 116 /** 117 * Would you like to edit the properties of the %s in order to resolve this problem? 118 */ 119 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_PROMPT_EDIT = 120 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_PROMPT_EDIT_142", 142); 121 122 /** 123 * The %s could not be decoded due to the following reason: 124 */ 125 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_GET_HEADING_MODE_SINGLE = 126 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_GET_HEADING_MODE_SINGLE_143", 143); 127 128 /** 129 * The %s could not be decoded due to the following reasons: 130 */ 131 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_GET_HEADING_MODE_PLURAL = 132 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_GET_HEADING_MODE_PLURAL_144", 144); 133 134 /** 135 * Create a new %s 136 */ 137 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_CREATE_A_NEW_COMPONENT = 138 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_CREATE_A_NEW_COMPONENT_145", 145); 139 140 /** 141 * The referenced %s called "%s" must be enabled so that it can be used with this %s. Do you want to edit its properties in order to enable it? 142 */ 143 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_DSCFG_PROMPT_EDIT_TO_ENABLE = 144 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_PROMPT_EDIT_TO_ENABLE_146", 146); 145 146 /** 147 * Custom %s 148 */ 149 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CUSTOM_TYPE_OPTION = 150 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CUSTOM_TYPE_OPTION_147", 147); 151 152 /** 153 * A Custom %s with a user-defined implementation class 154 */ 155 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS = 156 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CUSTOM_TYPE_SYNOPSIS_148", 148); 157 158 /** 159 * A Generic %s 160 */ 161 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_GENERIC_TYPE_SYNOPSIS = 162 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_GENERIC_TYPE_SYNOPSIS_149", 149); 163 164 /** 165 * Help: %s 166 */ 167 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CREATE_TYPE_HELP_HEADING = 168 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CREATE_TYPE_HELP_HEADING_150", 150); 169 170 /** 171 * The equivalent non-interactive command-line is:%n%s 172 */ 173 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_NON_INTERACTIVE = 174 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_NON_INTERACTIVE_151", 151); 175 176 /** 177 * Display the equivalent non-interactive argument in the standard output when this command is run in interactive mode 178 */ 179 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT = 180 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_DISPLAY_EQUIVALENT_152", 152); 181 182 /** 183 * The full path to the file where the equivalent non-interactive commands will be written when this command is run in interactive mode 184 */ 185 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH = 186 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH_153", 153); 187 188 /** 189 * An error occurred while attempting to write equivalent non-interactive command line to file %s. Error details: %s 190 */ 191 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE = 192 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE_154", 154); 193 194 /** 195 * Cannot write to file %s. Verify that you have access rights to that file and that you provided the full path of the file 196 */ 197 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE = 198 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE_155", 155); 199 200 /** 201 * The specified path %s to write the equivalent command is a directory. You must specify a path to a file 202 */ 203 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY = 204 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY_156", 156); 205 206 /** 207 * Unable to connect to the server at %s on port %s. In non-interactive mode, if the trustStore related parameters are not used, you must use the '--trustAll' option for remote connections 208 */ 209 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED = 210 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_158", 158); 211 212 /** 213 * The value %s for the %s property does not exist 214 */ 215 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST = 216 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159", 159); 217 218 /** 219 * Unable to continue since there are no available types of %s to choose from 220 */ 221 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES = 222 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES_160", 160); 223 224 /** 225 * >>>> There is only one type of %s available: "%s". Are you sure that this is the correct one? 226 */ 227 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_TYPE_PROMPT_SINGLE = 228 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_TYPE_PROMPT_SINGLE_161", 161); 229 230 /** 231 * An error occurred while attempting to read the batch file : %s 232 */ 233 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_READING_BATCH_FILE = 234 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_READING_BATCH_FILE_162", 162); 235 236 /** 237 * %s session start date: %s 238 */ 239 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_SESSION_START_TIME_MESSAGE = 240 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_SESSION_START_TIME_MESSAGE_163", 163); 241 242 /** 243 * Session operation number: %d 244 */ 245 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_DSCFG_EQUIVALENT_COMMAND_LINE_SESSION_OPERATION_NUMBER = 246 new LocalizableMessageDescriptor.Arg1<Number>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_EQUIVALENT_COMMAND_LINE_SESSION_OPERATION_NUMBER_164", 164); 247 248 /** 249 * The connection parameters could not be read due to the following error: %s 250 */ 251 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS = 252 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS_1000", 1000); 253 254 /** 255 * Unable to authenticate to the server as "%s" 256 */ 257 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED = 258 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_FAILED_1001", 1001); 259 260 /** 261 * Unable to connect to the server at "%s" on port %s 262 */ 263 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT = 264 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_1002", 1002); 265 266 /** 267 * Unable to authenticate using simple authentication 268 */ 269 public static final LocalizableMessageDescriptor.Arg0 ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED = 270 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LDAP_SIMPLE_BIND_NOT_SUPPORTED_1003", 1003); 271 272 /** 273 * Creates %s 274 */ 275 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE = 276 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SUBCMD_CREATE_1004", 1004); 277 278 /** 279 * Deletes %s 280 */ 281 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_SUBCMD_DELETE = 282 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SUBCMD_DELETE_1005", 1005); 283 284 /** 285 * Lists existing %s 286 */ 287 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_SUBCMD_LIST = 288 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SUBCMD_LIST_1006", 1006); 289 290 /** 291 * Shows %s properties 292 */ 293 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_SUBCMD_GETPROP = 294 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SUBCMD_GETPROP_1007", 1007); 295 296 /** 297 * Modifies %s properties 298 */ 299 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_SUBCMD_SETPROP = 300 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SUBCMD_SETPROP_1008", 1008); 301 302 /** 303 * A sub-command must be specified 304 */ 305 public static final LocalizableMessageDescriptor.Arg0 ERR_DSCFG_ERROR_MISSING_SUBCOMMAND = 306 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MISSING_SUBCOMMAND_1009", 1009); 307 308 /** 309 * The type of %s which should be created. The value for TYPE can be one of: %s 310 */ 311 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_DESCRIPTION_TYPE = 312 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_TYPE_1010", 1010); 313 314 /** 315 * No password was specified for administrator "%s" 316 */ 317 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_PASSWORD = 318 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_PASSWORD_1011", 1011); 319 320 /** 321 * The property "%s" is not a recognized property of %s 322 */ 323 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED = 324 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_1012", 1012); 325 326 /** 327 * The value "%s" is not a valid value for the %s property "%s" which has the following syntax: %s 328 */ 329 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE = 330 new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_INVALID_VALUE_1013", 1013); 331 332 /** 333 * The %s property "%s" is read-only and cannot be modified 334 */ 335 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_PROPERTY_READ_ONLY = 336 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_READ_ONLY_1014", 1014); 337 338 /** 339 * The %s property "%s" is mandatory and must be specified 340 */ 341 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_PROPERTY_MANDATORY = 342 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_MANDATORY_1015", 1015); 343 344 /** 345 * It is not possible to specify multiple values for the %s property "%s" as it is single-valued 346 */ 347 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED = 348 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_SINGLE_VALUED_1016", 1016); 349 350 /** 351 * Describes managed objects and their properties 352 */ 353 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_SUBCMD_HELPPROP = 354 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SUBCMD_HELPPROP_1017", 1017); 355 356 /** 357 * Component 358 */ 359 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_COMPONENT_NAME = 360 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_COMPONENT_NAME_1018", 1018); 361 362 /** 363 * Property 364 */ 365 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_PROPERTY_NAME = 366 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_PROPERTY_NAME_1019", 1019); 367 368 /** 369 * Value(s) 370 */ 371 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_PROPERTY_VALUE = 372 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_PROPERTY_VALUE_1020", 1020); 373 374 /** 375 * Syntax 376 */ 377 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_PROPERTY_SYNTAX = 378 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_PROPERTY_SYNTAX_1021", 1021); 379 380 /** 381 * Options 382 */ 383 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_PROPERTY_OPTIONS = 384 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_PROPERTY_OPTIONS_1022", 1022); 385 386 /** 387 * See detailed help 388 */ 389 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_PROPERTY_SYNTAX_HELP = 390 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_PROPERTY_SYNTAX_HELP_1025", 1025); 391 392 /** 393 * The parent %s could not be retrieved because its type could not be determined. This is probably due to the %s having an invalid LDAP entry. Check that the %s has the correct object classes 394 */ 395 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_GET_PARENT_DDE = 396 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_PARENT_DDE_1026", 1026); 397 398 /** 399 * The parent %s could not be retrieved because of the reasons listed below: 400 */ 401 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_GET_PARENT_MODE = 402 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_PARENT_MODE_1027", 1027); 403 404 /** 405 * The parent %s does not exist 406 */ 407 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_GET_PARENT_MONFE = 408 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_PARENT_MONFE_1028", 1028); 409 410 /** 411 * The %s could not be created because there is already an existing one with the same name 412 */ 413 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CREATE_MOAEE = 414 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_MOAEE_1033", 1033); 415 416 /** 417 * The %s could not be created because you do not have the correct authorization 418 */ 419 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CREATE_AUTHZ = 420 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_AUTHZ_1034", 1034); 421 422 /** 423 * The %s could not be created due to a communications problem: %s 424 */ 425 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_CREATE_CE = 426 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_CE_1035", 1035); 427 428 /** 429 * The %s could not be created because another client is currently making conflicting configuration changes 430 */ 431 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CREATE_CME = 432 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_CME_1036", 1036); 433 434 /** 435 * The %s could not be deleted because it does not exist 436 */ 437 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_DELETE_MONFE = 438 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_DELETE_MONFE_1038", 1038); 439 440 /** 441 * The %s could not be deleted because you do not have the correct authorization 442 */ 443 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_DELETE_AUTHZ = 444 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_DELETE_AUTHZ_1039", 1039); 445 446 /** 447 * The %s could not be deleted due to a communications problem: %s 448 */ 449 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_DELETE_CE = 450 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_DELETE_CE_1041", 1041); 451 452 /** 453 * The %s could not be deleted because another client is currently making conflicting configuration changes 454 */ 455 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_DELETE_CME = 456 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_DELETE_CME_1042", 1042); 457 458 /** 459 * The %s could not be retrieved because its type could not be determined. This is probably due to the %s having an invalid LDAP entry. Check that the %s object classes are correct 460 */ 461 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_GET_CHILD_DDE = 462 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_CHILD_DDE_1043", 1043); 463 464 /** 465 * The %s could not be retrieved because of the reasons listed below: 466 */ 467 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_GET_CHILD_MODE = 468 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_CHILD_MODE_1044", 1044); 469 470 /** 471 * The %s does not exist 472 */ 473 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_GET_CHILD_MONFE = 474 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_CHILD_MONFE_1045", 1045); 475 476 /** 477 * The %s could not be accessed because you do not have the correct authorization 478 */ 479 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_GET_CHILD_AUTHZ = 480 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_CHILD_AUTHZ_1046", 1046); 481 482 /** 483 * The %s could not be accessed due to a communications problem: %s 484 */ 485 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_GET_CHILD_CE = 486 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_CHILD_CE_1047", 1047); 487 488 /** 489 * The %s could not be accessed because another client is currently making conflicting configuration changes 490 */ 491 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_GET_CHILD_CME = 492 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_GET_CHILD_CME_1048", 1048); 493 494 /** 495 * The %s could not be modified because you do not have the correct authorization 496 */ 497 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_MODIFY_AUTHZ = 498 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MODIFY_AUTHZ_1050", 1050); 499 500 /** 501 * The %s could not be modified due to a communications problem: %s 502 */ 503 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_MODIFY_CE = 504 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MODIFY_CE_1051", 1051); 505 506 /** 507 * The %s could not be modified because another client is currently making conflicting configuration changes 508 */ 509 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_MODIFY_CME = 510 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MODIFY_CME_1052", 1052); 511 512 /** 513 * The %s could not be retrieved because its type could not be determined. This is probably due to the %s having an invalid LDAP entry. Check that the %s object classes are correct 514 */ 515 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_LIST_DDE = 516 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LIST_DDE_1054", 1054); 517 518 /** 519 * The %s could not be retrieved because of the reasons listed below: 520 */ 521 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_LIST_MODE = 522 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LIST_MODE_1055", 1055); 523 524 /** 525 * The %s does not exist 526 */ 527 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_LIST_MONFE = 528 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LIST_MONFE_1056", 1056); 529 530 /** 531 * The %s could not be listed because you do not have the correct authorization 532 */ 533 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_LIST_AUTHZ = 534 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LIST_AUTHZ_1057", 1057); 535 536 /** 537 * The %s could not be listed due to a communications problem: %s 538 */ 539 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_LIST_CE = 540 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LIST_CE_1058", 1058); 541 542 /** 543 * The %s could not be listed because another client is currently making conflicting configuration changes 544 */ 545 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_LIST_CME = 546 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_LIST_CME_1059", 1059); 547 548 /** 549 * The value(s) of the %s property "%s" could not be determined due to an unknown error: %s 550 */ 551 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR = 552 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_UNKNOWN_ERROR_1060", 1060); 553 554 /** 555 * The default value(s) of the %s property "%s" could not be determined due to the following reason: %s 556 */ 557 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR = 558 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_DEFAULT_BEHAVIOR_1061", 1061); 559 560 /** 561 * The property argument "%s" does not contain a name/value separator. The argument should have the following syntax: property:value 562 */ 563 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE = 564 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE_1063", 1063); 565 566 /** 567 * The property argument "%s" does not contain a property name. The argument should have the following syntax: property:value 568 */ 569 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE = 570 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE_1064", 1064); 571 572 /** 573 * The property argument "%s" does not contain a property value. The argument should have the following syntax: property:value 574 */ 575 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE = 576 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE_1065", 1065); 577 578 /** 579 * The sub-type "%s" is not a recognized type of %s. It should be one of: %s 580 */ 581 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED = 582 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED_1066", 1066); 583 584 /** 585 * The property modification "%s" does not contain a name/value separator. The argument should have the following syntax: property[+|-]:value 586 */ 587 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD = 588 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD_1068", 1068); 589 590 /** 591 * The property modification "%s" does not contain a property name. The argument should have the following syntax: property[+|-]:value 592 */ 593 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD = 594 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD_1069", 1069); 595 596 /** 597 * The property modification "%s" is incompatible with another modification to the same property 598 */ 599 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD = 600 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071", 1071); 601 602 /** 603 * The type of %s which should be created (Default: %s). The value for TYPE can be one of: %s 604 */ 605 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT = 606 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_TYPE_DEFAULT_1073", 1073); 607 608 /** 609 * Modifies the display output to show one property value per line 610 */ 611 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_RECORD = 612 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_RECORD_1074", 1074); 613 614 /** 615 * Display time data using the specified unit. The value for UNIT can be one of ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks) 616 */ 617 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_UNIT_TIME = 618 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_UNIT_TIME_1078", 1078); 619 620 /** 621 * Display size data using the specified unit. The value for UNIT can be one of b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes) 622 */ 623 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_UNIT_SIZE = 624 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_UNIT_SIZE_1079", 1079); 625 626 /** 627 * The time unit "%s" is invalid. The valid time units are ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks) 628 */ 629 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_ERROR_TIME_UNIT_UNRECOGNIZED = 630 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_ERROR_TIME_UNIT_UNRECOGNIZED_1080", 1080); 631 632 /** 633 * The size unit "%s" is invalid. The valid size units are b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes) 634 */ 635 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_ERROR_SIZE_UNIT_UNRECOGNIZED = 636 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_ERROR_SIZE_UNIT_UNRECOGNIZED_1081", 1081); 637 638 /** 639 * Type 640 */ 641 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_COMPONENT_TYPE = 642 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_COMPONENT_TYPE_1082", 1082); 643 644 /** 645 * Display subcommands relating to %s 646 */ 647 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE = 648 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_1083", 1083); 649 650 /** 651 * Display all subcommands 652 */ 653 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_ALL = 654 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_ALL_1084", 1084); 655 656 /** 657 * Display summary usage information 658 */ 659 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_SUMMARY = 660 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_SHOW_GROUP_USAGE_SUMMARY_1085", 1085); 661 662 /** 663 * The name of the %s 664 */ 665 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_NAME = 666 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_NAME_1086", 1086); 667 668 /** 669 * The name of a property to be displayed 670 */ 671 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_PROP = 672 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_PROP_1087", 1087); 673 674 /** 675 * Assigns a value to a property where PROP is the name of the property and VALUE is the single value to be assigned. Specify the same property multiple times in order to assign more than one value to it 676 */ 677 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_PROP_VAL = 678 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_PROP_VAL_1088", 1088); 679 680 /** 681 * Adds a single value to a property where PROP is the name of the property and VALUE is the single value to be added 682 */ 683 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_ADD_PROP_VAL = 684 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_ADD_PROP_VAL_1089", 1089); 685 686 /** 687 * Removes a single value from a property where PROP is the name of the property and VALUE is the single value to be removed 688 */ 689 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_REMOVE_PROP_VAL = 690 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_REMOVE_PROP_VAL_1090", 1090); 691 692 /** 693 * Resets a property back to its default values where PROP is the name of the property to be reset 694 */ 695 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_RESET_PROP = 696 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_RESET_PROP_1091", 1091); 697 698 /** 699 * The type of components whose properties should be described. The value for TYPE must be one of the component types associated with the CATEGORY specified using the "--category" option 700 */ 701 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_HELP_TYPE = 702 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_HELP_TYPE_1092", 1092); 703 704 /** 705 * The LDAP bind password was not specified and cannot be read interactively 706 */ 707 public static final LocalizableMessageDescriptor.Arg0 ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE = 708 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE_1093", 1093); 709 710 /** 711 * Ignore non-existent %s 712 */ 713 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_FORCE = 714 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_FORCE_1196", 1196); 715 716 /** 717 * The %s property "%s" is mandatory cannot be reset. Use the "%s" option to specify a new value 718 */ 719 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY = 720 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY_1200", 1200); 721 722 /** 723 * "--%s %s" : the argument "--%s" reset the property to the default value. It cannot be used to set a property to a given value 724 */ 725 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_UNABLE_TO_RESET_PROPERTY_WITH_VALUE = 726 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_UNABLE_TO_RESET_PROPERTY_WITH_VALUE_1201", 1201); 727 728 /** 729 * The name "%s" is not a valid name for the %s which has the following syntax: %s 730 */ 731 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX = 732 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX_1204", 1204); 733 734 /** 735 * Empty names are not permitted for %s 736 */ 737 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY = 738 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY_1205", 1205); 739 740 /** 741 * Blank names are not permitted for %s 742 */ 743 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK = 744 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK_1206", 1206); 745 746 /** 747 * The name "%s" is not a valid name for the %s 748 */ 749 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN = 750 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN_1207", 1207); 751 752 /** 753 * The name of the new %s 754 */ 755 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_DESCRIPTION_NAME_CREATE = 756 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_NAME_CREATE_1208", 1208); 757 758 /** 759 * The name of the new %s which will also be used as the value of the "%s" property: %s 760 */ 761 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_DSCFG_DESCRIPTION_NAME_CREATE_EXT = 762 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_NAME_CREATE_EXT_1209", 1209); 763 764 /** 765 * The property "%s" cannot be set as it is defined implicitly by the name of the %s 766 */ 767 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY = 768 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY_1210", 1210); 769 770 /** 771 * Allows the configuration of advanced components and properties 772 */ 773 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_ADVANCED = 774 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_ADVANCED_1216", 1216); 775 776 /** 777 * The argument "--%s" must be specified when this application is used non-interactively 778 */ 779 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG = 780 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG_1223", 1223); 781 782 /** 783 * >>>> Select the type of %s that you want to create: 784 */ 785 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CREATE_TYPE_PROMPT = 786 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CREATE_TYPE_PROMPT_1225", 1225); 787 788 /** 789 * >>>> Enter a name for the %s that you want to create: 790 */ 791 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CREATE_NAME_PROMPT = 792 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CREATE_NAME_PROMPT_1226", 1226); 793 794 /** 795 * There is already another %s with the name "%s" 796 */ 797 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS = 798 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS_1227", 1227); 799 800 /** 801 * Type 802 */ 803 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_TYPE = 804 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_TYPE_1228", 1228); 805 806 /** 807 * Description 808 */ 809 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_DESCR = 810 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_CREATE_HELP_HEADING_DESCR_1229", 1229); 811 812 /** 813 * Unable to continue since there are no %s currently configured on the server 814 */ 815 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_FINDER_NO_CHILDREN = 816 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_1230", 1230); 817 818 /** 819 * >>>> There is only one %s: "%s". Are you sure that this is the correct one? 820 */ 821 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_FINDER_PROMPT_SINGLE = 822 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_FINDER_PROMPT_SINGLE_1232", 1232); 823 824 /** 825 * >>>> Select the %s from the following list: 826 */ 827 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_FINDER_PROMPT_MANY = 828 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_FINDER_PROMPT_MANY_1233", 1233); 829 830 /** 831 * Unable to continue since there is no such an object currently configured on the server 832 */ 833 public static final LocalizableMessageDescriptor.Arg0 ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_NULL = 834 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_NULL_1234", 1234); 835 836 /** 837 * one of the following values: 838 */ 839 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_FIELD_ENUM = 840 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_ENUM_1254", 1254); 841 842 /** 843 * undefined 844 */ 845 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_FIELD_UNDEFINED = 846 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_UNDEFINED_1255", 1255); 847 848 /** 849 * inherits from the property "%s" in the %s 850 */ 851 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_HELP_FIELD_INHERITED_ABS = 852 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_INHERITED_ABS_1256", 1256); 853 854 /** 855 * inherits from the property "%s" in the parent %s 856 */ 857 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_HELP_FIELD_INHERITED_PARENT = 858 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_INHERITED_PARENT_1257", 1257); 859 860 /** 861 * inherits from the property "%s" in this %s 862 */ 863 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_HELP_FIELD_INHERITED_THIS = 864 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_INHERITED_THIS_1258", 1258); 865 866 /** 867 * The server must be restarted in order for changes to this property to take effect 868 */ 869 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_FIELD_SERVER_RESTART = 870 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_SERVER_RESTART_1259", 1259); 871 872 /** 873 * The %s must be restarted in order for changes to this property to take effect 874 */ 875 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_HELP_FIELD_COMPONENT_RESTART = 876 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_COMPONENT_RESTART_1260", 1260); 877 878 /** 879 * read-only - this property can only be specified when the %s is created 880 */ 881 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_HELP_FIELD_READ_ONLY = 882 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_READ_ONLY_1261", 1261); 883 884 /** 885 * monitoring - this property is automatically generated by the server 886 */ 887 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_FIELD_MONITORING = 888 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_FIELD_MONITORING_1262", 1262); 889 890 /** 891 * Property: %s 892 */ 893 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_HELP_HEADING_PROPERTY = 894 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_PROPERTY_1263", 1263); 895 896 /** 897 * Component name: %s 898 */ 899 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_HELP_HEADING_COMPONENT = 900 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_COMPONENT_1264", 1264); 901 902 /** 903 * Default behavior 904 */ 905 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_HEADING_DEFAULT = 906 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_DEFAULT_1265", 1265); 907 908 /** 909 * Mandatory 910 */ 911 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_HEADING_MANDATORY = 912 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_MANDATORY_1266", 1266); 913 914 /** 915 * Advanced 916 */ 917 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_HEADING_ADVANCED = 918 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_ADVANCED_1267", 1267); 919 920 /** 921 * Multi-valued 922 */ 923 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_HEADING_MULTI_VALUED = 924 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_MULTI_VALUED_1268", 1268); 925 926 /** 927 * Read-only 928 */ 929 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_HEADING_READ_ONLY = 930 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_READ_ONLY_1269", 1269); 931 932 /** 933 * Syntax 934 */ 935 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_HEADING_SYNTAX = 936 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_HEADING_SYNTAX_1270", 1270); 937 938 /** 939 * Option Types: 940 */ 941 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_DESCRIPTION_OPTION = 942 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_DESCRIPTION_OPTION_1271", 1271); 943 944 /** 945 * Property value(s) are readable 946 */ 947 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_DESCRIPTION_READ = 948 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_DESCRIPTION_READ_1272", 1272); 949 950 /** 951 * Property value(s) are writable 952 */ 953 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_DESCRIPTION_WRITE = 954 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_DESCRIPTION_WRITE_1273", 1273); 955 956 /** 957 * The property is mandatory 958 */ 959 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_DESCRIPTION_MANDATORY = 960 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_DESCRIPTION_MANDATORY_1274", 1274); 961 962 /** 963 * The property is single-valued 964 */ 965 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_DESCRIPTION_SINGLE_VALUED = 966 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_DESCRIPTION_SINGLE_VALUED_1275", 1275); 967 968 /** 969 * Administrative action is required for changes to take effect 970 */ 971 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HELP_DESCRIPTION_ADMIN_ACTION = 972 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HELP_DESCRIPTION_ADMIN_ACTION_1276", 1276); 973 974 /** 975 * Are you sure that you want to create the %s? 976 */ 977 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_CREATE = 978 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_CREATE_1277", 1277); 979 980 /** 981 * Are you sure that you want to delete the %s? 982 */ 983 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_DELETE = 984 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_DELETE_1278", 1278); 985 986 /** 987 * Are you sure that you want to modify the %s? 988 */ 989 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_MODIFY = 990 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_MODIFY_1279", 1279); 991 992 /** 993 * The %s was created successfully 994 */ 995 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_CREATE_SUCCESS = 996 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_CREATE_SUCCESS_1280", 1280); 997 998 /** 999 * The %s was deleted successfully 1000 */ 1001 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_DELETE_SUCCESS = 1002 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_DELETE_SUCCESS_1281", 1281); 1003 1004 /** 1005 * The %s was modified successfully 1006 */ 1007 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_MODIFY_SUCCESS = 1008 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_MODIFY_SUCCESS_1282", 1282); 1009 1010 /** 1011 * The %s was not created 1012 */ 1013 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_CREATE_FAIL = 1014 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_CREATE_FAIL_1283", 1283); 1015 1016 /** 1017 * The %s was not deleted 1018 */ 1019 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_DELETE_FAIL = 1020 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_DELETE_FAIL_1284", 1284); 1021 1022 /** 1023 * The %s was not modified 1024 */ 1025 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CONFIRM_MODIFY_FAIL = 1026 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CONFIRM_MODIFY_FAIL_1285", 1285); 1027 1028 /** 1029 * The category of components whose properties should be described 1030 */ 1031 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_HELP_CATEGORY = 1032 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_HELP_CATEGORY_1286", 1286); 1033 1034 /** 1035 * "%s" is not a recognized component category 1036 */ 1037 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED = 1038 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED_1287", 1287); 1039 1040 /** 1041 * "%s" is not a recognized component type in category "%s" 1042 */ 1043 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED = 1044 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED_1288", 1288); 1045 1046 /** 1047 * The property "%s" is not a recognized property 1048 */ 1049 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN = 1050 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN_1289", 1289); 1051 1052 /** 1053 * Modifies the display output to show the inherited properties of components 1054 */ 1055 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_DESCRIPTION_HELP_INHERITED = 1056 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_DESCRIPTION_HELP_INHERITED_1290", 1290); 1057 1058 /** 1059 * true 1060 */ 1061 public static final LocalizableMessageDescriptor.Arg0 INFO_VALUE_TRUE = 1062 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_VALUE_TRUE_1291", 1291); 1063 1064 /** 1065 * false 1066 */ 1067 public static final LocalizableMessageDescriptor.Arg0 INFO_VALUE_FALSE = 1068 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_VALUE_FALSE_1292", 1292); 1069 1070 /** 1071 * unlimited 1072 */ 1073 public static final LocalizableMessageDescriptor.Arg0 INFO_VALUE_UNLIMITED = 1074 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_VALUE_UNLIMITED_1293", 1293); 1075 1076 /** 1077 * Select a value for the "%s" property: 1078 */ 1079 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_SELECT_VALUE_SINGLE = 1080 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_VALUE_SINGLE_1294", 1294); 1081 1082 /** 1083 * Select one or more values for the "%s" property: 1084 */ 1085 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_SELECT_VALUE_MULTI = 1086 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_VALUE_MULTI_1295", 1295); 1087 1088 /** 1089 * Syntax: 1090 */ 1091 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_HEADING_SYNTAX = 1092 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_SYNTAX_1296", 1296); 1093 1094 /** 1095 * The "%s" property has the following values: 1096 */ 1097 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_HEADING_VALUES_SUMMARY = 1098 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_VALUES_SUMMARY_1297", 1297); 1099 1100 /** 1101 * Select the values you wish to add: 1102 */ 1103 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_PROMPT_SELECT_VALUES_ADD = 1104 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_VALUES_ADD_1299", 1299); 1105 1106 /** 1107 * Add all values 1108 */ 1109 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_ADD_ALL_VALUES = 1110 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_ADD_ALL_VALUES_1300", 1300); 1111 1112 /** 1113 * Select the values you wish to remove: 1114 */ 1115 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_PROMPT_SELECT_VALUES_REMOVE = 1116 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_SELECT_VALUES_REMOVE_1302", 1302); 1117 1118 /** 1119 * Do you want to modify the "%s" property? 1120 */ 1121 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_MODIFY_MENU = 1122 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_MODIFY_MENU_1303", 1303); 1123 1124 /** 1125 * Add one or more values 1126 */ 1127 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_ADD_ONE_OR_MORE_VALUES = 1128 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_ADD_ONE_OR_MORE_VALUES_1304", 1304); 1129 1130 /** 1131 * Remove one or more values 1132 */ 1133 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_REMOVE_ONE_OR_MORE_VALUES = 1134 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_REMOVE_ONE_OR_MORE_VALUES_1305", 1305); 1135 1136 /** 1137 * Remove all values 1138 */ 1139 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_REMOVE_ALL_VALUES = 1140 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_REMOVE_ALL_VALUES_1306", 1306); 1141 1142 /** 1143 * Revert changes 1144 */ 1145 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_REVERT_CHANGES = 1146 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_REVERT_CHANGES_1307", 1307); 1147 1148 /** 1149 * Use the default behavior: %s 1150 */ 1151 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_USE_DEFAULT_ALIAS = 1152 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_DEFAULT_ALIAS_1308", 1308); 1153 1154 /** 1155 * Use the inherited default behavior: %s 1156 */ 1157 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_USE_DEFAULT_INHERITED_ALIAS = 1158 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_DEFAULT_INHERITED_ALIAS_1309", 1309); 1159 1160 /** 1161 * Use the inherited default behavior: undefined 1162 */ 1163 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_USE_DEFAULT_INHERITED_ALIAS_UNDEFINED = 1164 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_DEFAULT_INHERITED_ALIAS_UNDEFINED_1310", 1310); 1165 1166 /** 1167 * Leave undefined 1168 */ 1169 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_LEAVE_UNDEFINED = 1170 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_LEAVE_UNDEFINED_1311", 1311); 1171 1172 /** 1173 * Use the value: %s 1174 */ 1175 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_USE_VALUE = 1176 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_VALUE_1312", 1312); 1177 1178 /** 1179 * Use the default value: %s 1180 */ 1181 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_USE_DEFAULT_VALUE = 1182 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_DEFAULT_VALUE_1313", 1313); 1183 1184 /** 1185 * Use the inherited default value: %s 1186 */ 1187 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_USE_INHERITED_DEFAULT_VALUE = 1188 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_INHERITED_DEFAULT_VALUE_1314", 1314); 1189 1190 /** 1191 * Use these values 1192 */ 1193 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_USE_VALUES = 1194 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_VALUES_1315", 1315); 1195 1196 /** 1197 * Use these default values 1198 */ 1199 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_USE_DEFAULT_VALUES = 1200 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_DEFAULT_VALUES_1316", 1316); 1201 1202 /** 1203 * Use these inherited default values 1204 */ 1205 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_USE_INHERITED_DEFAULT_VALUES = 1206 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_USE_INHERITED_DEFAULT_VALUES_1317", 1317); 1207 1208 /** 1209 * Keep the default behavior: %s 1210 */ 1211 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_KEEP_DEFAULT_ALIAS = 1212 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_DEFAULT_ALIAS_1318", 1318); 1213 1214 /** 1215 * Keep the inherited default behavior: %s 1216 */ 1217 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_KEEP_DEFAULT_INHERITED_ALIAS = 1218 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_DEFAULT_INHERITED_ALIAS_1319", 1319); 1219 1220 /** 1221 * Keep the inherited default behavior: undefined 1222 */ 1223 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_KEEP_DEFAULT_INHERITED_ALIAS_UNDEFINED = 1224 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_DEFAULT_INHERITED_ALIAS_UNDEFINED_1320", 1320); 1225 1226 /** 1227 * Keep the value: %s 1228 */ 1229 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_KEEP_VALUE = 1230 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_VALUE_1321", 1321); 1231 1232 /** 1233 * Keep the default value: %s 1234 */ 1235 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_KEEP_DEFAULT_VALUE = 1236 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_DEFAULT_VALUE_1322", 1322); 1237 1238 /** 1239 * Keep the inherited default value: %s 1240 */ 1241 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_KEEP_INHERITED_DEFAULT_VALUE = 1242 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_INHERITED_DEFAULT_VALUE_1323", 1323); 1243 1244 /** 1245 * Keep these values 1246 */ 1247 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_KEEP_VALUES = 1248 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_VALUES_1324", 1324); 1249 1250 /** 1251 * Keep these default values 1252 */ 1253 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_KEEP_DEFAULT_VALUES = 1254 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_DEFAULT_VALUES_1325", 1325); 1255 1256 /** 1257 * Keep these inherited default values 1258 */ 1259 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_KEEP_INHERITED_DEFAULT_VALUES = 1260 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_KEEP_INHERITED_DEFAULT_VALUES_1326", 1326); 1261 1262 /** 1263 * Reset to the default behavior: %s 1264 */ 1265 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_RESET_DEFAULT_ALIAS = 1266 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_DEFAULT_ALIAS_1327", 1327); 1267 1268 /** 1269 * Reset to the inherited default behavior: %s 1270 */ 1271 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_RESET_DEFAULT_INHERITED_ALIAS = 1272 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_DEFAULT_INHERITED_ALIAS_1328", 1328); 1273 1274 /** 1275 * Reset to the inherited default behavior: undefined 1276 */ 1277 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_RESET_DEFAULT_INHERITED_ALIAS_UNDEFINED = 1278 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_DEFAULT_INHERITED_ALIAS_UNDEFINED_1329", 1329); 1279 1280 /** 1281 * Reset to the default value: %s 1282 */ 1283 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_RESET_DEFAULT_VALUE = 1284 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_DEFAULT_VALUE_1331", 1331); 1285 1286 /** 1287 * Reset to the inherited default value: %s 1288 */ 1289 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUE = 1290 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUE_1332", 1332); 1291 1292 /** 1293 * Reset to the default values: %s 1294 */ 1295 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_RESET_DEFAULT_VALUES = 1296 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_DEFAULT_VALUES_1334", 1334); 1297 1298 /** 1299 * Reset to the inherited default values: %s 1300 */ 1301 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUES = 1302 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_RESET_INHERITED_DEFAULT_VALUES_1335", 1335); 1303 1304 /** 1305 * The "%s" property is undefined 1306 */ 1307 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_HEADING_READ_ONLY_ALIAS_UNDEFINED = 1308 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_READ_ONLY_ALIAS_UNDEFINED_1336", 1336); 1309 1310 /** 1311 * The "%s" property is undefined: %s 1312 */ 1313 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_HEADING_READ_ONLY_ALIAS = 1314 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_READ_ONLY_ALIAS_1337", 1337); 1315 1316 /** 1317 * The "%s" property has the following value: %s 1318 */ 1319 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_EDITOR_HEADING_READ_ONLY_VALUE = 1320 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_READ_ONLY_VALUE_1338", 1338); 1321 1322 /** 1323 * The "%s" property has the following values: 1324 */ 1325 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_HEADING_READ_ONLY_VALUES = 1326 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_READ_ONLY_VALUES_1339", 1339); 1327 1328 /** 1329 * This property is read-only and cannot be modified. Would you like to view its help documentation? 1330 */ 1331 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_PROMPT_READ_ONLY = 1332 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_READ_ONLY_1340", 1340); 1333 1334 /** 1335 * Change it to the default value: %s 1336 */ 1337 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_VALUE = 1338 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_CHANGE_TO_DEFAULT_VALUE_1341", 1341); 1339 1340 /** 1341 * Change it to the value: %s 1342 */ 1343 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_CHANGE_TO_VALUE = 1344 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_CHANGE_TO_VALUE_1342", 1342); 1345 1346 /** 1347 * Change the value 1348 */ 1349 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_CHANGE_VALUE = 1350 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_CHANGE_VALUE_1343", 1343); 1351 1352 /** 1353 * >>>> Configuring the "%s" property 1354 */ 1355 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_HEADING_CONFIGURE_PROPERTY = 1356 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_CONFIGURE_PROPERTY_1344", 1344); 1357 1358 /** 1359 * Enter a value for the "%s" property: 1360 */ 1361 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_READ_FIRST_VALUE = 1362 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_READ_FIRST_VALUE_1345", 1345); 1363 1364 /** 1365 * Enter a value for the "%s" property [continue]: 1366 */ 1367 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_READ_FIRST_VALUE_OPTIONAL = 1368 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_READ_FIRST_VALUE_OPTIONAL_1346", 1346); 1369 1370 /** 1371 * Enter another value for the "%s" property [continue]: 1372 */ 1373 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_PROMPT_READ_NEXT_VALUE = 1374 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_PROMPT_READ_NEXT_VALUE_1347", 1347); 1375 1376 /** 1377 * This property already contains the value "%s". Please enter a different value 1378 */ 1379 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EDITOR_READ_FIRST_DUPLICATE = 1380 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_EDITOR_READ_FIRST_DUPLICATE_1348", 1348); 1381 1382 /** 1383 * This property already contains the value "%s". Please enter a different value, or press RETURN to continue 1384 */ 1385 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EDITOR_READ_NEXT_DUPLICATE = 1386 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_EDITOR_READ_NEXT_DUPLICATE_1349", 1349); 1387 1388 /** 1389 * >>>> Configure the properties of the %s 1390 */ 1391 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_HEADING_CONFIGURE_COMPONENT = 1392 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_CONFIGURE_COMPONENT_1350", 1350); 1393 1394 /** 1395 * finish - create the new %s 1396 */ 1397 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_FINISH_CREATE_COMPONENT = 1398 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_FINISH_CREATE_COMPONENT_1351", 1351); 1399 1400 /** 1401 * finish - apply any changes to the %s 1402 */ 1403 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_OPTION_FINISH_MODIFY_COMPONENT = 1404 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_FINISH_MODIFY_COMPONENT_1352", 1352); 1405 1406 /** 1407 * f 1408 */ 1409 public static final LocalizableMessageDescriptor.Arg0 INFO_EDITOR_OPTION_FINISH_KEY = 1410 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_OPTION_FINISH_KEY_1353", 1353); 1411 1412 /** 1413 * >>>> Configuring the "%s" property (Continued) 1414 */ 1415 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EDITOR_HEADING_CONFIGURE_PROPERTY_CONT = 1416 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_EDITOR_HEADING_CONFIGURE_PROPERTY_CONT_1354", 1354); 1417 1418 /** 1419 * >>>> Specify a name for the %s. This name will be used as the value for the "%s" property which has the following description: 1420 */ 1421 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_DSCFG_CREATE_NAME_PROMPT_NAMING = 1422 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CREATE_NAME_PROMPT_NAMING_1355", 1355); 1423 1424 /** 1425 * Enter a name for the %s that you want to create: 1426 */ 1427 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_CREATE_NAME_PROMPT_NAMING_CONT = 1428 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_CREATE_NAME_PROMPT_NAMING_CONT_1356", 1356); 1429 1430 /** 1431 * >>>> OpenDJ configuration console main menu 1432 */ 1433 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_MAIN_MENU_TITLE = 1434 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_MAIN_MENU_TITLE_1357", 1357); 1435 1436 /** 1437 * What do you want to configure? 1438 */ 1439 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_MAIN_MENU_PROMPT = 1440 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_MAIN_MENU_PROMPT_1358", 1358); 1441 1442 /** 1443 * >>>> %s management menu 1444 */ 1445 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_HEADING_COMPONENT_MENU_TITLE = 1446 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_COMPONENT_MENU_TITLE_1359", 1359); 1447 1448 /** 1449 * What would you like to do? 1450 */ 1451 public static final LocalizableMessageDescriptor.Arg0 INFO_DSCFG_HEADING_COMPONENT_MENU_PROMPT = 1452 new LocalizableMessageDescriptor.Arg0(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_HEADING_COMPONENT_MENU_PROMPT_1360", 1360); 1453 1454 /** 1455 * Create a new %s 1456 */ 1457 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_OPTION_COMPONENT_MENU_CREATE = 1458 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_OPTION_COMPONENT_MENU_CREATE_1361", 1361); 1459 1460 /** 1461 * View and edit the %s 1462 */ 1463 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR = 1464 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_SINGULAR_1362", 1362); 1465 1466 /** 1467 * View and edit an existing %s 1468 */ 1469 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_PLURAL = 1470 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_OPTION_COMPONENT_MENU_MODIFY_PLURAL_1363", 1363); 1471 1472 /** 1473 * Delete an existing %s 1474 */ 1475 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_OPTION_COMPONENT_MENU_DELETE = 1476 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_OPTION_COMPONENT_MENU_DELETE_1364", 1364); 1477 1478 /** 1479 * List existing %s 1480 */ 1481 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL = 1482 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_PLURAL_1365", 1365); 1483 1484 /** 1485 * Show the %s 1486 */ 1487 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_SINGULAR = 1488 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_OPTION_COMPONENT_MENU_LIST_SINGULAR_1366", 1366); 1489 1490 /** 1491 * Generic %s 1492 */ 1493 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_GENERIC_TYPE_OPTION = 1494 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_GENERIC_TYPE_OPTION_1372", 1372); 1495 1496 /** 1497 * The %s could not be created because of the following reason: 1498 */ 1499 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CREATE_ORE_SINGLE = 1500 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_ORE_SINGLE_1384", 1384); 1501 1502 /** 1503 * The %s could not be created because of the following reasons: 1504 */ 1505 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_CREATE_ORE_PLURAL = 1506 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_CREATE_ORE_PLURAL_1385", 1385); 1507 1508 /** 1509 * The %s could not be deleted because of the following reason: 1510 */ 1511 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_DELETE_ORE_SINGLE = 1512 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_DELETE_ORE_SINGLE_1386", 1386); 1513 1514 /** 1515 * The %s could not be deleted because of the following reasons: 1516 */ 1517 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_DELETE_ORE_PLURAL = 1518 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_DELETE_ORE_PLURAL_1387", 1387); 1519 1520 /** 1521 * The %s could not be modified because of the following reason: 1522 */ 1523 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE = 1524 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE_1388", 1388); 1525 1526 /** 1527 * The %s could not be modified because of the following reasons: 1528 */ 1529 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL = 1530 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL_1389", 1389); 1531 1532 /** 1533 * Would you like to edit the properties of the %s again in order to resolve this problem? 1534 */ 1535 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DSCFG_PROMPT_EDIT_AGAIN = 1536 new LocalizableMessageDescriptor.Arg1<Object>(DsconfigMessages.class, RESOURCE, "INFO_DSCFG_PROMPT_EDIT_AGAIN_1393", 1393); 1537 1538 /** 1539 * "%s" component type cannot be used with subcommand {%s} 1540 */ 1541 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND = 1542 new LocalizableMessageDescriptor.Arg2<Object, Object>(DsconfigMessages.class, RESOURCE, "ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND_1394", 1394); 1543 1544}