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.utility}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/opends/messages/utility.properties} and it should not be manually edited.
010 */
011public final class UtilityMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.opends.messages.utility";
014
015    // Prevent instantiation.
016    private UtilityMessages() {
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     * The value %s cannot be base64-decoded because it does not have a length that is a multiple of four bytes
034     */
035    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BASE64_DECODE_INVALID_LENGTH =
036                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BASE64_DECODE_INVALID_LENGTH_1", 1);
037
038    /**
039     * The value %s cannot be base64-decoded because it contains an illegal character %c that is not allowed in base64-encoded values
040     */
041    public static final LocalizableMessageDescriptor.Arg2<Object, Character> ERR_BASE64_DECODE_INVALID_CHARACTER =
042                    new LocalizableMessageDescriptor.Arg2<Object, Character>(UtilityMessages.class, RESOURCE, "ERR_BASE64_DECODE_INVALID_CHARACTER_2", 2);
043
044    /**
045     * The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
046     */
047    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_HEX_DECODE_INVALID_LENGTH =
048                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_HEX_DECODE_INVALID_LENGTH_3", 3);
049
050    /**
051     * The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
052     */
053    public static final LocalizableMessageDescriptor.Arg2<Object, Character> ERR_HEX_DECODE_INVALID_CHARACTER =
054                    new LocalizableMessageDescriptor.Arg2<Object, Character>(UtilityMessages.class, RESOURCE, "ERR_HEX_DECODE_INVALID_CHARACTER_4", 4);
055
056    /**
057     * Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
058     */
059    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_LDIF_INVALID_LEADING_SPACE =
060                    new LocalizableMessageDescriptor.Arg2<Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_LEADING_SPACE_5", 5);
061
062    /**
063     * Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
064     */
065    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_LDIF_NO_ATTR_NAME =
066                    new LocalizableMessageDescriptor.Arg2<Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_NO_ATTR_NAME_6", 6);
067
068    /**
069     * Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
070     */
071    public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_LDIF_NO_DN =
072                    new LocalizableMessageDescriptor.Arg2<Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_NO_DN_7", 7);
073
074    /**
075     * Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
076     */
077    public static final LocalizableMessageDescriptor.Arg3<Number, Object, Object> ERR_LDIF_INVALID_DN =
078                    new LocalizableMessageDescriptor.Arg3<Number, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_DN_9", 9);
079
080    /**
081     * Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
082     */
083    public static final LocalizableMessageDescriptor.Arg3<Number, Object, Object> ERR_LDIF_COULD_NOT_BASE64_DECODE_DN =
084                    new LocalizableMessageDescriptor.Arg3<Number, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_COULD_NOT_BASE64_DECODE_DN_11", 11);
085
086    /**
087     * Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the attribute on line "%s": %s
088     */
089    public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR =
090                    new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR_12", 12);
091
092    /**
093     * Entry %s read from LDIF starting at line %d includes a duplicate objectclass value %s. The second occurrence of that objectclass has been skipped
094     */
095    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> WARN_LDIF_DUPLICATE_OBJECTCLASS =
096                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(UtilityMessages.class, RESOURCE, "WARN_LDIF_DUPLICATE_OBJECTCLASS_13", 13);
097
098    /**
099     * Entry %s read from LDIF starting at line %d includes a duplicate attribute %s with value %s. The second occurrence of that attribute value has been skipped
100     */
101    public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> WARN_LDIF_DUPLICATE_ATTR =
102                    new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(UtilityMessages.class, RESOURCE, "WARN_LDIF_DUPLICATE_ATTR_14", 14);
103
104    /**
105     * Entry %s starting at line %d includes multiple values for single-valued attribute %s
106     */
107    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR =
108                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR_15", 15);
109
110    /**
111     * Entry %s read from LDIF starting at line %d is not valid because it violates the server's schema configuration: %s
112     */
113    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDIF_SCHEMA_VIOLATION =
114                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_SCHEMA_VIOLATION_17", 17);
115
116    /**
117     * The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
118     */
119    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_FILE_EXISTS =
120                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_FILE_EXISTS_18", 18);
121
122    /**
123     * Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from a URL but the URL was invalid: %s
124     */
125    public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDIF_INVALID_URL =
126                    new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_URL_19", 19);
127
128    /**
129     * Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from URL %s but an error occurred while trying to read that content: %s
130     */
131    public static final LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object> ERR_LDIF_URL_IO_ERROR =
132                    new LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_URL_IO_ERROR_20", 20);
133
134    /**
135     * The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
136     */
137    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REJECT_FILE_EXISTS =
138                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_REJECT_FILE_EXISTS_21", 21);
139
140    /**
141     * An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s
142     */
143    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT =
144                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT_22", 22);
145
146    /**
147     * An error occurred while attempting to determine whether LDIF entry "%s" should be exported as a result of the include and exclude filter configuration: %s
148     */
149    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT =
150                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT_23", 23);
151
152    /**
153     * Error in the LDIF change record entry. Invalid attributes specified for the delete operation
154     */
155    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_INVALID_DELETE_ATTRIBUTES =
156                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_DELETE_ATTRIBUTES_24", 24);
157
158    /**
159     * Error in the LDIF change record entry. No attributes specified for the mod DN operation
160     */
161    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_NO_MOD_DN_ATTRIBUTES =
162                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_LDIF_NO_MOD_DN_ATTRIBUTES_25", 25);
163
164    /**
165     * Error in the LDIF change record entry. No delete old RDN attribute specified for the mod DN operation
166     */
167    public static final LocalizableMessageDescriptor.Arg0 ERR_LDIF_NO_DELETE_OLDRDN_ATTRIBUTE =
168                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_LDIF_NO_DELETE_OLDRDN_ATTRIBUTE_26", 26);
169
170    /**
171     * Error in the LDIF change record entry. Invalid value "%s" for the delete old RDN attribute specified for the mod DN operation
172     */
173    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_INVALID_DELETE_OLDRDN_ATTRIBUTE =
174                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_DELETE_OLDRDN_ATTRIBUTE_27", 27);
175
176    /**
177     * Error in the LDIF change record entry. Invalid attribute "%s" specified. Expecting attribute "%s"
178     */
179    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_INVALID_CHANGERECORD_ATTRIBUTE =
180                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_CHANGERECORD_ATTRIBUTE_28", 28);
181
182    /**
183     * Error in the LDIF change record entry. Invalid attribute "%s" specified. Expecting one of the following attributes "%s"
184     */
185    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_INVALID_MODIFY_ATTRIBUTE =
186                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_MODIFY_ATTRIBUTE_29", 29);
187
188    /**
189     * Error in the LDIF change record entry. Invalid value "%s" for the changetype specified. Expecting one of the following values "%s"
190     */
191    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE =
192                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE_30", 30);
193
194    /**
195     * The provided value could not be parsed to determine whether it contained a valid schema element name or OID because it was null or empty
196     */
197    public static final LocalizableMessageDescriptor.Arg0 ERR_SCHEMANAME_EMPTY_VALUE =
198                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_SCHEMANAME_EMPTY_VALUE_32", 32);
199
200    /**
201     * The provided value "%s" does not contain a valid schema element name or OID because it contains an illegal character %c at position %d
202     */
203    public static final LocalizableMessageDescriptor.Arg3<Object, Character, Number> ERR_SCHEMANAME_ILLEGAL_CHAR =
204                    new LocalizableMessageDescriptor.Arg3<Object, Character, Number>(UtilityMessages.class, RESOURCE, "ERR_SCHEMANAME_ILLEGAL_CHAR_33", 33);
205
206    /**
207     * The provided value "%s" does not contain a valid schema element name or OID because the numeric OID contains two consecutive periods at position %d
208     */
209    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_SCHEMANAME_CONSECUTIVE_PERIODS =
210                    new LocalizableMessageDescriptor.Arg2<Object, Number>(UtilityMessages.class, RESOURCE, "ERR_SCHEMANAME_CONSECUTIVE_PERIODS_34", 34);
211
212    /**
213     * The file to move %s does not exist
214     */
215    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEFILE_NO_SUCH_FILE =
216                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_MOVEFILE_NO_SUCH_FILE_72", 72);
217
218    /**
219     * The file to move %s exists but is not a file
220     */
221    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEFILE_NOT_FILE =
222                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_MOVEFILE_NOT_FILE_73", 73);
223
224    /**
225     * The target directory %s does not exist
226     */
227    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEFILE_NO_SUCH_DIRECTORY =
228                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_MOVEFILE_NO_SUCH_DIRECTORY_74", 74);
229
230    /**
231     * The target directory %s exists but is not a directory
232     */
233    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MOVEFILE_NOT_DIRECTORY =
234                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_MOVEFILE_NOT_DIRECTORY_75", 75);
235
236    /**
237     * The provided sender address %s is invalid: %s
238     */
239    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EMAILMSG_INVALID_SENDER_ADDRESS =
240                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EMAILMSG_INVALID_SENDER_ADDRESS_76", 76);
241
242    /**
243     * The provided recipient address %s is invalid: %s
244     */
245    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS =
246                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS_77", 77);
247
248    /**
249     * The specified e-mail message could not be sent using any of the configured mail servers
250     */
251    public static final LocalizableMessageDescriptor.Arg0 ERR_EMAILMSG_CANNOT_SEND =
252                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_EMAILMSG_CANNOT_SEND_78", 78);
253
254    /**
255     * The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
256     */
257    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_COLON_SLASH_SLASH =
258                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_NO_COLON_SLASH_SLASH_110", 110);
259
260    /**
261     * The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
262     */
263    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_SCHEME =
264                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_NO_SCHEME_111", 111);
265
266    /**
267     * The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
268     */
269    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_HOST =
270                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_NO_HOST_112", 112);
271
272    /**
273     * The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
274     */
275    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_NO_PORT =
276                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_NO_PORT_113", 113);
277
278    /**
279     * The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
280     */
281    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPURL_CANNOT_DECODE_PORT =
282                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_CANNOT_DECODE_PORT_114", 114);
283
284    /**
285     * The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
286     */
287    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_LDAPURL_INVALID_PORT =
288                    new LocalizableMessageDescriptor.Arg2<Object, Number>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_INVALID_PORT_115", 115);
289
290    /**
291     * The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
292     */
293    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAPURL_INVALID_SCOPE_STRING =
294                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_INVALID_SCOPE_STRING_116", 116);
295
296    /**
297     * The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
298     */
299    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END =
300                    new LocalizableMessageDescriptor.Arg2<Object, Number>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END_117", 117);
301
302    /**
303     * The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
304     */
305    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_LDAPURL_INVALID_HEX_BYTE =
306                    new LocalizableMessageDescriptor.Arg2<Object, Number>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_INVALID_HEX_BYTE_118", 118);
307
308    /**
309     * An error occurred while attempting to represent a byte array as a UTF-8 string during the course of decoding a portion of an LDAP URL: %s
310     */
311    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAPURL_CANNOT_CREATE_UTF8_STRING =
312                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAPURL_CANNOT_CREATE_UTF8_STRING_119", 119);
313
314    /**
315     * Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
316     */
317    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_COLON =
318                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CHARSET_NO_COLON_120", 120);
319
320    /**
321     * The named character set is invalid because it does not contain a name
322     */
323    public static final LocalizableMessageDescriptor.Arg0 ERR_CHARSET_CONSTRUCTOR_NO_NAME =
324                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_CHARSET_CONSTRUCTOR_NO_NAME_121", 121);
325
326    /**
327     * The named character set is invalid because the provide name "%s" has an invalid character at position %d. Only ASCII alphabetic characters are allowed in the name
328     */
329    public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR =
330                    new LocalizableMessageDescriptor.Arg2<Object, Number>(UtilityMessages.class, RESOURCE, "ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR_122", 122);
331
332    /**
333     * Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
334     */
335    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_NAME =
336                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CHARSET_NO_NAME_123", 123);
337
338    /**
339     * Cannot decode value "%s" as a named character set because there are no characters to include in the set
340     */
341    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_NO_CHARS =
342                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CHARSET_NO_CHARS_124", 124);
343
344    /**
345     * %d seconds
346     */
347    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_TIME_IN_SECONDS =
348                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "INFO_TIME_IN_SECONDS_125", 125);
349
350    /**
351     * %d minutes, %d seconds
352     */
353    public static final LocalizableMessageDescriptor.Arg2<Number, Number> INFO_TIME_IN_MINUTES_SECONDS =
354                    new LocalizableMessageDescriptor.Arg2<Number, Number>(UtilityMessages.class, RESOURCE, "INFO_TIME_IN_MINUTES_SECONDS_126", 126);
355
356    /**
357     * %d hours, %d minutes, %d seconds
358     */
359    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Number> INFO_TIME_IN_HOURS_MINUTES_SECONDS =
360                    new LocalizableMessageDescriptor.Arg3<Number, Number, Number>(UtilityMessages.class, RESOURCE, "INFO_TIME_IN_HOURS_MINUTES_SECONDS_127", 127);
361
362    /**
363     * %d days, %d hours, %d minutes, %d seconds
364     */
365    public static final LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number> INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS =
366                    new LocalizableMessageDescriptor.Arg4<Number, Number, Number, Number>(UtilityMessages.class, RESOURCE, "INFO_TIME_IN_DAYS_HOURS_MINUTES_SECONDS_128", 128);
367
368    /**
369     * Unable to set permissions for file %s because it does not exist
370     */
371    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_SET_NO_SUCH_FILE =
372                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_FILEPERM_SET_NO_SUCH_FILE_141", 141);
373
374    /**
375     * One or more exceptions were thrown in the process of updating the file permissions for %s. Some of the permissions for the file may have been altered
376     */
377    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_SET_JAVA_EXCEPTION =
378                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_FILEPERM_SET_JAVA_EXCEPTION_143", 143);
379
380    /**
381     * The provided string %s does not represent a valid UNIX file mode. UNIX file modes must be a three-character string in which each character is a numeric digit between zero and seven
382     */
383    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FILEPERM_INVALID_UNIX_MODE_STRING =
384                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_FILEPERM_INVALID_UNIX_MODE_STRING_146", 146);
385
386    /**
387     * The %s command will not be allowed because the Directory Server has been configured to refuse the use of the exec method
388     */
389    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXEC_DISABLED =
390                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_EXEC_DISABLED_147", 147);
391
392    /**
393     * Failed to rename file %s to %s
394     */
395    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RENAMEFILE_CANNOT_RENAME =
396                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_RENAMEFILE_CANNOT_RENAME_157", 157);
397
398    /**
399     * Failed to delete target file %s. Make sure the file is not currently in use by this or another application
400     */
401    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RENAMEFILE_CANNOT_DELETE_TARGET =
402                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_RENAMEFILE_CANNOT_DELETE_TARGET_158", 158);
403
404    /**
405     * Refusing to trust client or issuer certificate '%s' because it expired on %s
406     */
407    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_EXPIRED =
408                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_EXPIRED_159", 159);
409
410    /**
411     * Refusing to trust client or issuer certificate '%s' because it is not valid until %s
412     */
413    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_NOT_YET_VALID =
414                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_NOT_YET_VALID_160", 160);
415
416    /**
417     * Refusing to trust server or issuer certificate '%s' because it expired on %s
418     */
419    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_EXPIRED =
420                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_EXPIRED_161", 161);
421
422    /**
423     * Refusing to trust server or issuer certificate '%s' because it is not valid until %s
424     */
425    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_NOT_YET_VALID =
426                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_NOT_YET_VALID_162", 162);
427
428    /**
429     * Entry %s read from LDIF starting at line %d includes value "%s" for attribute %s that is invalid according to the associated syntax: %s
430     */
431    public static final LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object> WARN_LDIF_VALUE_VIOLATES_SYNTAX =
432                    new LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object>(UtilityMessages.class, RESOURCE, "WARN_LDIF_VALUE_VIOLATES_SYNTAX_163", 163);
433
434    /**
435     * The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
436     */
437    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SKIP_FILE_EXISTS =
438                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_SKIP_FILE_EXISTS_164", 164);
439
440    /**
441     * Skipping entry %s because the DN is not one that should be included based on the include and exclude branches
442     */
443    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_SKIP =
444                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_SKIP_165", 165);
445
446    /**
447     * The Directory Server cannot be started because it is already running
448     */
449    public static final LocalizableMessageDescriptor.Arg0 ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING =
450                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING_167", 167);
451
452    /**
453     * Send an e-mail message via SMTP
454     */
455    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_TOOL_DESCRIPTION =
456                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_TOOL_DESCRIPTION_171", 171);
457
458    /**
459     * The address of the SMTP server to use to send the message
460     */
461    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_HOST_DESCRIPTION =
462                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_HOST_DESCRIPTION_172", 172);
463
464    /**
465     * The address to use for the message sender
466     */
467    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_FROM_DESCRIPTION =
468                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_FROM_DESCRIPTION_173", 173);
469
470    /**
471     * The address to use for the message recipient
472     */
473    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_TO_DESCRIPTION =
474                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_TO_DESCRIPTION_174", 174);
475
476    /**
477     * The subject to use for the e-mail message
478     */
479    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_SUBJECT_DESCRIPTION =
480                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_SUBJECT_DESCRIPTION_175", 175);
481
482    /**
483     * The path to the file containing the text for the message body
484     */
485    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_BODY_DESCRIPTION =
486                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_BODY_DESCRIPTION_176", 176);
487
488    /**
489     * The path to a file to attach to the e-mail message
490     */
491    public static final LocalizableMessageDescriptor.Arg0 INFO_EMAIL_ATTACH_DESCRIPTION =
492                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_EMAIL_ATTACH_DESCRIPTION_177", 177);
493
494    /**
495     * The file %s specified as the body file for the e-mail message does not exist
496     */
497    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMAIL_NO_SUCH_BODY_FILE =
498                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_EMAIL_NO_SUCH_BODY_FILE_181", 181);
499
500    /**
501     * An error occurred while attempting to process message body file %s: %s
502     */
503    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EMAIL_CANNOT_PROCESS_BODY_FILE =
504                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EMAIL_CANNOT_PROCESS_BODY_FILE_182", 182);
505
506    /**
507     * The attachment file %s does not exist
508     */
509    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMAIL_NO_SUCH_ATTACHMENT_FILE =
510                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_EMAIL_NO_SUCH_ATTACHMENT_FILE_183", 183);
511
512    /**
513     * An error occurred while trying to attach file %s: %s
514     */
515    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EMAIL_CANNOT_ATTACH_FILE =
516                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_EMAIL_CANNOT_ATTACH_FILE_184", 184);
517
518    /**
519     * An error occurred while trying to send the e-mail message: %s
520     */
521    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EMAIL_CANNOT_SEND_MESSAGE =
522                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_EMAIL_CANNOT_SEND_MESSAGE_185", 185);
523
524    /**
525     * This utility can be used to encode and decode information using base64
526     */
527    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_TOOL_DESCRIPTION =
528                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_TOOL_DESCRIPTION_186", 186);
529
530    /**
531     * Decode base64-encoded information into raw data. When no options are specified, this subcommand reads from standard input and writes to standard output
532     */
533    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_DECODE_DESCRIPTION =
534                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_DECODE_DESCRIPTION_188", 188);
535
536    /**
537     * Encode raw data using base64. When no options are specified, this subcommand reads from standard input and writes to standard output
538     */
539    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_ENCODE_DESCRIPTION =
540                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_ENCODE_DESCRIPTION_189", 189);
541
542    /**
543     * The base64-encoded data to be decoded
544     */
545    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_ENCODED_DATA_DESCRIPTION =
546                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_ENCODED_DATA_DESCRIPTION_190", 190);
547
548    /**
549     * The path to a file containing the base64-encoded data to be decoded
550     */
551    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_ENCODED_FILE_DESCRIPTION =
552                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_ENCODED_FILE_DESCRIPTION_191", 191);
553
554    /**
555     * The raw data to be base64 encoded
556     */
557    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_RAW_DATA_DESCRIPTION =
558                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_RAW_DATA_DESCRIPTION_192", 192);
559
560    /**
561     * The path to a file containing the raw data to be base64 encoded
562     */
563    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_RAW_FILE_DESCRIPTION =
564                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_RAW_FILE_DESCRIPTION_193", 193);
565
566    /**
567     * The path to a file to which the base64-encoded data should be written
568     */
569    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_TO_ENCODED_FILE_DESCRIPTION =
570                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_TO_ENCODED_FILE_DESCRIPTION_194", 194);
571
572    /**
573     * The path to a file to which the raw base64-decoded data should be written
574     */
575    public static final LocalizableMessageDescriptor.Arg0 INFO_BASE64_TO_RAW_FILE_DESCRIPTION =
576                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_BASE64_TO_RAW_FILE_DESCRIPTION_195", 195);
577
578    /**
579     * An error occurred while attempting to read the raw data to encode: %s
580     */
581    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BASE64_CANNOT_READ_RAW_DATA =
582                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BASE64_CANNOT_READ_RAW_DATA_196", 196);
583
584    /**
585     * An error occurred while attempting to write the encoded data: %s
586     */
587    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BASE64_CANNOT_WRITE_ENCODED_DATA =
588                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BASE64_CANNOT_WRITE_ENCODED_DATA_197", 197);
589
590    /**
591     * An error occurred while attempting to read the base64-encoded data: %s
592     */
593    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BASE64_CANNOT_READ_ENCODED_DATA =
594                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BASE64_CANNOT_READ_ENCODED_DATA_198", 198);
595
596    /**
597     * An error occurred while attempting to write the decoded data: %s
598     */
599    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BASE64_CANNOT_WRITE_RAW_DATA =
600                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BASE64_CANNOT_WRITE_RAW_DATA_199", 199);
601
602    /**
603     * Unknown subcommand %s
604     */
605    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BASE64_UNKNOWN_SUBCOMMAND =
606                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BASE64_UNKNOWN_SUBCOMMAND_200", 200);
607
608    /**
609     * Rejecting entry %s because it was rejected by a plugin
610     */
611    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE =
612                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE_224", 224);
613
614    /**
615     * Rejecting entry %s because it was rejected by a plugin: %s
616     */
617    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_REJECTED_BY_PLUGIN =
618                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_REJECTED_BY_PLUGIN_225", 225);
619
620    /**
621     * LDAP
622     */
623    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_LDAP =
624                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_LDAP_226", 226);
625
626    /**
627     * LDAP with SSL
628     */
629    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL =
630                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_SSL_227", 227);
631
632    /**
633     * LDAP with StartTLS
634     */
635    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS =
636                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_START_TLS_228", 228);
637
638    /**
639     * Automatically trust
640     */
641    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL =
642                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_TRUST_ALL_229", 229);
643
644    /**
645     * Truststore path:
646     */
647    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH =
648                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PATH_230", 230);
649
650    /**
651     * Password for truststore '%s':
652     */
653    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD =
654                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_PASSWORD_231", 231);
655
656    /**
657     * Keystore path:
658     */
659    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH =
660                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PATH_233", 233);
661
662    /**
663     * Password for keystore '%s':
664     */
665    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD =
666                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_KEYSTORE_PASSWORD_234", 234);
667
668    /**
669     * >>>> Specify OpenDJ LDAP connection parameters
670     */
671    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS =
672                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_HEADING_CONNECTION_PARAMETERS_236", 236);
673
674    /**
675     * The hostname "%s" could not be resolved. Please check you have provided the correct address
676     */
677    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_BAD_HOST_NAME =
678                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAP_CONN_BAD_HOST_NAME_237", 237);
679
680    /**
681     * Invalid port number "%s". Please enter a valid port number between 1 and 65535
682     */
683    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_CONN_BAD_PORT_NUMBER =
684                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_LDAP_CONN_BAD_PORT_NUMBER_238", 238);
685
686    /**
687     * Directory server hostname or IP address [%s]:
688     */
689    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_HOST_NAME =
690                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_HOST_NAME_239", 239);
691
692    /**
693     * Directory server port number [%d]:
694     */
695    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAP_CONN_PROMPT_PORT_NUMBER =
696                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_PORT_NUMBER_240", 240);
697
698    /**
699     * Administrator user bind DN [%s]:
700     */
701    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_BIND_DN =
702                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_BIND_DN_241", 241);
703
704    /**
705     * How do you want to connect?
706     */
707    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX =
708                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_USE_SECURE_CTX_242", 242);
709
710    /**
711     * %d
712     */
713    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE =
714                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_PROTOCOL_DEFAULT_CHOICE_243", 243);
715
716    /**
717     * The provided path is not valid
718     */
719    public static final LocalizableMessageDescriptor.Arg0 ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH =
720                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH_244", 244);
721
722    /**
723     * How do you want to trust the server certificate?
724     */
725    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD =
726                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_METHOD_245", 245);
727
728    /**
729     * Use a truststore
730     */
731    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE =
732                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUSTSTORE_246", 246);
733
734    /**
735     * Manually validate
736     */
737    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK =
738                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_MANUAL_CHECK_247", 247);
739
740    /**
741     * Server Certificate:
742     */
743    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE =
744                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_SERVER_CERTIFICATE_248", 248);
745
746    /**
747     * %s
748     */
749    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE =
750                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_249", 249);
751
752    /**
753     * Do you trust this server certificate?
754     */
755    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION =
756                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_250", 250);
757
758    /**
759     * No
760     */
761    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO =
762                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_NO_251", 251);
763
764    /**
765     * Yes, for this session only
766     */
767    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION =
768                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_SESSION_252", 252);
769
770    /**
771     * Yes, also add it to a truststore
772     */
773    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS =
774                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_TRUST_OPTION_ALWAYS_253", 253);
775
776    /**
777     * View certificate details
778     */
779    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS =
780                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_DETAILS_254", 254);
781
782    /**
783     * User DN  : %s
784     */
785    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN =
786                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_USER_DN_255", 255);
787
788    /**
789     * Validity : From '%s'%n             To '%s'
790     */
791    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY =
792                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_VALIDITY_256", 256);
793
794    /**
795     * Issuer   : %s
796     */
797    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER =
798                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER_257", 257);
799
800    /**
801     * Which certificate do you want to use?
802     */
803    public static final LocalizableMessageDescriptor.Arg0 INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES =
804                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES_258", 258);
805
806    /**
807     * %s (%s)
808     */
809    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS =
810                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS_259", 259);
811
812    /**
813     * %s [%s]:
814     */
815    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_PROMPT_SINGLE_DEFAULT =
816                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "INFO_PROMPT_SINGLE_DEFAULT_261", 261);
817
818    /**
819     * Global Administrator User ID [%s]:
820     */
821    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID =
822                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_PROMPT_ADMINISTRATOR_UID_262", 262);
823
824    /**
825     * Global Administrator User ID, or bind DN if no Global Administrator is defined [%s]:
826     */
827    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT =
828                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "INFO_LDAP_CONN_GLOBAL_ADMINISTRATOR_OR_BINDDN_PROMPT_263", 263);
829
830    /**
831     * Confirmation tries limit reached (%d)
832     */
833    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CONFIRMATION_TRIES_LIMIT_REACHED =
834                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "ERR_CONFIRMATION_TRIES_LIMIT_REACHED_267", 267);
835
836    /**
837     * Unexpected error. Details: %s
838     */
839    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNEXPECTED =
840                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_UNEXPECTED_268", 268);
841
842    /**
843     * Input tries limit reached (%d)
844     */
845    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_TRIES_LIMIT_REACHED =
846                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "ERR_TRIES_LIMIT_REACHED_269", 269);
847
848    /**
849     * Directory server administration port number [%d]:
850     */
851    public static final LocalizableMessageDescriptor.Arg1<Number> INFO_ADMIN_CONN_PROMPT_PORT_NUMBER =
852                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "INFO_ADMIN_CONN_PROMPT_PORT_NUMBER_270", 270);
853
854    /**
855     * Unable to parse LDIF entry %s starting at line %d because it has an invalid binary option for attribute %s
856     */
857    public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDIF_INVALID_ATTR_OPTION =
858                    new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_INVALID_ATTR_OPTION_271", 271);
859
860    /**
861     * Invalid key store path for PKCS11 keystore, it must be %s
862     */
863    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_INVALID_PKCS11_PATH =
864                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_INVALID_PKCS11_PATH_272", 272);
865
866    /**
867     * Key store path %s exists but is not a file
868     */
869    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_INVALID_KEYSTORE_PATH =
870                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_INVALID_KEYSTORE_PATH_273", 273);
871
872    /**
873     * Parent directory for key store path %s does not exist or is not a directory
874     */
875    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_INVALID_PARENT =
876                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_INVALID_PARENT_274", 274);
877
878    /**
879     * Invalid key store type, it must be one of the following: %s, %s, %s or %s
880     */
881    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_CERTMGR_INVALID_STORETYPE =
882                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_INVALID_STORETYPE_275", 275);
883
884    /**
885     * Keystore does not exist, it must exist to retrieve an alias, delete an alias or generate a certificate request
886     */
887    public static final LocalizableMessageDescriptor.Arg0 ERR_CERTMGR_KEYSTORE_NONEXISTANT =
888                    new LocalizableMessageDescriptor.Arg0(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_KEYSTORE_NONEXISTANT_276", 276);
889
890    /**
891     * Validity value %d is invalid, it must be a positive integer
892     */
893    public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CERTMGR_VALIDITY =
894                    new LocalizableMessageDescriptor.Arg1<Number>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_VALIDITY_277", 277);
895
896    /**
897     * A certificate with the alias %s already exists in the key store
898     */
899    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_ALIAS_ALREADY_EXISTS =
900                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_ALIAS_ALREADY_EXISTS_278", 278);
901
902    /**
903     * The following error occurred when adding a certificate with alias %s to the keystore: %s
904     */
905    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CERTMGR_ADD_CERT =
906                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_ADD_CERT_279", 279);
907
908    /**
909     * The alias %s cannot be added to the keystore for one of the following reasons: it already exists in the keystore, or, it is not an instance of a trusted certificate class
910     */
911    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_ALIAS_INVALID =
912                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_ALIAS_INVALID_280", 280);
913
914    /**
915     * The alias %s is an instance of a private key entry, which is not supported being added to the keystore at this time
916     */
917    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_CERT_REPLIES_INVALID =
918                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_CERT_REPLIES_INVALID_281", 281);
919
920    /**
921     * The following error occurred when deleting a certificate with alias %s from the keystore: %s
922     */
923    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CERTMGR_DELETE_ALIAS =
924                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_DELETE_ALIAS_282", 282);
925
926    /**
927     * The following error occurred when generating a self-signed certificate using the alias %s: %s
928     */
929    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CERTMGR_GEN_SELF_SIGNED_CERT =
930                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_GEN_SELF_SIGNED_CERT_284", 284);
931
932    /**
933     * The certificate file %s is invalid because it does not exists, or exists, but is not a file
934     */
935    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_INVALID_CERT_FILE =
936                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_INVALID_CERT_FILE_285", 285);
937
938    /**
939     * The alias %s cannot be deleted from the keystore because it does not exist
940     */
941    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_ALIAS_CAN_NOT_DELETE =
942                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_ALIAS_CAN_NOT_DELETE_286", 286);
943
944    /**
945     * The trusted certificate associated with alias %s could not be added to keystore because of the following reason: %s
946     */
947    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CERTMGR_TRUSTED_CERT =
948                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_TRUSTED_CERT_292", 292);
949
950    /**
951     * The %s is invalid because it is null
952     */
953    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_FILE_NAME_INVALID =
954                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_FILE_NAME_INVALID_293", 293);
955
956    /**
957     * The argument %s is invalid because it is either null, or has zero length
958     */
959    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_VALUE_INVALID =
960                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_VALUE_INVALID_294", 294);
961
962    /**
963     * A security class cannot be found in this JVM because of the following reason: %s
964     */
965    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_CLASS_NOT_FOUND =
966                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_CLASS_NOT_FOUND_295", 295);
967
968    /**
969     * The security classes could not be initialized because of the following reason: %s
970     */
971    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_SECURITY =
972                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_SECURITY_296", 296);
973
974    /**
975     * A method needed in the security classes could not be located because of the following reason: %s
976     */
977    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_NO_METHOD =
978                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_NO_METHOD_297", 297);
979
980    /**
981     * The CertAndKeyGen security class cannot be found, consider setting -D%s=
982     */
983    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CERTMGR_CERTGEN_NOT_FOUND =
984                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_CERTMGR_CERTGEN_NOT_FOUND_298", 298);
985
986    /**
987     * An error occurred while setting file permissions for the LDIF file %s: %s
988     */
989    public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_EXPORT_LDIF_SET_PERMISSION_FAILED =
990                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300", 300);
991
992    /**
993     * Skipping entry %s because the following error was received when reading its attributes: %s
994     */
995    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDIF_READ_ATTR_SKIP =
996                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_LDIF_READ_ATTR_SKIP_301", 301);
997
998    /**
999     * An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s
1000     */
1001    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_GET_MAC =
1002                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_GET_MAC_305", 305);
1003
1004    /**
1005     * An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s
1006     */
1007    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_GET_DIGEST =
1008                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_GET_DIGEST_306", 306);
1009
1010    /**
1011     * An error occurred while trying to create the archive file %s in directory %s for the backup %s: %s
1012     */
1013    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_BACKUP_CANNOT_CREATE_ARCHIVE_FILE =
1014                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_307", 307);
1015
1016    /**
1017     * An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s
1018     */
1019    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_CANNOT_GET_CIPHER =
1020                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_GET_CIPHER_308", 308);
1021
1022    /**
1023     * %s backup %s
1024     */
1025    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_ZIP_COMMENT =
1026                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_ZIP_COMMENT_309", 309);
1027
1028    /**
1029     * An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
1030     */
1031    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_LIST_LOG_FILES =
1032                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_LIST_LOG_FILES_310", 310);
1033
1034    /**
1035     * An error occurred while attempting to back up file %s of backup %s: %s
1036     */
1037    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_BACKUP_CANNOT_WRITE_ARCHIVE_FILE =
1038                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_311", 311);
1039
1040    /**
1041     * An error occurred while trying to close the archive file %s in directory %s: %s
1042     */
1043    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_BACKUP_CANNOT_CLOSE_ZIP_STREAM =
1044                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_CLOSE_ZIP_STREAM_312", 312);
1045
1046    /**
1047     * The computed hash of backup %s is different to the value computed at time of backup
1048     */
1049    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_UNSIGNED_HASH_ERROR =
1050                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_UNSIGNED_HASH_ERROR_313", 313);
1051
1052    /**
1053     * The computed signed hash of backup %s is different to the value computed at time of backup
1054     */
1055    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_BACKUP_SIGNED_HASH_ERROR =
1056                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_SIGNED_HASH_ERROR_314", 314);
1057
1058    /**
1059     * The directory %s, containing the files restored from backup, could not be renamed to the directory %s
1060     */
1061    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CANNOT_RENAME_RESTORE_DIRECTORY =
1062                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_CANNOT_RENAME_RESTORE_DIRECTORY_315", 315);
1063
1064    /**
1065     * An error occurred while attempting to update the backup descriptor file %s with information about the backup: %s
1066     */
1067    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR =
1068                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_316", 316);
1069
1070    /**
1071     * An error occurred while attempting to restore the files from backup %s: %s
1072     */
1073    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_RESTORE =
1074                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_RESTORE_317", 317);
1075
1076    /**
1077     * Backup file has not changed: %s
1078     */
1079    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKUP_FILE_UNCHANGED =
1080                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "NOTE_BACKUP_FILE_UNCHANGED_318", 318);
1081
1082    /**
1083     * Verifying backup file: %s
1084     */
1085    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKUP_VERIFY_FILE =
1086                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "NOTE_BACKUP_VERIFY_FILE_319", 319);
1087
1088    /**
1089     * Restored backup file: %s (size %d)
1090     */
1091    public static final LocalizableMessageDescriptor.Arg2<Object, Number> NOTE_BACKUP_RESTORED_FILE =
1092                    new LocalizableMessageDescriptor.Arg2<Object, Number>(UtilityMessages.class, RESOURCE, "NOTE_BACKUP_RESTORED_FILE_320", 320);
1093
1094    /**
1095     * Archived backup file: %s
1096     */
1097    public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_BACKUP_ARCHIVED_FILE =
1098                    new LocalizableMessageDescriptor.Arg1<Object>(UtilityMessages.class, RESOURCE, "NOTE_BACKUP_ARCHIVED_FILE_321", 321);
1099
1100    /**
1101     * An error occurred while attempting to obtain the MAC key ID to create the signed hash for the backup %s : %s
1102     */
1103    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_GET_MAC_KEY_ID =
1104                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_GET_MAC_KEY_ID_323", 323);
1105
1106    /**
1107     * An error occurred while attempting to create a directory to restore the file %s for backup of %s
1108     */
1109    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BACKUP_CANNOT_CREATE_DIRECTORY_TO_RESTORE_FILE =
1110                    new LocalizableMessageDescriptor.Arg2<Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_CREATE_DIRECTORY_TO_RESTORE_FILE_324", 324);
1111
1112    /**
1113     * An error occurred while attempting to save files from root directory %s to target directory %s, for backup of %s : %s
1114     */
1115    public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_BACKUP_CANNOT_SAVE_FILES_BEFORE_RESTORE =
1116                    new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_SAVE_FILES_BEFORE_RESTORE_325", 325);
1117
1118    /**
1119     * An error occurred while attempting to create a save directory with base path %s before restore of backup of %s: %s
1120     */
1121    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY =
1122                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(UtilityMessages.class, RESOURCE, "ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY_326", 326);
1123
1124}