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

hajma
23.44.2009 5317b08ebe4a7fb43823502ee21065059e4190ee
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
# 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=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3001\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u95a2\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u60c5\u5831\u30c4\u30ea\u30fc\u306e\u305d\u306e\u90e8\u5206\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093
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=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u6642\u306b\u672a\u691c\u67fb\u306e\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
NOTICE_JEB_CLEAN_DATABASE_START_29='%2$s' \u306e %1$d \u500b\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3067\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u6d88\u53bb\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_CLEAN_DATABASE_MARKED_30=\u6d88\u53bb\u306e\u30de\u30fc\u30af\u304c\u4ed8\u3044\u305f %d \u500b\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb
NOTICE_JEB_CLEAN_DATABASE_FINISH_31=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u6d88\u53bb\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002%d \u500b\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u6b8b\u3063\u3066\u3044\u307e\u3059
NOTICE_JEB_DELETED_ENTRY_COUNT_33=\u524a\u9664\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306e\u6570\u306f %d \u3067\u3057\u305f
MILD_ERR_JEB_DUPLICATE_CONFIG_ENTRY_36=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002 \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u6301\u3064\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306f 1 \u3064\u3060\u3051\u8a31\u53ef\u3055\u308c\u307e\u3059
MILD_ERR_JEB_CONFIG_ENTRY_NOT_RECOGNIZED_37=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093
MILD_ERR_JEB_INDEX_ATTRIBUTE_TYPE_NOT_FOUND_38=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3001\u4e0d\u660e\u306a\u5c5e\u6027\u578b '%s' \u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059
MILD_ERR_JEB_DUPLICATE_INDEX_CONFIG_39=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3001\u5225\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3067\u3059\u3067\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b '%s' \u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059
SEVERE_ERR_JEB_IO_ERROR_40=I/O error during backend operation: %s
NOTICE_JEB_BACKEND_STARTED_42=%2$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u542b\u307e\u308c\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %1$s \u304c\u8d77\u52d5\u3057\u307e\u3057\u305f
MILD_ERR_JEB_IMPORT_PARENT_NOT_FOUND_43=\u89aa\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u5b58\u5728\u3057\u307e\u305b\u3093
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=\u5c5e\u6027\u578b '%s' \u7528\u306b\u69cb\u6210\u3055\u308c\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093
MILD_ERR_JEB_SEARCH_NO_SUCH_OBJECT_46=\u691c\u7d22\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_JEB_ADD_NO_SUCH_OBJECT_47=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u89aa\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_JEB_DELETE_NO_SUCH_OBJECT_48=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_JEB_MODIFY_NO_SUCH_OBJECT_49=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_JEB_MODIFYDN_NO_SUCH_OBJECT_50=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093
MILD_ERR_JEB_ADD_ENTRY_ALREADY_EXISTS_51=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059
MILD_ERR_JEB_DELETE_NOT_ALLOWED_ON_NONLEAF_52=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308a\u307e\u3059
MILD_ERR_JEB_MODIFYDN_ALREADY_EXISTS_53=\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092 '%s' \u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059
MILD_ERR_JEB_NEW_SUPERIOR_NO_SUCH_OBJECT_54=\u30a8\u30f3\u30c8\u30ea\u3092\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u89aa\u30a8\u30f3\u30c8\u30ea '%s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093
NOTICE_JEB_CACHE_PRELOAD_STARTED_55=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f
NOTICE_JEB_CACHE_DB_PRELOADED_56=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_TIME_57=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3067\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u4e2d\u306b\u6642\u9593\u5236\u9650\u306b\u3088\u308b\u5272\u308a\u8fbc\u307f\u304c\u767a\u751f\u3057\u307e\u3057\u305f
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_BY_SIZE_58=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3067\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u4e2d\u306b\u30b5\u30a4\u30ba\u5236\u9650\u306b\u3088\u308b\u5272\u308a\u8fbc\u307f\u304c\u767a\u751f\u3057\u307e\u3057\u305f
NOTICE_JEB_CACHE_PRELOAD_INTERRUPTED_UNKNOWN_59=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u3067\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 %s \u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u4e2d\u306b\u5272\u308a\u8fbc\u307f\u304c\u767a\u751f\u3057\u307e\u3057\u305f
NOTICE_JEB_CACHE_PRELOAD_DONE_60=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d7\u30ea\u30ed\u30fc\u30c9\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f
NOTICE_JEB_CACHE_SIZE_AFTER_PRELOAD_61=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30ad\u30e3\u30c3\u30b7\u30e5\u306f\u3001\u30d7\u30ea\u30ed\u30fc\u30c9\u5f8c\u306b %dM \u30d0\u30a4\u30c8\u306b\u306a\u308a\u307e\u3057\u305f
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=\u5909\u66f4\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s
NOTICE_JEB_BACKUP_CLEANER_ACTIVITY_83=\u30af\u30ea\u30fc\u30ca\u306e\u52d5\u4f5c\u306b\u3088\u308a\u3001%s \u306e\u8ffd\u52a0\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3081\u3066\u3044\u307e\u3059
NOTICE_JEB_BACKUP_VERIFY_FILE_84=\u691c\u8a3c\u3057\u3066\u3044\u307e\u3059: %s
NOTICE_JEB_BACKUP_RESTORED_FILE_85=\u5fa9\u5143\u3057\u307e\u3057\u305f: %s (\u30b5\u30a4\u30ba %d)
NOTICE_JEB_BACKUP_ARCHIVED_FILE_86=\u30a2\u30fc\u30ab\u30a4\u30d6\u3057\u307e\u3057\u305f: %s
NOTICE_JEB_EXPORT_FINAL_STATUS_87=%3$d \u79d2\u3067 %1$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3001%2$d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2)
NOTICE_JEB_EXPORT_PROGRESS_REPORT_88=%d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3001%d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u307e\u3057\u305f (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %.1f \u500b/\u79d2)
NOTICE_JEB_IMPORT_THREAD_COUNT_89=\u30a4\u30f3\u30dd\u30fc\u30c8\u30b9\u30ec\u30c3\u30c9\u30ab\u30a6\u30f3\u30c8: %d \u500b\u306e\u30b9\u30ec\u30c3\u30c9
INFO_JEB_IMPORT_BUFFER_SIZE_90=\u30b9\u30ec\u30c3\u30c9\u3042\u305f\u308a\u306e\u30d0\u30c3\u30d5\u30a1\u30fc\u30b5\u30a4\u30ba = %,d
INFO_JEB_IMPORT_LDIF_PROCESSING_TIME_91=LDIF \u306e\u51e6\u7406\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f
INFO_JEB_IMPORT_INDEX_PROCESSING_TIME_92=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u51e6\u7406\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f
NOTICE_JEB_IMPORT_CLOSING_DATABASE_93=\u30c7\u30fc\u30bf\u3092\u30c7\u30a3\u30b9\u30af\u306b\u30d5\u30e9\u30c3\u30b7\u30e5\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_IMPORT_FINAL_STATUS_94=%6$d \u79d2\u3067 %1$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u51e6\u7406\u3057\u3001%2$d \u500b\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u3001%3$d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u3001%4$d \u500b\u3092\u62d2\u5426\u3057\u3001%5$d \u500b\u3092\u79fb\u884c\u3057\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %7$.1f \u500b/\u79d2)
NOTICE_JEB_IMPORT_ENTRY_LIMIT_EXCEEDED_COUNT_95=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u8d85\u904e\u3057\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5024\u306e\u6570: %d
NOTICE_JEB_IMPORT_PROGRESS_REPORT_96=%d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u51e6\u7406\u3057\u3001%d \u500b\u3092\u30b9\u30ad\u30c3\u30d7\u3057\u3001%d \u500b\u3092\u62d2\u5426\u3057\u3001%d \u500b\u3092\u79fb\u884c\u3057\u307e\u3057\u305f (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %.1f \u500b/\u79d2)
NOTICE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT_97=\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc = %dM \u30d0\u30a4\u30c8\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u30df\u30b9\u30ec\u30fc\u30c8 = %.1f \u500b/\u30a8\u30f3\u30c8\u30ea
NOTICE_JEB_VERIFY_CLEAN_FINAL_STATUS_101=%3$d \u79d2\u3067 %1$d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u78ba\u8a8d\u3057\u3001%2$d \u500b\u306e\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2)
INFO_JEB_VERIFY_MULTIPLE_REFERENCE_COUNT_102=\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53c2\u7167\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u6570: %d
INFO_JEB_VERIFY_ENTRY_LIMIT_EXCEEDED_COUNT_103=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u8d85\u904e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u6570: %d
INFO_JEB_VERIFY_AVERAGE_REFERENCE_COUNT_104=\u53c2\u7167\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u306e\u5e73\u5747\u6570\u306f %.2f \u500b/\u30ec\u30b3\u30fc\u30c9\u3067\u3059
INFO_JEB_VERIFY_MAX_REFERENCE_COUNT_105=\u30ec\u30b3\u30fc\u30c9\u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u308b\u30a8\u30f3\u30c8\u30ea\u306e\u6700\u5927\u6570\u306f %d \u500b\u3067\u3059
NOTICE_JEB_VERIFY_FINAL_STATUS_106=%3$d \u79d2\u3067 %1$d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u78ba\u8a8d\u3057\u3001%2$d \u500b\u306e\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2)
INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_HEADER_107=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u8d85\u904e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u7d71\u8a08: 
INFO_JEB_VERIFY_ENTRY_LIMIT_STATS_ROW_108=\u30d5\u30a1\u30a4\u30eb %s \u306b %d \u500b\u306e\u8a72\u5f53\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308a\u307e\u3059 \u6700\u5c0f=%d \u6700\u5927=%d \u4e2d\u592e=%d
NOTICE_JEB_VERIFY_PROGRESS_REPORT_109=%2$d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061 %1$d \u500b\u3092\u51e6\u7406\u3057\u3001%3$d \u500b\u306e\u30a8\u30e9\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %4$.1f \u500b/\u79d2)
INFO_JEB_VERIFY_CACHE_AND_MEMORY_REPORT_110=\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc = %dM \u30d0\u30a4\u30c8\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u30df\u30b9\u30ec\u30fc\u30c8 = %.1f \u500b/\u30ec\u30b3\u30fc\u30c9
MILD_ERR_JEB_INVALID_PAGED_RESULTS_COOKIE_111=\u6b21\u306e\u7d50\u679c\u30da\u30fc\u30b8\u30f3\u30b0\u5236\u5fa1 Cookie \u5024\u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f: %s
NOTICE_JEB_REFERRAL_RESULT_MESSAGE_112=\u30ea\u30d5\u30a7\u30e9\u30eb\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u64cd\u4f5c\u3092\u5225\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u51e6\u7406\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059
INFO_JEB_IMPORT_ENVIRONMENT_CONFIG_119=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc: %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=\u3053\u306e\u691c\u7d22\u64cd\u4f5c\u306f\u3001\u6700\u5927\u6570\u3067\u3042\u308b %d \u500b\u306e\u4e00\u81f4\u30a8\u30f3\u30c8\u30ea\u3092\u78ba\u8a8d\u3057\u307e\u3057\u305f
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 \u5c5e\u6027\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093
NOTICE_JEB_REBUILD_PROGRESS_REPORT_131=%.1f%% \u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 %d/%d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u51e6\u7406\u3057\u307e\u3057\u305f\u3002 (\u6700\u65b0\u306e\u30ec\u30fc\u30c8 %.1f \u500b/\u79d2)
NOTICE_JEB_REBUILD_CACHE_AND_MEMORY_REPORT_132=\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc = %dM \u30d0\u30a4\u30c8\u3001\u30ad\u30e3\u30c3\u30b7\u30e5\u30df\u30b9\u30ec\u30fc\u30c8 = %.1f \u500b/\u30ec\u30b3\u30fc\u30c9
NOTICE_JEB_REBUILD_FINAL_STATUS_133=\u518d\u69cb\u7bc9\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 %2$d \u79d2\u3067 %1$d \u500b\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u51e6\u7406\u3057\u307e\u3057\u305f (\u5e73\u5747\u30ec\u30fc\u30c8 %3$.1f \u500b/\u79d2)
SEVERE_ERR_JEB_REBUILD_INDEX_FAILED_134=An error occurred while rebuilding index %s: %s
MILD_ERR_JEB_REBUILD_INSERT_ENTRY_FAILED_135=\u30a8\u30f3\u30c8\u30ea\u3092 %s \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9/\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u633f\u5165\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s
SEVERE_ERR_JEB_REBUILD_INDEX_CONFLICT_136=Another rebuild of index %s is already in progress
NOTICE_JEB_REBUILD_START_137=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u306e\u518d\u69cb\u7bc9\u304c\u958b\u59cb\u3055\u308c\u307e\u3057\u305f\u3002\u51e6\u7406\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5408\u8a08\u306f %d \u3067\u3059
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=\u691c\u7d22\u7d50\u679c\u3092\u30bd\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u8981\u6c42\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093
MILD_ERR_ENTRYIDSORTER_NEGATIVE_START_POS_141=\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u958b\u59cb\u4f4d\u7f6e\u304c\u7d50\u679c\u30bb\u30c3\u30c8\u306e\u5148\u982d\u3088\u308a\u524d\u306b\u3042\u308a\u307e\u3057\u305f
MILD_ERR_ENTRYIDSORTER_OFFSET_TOO_LARGE_142=\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30aa\u30d5\u30bb\u30c3\u30c8 %d \u304c\u30ea\u30b9\u30c8\u5185\u306e\u7d50\u679c\u306e\u5408\u8a08\u6570 (%d) \u3088\u308a\u5927\u304d\u304f\u306a\u3063\u3066\u3044\u307e\u3057\u305f
MILD_ERR_ENTRYIDSORTER_TARGET_VALUE_NOT_FOUND_143=\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u8981\u6c42\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u8868\u660e\u5024\u4ee5\u4e0a\u306e\u30bd\u30fc\u30c8\u5024\u3092\u6301\u3064\u30a8\u30f3\u30c8\u30ea\u304c\u7d50\u679c\u30bb\u30c3\u30c8\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f
MILD_ERR_JEB_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV_144=\u8981\u6c42\u3055\u308c\u305f\u691c\u7d22\u64cd\u4f5c\u306b\u3001\u5358\u7d14\u306a\u30da\u30fc\u30b8\u30f3\u30b0\u306e\u7d50\u679c\u5236\u5fa1\u3068\u4eee\u60f3\u30ea\u30b9\u30c8\u8868\u793a\u5236\u5fa1\u306e\u4e21\u65b9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3057\u305f\u3002  \u3053\u308c\u3089\u306e\u5236\u5fa1\u306f\u76f8\u4e92\u306b\u6392\u4ed6\u7684\u3067\u3042\u308a\u3001\u4e00\u7dd2\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093
MILD_ERR_JEB_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES_145=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u691c\u7d22\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093
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=\u4e00\u90e8\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ad\u30fc\u304c\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u306e\u524d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u3092\u3059\u3067\u306b\u8d85\u904e\u3057\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3067\u65b0\u3057\u3044\u5236\u9650\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
NOTICE_JEB_INDEX_ADD_REQUIRES_REBUILD_150=\u69cb\u6210\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u305f\u3081\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u306f\u73fe\u5728\u6a5f\u80fd\u4f4e\u4e0b\u72b6\u614b\u3067\u5b9f\u884c\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b\u306f\u518d\u69cb\u7bc9\u3057\u3066\u304f\u3060\u3055\u3044
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=\u30d9\u30fc\u30b9 DN %2$s \u306e %1$s \u30a8\u30f3\u30c8\u30ea\u3092\u79fb\u884c\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_START_158=LDIF \u3092\u51e6\u7406\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_END_159=LDIF \u306e\u672b\u5c3e\u306b\u9054\u3057\u307e\u3057\u305f
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=\u540d\u524d\u304c '%s' \u3067\u3042\u308b\u69cb\u6210\u3055\u308c\u305f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3042\u308a\u307e\u305b\u3093
MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN_163=\u30a8\u30f3\u30c8\u30ea\u3092 %s \u304b\u3089 %s \u306b\u79fb\u52d5\u4e2d\u307e\u305f\u306f\u540d\u524d\u5909\u66f4\u4e2d\u306b\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u539f\u56e0\u3067 DN \u5909\u66f4\u64cd\u4f5c\u304c\u7570\u5e38\u7d42\u4e86\u3057\u307e\u3057\u305f
MILD_ERR_JEB_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR_164=\u30a8\u30f3\u30c8\u30ea\u3092 %s \u304b\u3089 %s \u306b\u79fb\u52d5\u4e2d\u307e\u305f\u306f\u540d\u524d\u5909\u66f4\u4e2d\u306b\u3001\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u539f\u56e0\u3067 DN \u5909\u66f4\u64cd\u4f5c\u304c\u7570\u5e38\u7d42\u4e86\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3078\u306e\u5909\u66f4\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306b\u9055\u53cd\u3057\u307e\u3057\u305f:  %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=\u6307\u5b9a\u3055\u308c\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u30bb\u30c3\u30c8\u306f\u672a\u5b9a\u7fa9\u306e\u30c8\u30fc\u30af\u30f3 %s \u3092\u4f7f\u7528\u3057\u305f\u305f\u3081\u3001\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u30bb\u30c3\u30c8\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093
SEVERE_ERR_JEB_COMPSCHEMA_UNRECOGNIZED_AD_TOKEN_171=\u6307\u5b9a\u3055\u308c\u305f\u5c5e\u6027\u306f\u672a\u5b9a\u7fa9\u306e\u5c5e\u6027\u8a18\u8ff0\u30c8\u30fc\u30af\u30f3 %s \u3092\u4f7f\u7528\u3057\u305f\u305f\u3081\u3001\u3053\u306e\u5c5e\u6027\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093
NOTICE_JEB_CONFIG_DB_DIR_REQUIRES_RESTART_172=DB \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u518d\u8d77\u52d5\u3059\u308b\u307e\u3067\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093\u3002 \u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u505c\u6b62\u3057\u305f\u3042\u3068\u306b\u3001\u524d\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e DB \u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u3057\u3044\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306b\u79fb\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059
NOTICE_JEB_IMPORT_STARTING_173=%s \u3067\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059 (\u30d3\u30eb\u30c9 %s\u3001R%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 \u30a4\u30f3\u30dd\u30fc\u30c8\u74b0\u5883\u3092\u9589\u3058\u308b\u305f\u3081\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f
NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_177=%d \u500b\u306e\u8981\u7d20\u306e\u90e8\u5206\u6587\u5b57\u5217\u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u30d5\u30e9\u30c3\u30b7\u30e5\u3092\u958b\u59cb\u3057\u307e\u3059\u3002 \u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u5408\u8a08\u30a2\u30af\u30bb\u30b9: %d  \u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u30d2\u30c3\u30c8: %d
NOTICE_JEB_IMPORT_LDIF_BUFFER_FLUSH_COMPLETED_178=\u90e8\u5206\u6587\u5b57\u5217\u30d0\u30c3\u30d5\u30a1\u30fc\u306e\u30d5\u30e9\u30c3\u30b7\u30e5\u304c %d \u79d2\u3067\u5b8c\u4e86\u3057\u307e\u3057\u305f
NOTICE_JEB_IMPORT_LDIF_FINAL_CLEAN_179=\u6700\u5f8c\u306e\u30af\u30ea\u30fc\u30ca\u5b9f\u884c\u3092\u958b\u59cb\u3057\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_CLEAN_180=\u30af\u30ea\u30fc\u30ca\u306e\u5b9f\u884c\u3092\u958b\u59cb\u3057\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_CLEANER_RUN_DONE_181=\u30af\u30ea\u30fc\u30ca\u306e\u5b9f\u884c\u306b %d \u79d2\u304b\u304b\u308a\u307e\u3057\u305f\u3002%d \u500b\u306e\u30ed\u30b0\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f
NOTICE_JEB_IMPORT_LDIF_CLEANER_REMOVE_LOGS_182=\u30af\u30ea\u30fc\u30ca\u306f %d \u500b\u306e\u30ed\u30b0\u3092\u524a\u9664\u3057\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_BUFFER_TOT_AVAILMEM_184=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u306e %d \u30d0\u30a4\u30c8\u306f\u3001\u6700\u5c0f\u5024\u306e %d \u30d0\u30a4\u30c8\u3092\u4e0b\u56de\u3063\u3066\u3044\u307e\u3059\u3002 \u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u3092\u6700\u5c0f\u5024\u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_MEMORY_INFO_185=DB \u30ad\u30e3\u30c3\u30b7\u30e5\u3092 %d \u30d0\u30a4\u30c8\u306b\u3001\u5185\u90e8\u30d0\u30c3\u30d5\u30a1\u30fc\u3092 %d \u30d0\u30a4\u30c8\u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_BUFFER_CONTEXT_AVAILMEM_186=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u306e %d \u30d0\u30a4\u30c8\u306f\u3001\u5358\u4e00\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306b\u8a31\u53ef\u3055\u308c\u305f\u6700\u5c0f\u5024\u306e %d \u30d0\u30a4\u30c8\u3092\u4e0b\u56de\u3063\u3066\u3044\u307e\u3059\u3002 \u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306e\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30d5\u30a1\u30fc\u30e1\u30e2\u30ea\u30fc\u3092\u6700\u5c0f\u5024\u306b\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059
NOTICE_JEB_IMPORT_LDIF_BUFFER_CHECKPOINTS_187=\u5b9f\u884c\u3055\u308c\u305f\u30c1\u30a7\u30c3\u30af\u30dd\u30a4\u30f3\u30c8: %d
NOTICE_JEB_IMPORT_LDIF_CLEANER_STATS_188=\u30af\u30ea\u30fc\u30ca\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059: %d \u500b\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f: %d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u8aad\u307f\u53d6\u3089\u308c\u307e\u3057\u305f: %d \u500b\u306e IN \u30ce\u30fc\u30c9\u304c\u6d88\u53bb\u3055\u308c\u307e\u3057\u305f: %d
NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_STATS_189=\u6d88\u53bb\u304c\u9032\u884c\u4e2d\u3067\u3059\u3002 \u30d1\u30b9: %d \u500b\u306e\u30ce\u30fc\u30c9\u304c\u6d88\u53bb\u3055\u308c\u307e\u3057\u305f: %d \u500b\u306e BIN \u30ce\u30fc\u30c9\u304c\u53d6\u308a\u9664\u304b\u308c\u307e\u3057\u305f: %d
NOTICE_JEB_IMPORT_LDIF_EVICTION_DETECTED_190=%d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3042\u3068\u3067\u6d88\u53bb\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f
MILD_WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_191='%s' \u306b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30d5\u30eb\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002
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