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
# 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=TASK
 
#
# 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
#
SEVERE_ERR_TASK_CANNOT_ENABLE_BACKEND_1=The task could not enable a backend: %s
SEVERE_ERR_TASK_CANNOT_DISABLE_BACKEND_2=The task could not disable a backend: %s
INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE_3=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u30d7\u30ed\u30bb\u30b9\u304c\u30bf\u30b9\u30af %s \u306b\u3088\u308a\u958b\u59cb\u3055\u308c\u307e\u3057\u305f
INFO_TASK_SHUTDOWN_CUSTOM_MESSAGE_4=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u30d7\u30ed\u30bb\u30b9\u304c\u30bf\u30b9\u30af %s \u306b\u3088\u308a\u958b\u59cb\u3055\u308c\u307e\u3057\u305f:  %s
SEVERE_ERR_TASK_ADDSCHEMAFILE_NO_FILENAME_5=Unable to add one or more files to the server schema because no schema file names were provided in attribute %s of task entry %s
SEVERE_ERR_TASK_ADDSCHEMAFILE_NO_SUCH_FILE_6=Unable to add one or more files to the server schema because the specified schema file %s does not exist in schema directories %s or %s
SEVERE_ERR_TASK_ADDSCHEMAFILE_ERROR_CHECKING_FOR_FILE_7=Unable to add one or more files to the server schema because an error occurred while attempting to determine whether file %s exists in schema directory %s or %s:  %s
SEVERE_ERR_TASK_ADDSCHEMAFILE_ERROR_LOADING_SCHEMA_FILE_8=An error occurred while attempting to load the contents of schema file %s into the server schema:  %s
SEVERE_ERR_TASK_ADDSCHEMAFILE_CANNOT_LOCK_SCHEMA_9=Unable to add one or more files to the server schema because the server was unable to obtain a write lock on the schema entry %s after multiple attempts
SEVERE_ERR_TASK_ADDSCHEMAFILE_INSUFFICIENT_PRIVILEGES_10=You do not have sufficient privileges to modify the server schema
SEVERE_ERR_TASK_BACKUP_INSUFFICIENT_PRIVILEGES_11=You do not have sufficient privileges to initiate a Directory Server backup
SEVERE_ERR_TASK_RESTORE_INSUFFICIENT_PRIVILEGES_12=You do not have sufficient privileges to initiate a Directory Server restore
SEVERE_ERR_TASK_LDIFIMPORT_INSUFFICIENT_PRIVILEGES_13=You do not have sufficient privileges to initiate an LDIF import
SEVERE_ERR_TASK_LDIFEXPORT_INSUFFICIENT_PRIVILEGES_14=You do not have sufficient privileges to initiate an LDIF export
SEVERE_ERR_TASK_SHUTDOWN_INSUFFICIENT_RESTART_PRIVILEGES_15=You do not have sufficient privileges to initiate a Directory Server restart
SEVERE_ERR_TASK_SHUTDOWN_INSUFFICIENT_SHUTDOWN_PRIVILEGES_16=You do not have sufficient privileges to initiate a Directory Server shutdown
SEVERE_ERR_TASK_ADDSCHEMAFILE_CANNOT_NOTIFY_SYNC_PROVIDER_17=An error occurred while attempting to notify a synchronization provider of type %s about the schema changes made by the add schema file task:  %s
SEVERE_ERR_TASK_INDEXREBUILD_INSUFFICIENT_PRIVILEGES_18=You do not have sufficient privileges to initiate an index rebuild
SEVERE_ERR_TASK_INITIALIZE_TARGET_INVALID_DN_19=Invalid DN provided with the Initialize Target task
SEVERE_ERR_TASK_INITIALIZE_INVALID_DN_20=Invalid DN provided with the Initialize task
SEVERE_ERR_TASK_ENTERLOCKDOWN_NOT_ROOT_21=Only root users may place the server in lockdown mode
SEVERE_ERR_TASK_ENTERLOCKDOWN_NOT_LOOPBACK_22=Only root users connected from a loopback address may place the server in lockdown mode
SEVERE_ERR_TASK_LEAVELOCKDOWN_NOT_ROOT_23=Only root users may cause the server to leave lockdown mode
SEVERE_ERR_TASK_LEAVELOCKDOWN_NOT_LOOPBACK_24=Only root users connected from a loopback address may cause the server to leave lockdown mode
SEVERE_ERR_TASK_DISCONNECT_NO_PRIVILEGE_25=You do not have sufficient privileges to terminate client connections
SEVERE_ERR_TASK_DISCONNECT_INVALID_CONN_ID_26=Unable to decode value %s as an integer connection ID
SEVERE_ERR_TASK_DISCONNECT_NO_CONN_ID_27=Attribute %s must be provided to specify the connection ID for the client to disconnect
SEVERE_ERR_TASK_DISCONNECT_INVALID_NOTIFY_CLIENT_28=Unable to decode value %s as an indication of whether to notify the client before disconnecting it. The provided value should be either 'true' or 'false'
INFO_TASK_DISCONNECT_GENERIC_MESSAGE_29=\u7ba1\u7406\u8005\u304c\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3092\u7d42\u4e86\u3057\u307e\u3057\u305f
SEVERE_ERR_TASK_DISCONNECT_NO_SUCH_CONNECTION_30=There is no client connection with connection ID %s
INFO_TASK_DISCONNECT_MESSAGE_31=\u7ba1\u7406\u8005\u304c\u3053\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u63a5\u7d9a\u3092\u7d42\u4e86\u3057\u307e\u3057\u305f
INFO_TASK_ADD_SCHEMA_FILE_NAME_32=\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u8ffd\u52a0
INFO_TASK_BACKUP_NAME_33=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7
INFO_TASK_DISCONNECT_CLIENT_NAME_34=\u63a5\u7d9a\u306e\u89e3\u9664
INFO_TASK_ENTER_LOCKDOWN_MODE_NAME_35=\u30ed\u30c3\u30af\u30c0\u30a6\u30f3
INFO_TASK_EXPORT_NAME_36=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
INFO_TASK_IMPORT_NAME_37=\u30a4\u30f3\u30dd\u30fc\u30c8
INFO_TASK_INITIALIZE_TARGET_NAME_38=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u521d\u671f\u5316
INFO_TASK_INITIALIZE_NAME_39=\u30ec\u30d7\u30ea\u30ab\u304b\u3089\u306e\u521d\u671f\u5316
INFO_TASK_LEAVE_LOCKDOWN_MODE_NAME_40=\u30ed\u30c3\u30af\u30c0\u30a6\u30f3\u306e\u307e\u307e\u306b\u3059\u308b
INFO_TASK_REBUILD_NAME_41=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9
INFO_TASK_RESTORE_NAME_42=\u5fa9\u5143
INFO_TASK_SET_GENERATION_ID_NAME_43=\u4e16\u4ee3 ID \u306e\u8a2d\u5b9a
INFO_TASK_SHUTDOWN_NAME_44=\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3
INFO_TASK_STATE_UNSCHEDULED_45=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u89e3\u9664\u6e08\u307f
INFO_TASK_STATE_DISABLED_46=\u7121\u52b9
INFO_TASK_STATE_WAITING_ON_START_TIME_47=\u958b\u59cb\u6642\u523b\u3092\u5f85\u6a5f\u4e2d
INFO_TASK_STATE_WAITING_ON_DEPENDENCY_48=\u4f9d\u5b58\u95a2\u4fc2\u3092\u5f85\u6a5f\u4e2d
INFO_TASK_STATE_RUNNING_49=\u7a3c\u50cd\u4e2d
INFO_TASK_STATE_COMPLETED_SUCCESSFULLY_50=\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f
INFO_TASK_STATE_COMPLETED_WITH_ERRORS_51=\u30a8\u30e9\u30fc\u304c\u751f\u6210\u3055\u308c\u3066\u5b8c\u4e86\u3057\u307e\u3057\u305f
INFO_TASK_STATE_STOPPED_BY_SHUTDOWN_52=\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u306b\u3088\u308a\u505c\u6b62\u3057\u307e\u3057\u305f
INFO_TASK_STATE_STOPPED_BY_ERROR_53=\u30a8\u30e9\u30fc\u306e\u305f\u3081\u306b\u505c\u6b62\u3057\u307e\u3057\u305f
INFO_TASK_STATE_STOPPED_BY_ADMINISTRATOR_54=\u7ba1\u7406\u8005\u306b\u3088\u308a\u505c\u6b62\u3055\u308c\u307e\u3057\u305f
INFO_TASK_STATE_CANCELED_BEFORE_STARTING_55=\u8d77\u52d5\u524d\u306b\u53d6\u308a\u6d88\u3055\u308c\u307e\u3057\u305f
INFO_BACKUP_ARG_BACKUPALL_56=\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7
INFO_BACKUP_ARG_COMPRESS_57=\u5727\u7e2e
INFO_BACKUP_ARG_ENCRYPT_58=\u6697\u53f7\u5316
INFO_BACKUP_ARG_HASH_59=\u30cf\u30c3\u30b7\u30e5
INFO_BACKUP_ARG_INCREMENTAL_60=\u5897\u5206
INFO_BACKUP_ARG_SIGN_HASH_61=\u30cf\u30c3\u30b7\u30e5\u306b\u7f72\u540d
INFO_BACKUP_ARG_BACKEND_IDS_62=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID
INFO_BACKUP_ARG_BACKUP_DIR_63=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea
INFO_BACKUP_ARG_BACKUP_ID_64=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID
INFO_BACKUP_ARG_INC_BASE_ID_65=\u5897\u5206\u30d9\u30fc\u30b9 ID
INFO_EXPORT_ARG_LDIF_FILE_66=LDIF \u30d5\u30a1\u30a4\u30eb
INFO_EXPORT_ARG_BACKEND_ID_67=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID
INFO_EXPORT_ARG_APPEND_TO_LDIF_68=LDIF \u306b\u8ffd\u52a0
INFO_EXPORT_ARG_COMPRESS_LDIF_69=LDIF \u306e\u5727\u7e2e
INFO_EXPORT_ARG_ENCRYPT_LDIF_70=LDIF \u306e\u6697\u53f7\u5316
INFO_EXPORT_ARG_SIGN_HASH_71=\u30cf\u30c3\u30b7\u30e5\u306b\u7f72\u540d
INFO_EXPORT_ARG_INCL_ATTR_72=\u5c5e\u6027\u3092\u542b\u3081\u308b
INFO_EXPORT_ARG_EXCL_ATTR_73=\u5c5e\u6027\u306e\u9664\u5916
INFO_EXPORT_ARG_INCL_FILTER_74=\u30d5\u30a3\u30eb\u30bf\u3092\u542b\u3081\u308b
INFO_EXPORT_ARG_EXCL_FILTER_75=\u30d5\u30a3\u30eb\u30bf\u306e\u9664\u5916
INFO_EXPORT_ARG_INCL_BRANCH_76=\u5206\u5c90\u3092\u542b\u3081\u308b
INFO_EXPORT_ARG_EXCL_BRANCH_77=\u5206\u5c90\u306e\u9664\u5916
INFO_EXPORT_ARG_WRAP_COLUMN_78=\u5217\u3092\u6298\u308a\u8fd4\u3059
INFO_RESTORE_ARG_BACKUP_DIR_79=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea
INFO_RESTORE_ARG_BACKUP_ID_80=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID
INFO_RESTORE_ARG_VERIFY_ONLY_81=\u691c\u8a3c\u306e\u307f
INFO_IMPORT_ARG_LDIF_FILE_82=LDIF \u30d5\u30a1\u30a4\u30eb
INFO_IMPORT_ARG_APPEND_83=\u8ffd\u52a0
INFO_IMPORT_ARG_REPLACE_EXISTING_84=\u65e2\u5b58\u306e\u7f6e\u63db
INFO_IMPORT_ARG_BACKEND_ID_85=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID
INFO_IMPORT_ARG_INCL_ATTR_86=\u5c5e\u6027\u3092\u542b\u3081\u308b
INFO_IMPORT_ARG_EXCL_ATTR_87=\u5c5e\u6027\u306e\u9664\u5916
INFO_IMPORT_ARG_INCL_FILTER_88=\u30d5\u30a3\u30eb\u30bf\u3092\u542b\u3081\u308b
INFO_IMPORT_ARG_EXCL_FILTER_89=\u30d5\u30a3\u30eb\u30bf\u306e\u9664\u5916
INFO_IMPORT_ARG_INCL_BRANCH_90=\u5206\u5c90\u3092\u542b\u3081\u308b
INFO_IMPORT_ARG_EXCL_BRANCH_91=\u5206\u5c90\u306e\u9664\u5916
INFO_IMPORT_ARG_REJECT_FILE_92=\u30d5\u30a1\u30a4\u30eb\u306e\u62d2\u5426
INFO_IMPORT_ARG_SKIP_FILE_93=\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30ad\u30c3\u30d7
INFO_IMPORT_ARG_OVERWRITE_94=\u4e0a\u66f8\u304d
INFO_IMPORT_ARG_SKIP_SCHEMA_VALIDATION_95=\u30b9\u30ad\u30fc\u30de\u691c\u8a3c\u306e\u30b9\u30ad\u30c3\u30d7
INFO_IMPORT_ARG_IS_COMPRESSED_96=\u5727\u7e2e\u3055\u308c\u3066\u3044\u307e\u3059
INFO_IMPORT_ARG_IS_ENCRYPTED_97=\u6697\u53f7\u5316\u3055\u308c\u3066\u3044\u307e\u3059
INFO_IMPORT_ARG_CLEAR_BACKEND_98=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u6d88\u53bb
INFO_FAILED_DEPENDENCY_ACTION_PROCESS_99=\u51e6\u7406
INFO_FAILED_DEPENDENCY_ACTION_CANCEL_100=\u53d6\u6d88\u3057
INFO_FAILED_DEPENDENCY_ACTION_DISABLE_101=\u7121\u52b9
INFO_TASK_STOPPED_BY_ADMIN_102=\u7ba1\u7406\u8005\u306b\u3088\u308a\u30bf\u30b9\u30af\u304c\u505c\u6b62\u3055\u308c\u307e\u3057\u305f:  %s
SEVERE_ERR_TASK_INITIALIZE_INVALID_GENERATION_ID_103=Invalid generation ID provided with the task
INFO_IMPORT_ARG_TEMPLATE_FILE_104=\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb
INFO_IMPORT_ARG_RANDOM_SEED_105=\u4e71\u6570\u30b7\u30fc\u30c9
SEVERE_ERR_TASK_LDAP_FAILED_TO_CONNECT_WRONG_PORT_106=Unable to connect to the server at %s on port %s. Check this port is an administration port
INFO_TASK_STATE_RECURRING_107=\u518d\u5e30\u4e2d