From 5317b08ebe4a7fb43823502ee21065059e4190ee Mon Sep 17 00:00:00 2001
From: hajma <hajma@localhost>
Date: Thu, 23 Jul 2009 08:44:32 +0000
Subject: [PATCH] l10n files update

---
 opends/src/messages/messages/task_ja.properties |   98 ++++++++++++++++--------------------------------
 1 files changed, 33 insertions(+), 65 deletions(-)

diff --git a/opends/src/messages/messages/task_ja.properties b/opends/src/messages/messages/task_ja.properties
index d954f0e..26c5a55 100644
--- a/opends/src/messages/messages/task_ja.properties
+++ b/opends/src/messages/messages/task_ja.properties
@@ -21,10 +21,14 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2009 Sun Microsystems, Inc.
+
+
+
 #
 # Global directives
 #
 global.category=TASK
+
 #
 # Format string definitions
 #
@@ -43,70 +47,36 @@
 #
 # 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
+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'
+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
+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
@@ -179,10 +149,8 @@
 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
+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
+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

--
Gitblit v1.10.0