From ebc29455f8c4e79f565717fe4a44b02e296e6c3f Mon Sep 17 00:00:00 2001
From: shankar_mbn <shankar_mbn@localhost>
Date: Thu, 29 Jan 2009 11:34:14 +0000
Subject: [PATCH] Fix for Issue 3682, 3643 - Addition of Localized resource files with new translations

---
 opends/src/messages/messages/config_ja.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/config_ja.properties b/opends/src/messages/messages/config_ja.properties
index e27d198..bb1a74e 100644
--- a/opends/src/messages/messages/config_ja.properties
+++ b/opends/src/messages/messages/config_ja.properties
@@ -389,9 +389,9 @@
 SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify configuration backup %s because it is encrypted using an unknown or unsupported cipher:  %s
 SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore configuration backup %s because an error occurred while attempting to temporarily back up the current configuration files from %s to %s:  %s
 NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u69cb\u6210\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002  \u305f\u3060\u3057\u3001\u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001\u73fe\u5728\u306f %s \u306e\u5143\u306e\u5834\u6240\u306b\u3042\u308a\u307e\u3059
-SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred that prevented the configuration backup from being properly restored.  The original configuration files that were in place before the start of the restore process have been preserved and are contained in the %s directory
+SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u69cb\u6210\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002  The original configuration files that were in place before the start of the restore process have been preserved and are contained in the %s directory
 SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to restore configuration backup %s because an error occurred while attempting to create a new empty directory %s into which the files should be restored:  %s
-SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that prevented the configuration backup from being properly restored.  The original configuration files that were in place before the start of the restore process have been preserved in the %s directory
+SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u69cb\u6210\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002  The original configuration files that were in place before the start of the restore process have been preserved in the %s directory
 SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or verify configuration backup %s because an error occurred while trying to read the next entry from the archive file %s:  %s
 SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore configuration backup %s because an error occurred while trying to recreate file %s:  %s
 SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore or verify configuration backup %s because an error occurred while processing archived file %s:  %s

--
Gitblit v1.10.0