From f1b63a7cfa50e52795618e2c29ba7fd73045566a Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Wed, 19 Dec 2012 18:29:10 +0000 Subject: [PATCH] Fix for OPENDJ-667 : control-panel should not hardcode passwords. Now fields to input password is displayed if the duplicated entry contains a password. --- opends/src/messages/messages/admin_tool_ja.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/admin_tool_ja.properties b/opends/src/messages/messages/admin_tool_ja.properties index 0a3ba48..afc99c6 100644 --- a/opends/src/messages/messages/admin_tool_ja.properties +++ b/opends/src/messages/messages/admin_tool_ja.properties @@ -1977,7 +1977,9 @@ MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=\u89aa\u30a8\u30f3\u30c8\u30ea\u306e\u6709\u52b9\u306a DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=\u89aa\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=\u30a8\u30f3\u30c8\u30ea DN: -INFO_CTRL_PANEL_ENTRY_TO_DUPLICATE_HAS_PASSWORD_WARNING=\u8907\u88fd\u3057\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u306f\u5024 '%s' \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u307e\u3059 +INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9: +INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=\u30d1\u30b9\u30ef\u30fc\u30c9 (\u78ba\u8a8d): +# INFO_CTRL_PANEL_DUPLICATE_ENTRY_PASSWORD_INFO=Leave empty for no password. INFO_CTRL_PANEL_DS_SYNC_HIST_BINARY_VALUE=<\u30d0\u30a4\u30ca\u30ea\u5024> INFO_REQUIRED_ICON_ACCESSIBLE_DESCRIPTION=\u5fc5\u9808\u30a2\u30a4\u30b3\u30f3\u3002 INFO_WARNING_ICON_ACCESSIBLE_DESCRIPTION=\u8b66\u544a\u30a2\u30a4\u30b3\u30f3\u3002 -- Gitblit v1.10.0