mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
05.04.2009 67405dde9ba213331dab1fc46cb18c485070fd5b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE
# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at
# trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
# add the following below this CDDL HEADER, with the fields enclosed
# by brackets "[]" replaced with your own identifying information:
#      Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#      Copyright 2006-2009 Sun Microsystems, Inc.
#
# Global directives
#
global.category=JEB
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [SEVERITY]_[DESCRIPTION]_[ORDINAL]
#
# where:
#
# SEVERITY is one of:
# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
# ORDINAL is an integer unique among other ordinals in this file
#
MILD_ERR_JEB_INCORRECT_ROUTING_1=\ubc31\uc5d4\ub4dc\uc5d0 '%s' \ud56d\ubaa9\uc5d0 \uc18d\ud558\ub294 \ub514\ub809\ud1a0\ub9ac \uc815\ubcf4 \ud2b8\ub9ac\uc758 \ud574\ub2f9 \ubd80\ubd84\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
###SEVERE_ERR_JEB_OPEN_DATABASE_FAIL_2=The database could not be opened: %s
###SEVERE_ERR_JEB_OPEN_ENV_FAIL_3=The database environment could not be opened: \
### %s
###SEVERE_ERR_JEB_HIGHEST_ID_FAIL_5=The database highest entry identifier could \
### not be determined
###SEVERE_WARN_JEB_FUNCTION_NOT_SUPPORTED_6=The requested operation is not \
### supported by this backend
###SEVERE_ERR_JEB_CREATE_FAIL_7=The backend database directory could not be \
### created: %s
###SEVERE_ERR_JEB_REMOVE_FAIL_8=The backend database files could not be removed: \
### %s
###SEVERE_ERR_JEB_DIRECTORY_INVALID_9=The backend database directory '%s' is not \
### a valid directory
###SEVERE_ERR_JEB_MISSING_DN2ID_RECORD_10=The DN database does not contain a \
### record for '%s'
###SEVERE_ERR_JEB_MISSING_ID2ENTRY_RECORD_11=The entry database does not contain \
### a record for ID %s
###SEVERE_ERR_JEB_ENTRY_DATABASE_CORRUPT_12=The entry database does not contain \
### a valid record for ID %s
###SEVERE_ERR_JEB_DATABASE_EXCEPTION_14=Database exception: %s
###SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE_26=The attribute '%s' cannot \
### have indexing of type '%s' because it does not have a corresponding matching \
### rule
MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud2b8\ub79c\uc7ad\uc158 \uc911 \ud655\uc778\ub418\uc9c0 \uc54a\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s
NOTICE_JEB_CLEAN_DATABASE_START_29='%2$s'\uc758 %1$d\uac1c \ub85c\uadf8 \ud30c\uc77c\uc5d0\uc11c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc815\ub9ac\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4.
NOTICE_JEB_CLEAN_DATABASE_MARKED_30=%d\uac1c \ub85c\uadf8 \ud30c\uc77c\uc774 \uc815\ub9ac \ub300\uc0c1\uc73c\ub85c \ud45c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CLEAN_DATABASE_FINISH_31=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc815\ub9ac\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\uc81c %d\uac1c \ub85c\uadf8 \ud30c\uc77c\uc774 \ub0a8\uc544 \uc788\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_DELETED_ENTRY_COUNT_33=\uc0ad\uc81c\ub41c \ud56d\ubaa9 \uc218\ub294 %d\uc785\ub2c8\ub2e4.
MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=\uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \ubb34\uc2dc\ub429\ub2c8\ub2e4. \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 '%s'\uc778 \uad6c\uc131 \ud56d\ubaa9\uc744 \ud558\ub098\ub9cc \ud5c8\uc6a9\ud569\ub2c8\ub2e4.
MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=\uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \uc778\uc2dd\ub418\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=\uc0c9\uc778 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \uc54c \uc218 \uc5c6\ub294 \uc18d\uc131 \uc720\ud615 '%s'\uc744(\ub97c) \uc9c0\uc815\ud558\uae30 \ub54c\ubb38\uc5d0 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=\uc0c9\uc778 \uad6c\uc131 \ud56d\ubaa9 '%s'\uc740(\ub294) \ub2e4\ub978 \uc0c9\uc778 \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uc774\ubbf8 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 '%s'\uc744(\ub97c) \uc9c0\uc815\ud558\uae30 \ub54c\ubb38\uc5d0 \ubb34\uc2dc\ub429\ub2c8\ub2e4.
###SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s
NOTICE_JEB_BACKEND_STARTED_42=%2$d\uac1c \ud56d\ubaa9\uc744 \ud3ec\ud568\ud558\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ubc31\uc5d4\ub4dc %1$s\uc774(\uac00) \uc2dc\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=\ubd80\ubaa8 \ud56d\ubaa9 '%s'\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4.
###SEVERE_WARN_JEB_IMPORT_ENTRY_EXISTS_44=The entry exists and the import \
### options do not allow it to be replaced
MILD_ERR_JEB_ATTRIBUTE_INDEX_NOT_CONFIGURED_45=\uc18d\uc131 \uc720\ud615 '%s'\uc5d0 \ub300\ud574 \uad6c\uc131\ub41c \uc0c9\uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=\uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 '%s'\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 '%s' \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48='%s' \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49='%s' \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50='%s' \ud56d\ubaa9\uc774 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc758 \uc774\ub984\uc744 \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=\ud574\ub2f9 \uc774\ub984\uc744 \uac00\uc9c4 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 '%s' \ud56d\ubaa9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52='%s' \ud56d\ubaa9\uc740 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc774 \ud56d\ubaa9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=\ud574\ub2f9 \uc774\ub984\uc744 \uac00\uc9c4 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc758 \uc774\ub984\uc744 '%s'(\uc73c)\ub85c \ubc14\uafc0 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=\uc0c8 \uc0c1\uc704 \ud56d\ubaa9 '%s'\uc774(\uac00) \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc744 \uc774\ub3d9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_PRELOAD_STARTED_55=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc2dc\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_DB_PRELOADED_56=\ub370\uc774\ud130\ubca0\uc774\uc2a4 %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=\uc2dc\uac04 \uc81c\ud55c\uc73c\ub85c \uc778\ud574 \ub370\uc774\ud130\ubca0\uc774\uc2a4 %2$s\uc744(\ub97c) \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \ubc31\uc5d4\ub4dc %1$s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=\ud06c\uae30 \uc81c\ud55c\uc73c\ub85c \uc778\ud574 \ub370\uc774\ud130\ubca0\uc774\uc2a4 %2$s\uc744(\ub97c) \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \ubc31\uc5d4\ub4dc %1$s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=\ub370\uc774\ud130\ubca0\uc774\uc2a4 %2$s\uc744(\ub97c) \uc0ac\uc804 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \ubc31\uc5d4\ub4dc %1$s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_PRELOAD_DONE_60=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc \uc0ac\uc804 \ub85c\ub4dc\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=\uc0ac\uc804 \ub85c\ub4dc \ud6c4\uc758 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uce90\uc2dc\ub294 %dMB\uc785\ub2c8\ub2e4.
###SEVERE_ERR_JEB_CACHE_PRELOAD_62=An error occurred while preloading the \
### database cache for backend %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_GET_MAC_63=An error occurred while attempting to \
### obtain the %s MAC provider to create the signed hash for the backup:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_GET_DIGEST_64=An error occurred while attempting \
### to obtain the %s message digest to create the hash for the backup:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_65=An error occurred while \
### trying to create the database archive file %s in directory %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_GET_CIPHER_66=An error occurred while attempting \
### to obtain the cipher to use to encrypt the backup:  %s
###SEVERE_ERR_JEB_BACKUP_ZIP_COMMENT_67=%s backup %s of backend %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_LIST_LOG_FILES_68=An error occurred while \
### attempting to obtain a list of the files in directory %s to include in the \
### database backup:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_WRITE_ARCHIVE_FILE_69=An error occurred while \
### attempting to back up database file %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_CLOSE_ZIP_STREAM_70=An error occurred while \
### trying to close the database archive file %s in directory %s:  %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_71=An error occurred \
### while attempting to update the backup descriptor file %s with information \
### about the database backup:  %s
###SEVERE_ERR_JEB_BACKUP_UNSIGNED_HASH_ERROR_72=The computed hash of backup %s \
### is different to the value computed at time of backup
###SEVERE_ERR_JEB_BACKUP_SIGNED_HASH_ERROR_73=The computed signed hash of backup \
### %s is different to the value computed at time of backup
###SEVERE_ERR_JEB_INCR_BACKUP_REQUIRES_FULL_74=A full backup must be taken \
### before an incremental backup can be taken
###SEVERE_ERR_JEB_CANNOT_RENAME_RESTORE_DIRECTORY_75=The directory %s, \
### containing the files restored from backup, could not be renamed to the \
### backend directory %s
###SEVERE_ERR_JEB_INCR_BACKUP_FROM_WRONG_BASE_76=One of the following base \
### backup IDs must be specified for the incremental backup: %s
###SEVERE_ERR_JEB_CANNOT_CREATE_BACKUP_TAG_FILE_77=The backup tag file %s could \
### not be created in %s
###SEVERE_ERR_JEB_BACKUP_CANNOT_RESTORE_78=An error occurred while attempting to \
### restore the files from backup %s: %s
###SEVERE_ERR_JEB_BACKUP_MISSING_BACKUPID_79=The information for backup %s could \
### not be found in the backup directory %s
NOTICE_JEB_BACKUP_FILE_UNCHANGED_82=\ubcc0\uacbd\ub418\uc9c0 \uc54a\uc74c: %s
NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=\ud074\ub9ac\ub108 \uc791\uc5c5\uc73c\ub85c \uc778\ud574 %s \ucd94\uac00 \ub85c\uadf8 \ud30c\uc77c\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4.
NOTICE_JEB_BACKUP_VERIFY_FILE_84=\ud655\uc778 \uc911: %s
NOTICE_JEB_BACKUP_RESTORED_FILE_85=\ubcf5\uc6d0\ub428: %s(\ud06c\uae30 %d)
NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=\uc544\uce74\uc774\ube0c\ub428: %s
NOTICE_JEB_EXPORT_FINAL_STATUS_87=\ub0b4\ubcf4\ub0b8 \ud56d\ubaa9 \uc218: %d, \uac74\ub108\ub6f4 \ud56d\ubaa9 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08)
NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=\ub0b4\ubcf4\ub0b8 \ub808\ucf54\ub4dc \uc218: %d, \uac74\ub108\ub6f4 \ub808\ucf54\ub4dc \uc218: %d(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08)
NOTICE_JEB_IMPORT_THREAD_COUNT_89=\uac00\uc838\uc624\uae30 \uc2a4\ub808\ub4dc \uac1c\uc218: %d\uac1c \uc2a4\ub808\ub4dc
INFO_JEB_IMPORT_BUFFER_SIZE_90=\uc2a4\ub808\ub4dc\ub2f9 \ubc84\ud37c \ud06c\uae30 = %,d
INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF\ub97c \ucc98\ub9ac\ud558\ub294 \ub370 %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4.
INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=\uc0c9\uc778\uc744 \ucc98\ub9ac\ud558\ub294 \ub370 %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=\ub514\uc2a4\ud06c\uc5d0 \ub370\uc774\ud130\ub97c \ud50c\ub7ec\uc2dc\ud569\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_FINAL_STATUS_94=\ucc98\ub9ac\ub41c \ud56d\ubaa9 \uc218: %d, \uac00\uc838\uc628 \ud56d\ubaa9 \uc218: %d, \uac74\ub108\ub6f4 \ud56d\ubaa9 \uc218: %d, \uac70\ubd80\ub41c \ud56d\ubaa9 \uc218: %d, \ub9c8\uc774\uadf8\ub808\uc774\uc158\ub41c \ud56d\ubaa9 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08)
NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=\uc785\ub825 \uc81c\ud55c\uc744 \ucd08\uacfc\ud55c \uc0c9\uc778 \uac12\uc758 \uc218: %d
NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=\ucc98\ub9ac\ub41c \ud56d\ubaa9 \uc218: %d, \uac74\ub108\ub6f4 \ud56d\ubaa9 \uc218: %d, \uac70\ubd80\ub41c \ud56d\ubaa9 \uc218: %d, \ub9c8\uc774\uadf8\ub808\uc774\uc158\ub41c \ud56d\ubaa9 \uc218: %d(\ucd5c\uc2e0 \uc18d\ub3c4 %.1f/\ucd08)
NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac = %dMB, \uce90\uc2dc \ub204\ub77d \ube44\uc728 = %.1f/\ud56d\ubaa9
NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=\ud655\uc778\ub41c \ub808\ucf54\ub4dc \uc218: %d, \ubc1c\uacac\ub41c \uc624\ub958 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08)
INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=\uc5ec\ub7ec \ud56d\ubaa9\uc744 \ucc38\uc870\ud558\ub294 \ub808\ucf54\ub4dc \uc218: %d
INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=\uc785\ub825 \uc81c\ud55c\uc744 \ucd08\uacfc\ud558\ub294 \ub808\ucf54\ub4dc \uc218: %d
INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=\ucc38\uc870\ub418\ub294 \ud3c9\uade0 \ud56d\ubaa9 \uc218\ub294 %.2f/\ub808\ucf54\ub4dc\uc785\ub2c8\ub2e4.
INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=\ub808\ucf54\ub4dc\uc5d0\uc11c \ucc38\uc870\ub418\ub294 \ucd5c\ub300 \ud56d\ubaa9 \uc218\ub294 %d\uac1c\uc785\ub2c8\ub2e4.
NOTICE_JEB_VERIFY_FINAL_STATUS_106=\ud655\uc778\ub41c \ud56d\ubaa9 \uc218: %d, \ubc1c\uacac\ub41c \uc624\ub958 \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08)
INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=\uc785\ub825 \uc81c\ud55c\uc744 \ucd08\uacfc\ud55c \ub808\ucf54\ub4dc \ud1b5\uacc4:
INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=%s \ud30c\uc77c\uc5d0 \ud574\ub2f9 \ub808\ucf54\ub4dc\uac00 %d\uac1c(\ucd5c\uc18c=%d \ucd5c\ub300=%d \uc911\uac04=%d) \uc788\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=\ucc98\ub9ac\ub41c \ub808\ucf54\ub4dc \uc218: %2$d \uc911 %1$d, \ubc1c\uacac\ub41c \uc624\ub958 \uc218: %3$d(\ucd5c\uc2e0 \uc18d\ub3c4 %4$.1f/\ucd08)
INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac = %dMB, \uce90\uc2dc \ub204\ub77d \ube44\uc728 = %.1f/\ub808\ucf54\ub4dc
MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=\ub2e4\uc74c \ud398\uc774\uc9c0\uc758 \uacb0\uacfc \uc81c\uc5b4 \ucfe0\ud0a4 \uac12\uc774 \uc778\uc2dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4: %s
NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=\ucc38\uc870 \ud56d\ubaa9 %s\uc740(\ub294) \ub2e4\ub978 \uc11c\ubc84\uc5d0\uc11c \uc791\uc5c5\uc744 \ucc98\ub9ac\ud574\uc57c \ud568\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.
INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud658\uacbd \ub4f1\ub85d \uc815\ubcf4: %s
###SEVERE_ERR_JEB_INCOMPATIBLE_ENTRY_VERSION_126=Entry record is not \
### compatible with this version of the backend database. Entry version: %x
NOTICE_JEB_LOOKTHROUGH_LIMIT_EXCEEDED_127=\uc774 \uac80\uc0c9 \uc791\uc5c5\uc5d0\uc11c \ucd5c\ub300 %d\uac1c \ud56d\ubaa9\uc758 \uc77c\uce58\ub97c \ud655\uc778\ud588\uc2b5\ub2c8\ub2e4.
###SEVERE_WARN_JEB_SET_PERMISSIONS_FAILED_128=An error occurred while setting \
### file permissions for the backend database directory %s: %s
###SEVERE_WARN_JEB_GET_ENTRY_COUNT_FAILED_129=Unable to determine the total \
### number of entries in the container: %s
NOTICE_JEB_CONFIG_ATTR_REQUIRES_RESTART_130=%s \uc18d\uc131\uc5d0 \ub300\ud55c \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4.
NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. %d/%d \ub808\ucf54\ub4dc\ub97c \ucc98\ub9ac\ud588\uc2b5\ub2c8\ub2e4. (\ucd5c\uc2e0 \uc18d\ub3c4 %.1f/\ucd08)
NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uba54\ubaa8\ub9ac = %dMB, \uce90\uc2dc \ub204\ub77d \ube44\uc728 = %.1f/\ub808\ucf54\ub4dc
NOTICE_JEB_REBUILD_FINAL_STATUS_133=\ub2e4\uc2dc \uc791\uc131\uc744 \uc644\ub8cc\ud588\uc2b5\ub2c8\ub2e4. \ucc98\ub9ac\ub41c \ub808\ucf54\ub4dc \uc218: %d, \uc18c\uc694 \uc2dc\uac04: %d\ucd08(\ud3c9\uade0 \uc18d\ub3c4 %.1f/\ucd08)
###SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding \
### index %s: %s
MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=\ud56d\ubaa9\uc744 %s \ub370\uc774\ud130\ubca0\uc774\uc2a4/\uc0c9\uc778\uc5d0 \uc0bd\uc785\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s
###SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is \
### already in progress
NOTICE_JEB_REBUILD_START_137=%s \uc0c9\uc778 \ub2e4\uc2dc \uc791\uc131\uc774 \uc2dc\uc791\ub418\uc5c8\uc73c\uba70 \ucd1d %d\uac1c\uc758 \ub808\ucf54\ub4dc\ub97c \ucc98\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4.
###SEVERE_ERR_JEB_REBUILD_BACKEND_ONLINE_138=Rebuilding system index(es) must be \
### done with the backend containing the base DN disabled
###SEVERE_ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY_139=Unable to examine the entry \
### with ID %s for sorting purposes:  %s
MILD_ERR_JEB_SEARCH_CANNOT_SORT_UNINDEXED_140=\uc8fc\uc5b4\uc9c4 \uac80\uc0c9 \uc694\uccad\uc774 \uc0c9\uc778\ud654\ub418\uc5b4 \uc788\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uac80\uc0c9 \uacb0\uacfc\ub97c \uc815\ub82c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=\ub300\uc0c1 \uc2dc\uc791 \uc704\uce58\uac00 \uacb0\uacfc \uc9d1\ud569\uc758 \uc2dc\uc791 \ubd80\ubd84\ubcf4\ub2e4 \uc55e\uc5d0 \uc788\uae30 \ub54c\ubb38\uc5d0 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=\ub300\uc0c1 \uc624\ud504\uc14b %d\uc774(\uac00) \ubaa9\ub85d\uc758 \ucd1d \uacb0\uacfc \uc218(%d)\ubcf4\ub2e4 \ud06c\uae30 \ub54c\ubb38\uc5d0 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=\uc81c\uacf5\ub41c \uba85\uc81c \uac12\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uc740 \uc815\ub82c \uac12\uc744 \uac00\uc9c4 \ud56d\ubaa9\uc774 \uacb0\uacfc \uc9d1\ud569\uc5d0 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=\uc694\uccad\ud55c \uac80\uc0c9 \uc791\uc5c5\uc5d0 \ub2e8\uc21c \ud398\uc774\uc9c0 \uacb0\uacfc \uc81c\uc5b4\uc640 \uac00\uc0c1 \ubaa9\ub85d \ubcf4\uae30 \uc81c\uc5b4\uac00 \ubaa8\ub450 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.  \uc774\ub7ec\ud55c \uc81c\uc5b4\ub294 \uc0c1\ud638 \ubc30\ud0c0\uc801\uc774\ubbc0\ub85c \ud568\uaed8 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=\uc0c9\uc778\ud654\ub418\uc9c0 \uc54a\uc740 \uac80\uc0c9\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
###SEVERE_WARN_JEB_UNABLE_SET_PERMISSIONS_146=This platform does not support \
### setting file permissions %s to the database directory %s
NOTICE_JEB_CONFIG_INDEX_ENTRY_LIMIT_REQUIRES_REBUILD_148=\uc77c\ubd80 \uc0c9\uc778 \ud0a4\uac00 %s \uc0c9\uc778\uc758 \uc774\uc804 \uc0c9\uc778 \ud56d\ubaa9 \uc81c\ud55c\uc744 \uc774\ubbf8 \ucd08\uacfc\ud588\uc2b5\ub2c8\ub2e4. \uc0c8 \uc81c\ud55c\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \uc774 \uc0c9\uc778\uc744 \ub2e4\uc2dc \uc791\uc131\ud574\uc57c \ud569\ub2c8\ub2e4.
NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=Due to changes in the configuration, index %s is currently operating in a degraded state and must be rebuilt before it can be used
###SEVERE_ERR_JEB_INDEX_CORRUPT_REQUIRES_REBUILD_151=An error occurred while \
### reading from index %s. The index seems to be corrupt and is now operating in \
### a degraded state. The index must be rebuilt before it can return to normal \
### operation
###SEVERE_ERR_JEB_IMPORT_BACKEND_ONLINE_152=The backend must be disabled before \
### the import process can start
###SEVERE_ERR_JEB_IMPORT_THREAD_EXCEPTION_153=An error occurred in import thread \
### %s: %s. The thread can not continue
###SEVERE_ERR_JEB_IMPORT_NO_WORKER_THREADS_154=There are no more import worker \
### threads to process the imported entries
###SEVERE_ERR_JEB_IMPORT_CREATE_TMPDIR_ERROR_155=Unable to create the temporary \
### directory %s
###SEVERE_ERR_JEB_INVALID_LOGGING_LEVEL_156=The database logging level string \
### '%s' provided for configuration entry '%s' is invalid.  The value must be one \
### of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL.  Note \
### that these values are case sensitive
NOTICE_JEB_IMPORT_MIGRATION_START_157=\uae30\ubcf8 DN %2$s\uc5d0 \ub300\ud574 %1$s \ud56d\ubaa9\uc744 \ub9c8\uc774\uadf8\ub808\uc774\uc158\ud558\ub294 \uc911\uc785\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_LDIF_START_158=LDIF \ucc98\ub9ac \uc911
NOTICE_JEB_IMPORT_LDIF_END_159=LDIF\uc758 \ub05d\uc5d0 \ub3c4\ub2ec\ud588\uc2b5\ub2c8\ub2e4.
###SEVERE_ERR_JEB_CONFIG_VLV_INDEX_UNDEFINED_ATTR_160=Sort attribute %s for VLV \
### index %s is not defined in the server schema
###SEVERE_ERR_JEB_CONFIG_VLV_INDEX_BAD_FILTER_161=An error occurred while parsing \
### the search filter %s defined for VLV index %s: %s
MILD_ERR_JEB_VLV_INDEX_NOT_CONFIGURED_162='%s' \uc774\ub984\uc73c\ub85c \uad6c\uc131\ub41c VLV \uc0c9\uc778\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=\ud56d\ubaa9\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \uc774\ub3d9\ud558\uac70\ub098 \uc774\ub984\uc744 \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uc778\ud574 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=\ud56d\ubaa9 \ubcc0\uacbd\uc774 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \uc704\ubc18\ud558\uae30 \ub54c\ubb38\uc5d0 \ud56d\ubaa9\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \uc774\ub3d9\ud558\uac70\ub098 \uc774\ub984\uc744 \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \ud50c\ub7ec\uadf8\uc778\uc73c\ub85c \uc778\ud574 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN_165=An error occurred while \
### attempting to decode an object class set token from the JE compressed \
### schema definitions:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN_166=An error occurred while \
### attempting to decode an attribute description token from the JE compressed \
### schema definitions:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_STATUS_167=An error occurred while \
### attempting to store compressed schema information in the database.  The \
### result returned was:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_EX_168=An error occurred while \
### attempting to store compressed schema information in the database:  %s
###SEVERE_ERR_JEB_COMPSCHEMA_CANNOT_STORE_MULTIPLE_FAILURES_169=The server was \
### unable to store compressed schema information in the database after multiple \
### attempts
###SEVERE_ERR_JEB_COMPSCHEMA_UNKNOWN_OC_TOKEN_170=Unable to decode the provided \
### object class set because it used an undefined token %s
###SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=Unable to decode the \
### provided attribute because it used an undefined attribute description token \
### %s
NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=DB \ub514\ub809\ud1a0\ub9ac \ubcc0\uacbd \uc0ac\ud56d\uc744 \uc801\uc6a9\ud558\ub824\uba74 \ubc31\uc5d4\ub4dc\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud574\uc57c \ud569\ub2c8\ub2e4. \ubc31\uc5d4\ub4dc\ub97c \uc885\ub8cc\ud55c \ud6c4 \uae30\uc874 \ub370\uc774\ud130\ub97c \uc720\uc9c0\ud558\ub824\uba74 \uc774\uc804 \ub514\ub809\ud1a0\ub9ac %s\uc758 DB \ud30c\uc77c\uc744 \uc0c8 \ub514\ub809\ud1a0\ub9ac %s(\uc73c)\ub85c \uc774\ub3d9\ud574\uc57c \ud569\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_STARTING_173=%s\uc774(\uac00) \uac00\uc838\uc624\uae30\ub97c \uc2dc\uc791\ud558\ub294 \uc911(\ube4c\ub4dc %s, R%d)
###SEVERE_ERR_JEB_DIRECTORY_DOES_NOT_EXIST_174=The backend database directory \
### '%s' does not exist
###SEVERE_ERR_JEB_IMPORT_LDIF_ABORT_175=The import was aborted because an \
###  uncaught exception was thrown during processing
NOTICE_JEB_IMPORT_LDIF_ROOTCONTAINER_CLOSE_176=LDIF \ud658\uacbd\uc744 \uac00\uc838\uc624\ub294 \ub370 \uc57d %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=%d\uac1c \uc694\uc18c\uc758 \ud558\uc704 \ubb38\uc790\uc5f4 \ubc84\ud37c \ud50c\ub7ec\uc2dc\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4. \ubc84\ud37c \ucd1d \uc561\uc138\uc2a4: %d, \ubc84\ud37c \uc801\uc911: %d
NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=\ud558\uc704 \ubb38\uc790\uc5f4 \ubc84\ud37c \ud50c\ub7ec\uc2dc\ub97c \uc644\ub8cc\ud558\ub294 \ub370 %d\ucd08 \uac78\ub838\uc2b5\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=\ucd5c\uc885 \ud074\ub9ac\ub108 \uc2e4\ud589 \uc2dc\uc791
NOTICE_JEB_IMPORT_LDIF_CLEAN_180=\ud074\ub9ac\ub108 \uc2e4\ud589 \uc2dc\uc791
NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=\ud074\ub9ac\ub108 \uc2e4\ud589 \uc2dc\uac04: %d\ucd08, \uc81c\uac70\ub41c \ub85c\uadf8 \uc218: %d
NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=\ud074\ub9ac\ub108\uac00 %d\uac1c \ub85c\uadf8\ub97c \uc81c\uac70\ud569\ub2c8\ub2e4.
NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac(%d\ubc14\uc774\ud2b8)\uac00 \ucd5c\uc18c\uac12(%d\ubc14\uc774\ud2b8)\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac\ub97c \ucd5c\uc18c\uac12\uc73c\ub85c \uc124\uc815\ud558\ub294 \uc911
NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=DB \uce90\uc2dc\ub97c %d\ubc14\uc774\ud2b8\ub85c \uc124\uc815\ud558\uace0 \ub0b4\ubd80 \ubc84\ud37c\ub97c %d\ubc14\uc774\ud2b8\ub85c \uc124\uc815\ud558\ub294 \uc911
NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac(%d\ubc14\uc774\ud2b8)\uac00 \ub2e8\uc77c \uac00\uc838\uc624\uae30 \ucee8\ud14d\uc2a4\ud2b8\uc5d0 \ud5c8\uc6a9\ub418\ub294 \ucd5c\uc18c\uac12(%d\ubc14\uc774\ud2b8)\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4. \ucee8\ud14d\uc2a4\ud2b8 \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc84\ud37c \uba54\ubaa8\ub9ac\ub97c \ucd5c\uc18c\uac12\uc73c\ub85c \uc124\uc815\ud558\ub294 \uc911
NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=\uc218\ud589\ud55c \uac80\uc0ac\uc810 \uc218: %d
NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=\ud074\ub9ac\ub108 \uc2e4\ud589 \ud69f\uc218: %d, \uc0ad\uc81c\ud55c \ud30c\uc77c \uc218: %d, \uc77d\uc740 \ud56d\ubaa9 \uc218: %d, \uc815\ub9ac\ud55c IN \ub178\ub4dc \uc218: %d
NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\ucd95\ucd9c\uc774 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \ud1b5\uacfc: %d, \ucd95\ucd9c\ub41c \ub178\ub4dc \uc218: %d, \uc81c\uac70\ub41c BIN \ub178\ub4dc \uc218: %d
NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=%d\uac1c \ud56d\ubaa9\uc744 \uac00\uc838\uc628 \ud6c4 \ucd95\ucd9c\uc774 \uac80\uc0c9\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
MILD_WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_191=Could not find any backup in '%s'.  A full backup will be executed
###SEVERE_ERR_CONFIG_INDEX_TYPE_NEEDS_VALID_MATCHING_RULE_192=The attribute '%s' \
###cannot have extensible index type for invalid matching rule name '%s'
###SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_GREATER_THAN_JVM_HEAP_193=Configuration \
###  attribute ds-cfg-db-cache-size has a value of %d but the JVM is only \
###  configured for %d. Consider using ds-cfg-db-cache-percent
###SEVERE_ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL_194=Configuration \
###  attribute ds-cfg-db-cache-size has a value of %d which is less than \
###  the minimum: %d