opends/build.xml
@@ -867,6 +867,13 @@ <include name="**/org/opends/server/util/CertificateManager.java"/> <include name="**/org/opends/server/util/DynamicConstants.java"/> <include name="**/org/opends/server/types/OperatingSystem.java"/> <include name="**/org/opends/messages/Message.java"/> <include name="**/org/opends/messages/MessageBuilder.java"/> <include name="**/org/opends/messages/MessageDescriptor.java"/> <include name="**/org/opends/messages/Severity.java"/> <include name="**/org/opends/messages/Category.java"/> <include name="**/org/opends/messages/QuickSetupMessages.java"/> <include name="**/org/opends/server/types/OpenDsException.java"/> <compilerarg value="-Xlint:all" /> </javac> <javac srcdir="${quicksetup.src.dir}" destdir="${quicksetup.classes.dir}" @@ -878,9 +885,7 @@ <fileset dir="${build.dir}/build-tools"> <include name="build-tools.jar" /> </fileset> <fileset dir="${pdir}/lib"> <include name="${SHORT_NAME}.jar" /> </fileset> <pathelement path="${classes.dir}"/> </classpath> </javac> @@ -1006,8 +1011,44 @@ <jar jarfile="${pdir}/lib/${SHORT_NAME}.jar" basedir="${classes.dir}" excludes="${ads.classes.dir}, ${quicksetup.globalcompile.classes.dir}, org/opends/server/snmp/**" compress="true" index="true" /> excludes="${ads.classes.dir}, ${quicksetup.globalcompile.classes.dir}, org/opends/server/snmp/**,**/*_fr.properties,**/*_ja.properties,**/*_de.properties,**/*_es.properties,**/*_zh_TW.properties,**/*_zh_CN.properties,**/*_ko.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_fr.jar" basedir="${classes.dir}" includes="**/*_fr.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_ja.jar" basedir="${classes.dir}" includes="**/*_ja.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_de.jar" basedir="${classes.dir}" includes="**/*_de.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_es.jar" basedir="${classes.dir}" includes="**/*_es.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_ko.jar" basedir="${classes.dir}" includes="**/*_ko.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_zh_CN.jar" basedir="${classes.dir}" includes="**/*_zh_CN.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/${SHORT_NAME}_zh_TW.jar" basedir="${classes.dir}" includes="**/*_zh_TW.properties" compress="true" index="true" /> <jar jarfile="${pdir}/lib/quicksetup.jar" basedir="${quicksetup.classes.dir}" compress="true" index="true" /> @@ -1042,6 +1083,10 @@ <copy file="${pdir}/config/config.ldif" tofile="${pdir}/config/upgrade/config.ldif.${REVISION_NUMBER}" /> <!-- Create buildinfo files --> <echo message="${MAJOR_VERSION}.${MINOR_VERSION}.${POINT_VERSION}.${REVISION_NUMBER}" file="${pdir}/config/buildinfo" /> <taskdef name="concatschema" classname="org.opends.build.tools.ConcatSchema"> @@ -1305,6 +1350,13 @@ <lib dir="${pdir}/lib"> <include name="${SHORT_NAME}.jar" /> <include name="${SHORT_NAME}_fr.jar" /> <include name="${SHORT_NAME}_ja.jar" /> <include name="${SHORT_NAME}_ko.jar" /> <include name="${SHORT_NAME}_de.jar" /> <include name="${SHORT_NAME}_es.jar" /> <include name="${SHORT_NAME}_zh_TW.jar" /> <include name="${SHORT_NAME}_zh_CN.jar" /> </lib> </war> opends/lib/je.jarBinary files differ
opends/resource/bin/_client-script.bat
@@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Copyright 2006-2009 Sun Microsystems, Inc. rem This script is used to invoke various client-side processes. It should not rem be invoked directly by end users. @@ -52,7 +52,7 @@ :launchCommand set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% %* opends/resource/bin/_mixed-script.bat
@@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Copyright 2006-2009 Sun Microsystems, Inc. rem This script is used to invoke various server-side processes. It should not rem be invoked directly by end users. @@ -53,7 +53,7 @@ set ORIGINAL_JAVA_BIN=%OPENDS_JAVA_BIN% set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=%OLD_SCRIPT_NAME%" @@ -86,7 +86,7 @@ set OPENDS_JAVA_BIN=%ORIGINAL_JAVA_BIN% set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=%OLD_SCRIPT_NAME%" opends/resource/bin/_script-util.bat
@@ -37,7 +37,7 @@ if "%SCRIPT_UTIL_CMD%" == "set_environment_vars" goto setEnvironmentVars if "%SCRIPT_UTIL_CMD%" == "test-java" goto testJava if "%SCRIPT_UTIL_CMD%" == "set-classpath" goto setClassPath goto end goto prepareCheck :setInstanceRoot setlocal @@ -56,7 +56,7 @@ :setClassPath if "%SET_CLASSPATH_DONE%" == "true" goto end if "%SET_CLASSPATH_DONE%" == "true" goto prepareCheck FOR %%x in ("%INSTALL_ROOT%\lib\*.jar") DO call "%INSTALL_ROOT%\lib\setcp.bat" %%x if "%INSTALL_ROOT%" == "%INSTANCE_ROOT%"goto setClassPathDone FOR %%x in ("%INSTANCE_ROOT%\lib\*.jar") DO call "%INSTANCE_ROOT%\lib\setcp.bat" %%x @@ -70,7 +70,7 @@ if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "false" goto setJavaHomeAndArgs if "%SET_CLASSPATH_DONE%" == "false" goto setClassPath if "%SET_ENVIRONMENT_VARS_DONE%" == "false" goto setEnvironmentVars goto end goto prepareCheck :setFullEnvironmentAndTestJava if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "false" goto setJavaHomeAndArgs @@ -80,7 +80,7 @@ :setJavaHomeAndArgs if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "true" goto end if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "true" goto prepareCheck if not exist "%INSTANCE_ROOT%\lib\set-java-home.bat" goto checkEnvJavaArgs call "%INSTANCE_ROOT%\lib\set-java-home.bat" if "%OPENDS_JAVA_BIN%" == "" goto checkEnvJavaArgs @@ -134,7 +134,7 @@ exit /B 1 :setEnvironmentVars if %SET_ENVIRONMENT_VARS_DONE% == "true" goto end if %SET_ENVIRONMENT_VARS_DONE% == "true" goto prepareCheck set PATH=%SystemRoot%;%PATH% set SCRIPT_NAME_ARG=-Dorg.opends.server.scriptName=%SCRIPT_NAME% set SET_ENVIRONMENT_VARS_DONE=true @@ -145,7 +145,7 @@ set RESULT_CODE=%errorlevel% if %RESULT_CODE% == 13 goto notSupportedJavaHome if not %RESULT_CODE% == 0 goto noValidJavaHome goto end goto prepareCheck :noValidJavaHome if NOT "%OPENDS_JAVA_ARGS%" == "" goto noValidHomeWithArgs @@ -192,5 +192,29 @@ pause exit /B 1 :isVersionOrHelp if [%1] == [] goto check if [%1] == [--help] goto end if [%1] == [-H] goto end if [%1] == [--version] goto end if [%1] == [-V] goto end if [%1] == [--fullversion] goto end if [%1] == [-F] goto end shift goto isVersionOrHelp :prepareCheck rem Perform check unless it is specified not to do it if "%NO_CHECK%" == "" set NO_CHECK=false goto isVersionOrHelp :check if "%NO_CHECK%" == "true" goto end if "%CHECK_VERSION%" == "true" set OPT_CHECK_VERSION=--checkVersion "%OPENDS_JAVA_BIN%" %SCRIPT_NAME_ARG% -DINSTALL_ROOT="%INSTALL_ROOT%" -DINSTANCE_ROOT="%INSTANCE_ROOT%" org.opends.server.tools.configurator.CheckInstance %OPT_CHECK_VERSION% set RESULT_CODE=%errorlevel% if "%RESULT_CODE%" == "0" goto end exit /B 1 :end exit /B 0 opends/resource/bin/_server-script.bat
@@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Copyright 2006-2009 Sun Microsystems, Inc. rem This script is used to invoke various server-side processes. It should not rem be invoked directly by end users. @@ -52,7 +52,7 @@ :launchCommand set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% "%OPENDS_JAVA_BIN%" %OPENDS_JAVA_ARGS% %SCRIPT_NAME_ARG% %OPENDS_INVOKE_CLASS% --configClass org.opends.server.extensions.ConfigFileHandler --configFile "%INSTANCE_ROOT%\config\config.ldif" %* opends/resource/bin/control-panel.bat
@@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Copyright 2006-2009 Sun Microsystems, Inc. setlocal for %%i in (%~sf0) do set DIR_HOME=%%~dPsi.. @@ -44,7 +44,7 @@ rem Set environment variables set SCRIPT_UTIL_CMD=set-full-environment call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" $* if NOT %errorlevel% == 0 exit /B %errorlevel% if "%~1" == "" goto callLaunch opends/resource/bin/dsjavaproperties.bat
@@ -23,10 +23,11 @@ rem CDDL HEADER END rem rem rem Copyright 2008 Sun Microsystems, Inc. rem Copyright 2008-2009 Sun Microsystems, Inc. setlocal set OPENDS_INVOKE_CLASS="org.opends.server.tools.JavaPropertiesTool" set SCRIPT_NAME=dsjavaproperties set NO_CHECK=false for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %* opends/resource/bin/make-ldif.bat
@@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Copyright 2006-2009 Sun Microsystems, Inc. setlocal opends/resource/bin/start-ds.bat
@@ -48,7 +48,7 @@ rem Set environment variables set SCRIPT_UTIL_CMD=set-full-environment-and-test-java call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" $* set ERROR_CODE=%errorlevel% if NOT %ERROR_CODE% == 0 goto exitErrorCode opends/resource/bin/stop-ds.bat
@@ -23,7 +23,7 @@ rem CDDL HEADER END rem rem rem Copyright 2006-2008 Sun Microsystems, Inc. rem Copyright 2006-2009 Sun Microsystems, Inc. setlocal @@ -59,7 +59,7 @@ rem Set environment variables set SCRIPT_UTIL_CMD=set-full-environment-and-test-java call "%INSTALL_ROOT%\lib\_script-util.bat" call "%INSTALL_ROOT%\lib\_script-util.bat" %* if NOT %errorlevel% == 0 exit /B %errorlevel% echo %SCRIPT%: CLASSPATH=%CLASSPATH% >> %LOG% opends/resource/servicetag/opends.uuids.properties
@@ -1,6 +1,6 @@ org.opends.server.servicetag.productname=OpenDS 1.2 org.opends.server.servicetag.version=1.2 org.opends.server.servicetag.uuid=urn:uuid:7d96e6d0-a524-11dd-a2a2-080020a9ed93 org.opends.server.servicetag.productname=OpenDS 2.0 org.opends.server.servicetag.version=2.0 org.opends.server.servicetag.uuid=urn:uuid:be69303a-a1da-11dd-a2a2-080020a9ed93 org.opends.server.servicetag.parent=Unknown org.opends.server.servicetag.parenturn=Unknown org.opends.server.servicetag.vendor=Opends.org opends/src/admin/defn/org/opends/server/admin/std/ReplicationDomainConfiguration.xml
@@ -141,7 +141,7 @@ </adm:description> <adm:default-behavior> <adm:defined> <adm:value>1000ms</adm:value> <adm:value>10000ms</adm:value> </adm:defined> </adm:default-behavior> <adm:syntax> opends/src/guitools/org/opends/guitools/controlpanel/ControlPanel.java
@@ -41,6 +41,8 @@ import org.opends.guitools.controlpanel.ui.MainMenuBar; import org.opends.guitools.controlpanel.util.Utilities; import org.opends.messages.AdminToolMessages; import org.opends.messages.Message; import org.opends.quicksetup.util.Utils; /** * The class that is in charge of creating the main dialog of the ControlPanel @@ -109,7 +111,11 @@ } }); dlg.setJMenuBar(menuBar); dlg.setTitle(AdminToolMessages.INFO_CONTROL_PANEL_TITLE.get().toString()); String title = Utils.getCustomizedObject( "INFO_CONTROL_PANEL_TITLE", AdminToolMessages.INFO_CONTROL_PANEL_TITLE.get(), Message.class).toString(); dlg.setTitle(title); dlg.setContentPane(controlCenterPane); dlg.pack(); opends/src/guitools/org/opends/guitools/controlpanel/ControlPanelLauncher.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2008 Sun Microsystems, Inc. * Copyright 2008-2009 Sun Microsystems, Inc. */ package org.opends.guitools.controlpanel; @@ -237,8 +237,9 @@ private static void initLookAndFeel() throws Throwable { // Setup MacOSX native menu bar before AWT is loaded. Utils.setMacOSXMenuBar( AdminToolMessages.INFO_CONTROL_PANEL_TITLE.get()); Message title = Utils.getCustomizedObject("INFO_CONTROL_PANEL_TITLE", AdminToolMessages.INFO_CONTROL_PANEL_TITLE.get(), Message.class); Utils.setMacOSXMenuBar(title); if (SwingUtilities.isEventDispatchThread()) { opends/src/guitools/org/opends/guitools/controlpanel/datamodel/CustomSearchResult.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2008 Sun Microsystems, Inc. * Copyright 2008-2009 Sun Microsystems, Inc. */ package org.opends.guitools.controlpanel.datamodel; @@ -52,7 +52,7 @@ * exceptions that most of the methods in SearchResult throw. * */ public class CustomSearchResult implements Comparable { public class CustomSearchResult implements Comparable<CustomSearchResult> { private Name name; private String dn; private Map<String, Set<Object>> attributes; @@ -177,8 +177,17 @@ /** * {@inheritDoc} */ public int compareTo(Object o) { return this.getDN().compareTo(((CustomSearchResult)o).getDN()); public int compareTo(CustomSearchResult o) { int compareTo; if (this.equals(o)) { compareTo = 0; } else { compareTo = toString().compareTo(o.toString()); } return compareTo; } /** opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericMenuBar.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2008 Sun Microsystems, Inc. * Copyright 2008-2009 Sun Microsystems, Inc. */ package org.opends.guitools.controlpanel.ui; @@ -41,6 +41,7 @@ import org.opends.guitools.controlpanel.util.BackgroundTask; import org.opends.guitools.controlpanel.util.Utilities; import org.opends.quicksetup.ui.WebBrowserErrorDialog; import org.opends.quicksetup.util.Utils; import org.opends.quicksetup.util.WebBrowserException; import org.opends.quicksetup.util.WebBrowserLauncher; @@ -54,6 +55,20 @@ private ControlPanelInfo info; /** * The URL to the administration guide. */ protected final String ADMINISTRATION_GUIDE_URL = Utils.getCustomizedObject("ADMINISTRATION_GUIDE_URL", "https://www.opends.org/wiki/page/AdministrationGuide", String.class); /** * The URL to the wiki main page. */ protected final String WIKI_MAIN_PAGE_URL = Utils.getCustomizedObject("WIKI_MAIN_PAGE_URL", "https://www.opends.org/wiki/page/Main", String.class); /** * Constructor of the menu bar. * @param info the control panel information. */ @@ -86,7 +101,7 @@ { public void actionPerformed(ActionEvent ev) { displayURL("https://www.opends.org/wiki/page/AdministrationGuide"); displayURL(ADMINISTRATION_GUIDE_URL); } }); menu.add(menuItem); @@ -96,7 +111,7 @@ { public void actionPerformed(ActionEvent ev) { displayURL("https://www.opends.org/wiki/page/Main"); displayURL(WIKI_MAIN_PAGE_URL); } }); menu.add(menuItem); opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigReader.java
@@ -46,6 +46,7 @@ import org.opends.server.core.DirectoryServer; import org.opends.server.types.DN; import org.opends.server.types.DirectoryEnvironmentConfig; import org.opends.server.types.DirectoryException; import org.opends.server.types.InitializationException; import org.opends.server.types.OpenDsException; import org.opends.server.types.Schema; @@ -276,8 +277,11 @@ * @throws ConfigException if an error occurs reading the schema. * @throws InitializationException if an error occurs trying to find out * the schema files. * @throws DirectoryException if there is an error registering the minimal * objectclasses. */ protected void readSchema() throws ConfigException, InitializationException protected void readSchema() throws ConfigException, InitializationException, DirectoryException { SchemaLoader loader = new SchemaLoader(); loader.readSchema(); opends/src/guitools/org/opends/guitools/controlpanel/util/SchemaLoader.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2008 Sun Microsystems, Inc. * Copyright 2008-2009 Sun Microsystems, Inc. */ package org.opends.guitools.controlpanel.util; @@ -36,11 +36,14 @@ import org.opends.messages.Message; import org.opends.quicksetup.util.Utils; import org.opends.server.api.AttributeSyntax; import org.opends.server.api.MatchingRule; import org.opends.server.config.ConfigConstants; import org.opends.server.config.ConfigException; import org.opends.server.core.DirectoryServer; import org.opends.server.core.SchemaConfigManager; import org.opends.server.types.AttributeType; import org.opends.server.types.DirectoryException; import org.opends.server.types.InitializationException; import org.opends.server.types.ObjectClass; import org.opends.server.types.Schema; @@ -52,6 +55,23 @@ public class SchemaLoader { private Schema schema; private final String[] attrsToKeep = { ConfigConstants.ATTR_ATTRIBUTE_TYPES_LC, ConfigConstants.ATTR_OBJECTCLASSES_LC, ConfigConstants.ATTR_NAME_FORMS_LC, ConfigConstants.ATTR_DIT_CONTENT_RULES_LC, ConfigConstants.ATTR_DIT_STRUCTURE_RULES_LC, ConfigConstants.ATTR_MATCHING_RULE_USE_LC}; private final String[] ocsToKeep = {"top"}; private final ArrayList<ObjectClass> objectclassesToKeep = new ArrayList<ObjectClass>(); private final ArrayList<AttributeType> attributesToKeep = new ArrayList<AttributeType>(); private final ArrayList<MatchingRule> matchingRulesToKeep = new ArrayList<MatchingRule>(); private final ArrayList<AttributeSyntax> syntaxesToKeep = new ArrayList<AttributeSyntax>(); /** * Constructor. @@ -59,7 +79,31 @@ */ public SchemaLoader() { schema = DirectoryServer.getSchema().duplicate(); Schema sc = DirectoryServer.getSchema(); for (String name : ocsToKeep) { ObjectClass oc = sc.getObjectClass(name.toLowerCase()); if (oc != null) { objectclassesToKeep.add(oc); } } for (String name : attrsToKeep) { AttributeType attr = sc.getAttributeType(name.toLowerCase()); if (attr != null) { attributesToKeep.add(attr); } } for (MatchingRule mr : sc.getMatchingRules().values()) { matchingRulesToKeep.add(mr); } for (AttributeSyntax syntax : sc.getSyntaxes().values()) { syntaxesToKeep.add(syntax); } } private static String getSchemaDirectoryPath(boolean userSchema) @@ -78,51 +122,30 @@ * @throws ConfigException if an error occurs reading the schema. * @throws InitializationException if an error occurs trying to find out * the schema files. * @throws DirectoryException if there is an error registering the minimal * objectclasses. */ public void readSchema() throws ConfigException, InitializationException public void readSchema() throws DirectoryException, ConfigException, InitializationException { String[] attrsToKeep = { ConfigConstants.ATTR_ATTRIBUTE_TYPES_LC, ConfigConstants.ATTR_OBJECTCLASSES_LC, ConfigConstants.ATTR_NAME_FORMS_LC, ConfigConstants.ATTR_DIT_CONTENT_RULES_LC, ConfigConstants.ATTR_DIT_STRUCTURE_RULES_LC, ConfigConstants.ATTR_MATCHING_RULE_USE_LC}; String[] ocsToKeep = {"top"}; for (ObjectClass oc : schema.getObjectClasses().values()) schema = new Schema(); for (MatchingRule mr : matchingRulesToKeep) { String name = oc.getNameOrOID().toLowerCase(); boolean found = false; for (int i=0; i<ocsToKeep.length; i++) { if (ocsToKeep[i].equals(name)) { found = true; break; } } if (!found) { schema.deregisterObjectClass(oc); } schema.registerMatchingRule(mr, true); } for (AttributeType attr : schema.getAttributeTypes().values()) for (AttributeSyntax syntax : syntaxesToKeep) { String name = attr.getNameOrOID().toLowerCase(); boolean found = false; for (int i=0; i<attrsToKeep.length; i++) { if (attrsToKeep[i].equals(name)) { found = true; break; } } if (!found) { schema.deregisterAttributeType(attr); } schema.registerSyntax(syntax, true); } for (AttributeType attr : attributesToKeep) { schema.registerAttributeType(attr, true); } for (ObjectClass oc : objectclassesToKeep) { schema.registerObjectClass(oc, true); } String[] fileNames = null; try { opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2006-2008 Sun Microsystems, Inc. * Copyright 2006-2009 Sun Microsystems, Inc. */ package org.opends.guitools.uninstaller; @@ -202,7 +202,9 @@ * {@inheritDoc} */ protected Message getFrameTitle() { return INFO_FRAME_UNINSTALL_TITLE.get(); Message title = Utils.getCustomizedObject("INFO_FRAME_UNINSTALL_TITLE", INFO_FRAME_UNINSTALL_TITLE.get(), Message.class); return title; } /** opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -156,7 +156,9 @@ * {@inheritDoc} */ public Message getFrameTitle() { return INFO_FRAME_UNINSTALL_TITLE.get(); Message title = Utils.getCustomizedObject("INFO_FRAME_UNINSTALL_TITLE", INFO_FRAME_UNINSTALL_TITLE.get(), Message.class); return title; } /** opends/src/messages/messages/access_control_de.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=Der angegebene Verbindungsregelwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da die zur \u00f6ffnenden Klammer geh\u00f6rende schlie\u00dfende Klammer fehlt MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=Der angegebene Verbindungsregelwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Die Form von g\u00fcltigen Verbindungsregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. Die Form von g\u00fcltigen Verbindungsregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=Der Versuch, den Eintrag "%s" mit einem ACI-Attributtyp hinzuzuf\u00fcgen ist fehlgeschlagen, da der Authorisierungs-DN "%s" \u00fcber keine ACL-\u00c4nderungsrechte verf\u00fcgt INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=Der Versuch, einen ACI-Attributtyp im Eintrag "%s" zu \u00e4ndern ist fehlgeschlagen, da der Authorisierungs-DN "%s" \u00fcber keine ACL-\u00c4nderungsrechte verf\u00fcgt SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=Es wurden keine ACI-Attributtypen im Kontext "%s" gefunden INFO_ACI_ADD_LIST_ACIS_50=Es wurden zus\u00e4tzliche %s ACI-Attributtypen im Kontext "%s" des Evaluierungsmoduls f\u00fcr die Zugriffskontrolle gefunden SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=Der SASL-Mechanismus "%s", der im ACI-Verbindungsregelausdruck authmethd enthalten ist, geh\u00f6rt nicht zu den momentan im Server registrierten Mechanismen SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=Der SASL-Mechanismus "%s", der im ACI-Verbindungsregelausdruck authmethod enthalten ist, geh\u00f6rt nicht zu den momentan im Server registrierten Mechanismen ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Legt einen globalen ACI-Attributtyp fest, mit dem ACIs mit globalem G\u00fcltigkeitsbereich \u00fcber Namenskontexte hinweg definiert werden k\u00f6nnen INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=Es wurden keine globalen ACI-Attributtypen gefunden INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=%s globale ACI-Attributtypen zum Evaluierungsmoduls f\u00fcr die Zugriffskontrolle hinzugef\u00fcgt INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=Unerwarteter Fehler bei der Verarbeitung des Attributs ds-cfg-global-aci im Konfigurationseintrag %s INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=Unerwarteter Fehler bei der Verarbeitung der ACI-Attribute im Konfigurationssystem SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=Die angegebene Access Control Instruction (ACI)-Bindungsregel des SSF-Ausdrucks "%s" konnte aus dem folgenden Grund keine Analyse ausf\u00fchren: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=Die angegebene Access Control Instruction (ACI)-Bindungsregel des SSF-Ausdrucks "%s" liegt nicht im g\u00fcltigen Bereich. Ein g\u00fcltiger SSF-Wert liegt im Bereich zwischen 1 und 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=Die angegebene Access Control Instruction (ACI)-Bindungsregel f\u00fcr den Uhrzeitausdruck "%s" konnte aus den folgenden Gr\u00fcnden keine Analyse ausf\u00fchren "%s" opends/src/messages/messages/access_control_es.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=El valor "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no es v\u00e1lido porque le falta el par\u00e9ntesis de cierre que corresponde al par\u00e9ntesis inicial de apertura MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=El valor "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no es v\u00e1lido. A valid bind rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=El valor "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no es v\u00e1lido. Un valor de la regla de enlace debe tener el siguiente formato: operador de palabra clave "expresi\u00f3n" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=Se ha producido un error al intentar a\u00f1adir la entrada "%s", que contiene un tipo de atributo de la ACI, porque al ND de autorizaci\u00f3n "%s" le faltaban los privilegios para modificar ACL INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=Se ha producido un error al intentar modificar un tipo de atributo de la ACI en la entrada "%s" porque al ND de autorizaci\u00f3n "%s" le faltaban los privilegios para modificar ACL SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=No se han encontrado tipos de atributos de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) en el contexto "%s" INFO_ACI_ADD_LIST_ACIS_50=Los tipos de atributo %s de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) encontrados en el contexto "%s" que se han a\u00f1adido a la m\u00e1quina de evaluaci\u00f3n del control de acceso SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=El mecanismo "%s" de SASL proporcionado en la expresi\u00f3n authmethod de la regla de expresi\u00f3n de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) no es uno de los mecanismos registrados actualmente en el servidor SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Especifica un tipo de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) que se puede utilizar para definir las ACI de \u00e1mbito global en los contextos de los nombres INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=No se han encontrado tipos de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=Los tipos de atributo %s de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) a\u00f1adidos a la m\u00e1quina de evaluaci\u00f3n del control de acceso INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=Se ha producido un error inesperado al procesar el atributo ds-cfg-global-aci en la entrada de configuraci\u00f3n %s INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=Se ha producido un error inesperado al procesar los atributos de la ACI en el sistema de configuraci\u00f3n SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=Se ha producido un error al analizar la expresi\u00f3n SSF "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada debido al siguiente motivo: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=El valor "%s" de la expresi\u00f3n SSF de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no se encuentra dentro del rango v\u00e1lido. Para que un valor de SSF sea v\u00e1lido debe encontrarse en el rango de 1 a 1.024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=Se ha producido un error al analizar la expresi\u00f3n de hora del d\u00eda "%s" de la regla enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) debido al siguiente motivo: "%s" opends/src/messages/messages/access_control_fr.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL global.category=CONTR\u00d4LE_D'ACC\u00c8S # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=La valeur de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie "%s" est invalide car il manque une parenth\u00e8se de fermeture correspondant \u00e0 la parenth\u00e8se d'ouverture initiale MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=La valeur de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie "%s" est invalide. Pour \u00eatre valide, la valeur de la r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. Pour \u00eatre valide, la valeur de la r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=\u00c9chec de la tentative d'ajout de l'entr\u00e9e "%s" contenant un type d'attribut aci car le DN d'autorisation "%s" n'a pas les privil\u00e8ges modify-acl INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u00c9chec de la tentative de modification du type d'attribut dans l'entr\u00e9e "%s" car le DN d'autorisation "%s" n'a pas les privil\u00e8ges modify-acl SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u00c9chec de la tentative de modification du type d'attribut aci dans l'entr\u00e9e "%s" car le DN d'autorisation "%s" n'a pas les privil\u00e8ges modify-acl ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=Impossible de trouver un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) dans le contexte "%s" INFO_ACI_ADD_LIST_ACIS_50=Des types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s ajout\u00e9s %s ont \u00e9t\u00e9 trouv\u00e9s dans le contexte "%s" du moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character INFO_ACI_ADD_LIST_ACIS_50=Des types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s (ACI) ajout\u00e9s %s ont \u00e9t\u00e9 trouv\u00e9s dans le contexte "%s" du moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=Le m\u00e9canisme SASL "%s" fourni dans l'expression authmethod de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) ne fait pas partie des m\u00e9canismes actuellement enregistr\u00e9s sur le serveur SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Sp\u00e9cifie un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) pouvant \u00eatre utilis\u00e9 pour des ACI d\u00e9finies avec un domaine global dans des contextes de nommage ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=Sp\u00e9cifie un type global d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) pouvant \u00eatre utilis\u00e9 pour des ACI d\u00e9finies avec un domaine global dans des contextes de nommage INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=Impossible de trouver un type d'attribut d'instruction de contr\u00f4le d'acc\u00e8s (ACI) global INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=Types d'attributs d'instructions de contr\u00f4le d'acc\u00e8s global (ACI) ajout\u00e9s %s au moteur d'\u00e9valuation du contr\u00f4le d'acc\u00e8s INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=Une erreur inattendue s'est produite pendant le traitement de l'attribut ds-cfg-global-aci dans l'entr\u00e9e de configuration %s INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=Une erreur inattendue s'est produite pendant le traitement des attributs aci dans le syst\u00e8me de configuration SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=\u00c9chec de l'analyse de l'expression "%s" SSF de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) pour la raison suivante\u00a0: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=La valeur "%s" d'expression ssf de la r\u00e8gle de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) n'est pas dans la plage valide. Une valeur ssf valide est comprise dans la plage allant de 1 \u00e0 1024. SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=\u00c9chec de l'analyse de l'expression "%s" timeofday de la r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) pour la raison suivante\u00a0: "%s" opends/src/messages/messages/access_control_ja.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could not be parsed as a valid Access Control Instruction (ACI) because it failed general ACI syntax evaluation SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control Instruction (ACI) version value "%s" is invalid, only the version 3.0 is supported SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access Control Instruction access type value "%s" is invalid. A valid access type value is either allow or deny SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control Instruction (ACI) rights values "%s" are invalid. The rights must be a list of 1 to 6 comma-separated keywords enclosed in parentheses SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control Instruction (ACI) rights keyword values "%s" are invalid. The valid rights keyword values are one or more of the following: read, write, add, delete, search, compare or the single value all ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6700\u521d\u306e\u958b\u59cb\u62ec\u5f27\u306b\u5bfe\u5fdc\u3059\u308b\u9589\u3058\u62ec\u5f27\u304c\u3042\u308a\u307e\u305b\u3093 MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002 \u6709\u52b9\u306a\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5024\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: \u30ad\u30fc\u30ef\u30fc\u30c9\u6f14\u7b97\u5b50 "\u5f0f" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, dns, dayofweek, timeofday or authmethod SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid bind rule operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access Control Instruction (ACI) bind rule expression value corresponding to the keyword value "%s" is missing an expression. A valid bind rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided Access Control Instruction (ACI) bind rule boolean operator value "%s" is invalid. A valid bind rule boolean operator value is either "OR" or "AND" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The provided Access Control Instruction (ACI) bind rule keyword string "%s" is invalid for the bind rule operator string "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control Instruction (ACI) bind rule userdn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. A valid roledn keyword expression value requires one or more LDAP URLs in the following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control Instruction (ACI) bind rule roledn expression failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. A valid groupdn keyword expression value requires one or more LDAP URLs in the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control Instruction (ACI) bind rule groupdn expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" is not valid for the ip expression network address "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address type value "%s" is not valid.%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access Control Instruction (ACI) bind rule ip expression value failed to decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip keyword expression requires one or more comma-separated elements of a valid IP address list expression SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns keyword expression value requires a valid fully qualified DNS domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" is invalid, because a wild-card pattern was found in the wrong position. A valid dns keyword wild-card expression value requires the '*' character only be in the leftmost position of the domain name SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, because of an invalid day of week value. A valid dayofweek value is one of the following English three-letter abbreviations for the days of the week: sun, mon, tue, wed, thu, fri, or sat SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control Instruction (ACI) bind rule timeofday expression value "%s" is not in the valid range. A valid timeofday value is expressed as four digits representing hours and minutes in the 24-hour clock (0 to 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access Control Instruction (ACI) bind rule authmethod expression value "%s" is invalid. A valid authmethod value is one of the following: none, simple,SSL, or "sasl mechanism", where mechanism is one of the supported SASL mechanisms including CRAM-MD5, DIGEST-MD5, and GSSAPI SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is invalid SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access Control Instruction (ACI) bind rule userattr expression value "%s" is not supported SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. A valid inheritance pattern value must have the following format: parent[inheritance_level].attribute#bindType SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid. The inheritance level value cannot exceed the max level limit of %s SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid because it is non-numeric SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control Instruction (ACI) target rule value "%s" is invalid. A valid target rule value must be in the following form: keyword operator "expression" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control Instruction (ACI) target keyword value "%s" is invalid. A valid target keyword value is one of the following: target, targetscope, targetfilter, targetattr or targetattrfilters SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access Control Instruction (ACI) target operator value "%s" is invalid. The only valid target operator value for the "%s" keyword is '=' SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access Control Instruction (ACI) target keyword value "%s" is not supported at this time SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided Access Control Instruction (ACI) target keyword value "%s" was seen multiple times in the ACI "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access Control Instruction (ACI) target keyword operator value "%s" is invalid. A valid target keyword operator value is either '=' or "!=" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access Control Instruction (ACI) targetscope expression operator value "%s" is invalid. A valid targetscope expression value is one of the following: one, onelevel or subtree SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided Access Control Instruction (ACI) target expression value "%s" is invalid. A valid target keyword expression value requires a LDAP URL in the following format: ldap:///distinguished_name_pattern SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access Control Instruction (ACI) target expression DN value "%s" is invalid. The target expression DN value must be a descendant of the ACI entry DN "%s", if no wild-card is specified in the target expression DN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid. A valid targetattr keyword expression value requires one or more valid attribute type names in the following format: attribute1 [|| attribute1] ... [|| attributeN] SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided Access Control Instruction (ACI) targetfilter expression value "%s" is invalid because it is not a valid LDAP filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=aci \u5c5e\u6027\u578b\u3092\u542b\u3080\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3059\u308b\u8a66\u307f\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8a8d\u53ef DN "%s" \u306b ACL \u4fee\u6b63\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u30a8\u30f3\u30c8\u30ea "%s" \u306e aci \u5c5e\u6027\u578b\u3092\u4fee\u6b63\u3059\u308b\u8a66\u307f\u304c\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u8a8d\u53ef DN "%s" \u306b ACL \u4fee\u6b63\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093 SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" containing an aci attribute type failed because of the following reason: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute type in the entry "%s" failed because of the following reason: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", because of the following reason: %s ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u304c\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8 "%s" \u3067\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f INFO_ACI_ADD_LIST_ACIS_50=\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8 "%s" \u3067\u898b\u3064\u304b\u3063\u305f %s \u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u3092\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u8a55\u4fa1\u30a8\u30f3\u30b8\u30f3\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The provided Access Control Instruction (ACI) bind rule userattr expression inheritance pattern value "%s" is invalid for the roledn keyword because it starts with the string "parent[" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because it is not in the correct format.A valid targattrsfilters expression value must be in the following format: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided Access Control Instruction (ACI) targattrfilter expression value %s is invalid because the both operation tokens match in the two filter lists SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because there are more than two filter list statements SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because the provided filter list string is in the wrong format. A valid targattrfilters filter list must be in the following format: add=attr1: F1 && attr2: F2 ... && attrN: FN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The provided Access Control Instruction (ACI) targattrfilters expression value %s is invalid because one or more of the specified filters are invalid because of non-matching attribute type names in the filter SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access Control Instruction (ACI) attribute name value %s is invalid. A valid attribute type name must begin with an ASCII letter and must contain only ASCII letters,digits or the "-" character ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u8a8d\u8a3c\u65b9\u6cd5\u5f0f\u3067\u63d0\u4f9b\u3055\u308c\u308b SASL \u6a5f\u69cb "%s" \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u306b\u73fe\u5728\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u6a5f\u69cb\u3067\u306f\u3042\u308a\u307e\u305b\u3093 SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, but the canonical representation for that hostname is configured to be %s. The server will attempt to automatically interpret the correct localhost value SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access Control Instruction (ACI) bind rule dns expression value "%s" references hostname %s, which resolves to IP address %s, but the canonical hostname for that IP address is %s. This likely means that the provided hostname will never match any clients SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while attempting to determine whether hostname %s referenced in dns expression bind rule "%s" used the correct canonical representation: %s. This likely means that the provided hostname will never match any clients ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\u30cd\u30fc\u30df\u30f3\u30b0\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u5168\u4f53\u3067\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30b3\u30fc\u30d7\u3092\u6301\u3064\u5b9a\u7fa9\u6e08\u307f ACI \u3067\u4f7f\u7528\u3067\u304d\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059 INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\u30b0\u30ed\u30fc\u30d0\u30eb\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=%s \u30b0\u30ed\u30fc\u30d0\u30eb\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u578b\u3092\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u8a55\u4fa1\u30a8\u30f3\u30b8\u30f3\u306b\u8ffd\u52a0\u3057\u307e\u3057\u305f INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-global-aci \u5c5e\u6027\u306e\u51e6\u7406\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\u69cb\u6210\u30b7\u30b9\u30c6\u30e0\u3067 aci \u5c5e\u6027\u306e\u51e6\u7406\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is not valid because it contains two consecutive wildcards in an attribute value SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not valid because it uses wildcards for substring matching on an attribute type. A single wildcard is allowed in place of an attribute type SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s is not valid because it contains a wildcard in an attribute type in a multi-valued RDN SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a lock on the ModifyDN new superior entry %s SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute "%s" with a distinguished name syntax was not a valid DN SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control Instruction (ACI) targetattr expression value "%s" is invalid because the expression contains invalid or duplicate tokens SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control Instruction (ACI) expression value "%s" is invalid because it contains the roledn keyword, which is not supported, replace it with the groupdn keyword SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control Instruction (ACI)%s SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown mode because invalid ACIs rules were detected either when the server was started or during a backend initialization SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to URL decode for the following reason: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the ldap URL "%s" contains an empty base DN SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access Control Instruction (ACI) bind rule userattr expression value failed to parse because the attribute field of the ldap URL "%s" either contains more than one description or the field is empty SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix value of the expression "%s" was an invalid value. All values must greater than or equal to 0 and either less than or equal 32 for IPV4 addresses or less than or equal to 128 for IPV6 addresses SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the prefix part of the expression "%s" has an non-numeric value SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" format was invalid SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the IPv4 address expression "%s" contains an invalid value. All values of the address must be between 0 and 255 SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv4 address expression "%s" contains a non-numeric value SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the the IPv6 address expression "%s" contains an illegal wildcard character. Wildcards are not supported when using IPv6 addresses in a IP bind rule expression SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control Instruction (ACI) bind rule IP address expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid format SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control Instruction (ACI) bind rule IP address expression failed to parse because the netmask part of the expression "%s" has an invalid value SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided Access Control Instruction (ACI) targetcontrol expression value "%s" is invalid. A valid targetcontrol keyword expression value requires one or more valid control OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the value contained an illegal character %c at position %d SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed because the numeric OID contained two consecutive periods at position %d SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control check failed because a geteffectiverights control could not be decoded because of the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access Control Instruction (ACI) extop expression value "%s" is invalid. A valid extop keyword expression value requires one or more valid extended operation request OID strings in the following format: oid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a presence index defined for attribute type %s. Access control initialization may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e SSF \u5f0f "%s" \u306f\u3001\u6b21\u306e\u7406\u7531\u3067\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e ssf \u5f0f\u306e\u5024 "%s" \u306f\u3001\u6709\u52b9\u7bc4\u56f2\u5185\u306e\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6709\u52b9\u306a ssf \u5024\u306f 1 \u304b\u3089 1024 \u307e\u3067\u3067\u3059\u3002 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e timeofday \u5f0f "%s" \u306f\u3001\u6b21\u306e\u7406\u7531\u3067\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f: "%s" opends/src/messages/messages/access_control_ko.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\uc81c\uacf5\ub41c \ubb38\uc790\uc5f4 \"%s\"\uc740(\ub294) \uc77c\ubc18 ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uad6c\ubb38 \ud3c9\uac00\uc5d0 \uc2e4\ud328\ud588\uae30 \ub54c\ubb38\uc5d0 \uc720\ud6a8\ud55c ACI\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc84\uc804 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubc84\uc804 3.0\ub9cc \uc9c0\uc6d0\ub429\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\uc81c\uacf5\ub41c \uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839 \uc561\uc138\uc2a4 \uc720\ud615 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc561\uc138\uc2a4 \uc720\ud615 \uac12\uc740 allow \ub610\ub294 deny\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uad8c\ud55c \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad8c\ud55c\uc740 1 - 6\uac1c\uc758 \ud0a4\uc6cc\ub4dc \ubaa9\ub85d\uc73c\ub85c \uc27c\ud45c\ub85c \uad6c\ubd84\ub418\uace0 \uad04\ud638\ub85c \ubb36\uc5ec \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uad8c\ud55c \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uad8c\ud55c \ud0a4\uc6cc\ub4dc \uac12\uc740 read, write, add, delete, search, compare \uc911 \ud558\ub098 \uc774\uc0c1\uc774\uac70\ub098 \ub2e8\uc77c \uac12 all\uc785\ub2c8\ub2e4. ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \uac12 \"%s\"\uc740(\ub294) \uccab \ubc88\uc9f8 \uc5ec\ub294 \uad04\ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \ub2eb\ub294 \uad04\ud638\uac00 \uc5c6\uc73c\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \uac12\uc740 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 "\ud45c\ud604\uc2dd" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ud0a4\uc6cc\ub4dc \uac12\uc740 userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday \ub610\ub294 authmethod \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \uc5f0\uc0b0\uc790 \uac12\uc740 '=' \ub610\ub294 "!="\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc5d0 \ud574\ub2f9\ub418\ub294 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ud45c\ud604\uc2dd \uac12\uc5d0 \ud45c\ud604\uc2dd\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \uac12\uc740 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 "\ud45c\ud604\uc2dd" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ubd80\uc6b8 \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ubc14\uc778\ub4dc \uaddc\uce59 \ubd80\uc6b8 \uc5f0\uc0b0\uc790 \uac12\uc740 "OR" \ub610\ub294 "AND"\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 \ud0a4\uc6cc\ub4dc \ubb38\uc790\uc5f4 \"%s\"\uc774(\uac00) \ubc14\uc778\ub4dc \uaddc\uce59 \uc5f0\uc0b0\uc790 \ubb38\uc790\uc5f4 \"%s\"\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userdn \ud45c\ud604\uc2dd\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 roledn \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c roledn \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] \ud615\uc2dd\uc758 LDAP URL\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 roledn \ud45c\ud604\uc2dd\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 groupdn \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c groupdn \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] \ud615\uc2dd\uc758 LDAP URL\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 groupdn \ud45c\ud604\uc2dd \uac12\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=\ub124\ud2b8\uc6cc\ud06c \ub9c8\uc2a4\ud06c \uac12 \"%s\"\uc774(\uac00) ip \ud45c\ud604\uc2dd \ub124\ud2b8\uc6cc\ud06c \uc8fc\uc18c \"%s\"\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=\uc8fc\uc18c \uc720\ud615 \uac12 \"%s\"\uc758 \ube44\ud2b8 \ub9c8\uc2a4\ud06c\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 ip \ud45c\ud604\uc2dd \uac12\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 ip \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c ip \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd\uc5d0\ub294 \uc27c\ud45c\ub85c \uad6c\ubd84\ub41c \uc720\ud6a8\ud55c IP \uc8fc\uc18c \ubaa9\ub85d \ud45c\ud604\uc2dd \uc694\uc18c\uac00 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c dns \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 \uc720\ud6a8\ud55c \uc815\uaddc\ud654\ub41c DNS \ub3c4\uba54\uc778 \uc774\ub984\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc640\uc77c\ub4dc\uce74\ub4dc \ud328\ud134\uc774 \uc798\ubabb\ub41c \uc704\uce58\uc5d0 \uc788\uc73c\ubbc0\ub85c \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c dns \ud0a4\uc6cc\ub4dc \uc640\uc77c\ub4dc\uce74\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 '*' \ubb38\uc790\uac00 \ub3c4\uba54\uc778 \uc774\ub984\uc758 \ub9e8 \uc67c\ucabd\uc5d0\ub9cc \uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dayofweek \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc694\uc77c \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c dayofweek \uac12\uc740 \uc694\uc77c\uc5d0 \ub300\ud55c \uc138 \ubb38\uc790 \uc601\uc5b4 \uc57d\uc5b4 sun, mon, tue, wed, thu, fri \ub610\ub294 sat \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 timeofday \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c timeofday \uac12\uc740 24\uc2dc\uac04\uc758 \uc2dc\uac04 \ubc0f \ubd84\uc744 \ub098\ud0c0\ub0b4\ub294 \ub124 \uc790\ub9ac \uc22b\uc790(0 ~ 2359)\ub85c \ud45c\ud604\ub429\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 timeofday \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc720\ud6a8\ud55c \ubc94\uc704\uc5d0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c timeofday \uac12\uc740 24\uc2dc\uac04\uc758 \uc2dc\uac04 \ubc0f \ubd84\uc744 \ub098\ud0c0\ub0b4\ub294 \ub124 \uc790\ub9ac \uc22b\uc790(0 ~ 2359)\ub85c \ud45c\ud604\ub429\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 authmethod \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c authmethod \uac12\uc740 none, simple, SSL \ub610\ub294 "sasl mechanism" \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c mechanism\uc740 CRAM-MD5, DIGEST-MD5 \ubc0f GSSAPI\ub97c \ud3ec\ud568\ud558\ub294 \uc9c0\uc6d0\ub418\ub294 SASL \uba54\ucee4\ub2c8\uc998 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc0c1\uc18d \ud328\ud134 \uac12\uc740 parent[inheritance_level].attribute#bindType \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c1\uc18d \uc218\uc900 \uac12\uc740 \ucd5c\ub300 \uc218\uc900 \uc81c\ud55c %s\uc744(\ub97c) \ucd08\uacfc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc740(\ub294) \uc22b\uc790\uac00 \uc544\ub2c8\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \uaddc\uce59 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ub300\uc0c1 \uaddc\uce59 \uac12\uc740 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 "\ud45c\ud604\uc2dd" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12\uc740 target, targetscope, targetfilter, targetattr \ub610\ub294 targetattrfilters \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \"%s\" \ud0a4\uc6cc\ub4dc\uc758 \uc720\ud6a8\ud55c \ub300\uc0c1 \uc5f0\uc0b0\uc790 \uac12\uc740 '='\ubfd0\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc740(\ub294) \ud604\uc7ac \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uac12 \"%s\"\uc774(\uac00) ACI \"%s\"\uc5d0 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \ub300\uc0c1 \ud0a4\uc6cc\ub4dc \uc5f0\uc0b0\uc790 \uac12\uc740 '=' \ub610\ub294 "!="\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetscope \ud45c\ud604\uc2dd \uc5f0\uc0b0\uc790 \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targetscope \ud45c\ud604\uc2dd \uac12\uc740 one, onelevel \ub610\ub294 subtree \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) target \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c target \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 ldap:///distinguished_name_pattern \ud615\uc2dd\uc758 LDAP URL\uc774 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) target \ud45c\ud604\uc2dd DN \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. target \ud45c\ud604\uc2dd DN \uac12\uc740 target \ud45c\ud604\uc2dd DN\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 ACI \ud56d\ubaa9 DN \"%s\"\uc758 \ud558\uc704 \ud56d\ubaa9\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetattr \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targetattr \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 attribute1 [|| attribute1] ... [|| attributeN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetfilter \ud45c\ud604\uc2dd \uac12 \"%s\"\uc740(\ub294) \uc720\ud6a8\ud55c LDAP \ud544\ud130\uac00 \uc544\ub2c8\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=\uad8c\ud55c \ubd80\uc5ec DN \"%2$s\"\uc5d0 modify-acl \uad8c\ud55c\uc774 \uc5c6\uc5b4\uc11c aci \uc18d\uc131 \uc720\ud615\uc774 \ud3ec\ud568\ub41c \ud56d\ubaa9 \"%1$s\"\uc744(\ub97c) \ucd94\uac00\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\uad8c\ud55c \ubd80\uc5ec DN \"%2$s\"\uc5d0 modify-acl \uad8c\ud55c\uc774 \uc5c6\uc5b4\uc11c \ud56d\ubaa9 \"%1$s\"\uc5d0\uc11c aci \uc18d\uc131 \uc720\ud615\uc744 \uc218\uc815\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=aci \uc18d\uc131 \uc720\ud615\uc774 \ud3ec\ud568\ub41c \ud56d\ubaa9 \"%s\"\uc744(\ub97c) \ucd94\uac00\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\ud56d\ubaa9 \"%s\"\uc5d0\uc11c aci \uc18d\uc131 \uc720\ud615\uc744 \uc218\uc815\ud558\ub824\ub294 \uc2dc\ub3c4\uac00 \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \"%s\"\uc744(\ub97c) \uc218\ud589\ud588\uc2b5\ub2c8\ub2e4(\ud56d\ubaa9 \"%s\"\uc5d0 \uc788\uc74c): %s ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc774 \ucee8\ud14d\uc2a4\ud2b8 \"%s\"\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. INFO_ACI_ADD_LIST_ACIS_50=\ucd94\uac00\ub41c %s ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc774 \uc561\uc138\uc2a4 \uc81c\uc5b4 \ud3c9\uac00 \uc5d4\uc9c4\uc5d0 \ub300\ud55c \ucee8\ud14d\uc2a4\ud2b8 \"%s\"\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uc0c1\uc18d \ud328\ud134 \uac12 \"%s\"\uc740(\ub294) \ubb38\uc790\uc5f4 "parent["\ub85c \uc2dc\uc791\ud558\ubbc0\ub85c roledn \ud0a4\uc6cc\ub4dc\uc5d0 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilter \ud45c\ud604\uc2dd \uac12 %s\uc740(\ub294) %s \ub54c\ubb38\uc5d0 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilter \ud45c\ud604\uc2dd \uac12 %s\uc740(\ub294) \uc62c\ubc14\ub978 \ud615\uc2dd\uc774 \uc544\ub2c8\ubbc0\ub85c \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targattrsfilters \ud45c\ud604\uc2dd \uac12\uc740 "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\ub450 \ud544\ud130 \ubaa9\ub85d\uc5d0\uc11c \ub450 \uc5f0\uc0b0 \ud1a0\ud070\uc774 \uc77c\uce58\ud558\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilter \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\ud544\ud130 \ubaa9\ub85d \uba85\ub839\ubb38\uc774 \uc138 \uac1c \uc774\uc0c1 \uc788\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\uc81c\uacf5\ub41c \ud544\ud130 \ubaa9\ub85d \ubb38\uc790\uc5f4\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targattrfilters \ud544\ud130 \ubaa9\ub85d\uc740 add=attr1: F1 && attr2: F2 ... && attrN: FN \ud615\uc2dd\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\uc9c0\uc815\ub41c \ud544\ud130 \uc911 \ud558\ub098 \uc774\uc0c1\uc774 \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\uc9c0\uc815\ub41c \ud544\ud130 \uc911 \ud558\ub098 \uc774\uc0c1\uc774 \ud544\ud130\uc758 \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc774 \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targattrfilters \ud45c\ud604\uc2dd \uac12 %s\uc774(\uac00) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc774\ub984 \uac12 %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc740 ASCII \ubb38\uc790\ub85c \uc2dc\uc791\ud558\uace0 ASCII \ubb38\uc790, \uc22b\uc790 \ub610\ub294 "-" \ubb38\uc790\ub9cc \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4. ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 authmethod \ud45c\ud604\uc2dd\uc5d0 \uc81c\uacf5\ub41c SASL \uba54\ucee4\ub2c8\uc998 \"%s\"\uc774(\uac00) \ud604\uc7ac \uc11c\ubc84\uc5d0 \ub4f1\ub85d\ub41c \uba54\ucee4\ub2c8\uc998 \uc911 \ud558\ub098\uac00 \uc544\ub2d9\ub2c8\ub2e4. SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \ud638\uc2a4\ud2b8 \uc774\ub984 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \ud574\ub2f9 \ud638\uc2a4\ud2b8 \uc774\ub984\uc5d0 \ub300\ud55c \uc815\uc2dd \ud45c\ud604\uc774 %s(\uc73c)\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uc5d0\uc11c \uc62c\ubc14\ub978 localhost \uac12\uc744 \uc790\ub3d9\uc73c\ub85c \ud574\uc11d\ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 dns \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \ud638\uc2a4\ud2b8 \uc774\ub984 %s\uc744(\ub97c) \ucc38\uc870\ud558\uace0 \uc774 \uc774\ub984\uc740 IP \uc8fc\uc18c %s(\uc73c)\ub85c \ud655\uc778\ub418\uc9c0\ub9cc \ud574\ub2f9 IP \uc8fc\uc18c\uc5d0 \ub300\ud55c \uc815\uc2dd \ud638\uc2a4\ud2b8 \uc774\ub984\uc774 %s\uc785\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc81c\uacf5\ub41c \ud638\uc2a4\ud2b8 \uc774\ub984\uacfc \uc77c\uce58\ud558\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc5c6\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=dns \ud45c\ud604\uc2dd \ubc14\uc778\ub4dc \uaddc\uce59 \"%2$s\"\uc5d0\uc11c \ucc38\uc870\ub418\ub294 \ud638\uc2a4\ud2b8 \uc774\ub984 %1$s\uc774(\uac00) \uc62c\ubc14\ub978 \uc815\uc2dd \ud45c\ud604\uc744 \uc0ac\uc6a9\ud558\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc81c\uacf5\ub41c \ud638\uc2a4\ud2b8 \uc774\ub984\uacfc \uc77c\uce58\ud558\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8\uac00 \uc5c6\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\uc774\ub984 \uc9c0\uc815 \ucee8\ud14d\uc2a4\ud2b8\uc5d0 \ub300\ud55c \uc804\uc5ed \ubc94\uc704\ub97c \uac00\uc9c4 \uc815\uc758\ub41c ACI\uc5d0 \uc0ac\uc6a9\ub420 \uc218 \uc788\ub294 \uc804\uc5ed ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4. INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\uc804\uc5ed ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=\uc561\uc138\uc2a4 \uc81c\uc5b4 \ud3c9\uac00 \uc5d4\uc9c4\uc5d0 %s \uc804\uc5ed ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud588\uc2b5\ub2c8\ub2e4. INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-global-aci \uc18d\uc131\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\uad6c\uc131 \uc2dc\uc2a4\ud15c\uc5d0\uc11c aci \uc18d\uc131\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\uc18d\uc131 \uac12\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc \ub450 \uac1c\uac00 \uc5f0\uc18d\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud328\ud134 DN %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\uc18d\uc131 \uc720\ud615\uc5d0\uc11c \uc77c\uce58\ud558\ub294 \ud558\uc704 \ubb38\uc790\uc5f4\uc744 \uac80\uc0c9\ud558\uae30 \uc704\ud574 \uc640\uc77c\ub4dc\uce74\ub4dc\ub97c \uc0ac\uc6a9\ud558\ubbc0\ub85c \ud328\ud134 DN %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc18d\uc131 \uc720\ud615 \ub300\uc2e0 \uc640\uc77c\ub4dc\uce74\ub4dc \ud558\ub098\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\uc5ec\ub7ec \uac12\uc744 \uac00\uc9c4 RDN\uc758 \uc18d\uc131 \uc720\ud615\uc5d0 \uc640\uc77c\ub4dc\uce74\ub4dc\uac00 \uc788\uc73c\ubbc0\ub85c \ud328\ud134 DN %s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=ModifyDN \uc0c8 \uc0c1\uc704 \ud56d\ubaa9 %s\uc744(\ub97c) \uc7a0\uae00 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_NOT_VALID_DN_73=\uace0\uc720 \uc774\ub984 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\ub294 \uc18d\uc131 \"%s\"\uc774(\uac00) \uc720\ud6a8\ud55c DN\uc774 \uc544\ub2c8\ubbc0\ub85c \uc790\uccb4 \uc4f0\uae30 \ud655\uc778\uc744 \uac74\ub108\ub6f0\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\ud45c\ud604\uc2dd\uc5d0 \uc798\ubabb\ub418\uac70\ub098 \uc911\ubcf5\ub41c \ud1a0\ud070\uc774 \uc788\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetfilter \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 roledn \ud0a4\uc6cc\ub4dc\ub97c \ud3ec\ud568\ud558\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. groupdn \ud0a4\uc6cc\ub4dc\ub85c \ubc14\uafb8\uc2ed\uc2dc\uc624. SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\uc11c\ubc84\uac00 \uc2dc\uc791\ud560 \ub54c\ub098 \ubc31\uc5d4\ub4dc \ucd08\uae30\ud654 \ub3d9\uc548 \uc798\ubabb\ub41c ACI \uaddc\uce59\uc774 \uac10\uc9c0\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc11c\ubc84\uac00 \uc7a0\uae08 \ubaa8\ub4dc\ub85c \ub4e4\uc5b4\uac11\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c URL\uc744 \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=ldap URL \"%s\"\uc758 \uae30\ubcf8 DN\uc774 \ube44\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=ldap URL \"%s\"\uc758 \uc18d\uc131 \ud544\ub4dc\uc5d0 \uc124\uba85\uc774 \ub450 \uac1c \uc774\uc0c1 \ub4e4\uc5b4 \uc788\uac70\ub098 \ud544\ub4dc\uac00 \ube44\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 userattr \ud45c\ud604\uc2dd \uac12\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\ud45c\ud604\uc2dd \"%s\"\uc5d0\uc11c \uc811\ub450\uc5b4 \ubd80\ubd84\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\ud45c\ud604\uc2dd \"%s\"\uc758 \uc811\ub450\uc5b4 \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uac12\uc774 0\ubcf4\ub2e4 \ud06c\uac70\ub098 \uac19\uc544\uc57c \ud558\uace0 IPV4 \uc8fc\uc18c\uc758 \uacbd\uc6b0 32\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uace0 IPV6 \uc8fc\uc18c\uc758 \uacbd\uc6b0 128\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc544\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\ud45c\ud604\uc2dd \"%s\"\uc758 \uc811\ub450\uc5b4 \ubd80\ubd84\uc5d0 \uc22b\uc790\uac00 \uc544\ub2cc \uac12\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=IPv4 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=IPv4 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc5d0 \uc798\ubabb\ub41c \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \uc8fc\uc18c \uac12\uc740 0\uc5d0\uc11c 255 \uc0ac\uc774\uc5ec\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=IPv4 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc5d0 \uc22b\uc790\uac00 \uc544\ub2cc \uac12\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=IPv6 \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc5d0 \uc798\ubabb\ub41c \uc640\uc77c\ub4dc\uce74\ub4dc \ubb38\uc790\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. IP \ubc14\uc778\ub4dc \uaddc\uce59 \ud45c\ud604\uc2dd\uc5d0\uc11c IPv6 \uc8fc\uc18c\ub97c \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \uc640\uc77c\ub4dc\uce74\ub4dc\uac00 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd \"%s\"\uc744(\ub97c) \ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\ud45c\ud604\uc2dd \"%s\"\uc5d0\uc11c \ub137\ub9c8\uc2a4\ud06c \ubd80\ubd84\uc758 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\ud45c\ud604\uc2dd \"%s\"\uc5d0\uc11c \ub137\ub9c8\uc2a4\ud06c \ubd80\ubd84\uc758 \uac12\uc774 \uc798\ubabb\ub418\uc5c8\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) \ubc14\uc778\ub4dc \uaddc\uce59 IP \uc8fc\uc18c \ud45c\ud604\uc2dd\uc744 \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetcontrol \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c targetcontrol \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 oid [|| oid1] ... [|| oidN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \uc81c\uc5b4 OID \ubb38\uc790\uc5f4\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\uac12\uc758 %3$d \uc704\uce58\uc5d0 \uc798\ubabb\ub41c \ubb38\uc790 %2$c\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetcontrol OID \uac12 \"%1$s\"\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\uc22b\uc790 OID\uc758 %2$d \uc704\uce58\uc5d0 \ub9c8\uce68\ud45c\uac00 \ub450 \uac1c \uc5f0\uc18d\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) targetcontrol OID \uac12 \"%1$s\"\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c geteffectiverights \uc81c\uc5b4\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uae30 \ub54c\ubb38\uc5d0 \uc561\uc138\uc2a4 \uc81c\uc5b4 \ud655\uc778\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4: \"%s\" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\uc81c\uacf5\ub41c ACI(\uc561\uc138\uc2a4 \uc81c\uc5b4 \uba85\ub839) extop \ud45c\ud604\uc2dd \uac12 \"%s\"\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc720\ud6a8\ud55c extop \ud0a4\uc6cc\ub4dc \ud45c\ud604\uc2dd \uac12\uc5d0\ub294 oid [|| oid1] ... [|| oidN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \ud655\uc7a5 \uc5f0\uc0b0 \uc694\uccad OID \ubb38\uc790\uc5f4\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\ubc31\uc5d4\ub4dc %s\uc5d0\ub294 \uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud55c \uc788\uc74c \uc0c9\uc778\uc774 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc561\uc138\uc2a4 \uc81c\uc5b4 \ucd08\uae30\ud654\ub97c \uc644\ub8cc\ud558\ub294 \ub370 \uc2dc\uac04\uc774 \uc624\ub798 \uac78\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" opends/src/messages/messages/access_control_zh_CN.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u5b57\u7b26\u4e32 "%s" \u89e3\u6790\u4e3a\u6709\u6548\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI)\uff0c\u56e0\u4e3a\u5176\u672a\u80fd\u901a\u8fc7\u5e38\u89c4 ACI \u8bed\u6cd5\u8bc4\u4f30 SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7248\u672c\u503c "%s" \u65e0\u6548\uff0c\u4ec5\u652f\u6301\u7248\u672c 3.0 SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4\u8bbf\u95ee\u7c7b\u578b\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u8bbf\u95ee\u7c7b\u578b\u503c\u4e3a allow \u6216 deny SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u6743\u9650\u503c "%s" \u65e0\u6548\u3002\u6743\u9650\u5fc5\u987b\u4e3a 1 \u81f3 6 \u4e2a\u4ee5\u9017\u53f7\u5206\u9694\u7684\u5173\u952e\u5b57\uff08\u7528\u5706\u62ec\u53f7\u62ec\u8d77\u6765\uff09\u5217\u8868 SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u6743\u9650\u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u6743\u9650\u5173\u952e\u5b57\u503c\u4e3a\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u503c\uff1aread\u3001write\u3001add\u3001delete\u3001search\u3001compare \u6216\u5355\u4e2a\u503c all ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u7f3a\u5c11\u4e0e\u8d77\u59cb\u5de6\u5706\u62ec\u53f7\u5bf9\u5e94\u7684\u53f3\u5706\u62ec\u53f7 MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u5173\u952e\u5b57\u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1auserdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday \u6216 authmethod SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u503c\u4e3a '=' \u6216 "!=" SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u503c\uff08\u4e0e\u5173\u952e\u5b57\u503c "%s" \u5bf9\u5e94\uff09\u7f3a\u5c11\u8868\u8fbe\u5f0f\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u5e03\u5c14\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ed1\u5b9a\u89c4\u5219\u5e03\u5c14\u8fd0\u7b97\u7b26\u503c\u4e3a "OR" \u6216 "AND" SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u5173\u952e\u5b57\u5b57\u7b26\u4e32 "%s" \u5bf9\u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u5b57\u7b26\u4e32 "%s" \u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userdn \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 roledn \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 roledn \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684 LDAP URL\uff1aldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 roledn \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 groupdn \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 groupdn \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684 LDAP URL\uff1aldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 groupdn \u8868\u8fbe\u5f0f\u503c\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=\u7f51\u7edc\u63a9\u7801\u503c "%s" \u5bf9 ip \u8868\u8fbe\u5f0f\u7f51\u7edc\u5730\u5740 "%s" \u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=\u5730\u5740\u7c7b\u578b\u503c "%s" \u7684\u4f4d\u63a9\u7801\u65e0\u6548\u3002%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 ip \u8868\u8fbe\u5f0f\u503c\u65e0\u6cd5\u8fdb\u884c\u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 ip \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 ip \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u6709\u6548 IP \u5730\u5740\u5217\u8868\u8868\u8fbe\u5f0f\u5143\u7d20\uff08\u4ee5\u9017\u53f7\u5206\u9694\uff09 SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 dns \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6709\u6548\u7684\u5168\u9650\u5b9a DNS \u57df\u540d SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u901a\u914d\u7b26\u6a21\u5f0f\u4f4d\u7f6e\u9519\u8bef\u3002\u6709\u6548\u7684 dns \u5173\u952e\u5b57\u901a\u914d\u7b26\u8868\u8fbe\u5f0f\u503c\u8981\u6c42 '*' \u5b57\u7b26\u53ea\u80fd\u4f4d\u4e8e\u57df\u540d\u6700\u5de6\u4fa7 SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dayofweek \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u661f\u671f\u503c\u65e0\u6548\u3002\u6709\u6548\u7684 dayofweek \u503c\u4e3a\u4ee5\u4e0b\u4e09\u4e2a\u5b57\u6bcd\u7684\u82f1\u6587\u661f\u671f\u7f29\u5199\u4e4b\u4e00\uff1asun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri \u6216 sat SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 timeofday \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 timeofday \u503c\u4ee5\u56db\u4f4d\u6570\u5b57\u7684\u5f62\u5f0f\u8868\u793a\uff0c\u8fd9\u56db\u4f4d\u6570\u5b57\u5206\u522b\u8868\u793a 24 \u5c0f\u65f6\u5236\u7684\u5c0f\u65f6\u548c\u5206\u949f\uff080 \u81f3 2359\uff09 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 timeofday \u8868\u8fbe\u5f0f\u503c "%s" \u4e0d\u5728\u6709\u6548\u8303\u56f4\u5185\u3002\u6709\u6548\u7684 timeofday \u503c\u4ee5\u56db\u4f4d\u6570\u5b57\u7684\u5f62\u5f0f\u8868\u793a\uff0c\u8fd9\u56db\u4f4d\u6570\u5b57\u5206\u522b\u8868\u793a 24 \u5c0f\u65f6\u5236\u7684\u5c0f\u65f6\u548c\u5206\u949f\uff080 \u81f3 2359\uff09 SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 authmethod \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 authmethod \u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1anone\u3001simple\u3001SSL \u6216\u201csasl \u673a\u5236\u201d\uff0c\u5176\u4e2d\u7684\u201c\u673a\u5236\u201d\u4e3a\u67d0\u79cd\u652f\u6301\u7684 SASL \u673a\u5236\uff08\u5305\u62ec CRAM-MD5\u3001DIGEST-MD5 \u548c GSSAPI\uff09 SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\u4e0d\u652f\u6301\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u7ee7\u627f\u6a21\u5f0f\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1aparent[inheritance_level].attribute#bindType SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u65e0\u6548\u3002\u7ee7\u627f\u7ea7\u522b\u503c\u4e0d\u80fd\u8d85\u8fc7\u6700\u5927\u7ea7\u522b\u9650\u5236 %s SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4e0d\u662f\u6570\u5b57\u503c SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u89c4\u5219\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u76ee\u6807\u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u76ee\u6807\u5173\u952e\u5b57\u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1atarget\u3001targetscope\u3001targetfilter\u3001targetattr \u6216 targetattrfilters SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002"%s" \u5173\u952e\u5b57\u7684\u552f\u4e00\u6709\u6548\u76ee\u6807\u8fd0\u7b97\u7b26\u503c\u4e3a '=' SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=\u76ee\u524d\u4e0d\u652f\u6301\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u503c "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u503c "%s" \u5728 ACI "%s" \u4e2d\u51fa\u73b0\u591a\u6b21 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u76ee\u6807\u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684\u76ee\u6807\u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c\u4e3a '=' \u6216 "!=" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetscope \u8868\u8fbe\u5f0f\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 targetscope \u8868\u8fbe\u5f0f\u503c\u4e3a\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1aone\u3001onelevel \u6216 subtree SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4ee5\u4e0b\u683c\u5f0f\u7684 LDAP URL\uff1aldap:///distinguished_name_pattern SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u8868\u8fbe\u5f0f DN \u503c "%s" \u65e0\u6548\u3002\u5982\u679c\u5728 target \u8868\u8fbe\u5f0f DN \u4e2d\u672a\u6307\u5b9a\u4efb\u4f55\u901a\u914d\u7b26\uff0c\u5219 target \u8868\u8fbe\u5f0f DN \u503c\u5fc5\u987b\u4e3a ACI \u6761\u76ee DN "%s" \u7684\u5b50\u4ee3 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetattr \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 targetattr \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684\u6709\u6548\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\uff1aattribute1 [|| attribute1] ... [|| attributeN] SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetfilter \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4e0d\u662f\u6709\u6548\u7684 LDAP \u8fc7\u6ee4\u5668 ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=\u5c1d\u8bd5\u6dfb\u52a0\u5305\u542b aci \u5c5e\u6027\u7c7b\u578b\u7684\u6761\u76ee "%s" \u65f6\u5931\u8d25\uff0c\u56e0\u4e3a\u6388\u6743 DN "%s" \u7f3a\u5c11 modify-acl \u6743\u9650 INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u5c1d\u8bd5\u4fee\u6539\u6761\u76ee "%s" \u4e2d\u7684 aci \u5c5e\u6027\u7c7b\u578b\u65f6\u5931\u8d25\uff0c\u56e0\u4e3a\u6388\u6743 DN "%s" \u7f3a\u5c11 modify-acl \u6743\u9650 SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=\u5c1d\u8bd5\u6dfb\u52a0\u5305\u542b aci \u5c5e\u6027\u7c7b\u578b\u7684\u6761\u76ee "%s" \u65f6\u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\u5c1d\u8bd5\u4fee\u6539\u6761\u76ee "%s" \u4e2d\u7684 aci \u5c5e\u6027\u7c7b\u578b\u65f6\u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s"\uff0c\u4f4d\u4e8e\u6761\u76ee "%s" \u4e2d\uff0c\u539f\u56e0\u5982\u4e0b: %s ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=\u5728\u4e0a\u4e0b\u6587 "%s" \u4e2d\u672a\u627e\u5230\u4efb\u4f55\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b INFO_ACI_ADD_LIST_ACIS_50=\u5df2\u5c06\u5728\u4e0a\u4e0b\u6587 "%2$s" \u4e2d\u627e\u5230\u7684 %1$s \u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b\u6dfb\u52a0\u5230\u8bbf\u95ee\u63a7\u5236\u8bc4\u4f30\u5f15\u64ce\u4e2d SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u7ee7\u627f\u6a21\u5f0f\u503c "%s" \u5bf9 roledn \u5173\u952e\u5b57\u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4ee5\u5b57\u7b26\u4e32 "parent[" \u5f00\u5934 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u683c\u5f0f\u4e0d\u6b63\u786e\u3002\u6709\u6548\u7684 targattrfilters \u8868\u8fbe\u5f0f\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a"add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u4e24\u4e2a\u8fc7\u6ee4\u5668\u5217\u8868\u4e2d\u7684\u4e24\u4e2a\u8fd0\u7b97\u6807\u8bb0\u5747\u5339\u914d SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u8fc7\u6ee4\u5668\u5217\u8868\u8bed\u53e5\u8d85\u8fc7\u4e24\u4e2a SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u8fc7\u6ee4\u5668\u5217\u8868\u5b57\u7b26\u4e32\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\u3002\u6709\u6548\u7684 targattrfilters \u8fc7\u6ee4\u5668\u5217\u8868\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1aadd=attr1: F1 && attr2: F2 ... && attrN: FN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u4e00\u4e2a\u6216\u591a\u4e2a\u6307\u5b9a\u8fc7\u6ee4\u5668\u65e0\u6548\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilters \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u56e0\u4e3a\u4e00\u4e2a\u6216\u591a\u4e2a\u6307\u5b9a\u8fc7\u6ee4\u5668\u56e0\u8fc7\u6ee4\u5668\u4e2d\u7684\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u4e0d\u5339\u914d\u800c\u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u540d\u79f0\u503c %s \u65e0\u6548\u3002\u6709\u6548\u7684\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u5fc5\u987b\u4ee5 ASCII \u5b57\u6bcd\u5f00\u5934\uff0c\u5e76\u4e14\u53ea\u80fd\u5305\u542b ASCII \u5b57\u6bcd\u3001\u6570\u5b57\u6216 "-" \u5b57\u7b26 ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 authmethod \u8868\u8fbe\u5f0f\u4e2d\u63d0\u4f9b\u7684 SASL \u673a\u5236 "%s" \u4e0d\u662f\u5f53\u524d\u5728\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u7684\u673a\u5236\u4e4b\u4e00 SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u5f15\u7528\u4e3b\u673a\u540d %s\uff0c\u4f46\u8be5\u4e3b\u673a\u540d\u7684\u89c4\u8303\u8868\u793a\u5f62\u5f0f\u88ab\u914d\u7f6e\u4e3a %s\u3002\u670d\u52a1\u5668\u5c06\u5c1d\u8bd5\u81ea\u52a8\u89e3\u91ca\u6b63\u786e\u7684 localhost \u503c SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 dns \u8868\u8fbe\u5f0f\u503c "%s" \u5f15\u7528\u4e3b\u673a\u540d %s\uff0c\u8be5\u4e3b\u673a\u540d\u5c06\u89e3\u6790\u4e3a IP \u5730\u5740 %s\uff0c\u4f46\u8be5 IP \u5730\u5740\u7684\u89c4\u8303\u4e3b\u673a\u540d\u4e3a %s\u3002\u8fd9\u53ef\u80fd\u610f\u5473\u7740\uff0c\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u4e0d\u4f1a\u4e0e\u4efb\u4f55\u5ba2\u6237\u7aef\u76f8\u5339\u914d SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=\u5728\u5c1d\u8bd5\u786e\u5b9a dns \u8868\u8fbe\u5f0f\u7ed1\u5b9a\u89c4\u5219 "%2$s" \u4e2d\u5f15\u7528\u7684\u4e3b\u673a\u540d %1$s \u662f\u5426\u4f7f\u7528\u4e86\u6b63\u786e\u7684\u89c4\u8303\u8868\u793a\u5f62\u5f0f\u65f6\u51fa\u73b0\u9519\u8bef: %3$s\u3002\u8fd9\u53ef\u80fd\u610f\u5473\u7740\uff0c\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u4e0d\u4f1a\u4e0e\u4efb\u4f55\u5ba2\u6237\u7aef\u76f8\u5339\u914d ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\u6307\u5b9a\u4e00\u4e2a\u5168\u5c40\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b\uff0c\u5b83\u53ef\u7528\u4e8e\u5b9a\u4e49\u5728\u547d\u540d\u4e0a\u4e0b\u6587\u4e2d\u5177\u6709\u5168\u5c40\u8303\u56f4\u7684 ACI INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\u672a\u627e\u5230\u4efb\u4f55\u5168\u5c40\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=\u5df2\u5c06 %s \u5168\u5c40\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u5c5e\u6027\u7c7b\u578b\u6dfb\u52a0\u5230\u8bbf\u95ee\u63a7\u5236\u8bc4\u4f30\u5f15\u64ce\u4e2d INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\u5728\u5904\u7406\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684 ds-cfg-global-aci \u5c5e\u6027\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\u5728\u5904\u7406\u914d\u7f6e\u7cfb\u7edf\u4e2d\u7684 aci \u5c5e\u6027\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u5728\u4e00\u4e2a\u5c5e\u6027\u503c\u4e2d\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u901a\u914d\u7b26 SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u4f7f\u7528\u901a\u914d\u7b26\u5bf9\u5c5e\u6027\u7c7b\u578b\u8fdb\u884c\u5b50\u4e32\u5339\u914d\u3002\u5141\u8bb8\u4f7f\u7528\u5355\u4e2a\u901a\u914d\u7b26\u6765\u66ff\u4ee3\u5c5e\u6027\u7c7b\u578b SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u7684\u67d0\u4e2a\u591a\u503c RDN \u7684\u5c5e\u6027\u7c7b\u578b\u4e2d\u5305\u542b\u901a\u914d\u7b26 SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=\u65e0\u6cd5\u83b7\u53d6\u5bf9 ModifyDN \u65b0\u4e0a\u7ea7\u6761\u76ee %s \u7684\u9501\u5b9a SEVERE_WARN_ACI_NOT_VALID_DN_73=\u5df2\u8df3\u8fc7\u81ea\u8eab\u5199\u5165\u68c0\u67e5\uff0c\u56e0\u4e3a\u4f7f\u7528\u6807\u8bc6\u540d\u8bed\u6cd5\u7684\u5c5e\u6027 "%s" \u4e0d\u662f\u6709\u6548\u7684 DN SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetattr \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u8be5\u8868\u8fbe\u5f0f\u5305\u542b\u65e0\u6548\u6216\u91cd\u590d\u7684\u6807\u8bb0 SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u5305\u542b\u4e0d\u53d7\u652f\u6301\u7684 roledn \u5173\u952e\u5b57\uff0c\u5e94\u5c06\u5176\u66ff\u6362\u4e3a groupdn \u5173\u952e\u5b57 SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=\u65e0\u6cd5\u89e3\u7801\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) %s SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u6b63\u5728\u5c06\u670d\u52a1\u5668\u7f6e\u4e8e\u9501\u5b9a\u6a21\u5f0f\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u542f\u52a8\u6216\u540e\u7aef\u521d\u59cb\u5316\u671f\u95f4\u68c0\u6d4b\u5230\u65e0\u6548\u7684 ACI \u89c4\u5219 SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c\u65e0\u6cd5\u8fdb\u884c URL \u89e3\u7801\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c\uff0c\u56e0\u4e3a ldap URL "%s" \u5305\u542b\u7a7a\u57fa DN SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 userattr \u8868\u8fbe\u5f0f\u503c\uff0c\u56e0\u4e3a ldap URL "%s" \u7684\u5c5e\u6027\u5b57\u6bb5\u5305\u542b\u591a\u4e2a\u63cf\u8ff0\uff0c\u6216\u8005\u8be5\u5b57\u6bb5\u4e3a\u7a7a SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u7684\u683c\u5f0f\u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u503c\u65e0\u6548\u3002\u5bf9\u4e8e IPV4 \u5730\u5740\uff0c\u6240\u6709\u503c\u90fd\u5fc5\u987b\u5927\u4e8e\u6216\u7b49\u4e8e 0 \u4e14\u5c0f\u4e8e\u6216\u7b49\u4e8e 32\uff1b\u5bf9\u4e8e IPV6 \u5730\u5740\uff0c\u6240\u6709\u503c\u90fd\u5fc5\u987b\u5927\u4e8e\u6216\u7b49\u4e8e 0 \u4e14\u5c0f\u4e8e\u6216\u7b49\u4e8e 128 SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u5305\u542b\u975e\u6570\u5b57\u503c SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u7684\u683c\u5f0f\u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u65e0\u6548\u503c\u3002\u6240\u6709\u5730\u5740\u503c\u90fd\u5fc5\u987b\u4ecb\u4e8e 0 \u548c 255 \u4e4b\u95f4 SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6570\u5b57\u503c SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a IPv6 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6cd5\u901a\u914d\u7b26\u3002\u5728 IP \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u4e2d\u4f7f\u7528 IPv6 \u5730\u5740\u65f6\uff0c\u4e0d\u652f\u6301\u4f7f\u7528\u901a\u914d\u7b26 SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f "%s"\uff0c\u539f\u56e0\u5982\u4e0b: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u7684\u683c\u5f0f\u65e0\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP \u5730\u5740\u8868\u8fbe\u5f0f\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u5305\u542b\u65e0\u6548\u7684\u503c SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 targetcontrol \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684\u6709\u6548\u63a7\u5236 OID \u5b57\u7b26\u4e32\uff1aoid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%1$s"\uff0c\u56e0\u4e3a\u8be5\u503c\u7684\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u65e0\u6cd5\u89e3\u6790\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%s"\uff0c\u56e0\u4e3a\u6570\u503c OID \u7684\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9 SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=\u8bbf\u95ee\u63a7\u5236\u68c0\u67e5\u5931\u8d25\uff0c\u56e0\u4e3a\u65e0\u6cd5\u89e3\u7801 geteffectiverights \u63a7\u5236\uff0c\u539f\u56e0\u5982\u4e0b: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) extop \u8868\u8fbe\u5f0f\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 extop \u5173\u952e\u5b57\u8868\u8fbe\u5f0f\u503c\u9700\u8981\u4e00\u4e2a\u6216\u591a\u4e2a\u4ee5\u4e0b\u683c\u5f0f\u7684\u6709\u6548\u6269\u5c55\u64cd\u4f5c\u8bf7\u6c42 OID \u5b57\u7b26\u4e32\uff1aoid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u540e\u7aef %s \u6ca1\u6709\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u5b9a\u4e49\u5b58\u5728\u7d22\u5f15\u3002\u5728\u8be5\u540e\u7aef\u4e0a\uff0c\u8bbf\u95ee\u63a7\u5236\u521d\u59cb\u5316\u53ef\u80fd\u9700\u8981\u5f88\u957f\u65f6\u95f4\u624d\u80fd\u5b8c\u6210 ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" opends/src/messages/messages/access_control_zh_TW.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ACCESS_CONTROL # # Format string definitions # @@ -47,102 +43,305 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u63d0\u4f9b\u7684\u5b57\u4e32\u300c%s\u300d\u7121\u6cd5\u5256\u6790\u70ba\u6709\u6548\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI)\uff0c\u56e0\u70ba\u5b83\u672a\u901a\u904e\u4e00\u822c ACI \u8a9e\u6cd5\u8a55\u4f30 SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u7248\u672c\u503c\u300c%s\u300d\u7121\u6548\uff0c\u50c5\u652f\u63f4\u7248\u672c 3.0 SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4\u5b58\u53d6\u985e\u578b\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u5b58\u53d6\u985e\u578b\u503c\u70ba\u4e0d\u662f\u5141\u8a31\u5c31\u662f\u62d2\u7d55 SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u6b0a\u9650\u503c\u300c%s\u300d\u7121\u6548\u3002\u6b0a\u9650\u5fc5\u9808\u662f\u653e\u5728\u62ec\u5f27\u4e2d 1 \u81f3 6 \u500b\u4ee5\u9017\u865f\u5206\u9694\u7684\u95dc\u9375\u5b57\u6e05\u55ae SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u6b0a\u9650\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u6b0a\u9650\u95dc\u9375\u5b57\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u6216\u591a\u500b\u503c\uff1a\u8b80\u53d6\u3001\u5beb\u5165\u3001\u589e\u52a0\u3001\u522a\u9664\u3001\u641c\u5c0b\u3001\u6bd4\u8f03\uff0c\u6216\u4e0a\u8ff0\u5168\u90e8\u503c ###SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ ### not be parsed as a valid Access Control Instruction (ACI) because it failed \ ### general ACI syntax evaluation ###SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=The provided Access Control \ ### Instruction (ACI) version value "%s" is invalid, only the version 3.0 is \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=The provided Access \ ### Control Instruction access type value "%s" is invalid. A valid access type \ ### value is either allow or deny ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=The provided Access Control \ ### Instruction (ACI) rights values "%s" are invalid. The rights must be a list \ ### of 1 to 6 comma-separated keywords enclosed in parentheses ###SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=The provided Access Control \ ### Instruction (ACI) rights keyword values "%s" are invalid. The valid rights \ ### keyword values are one or more of the following: read, write, add, delete, \ ### search, compare or the single value all MILD_ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u7f3a\u5c11\u8207\u5de6\u62ec\u5f27\u5c0d\u61c9\u7684\u53f3\u62ec\u5f27 MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u5f62\u5f0f\uff1akeyword operator "expression" (\u95dc\u9375\u5b57 \u904b\u7b97\u5b50 "\u8868\u793a\u5f0f") SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u95dc\u9375\u5b57\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1auserdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday \u6216 authmethod SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u904b\u7b97\u5b50\u503c\u4e0d\u662f\u300c=\u300d\u5c31\u662f\u300c!=\u300d SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u5c0d\u61c9\u65bc\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u4e4b\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u8868\u793a\u5f0f\u503c\u7f3a\u5c11\u8868\u793a\u5f0f\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u5f62\u5f0f\uff1akeyword operator "expression" (\u95dc\u9375\u5b57 \u904b\u7b97\u5b50 "\u8868\u793a\u5f0f") SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u5e03\u6797\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u9023\u7d50\u898f\u5247\u5e03\u6797\u904b\u7b97\u5b50\u503c\u4e0d\u662f\u300cOR\u300d\u5c31\u662f\u300cAND\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247\u95dc\u9375\u5b57\u5b57\u4e32\u300c%s\u300d\u7121\u6548 (\u91dd\u5c0d\u9023\u7d50\u898f\u5247\u904b\u7b97\u5b50\u5b57\u4e32\u300c%s\u300d\u800c\u8a00) SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userdn \u8868\u793a\u5f0f\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 roledn \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 roledn \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b LDAP URL\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 roledn \u8868\u793a\u5f0f\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 groupdn \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 groupdn \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b LDAP URL\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 groupdn \u8868\u793a\u5f0f\u503c\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=\u7db2\u8def\u906e\u7f69\u503c\u300c%s\u300d\u7121\u6548 (\u91dd\u5c0d ip \u8868\u793a\u5f0f\u7db2\u8def\u4f4d\u5740\u300c%s\u300d\u800c\u8a00) SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=\u4f4d\u5740\u985e\u578b\u503c\u300c%s\u300d\u7684\u4f4d\u5143\u906e\u7f69\u7121\u6548\u3002%s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 ip \u8868\u793a\u5f0f\u503c\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u89e3\u78bc: %s SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 ip \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 ip \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u9700\u8981\u6709\u6548 IP \u4f4d\u5740\u6e05\u55ae\u8868\u793a\u5f0f\u7684\u4e00\u6216\u591a\u500b\u4ee5\u9017\u865f\u5206\u9694\u7684\u5143\u7d20 SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 dns \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u500b\u6709\u6548\u4e4b\u5b8c\u5168\u5408\u683c\u7684 DNS \u7db2\u57df\u540d\u7a31 SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u842c\u7528\u5b57\u5143\u6a23\u5f0f\u51fa\u73fe\u65bc\u932f\u8aa4\u7684\u4f4d\u7f6e\u3002\u6709\u6548\u7684 dns \u95dc\u9375\u5b57\u842c\u7528\u5b57\u5143\u8868\u793a\u5f0f\u503c\u8981\u6c42\u300c*\u300d\u5b57\u5143\u53ea\u80fd\u4f4d\u65bc\u7db2\u57df\u540d\u7a31\u7684\u6700\u5de6\u908a\u4f4d\u7f6e SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dayofweek \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u661f\u671f\u503c\u7121\u6548\u3002\u6709\u6548\u7684 dayofweek \u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u500b\u7e2e\u5beb (\u542b\u4e09\u500b\u82f1\u6587\u5b57\u6bcd)\uff1asun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri \u6216 sat SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 timeofday \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 timeofday \u503c\u6703\u4ee5\u56db\u500b\u6578\u5b57\u8868\u793a\uff0c\u4ee3\u8868 24 \u5c0f\u6642\u5236\u7684\u5c0f\u6642\u8207\u5206\u9418 (0 \u81f3 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 timeofday \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u4e0d\u5728\u6709\u6548\u7684\u7bc4\u570d\u5167\u3002\u6709\u6548\u7684 timeofday \u503c\u6703\u4ee5\u56db\u500b\u6578\u5b57\u8868\u793a\uff0c\u4ee3\u8868 24 \u5c0f\u6642\u5236\u7684\u5c0f\u6642\u8207\u5206\u9418 (0 \u81f3 2359) SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 authmethod \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 authmethod \u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1a\u7121\u3001\u7c21\u6613\u3001SSL \u6216\u300csasl \u6a5f\u5236\u300d\uff0c\u800c\u6a5f\u5236\u5247\u70ba\u67d0\u500b\u652f\u63f4\u7684 SASL \u6a5f\u5236\uff0c\u5305\u542b CRAM-MD5\u3001DIGEST-MD5 \u548c GSSAPI SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\u4e0d\u652f\u63f4\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u7e7c\u627f\u6a23\u5f0f\u503c\u5fc5\u9808\u5177\u6709\u4e0b\u5217\u683c\u5f0f\uff1aparent[inheritance_level].attribute#bindType SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u7e7c\u627f\u5c64\u7d1a\u503c\u4e0d\u80fd\u8d85\u904e %s \u7684\u6700\u5927\u5c64\u7d1a\u9650\u5236 SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u4e0d\u662f\u6578\u5b57 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u898f\u5247\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u898f\u5247\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u5f62\u5f0f\uff1akeyword operator "expression" (\u95dc\u9375\u5b57 \u904b\u7b97\u5b50 "\u8868\u793a\u5f0f") SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u95dc\u9375\u5b57\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1atarget\u3001targetscope\u3001targetfilter\u3001targetattr \u6216 targetattrfilters SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u300c%s\u300d\u95dc\u9375\u5b57\u7684\u552f\u4e00\u6709\u6548\u76ee\u6a19\u904b\u7b97\u5b50\u503c\u70ba\u300c=\u300d SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=\u6b64\u6642\u4e0d\u652f\u63f4\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u503c\u300c%s\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u503c\u300c%s\u300d\u5728 ACI\u300c%s\u300d\u4e2d\u591a\u6b21\u51fa\u73fe SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u95dc\u9375\u5b57\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u95dc\u9375\u5b57\u904b\u7b97\u5b50\u503c\u4e0d\u662f\u300c=\u300d\u5c31\u662f\u300c!=\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetscope \u8868\u793a\u5f0f\u904b\u7b97\u5b50\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 targetscope \u8868\u793a\u5f0f\u503c\u70ba\u4e0b\u5217\u5176\u4e2d\u4e00\u9805\uff1aone\u3001onelevel \u6216 subtree SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684\u76ee\u6a19\u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u500b LDAP URL\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aldap:///distinguished_name_pattern SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u76ee\u6a19\u8868\u793a\u5f0f DN \u503c\u300c%s\u300d\u7121\u6548\u3002\u5982\u679c\u76ee\u6a19\u8868\u793a\u5f0f DN \u4e2d\u672a\u6307\u5b9a\u4efb\u4f55\u842c\u7528\u5b57\u5143\uff0c\u5247\u76ee\u6a19\u8868\u793a\u5f0f DN \u503c\u5fc5\u9808\u662f ACI \u9805\u76ee DN\u300c%s\u300d\u7684\u5b50\u7cfb SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 targetattr \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b\u6709\u6548\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aattribute1 [|| attribute1] ... [|| attributeN] SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetfilter \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u4e0d\u662f\u6709\u6548\u7684 LDAP \u7be9\u9078\u5668 ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=The provided Access \ ### Control Instruction (ACI) bind rule keyword value "%s" is invalid. A valid \ ### keyword value is one of the following: userdn, groupdn, roledn, userattr,ip, \ ### dns, dayofweek, timeofday or authmethod ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=The provided Access \ ### Control Instruction (ACI) bind rule operator value "%s" is invalid. A valid \ ### bind rule operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=The provided Access \ ### Control Instruction (ACI) bind rule expression value corresponding to the \ ### keyword value "%s" is missing an expression. A valid bind rule value must be \ ### in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=The provided \ ### Access Control Instruction (ACI) bind rule boolean operator value "%s" is \ ### invalid. A valid bind rule boolean operator value is either "OR" or "AND" ###SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=The \ ### provided Access Control Instruction (ACI) bind rule keyword string "%s" is \ ### invalid for the bind rule operator string "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=The provided Access Control \ ### Instruction (ACI) bind rule userdn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_EXPRESSION_14=The provided Access \ ### Control Instruction (ACI) bind rule roledn expression value "%s" is invalid. \ ### A valid roledn keyword expression value requires one or more LDAP URLs in the \ ### following format: ldap:///dn [|| ldap:///dn] ... [|| ldap:///dn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_ROLEDN_URL_15=The provided Access Control \ ### Instruction (ACI) bind rule roledn expression failed to URL decode for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=The provided Access \ ### Control Instruction (ACI) bind rule groupdn expression value "%s" is invalid. \ ### A valid groupdn keyword expression value requires one or more LDAP URLs in \ ### the following format: ldap:///groupdn [|| ldap:///groupdn] ... [|| \ ### ldap:///groupdn] ###SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=The provided Access Control \ ### Instruction (ACI) bind rule groupdn expression value failed to URL decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_ADDRESS_FAMILY_MISMATCH_18=The network mask value "%s" \ ### is not valid for the ip expression network address "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETWORK_BIT_MATCH_19=The bit mask for address \ ### type value "%s" is not valid.%s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_CRITERIA_DECODE_20=The provided Access \ ### Control Instruction (ACI) bind rule ip expression value failed to decode for \ ### the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=The provided Access Control \ ### Instruction (ACI) bind rule ip expression value "%s" is invalid. A valid ip \ ### keyword expression requires one or more comma-separated elements of a valid \ ### IP address list expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid. A valid dns \ ### keyword expression value requires a valid fully qualified DNS domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=The provided Access Control \ ### Instruction (ACI) bind rule dns expression value "%s" is invalid, because a \ ### wild-card pattern was found in the wrong position. A valid dns keyword \ ### wild-card expression value requires the '*' character only be in the leftmost \ ### position of the domain name ###SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=The provided Access Control \ ### Instruction (ACI) bind rule dayofweek expression value "%s" is invalid, \ ### because of an invalid day of week value. A valid dayofweek value is one of \ ### the following English three-letter abbreviations for the days of the week: \ ### sun, mon, tue, wed, thu, fri, or sat ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is invalid. A \ ### valid timeofday value is expressed as four digits representing hours and \ ### minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=The provided Access Control \ ### Instruction (ACI) bind rule timeofday expression value "%s" is not in the \ ### valid range. A valid timeofday value is expressed as four digits representing \ ### hours and minutes in the 24-hour clock (0 to 2359) ###SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=The provided Access \ ### Control Instruction (ACI) bind rule authmethod expression value "%s" is \ ### invalid. A valid authmethod value is one of the following: none, simple,SSL, \ ### or "sasl mechanism", where mechanism is one of the supported SASL mechanisms \ ### including CRAM-MD5, DIGEST-MD5, and GSSAPI ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value "%s" is not \ ### supported ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=The provided \ ### Access Control Instruction (ACI) bind rule userattr expression inheritance \ ### pattern value "%s" is invalid. A valid inheritance pattern value must have the \ ### following format: parent[inheritance_level].attribute#bindType ###SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid. The inheritance level value cannot \ ### exceed the max level limit of %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression inheritance pattern \ ### value "%s" is invalid because it is non-numeric ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=The provided Access Control \ ### Instruction (ACI) target rule value "%s" is invalid. A valid target rule value \ ### must be in the following form: keyword operator "expression" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=The provided Access Control \ ### Instruction (ACI) target keyword value "%s" is invalid. A valid target \ ### keyword value is one of the following: target, targetscope, targetfilter, \ ### targetattr or targetattrfilters ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ ### Control Instruction (ACI) target operator value "%s" is invalid. The only \ ### valid target operator value for the "%s" keyword is '=' ###SEVERE_WARN_ACI_SYNTAX_TARGET_KEYWORD_NOT_SUPPORTED_36=The provided Access \ ### Control Instruction (ACI) target keyword value "%s" is not supported at this \ ### time ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ ### Access Control Instruction (ACI) target keyword value "%s" was seen multiple \ ### times in the ACI "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=The provided Access \ ### Control Instruction (ACI) target keyword operator value "%s" is invalid. A \ ### valid target keyword operator value is either '=' or "!=" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=The provided Access \ ### Control Instruction (ACI) targetscope expression operator value "%s" is \ ### invalid. A valid targetscope expression value is one of the following: one, \ ### onelevel, subtree or subordinate ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=The provided \ ### Access Control Instruction (ACI) target expression value "%s" is invalid. A \ ### valid target keyword expression value requires a LDAP URL in the following \ ### format: ldap:///distinguished_name_pattern ###SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=The provided Access \ ### Control Instruction (ACI) target expression DN value "%s" is invalid. The \ ### target expression DN value must be a descendant of the ACI entry DN "%s", if \ ### no wild-card is specified in the target expression DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=The provided \ ### Access Control Instruction (ACI) targetattr expression value "%s" is invalid. \ ### A valid targetattr keyword expression value requires one or more valid \ ### attribute type names in the following format: attribute1 [|| attribute1] ... \ ### [|| attributeN] ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ ### Access Control Instruction (ACI) targetfilter expression value "%s" is \ ### invalid because it is not a valid LDAP filter INFO_ACI_ADD_FAILED_PRIVILEGE_44=\u5617\u8a66\u589e\u52a0\u542b\u6709 aci \u5c6c\u6027\u985e\u578b\u7684\u9805\u76ee\u300c%s\u300d\u5931\u6557\uff0c\u56e0\u70ba\u6388\u6b0a DN\u300c%s\u300d\u7f3a\u5c11 modify-acl \u6b0a\u9650 INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=\u5617\u8a66\u4fee\u6539\u9805\u76ee\u300c%s\u300d\u4e2d\u7684 aci \u5c6c\u6027\u985e\u578b\u5931\u6557\uff0c\u56e0\u70ba\u6388\u6b0a DN\u300c%s\u300d\u7f3a\u5c11 modify-acl \u6b0a\u9650 SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=\u5617\u8a66\u589e\u52a0\u542b\u6709 aci \u5c6c\u6027\u985e\u578b\u7684\u9805\u76ee\u300c%s\u300d\u5931\u6557\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\u5617\u8a66\u4fee\u6539\u9805\u76ee\u300c%s\u300d\u4e2d\u7684 aci \u5c6c\u6027\u985e\u578b\u5931\u6557\uff0c\u539f\u56e0\u5982\u4e0b: %s SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= \u300c%s\u300d\uff0c\u4f4d\u65bc\u9805\u76ee\u300c%s\u300d\u4e2d\uff0c\u539f\u56e0\u5982\u4e0b: %s ###SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ ### containing an aci attribute type failed because of the following reason: %s ###SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=An attempt to modify an aci attribute \ ### type in the entry "%s" failed because of the following reason: %s ###SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ ### because of the following reason: %s INFO_ACI_ADD_LIST_NO_ACIS_49=\u5728\u74b0\u5883\u300c%s\u300d\u4e2d\u627e\u4e0d\u5230\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b INFO_ACI_ADD_LIST_ACIS_50=\u5df2\u5c07\u5728\u74b0\u5883\u300c%2$s\u300d\u4e2d\u627e\u5230\u7684 %1$s \u500b\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b\u589e\u52a0\u81f3\u5b58\u53d6\u63a7\u5236\u8a55\u4f30\u5f15\u64ce SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u7e7c\u627f\u6a23\u5f0f\u503c\u300c%s\u300d\u5c0d roledn \u95dc\u9375\u5b57\u800c\u8a00\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u7684\u958b\u982d\u662f\u5b57\u4e32\u300cparent[\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilter \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilter \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u7684\u683c\u5f0f\u4e0d\u6b63\u78ba\u3002\u6709\u6548\u7684 targattrsfilters \u8868\u793a\u5f0f\u503c\u5fc5\u9808\u70ba\u4e0b\u5217\u683c\u5f0f\uff1a"add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilter \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u5169\u500b\u904b\u7b97\u8a18\u865f\u5728\u5169\u4efd\u7be9\u9078\u5668\u6e05\u55ae\u4e2d\u90fd\u76f8\u7b26 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u6709\u5169\u500b\u4ee5\u4e0a\u7684\u7be9\u9078\u5668\u6e05\u55ae\u6558\u8ff0 SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u63d0\u4f9b\u7684\u7be9\u9078\u5668\u6e05\u55ae\u5b57\u4e32\u70ba\u932f\u8aa4\u683c\u5f0f\u3002\u6709\u6548\u7684 targattrfilters \u7be9\u9078\u5668\u6e05\u55ae\u5fc5\u9808\u70ba\u4e0b\u5217\u683c\u5f0f\uff1aadd=attr1: F1 && attr2: F2 ... && attrN: FN SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u5176\u4e2d\u4e00\u6216\u591a\u500b\u6307\u5b9a\u7684\u7be9\u9078\u5668\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6548: %s SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targattrfilters \u8868\u793a\u5f0f\u503c %s \u7121\u6548\uff0c\u56e0\u70ba\u5176\u4e2d\u4e00\u6216\u591a\u500b\u6307\u5b9a\u7684\u7be9\u9078\u5668\u7121\u6548\uff0c\u9019\u662f\u7531\u65bc\u7be9\u9078\u5668\u4e2d\u6709\u4e0d\u76f8\u7b26\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31 SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u540d\u7a31\u503c %s \u7121\u6548\u3002\u6709\u6548\u7684\u5c6c\u6027\u985e\u578b\u540d\u7a31\u5fc5\u9808\u4ee5 ASCII \u5b57\u6bcd\u4f5c\u70ba\u958b\u982d\uff0c\u800c\u4e14\u53ea\u80fd\u5305\u542b ASCII \u5b57\u6bcd\u3001\u6578\u5b57\u6216\u300c-\u300d\u5b57\u5143 ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ ### provided Access Control Instruction (ACI) bind rule userattr expression \ ### inheritance pattern value "%s" is invalid for the roledn keyword because it \ ### starts with the string "parent[" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPERATION_52=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because it is not in the correct format.A valid targattrsfilters \ ### expression value must be in the following format: "add=attr1: F1 && attr2: F2 \ ### ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=The provided \ ### Access Control Instruction (ACI) targattrfilter expression value %s is \ ### invalid because the both operation tokens match in the two filter lists ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because there are more than two filter list statements ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because the provided filter list string is in the wrong format. A \ ### valid targattrfilters filter list must be in the following format: add=attr1: \ ### F1 && attr2: F2 ... && attrN: FN ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid for the \ ### following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=The \ ### provided Access Control Instruction (ACI) targattrfilters expression value %s \ ### is invalid because one or more of the specified filters are invalid because \ ### of non-matching attribute type names in the filter ###SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=The provided Access \ ### Control Instruction (ACI) attribute name value %s is invalid. A valid \ ### attribute type name must begin with an ASCII letter and must contain only \ ### ASCII letters,digits or the "-" character NOTICE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=\u5728\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 authmethod \u8868\u793a\u5f0f\u4e2d\u63d0\u4f9b\u7684 SASL \u6a5f\u5236\u300c%s\u300d\u4e0d\u662f\u4f3a\u670d\u5668\u4e2d\u76ee\u524d\u5df2\u8a3b\u518a\u7684\u6a5f\u5236\u4e4b\u4e00 SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u53c3\u7167\u4e3b\u6a5f\u540d\u7a31 %s\uff0c\u4f46\u8a72\u4e3b\u6a5f\u540d\u7a31\u7684\u5178\u578b\u8868\u793a\u65b9\u5f0f\u5df2\u914d\u7f6e\u70ba %s\u3002\u4f3a\u670d\u5668\u5c07\u5617\u8a66\u81ea\u52d5\u89e3\u8b6f\u6b63\u78ba\u7684 localhost \u503c SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 dns \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u53c3\u7167\u4e3b\u6a5f\u540d\u7a31 %s\uff0c\u8a72\u540d\u7a31\u6703\u89e3\u6790\u70ba IP \u4f4d\u5740 %s\uff0c\u4f46\u8a72 IP \u4f4d\u5740\u7684\u5178\u578b\u4e3b\u6a5f\u540d\u7a31\u70ba %s\u3002\u9019\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u6a5f\u540d\u7a31\u7d55\u4e0d\u6703\u7b26\u5408\u4efb\u4f55\u7528\u6236\u7aef SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=\u5617\u8a66\u5224\u5b9a\u5728 dns \u8868\u793a\u5f0f\u9023\u7d50\u898f\u5247\u300c%2$s\u300d\u4e2d\u6240\u53c3\u7167\u7684\u4e3b\u6a5f\u540d\u7a31 %1$s \u662f\u5426\u4f7f\u7528\u6b63\u78ba\u7684\u5178\u578b\u8868\u793a\u65b9\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u6a5f\u540d\u7a31\u7d55\u4e0d\u6703\u7b26\u5408\u4efb\u4f55\u7528\u6236\u7aef ###SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, but the canonical representation for that hostname is configured \ ### to be %s. The server will attempt to automatically interpret the correct \ ### localhost value ###SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=The provided Access \ ### Control Instruction (ACI) bind rule dns expression value "%s" references \ ### hostname %s, which resolves to IP address %s, but the canonical hostname for \ ### that IP address is %s. This likely means that the provided hostname will \ ### never match any clients ###SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=An error occurred while \ ### attempting to determine whether hostname %s referenced in dns expression bind \ ### rule "%s" used the correct canonical representation: %s. This likely means \ ### that the provided hostname will never match any clients INFO_ACI_DESCRIPTION_GLOBAL_ACI_64=\u6307\u5b9a\u5168\u57df\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b\uff0c\u8a72\u985e\u578b\u53ef\u7528\u65bc\u5b9a\u7fa9\u5728\u6240\u6709\u547d\u540d\u74b0\u5883\u4e2d\u5177\u6709\u5168\u57df\u7bc4\u570d\u7684 ACI INFO_ACI_ADD_LIST_NO_GLOBAL_ACIS_65=\u627e\u4e0d\u5230\u5168\u57df\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b INFO_ACI_ADD_LIST_GLOBAL_ACIS_66=\u5df2\u5c07 %s \u500b\u5168\u57df\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u5c6c\u6027\u985e\u578b\u589e\u52a0\u81f3\u5b58\u53d6\u63a7\u5236\u8a55\u4f30\u5f15\u64ce INFO_ACI_HANDLER_FAIL_PROCESS_GLOBAL_ACI_67=\u5728\u8655\u7406\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 ds-cfg-global-aci \u5c6c\u6027\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4 INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=\u5728\u914d\u7f6e\u7cfb\u7d71\u4e2d\u8655\u7406 aci \u5c6c\u6027\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4 SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\u6a23\u5f0f DN %s \u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5728\u5c6c\u6027\u503c\u4e2d\u5305\u542b\u5169\u500b\u9023\u7e8c\u7684\u842c\u7528\u5b57\u5143 SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\u6a23\u5f0f DN %s \u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5c07\u842c\u7528\u5b57\u5143\u7528\u65bc\u5c6c\u6027\u985e\u578b\u7684\u5b50\u5b57\u4e32\u76f8\u7b26\u3002\u5141\u8a31\u4ee5\u55ae\u4e00\u842c\u7528\u5b57\u5143\u53d6\u4ee3\u5c6c\u6027\u985e\u578b SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\u6a23\u5f0f DN %s \u7121\u6548\uff0c\u56e0\u70ba\u5b83\u5728\u591a\u91cd\u503c RDN \u7684\u5c6c\u6027\u985e\u578b\u4e2d\u5305\u542b\u842c\u7528\u5b57\u5143 SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=\u7121\u6cd5\u53d6\u5f97 ModifyDN \u65b0\u7684\u4e0a\u5c64\u9805\u76ee %s \u7684\u9396\u5b9a SEVERE_WARN_ACI_NOT_VALID_DN_73=\u7565\u904e\u81ea\u6211\u5beb\u5165\u6aa2\u67e5\uff0c\u56e0\u70ba\u5177\u6709\u8fa8\u5225\u540d\u7a31\u8a9e\u6cd5\u7684\u5c6c\u6027\u300c%s\u300d\u4e0d\u662f\u6709\u6548\u7684 DN SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetattr \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u5305\u542b\u7121\u6548\u6216\u91cd\u8907\u7684\u8a18\u865f SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\uff0c\u56e0\u70ba\u8a72\u503c\u5305\u542b\u4e0d\u53d7\u652f\u63f4\u7684 roledn \u95dc\u9375\u5b57\uff0c\u8acb\u4f7f\u7528 groupdn \u95dc\u9375\u5b57\u52a0\u4ee5\u53d6\u4ee3 SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=\u7121\u6cd5\u89e3\u78bc\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACT) %s SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u4f3a\u670d\u5668\u6b63\u9032\u5165\u9396\u5b9a\u6a21\u5f0f\uff0c\u56e0\u70ba\u5728\u555f\u52d5\u4f3a\u670d\u5668\u6216\u5728\u5f8c\u7aef\u521d\u59cb\u5316\u671f\u9593\u5075\u6e2c\u5230\u7121\u6548\u7684 ACI \u898f\u5247 SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u9032\u884c URL \u89e3\u78bc: %s SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba ldap URL\u300c%s\u300d\u5305\u542b\u7a7a\u7684\u57fa\u5e95 DN SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 userattr \u8868\u793a\u5f0f\u503c\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba ldap URL\u300c%s\u300d\u7684\u5c6c\u6027\u6b04\u4f4d\u5305\u542b\u591a\u500b\u63cf\u8ff0\u6216\u6b04\u4f4d\u662f\u7a7a\u7684 SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u524d\u7db4\u90e8\u4efd\u5177\u6709\u7121\u6548\u7684\u683c\u5f0f SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u524d\u7db4\u503c\u662f\u7121\u6548\u7684\u503c\u3002\u6240\u6709\u503c\u90fd\u5fc5\u9808\u5927\u65bc\u6216\u7b49\u65bc 0\uff0c\u4e14 IPV4 \u4f4d\u5740\u7684\u503c\u5fc5\u9808\u5c0f\u65bc\u6216\u7b49\u65bc 32\uff0c\u800c IPV6 \u4f4d\u5740\u7684\u503c\u5fc5\u9808\u5c0f\u65bc\u6216\u7b49\u65bc 128 SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u524d\u7db4\u90e8\u4efd\u5177\u6709\u975e\u6578\u5b57\u503c SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv4 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u683c\u5f0f\u7121\u6548 SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv4 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u5305\u542b\u7121\u6548\u7684\u503c\u3002\u4f4d\u5740\u7684\u6240\u6709\u503c\u90fd\u5fc5\u9808\u4ecb\u65bc 0 \u8207 255 \u4e4b\u9593 SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv4 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u5305\u542b\u975e\u6578\u5b57\u503c SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba IPv6 \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u5305\u542b\u975e\u6cd5\u842c\u7528\u5b57\u5143\u3002\u5728 IP \u9023\u7d50\u898f\u5247\u8868\u793a\u5f0f\u4e2d\u4f7f\u7528 IPv6 \u4f4d\u5740\u6642\uff0c\u4e0d\u652f\u63f4\u842c\u7528\u5b57\u5143 SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u300c%s\u300d\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u5256\u6790\uff1a\u300c%s\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u7db2\u8def\u906e\u7f69\u90e8\u4efd\u5177\u6709\u7121\u6548\u7684\u683c\u5f0f SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) \u9023\u7d50\u898f\u5247 IP \u4f4d\u5740\u8868\u793a\u5f0f\u7121\u6cd5\u5256\u6790\uff0c\u56e0\u70ba\u8868\u793a\u5f0f\u300c%s\u300d\u7684\u7db2\u8def\u906e\u7f69\u90e8\u4efd\u5177\u6709\u7121\u6548\u7684\u503c SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetcontrol \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 targetcontrol \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b\u6709\u6548\u7684\u63a7\u5236 OID \u5b57\u4e32\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aoid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u7121\u6cd5\u5256\u6790\u6240\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetcontrol OID \u503c\u300c%1$s\u300d\uff0c\u56e0\u70ba\u6b64\u503c\u5728\u4f4d\u7f6e %3$d \u542b\u6709\u975e\u6cd5\u5b57\u5143 %2$c SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u7121\u6cd5\u5256\u6790\u6240\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) targetcontrol OID \u503c\u300c%s\u300d\uff0c\u56e0\u70ba\u6578\u503c OID \u5728\u4f4d\u7f6e %d \u542b\u6709\u5169\u500b\u9023\u7e8c\u7684\u5c0f\u6578\u9ede\u865f SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=\u5b58\u53d6\u63a7\u5236\u6aa2\u67e5\u5931\u6557\uff0c\u56e0\u70ba geteffectiverights \u63a7\u5236\u9805\u7531\u65bc\u4e0b\u5217\u539f\u56e0\u800c\u7121\u6cd5\u89e3\u78bc\uff1a\u300c%s\u300d SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\u63d0\u4f9b\u7684\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACI) extop \u8868\u793a\u5f0f\u503c\u300c%s\u300d\u7121\u6548\u3002\u6709\u6548\u7684 extop \u95dc\u9375\u5b57\u8868\u793a\u5f0f\u503c\u9700\u8981\u4e00\u6216\u591a\u500b\u6709\u6548\u7684\u5ef6\u4f38\u4f5c\u696d\u8acb\u6c42 OID \u5b57\u4e32\uff0c\u683c\u5f0f\u5982\u4e0b\uff1aoid [|| oid1] ... [|| oidN] SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u5f8c\u7aef %s \u6c92\u6709\u91dd\u5c0d\u5c6c\u6027\u985e\u578b %s \u5b9a\u7fa9\u7684\u5b58\u5728\u7d22\u5f15\u3002\u5b58\u53d6\u63a7\u5236\u521d\u59cb\u5316\u53ef\u80fd\u9700\u82b1\u5f88\u9577\u4e00\u6bb5\u6642\u9593\u624d\u80fd\u5728\u6b64\u5f8c\u7aef\u5b8c\u6210 ###SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ ### not valid because it contains two consecutive wildcards in an attribute value ###SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=The pattern DN %s is not \ ### valid because it uses wildcards for substring matching on an attribute type. \ ### A single wildcard is allowed in place of an attribute type ###SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=The pattern DN %s \ ### is not valid because it contains a wildcard in an attribute type in a \ ### multi-valued RDN ###SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Unable to obtain a \ ### lock on the ModifyDN new superior entry %s ###SEVERE_WARN_ACI_NOT_VALID_DN_73=Selfwrite check skipped because an attribute \ ### "%s" with a distinguished name syntax was not a valid DN ###SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=The provided Access Control \ ### Instruction (ACI) targetattr expression value "%s" is invalid because the \ ### expression contains invalid or duplicate tokens ###SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=The provided Access Control \ ### Instruction (ACI) expression value "%s" is invalid because it contains the \ ### roledn keyword, which is not supported, replace it with the groupdn keyword ###SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Failed to decode the Access Control \ ### Instruction (ACI)%s ###SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=The server is being put into lockdown \ ### mode because invalid ACIs rules were detected either when the server was \ ### started or during a backend initialization ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=The provided Access Control \ ### Instruction (ACI) bind rule userattr expression value failed to URL decode \ ### for the following reason: %s ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the ldap URL "%s" contains an empty base DN ###SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=The provided Access \ ### Control Instruction (ACI) bind rule userattr expression value failed to parse \ ### because the attribute field of the ldap URL "%s" either contains more than \ ### one description or the field is empty ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix value of the expression "%s" was an invalid value. All values must \ ### greater than or equal to 0 and either less than or equal 32 for IPV4 \ ### addresses or less than or equal to 128 for IPV6 addresses ###SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### prefix part of the expression "%s" has an non-numeric value ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" format was invalid ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### IPv4 address expression "%s" contains an invalid value. All values of the \ ### address must be between 0 and 255 ###SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv4 address expression "%s" contains a non-numeric value ###SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### the IPv6 address expression "%s" contains an illegal wildcard character. \ ### Wildcards are not supported when using IPv6 addresses in a IP bind rule \ ### expression ###SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression "%s" failed to parse for \ ### the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid format ###SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=The provided Access Control \ ### Instruction (ACI) bind rule IP address expression failed to parse because the \ ### netmask part of the expression "%s" has an invalid value ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=The provided \ ### Access Control Instruction (ACI) targetcontrol expression value "%s" is \ ### invalid. A valid targetcontrol keyword expression value requires one or more \ ### valid control OID strings in the following format: oid [|| oid1] ... [|| \ ### oidN] ###SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the value contained an illegal character %c at position %d ###SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=The provided Access \ ### Control Instruction (ACI) targetcontrol OID value "%s" could not be parsed \ ### because the numeric OID contained two consecutive periods at position %d ###SEVERE_WARN_ACI_SYNTAX_DECODE_EFFECTIVERIGHTS_FAIL_94=The access control \ ### check failed because a geteffectiverights control could not be decoded \ ### because of the following reason: "%s" ###SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ ### Control Instruction (ACI) extop expression value "%s" is invalid. A valid \ ### extop keyword expression value requires one or more valid extended operation \ ### request OID strings in the following format: oid [|| oid1] ... [|| oidN] ###SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ ### presence index defined for attribute type %s. Access control initialization \ ### may take a very long time to complete in this backend SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control Instruction (ACI) bind rule SSF expression "%s" failed to parse for the following reason: "%s" SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control Instruction (ACI) bind rule ssf expression value "%s" is not in the valid range. A valid ssf value is in the range of 1 to 1024 SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control Instruction (ACI) bind rule timeofday expression "%s" failed to parse for the following reason: "%s" opends/src/messages/messages/admin_de.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ADMIN # # Format string definitions # @@ -47,23 +43,51 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Fehler beim Abrufen des Beziehungskonfigurationseintrags %s: %s SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=Der Beziehungseintrag %s ist nicht in der Directory Server-Konfiguration vorhanden. Dies ist ein erforderlicher Eintrag SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Fehler beim Abrufen des Konfigurationseintrags f\u00fcr verwaltete Objekte %s: %s SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=Der Konfigurationseintrag f\u00fcr verwaltete Objekte %s ist nicht in der Directory Server-Konfiguration vorhanden. Dies ist ein erforderlicher Eintrag SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Fehler beim Entschl\u00fcsseln des Konfigurationseintrags f\u00fcr verwaltete Objekte %s: %s SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=Der Directory Server konnte Klasse %s nicht laden und nicht zur Erstellung einer Komponenteninstanz wie im Konfigurationseintrag %s definiert verwenden. Der aufgetretene Fehler war: %s. Diese Komponente wird deaktiviert SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=Fehler beim Versuch, eine aus Klasse %s geladene Komponenteninstanz mit den Informationen in Konfigurationseintrag %s: %s zu initialisieren. Diese Komponente wird deaktiviert ###SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ ### retrieve relation configuration entry %s: %s ###SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \ ### not appear to exist in the Directory Server configuration. This is a required \ ### entry ###SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ ### to retrieve the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \ ### configuration entry %s does not appear to exist in the Directory Server \ ### configuration. This is a required entry ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \ ### trying to decode the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \ ### to load class %s and use it to create a component instance as defined in \ ### configuration entry %s. The error that occurred was: %s. This component \ ### will be disabled ###SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \ ### to initialize a component instance loaded from class %s with the information \ ### in configuration entry %s: %s. This component will be disabled MILD_WARN_ADMIN_COMPONENT_DISABLED_8=Die in Eintrag %s konfigurierte Directory Server-Komponente wurde deaktiviert SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=Die Directory Server-JAR-Datei %s in Verzeichnis %s kann nicht geladen werden, da beim Versuch, die Datei zum Lesen zu \u00f6ffnen, ein unerwarteter Fehler aufgetreten ist: %s FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=Eine Kern-Konfigurations-Definitions-Klasse konnte nicht aus der Kern-Manifestdatei %s geladen werden, da beim Versuch der Initialisierung ein unerwarteter Fehler aufgetreten ist: %s SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=Eine Konfigurations-Definitions-Klasse konnte nicht aus der Erweiterungs-Manifestdatei %s in den Erweiterungen %s geladen werden, da beim Versuch der Initialisierung ein unerwarteter Fehler aufgetreten ist: %s ###SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ ### directory %s cannot be loaded because an unexpected error occurred while \ ### trying to open the file for reading: %s ###FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \ ### definition class could not be loaded from the core manifest file %s because \ ### an unexpected error occurred while trying to initialize it: %s ###SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \ ### definition class could not be loaded from the extension manifest file %s in \ ### extensions %s because an unexpected error occurred while trying to initialize \ ### it: %s MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=Das Verzeichnis f\u00fcr Erweiterungen %s ist nicht vorhanden, deshalb werden keine Erweiterungen geladen SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Lesen der Directory Server-Erweiterungen nicht m\u00f6glich, da das Verzeichnis f\u00fcr Erweiterungen %s zwar vorhanden, aber kein Verzeichnis ist SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Lesen der Directory Server-Erweiterungen aus Verzeichnis %s nicht m\u00f6glich, da beim Versuch, die Dateien in diesem Verzeichnis aufzulisten, ein unerwarteter Fehler aufgetreten ist: %s FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=Die Kern-Administrations-Manifestdatei %s kann nicht gefunden werden FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=Die Kern-Administrations-Manifestdatei %s kann nicht geladen werden, da beim Versuch, die Datei zu lesen, ein unerwarteter Fehler aufgetreten ist: %s SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=Die mit der Erweiterung %s verbundene Administrations-Manifestdatei %s kann nicht geladen werden, da beim Versuch zu lesen ein unerwarteter Fehler aufgetreten ist: %s ###SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ ### Server extensions because the extensions directory %s exists but is not a \ ### directory ###SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \ ### Server extensions from directory %s because an unexpected error occurred \ ### while trying to list the files in that directory: %s ###FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ ### file %s cannot be located ###FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \ ### file %s cannot be loaded because an unexpected error occurred while trying to \ ### read it: %s ###SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ ### manifest file %s associated with the extension %s cannot be loaded because an \ ### unexpected error occurred while trying to read it: %s INFO_ADMIN_TOOL_DESCRIPTION_18=Dieses Dienstprogramm kann dazu verwendet werden, Vorg\u00e4nge im Directory Server-Administrations-Framework durchzuf\u00fchren INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=Neue Servergruppe erstellen INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=Die Servergruppenbeschreibung. Falls nicht angegeben, bleibt die Beschreibung leer @@ -78,32 +102,36 @@ INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=Zu entfernender Server. Dies ist ein erforderliches Argument INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=Server der angegebenen Servergruppe auflisten INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=Servergruppen auflisten, in denen der angegebene Server Mitglied ist FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Verbindung mit %s nicht m\u00f6glich. Pr\u00fcfen Sie, ob der Server ausgef\u00fchrt wird und die angegebenen Berechtigungsnachweise g\u00fcltig sind ###FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ ### the server is running and that the provided credentials are valid INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=Neuen ADS-DN erstellen INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Vorhandenen ADS-DN l\u00f6schen FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=Der Hostname fehlt FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=Der Hostname ist ung\u00fcltig FATAL_ERR_ADMIN_MISSING_IPATH_37=Der Installationspfad fehlt FATAL_ERR_ADMIN_NOVALID_IPATH_38=Der Installationspfad ist ung\u00fcltig FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=Zugriffsberechtigungsfehler aufgetreten FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=Die Entity ist bereits registriert FATAL_ERR_ADMIN_BROKEN_INSTALL_41=Das Administrations-Repository ist besch\u00e4digt FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=Die Entity ist noch nicht registriert FATAL_ERR_ADMIN_MISSING_PORT_43=Der Port fehlt FATAL_ERR_ADMIN_NOVALID_PORT_44=Der Port ist ung\u00fcltig FATAL_ERR_ADMIN_MISSING_NAME_45=Der Name fehlt FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=Die Administrations-UID fehlt FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Das Administratorpasswort fehlt FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=Unerwarteter Fehler aufgetreten ###FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing ###FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid ###FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing ###FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid ###FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs ###FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered ###FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken ###FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered ###FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing ###FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid ###FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ ### missing ###FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs INFO_ADMIN_ERROR_49=[Fehler] INFO_ADMIN_SUCCESSFUL_50=Der Vorgang wurde erfolgreich abgeschlossen INFO_ADMIN_SUCCESSFUL_NOP_51=Der Vorgang wurde erfolgreich abgeschlossen, aber es war keine Aktion erforderlich SEVERE_ERR_ADMIN_NO_MESSAGE_52= ###SEVERE_ERR_ADMIN_NO_MESSAGE_52= INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=Die Kennung der neuen Gruppe. Dies ist ein erforderliches Argument INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=Die Kennung der Gruppe. Dies ist ein erforderliches Argument INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=Die Kennung des Mitglieds. Dies ist ein erforderliches Argument INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=Der Name des Backends, in dem die Admin-Daten gespeichert werden SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Ein Zielger\u00e4t zum Hinzuf\u00fcgen/L\u00f6schen konnte nicht anhand des Eintrags "%s" registriert werden, da dieser nicht in der Konfiguration vorhanden ist ###SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ ### add/delete listener against the entry "%s" because it does not exist in the \ ### configuration INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Server bei der Administrationsdom\u00e4ne registrieren INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Registrierung von Server bei der Administrationsdom\u00e4ne aufheben INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=Die Kennung des Servers. Dies ist ein erforderliches Argument @@ -112,7 +140,8 @@ INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=Zeigt Servereigenschaften an INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=\u00c4ndert Servereigenschaften INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=Die eindeutige Kennung des registrierten Servers. Dies ist ein erforderliches Argument FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=Die bereitgestellte Server-ID ist nicht registriert ###FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ ### registered INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=Erstellt einen neuen Administrator INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=L\u00f6scht einen vorhandenen Administrator INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=Listet Administratoren auf, die definiert wurden @@ -120,62 +149,135 @@ INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=\u00c4ndert Administratoreigenschaften INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=Beschreibt Administratoreigenschaften INFO_ADMIN_ARG_USERID_DESCRIPTION_73=Die eindeutige Kennung des Administrators. Dies ist ein erforderliches Argument SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Ursache unbekannt SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=Bei der Evaluierung einer Einschr\u00e4nkung ist ein Konfigurationsausnahmefehler aufgetreten: %s SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s wurde gefunden, enthielt aber keine Typeninformationen (z. B. fehlende Objektklassen in LDAP) SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s wurde gefunden, enthielt aber nicht die erwarteten Typeninformationen (z. B. falsche Objektklassen in LDAP) SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s wurde gefunden, aber der Typ wurde in eine abstrakte Definition f\u00fcr verwaltete Objekte aufgel\u00f6st SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=Das verwaltete Objekt konnte aufgrund einer unbestimmten Ursache nicht entschl\u00fcsselt werden SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=Die Standardwerte f\u00fcr die Eigenschaft "%s" konnten nicht bestimmt werden SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=Der Wert "%s" ist kein g\u00fcltiger Wert f\u00fcr die Eigenschaft "%s", die folgende Syntax aufweisen muss: %s SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=Der Zeichenfolgenwert "%s" ist kein g\u00fcltiger Wert f\u00fcr die Eigenschaft "%s", die folgende Syntax aufweisen muss: %s SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Die Eigenschaft "%s" ist obligatorisch und muss daher angegeben werden SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=Die Eigenschaft "%s" darf nicht ge\u00e4ndert werden, da sie schreibgesch\u00fctzt ist SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=Die Eigenschaft "%s" darf nicht mehr als einen Wert enthalten SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Interner Fehler bei der Verarbeitung der Eigenschaft "%s": unbekannter Eigenschaftstyp "%s" SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentifizierungsfehler SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=Der angeforderte Authentifizierungmechanismus wird vom Server nicht unterst\u00fctzt SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Autorisierungsfehler SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Bei der Verbindungsaufnahme mit dem Server ist ein Kommunikationsproblem aufgetreten SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=Der Vorgang wurde aus folgendem Grund abgelehnt: %s SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=Der Vorgang wurde aus folgenden Gr\u00fcnden abgelehnt: %s SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=Der Vorgang konnte nicht durchgef\u00fchrt werden, da bereits eine widerspr\u00fcchliche \u00c4nderung aufgetreten ist. M\u00f6glicherweise ist ein weiteres Client-Administrations-Tool in Verwendung SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=%s konnte aus dem folgendem Grund nicht entschl\u00fcsselt werden: %s SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=%s konnte aus den folgenden Gr\u00fcnden nicht entschl\u00fcsselt werden: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Leere Namen f\u00fcr verwaltete Objekte sind nicht zul\u00e4ssig SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Nicht ausgef\u00fcllte Namen f\u00fcr verwaltete Objekte sind nicht zul\u00e4ssig SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=Der Name f\u00fcr verwaltete Objekte "%s" ist kein g\u00fcltiger Wert f\u00fcr die Namenseigenschaft "%s", die folgende Syntax aufweisen muss: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=Der Name f\u00fcr verwaltete Objekte "%s" ist nicht zul\u00e4ssig SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=Das verwaltete Objekt konnte nicht erstellt werden, da bereits ein verwaltetes Objekt mit demselben Namen vorhanden ist SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=Das angeforderte verwaltete Objekt konnte nicht gefunden werden SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=Die Eigenschaft "%s" ist obligatorisch SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=Die folgenden Eigenschaften sind obligatorisch: %s SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=Die Eigenschaft "%s" wurde nicht erkannt SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Bei der Verbindungsaufnahme mit dem Server ist ein Kommunikationsproblem aufgetreten: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=Die folgende Einschr\u00e4nkungsverletzung ist aufgetreten: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Die folgenden Einschr\u00e4nkungsverletzungen sind aufgetreten: %s SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=Der Wert "%s" in Eigenschaft "%s" in %s in Eintrag "%s" verweist auf ein nicht vorhandenes %s in Eintrag "%s" SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=Der Wert "%s" in Eigenschaft "%s" im aktivierten %s in Eintrag "%s" verweist auf ein deaktiviertes %s in Eintrag "%s" SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=Der Wert "%s" in Eigenschaft "%s" in %s in Eintrag "%s" verweist auf ein deaktiviertes %s in Eintrag "%s" SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=%s in Eintrag "%s" kann nicht gel\u00f6scht werden, da es von der Eigenschaft "%s" von %s in Eintrag "%s" referenziert wird SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=%s in Eintrag "%s" kann nicht deaktiviert werden, da es von der Eigenschaft "%s" von %s in Eintrag "%s" referenziert wird FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=Das Administrations-Framework konnte aufgrund folgender Ausnahme nicht initialisiert werden: %s SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Unerwarteter Fehler beim Lesen der Manifestdatei: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Fehler beim Laden von Klasse "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=getInstance()-Methode kann in der Definitionsklasse f\u00fcr verwaltete Objekte "%s" nicht gefunden werden: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=getInstance()-Methode kann in der Klasse f\u00fcr die Definition verwalteter Objekte nicht aufgerufen werden "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Definition f\u00fcr verwaltete Objekte "%s" kann in Klasse nicht initialisiert werden "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=Die Erweiterung "%s" mit der Manifestdatei %s kann nicht geladen werden, da beim Initialisierungsversuch ein unerwarteter Fehler aufgetreten ist: %s FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Die Kern-Administrationsklassen konnten nicht aus der Manifestdatei %s geladen werden, da ein unerwarteter Fehler aufgetreten ist: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=%s "%s", referenziert in Eigenschaft "%s", ist nicht vorhanden SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=%s "%s", referenziert in Eigenschaft "%s", ist vorhanden, weist aber eine ung\u00fcltige Konfiguration auf: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=%s "%s", referenziert in Eigenschaft "%s", ist deaktiviert SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=Die Eigenschaft "%s" in %s namens "%s" verweist auf %s SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=Die Eigenschaft "%s" in %s verweist auf %s SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=%s kann nicht deaktiviert werden, da es von der Eigenschaft "%s" in %s namens "%s" referenziert wird SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=%s kann nicht deaktiviert werden, da es von der Eigenschaft "%s" in %s referenziert wird SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Fehler beim Versuch zu bestimmen, ob %s in Eintrag %s aktiviert ist: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector self-signed certificate cannot be generated because the following error occurred: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration connector self-signed certificate cannot be generated because the following files are missing: %s SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions on file %s ###SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown ###SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ ### occurred while evaluating a constraint: %s ###SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=The %s could \ ### be found but did not contain any type information (e.g. missing object \ ### classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=The %s could \ ### be found but did not contain the expected type information (e.g. incorrect \ ### object classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ ### could be found but its type resolved to an abstract managed object \ ### definition ###SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \ ### be decoded due to an unspecified reason ###SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ ### for the "%s" property could not be determined ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \ ### a valid value for the "%s" property, which must have the following \ ### syntax: %s ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=The string value \ ### "%s" is not a valid value for the "%s" property, which must have the \ ### following syntax: %s ###SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=The "%s" property must be \ ### specified as it is mandatory ###SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=The "%s" property must not \ ### be modified as it is read-only ###SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=The "%s" property \ ### must not contain more than one value ###SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=An internal error \ ### occurred while processing property "%s": unknown property type "%s" ###SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure ###SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=The \ ### requested authentication mechanism is not supported by the server ###SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ ### occurred while contacting the server ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ ### for the following reason: %s ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=The operation was rejected \ ### for the following reasons: %s ###SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=The operation could \ ### not be performed because a conflicting change has already occurred. There \ ### may be another client administration tool in use ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=The %s could not \ ### be decoded due to the following reason: %s ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=The %s could not \ ### be decoded due to the following reasons: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Empty managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Blank managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=The managed \ ### object name "%s" is not a valid value for the naming property "%s", \ ### which must have the following syntax: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=The managed \ ### object name "%s" is not permitted ###SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=The managed object \ ### could not be created because there is an existing managed object with \ ### the same name ###SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=The requested managed \ ### object could not be found ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ ### property is mandatory ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ ### properties are mandatory: %s ###SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ ### recognized ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ ### occurred while contacting the server: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ ### constraint violation occurred: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ ### constraint violations occurred: %s ###SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a non-existent %s \ ### in entry "%s" ###SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \ ### "%s" in property "%s" in the enabled %s in entry "%s" refers to a \ ### disabled %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a disabled %s in \ ### entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \ ### cannot be deleted because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \ ### cannot be disabled because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \ ### framework could not be initialized due to the following exception: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ ### error occurred while reading the manifest file: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \ ### attempting to load class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Unable to \ ### to find the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Unable to \ ### to invoke the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Unable initialize the \ ### "%s" managed object definition in class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=The extension "%s" \ ### with manifest file %s cannot be loaded because an unexpected error \ ### occurred while trying to initialize it: %s ###FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ ### classes could not be loaded from manifest file %s because an unexpected \ ### error occurred: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ ### property "%s" does not exist ###SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ ### property "%s" exists but has an invalid configuration: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ ### property "%s" is disabled ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ ### in the %s called "%s" references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ ### in the %s references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s called "%s" ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s ###SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=An error occurred \ ### while attempting to determine if the %s in entry %s is enabled: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector \ ###self-signed certificate cannot be generated because the following error \ ###occurred: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration \ ###connector self-signed certificate cannot be generated because the following \ ###files are missing: %s ###SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ ### on file %s opends/src/messages/messages/admin_es.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ADMIN # # Format string definitions # @@ -47,23 +43,51 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Se ha producido un error al intentar recuperar la entrada de configuraci\u00f3n de relaci\u00f3n %s: %s SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=No parece que exista la entrada de relaci\u00f3n %s en la configuraci\u00f3n del servidor de directorios. This is a required entry SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Se ha producido un error al intentar recuperar la entrada de configuraci\u00f3n del objeto administrado %s: %s SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=No parece que exista la entrada de configuraci\u00f3n del objeto administrado %s en la configuraci\u00f3n del servidor de directorios. This is a required entry SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Se ha producido un error al intentar decodificar la entrada de configuraci\u00f3n del objeto administrado %s: %s SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=El servidor de directorios no ha podido cargar la clase %s y utilizarla para crear una instancia del componente, tal y como se ha definido en la entrada de configuraci\u00f3n %s. Se ha producido el siguiente error: %s. Se inhabilitar\u00e1 este componente SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=Se ha producido un error al intentar inicializar una instancia del componente cargada desde la clase %s con la informaci\u00f3n de la entrada de configuraci\u00f3n %s: %s. Se inhabilitar\u00e1 este componente ###SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ ### retrieve relation configuration entry %s: %s ###SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \ ### not appear to exist in the Directory Server configuration. This is a required \ ### entry ###SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ ### to retrieve the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \ ### configuration entry %s does not appear to exist in the Directory Server \ ### configuration. This is a required entry ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \ ### trying to decode the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \ ### to load class %s and use it to create a component instance as defined in \ ### configuration entry %s. The error that occurred was: %s. This component \ ### will be disabled ###SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \ ### to initialize a component instance loaded from class %s with the information \ ### in configuration entry %s: %s. This component will be disabled MILD_WARN_ADMIN_COMPONENT_DISABLED_8=Se ha inhabilitado el componente del servidor de directorios configurado en la entrada %s SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=El archivo jar %s del directorio %s del servidor de directorios no se puede cargar debido a un error inesperado al intentar abrir el archivo para su lectura: %s FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=No se pudo cargar la clase de definici\u00f3n de configuraci\u00f3n del n\u00facleo central desde el archivo manifest del n\u00facleo central %s debido a un error inesperado al intentar inicializarlo: %s SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=No se pudo cargar la clase de definici\u00f3n de configuraci\u00f3n desde el archivo manifest %s con las extensiones %s debido a un error inesperado al intentar inicializarlo: %s ###SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ ### directory %s cannot be loaded because an unexpected error occurred while \ ### trying to open the file for reading: %s ###FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \ ### definition class could not be loaded from the core manifest file %s because \ ### an unexpected error occurred while trying to initialize it: %s ###SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \ ### definition class could not be loaded from the extension manifest file %s in \ ### extensions %s because an unexpected error occurred while trying to initialize \ ### it: %s MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=El directorio de extensiones %s no existe, por lo que no se cargar\u00e1 ninguna extensi\u00f3n SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=No se pueden leer las extensiones del servidor de directorios debido a que el directorio de extensiones %s existe, pero no es v\u00e1lido SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=No se pueden leer las extensiones del servidor de directorios desde el directorio %s debido a un error inesperado al intentar enumerar los archivos de ese directorio: %s FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=No se puede encontrar el archivo manifest de administraci\u00f3n del n\u00facleo central %s FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=El archivo manifest de administraci\u00f3n del n\u00facleo central %s no se puede cargar debido a un error inesperado al intentar leerlo: %s SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=El archivo manifest de administraci\u00f3n %s asociado a la extensi\u00f3n %s no se puede cargar debido a un error inesperado al intentar leerlo: %s ###SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ ### Server extensions because the extensions directory %s exists but is not a \ ### directory ###SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \ ### Server extensions from directory %s because an unexpected error occurred \ ### while trying to list the files in that directory: %s ###FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ ### file %s cannot be located ###FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \ ### file %s cannot be loaded because an unexpected error occurred while trying to \ ### read it: %s ###SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ ### manifest file %s associated with the extension %s cannot be loaded because an \ ### unexpected error occurred while trying to read it: %s INFO_ADMIN_TOOL_DESCRIPTION_18=Esta utilidad se puede utilizar para realizar operaciones en la estructura de administraci\u00f3n del servidor de directorios INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=Crear un nuevo grupo de servidores INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=La descripci\u00f3n del grupo de servidores. Si no se especifica ninguna, la descripci\u00f3n permanecer\u00e1 vac\u00eda @@ -78,32 +102,36 @@ INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=El servidor que se suprimir\u00e1. Se trata de un argumento necesario INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=Enumerar los servidores del grupo de servidores especificado INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=Enumerar grupos de servidores de los que el servidor especificado sea miembro FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=No se pudo conectar con %s. Compruebe que el servidor se est\u00e9 ejecutando y que las credenciales especificadas sean v\u00e1lidas ###FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ ### the server is running and that the provided credentials are valid INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=Crear un nuevo ND de ADS INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Eliminar un ND de ADS existente FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=Falta el nombre de host FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=El nombre de host no es v\u00e1lido FATAL_ERR_ADMIN_MISSING_IPATH_37=Falta la ruta de instalaci\u00f3n FATAL_ERR_ADMIN_NOVALID_IPATH_38=La ruta de instalaci\u00f3n no es v\u00e1lida FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=Se ha producido un error de permiso de acceso FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=Ya se ha registrado la entidad FATAL_ERR_ADMIN_BROKEN_INSTALL_41=El dep\u00f3sito administrativo est\u00e1 inoperativo FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=No se ha registrado a\u00fan la entidad FATAL_ERR_ADMIN_MISSING_PORT_43=Falta el puerto FATAL_ERR_ADMIN_NOVALID_PORT_44=El puerto no es v\u00e1lido FATAL_ERR_ADMIN_MISSING_NAME_45=Falta el nombre FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=Falta el UID de administraci\u00f3n FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Falta la contrase\u00f1a de administraci\u00f3n FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=Se ha producido un error inesperado ###FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing ###FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid ###FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing ###FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid ###FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs ###FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered ###FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken ###FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered ###FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing ###FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid ###FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ ### missing ###FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs INFO_ADMIN_ERROR_49=[error] INFO_ADMIN_SUCCESSFUL_50=Se ha completado correctamente la operaci\u00f3n INFO_ADMIN_SUCCESSFUL_NOP_51=Se ha completado correctamente la operaci\u00f3n, pero no era necesario realizar ninguna acci\u00f3n SEVERE_ERR_ADMIN_NO_MESSAGE_52= ###SEVERE_ERR_ADMIN_NO_MESSAGE_52= INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=El identificador del nuevo grupo. Se trata de un argumento necesario INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=El identificador del grupo. Se trata de un argumento necesario INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=El identificador del miembro. Se trata de un argumento necesario INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=El nombre del servidor de fondo en el que se almacenar\u00e1 los datos de administraci\u00f3n SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=No se puede registrar la escucha de adici\u00f3n/eliminaci\u00f3n en la entrada "%s" debido a que no existe en la configuraci\u00f3n ###SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ ### add/delete listener against the entry "%s" because it does not exist in the \ ### configuration INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Registrar un servidor en un dominio administrativo INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Cancelar el registro de un servidor en un dominio administrativo INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=El identificador del servidor. Se trata de un argumento necesario @@ -112,7 +140,8 @@ INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=Muestra las propiedades del servidor INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=Modifica las propiedades del servidor INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=El identificador exclusivo del servidor registrado. Se trata de un argumento necesario FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=El Id. de servidor especificado no se ha registrado ###FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ ### registered INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=Crea un nuevo administrador INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=Elimina un administrador existente INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=Enumera los administradores que se han definido @@ -120,62 +149,135 @@ INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=Modifica las propiedades del administrador INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=Describe las propiedades del administrador INFO_ADMIN_ARG_USERID_DESCRIPTION_73=El identificador exclusivo del administrador. Se trata de un argumento necesario SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Motivo desconocido SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=Se ha producido una excepci\u00f3n de configuraci\u00f3n al evaluar una restricci\u00f3n: %s SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=Se pudo encontrar %s, pero no conten\u00eda informaci\u00f3n de ning\u00fan tipo (por ejemplo, faltan las clases de objetos de LDAP) SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=Se pudo encontrar %s, pero no conten\u00eda la informaci\u00f3n del tipo previsto (por ejemplo, clases de objetos incorrectas en LDAP) SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=Se pudo encontrar %s, pero su tipo se ha resuelto en una definici\u00f3n de objeto administrado abstracto SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=El objeto administrado no se pudo decodificar debido a un motivo no especificado SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=No se pudieron determinar los valores predeterminados de la propiedad "%s" SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=El valor "%s" no es v\u00e1lido para la propiedad "%s", que debe presentar la siguiente sintaxis: %s SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=El valor de cadena "%s" no es v\u00e1lido para la propiedad "%s", que debe presentar la siguiente sintaxis: %s SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Debe especificarse la propiedad "%s", ya que es obligatoria SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=La propiedad "%s" no debe modificarse, ya que es de s\u00f3lo lectura SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=La propiedad "%s" no debe contener m\u00e1s de un valor SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Se ha producido un error interno al procesar la propiedad "%s": tipo de propiedad desconocido "%s" SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Error de autenticaci\u00f3n SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=El servidor no admite el mecanismo de autenticaci\u00f3n solicitado SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Error de autorizaci\u00f3n SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Se ha producido un problema de comunicaci\u00f3n al establecer contacto con el servidor SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=Se ha rechazado la operaci\u00f3n por el siguiente motivo: %s SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=Se ha rechazado la operaci\u00f3n por los siguientes motivos: %s SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=No se pudo realizar la operaci\u00f3n debido a que se ha realizado un cambio conflictivo. Es posible que se est\u00e9 utilizando otra herramienta de administraci\u00f3n de clientes SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=No se pudo decodificar %s por el siguiente motivo: %s SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=No se pudo decodificar %s por los siguientes motivos: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=No se permiten nombres de objetos administrados vac\u00edos SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=No se permiten nombres de objetos administrados en blanco SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=El nombre de objeto administrado "%s" no es v\u00e1lido para la propiedad de asignaci\u00f3n de nombres "%s", que debe presentar la siguiente sintaxis: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=No se permite el nombre de objeto administrado "%s" SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=No se pudo crear el objeto administrado debido a que ya existe un objeto administrado existente con el mismo nombre SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=No se pudo encontrar el objeto administrado solicitado SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=La propiedad "%s" es obligatoria SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=Las siguientes propiedades son obligatorias: %s SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=No se ha reconocido la propiedad "%s" SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Se ha producido un problema de comunicaci\u00f3n al establecer contacto con el servidor: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=Se ha producido la siguiente infracci\u00f3n de restricciones: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Se han producido las siguientes infracciones de restricciones: %s SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=El valor "%s" de la propiedad "%s" de %s en la entrada "%s" hace referencia a un elemento %s no existente en la entrada "%s" SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=El valor "%s" de la propiedad "%s" del elemento %s habilitado en la entrada "%s" hace referencia a un elemento %s inhabilitado en la entrada "%s" SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=El valor "%s" de la propiedad "%s" de %s en la entrada "%s" hace referencia a un elemento %s inhabilitado en la entrada "%s" SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=El elemento %s de la entrada "%s" no se puede eliminar porque la propiedad "%s" de %s en la entrada "%s" hace referencia a \u00e9l SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=El elemento %s de la entrada "%s" no se puede inhabilitar porque la propiedad "%s" de %s en la entrada "%s" hace referencia a \u00e9l FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=No se pudo inicializar la estructura de administraci\u00f3n debido a la siguiente excepci\u00f3n: %s SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Se ha producido un error inesperado al leer el archivo manifest: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Se ha producido un error al intentar cargar la clase "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=No se puede encontrar el m\u00e9todo getInstance() en la clase de definici\u00f3n de objeto administrado "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=No se puede llamar al m\u00e9todo getInstance() en la clase de definici\u00f3n de objeto administrado "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=No se puede inicializar la definici\u00f3n de objeto administrado "%s" en la clase "%s": %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=La extensi\u00f3n "%s" con el archivo manifest %s no se puede cargar debido a un error inesperado al intentar inicializarlo: %s FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Las clases de administraci\u00f3n del n\u00facleo central no se pudieron cargar desde el archivo manifest %s debido a un error inesperado: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127="%s" de %s al que se hace referencia en la propiedad "%s" no existe SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128="%s" de %s al que se hace referencia en la propiedad "%s" existe, pero presenta una configuraci\u00f3n no v\u00e1lida: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129="%s" de %s al que se hace referencia en la propiedad "%s" est\u00e1 inhabilitado SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=La propiedad "%s" del elemento %s denominado "%s" hace referencia a este elemento %s SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=La propiedad "%s" del elemento %s hace referencia a este elemento %s SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=Este elemento %s no se puede inhabilitar porque la propiedad "%s" del elemento %s denominado "%s" hace referencia a \u00e9l SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=Este elemento %s no se puede inhabilitar porque la propiedad "%s" del elemento %s hace referencia a \u00e9l SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Se ha producido un error al intentar determinar si el elemento %s de la entrada %s est\u00e1 habilitado: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector self-signed certificate cannot be generated because the following error occurred: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration connector self-signed certificate cannot be generated because the following files are missing: %s SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions on file %s ###SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown ###SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ ### occurred while evaluating a constraint: %s ###SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=The %s could \ ### be found but did not contain any type information (e.g. missing object \ ### classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=The %s could \ ### be found but did not contain the expected type information (e.g. incorrect \ ### object classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ ### could be found but its type resolved to an abstract managed object \ ### definition ###SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \ ### be decoded due to an unspecified reason ###SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ ### for the "%s" property could not be determined ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \ ### a valid value for the "%s" property, which must have the following \ ### syntax: %s ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=The string value \ ### "%s" is not a valid value for the "%s" property, which must have the \ ### following syntax: %s ###SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=The "%s" property must be \ ### specified as it is mandatory ###SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=The "%s" property must not \ ### be modified as it is read-only ###SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=The "%s" property \ ### must not contain more than one value ###SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=An internal error \ ### occurred while processing property "%s": unknown property type "%s" ###SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure ###SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=The \ ### requested authentication mechanism is not supported by the server ###SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ ### occurred while contacting the server ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ ### for the following reason: %s ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=The operation was rejected \ ### for the following reasons: %s ###SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=The operation could \ ### not be performed because a conflicting change has already occurred. There \ ### may be another client administration tool in use ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=The %s could not \ ### be decoded due to the following reason: %s ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=The %s could not \ ### be decoded due to the following reasons: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Empty managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Blank managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=The managed \ ### object name "%s" is not a valid value for the naming property "%s", \ ### which must have the following syntax: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=The managed \ ### object name "%s" is not permitted ###SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=The managed object \ ### could not be created because there is an existing managed object with \ ### the same name ###SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=The requested managed \ ### object could not be found ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ ### property is mandatory ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ ### properties are mandatory: %s ###SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ ### recognized ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ ### occurred while contacting the server: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ ### constraint violation occurred: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ ### constraint violations occurred: %s ###SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a non-existent %s \ ### in entry "%s" ###SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \ ### "%s" in property "%s" in the enabled %s in entry "%s" refers to a \ ### disabled %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a disabled %s in \ ### entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \ ### cannot be deleted because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \ ### cannot be disabled because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \ ### framework could not be initialized due to the following exception: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ ### error occurred while reading the manifest file: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \ ### attempting to load class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Unable to \ ### to find the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Unable to \ ### to invoke the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Unable initialize the \ ### "%s" managed object definition in class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=The extension "%s" \ ### with manifest file %s cannot be loaded because an unexpected error \ ### occurred while trying to initialize it: %s ###FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ ### classes could not be loaded from manifest file %s because an unexpected \ ### error occurred: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ ### property "%s" does not exist ###SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ ### property "%s" exists but has an invalid configuration: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ ### property "%s" is disabled ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ ### in the %s called "%s" references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ ### in the %s references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s called "%s" ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s ###SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=An error occurred \ ### while attempting to determine if the %s in entry %s is enabled: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector \ ###self-signed certificate cannot be generated because the following error \ ###occurred: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration \ ###connector self-signed certificate cannot be generated because the following \ ###files are missing: %s ###SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ ### on file %s opends/src/messages/messages/admin_fr.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ADMIN # # Format string definitions # @@ -47,23 +43,51 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Une erreur est survenue lors de la tentative de r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration de la relation %s\u00a0: %s SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=L'entr\u00e9e de la relation %s semble ne pas exister dans la configuration du serveur d'annuaires. This is a required entry SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Une erreur est survenue pendant la tentative de r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration de l'objet g\u00e9r\u00e9 %s\u00a0: %s SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=L'entr\u00e9e de configuration de l'objet g\u00e9r\u00e9 %s semble ne pas exister dans la configuration du serveur d'annuaires. This is a required entry SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Une erreur est survenue pendant la tentative de d\u00e9codage de l'entr\u00e9e de configuration de l'objet g\u00e9r\u00e9 %s\u00a0: %s SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=Le serveur d'annuaires n'a pas pu charger la classe %s et l'utiliser pour cr\u00e9er une instance du composant telle qu'elle est d\u00e9finie dans l'entr\u00e9e de configuration %s. L'erreur suivante s'est produite\u00a0: %s. Ce composant va \u00eatre d\u00e9sactiv\u00e9 SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=Une erreur est survenue pendant la tentative d'initialisation d'une instance du composant charg\u00e9e \u00e0 partir de la classe %s avec les informations dans l'entr\u00e9e de configuration %s\u00a0: %s. Ce composant va \u00eatre d\u00e9sactiv\u00e9 ###SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ ### retrieve relation configuration entry %s: %s ###SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \ ### not appear to exist in the Directory Server configuration. This is a required \ ### entry ###SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ ### to retrieve the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \ ### configuration entry %s does not appear to exist in the Directory Server \ ### configuration. This is a required entry ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \ ### trying to decode the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \ ### to load class %s and use it to create a component instance as defined in \ ### configuration entry %s. The error that occurred was: %s. This component \ ### will be disabled ###SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \ ### to initialize a component instance loaded from class %s with the information \ ### in configuration entry %s: %s. This component will be disabled MILD_WARN_ADMIN_COMPONENT_DISABLED_8=Le composant du serveur d'annuaires configur\u00e9 dans l'entr\u00e9e %s a \u00e9t\u00e9 d\u00e9sactiv\u00e9 SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=Impossible de charger le fichier JAR %s du serveur d'annuaires dans le r\u00e9pertoire %s car une erreur inattendue s'est produite lors de la tentative d'ouverture du fichier pour lecture\u00a0: %s FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=\u00c9chec du chargement d'une classe de d\u00e9finition de configuration de base \u00e0 partir du fichier global principal %s car une erreur inattendue s'est produite lors de la tentative d'initialisation\u00a0: %s SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=\u00c9chec du chargement d'une classe de d\u00e9finition de configuration \u00e0 partir du fichier global d'extension %s dans les extensions %s car une erreur inattendue s'est produite lors de la tentative d'initialisation\u00a0: %s ###SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ ### directory %s cannot be loaded because an unexpected error occurred while \ ### trying to open the file for reading: %s ###FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \ ### definition class could not be loaded from the core manifest file %s because \ ### an unexpected error occurred while trying to initialize it: %s ###SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \ ### definition class could not be loaded from the extension manifest file %s in \ ### extensions %s because an unexpected error occurred while trying to initialize \ ### it: %s MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=Le r\u00e9pertoire d'extensions %s n'existe pas, aucune extension ne sera donc charg\u00e9e SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Impossible de lire les extensions du serveur d'annuaires car le r\u00e9pertoire d'extensions %s existe mais n'est pas un r\u00e9pertoire SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Impossible de lire les extensions du serveur d'annuaires \u00e0 partir du r\u00e9pertoire %s car une erreur inattendue est survenue lors de la tentative d'\u00e9num\u00e9ration des fichiers de ce r\u00e9pertoire\u00a0: %s FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=Le fichier global d'administration principal %s est introuvable FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=Impossible de charger le fichier global d'administration principal %s car une erreur inattendue s'est produite lors de la tentative de lecture\u00a0: %s SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=Impossible de charger le fichier global d'administration %s associ\u00e9 \u00e0 l'extension %s car une erreur inattendue s'est produite lors de la tentative de lecture\u00a0: %s ###SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ ### Server extensions because the extensions directory %s exists but is not a \ ### directory ###SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \ ### Server extensions from directory %s because an unexpected error occurred \ ### while trying to list the files in that directory: %s ###FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ ### file %s cannot be located ###FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \ ### file %s cannot be loaded because an unexpected error occurred while trying to \ ### read it: %s ###SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ ### manifest file %s associated with the extension %s cannot be loaded because an \ ### unexpected error occurred while trying to read it: %s INFO_ADMIN_TOOL_DESCRIPTION_18=Cet utilitaire permet d'effectuer des op\u00e9rations dans la structure d'administration du serveur d'annuaires INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=Cr\u00e9er un nouveau groupe de serveurs INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=Description du groupe de serveurs. Si aucun \u00e9l\u00e9ment n'est indiqu\u00e9, la description sera vide @@ -78,32 +102,36 @@ INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=Le serveur \u00e0 supprimer. Cet argument est obligatoire INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=R\u00e9pertorier les serveurs du groupe de serveurs sp\u00e9cifi\u00e9 INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=R\u00e9pertorier les groupes de serveurs dont le serveur sp\u00e9cifi\u00e9 est membre FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=\u00c9chec de la connexion \u00e0 %s. Assurez-vous que le serveur fonctionne et que les informations d'authentification sont valides ###FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ ### the server is running and that the provided credentials are valid INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=Cr\u00e9er un nouveau DN ADS INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Supprimer un DN ADS existant FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=Le nom d'h\u00f4te est manquant FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=Le nom d'h\u00f4te n'est pas valide FATAL_ERR_ADMIN_MISSING_IPATH_37=Le r\u00e9pertoire d'installation est manquant FATAL_ERR_ADMIN_NOVALID_IPATH_38=Le r\u00e9pertoire d'installation n'est pas valide FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=Une erreur de droit d'acc\u00e8s s'est produite FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=L'entit\u00e9 est d\u00e9j\u00e0 enregistr\u00e9e FATAL_ERR_ADMIN_BROKEN_INSTALL_41=Le r\u00e9f\u00e9rentiel administratif est corrompu FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=L'entit\u00e9 n'est pas encore enregistr\u00e9e FATAL_ERR_ADMIN_MISSING_PORT_43=Le port est manquant FATAL_ERR_ADMIN_NOVALID_PORT_44=Le port n'est pas valide FATAL_ERR_ADMIN_MISSING_NAME_45=Le nom est manquant FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=L'UID d'administration est manquant FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Le mot de passe de l'administrateur est manquant FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=Une erreur inattendue est survenue ###FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing ###FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid ###FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing ###FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid ###FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs ###FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered ###FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken ###FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered ###FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing ###FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid ###FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ ### missing ###FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs INFO_ADMIN_ERROR_49=[erreur] INFO_ADMIN_SUCCESSFUL_50=L'op\u00e9ration est termin\u00e9e INFO_ADMIN_SUCCESSFUL_NOP_51=L'op\u00e9ration est termin\u00e9e, mais aucune action n'a \u00e9t\u00e9 requise SEVERE_ERR_ADMIN_NO_MESSAGE_52= ###SEVERE_ERR_ADMIN_NO_MESSAGE_52= INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=Nouvel identifiant du groupe. Cet argument est obligatoire INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=Identifiant du groupe. Cet argument est obligatoire INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=Identifiant du membre. Cet argument est obligatoire INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=Nom du backend dans lequel seront stock\u00e9es les donn\u00e9es d'administration SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Impossible d'enregistrer un listener ajouter/supprimer avec l'entit\u00e9 "%s" car il n'existe pas dans la configuration ###SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ ### add/delete listener against the entry "%s" because it does not exist in the \ ### configuration INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=Enregistrer un serveur dans le domaine administratif INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=Annuler l'enregistrement d'un serveur dans le domaine administratif INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=Identifiant du serveur. Cet argument est obligatoire @@ -112,7 +140,8 @@ INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=Affiche les propri\u00e9t\u00e9s du serveur INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=Modifie les propri\u00e9t\u00e9s du serveur INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=Identifiant unique du serveur enregistr\u00e9. Cet argument est obligatoire FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=L'ID de serveur fourni n'est pas enregistr\u00e9 ###FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ ### registered INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=Cr\u00e9e un nouvel administrateur INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=Supprime un administrateur existant INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=R\u00e9pertorie les administrateurs ayant \u00e9t\u00e9 d\u00e9finis @@ -120,62 +149,135 @@ INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=Modifie les propri\u00e9t\u00e9s de l'administrateur INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=D\u00e9crit les propri\u00e9t\u00e9s de l'administrateur INFO_ADMIN_ARG_USERID_DESCRIPTION_73=Identifiant unique de l'administrateur. Cet argument est obligatoire SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Raison inconnue SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=Une exception de configuration s'est produite lors de l'\u00e9valuation d'une contrainte\u00a0: %s SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s a \u00e9t\u00e9 trouv\u00e9 mais ne contenait aucune information sur le type (par exemple, classes d'objets manquantes dans LDAP) SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s a \u00e9t\u00e9 trouv\u00e9 mais ne contenait pas les informations sur le type escompt\u00e9es (par exemple, classes d'objets incorrectes dans LDAP) SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s a \u00e9t\u00e9 trouv\u00e9 mais son type s'est transform\u00e9 en une d\u00e9finition d'objet g\u00e9r\u00e9 abstraite SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=Impossible de d\u00e9coder l'objet g\u00e9r\u00e9 pour une raison inconnue SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=Impossible de d\u00e9terminer les valeurs par d\u00e9faut pour la propri\u00e9t\u00e9 "%s" SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87="%s" n'est pas une valeur valide pour la propri\u00e9t\u00e9 "%s". La syntaxe doit \u00eatre la suivante\u00a0: %s SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=La valeur "%s" de la cha\u00eene n'est pas une valeur valide pour la propri\u00e9t\u00e9 "%s". La syntaxe doit \u00eatre la suivante\u00a0: %s SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=La propri\u00e9t\u00e9 "%s" doit \u00eatre sp\u00e9cifi\u00e9e car elle est obligatoire SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=La propri\u00e9t\u00e9 "%s" ne doit pas \u00eatre modifi\u00e9e car elle est en lecture seule SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=La propri\u00e9t\u00e9 "%s" ne doit pas contenir plus d'une valeur SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Une erreur interne s'est produite au cours du traitement de la propri\u00e9t\u00e9 "%s"\u00a0: type de propri\u00e9t\u00e9 inconnu "%s" SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u00c9chec de l'authentification SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=Le serveur ne prend pas en charge la m\u00e9thode d'authentification requise SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u00c9chec de l'autorisation SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Un probl\u00e8me de communication s'est produit lors de la tentative de contact du serveur SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=L'op\u00e9ration a \u00e9t\u00e9 refus\u00e9e pour la raison suivante\u00a0: %s SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=L'op\u00e9ration a \u00e9t\u00e9 refus\u00e9e pour les raisons suivantes\u00a0: %s SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=Impossible d'effectuer l'op\u00e9ration car une modification source de conflits s'est produite. Un autre outil d'administration client est peut-\u00eatre en cours d'utilisation SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=Impossible de d\u00e9coder %s pour la raison suivante\u00a0: %s SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=Impossible de d\u00e9coder %s pour les raisons suivantes\u00a0: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Les noms d'objets g\u00e9r\u00e9s vides ne sont pas autoris\u00e9s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Les noms d'objets g\u00e9r\u00e9s vides ne sont pas autoris\u00e9s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=Le nom d'objet g\u00e9r\u00e9 "%s" n'est pas une valeur valide pour la propri\u00e9t\u00e9 de nom "%s", qui doit pr\u00e9senter la syntaxe suivante\u00a0: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=Le nom d'objet g\u00e9r\u00e9 "%s" n'est pas autoris\u00e9 SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=Impossible de cr\u00e9er l'objet g\u00e9r\u00e9 car un objet g\u00e9r\u00e9 existant porte d\u00e9j\u00e0 ce nom SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=Impossible de trouver l'objet g\u00e9r\u00e9 requis SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=La propri\u00e9t\u00e9 "%s" est obligatoire SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=Les propri\u00e9t\u00e9s suivantes sont requises\u00a0: %s SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=La propri\u00e9t\u00e9 "%s" n'a pas \u00e9t\u00e9 reconnue SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Un probl\u00e8me de communication s'est produit lors de la tentative de contact du serveur\u00a0: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=La violation de contrainte suivante s'est produite\u00a0: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Les violations de contraintes suivantes se sont produites\u00a0: %s SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=La valeur "%s" de la propri\u00e9t\u00e9 "%s" dans %s de l'entr\u00e9e "%s" fait r\u00e9f\u00e9rence \u00e0 un %s inexistant dans l'entr\u00e9e "%s" SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=La valeur "%s" de la propri\u00e9t\u00e9 "%s" dans %s activ\u00e9 de l'entr\u00e9e "%s" fait r\u00e9f\u00e9rence \u00e0 un %s d\u00e9sactiv\u00e9 dans l'entr\u00e9e "%s" SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=La valeur "%s" de la propri\u00e9t\u00e9 "%s" dans %s de l'entr\u00e9e "%s" fait r\u00e9f\u00e9rence \u00e0 un %s d\u00e9sactiv\u00e9 dans l'entr\u00e9e "%s" SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=Impossible de supprimer %1$s dans l'entr\u00e9e "%2$s" car %1$s est r\u00e9f\u00e9renc\u00e9 par la propri\u00e9t\u00e9 "%3$s" de %4$s dans l'entr\u00e9e "%5$s" SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=Impossible de d\u00e9sactiver %1$s dans l'entr\u00e9e "%2$s" car %1$s est r\u00e9f\u00e9renc\u00e9 par la propri\u00e9t\u00e9 "%3$s" de %4$s dans l'entr\u00e9e "%5$s" FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=\u00c9chec de l'initialisation de la structure d'administration en raison de l'exception suivante\u00a0: %s SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Une erreur inattendue s'est produite lors de la lecture du fichier global\u00a0: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Une erreur inattendue s'est produite lors du chargement de la classe "%s"\u00a0: %s SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=M\u00e9thode getInstance() introuvable dans la classe de d\u00e9finition de l'objet g\u00e9r\u00e9 "%s"\u00a0: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Impossible d'appeler la m\u00e9thode getInstance() dans la classe de d\u00e9finition de l'objet g\u00e9r\u00e9 "%s"\u00a0: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Impossible d'initialiser la d\u00e9finition de l'objet g\u00e9r\u00e9 "%s" dans la classe "%s"\u00a0: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=Impossible de charger l'extension "%s" avec le fichier global %s car une erreur inattendue s'est produite lors de la tentative d'initialisation\u00a0: %s FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Impossible de charger les classes d'administration de base \u00e0 partir du fichier global %s car une erreur inattendue s'est produite\u00a0: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=%s "%s" r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s" n'existe pas SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=%s "%s" r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s" existe mais sa configuration n'est pas valide\u00a0: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=%s "%s" r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s" est d\u00e9sactiv\u00e9 SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=La propri\u00e9t\u00e9 "%s" dans %s appel\u00e9e"%s" r\u00e9f\u00e9rence ce %s SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=La propri\u00e9t\u00e9 "%s" dans %s r\u00e9f\u00e9rence ce %s SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=Impossible de d\u00e9sactiver %1$s car %1$s est r\u00e9f\u00e9renc\u00e9 par la propri\u00e9t\u00e9 "%2$s" dans %3$s appel\u00e9 "%4$s" SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=Impossible de d\u00e9sactiver %1$s car %1$s est r\u00e9f\u00e9renc\u00e9 par la propri\u00e9t\u00e9 "%2$s" dans %3$s SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Une erreur est survenue pendant que le syst\u00e8me tentait de d\u00e9terminer si %s dans l'entr\u00e9e %s est activ\u00e9\u00a0: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector self-signed certificate cannot be generated because the following error occurred: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration connector self-signed certificate cannot be generated because the following files are missing: %s SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions on file %s ###SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown ###SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ ### occurred while evaluating a constraint: %s ###SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=The %s could \ ### be found but did not contain any type information (e.g. missing object \ ### classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=The %s could \ ### be found but did not contain the expected type information (e.g. incorrect \ ### object classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ ### could be found but its type resolved to an abstract managed object \ ### definition ###SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \ ### be decoded due to an unspecified reason ###SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ ### for the "%s" property could not be determined ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \ ### a valid value for the "%s" property, which must have the following \ ### syntax: %s ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=The string value \ ### "%s" is not a valid value for the "%s" property, which must have the \ ### following syntax: %s ###SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=The "%s" property must be \ ### specified as it is mandatory ###SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=The "%s" property must not \ ### be modified as it is read-only ###SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=The "%s" property \ ### must not contain more than one value ###SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=An internal error \ ### occurred while processing property "%s": unknown property type "%s" ###SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure ###SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=The \ ### requested authentication mechanism is not supported by the server ###SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ ### occurred while contacting the server ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ ### for the following reason: %s ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=The operation was rejected \ ### for the following reasons: %s ###SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=The operation could \ ### not be performed because a conflicting change has already occurred. There \ ### may be another client administration tool in use ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=The %s could not \ ### be decoded due to the following reason: %s ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=The %s could not \ ### be decoded due to the following reasons: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Empty managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Blank managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=The managed \ ### object name "%s" is not a valid value for the naming property "%s", \ ### which must have the following syntax: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=The managed \ ### object name "%s" is not permitted ###SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=The managed object \ ### could not be created because there is an existing managed object with \ ### the same name ###SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=The requested managed \ ### object could not be found ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ ### property is mandatory ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ ### properties are mandatory: %s ###SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ ### recognized ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ ### occurred while contacting the server: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ ### constraint violation occurred: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ ### constraint violations occurred: %s ###SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a non-existent %s \ ### in entry "%s" ###SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \ ### "%s" in property "%s" in the enabled %s in entry "%s" refers to a \ ### disabled %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a disabled %s in \ ### entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \ ### cannot be deleted because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \ ### cannot be disabled because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \ ### framework could not be initialized due to the following exception: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ ### error occurred while reading the manifest file: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \ ### attempting to load class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Unable to \ ### to find the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Unable to \ ### to invoke the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Unable initialize the \ ### "%s" managed object definition in class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=The extension "%s" \ ### with manifest file %s cannot be loaded because an unexpected error \ ### occurred while trying to initialize it: %s ###FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ ### classes could not be loaded from manifest file %s because an unexpected \ ### error occurred: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ ### property "%s" does not exist ###SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ ### property "%s" exists but has an invalid configuration: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ ### property "%s" is disabled ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ ### in the %s called "%s" references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ ### in the %s references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s called "%s" ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s ###SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=An error occurred \ ### while attempting to determine if the %s in entry %s is enabled: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector \ ###self-signed certificate cannot be generated because the following error \ ###occurred: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration \ ###connector self-signed certificate cannot be generated because the following \ ###files are missing: %s ###SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ ### on file %s opends/src/messages/messages/admin_ja.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ADMIN # # Format string definitions # @@ -47,23 +43,51 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=\u95a2\u4fc2\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u306b\u95a2\u4fc2\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u306a\u3044\u3088\u3046\u3067\u3059\u3002 \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\u7ba1\u7406\u5bfe\u8c61\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u306b\u7ba1\u7406\u5bfe\u8c61\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u306a\u3044\u3088\u3046\u3067\u3059\u3002 \u3053\u308c\u306f\u5fc5\u9808\u30a8\u30f3\u30c8\u30ea\u3067\u3059 SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u7ba1\u7406\u5bfe\u8c61\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5b9a\u7fa9\u306b\u5f93\u3063\u3066\u3001\u30af\u30e9\u30b9 %1$s \u306e\u8aad\u307f\u8fbc\u307f\u304a\u3088\u3073\u3053\u306e\u30af\u30e9\u30b9\u3092\u4f7f\u7528\u3057\u305f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u4f5c\u6210\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u767a\u751f\u3057\u305f\u30a8\u30e9\u30fc\u306f %3$s \u3067\u3059\u3002\u3053\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=\u30af\u30e9\u30b9 %s \u304b\u3089\u8aad\u307f\u8fbc\u3093\u3060\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u5185\u306e\u60c5\u5831\u3092\u4f7f\u3063\u3066\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u7121\u52b9\u306b\u306a\u308a\u307e\u3059\u3002 ###SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ ### retrieve relation configuration entry %s: %s ###SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \ ### not appear to exist in the Directory Server configuration. This is a required \ ### entry ###SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ ### to retrieve the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \ ### configuration entry %s does not appear to exist in the Directory Server \ ### configuration. This is a required entry ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \ ### trying to decode the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \ ### to load class %s and use it to create a component instance as defined in \ ### configuration entry %s. The error that occurred was: %s. This component \ ### will be disabled ###SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \ ### to initialize a component instance loaded from class %s with the information \ ### in configuration entry %s: %s. This component will be disabled MILD_WARN_ADMIN_COMPONENT_DISABLED_8=\u30a8\u30f3\u30c8\u30ea %s \u5185\u3067\u69cb\u6210\u3055\u308c\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306f\u7121\u52b9\u306b\u3055\u308c\u3066\u3044\u307e\u3059\u3002 SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u5185\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc jar \u30d5\u30a1\u30a4\u30eb %1$s \u3092\u8aad\u307f\u53d6\u308a\u7528\u306b\u958b\u3044\u3066\u3044\u308b\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093: %3$s FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=\u30b3\u30a2\u69cb\u6210\u5b9a\u7fa9\u30af\u30e9\u30b9\u306e\u521d\u671f\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30a2\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f: %s SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=\u69cb\u6210\u5b9a\u7fa9\u30af\u30e9\u30b9\u306e\u521d\u671f\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u3053\u306e\u30af\u30e9\u30b9\u3092\u62e1\u5f35\u6a5f\u80fd %2$s \u5185\u306e\u62e1\u5f35\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %1$s \u304b\u3089\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f: %3$s ###SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ ### directory %s cannot be loaded because an unexpected error occurred while \ ### trying to open the file for reading: %s ###FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \ ### definition class could not be loaded from the core manifest file %s because \ ### an unexpected error occurred while trying to initialize it: %s ###SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \ ### definition class could not be loaded from the extension manifest file %s in \ ### extensions %s because an unexpected error occurred while trying to initialize \ ### it: %s MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=\u62e1\u5f35\u6a5f\u80fd\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u306a\u3044\u305f\u3081\u3001\u62e1\u5f35\u6a5f\u80fd\u306f\u8aad\u307f\u8fbc\u307e\u308c\u307e\u305b\u3093 SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u62e1\u5f35\u6a5f\u80fd\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u62e1\u5f35\u6a5f\u80fd\u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093 SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u304b\u3089\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u62e1\u5f35\u6a5f\u80fd\u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306e\u30d5\u30a1\u30a4\u30eb\u30ea\u30b9\u30c8\u3092\u4f5c\u6210\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\u30b3\u30a2\u7ba1\u7406\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %s \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=\u30b3\u30a2\u7ba1\u7406\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %s \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u62e1\u5f35\u6a5f\u80fd %2$s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u7ba1\u7406\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s ###SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ ### Server extensions because the extensions directory %s exists but is not a \ ### directory ###SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \ ### Server extensions from directory %s because an unexpected error occurred \ ### while trying to list the files in that directory: %s ###FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ ### file %s cannot be located ###FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \ ### file %s cannot be loaded because an unexpected error occurred while trying to \ ### read it: %s ###SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ ### manifest file %s associated with the extension %s cannot be loaded because an \ ### unexpected error occurred while trying to read it: %s INFO_ADMIN_TOOL_DESCRIPTION_18=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u3063\u3066\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u7ba1\u7406\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u5185\u3067\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059 INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=\u65b0\u898f\u30b5\u30fc\u30d0\u30fc\u30b0\u30eb\u30fc\u30d7\u306e\u4f5c\u6210 INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=\u30b5\u30fc\u30d0\u30fc\u30b0\u30eb\u30fc\u30d7\u306e\u8aac\u660e\u3002 \u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u8aac\u660e\u306f\u7a7a\u767d\u306b\u306a\u308a\u307e\u3059 @@ -78,32 +102,36 @@ INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=\u524a\u9664\u3059\u308b\u30b5\u30fc\u30d0\u30fc\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u30b0\u30eb\u30fc\u30d7\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u4e00\u89a7\u8868\u793a\u3057\u307e\u3059 INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u304c\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u3063\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u30b0\u30eb\u30fc\u30d7\u3092\u4e00\u89a7\u8868\u793a\u3057\u307e\u3059 FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=%s \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u52d5\u3057\u3066\u3044\u308b\u3053\u3068\u3001\u304a\u3088\u3073\u6307\u5b9a\u3057\u305f\u8a3c\u660e\u66f8\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 ###FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ ### the server is running and that the provided credentials are valid INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=\u65b0\u898f ADS DN \u306e\u4f5c\u6210 INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=\u65e2\u5b58\u306e ADS DN \u306e\u524a\u9664 FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=\u30db\u30b9\u30c8\u540d\u304c\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=\u30db\u30b9\u30c8\u540d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_MISSING_IPATH_37=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d1\u30b9\u304c\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_NOVALID_IPATH_38=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d1\u30b9\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=\u30a2\u30af\u30bb\u30b9\u6a29\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3059 FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u767b\u9332\u6e08\u307f\u3067\u3059 FATAL_ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u30ea\u30dd\u30b8\u30c8\u30ea\u304c\u58ca\u308c\u3066\u3044\u307e\u3059 FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u304c\u672a\u767b\u9332\u3067\u3059 FATAL_ERR_ADMIN_MISSING_PORT_43=\u30dd\u30fc\u30c8\u304c\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_NOVALID_PORT_44=\u30dd\u30fc\u30c8\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_MISSING_NAME_45=\u540d\u524d\u304c\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=\u7ba1\u7406 UID \u304c\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093 FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f ###FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing ###FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid ###FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing ###FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid ###FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs ###FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered ###FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken ###FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered ###FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing ###FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid ###FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ ### missing ###FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs INFO_ADMIN_ERROR_49=[\u30a8\u30e9\u30fc] INFO_ADMIN_SUCCESSFUL_50=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f INFO_ADMIN_SUCCESSFUL_NOP_51=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u304c\u3001\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_ADMIN_NO_MESSAGE_52= ###SEVERE_ERR_ADMIN_NO_MESSAGE_52= INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=\u65b0\u898f\u30b0\u30eb\u30fc\u30d7\u306e\u8b58\u5225\u5b50\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=\u30b0\u30eb\u30fc\u30d7\u306e\u8b58\u5225\u5b50\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=\u30e1\u30f3\u30d0\u30fc\u306e\u8b58\u5225\u5b50\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=\u7ba1\u7406\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u540d\u524d SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=\u30a8\u30f3\u30c8\u30ea "%s" \u306b\u5bfe\u3057\u3066\u8ffd\u52a0/\u524a\u9664\u30ea\u30b9\u30ca\u30fc\u3092\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u69cb\u6210\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 ###SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ ### add/delete listener against the entry "%s" because it does not exist in the \ ### configuration INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=\u30b5\u30fc\u30d0\u30fc\u3092\u7ba1\u7406\u30c9\u30e1\u30a4\u30f3\u306b\u767b\u9332\u3057\u307e\u3059 INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=\u30b5\u30fc\u30d0\u30fc\u3092\u7ba1\u7406\u30c9\u30e1\u30a4\u30f3\u304b\u3089\u767b\u9332\u89e3\u9664\u3057\u307e\u3059 INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=\u30b5\u30fc\u30d0\u30fc\u306e\u8b58\u5225\u5b50\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 @@ -112,7 +140,8 @@ INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u8868\u793a\u3057\u307e\u3059 INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u5909\u66f4\u3057\u307e\u3059 INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=\u767b\u9332\u6e08\u307f\u30b5\u30fc\u30d0\u30fc\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=\u6307\u5b9a\u3055\u308c\u305f serverId \u306f\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093 ###FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ ### registered INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=\u65b0\u898f\u7ba1\u7406\u8005\u3092\u4f5c\u6210\u3057\u307e\u3059 INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=\u65e2\u5b58\u306e\u7ba1\u7406\u8005\u3092\u524a\u9664\u3057\u307e\u3059 INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=\u5b9a\u7fa9\u6e08\u307f\u306e\u7ba1\u7406\u8005\u3092\u4e00\u89a7\u8868\u793a\u3057\u307e\u3059 @@ -120,62 +149,135 @@ INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=\u7ba1\u7406\u8005\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u5909\u66f4\u3057\u307e\u3059 INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=\u7ba1\u7406\u8005\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u8aac\u660e\u3092\u5165\u529b\u3057\u307e\u3059 INFO_ADMIN_ARG_USERID_DESCRIPTION_73=\u7ba1\u7406\u8005\u306e\u4e00\u610f\u306e\u8b58\u5225\u5b50\u3002 \u3053\u308c\u306f\u5fc5\u9808\u306e\u5f15\u6570\u3067\u3059 SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=\u7406\u7531\u306f\u4e0d\u660e SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u5236\u7d04\u306e\u8a55\u4fa1\u4e2d\u306b\u69cb\u6210\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u30bf\u30a4\u30d7\u60c5\u5831 (\u4f8b: LDAP \u5185\u306b\u5b58\u5728\u3057\u306a\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9) \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u4e88\u671f\u3055\u308c\u305f\u30bf\u30a4\u30d7\u60c5\u5831 (\u4f8b: LDAP \u5185\u306e\u4e0d\u6b63\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9) \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u30bf\u30a4\u30d7\u304c\u62bd\u8c61\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u306b\u89e3\u91c8\u51e6\u7406\u3055\u308c\u3066\u3044\u307e\u3059 SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=\u4e88\u671f\u3057\u306a\u3044\u7406\u7531\u306e\u305f\u3081\u3001\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u5224\u5b9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\u5024 "%s" \u306f "%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u6b21\u306e\u69cb\u6587\u3092\u53d6\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\u6587\u5b57\u5217\u5024 "%s" \u306f "%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u6b21\u306e\u69cb\u6587\u3092\u53d6\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u5fc5\u9808\u3067\u3042\u308b\u305f\u3081\u3001\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u3067\u3042\u308b\u305f\u3081\u3001\u5909\u66f4\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093 SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u8907\u6570\u306e\u5024\u3092\u542b\u3081\u3066\u306f\u3044\u3051\u307e\u305b\u3093 SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%s" \u306e\u51e6\u7406\u4e2d\u306b\u5185\u90e8\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: \u4e0d\u660e\u306a\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u30bf\u30a4\u30d7 "%s" \u3067\u3059 SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u8a8d\u8a3c\u306e\u5931\u6557 SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u30b5\u30fc\u30d0\u30fc\u306f\u8981\u6c42\u3055\u308c\u305f\u8a8d\u8a3c\u6a5f\u69cb\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093 SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u8a8d\u53ef\u306e\u5931\u6557 SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u901a\u4fe1\u4e2d\u306b\u901a\u4fe1\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u6b21\u306e\u7406\u7531\u3067\u64cd\u4f5c\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u6b21\u306e\u7406\u7531\u3067\u64cd\u4f5c\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u7af6\u5408\u3059\u308b\u5909\u66f4\u304c\u3059\u3067\u306b\u767a\u751f\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f \u5225\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u4f7f\u7528\u4e2d\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\u6b21\u306e\u7406\u7531\u3067 %s \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u6b21\u306e\u7406\u7531\u3067 %s \u3092\u5fa9\u53f7\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u7a7a\u306e\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u7a7a\u767d\u306e\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d "%s" \u306f\u30cd\u30fc\u30df\u30f3\u30b0\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%s" \u306e\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u6b21\u306e\u69cb\u6587\u3092\u53d6\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d "%s" \u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093 SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u540c\u3058\u540d\u524d\u306e\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3059\u3067\u306b\u5b58\u5728\u3059\u308b\u305f\u3081\u3001\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\u8981\u6c42\u3055\u308c\u305f\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u5fc5\u9808\u3067\u3059 SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u6b21\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u5fc5\u9808\u3067\u3059: %s SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%s" \u304c\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u901a\u4fe1\u4e2d\u306b\u901a\u4fe1\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u6b21\u306e\u5236\u7d04\u9055\u53cd\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u6b21\u306e\u5236\u7d04\u9055\u53cd\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u30a8\u30f3\u30c8\u30ea "%4$s" \u306e %3$s \u306b\u3042\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \u5185\u306e\u5024 "%1$s" \u306f\u3001\u30a8\u30f3\u30c8\u30ea "%6$s" \u5185\u306e\u5b58\u5728\u3057\u306a\u3044 %5$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=\u30a8\u30f3\u30c8\u30ea "%4$s" \u306e\u6709\u52b9\u306a %3$s \u306b\u3042\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \u5185\u306e\u5024 "%1$s" \u306f\u3001\u30a8\u30f3\u30c8\u30ea "%6$s" \u5185\u306e\u7121\u52b9\u306a %5$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=\u30a8\u30f3\u30c8\u30ea "%4$s" \u306e %3$s \u306b\u3042\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \u5185\u306e\u5024 "%1$s" \u306f\u3001\u30a8\u30f3\u30c8\u30ea "%6$s" \u5185\u306e\u7121\u52b9\u306a %5$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e %1$s \u306f\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u30a8\u30f3\u30c8\u30ea "%5$s" \u5185\u306e %4$s \u306e "%3$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u3088\u308a\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e %1$s \u306f\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306f\u30a8\u30f3\u30c8\u30ea "%5$s" \u5185\u306e %4$s \u306e "%3$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u3088\u308a\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=\u6b21\u306e\u4f8b\u5916\u306e\u305f\u3081\u306b\u7ba1\u7406\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=\u30af\u30e9\u30b9 "%s" \u306e\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u30af\u30e9\u30b9 "%s" \u306e getInstance() \u30e1\u30bd\u30c3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u30af\u30e9\u30b9 "%s" \u306e getInstance() \u30e1\u30bd\u30c3\u30c9\u3092\u547c\u3073\u51fa\u305b\u307e\u305b\u3093: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=\u30af\u30e9\u30b9 "%2$s" \u5185\u306e "%1$s" \u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093: %3$s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %2$s \u3092\u4f7f\u7528\u3059\u308b\u62e1\u5f35\u6a5f\u80fd "%1$s" \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u3053\u306e\u521d\u671f\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u30b3\u30a2\u7ba1\u7406\u30af\u30e9\u30b9\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u5185\u3067\u53c2\u7167\u3055\u308c\u308b %1$s "%2$s" \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u5185\u3067\u53c2\u7167\u3055\u308c\u308b %1$s "%2$s" \u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u69cb\u6210\u304c\u7121\u52b9\u3067\u3059: %4$s SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u5185\u3067\u53c2\u7167\u3055\u308c\u308b %1$s "%2$s" \u306f\u7121\u52b9\u3067\u3059 SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130="%3$s" \u3068\u547c\u3070\u308c\u308b %2$s \u5185\u306e "%1$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u3053\u306e %4$s \u3092\u53c2\u7167\u3057\u307e\u3059 SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=%2$s \u5185\u306e "%1$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u3053\u306e %3$s \u3092\u53c2\u7167\u3057\u307e\u3059 SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u3053\u306e %1$s \u306f\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306f "%4$s" \u3068\u547c\u3070\u308c\u308b %3$s \u5185\u306e "%2$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u3088\u308a\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u3053\u306e %1$s \u306f\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u306f %3$s \u5185\u306e "%2$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u3088\u308a\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=\u30a8\u30f3\u30c8\u30ea %2$s \u5185\u306e %1$s \u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector self-signed certificate cannot be generated because the following error occurred: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration connector self-signed certificate cannot be generated because the following files are missing: %s SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions on file %s ###SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown ###SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ ### occurred while evaluating a constraint: %s ###SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=The %s could \ ### be found but did not contain any type information (e.g. missing object \ ### classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=The %s could \ ### be found but did not contain the expected type information (e.g. incorrect \ ### object classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ ### could be found but its type resolved to an abstract managed object \ ### definition ###SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \ ### be decoded due to an unspecified reason ###SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ ### for the "%s" property could not be determined ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \ ### a valid value for the "%s" property, which must have the following \ ### syntax: %s ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=The string value \ ### "%s" is not a valid value for the "%s" property, which must have the \ ### following syntax: %s ###SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=The "%s" property must be \ ### specified as it is mandatory ###SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=The "%s" property must not \ ### be modified as it is read-only ###SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=The "%s" property \ ### must not contain more than one value ###SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=An internal error \ ### occurred while processing property "%s": unknown property type "%s" ###SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure ###SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=The \ ### requested authentication mechanism is not supported by the server ###SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ ### occurred while contacting the server ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ ### for the following reason: %s ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=The operation was rejected \ ### for the following reasons: %s ###SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=The operation could \ ### not be performed because a conflicting change has already occurred. There \ ### may be another client administration tool in use ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=The %s could not \ ### be decoded due to the following reason: %s ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=The %s could not \ ### be decoded due to the following reasons: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Empty managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Blank managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=The managed \ ### object name "%s" is not a valid value for the naming property "%s", \ ### which must have the following syntax: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=The managed \ ### object name "%s" is not permitted ###SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=The managed object \ ### could not be created because there is an existing managed object with \ ### the same name ###SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=The requested managed \ ### object could not be found ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ ### property is mandatory ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ ### properties are mandatory: %s ###SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ ### recognized ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ ### occurred while contacting the server: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ ### constraint violation occurred: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ ### constraint violations occurred: %s ###SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a non-existent %s \ ### in entry "%s" ###SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \ ### "%s" in property "%s" in the enabled %s in entry "%s" refers to a \ ### disabled %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a disabled %s in \ ### entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \ ### cannot be deleted because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \ ### cannot be disabled because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \ ### framework could not be initialized due to the following exception: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ ### error occurred while reading the manifest file: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \ ### attempting to load class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Unable to \ ### to find the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Unable to \ ### to invoke the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Unable initialize the \ ### "%s" managed object definition in class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=The extension "%s" \ ### with manifest file %s cannot be loaded because an unexpected error \ ### occurred while trying to initialize it: %s ###FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ ### classes could not be loaded from manifest file %s because an unexpected \ ### error occurred: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ ### property "%s" does not exist ###SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ ### property "%s" exists but has an invalid configuration: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ ### property "%s" is disabled ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ ### in the %s called "%s" references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ ### in the %s references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s called "%s" ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s ###SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=An error occurred \ ### while attempting to determine if the %s in entry %s is enabled: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector \ ###self-signed certificate cannot be generated because the following error \ ###occurred: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration \ ###connector self-signed certificate cannot be generated because the following \ ###files are missing: %s ###SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ ### on file %s opends/src/messages/messages/admin_ko.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ADMIN # # Format string definitions # @@ -47,23 +43,51 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=\uad00\uacc4 \uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=\uad00\uacc4 \ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc5d0 \uc5c6\ub294 \uac83 \uac19\uc2b5\ub2c8\ub2e4. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uad6c\uc131 \ud56d\ubaa9 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c %s \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc5ec \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \ub300\ub85c \uad6c\uc131\uc694\uc18c \uc778\uc2a4\ud134\uc2a4\ub97c \uc791\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uad6c\uc131\uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=%s \ud074\ub798\uc2a4\uc5d0\uc11c \ub85c\ub4dc\ub41c \uad6c\uc131\uc694\uc18c \uc778\uc2a4\ud134\uc2a4\ub97c \uad6c\uc131 \ud56d\ubaa9 %s\uc758 \uc815\ubcf4\ub85c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774 \uad6c\uc131\uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4. ###SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ ### retrieve relation configuration entry %s: %s ###SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \ ### not appear to exist in the Directory Server configuration. This is a required \ ### entry ###SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ ### to retrieve the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \ ### configuration entry %s does not appear to exist in the Directory Server \ ### configuration. This is a required entry ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \ ### trying to decode the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \ ### to load class %s and use it to create a component instance as defined in \ ### configuration entry %s. The error that occurred was: %s. This component \ ### will be disabled ###SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \ ### to initialize a component instance loaded from class %s with the information \ ### in configuration entry %s: %s. This component will be disabled MILD_WARN_ADMIN_COMPONENT_DISABLED_8=%s \ud56d\ubaa9\uc5d0 \uad6c\uc131\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc694\uc18c\uac00 \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\uc77d\uc744 \ud30c\uc77c\uc744 \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 jar \ud30c\uc77c %s(\ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc788\uc74c)\uc744(\ub97c) \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=\ucf54\uc5b4 \uad6c\uc131 \uc815\uc758 \ud074\ub798\uc2a4\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ucf54\uc5b4 \uc99d\uba85 \ud30c\uc77c %s\uc5d0\uc11c \uc774 \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=\uad6c\uc131 \uc815\uc758 \ud074\ub798\uc2a4\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ud655\uc7a5 \uc99d\uba85 \ud30c\uc77c %s(\ud655\uc7a5\uc790 %s\uc5d0 \uc788\uc74c)\uc5d0\uc11c \uc774 \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s ###SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ ### directory %s cannot be loaded because an unexpected error occurred while \ ### trying to open the file for reading: %s ###FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \ ### definition class could not be loaded from the core manifest file %s because \ ### an unexpected error occurred while trying to initialize it: %s ###SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \ ### definition class could not be loaded from the extension manifest file %s in \ ### extensions %s because an unexpected error occurred while trying to initialize \ ### it: %s MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=\ud655\uc7a5 \ub514\ub809\ud1a0\ub9ac %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud655\uc7a5\uc790\uac00 \ub85c\ub4dc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\ud655\uc7a5 \ub514\ub809\ud1a0\ub9ac %s\uc774(\uac00) \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2c8\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud655\uc7a5\uc790\ub97c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=%s \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ud30c\uc77c\uc744 \ub098\uc5f4\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud655\uc7a5\uc790\ub97c \uc77d\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\ucf54\uc5b4 \uad00\ub9ac \uc99d\uba85 \ud30c\uc77c %s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=\ucf54\uc5b4 \uad00\ub9ac \uc99d\uba85 \ud30c\uc77c %s\uc744(\ub97c) \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \ud30c\uc77c\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\uad00\ub9ac \uc99d\uba85 \ud30c\uc77c %s(\ud655\uc7a5\uc790 %s\uc5d0 \uc5f0\uacb0\ub428)\uc744(\ub97c) \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \ud30c\uc77c\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s ###SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ ### Server extensions because the extensions directory %s exists but is not a \ ### directory ###SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \ ### Server extensions from directory %s because an unexpected error occurred \ ### while trying to list the files in that directory: %s ###FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ ### file %s cannot be located ###FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \ ### file %s cannot be loaded because an unexpected error occurred while trying to \ ### read it: %s ###SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ ### manifest file %s associated with the extension %s cannot be loaded because an \ ### unexpected error occurred while trying to read it: %s INFO_ADMIN_TOOL_DESCRIPTION_18=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad00\ub9ac \ud504\ub808\uc784\uc6cc\ud06c\uc5d0\uc11c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=\uc0c8 \uc11c\ubc84 \uadf8\ub8f9 \ub9cc\ub4e4\uae30 INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=\uc11c\ubc84 \uadf8\ub8f9 \uc124\uba85. \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\uba74 \uc124\uba85\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. @@ -78,32 +102,36 @@ INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=\uc81c\uac70\ud560 \uc11c\ubc84. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=\uc9c0\uc815\ub41c \uc11c\ubc84 \uadf8\ub8f9\uc758 \uc11c\ubc84 \ub098\uc5f4 INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=\uc9c0\uc815\ub41c \uc11c\ubc84\uac00 \uad6c\uc131\uc6d0\uc778 \uc11c\ubc84 \uadf8\ub8f9 \ub098\uc5f4 FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=%s\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc11c\ubc84\uac00 \uc2e4\ud589 \uc911\uc774\uace0 \uc81c\uacf5\ub41c \uc790\uaca9 \uc99d\uba85\uc774 \uc720\ud6a8\ud55c\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. ###FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ ### the server is running and that the provided credentials are valid INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=\uc0c8 ADS DN \ub9cc\ub4e4\uae30 INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=\uae30\uc874 ADS DN \uc0ad\uc81c FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=\ud638\uc2a4\ud2b8 \uc774\ub984\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=\ud638\uc2a4\ud2b8 \uc774\ub984\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_MISSING_IPATH_37=\uc124\uce58 \uacbd\ub85c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_NOVALID_IPATH_38=\uc124\uce58 \uacbd\ub85c\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=\uc561\uc138\uc2a4 \uad8c\ud55c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=\uc5d4\ud2f0\ud2f0\uac00 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_BROKEN_INSTALL_41=\uad00\ub9ac \uc800\uc7a5\uc18c\uac00 \ubd84\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=\uc5d4\ud2f0\ud2f0\uac00 \uc544\uc9c1 \ub4f1\ub85d\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_MISSING_PORT_43=\ud3ec\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_NOVALID_PORT_44=\ud3ec\ud2b8\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_MISSING_NAME_45=\uc774\ub984\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=\uad00\ub9ac UID\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\uad00\ub9ac\uc790 \ube44\ubc00\ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=\uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. ###FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing ###FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid ###FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing ###FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid ###FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs ###FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered ###FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken ###FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered ###FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing ###FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid ###FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ ### missing ###FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs INFO_ADMIN_ERROR_49=[\uc624\ub958] INFO_ADMIN_SUCCESSFUL_50=\uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. INFO_ADMIN_SUCCESSFUL_NOP_51=\uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc9c0\ub9cc \ud544\uc694\ud55c \uc870\uce58\uac00 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ADMIN_NO_MESSAGE_52= ###SEVERE_ERR_ADMIN_NO_MESSAGE_52= INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=\uc0c8 \uadf8\ub8f9\uc758 \uc2dd\ubcc4\uc790. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=\uadf8\ub8f9\uc758 \uc2dd\ubcc4\uc790. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=\uad6c\uc131\uc6d0\uc758 \uc2dd\ubcc4\uc790. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=\uad00\ub9ac \ub370\uc774\ud130\uac00 \uc800\uc7a5\ub420 \ubc31\uc5d4\ub4dc\uc758 \uc774\ub984 SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=\uc218\uc2e0\uae30 \ucd94\uac00/\uc0ad\uc81c\uac00 \uad6c\uc131\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc5d0 \ub300\ud574 \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. ###SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ ### add/delete listener against the entry "%s" because it does not exist in the \ ### configuration INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=\uad00\ub9ac \ub3c4\uba54\uc778\uc5d0 \uc11c\ubc84 \ub4f1\ub85d INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=\uad00\ub9ac \ub3c4\uba54\uc778\uc5d0\uc11c \uc11c\ubc84 \ub4f1\ub85d \ucde8\uc18c INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=\uc11c\ubc84\uc758 \uc2dd\ubcc4\uc790. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. @@ -112,7 +140,8 @@ INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=\uc11c\ubc84 \ub4f1\ub85d \uc815\ubcf4\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4. INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=\uc11c\ubc84 \ub4f1\ub85d \uc815\ubcf4\ub97c \uc218\uc815\ud569\ub2c8\ub2e4. INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=\ub4f1\ub85d\ub41c \uc11c\ubc84\uc758 \uace0\uc720 \uc2dd\ubcc4\uc790. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=\uc81c\uacf5\ub41c serverId\uac00 \ub4f1\ub85d\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. ###FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ ### registered INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=\uc0c8 \uad00\ub9ac\uc790\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=\uae30\uc874 \uad00\ub9ac\uc790\ub97c \uc0ad\uc81c\ud569\ub2c8\ub2e4. INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=\uc815\uc758\ub41c \uad00\ub9ac\uc790\ub97c \ub098\uc5f4\ud569\ub2c8\ub2e4. @@ -120,62 +149,135 @@ INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=\uad00\ub9ac\uc790\uc758 \ub4f1\ub85d \uc815\ubcf4\ub97c \uc218\uc815\ud569\ub2c8\ub2e4. INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=\uad00\ub9ac\uc790\uc758 \ub4f1\ub85d \uc815\ubcf4\ub97c \uc124\uba85\ud569\ub2c8\ub2e4. INFO_ADMIN_ARG_USERID_DESCRIPTION_73=\uad00\ub9ac\uc790\uc758 \uace0\uc720 \uc2dd\ubcc4\uc790. \uc774 \ud56d\ubaa9\uc740 \ud544\uc218 \uc778\uc218\uc785\ub2c8\ub2e4. SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=\uc54c \uc218 \uc5c6\ub294 \uc774\uc720 SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=\uc81c\uc57d \uc870\uac74\uc744 \ud3c9\uac00\ud558\ub294 \ub3d9\uc548 \uad6c\uc131 \uc608\uc678\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc788\uc9c0\ub9cc \uc720\ud615 \uc815\ubcf4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4(\uc608: LDAP\uc5d0 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc5c6\ub294 \uacbd\uc6b0). SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc788\uc9c0\ub9cc \ud544\uc694\ud55c \uc720\ud615 \uc815\ubcf4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4(\uc608: LDAP\uc758 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc798\ubabb\ub41c \uacbd\uc6b0). SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc788\uc9c0\ub9cc \ud574\ub2f9 \uc720\ud615\uc774 \ucd94\uc0c1 \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\uc758 \uc815\uc758\ub85c \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4. SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=\uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \uc774\uc720\ub85c \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc758 \uae30\ubcf8\uac12\uc744 \uacb0\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\"%s\" \uac12\uc740 \"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub300\ud574 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2c8\ubbc0\ub85c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4: %s SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\"%s\" \ubb38\uc790\uc5f4 \uac12\uc740 \"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0 \ub300\ud574 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2c8\ubbc0\ub85c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4: %s SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub294 \ud544\uc218 \ud56d\ubaa9\uc774\ubbc0\ub85c \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub294 \uc77d\uae30 \uc804\uc6a9\uc774\ubbc0\ub85c \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub294 \uac12\uc744 \ud558\ub098\ub9cc \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4. SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub97c \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \ub0b4\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: \uc54c \uc218 \uc5c6\ub294 \ub4f1\ub85d \uc815\ubcf4 \uc720\ud615 \"%s\" SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\uc778\uc99d \uc2e4\ud328 SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\uc694\uccad\ud55c \uc778\uc99d \uba54\ucee4\ub2c8\uc998\uc740 \uc11c\ubc84\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\uad8c\ud55c \ubd80\uc5ec \uc2e4\ud328 SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\ub294 \ub3d9\uc548 \ud1b5\uc2e0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc791\uc5c5\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c \uc791\uc5c5\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\ucda9\ub3cc\ud558\ub294 \ubcc0\uacbd \ub0b4\uc6a9\uc774 \uc774\ubbf8 \uc788\uc73c\ubbc0\ub85c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \ud074\ub77c\uc774\uc5b8\ud2b8 \uad00\ub9ac \ub3c4\uad6c\uac00 \uc0ac\uc6a9 \uc911\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\ub2e4\uc74c\uacfc \uac19\uc740 \uc774\uc720\ub85c %s(\uc744)\ub97c \ud574\ub3c5\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984\uc740 \ube44\uc6cc\ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984\uc740 \uacf5\ubc31\uc73c\ub85c \ub458 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984 \"%s\"\uc740(\ub294) \uc774\ub984 \uc9c0\uc815 \ub4f1\ub85d \uc815\ubcf4 \"%s\"\uc5d0 \ub300\ud574 \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2c8\ubbc0\ub85c \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc774\ub984 \"%s\"\uc740(\ub294) \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\uac19\uc740 \uc774\ub984\uc744 \uac00\uc9c4 \uae30\uc874 \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\uac00 \uc788\uc73c\ubbc0\ub85c \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\uc694\uccad\ud55c \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub294 \ud544\uc218\uc785\ub2c8\ub2e4. SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\ub2e4\uc74c \ub4f1\ub85d \uc815\ubcf4\ub294 \ud544\uc218\uc785\ub2c8\ub2e4: %s SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uac00 \uc778\uc2dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\ub294 \ub3d9\uc548 \ud1b5\uc2e0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\ub2e4\uc74c \uc81c\uc57d \uc870\uac74 \uc704\ubc18\uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\ub2e4\uc74c \uc81c\uc57d \uc870\uac74 \uc704\ubc18\uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\"%4$s\" \ud56d\ubaa9\uc758 %3$s\uc5d0 \uc788\ub294 \"%2$s\" \ub4f1\ub85d \uc815\ubcf4\uc758 \"%1$s\" \uac12\uc774 \"%6$s\" \ud56d\ubaa9\uc5d0 \uc5c6\ub294 %5$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=\"%4$s\" \ud56d\ubaa9\uc5d0\uc11c \ud65c\uc131\ud654\ub41c %3$s\uc5d0 \uc788\ub294 \"%2$s\" \ub4f1\ub85d \uc815\ubcf4\uc758 \"%1$s\" \uac12\uc774 \"%6$s\" \ud56d\ubaa9\uc5d0\uc11c \ube44\ud65c\uc131\ud654\ub41c %5$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=\"%4$s\" \ud56d\ubaa9\uc758 %3$s\uc5d0 \uc788\ub294 \"%2$s\" \ub4f1\ub85d \uc815\ubcf4\uc758 \"%1$s\" \uac12\uc774 \"%6$s\" \ud56d\ubaa9\uc5d0\uc11c \ube44\ud65c\uc131\ud654\ub41c %5$s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=\"%2$s\" \ud56d\ubaa9\uc758 %1$s\uc740(\ub294) \"%5$s\" \ud56d\ubaa9\uc5d0 \uc788\ub294 %4$s\uc758 \"%3$s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \ucc38\uc870\ub418\ubbc0\ub85c \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=\"%2$s\" \ud56d\ubaa9\uc758 %1$s(\uc740)\ub294 \"%5$s\" \ud56d\ubaa9\uc5d0 \uc788\ub294 %4$s\uc758 \"%3$s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \ucc38\uc870\ub418\ubbc0\ub85c \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=\ub2e4\uc74c\uacfc \uac19\uc740 \uc608\uc678\uac00 \ubc1c\uc0dd\ud558\uc5ec \uad00\ub9ac \ud504\ub808\uc784\uc6cc\ud06c\ub97c \ucd08\uae30\ud654\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=\uc99d\uba85 \ud30c\uc77c\uc744 \uc77d\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=\"%s\" \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc815\uc758 \ud074\ub798\uc2a4 \"%s\"\uc5d0\uc11c getInstance() \uba54\uc18c\ub4dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=\uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc815\uc758 \ud074\ub798\uc2a4 \"%s\"\uc5d0\uc11c getInstance() \uba54\uc18c\ub4dc\ub97c \ud638\ucd9c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=\"%s\" \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4 \uc815\uc758\ub97c \"%s\" \ud074\ub798\uc2a4\uc5d0\uc11c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\"%s\" \ud655\uc7a5\uc790(\uc99d\uba85 \ud30c\uc77c %s \ud3ec\ud568)\ub97c \ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc774 \ud655\uc7a5\uc790\ub97c \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc99d\uba85 \ud30c\uc77c %s\uc5d0\uc11c \ucf54\uc5b4 \uad00\ub9ac \ud074\ub798\uc2a4\ub97c \ub85c\ub4dc\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=%s \"%s\"(\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \ucc38\uc870)\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=%s \"%s\"(\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \ucc38\uc870)\uc774(\uac00) \uc788\uc9c0\ub9cc \uad6c\uc131\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=%s \"%s\"(\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \ucc38\uc870)\uc774(\uac00) \ube44\ud65c\uc131\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=\"%s\" \ub4f1\ub85d \uc815\ubcf4(%s\uc5d0 \uc788\uace0 \uc774\ub984\uc774 \"%s\"\uc784)\uc5d0\uc11c \uc774 %s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=\"%s\" \ub4f1\ub85d \uc815\ubcf4(%s\uc5d0 \uc788\uc74c)\uc5d0\uc11c \uc774 %s\uc744(\ub97c) \ucc38\uc870\ud569\ub2c8\ub2e4. SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\uc774 %s\uc740(\ub294) \"%s\" \ub4f1\ub85d \uc815\ubcf4(%s\uc5d0 \uc788\uace0 \uc774\ub984\uc774 \"%s\"\uc784)\uc5d0\uc11c \ucc38\uc870\ub418\ubbc0\ub85c \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\uc774 %s\uc740(\ub294) \"%s\" \ub4f1\ub85d \uc815\ubcf4(%s)\uc5d0\uc11c \ucc38\uc870\ub418\ubbc0\ub85c \ube44\ud65c\uc131\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=%s(%s \ud56d\ubaa9\uc5d0 \uc788\uc74c)\uc774(\uac00) \ud65c\uc131\ud654\ub418\uc5b4 \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector self-signed certificate cannot be generated because the following error occurred: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration connector self-signed certificate cannot be generated because the following files are missing: %s SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions on file %s ###SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown ###SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ ### occurred while evaluating a constraint: %s ###SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=The %s could \ ### be found but did not contain any type information (e.g. missing object \ ### classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=The %s could \ ### be found but did not contain the expected type information (e.g. incorrect \ ### object classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ ### could be found but its type resolved to an abstract managed object \ ### definition ###SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \ ### be decoded due to an unspecified reason ###SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ ### for the "%s" property could not be determined ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \ ### a valid value for the "%s" property, which must have the following \ ### syntax: %s ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=The string value \ ### "%s" is not a valid value for the "%s" property, which must have the \ ### following syntax: %s ###SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=The "%s" property must be \ ### specified as it is mandatory ###SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=The "%s" property must not \ ### be modified as it is read-only ###SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=The "%s" property \ ### must not contain more than one value ###SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=An internal error \ ### occurred while processing property "%s": unknown property type "%s" ###SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure ###SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=The \ ### requested authentication mechanism is not supported by the server ###SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ ### occurred while contacting the server ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ ### for the following reason: %s ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=The operation was rejected \ ### for the following reasons: %s ###SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=The operation could \ ### not be performed because a conflicting change has already occurred. There \ ### may be another client administration tool in use ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=The %s could not \ ### be decoded due to the following reason: %s ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=The %s could not \ ### be decoded due to the following reasons: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Empty managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Blank managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=The managed \ ### object name "%s" is not a valid value for the naming property "%s", \ ### which must have the following syntax: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=The managed \ ### object name "%s" is not permitted ###SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=The managed object \ ### could not be created because there is an existing managed object with \ ### the same name ###SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=The requested managed \ ### object could not be found ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ ### property is mandatory ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ ### properties are mandatory: %s ###SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ ### recognized ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ ### occurred while contacting the server: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ ### constraint violation occurred: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ ### constraint violations occurred: %s ###SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a non-existent %s \ ### in entry "%s" ###SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \ ### "%s" in property "%s" in the enabled %s in entry "%s" refers to a \ ### disabled %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a disabled %s in \ ### entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \ ### cannot be deleted because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \ ### cannot be disabled because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \ ### framework could not be initialized due to the following exception: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ ### error occurred while reading the manifest file: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \ ### attempting to load class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Unable to \ ### to find the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Unable to \ ### to invoke the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Unable initialize the \ ### "%s" managed object definition in class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=The extension "%s" \ ### with manifest file %s cannot be loaded because an unexpected error \ ### occurred while trying to initialize it: %s ###FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ ### classes could not be loaded from manifest file %s because an unexpected \ ### error occurred: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ ### property "%s" does not exist ###SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ ### property "%s" exists but has an invalid configuration: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ ### property "%s" is disabled ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ ### in the %s called "%s" references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ ### in the %s references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s called "%s" ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s ###SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=An error occurred \ ### while attempting to determine if the %s in entry %s is enabled: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector \ ###self-signed certificate cannot be generated because the following error \ ###occurred: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration \ ###connector self-signed certificate cannot be generated because the following \ ###files are missing: %s ###SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ ### on file %s opends/src/messages/messages/admin_tool.properties
@@ -83,7 +83,7 @@ INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=The Directory Server contains log \ files in the following locations outside the server path:%n%s%nRemove these \ files? INFO_CLI_UNINSTALL_CONFIRM_STOP=The OpenDS server is currently running and \ INFO_CLI_UNINSTALL_CONFIRM_STOP=The server is currently running and \ must be stopped before uninstallation can continue.%nStop the Server and \ permanently delete the files? SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ @@ -95,14 +95,14 @@ INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=This server is configured to do \ replication.%nIf the server is actually replicating contents with other \ servers you must provide administrator authentication to remove \ references to this server in the replicating OpenDS servers.%n%nType 'Yes' to \ references to this server in the replicating servers.%n%nType 'Yes' to \ provide authentication to remove the remote references.%nType 'No' to \ continue the uninstall without updating remote references.%nProvide \ authentication? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=This server is \ configured to do replication.%nIf the server is actually replicating contents \ with other servers it must be started and you must provide administrator \ authentication to remove references to this server in the replicating OpenDS \ authentication to remove references to this server in the replicating \ servers.%n%nType 'Yes' to start the server and then provide authentication \ to remove the remote references.%nType 'No' to continue the uninstall without \ updating remote references.%nStart the server and provide authentication? @@ -110,9 +110,9 @@ address) as it is referenced in remote servers for replication INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=Do you want to provide \ authentication again? (If you say no, the references to this server in other \ OpenDS servers will not be removed). servers will not be removed). INFO_CLI_UNINSTALL_WHAT_TO_DELETE=Do you want to remove all components of \ OpenDS or select the components to remove? the server or select the components to remove? INFO_CLI_UNINSTALL_REMOVE_ALL=Remove all components INFO_CLI_UNINSTALL_SPECIFY_WHAT_REMOVE=Select the components to be removed INFO_CLI_VIEW_DETAILS=View Details @@ -120,7 +120,7 @@ INFO_CLI_NUMBER_PROMPT=Enter a number or press Enter to accept the default INFO_CLI_INVALID_RESPONSE=Invalid response INFO_CLOSE_BUTTON_UNINSTALL_TOOLTIP=Close Uninstall Window INFO_CONFIRM_CLOSE_UNINSTALL_MSG=OpenDS Uninstall has not yet completed.%nAre \ INFO_CONFIRM_CLOSE_UNINSTALL_MSG=The Uninstall has not yet completed.%nAre \ you sure you want to close the Uninstall Window? INFO_CONFIRM_CLOSE_UNINSTALL_TITLE=Confirmation Required INFO_CONFIRM_RESTART_MESSAGE=Are you sure you want to Restart the Directory \ @@ -128,15 +128,15 @@ INFO_CONFIRM_RESTART_TITLE=Confirmation Required INFO_CONFIRM_STOP_MESSAGE=Are you sure you want to Stop the Directory Server? INFO_CONFIRM_STOP_TITLE=Confirmation Required INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=The OpenDS Uninstall tool will \ remove all parts of the OpenDS server you have selected below from your \ INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=The Uninstall tool will \ remove all parts of the server you have selected below from your \ system. If all are selected, the server will be removed entirely. INFO_CONFIRM_UNINSTALL_PANEL_TITLE=Uninstall Options INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=This server is \ configured to do replication.%nIf the server is actually replicating contents \ with other servers it must be started and then you must provide \ administrator authentication to remove references to this server \ in the replicating OpenDS servers.%n%nClick on 'Yes' to start the server and \ in the replicating servers.%n%nClick on 'Yes' to start the server and \ then provide authentication to remove the remote references.%nClick on 'No' \ to continue the uninstall without updating remote references. INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=Confirmation \ @@ -144,14 +144,14 @@ INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=This server is \ configured to do replication.%nIf the server is actually replicating contents \ with other servers you must provide administrator authentication to remove \ references to this server in the replicating OpenDS servers.%n%nClick on \ references to this server in the replicating servers.%n%nClick on \ 'Yes' to provide authentication to remove the remote references.%nClick on \ 'No' to continue the uninstall without updating remote references. INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=Confirmation Required INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Confirm Uninstall%nAll selected \ files will be permanently deleted, are you sure you want to continue? INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Confirm Uninstall INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Server is Running%nThe OpenDS \ INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Server is Running%nThe \ server is currently running and must be stopped before uninstallation can \ continue. Do you want the uninstaller to stop the server for you and continue \ with the uninstall? If you click No, you will need to stop the server \ @@ -247,7 +247,7 @@ INFO_NOTHING_SELECTED_TO_UNINSTALL=You must select something to be \ uninstalled. INFO_NUMBER_ENTRIES_COLUMN=Entries INFO_OPENDS_VERSION_LABEL=OpenDS Version: INFO_OPENDS_VERSION_LABEL=Version: INFO_PROGRESS_REMOVING_REFERENCES=Removing references on %s INFO_PROTOCOL_COLUMN=Protocol INFO_REMOVE_BACKUPS_LABEL=Backup Files Contained in bak Directory @@ -304,34 +304,34 @@ INFO_SUMMARY_DELETING_INSTALLATION_FILES=Deleting Files under the \ Installation Path... INFO_SUMMARY_DISABLING_WINDOWS_SERVICE=Disabling Windows Service... INFO_SUMMARY_UNCONFIGURING_REPLICATION=Removing references in remote OpenDS \ INFO_SUMMARY_UNCONFIGURING_REPLICATION=Removing references in remote \ servers... INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY=<b>OpenDS Uninstall Completed \ INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY=<b>Uninstall Completed \ Successfully.</b> INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_CLI=OpenDS Uninstall Completed \ INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_CLI=Uninstall Completed \ Successfully. INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES=<b>OpenDS \ INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES=<b>The \ Uninstall Completed Successfully.</b><br><br>To complete the uninstallation, \ you must delete manually the following files and directories:<br>%s INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES_CLI=OpenDS \ Uninstall Completed Successfully.%nTo complete the uninstallation, you must \ INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES_CLI=The Uninstall \ Completed Successfully.%nTo complete the uninstallation, you must \ delete manually the following files and directories:%n%s INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR=An error occurred. Check \ 'Details' text area for more information. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE=<b>OpenDS Uninstall \ Succeeded With Warnings</b><br>OpenDS was successfully uninstalled in the \ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE=<b>The Uninstall \ Succeeded With Warnings</b><br>The server was successfully uninstalled in the \ local machine but some error occurred updating remote servers. Check \ 'Details' text area for more information. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE_CLI=OpenDS was \ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE_CLI=The server was \ successfully uninstalled in the local machine but some error occurred \ updating remote servers. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>OpenDS Uninstall \ Succeeded With Warnings</b><br>OpenDS was successfully uninstalled in the \ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>The Uninstall \ Succeeded With Warnings</b><br>The server was successfully uninstalled in the \ local machine but some error occurred deleting files. Check \ 'Details' text area for more information about the files that caused the \ problem.<br><br>Verify that there is no other program using those files and \ delete them manually. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS was \ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=The server was \ successfully uninstalled in the local machine but some error occurred \ deleting files. Check 'Details' text area for more information about the \ files that caused the problem.%n%nVerify that there is no other program \ @@ -348,24 +348,24 @@ INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to \ uninstall the Directory Server. INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=Close this dialog and do not try \ to remove references of this server in other OpenDS servers. to remove references of this server in other servers. INFO_UNINSTALL_LOGIN_DIALOG_MSG=You must provide a Global Administrative User \ ID to be able to remove the references to this server in other OpenDS \ ID to be able to remove the references to this server in other \ servers.%nYou must also provide the name of this host (or IP address) as it \ is referenced in remote servers. INFO_UNINSTALL_LOGIN_HOST_NAME_LABEL=Host Name: INFO_UNINSTALL_LOGIN_HOST_NAME_TOOLTIP=The name of this host (or IP address) \ as it is referenced in other OpenDS servers. as it is referenced in other servers. INFO_UNINSTALL_LOGIN_OK_BUTTON_TOOLTIP=Try to connect with the provided \ authentication. INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=The password of the Global Administrator to \ be used to read and update configuration in other OpenDS servers. be used to read and update configuration in other servers. INFO_UNINSTALL_LOGIN_UID_TOOLTIP=The Global Administrator User ID to be used \ to read and update configuration in other OpenDS servers. to read and update configuration in other servers. INFO_UNKNOWN_LABEL=-- INFO_UNINSTALLDS_DESCRIPTION_FORCE=Specifies whether the uninstall should \ continue if there is an error updating references to this server in remote \ OpenDS instances or not. This argument can only be used with the %s no \ server instances or not. This argument can only be used with the %s no \ prompt argument. INFO_DESCRIPTION_REFERENCED_HOST=The name of this host (or IP address) as \ it is referenced in remote servers for replication @@ -376,7 +376,7 @@ INFO_UNINSTALLDS_DESCRIPTION_QUIET=Run uninstall in quiet mode. Quiet mode \ will not output progress information to standard output INFO_UNINSTALLDS_DESCRIPTION_REMOVE_ALL=Remove all components of \ OpenDS (this option is not compatible with the rest of remove options) the server (this option is not compatible with the rest of remove options) INFO_UNINSTALLDS_DESCRIPTION_REMOVE_SERVER_LIBRARIES=Remove Server Libraries \ and Administrative Tools INFO_UNINSTALLDS_DESCRIPTION_REMOVE_DATABASES=Remove database contents @@ -549,7 +549,7 @@ used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Global Administrator \ must be created.%nYou must provide the credentials of the Global \ Administrator that will be created to manage the OpenDS instances that are \ Administrator that will be created to manage the server instances that are \ being replicated. INFO_ADMINISTRATOR_UID_PROMPT=Global Administrator User ID INFO_ADMINISTRATOR_PWD_PROMPT=Global Administrator Password: @@ -558,7 +558,7 @@ MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Could not connect to the \ Directory Server %s with the provided credentials.%nError details: %s%n%n\ Provide again the required information to connect to the server: INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration \ INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify server administration \ connection parameters for the first server INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=Host name of the first server INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration port of the first server @@ -570,7 +570,7 @@ communication when connecting to replication port %s on the first server? INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=Bind DN for the first server INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Password for %s on the first server: INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration \ INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify server administration \ connection parameters for the second server INFO_REPLICATION_ENABLE_HOSTNAME2_PROMPT=Host name of the second server INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration port of the second server @@ -582,10 +582,10 @@ communication when connecting to replication port %s on the second server? INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=Bind DN for the second server INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Password for %s on the second server: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS \ INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify server \ administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify \ OpenDS administration connection parameters for the destination server server administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated \ @@ -1740,10 +1740,10 @@ back, leave the Java Home text field empty or specify a valid Java home.<br>\ Error details:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ could not be used to launch the server scripts.<br>The server cannot run using \ the provided Java Home. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ could not be used to launch the OpenDS scripts. This value will be used as \ could not be used to launch the server scripts. This value will be used as \ fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ you do not want to specify a fall back, leave the Java Home text field empty \ or specify a valid Java home. @@ -2248,7 +2248,7 @@ INFO_CTRL_PANEL_ADMINISTRATIVE_USERS_LABEL=Administrative Users: INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=Installation Path: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Instance Path: INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=OpenDS Version: INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=Version: INFO_CTRL_PANEL_JAVA_VERSION_LABEL=Java Version: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administration Connector: INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Port %d (LDAPS) @@ -2259,7 +2259,7 @@ INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this \ OpenDS instance is configured to run as a Windows Service. To manage \ server instance is configured to run as a Windows Service. To manage \ auto-start and other features, run the Windows Service Control Manager of the \ operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: opends/src/messages/messages/admin_tool_de.properties
@@ -21,16 +21,12 @@ # CDDL HEADER END # # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -56,9 +52,9 @@ INFO_BACKENDID_COLUMN=Backend-ID INFO_BASEDN_COLUMN=Basis-DN INFO_CANCEL_BUTTON_UNINSTALL_TOOLTIP=Deinstallation abbrechen MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Verbindung mit dem Directory Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich. M\u00f6gliche Ursachen: %n%s MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE=Verbindung mit dem Directory Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich.%nPr\u00fcfen Sie, ob DN und Passwort des Administrators g\u00fcltig sind. MILD_ERR_CANNOT_CONNECT_WITH_ADS_CREDENTIALS_WITHOUT_CAUSE=Verbindung mit dem Directory Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich.%nPr\u00fcfen Sie, ob ID und Passwort des Administrators g\u00fcltig sind. MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Verbindung mit dem Directory-Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich. M\u00f6gliche Ursachen: %n%s MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE=Verbindung mit dem Directory-Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich.%nPr\u00fcfen Sie, ob DN und Passwort des Administrators g\u00fcltig sind. MILD_ERR_CANNOT_CONNECT_WITH_ADS_CREDENTIALS_WITHOUT_CAUSE=Verbindung mit dem Directory-Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich.%nPr\u00fcfen Sie, ob ID und Passwort des Administrators g\u00fcltig sind. INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=Sicherungsdateien in BAK-Verzeichnis entfernen? INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=Konfigurations- und Schemadateien entfernen? INFO_CLI_UNINSTALL_CONFIRM_DATABASES=Datenbankinhalt entfernen? @@ -66,11 +62,14 @@ INFO_CLI_UNINSTALL_CONFIRM_LDIFS=LDIF-Export-Dateien in LDIF-Verzeichnis entfernen? INFO_CLI_UNINSTALL_CONFIRM_LIBRARIES_BINARIES=Serverbibliotheken und administrative Tools entfernen? INFO_CLI_UNINSTALL_CONFIRM_LOGS=Protokolldateien entfernen? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=Der Directory Server enth\u00e4lt Datenbankdateien an den folgenden Speicherorten au\u00dferhalb des Serverpfads: %n%s%nDiese Dateien entfernen? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=Der Directory Server enth\u00e4lt Protokolldateien an den folgenden Speicherorten au\u00dferhalb des Serverpfads: %n%s%nDiese Dateien entfernen? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=Der Directory-Server enth\u00e4lt Datenbankdateien an den folgenden Speicherorten au\u00dferhalb des Serverpfads: %n%s%nDiese Dateien entfernen? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=Der Directory-Server enth\u00e4lt Protokolldateien an den folgenden Speicherorten au\u00dferhalb des Serverpfads: %n%s%nDiese Dateien entfernen? INFO_CLI_UNINSTALL_CONFIRM_STOP=Der OpenDS-Server wird derzeit ausgef\u00fchrt und muss gestoppt werden, bevor die Deinstallation fortgesetzt werden kann.%nServer stoppen und Dateien permanent l\u00f6schen? SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must select the elements to uninstall. Use the options described in the usage to specify what must be uninstalled. SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Sie m\u00fcssen etwas zur Deinstallation ausw\u00e4hlen. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=Der Server wurde gestoppt. INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Der Server ist f\u00fcr Replikation konfiguriert.%nFalls der Server tats\u00e4chlich Inhalte mit anderen Servern repliziert, m\u00fcssen Sie die Administrator-Authentifizierung bereitstellen, damit Referenzen auf diesen Server in den Replikations-OpenDS-Servern entfernt werden.%n%nGeben Sie 'Ja' ein, um die Authentifizierung zum L\u00f6schen der Remote-Referenzen bereitzustellen.%nGeben Sie 'Nein' ein, um die Deinstallation ohne Aktualisierung der Remote-Referenzen fortzusetzen.%nAuthentifizierung bereitstellen? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Der Server ist f\u00fcr Replikation konfiguriert.%nFalls der Server tats\u00e4chlich Inhalte mit anderen Servern repliziert, m\u00fcssen Sie ihn starten und die Administrator-Authentifizierung bereitstellen, damit Referenzen auf diesen Server in den Replikations-OpenDS-Servern entfernt werden.%n%nGeben Sie 'Ja' ein, um den Server zu starten, und stellen Sie anschlie\u00dfend die Authentifizierung zum Entfernen der Remote-Referenzen bereit.%nGeben Sie 'Nein' ein, um die Deinstallation ohne Aktualisierung der Remote-Referenzen fortzusetzen.%nServer starten und Authentifizierung bereitstellen? @@ -86,9 +85,9 @@ INFO_CLOSE_BUTTON_UNINSTALL_TOOLTIP=Deinstallationsfenster schlie\u00dfen INFO_CONFIRM_CLOSE_UNINSTALL_MSG=OpenDS-Deinstallation ist noch nicht abgeschlossen.%nM\u00f6chten Sie das Deinstallationsfenster wirklich schlie\u00dfen? INFO_CONFIRM_CLOSE_UNINSTALL_TITLE=Best\u00e4tigung erforderlich INFO_CONFIRM_RESTART_MESSAGE=M\u00f6chten Sie den Directory Server wirklich neu starten? INFO_CONFIRM_RESTART_MESSAGE=M\u00f6chten Sie den Directory-Server wirklich neu starten? INFO_CONFIRM_RESTART_TITLE=Best\u00e4tigung erforderlich INFO_CONFIRM_STOP_MESSAGE=M\u00f6chten Sie den Directory Server wirklich stoppen? INFO_CONFIRM_STOP_MESSAGE=M\u00f6chten Sie den Directory-Server wirklich stoppen? INFO_CONFIRM_STOP_TITLE=Best\u00e4tigung erforderlich INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=Das OpenDS-Deinstallations-Tool entfernt alle Komponenten des OpenDS-Servers, die Sie unten ausgew\u00e4hlt haben, von Ihrem System. Sind alle Komponenten ausgew\u00e4hlt, wird der Server komplett entfernt. INFO_CONFIRM_UNINSTALL_PANEL_TITLE=Optionen f\u00fcr Deinstallation @@ -100,24 +99,31 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Deinstallation best\u00e4tigen INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Server wird ausgef\u00fchrt%nDer OpenDS-Server wird derzeit ausgef\u00fchrt und muss gestoppt werden, bevor die Deinstallation fortgesetzt werden kann. M\u00f6chten Sie, dass das Deinstallationsprogramm den Server f\u00fcr Sie stoppt und die Deinstallation fortsetzt? Wenn Sie auf 'Nein' klicken, m\u00fcssen Sie den Server manuell stoppen, um fortfahren zu k\u00f6nnen. MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Beim Lesen der Konfiguration der vorhandenen Server traten folgende Fehler auf:\n%s\nM\u00f6chten Sie, dass das Deinstallationsprogramm die Referenzen auf diesen Server auf die effizienteste Weise zu entfernen versucht? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Um Remote-Referenzen entfernen zu k\u00f6nnen, m\u00fcssen Sie Berechtigungsnachweise f\u00fcr globale Administratorenunter Verwendung der Optionen %s und %s (oder %s) bereitstellen.%nDie Deinstallation wird fortgesetzt, da sich das System im Erzwingen-bei-Fehler-Modus befindet.%n%nThe error found was:%n%s SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Um Remote-Referenzen entfernen zu k\u00f6nnen, m\u00fcssen Sie Berechtigungsnachweise f\u00fcr globale Administratorenunter Verwendung der Optionen %s und %s (oder %s) bereitstellen.%nCheck that the connection parameters you provided are correct.%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option.%n%nThe error found was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers.%nM\u00f6chten Sie fortfahren? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Dieser Server ist darauf konfiguriert, einige seiner Basis-DNs zu replizieren. Beim Abrufen der Referenzen zu diesem Server in den replizierten Servern ist ein Fehler aufgetreten. Um Remote-Referenzen entfernen zu k\u00f6nnen, m\u00fcssen Sie Berechtigungsnachweise f\u00fcr globale Administratorenunter Verwendung der Optionen %s und %s (oder %s) bereitstellen.%nDie Deinstallation wird fortgesetzt, da sich das System im Erzwingen-bei-Fehler-Modus befindet.%n%nFolgender Fehler wurde gefunden:%n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Der Server ist darauf konfiguriert, einige seiner Basis-DNs zu replizieren. Beim Abrufen der Referenzen zu diesem Server in den replizierten Servern ist ein Fehler aufgetreten. %nM\u00f6chten Sie fortfahren? INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Server wird ausgef\u00fchrt INFO_CONNECTIONS_LABEL=Offene Verbindungen: MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=Fehler beim Lesen der Konfigurationsdatei.%nM\u00f6gliche Ursache: Es ist kein aktivierter LDAP-Port f\u00fcr die angegebenen Verbindungsparameter vorhanden, oder Sie verf\u00fcgen nicht \u00fcber die Leseberechtigung f\u00fcr die Konfigurationsdatei. INFO_DATABASES_TITLE=Datenquellen INFO_DELETE_OUTSIDE_DBS_LABEL=Diese Datenbankdateien l\u00f6schen INFO_DELETE_OUTSIDE_DBS_MSG=Der Directory Server enth\u00e4lt Datenbankdateien an folgenden Speicherorten au\u00dferhalb des Serverpfads: INFO_DELETE_OUTSIDE_DBS_MSG=Der Directory-Server enth\u00e4lt Datenbankdateien an folgenden Speicherorten au\u00dferhalb des Serverpfads: INFO_DELETE_OUTSIDE_DBS_TOOLTIP=Aktivieren Sie dieses Kontrollk\u00e4stchen, um die Datenbankdateien zu l\u00f6schen, die sich au\u00dferhalb des Installationsverzeichnisses befinden INFO_DELETE_OUTSIDE_LOGS_LABEL=Diese Protokolldateien l\u00f6schen INFO_DELETE_OUTSIDE_LOGS_MSG=Der Directory Server enth\u00e4lt Protokolldateien an folgenden Speicherorten au\u00dferhalb des Serverpfads: INFO_DELETE_OUTSIDE_LOGS_MSG=Der Directory-Server enth\u00e4lt Protokolldateien an folgenden Speicherorten au\u00dferhalb des Serverpfads: INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=Aktivieren Sie dieses Kontrollk\u00e4stchen, um die Protokolldateien zu l\u00f6schen, die sich au\u00dferhalb des Installationsverzeichnisses befinden INFO_DISABLED_LABEL=Deaktiviert INFO_ENABLED_LABEL=Aktiviert MILD_ERR_READING_CONFIG_FILE=Fehler beim Lesen der Konfigurationsdatei. MILD_ERR_READING_CONFIG_LDAP=Fehler beim Lesen von Daten vom Server. \u00dcberpr\u00fcfen Sie die bereitgestellten Authentifizierungsinformationen.%nDetails: %s SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=Deinstallieren INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Deinstallation fertig stellen INFO_FRAME_UNINSTALL_TITLE=OpenDS-Deinstallationsprogramm @@ -130,11 +136,11 @@ INFO_LDIF_PROTOCOL_LABEL=LDIF INFO_SNMP_PROTOCOL_LABEL=SNMP INFO_LISTENERS_TITLE=Verbindungs-Handler INFO_ADMIN_LISTENER_TITLE=Administration Connector INFO_ADMIN_LISTENER_TITLE=Administrations-Konnektor INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Anmeldedialogfeld schlie\u00dfen INFO_LOGIN_DIALOG_MSG=Sie m\u00fcssen einen Administrator-DN und ein Administrator-Passwort bereitstellen, um \u00dcberwachungsinformationen abrufen zu k\u00f6nnen. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=Der Directory Server wird nicht ausgef\u00fchrt. Click OK to continue. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=Directory Server wird nicht ausgef\u00fchrt INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=Der Directory-Server wird nicht ausgef\u00fchrt. Klicken Sie auf OK, um fortzufahren. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=Directory-Server wird nicht ausgef\u00fchrt INFO_LOGIN_DIALOG_TITLE=Authentifizierung erforderlich INFO_LOGIN_DN_LABEL=Administrator-DN: INFO_LOGIN_DN_TOOLTIP=Geben Sie den Distinguished Name (DN) des Kontos des Administrators ein, das zum Abrufen der \u00dcberwachungsinformationen verwendet wird @@ -172,7 +178,7 @@ INFO_REMOVE_SCHEMA_AND_CONFIGURATION_TOOLTIP=Konfigurations- und Schemadateien entfernen INFO_REPLICATED_COLUMN=Replikation INFO_RESTART_BUTTON_LABEL=Neustart INFO_RESTART_BUTTON_TOOLTIP=Der Directory Server wird neu gestartet INFO_RESTART_BUTTON_TOOLTIP=Der Directory-Server wird neu gestartet INFO_SERVER_DETAILS_TITLE=Serverdetails INFO_SERVER_PATH_LABEL=Serverpfad: INFO_SERVER_STARTED_LABEL=Gestartet @@ -182,15 +188,18 @@ INFO_SERVER_STOPPED_LABEL=Angehalten INFO_SERVER_STOPPING_LABEL= wird gestoppt INFO_SERVER_UNKNOWN_STATUS_LABEL=Unbekannt INFO_START_BUTTON_LABEL=Start INFO_START_BUTTON_TOOLTIP=Startet den Directory Server INFO_START_BUTTON_LABEL=Starten INFO_START_BUTTON_TOOLTIP=Startet den Directory-Server INFO_STATE_COLUMN=Status INFO_STATUS_CLI_USAGE_DESCRIPTION=Dieses Dienstprogramm kann zur Anzeige grundlegender Serverinformationen verwendet werden SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. Check that you have access to the display. SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. Check that you have access to the display. Check file %s for details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=Dieses Dienstprogramm kann zur Anzeige des Steuerbereich-Fensters verwendet werden, in dem grundlegende Serverinformationen angezeigt werden und einige grundlegende Administrationsaufgaben auf dem Server ausgef\u00fchrt werden k\u00f6nnen. INFO_STOP_BUTTON_LABEL=Stoppen INFO_STOP_BUTTON_TOOLTIP=Stoppt den Directory Server INFO_STOP_BUTTON_TOOLTIP=Stoppt den Directory-Server INFO_BASEDN_NOT_REPLICATED_LABEL=Deaktiviert INFO_BASEDN_REPLICATED_LABEL=Aktiviert INFO_SUMMARY_DELETING_EXTERNAL_DB_FILES=Datenbankdateien au\u00dferhalb des Installationspfads werden gel\u00f6scht.... @@ -210,11 +219,14 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS wurde von dem lokalen Rechner erfolgreich deinstalliert, aber beim L\u00f6schen von Dateien traten Fehler auf. Im Textbereich 'Details' finden Sie weitere Informationen zu den problematischen Dateien.%n%nStellen Sie sicher, dass diese Dateien von keinem anderen Programm verwendet werden, und l\u00f6schen Sie die Dateien anschlie\u00dfend manuell. INFO_SUMMARY_UNINSTALL_NOT_STARTED=Deinstallation wird gestartet... INFO_UNDEFINED_PROTOCOL_LABEL=-Unbekannt- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall launch failed.%n%nLaunching command line uninstall... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical Uninstall launch failed. Weitere Details finden Sie in der Datei %s.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=Deinstallation \u00fcber Befehlszeile wird gestartet... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Deinstallation \u00fcber grafische Benutzeroberfl\u00e4che wird gestartet... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Dieses Dienstprogramm kann zur Deinstallation des Directory Server verwendet werden. INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Dieses Dienstprogramm kann zur Deinstallation des Directory-Server verwendet werden. INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=Schlie\u00dfen Sie dieses Dialogfeld, und versuchen Sie nicht, Referenzen dieses Servers in anderen OpenDS-Servern zu entfernen. INFO_UNINSTALL_LOGIN_DIALOG_MSG=Sie m\u00fcssen die ID eines globalen Administrators bereitstellen, um die Referenzen auf diesen Server in anderen OpenDS-Servern entfernen zu k\u00f6nnen.%nSie m\u00fcssen auch den Namen dieses Hosts (bzw. die IP-Adresse) wie in den Remote-Servern referenziert angeben. INFO_UNINSTALL_LOGIN_HOST_NAME_LABEL=Hostname: @@ -235,101 +247,120 @@ INFO_UNINSTALLDS_DESCRIPTION_REMOVE_BACKUP_FILES=Sicherungsdateien entfernen INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=LDIF-Dateien entfernen INFO_DESCRIPTION_ADMIN_UID=Benutzer-ID des globalen Administrators, die f\u00fcr die Verbindung mit dem Server verwendet werden soll INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Vollst\u00e4ndig qualifizierter Directory Server-Hostname oder IP-Adresse des ersten Servers, dessen Inhalt repliziert wird INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server administration port number of the first server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Vollst\u00e4ndig qualifizierter Directory-Server-Hostname oder IP-Adresse des ersten Servers, dessen Inhalt repliziert wird INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory-Server-Administrations-Port-Nummer des ersten Servers, dessen Inhalt repliziert wird INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN, der zur Verbindung mit dem ersten Server verwendet werden soll, dessen Inhalt repliziert wird. Falls nicht angegeben, wird der globale Administrator f\u00fcr die Verbindung verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=Passwort, das zur Verbindung mit dem ersten Server verwendet werden soll, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den ersten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=Datei mit dem Passwort, das zur Verbindung mit dem ersten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den ersten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=Port, der vom Replikationsmechanismus im ersten Server zur Kommunikation mit den \u00fcbrigen Servern verwendet wird. Sie brauchen diese Option nur anzugeben, wenn der erste Server zuvor nicht f\u00fcr Replikation konfiguriert wurde. INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION1=Gibt an, ob die Kommunikation \u00fcber den Replikations-Port des ersten Servers verschl\u00fcsselt ist oder nicht. Diese Option wird nur ber\u00fccksichtigt, wenn die Replikation erstmalig auf dem ersten Server konfiguriert wird. INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Vollst\u00e4ndig qualifizierter Directory Server-Hostname oder IP-Adresse des zweiten Servers, dessen Inhalt repliziert wird INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server administration port number of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Vollst\u00e4ndig qualifizierter Directory-Server-Hostname oder IP-Adresse des zweiten Servers, dessen Inhalt repliziert wird INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory-Server-Administrations-Port-Nummer des zweiten Servers, dessen Inhalt repliziert wird INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=DN, der zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls nicht angegeben, wird der globale Administrator f\u00fcr die Verbindung verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Pr\u00fcfung, ob die angegebenen Replikations-Ports verwendbar sind, \u00fcberspringen INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=Schema nicht zwischen den Servern replizieren INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Den zweiten Server zur Initialisierung des Schemas des ersten Servers verwenden. Wenn weder diese Option noch die Option %s angegeben sind, wird das Schema des ersten Servers zur Initialisierung des Schemas des zweiten Servers verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Passwort, das zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den zweiten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Die Datei mit dem Passwort, das zur Verbindung mit dem zweiten Server zu verwenden ist, dessen Inhalt repliziert wird. Falls kein Verbindungs-DN f\u00fcr den zweiten Server angegeben wurde, wird das Passwort des globalen Administrators f\u00fcr die Verbindung verwendet INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port, der vom Replikationsmechanismus auf dem zweiten Server zur Kommunikation mit den \u00fcbrigen Servern verwendet wird. You have to specify this option only if replication was not previously configured in the second server INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Gibt an, ob die Kommunikation \u00fcber den Replikations-Port des zweiten Servers verschl\u00fcsselt ist oder nicht. This option will only be taken into account the first time replication is configured on the second server INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port, der vom Replikationsmechanismus auf dem zweiten Server zur Kommunikation mit den \u00fcbrigen Servern verwendet wird. Sie m\u00fcssen diese Option nur angeben, wenn der zweite Server zuvor nicht f\u00fcr Replikation konfiguriert wurde INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Gibt an, ob die Kommunikation \u00fcber den Replikations-Port des zweiten Servers verschl\u00fcsselt ist oder nicht. Diese Option wird nur ber\u00fccksichtigt, wenn die Replikation erstmalig auf dem zweiten Server konfiguriert wird INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=StartTLS f\u00fcr sichere Kommunikation mit dem zweiten Server verwenden INFO_DESCRIPTION_REPLICATION_BASEDNS=Basis-DN der Daten, die repliziert oder initialisiert oder f\u00fcr welche die Replikation deaktiviert werden soll. Multiple base DN's can be provided by using this option multiple times INFO_DESCRIPTION_REPLICATION_BASEDNS=Basis-DN der Daten, die repliziert oder initialisiert oder f\u00fcr welche die Replikation deaktiviert werden soll. Wenn diese Option mehrmals verwendet wird, k\u00f6nnen mehrere Basis-DNs bereitgestellt werden INFO_DESCRIPTION_REPLICATION_ADMIN_UID=Benutzer-ID des globalen Administrators, die f\u00fcr die Verbindung mit dem Server zu verwenden ist. F\u00fcr den Unterbefehl '%s' wird ein globaler Administrator unter Verwendung der bereitgestellten Daten erstellt, falls zuvor kein globaler Administrator f\u00fcr keinen der Server definiert wurde. INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=Das Passwort des globalen Administrators INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=Die Datei, die das Passwort des globalen Administrators enth\u00e4lt INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Der Directory Server-Hostname oder die IP-Adresse des Quellservers, dessen Inhalt zur Initialisierung des Zielservers verwendet wird INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory server administration port number of the source server whose contents will be used to initialize the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Der Directory Server-Hostname oder die IP-Adresse des Zielservers, dessen Inhalt initialisiert wird INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory server administration port number of the destination server whose contents will be initialized INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Verwenden Sie diese Option, wenn nur der Inhalt des angegebenen Directory Servers mit einer externen Methode (import-ldif-Befehl oder Bin\u00e4rkopie) initialisiert wird INFO_REPLICATION_TOOL_DESCRIPTION=This utility can be used to configure replication between servers so that the data of the servers is synchronized.For replication to work you must first to enable replication using the '%s' subcommand and then initialize the contents of one of the servers with the contents of the other using the '%s' subcommand INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Der Directory-Server-Hostname oder die IP-Adresse des Quellservers, dessen Inhalt zur Initialisierung des Zielservers verwendet wird INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Die Directory-Server-Administrations-Portnummer des Quellservers, dessen Inhalt zur Initialisierung des Zielservers verwendet wird INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Der Directory-Server-Hostname oder die IP-Adresse des Zielservers, dessen Inhalt initialisiert wird INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Die Directory-Server-Port-Nummer des Zielservers, dessen Inhalt initialisiert wird INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Verwenden Sie diese Option, wenn nur der Inhalt des angegebenen Directory-Servers mit einer externen Methode (import-ldif-Befehl oder Bin\u00e4rkopie) initialisiert wird INFO_REPLICATION_TOOL_DESCRIPTION=Mit diesem Dienstprogramm k\u00f6nnen Sie die Replikation zwischen Servern so konfigurieren, dass die Daten der Server synchronisiert werden. Damit die Replikation funktioniert, m\u00fcssen Sie diese zuerst mit dem Unterbefehl '%s' aktivieren und anschlie\u00dfend den Inhalt eines der Server mit dem Inhalt des anderen mithilfe des Unterbefehls '%s' initialisieren INFO_REPLICATION_DESCRIPTION_QUIET=Vorgang im stillen Modus durchf\u00fchren (es werden keine Fortschrittsinformationen in die Standardausgabe geschrieben) INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=Der DN, der zur Verbindung mit dem Server zu verwenden ist, auf dem die Replikation deaktiviert werden soll. Die Option muss verwendet werden, wenn kein globaler Administrator auf dem Server definiert wurde oder wenn der Benutzer keine Referenzen in den anderen replizierten Servern entfernen m\u00f6chte. The password provided for the Global Administrator will be used when specifying this option INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf dem Zielserver mit dem Inhalt auf dem Quellserver initialisieren. This operation is required after enabling replication in order replication to work ('%s' can also be used for this purpose) INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf allen Servern initialisieren, deren Inhalt mit dem Inhalt des angegebenen Servers repliziert wird. This operation is required after enabling replication in order replication to work ('%s' applied to each server can also be used for this purpose) INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, bevor der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wird. You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. After calling this subcommand, initialize the contents of all the servers in the topology (use the same LDIF file/binary copy on each of the servers), then call the subcommand '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, nachdem der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wurde. You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. See the usage of the subcommand '%s' for more information INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Aktualisiert die Konfiguration der Server, welche die Daten unter dem angegebenen Basis-DN replizieren sollen. If one of the specified servers is already replicating the data under the Base DN with other servers, executing this subcommand will update the configuration of all the servers (so it is sufficient to execute the command line once for each server we add to the replication topology) INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Disables replication on the specified server for the provided Base DN and removes references in the other servers with which it is replicating data INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base DN in no interactive mode. SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the password of the global administrator in non interactive mode. You can provide it using the %s or the %s options. SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid base DN. SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two different servers to enable replication. You have provided twice the server %s:%s SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two different servers as source and destination of the initialization. You have provided twice the server %s:%s SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same replication port (%s) for two servers located on the same machine (%s). SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Es konnte kein g\u00fcltiger Unterbefehl gefunden werden. You must specify a subcommand when using the option %s. SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=Der DN, der zur Verbindung mit dem Server zu verwenden ist, auf dem die Replikation deaktiviert werden soll. Die Option muss verwendet werden, wenn kein globaler Administrator auf dem Server definiert wurde oder wenn der Benutzer keine Referenzen in den anderen replizierten Servern entfernen m\u00f6chte. Bei dieser Option wird das Passwort f\u00fcr den globalen Administrator verwendet INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf dem Zielserver mit dem Inhalt auf dem Quellserver initialisieren. Dieser Vorgang ist erforderlich, damit die Replikation nach der Aktivierung funktioniert ('%s' ist hierf\u00fcr ebenfalls verwendbar) INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Den Inhalt der Daten unter dem angegebenen Basis-DN auf allen Servern initialisieren, deren Inhalt mit dem Inhalt des angegebenen Servers repliziert wird. Dieser Vorgang ist erforderlich, damit die Replikation nach der Aktivierung funktioniert ('%s', auf jeden Server angewendet, ist hierf\u00fcr ebenfalls verwendbar) INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, bevor der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wird. Sie m\u00fcssen die Liste der Basis-DNs angeben, die initialisiert wird, und Sie m\u00fcssen die Berechtigungsnachweise jedes Servers bereitstellen, der repliziert wird. Nach dem Aufrufen diesen Unterbefehls initialisieren Sie den gesamten Inhalt aller Server in der Topologie (verwenden Sie die gleiche LDIF-Datei/Bin\u00e4rkopie auf jedem Server), und rufen Sie den Unterbefehl '%s' auf. INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Dieser Unterbefehl muss aufgerufen werden, nachdem der Inhalt aller replizierten Server mit dem Tool import-ldif oder der Bin\u00e4rkopie-Methode initialisiert wurde. Sie m\u00fcssen die Liste der Basis-DNs angeben, die initialisiert wurden, und Sie m\u00fcssen die Berechtigungsnachweise jedes Servers bereitstellen, der repliziert wird. In der Syntax des Unterbefehls '%s' finden Sie weitere Informationen INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Aktualisiert die Konfiguration der Server, welche die Daten unter dem angegebenen Basis-DN replizieren sollen. Wenn einer der angegebenen Server die Daten unter dem Basis-DN bereits mit anderen Servern repliziert, wird durch die Ausf\u00fchrung dieses Unterbefehls die Konfiguration aller Server aktualisiert (d. h., die Eingabeaufforderung muss nur ein Mal f\u00fcr jeden Server ausgef\u00fchrt werden, welcher der Replikationstopologie hinzugef\u00fcgt wird) INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Deaktiviert die Replikation auf dem angegebenen Server f\u00fcr den bereitgestellten Basis-DN und entfernt Referenzen in den anderen Servern, mit denen der Server Daten repliziert INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Zeigt eine Liste mit der Basis-Replikations-Konfiguration der Basis-DNs der Server an, die in den Registrierungsinformationen festgelegt sind. Sind keine Basis-DNs als Parameter angegeben, werden die Informationen f\u00fcr alle Basis-DNs angezeigt ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=Der Vorgang wurde erfolgreich abgeschlossen INFO_REPLICATION_SUCCESSFUL_NOP=Der Vorgang wurde erfolgreich abgeschlossen, aber es war keine Aktion erforderlich MILD_ERR_REPLICATION_USER_CANCELLED=Benutzer hat Vorgang abgebrochen SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Es muss ein globaler Administrator erstellt werden.%nSie m\u00fcssen die Berechtigungsnachweise des globalen Administrators angeben, der zur Verwaltung der zu replizierenden OpenDS-Instanzen erstellt wird. INFO_ADMINISTRATOR_UID_PROMPT=Benutzer-ID des globalen Administrators INFO_ADMINISTRATOR_PWD_PROMPT=Passwort des globalen Administrators: INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Passwort best\u00e4tigen: MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Die angegebenen Passw\u00f6rter stimmen nicht \u00fcberein. MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Verbindung mit dem Directory Server %s mit den angegebenen Berechtigungsnachweisen ist nicht m\u00f6glich.%nFehlerdetails: %s%n%nGeben Sie die f\u00fcr die Verbindung zum Server erforderlichen Informationen erneut an: INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the first server MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Verbindung mit dem Directory-Server %s mit den angegebenen Berechtigungsnachweisen ist nicht m\u00f6glich.%nFehlerdetails: %s%n%nGeben Sie die f\u00fcr die Verbindung zum Server erforderlichen Informationen erneut an: INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> OpenDS-LDAP-Verbindungsparameter f\u00fcr den ersten Server angeben INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=Hostname des ersten Servers INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration port of the first server INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration-Port des ersten Servers INFO_REPLICATION_ENABLE_PROTOCOL1=Wie m\u00f6chten Sie die Verbindung zu dem ersten Server herstellen? INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Replikations-Port f\u00fcr den ersten Server (der Port muss frei sein) INFO_REPLICATION_ENABLE_SECURE1_PROMPT=Soll die Replikation eine verschl\u00fcsselte Kommunikation f\u00fcr die Verbindungsherstellung zum Replikations-Port %s auf dem ersten Server verwenden? INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=Verbindungs-DN f\u00fcr den ersten Server INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Passwort f\u00fcr %s auf dem ersten Server: INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the second server INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> OpenDS-Verbindungsparameter f\u00fcr den zweiten Server angeben INFO_REPLICATION_ENABLE_HOSTNAME2_PROMPT=Hostname des zweiten Servers INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration port of the second server INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration-Port des zweiten Servers INFO_REPLICATION_ENABLE_PROTOCOL2=Wie m\u00f6chten Sie die Verbindung zu dem zweiten Server herstellen? INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Replikations-Port f\u00fcr den zweiten Server (der Port muss frei sein) INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Soll die Replikation eine verschl\u00fcsselte Kommunikation f\u00fcr die Verbindungsherstellung zum Replikations-Port %s auf dem zweiten Server verwenden? INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=Verbindungs-DN f\u00fcr den zweiten Server INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Passwort f\u00fcr %s auf dem zweiten Server: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated between the two servers:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not replicated:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> OpenDS-Verbindungsparameter f\u00fcr den Quellserver angeben INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> OpenDS-Verbindungsparameter f\u00fcr den Zielserver angeben ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=Die folgenden Basis-DNs sind bereits zwischen den beiden Servern repliziert:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=Die folgenden Basis-DNs sind nicht repliziert: %n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs k\u00f6nnen nicht zwischen den beiden Servern repliziert werden, da sie in mindestens einem der beiden Server nicht gefunden wurden:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Replikation ausw\u00e4hlen. INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=Basis-DN %s replizieren? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be initialized because they are not replicated or they are not configured on both servers:%n%s ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Die folgenden Basis-DNs k\u00f6nnen nicht initialisiert werden, da sie nicht repliziert oder nicht auf beiden Servern konfiguriert sind:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Initialisierung ausw\u00e4hlen. INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Basis-DN %s initialisieren? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server. The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Auf dem Server sind keine replizierten Basis-DNs vorhanden. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs konnten auf dem Server %n%s nicht gefunden werden. MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs konnten auf dem Server %n%s nicht gefunden werden. MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Deaktivierung ausw\u00e4hlen. MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Initialisierung ausw\u00e4hlen. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Are you going to initialize only the contents of server %s (type 'no' if you will initialize contents of all replicated servers for the given Base DN's)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify the base DN's that will be initialized using the import-ldif command or the binary copy. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=You must specify the base DN's that have been initialized using the import-ldif command or the binary copy. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=M\u00f6chten Sie nur den Inhalt des Servers %s initialisieren (geben Sie 'Nein' ein, wenn Sie den Inhalt aller replizierten Server f\u00fcr die angegebenen Basis-DNs initialisieren m\u00f6chten)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=Sie m\u00fcssen die Basis-DNs angeben, die mithilfe des Befehls import-ldif oder der Bin\u00e4rkopie initialisiert werden. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=Sie m\u00fcssen die Basis-DNs angeben, die mithilfe des Befehls import-ldif oder der Bin\u00e4rkopie initialisiert wurden. INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=Replikation auf Basis-DN %s deaktivieren? INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=Basis-DN %s initialisieren? INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=Initialisieren Sie den Basis-DN %s mit dem Befehl import-ldif oder der Bin\u00e4rkopie? @@ -339,12 +370,12 @@ MILD_ERR_NOT_ADMINISTRATIVE_USER=Sie haben keine Zugriffsrechte f\u00fcr die Konfiguration der Server. INFO_REPLICATION_CONFIRM_DISABLE_ADS=Sie haben die Replikation auf Basis-DN %s deaktiviert. Dieser Basis-DN wird vom Replikationsmechanismus sowie einigen administrativen Tools verwendet, und es wird nicht empfohlen, ihn direkt zu konfigurieren. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=Sie haben die Replikation des Schemas deaktiviert. Eine Deaktivierung der Schemareplikation ist nur in bestimmten Szenarios empfehlenswert. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. Der Replikations-Port auf dem Server wird ebenfalls deaktiviert. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Bei deaktivierter Replikation werden die Daten unter den ausgew\u00e4hlten Basis-DNs nicht mehr mit den \u00fcbrigen Servern synchronisiert. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Bei deaktivierter Replikation werden die Daten unter den ausgew\u00e4hlten Basis-DNs nicht mehr mit den \u00fcbrigen Servern synchronisiert. Der Replikations-Port auf dem Server wird ebenfalls deaktiviert. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=Sie haben entschieden, den Inhalt von Basis-DN %s auf Server %s mit dem Inhalt in Server %s zu initialisieren. Dieser Basis-DN wird vom Replikationsmechanismus sowie einigen administrativen Tools verwendet, und es wird nicht empfohlen, ihn direkt zu konfigurieren. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=Wenn Sie den Inhalt eines Basis-DNs initialisieren, wird der gesamte vorhandene Inhalt dieses Basis-DNs entfernt. Do you want to remove the contents of the selected base DN's on server %s and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=Wenn Sie den Inhalt eines Basis-DNs initialisieren, wird der gesamte vorhandene Inhalt dieses Basis-DNs entfernt. M\u00f6chten Sie den Inhalt der ausgew\u00e4hlten Basis-DNs auf Server %s entfernen und durch den Inhalt von Server %s ersetzen? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=Sie haben entschieden, den Inhalt von Basis-DN %s mit dem Inhalt in Server %s zu initialisieren. Dieser Basis-DN wird vom Replikationsmechanismus sowie einigen administrativen Tools verwendet, und es wird nicht empfohlen, ihn direkt zu konfigurieren. M\u00f6chten Sie fortfahren? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Wenn Sie den Inhalt eines Basis-DNs initialisieren, wird der gesamte vorhandene Inhalt dieses Basis-DNs entfernt. Do you want to remove the contents of the selected base DN's on the replicated servers and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Wenn Sie den Inhalt eines Basis-DNs initialisieren, wird der gesamte vorhandene Inhalt dieses Basis-DNs entfernt. M\u00f6chten Sie den Inhalt der ausgew\u00e4hlten Basis-DNs auf den replizierten Servern entfernen und durch den Inhalt von Server %s ersetzen? MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=Beim Lesen der Konfiguration der vorhandenen Server traten folgende Fehler auf:\n%s\nDas Replikations-Tool versucht, die Konfiguration aller Server im effizientesten Modus zu aktualisieren. Allerdings kann nicht garantiert werden, dass die Server, welche Fehler erzeugen, aktualisiert werden. INFO_REPLICATION_CONNECTING=Herstellen von Verbindungen INFO_REPLICATION_ENABLE_UPDATING_ADS_CONTENTS=Pr\u00fcfen von Registrierungsinformationen @@ -354,20 +385,31 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=Aktualisieren der Registrierungskonfiguration auf Server %s INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Initialisieren der Registrierungsinformationen auf Server %s mit dem Inhalt von Server %s INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Initialisieren von Schema auf Server %s mit dem Inhalt von Server %s SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred seeding the truststore contents. Details: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not find replication ID in the server %s for base DN %s. SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could not find a peer to start the initialization after several tries. Details: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring replication port on server %s. SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling replication port on server %s. SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication configuration on base DN %s of server %s. SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. Details: %s SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. Details: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found in servers %s and %s is different. This tool does not allow to handle this scenario. SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication configuration of server %s.%nDetails: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=Referenzen auf Basis-DN %s von Server %s werden entfernt INFO_REPLICATION_DISABLING_BASEDN=Die Replikation auf Basis-DN %s von Server %s wird deaktiviert INFO_REPLICATION_DISABLING_REPLICATION_SERVER=Der Replikations-Port %s von Server %s wird deaktiviert INFO_REPLICATION_STATUS_NO_BASEDNS=No base DN's found. INFO_REPLICATION_STATUS_NO_BASEDNS=Keine Basis-DNs gefunden INFO_REPLICATION_STATUS_BASEDN=Basis-DN INFO_REPLICATION_STATUS_IS_REPLICATED=Replikation INFO_REPLICATION_STATUS_REPLICATED=%s - Replikation aktiviert @@ -390,17 +432,19 @@ INFO_REPLICATION_CRITICAL_ERROR_DETAILS=Details: %s INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Externe Initialisierung des Basis-DN %s wird vorbereitet INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Replikationsinformationen auf Basis-DN %s werden aktualisiert INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on server %s. You can use the command import-ldif or the binary copy to do so.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden. You must use the same LDIF file or binary copy on each server.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Sie k\u00f6nnen jetzt mit der Initialisierung des Inhalts der Basis-DNs auf Server %s fortfahren. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden.%n%nNach Abschluss der Initialisierung m\u00fcssen Sie den Unterbefehl '%s' verwenden, damit die Replikation mit den neuen Basis-DNs funktioniert. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Sie k\u00f6nnen jetzt mit der Initialisierung des Inhalts der Basis-DNs auf allen replizierten Servern fortfahren. Hierf\u00fcr k\u00f6nnen Sie den Befehl import-ldif oder die Bin\u00e4rkopie verwenden. Sie m\u00fcssen auf jedem Server die gleiche LDIF-Datei oder Bin\u00e4rkopie verwenden.%n%nNach Abschluss der Initialisierung m\u00fcssen Sie den Unterbefehl '%s' verwenden, damit die Replikation mit den neuen Basis-DNs-Inhalten funktioniert. INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Post-Initialisierungs-Verfahren erfolgreich abgeschlossen. SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Neueste Protokolldetails: %s. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Unerwarteter Fehler w\u00e4hrend des Vorgangs. Neueste Protokolldetails: %s. Aufgabenstatus: %s. Pr\u00fcfen Sie die Fehlerprotokolle von %s auf weitere Informationen. SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=Sie haben folgende M\u00f6glichkeiten: INFO_REPLICATION_ENABLE_MENU_PROMPT=Replikation aktivieren INFO_REPLICATION_DISABLE_MENU_PROMPT=Replikation deaktivieren @@ -409,1308 +453,1194 @@ INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Pre-externe Initialisierung INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Post-externe Initialisierung INFO_REPLICATION_STATUS_MENU_PROMPT=Replikationsstatus anzeigen INFO_REPLICATION_POST_ENABLE_INFO=Replikation wurde erfolgreich aktiviert. Note that for replication to work you must initialize the contents of the base DN's that are being replicated (use %s %s to do so). SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=Das Argument "--%s" muss angegeben werden, wenn diese Anwendung nicht interaktiv verwendet wird INFO_REPLICATION_POST_ENABLE_INFO=Replikation wurde erfolgreich aktiviert. Beachten Sie, dass Sie f\u00fcr eine erfolgreiche Replikation die Inhalte der zu replizierenden Basis-DNs initialisieren m\u00fcssen (verwenden Sie dazu %s %s). ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=Die entsprechende nicht interaktive Befehlszeile lautet: %n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Das entsprechende nicht interaktive Argument in der Standardausgabe anzeigen, wenn dieser Befehl im interaktiven Modus ausgef\u00fchrt wird INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=Der vollst\u00e4ndige Pfad zu der Datei, in die die entsprechenden nicht interaktiven Befehle geschrieben werden, wenn dieser Befehl im interaktiven Modus ausgef\u00fchrt wird MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=Beim Versuch, die entsprechende nicht interaktive Befehlszeile in die Datei %s zu schreiben, ist ein Fehler aufgetreten. Fehlerdetails: %s SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot write to file %s. Verify that you have access rights to that file and that you provided the full path of the file SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The specified path %s to write the equivalent command is a directory. You must specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=The first server is already configured with replication port '%d'. The provided replication server port '%d' has been ignored. MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=The second server is already configured with replication port '%d'. The provided replication server port '%d' has been ignored. INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Organizational unit INFO_STATIC_GROUP_ICON_DESCRIPTION=Static group INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Dynamic group INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Virtual static group INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Password policy MILD_ERR_REFERRAL_LIMIT_EXCEEDED=Referral limit (%d) reached. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=Der erste Server ist bereits mit Replikations-Port '%d' konfiguriert. Der angegebene Replikationsserver-Port '%d' wurde ignoriert. MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=Der zweite Server ist bereits mit Replikations-Port '%d' konfiguriert. Der angegebene Replikationsserver-Port '%d' wurde ignoriert. INFO_CONTROL_PANEL_TITLE=OpenDS-Steuerbereich INFO_PERSON_ICON_DESCRIPTION=Personenobjekt INFO_ORGANIZATION_ICON_DESCRIPTION=Organisation INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Organisationseinheit INFO_STATIC_GROUP_ICON_DESCRIPTION=Statische Gruppe INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Dynamische Gruppe INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Virtuelle statische Gruppe INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Passwortrichtlinie MILD_ERR_REFERRAL_LIMIT_EXCEEDED=Bezugslimit (%d) wurde erreicht. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Ja INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=Nein MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass and rename the entry. MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=\u00c4ndern der Objektklasse und Umbenennen des Eintrags nicht m\u00f6glich. INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=Verzeichnisdaten INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Import LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Export LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=Backup... INFO_CTRL_PANEL_ACTION_RESTORE=Restore... INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Eintr\u00e4ge verwalten INFO_CTRL_PANEL_ACTION_NEW_BASEDN=Neuer Basis-DN... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=LDIF wird importiert... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=LDIF wird exportiert... INFO_CTRL_PANEL_ACTION_BACKUP=Sicherung... INFO_CTRL_PANEL_ACTION_RESTORE=Wiederherstellen... INFO_CTRL_PANEL_CATEGORY_SCHEMA=Schema INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Manage Schema INFO_CTRL_PANEL_CATEGORY_INDEXES=Indexes INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Manage Indexes INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Verify Indexes... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Rebuild Indexes... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Runtime Options INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java Settings INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows Service MILD_ERR_CTRL_PANEL_DN_NOT_VALID=The DN is not valid. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Schema verwalten INFO_CTRL_PANEL_CATEGORY_INDEXES=Indizes INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Indizes verwalten INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Indizes werden gepr\u00fcft... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Indizes werden neu erstellt... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Laufzeitoptionen INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java-Einstellungen INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows-Dienst MILD_ERR_CTRL_PANEL_DN_NOT_VALID=Der DN ist ung\u00fcltig. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Ung\u00fcltiger DN-Wert: '%s'. MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Die angegebenen Passw\u00f6rter stimmen nicht \u00fcberein. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute %s. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr Attribut %s angeben. INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS) INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (l\u00e4sst StartTLS zu) INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure) INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (sicher) INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF INFO_CTRL_PANEL_CONN_HANDLER_SNMP=SNMP INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=Replikation INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replikation (sicher) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administrations-Konnektor INFO_CTRL_PANEL_CONN_HANDLER_OTHER=Sonstige INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring INFO_CTRL_PANEL_INDEX_PRESENCE=Presence INFO_CTRL_PANEL_INDEX_EQUALITY=Equality INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate INFO_CTRL_PANEL_INDEX_ORDERING=Ordering INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_INDEX_SUBSTRING=Unterzeichenkette INFO_CTRL_PANEL_INDEX_PRESENCE=Anwesenheit INFO_CTRL_PANEL_INDEX_EQUALITY=Gleichheit INFO_CTRL_PANEL_INDEX_APPROXIMATE=Angen\u00e4hert INFO_CTRL_PANEL_INDEX_ORDERING=Reihenfolge INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribut INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Indextypen INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Eintragslimit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Erfordert Neuerstellung INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=Basis-DN INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Bereich INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 - INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sortierreihenfolge INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Erfordert Neuerstellung INFO_CTRL_PANEL_BINARY_VALUE=- Bin\u00e4rwert - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Wert in Base64 - # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It cannot run simultaneously with task %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups. INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to delete the base DN: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Equivalent command line to delete the backend: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Equivalent command line to disable replication on base DN '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Equivalent command line to modify the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Equivalent command line to modify the VLV index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Equivalent command line to update the configuration: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Equivalent command lines to generate default indexes: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Equivalent command line to create the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Equivalent command line to create the VLV index: INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=Die folgende Aufgabe wird ausgef\u00fchrt: %s<br>Sie kann nicht gleichzeitig mit Aufgabe %s ausgef\u00fchrt werden. INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Eintr\u00e4ge in Gruppen hinzuf\u00fcgen INFO_CTRL_PANEL_ADDING_TO_GROUP=Aktualisieren von Gruppe '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Entsprechende Befehlszeile zum \u00c4ndern des Eintrags: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Entsprechende Befehlszeile zum Umbenennen des Eintrags: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Entsprechende Befehlszeile zum L\u00f6schen der Basis-DN: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Entsprechende Befehlszeile zum L\u00f6schen des Backends: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Entsprechende Befehlszeile zum Deaktivieren der Replikation auf Basis-DN '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Entsprechende Befehlszeile zum \u00c4ndern des Index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Entsprechende Befehlszeile zum \u00c4ndern des VLV-Index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Entsprechende Befehlszeile zum Aktualisieren der Konfiguration: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Entsprechende Befehlszeileb zum Generieren der Standardindizes: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Entsprechende Befehlszeile zum Erstellen des Index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Entsprechende Befehlszeile zum Erstellen des VLF-Index: # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the Java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Delete backends '%s'. INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to delete entry '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to delete the index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. Details: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. Details: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. Details: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to removing the following attribute from the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to create the entry: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Rebuild indexes in '%s'. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to rebuild indexes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to enable the backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to disable the backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop the server: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to start the server: INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to adding the following attribute to the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is equivalent to adding the following entry to the file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. Check main panel for more information. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=Das entsprechende Verfahren zum Aktualisieren der Java-Einstellungen \u00fcber die Befehlszeile ist: <br> Bearbeiten Sie die Eigenschaften in der folgenden Datei:<br><b>%s</b><br>Anschlie\u00dfend f\u00fchren Sie folgende Befehlszeile aus:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Basis-DN '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Basis-DNs %s l\u00f6schen. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Backend '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Backends '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETING_BASE_DN=Basis-DNs '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETING_BASE_DNS=Basis DNs %s l\u00f6schen. INFO_CTRL_PANEL_DELETING_BACKEND=Backend '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETING_DOMAIN=Replikation von Basis-DN '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Eintr\u00e4ge l\u00f6schen. INFO_CTRL_PANEL_ENTRIES_DELETED=%d Eintr\u00e4ge gel\u00f6scht. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY='%s' wird gel\u00f6scht... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Entsprechende Befehlszeile zum L\u00f6schen von Eintrag '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Entsprechende Befehlszeile zum L\u00f6schen des Index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Indizes in Backend '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Indizes in Backends '%s' l\u00f6schen. INFO_CTRL_PANEL_DELETING_INDEX=Index '%s' wird gel\u00f6scht. INFO_CTRL_PANEL_DELETING_VLV_INDEX=VLV-Index '%s' wird gel\u00f6scht. INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Schemaelemente werden gel\u00f6scht. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Objektklasse '%s' wird gel\u00f6scht. INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Attribut '%s' wird gel\u00f6scht. MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Fehler beim Aktualisieren des Schemas Details: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Fehler beim Aktualisieren der Konfiguration Details: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Fehler beim Pr\u00fcfen des Eintrags Details: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=Dieser Vorgang entspricht dem Entfernen des folgenden Attributs aus dem Schemadefinitionseintrag (cn=schema) in Datei '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Entsprechende Befehlszeile zum Aktualisieren des Schemas: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Eintrag '%s' \u00e4ndern. INFO_CTRL_PANEL_RENAMING_ENTRY=Eintrag von '%s' zu '%s' umbenennen. INFO_CTRL_PANEL_MODIFYING_ENTRY=Eintrag '%s' \u00e4ndern. INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=Neuer Eintrag '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Eintrag '%s' wird erstellt. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Entsprechende Befehlszeile zum Erstellen des Eintrags: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Indizes in '%s' neu erstellen. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Entsprechende Befehlszeile zum Neuerstellen der Indizes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Entsprechende Befehlszeile zum Aktivieren des Backends '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Entsprechende Befehlszeile zum Deaktivieren des Backends '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Backend '%s' wird aktiviert. INFO_CTRL_PANEL_DISABLING_BACKEND=Backend '%s' wird deaktiviert. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Passwort f\u00fcr Eintrag '%s' wird zur\u00fcckgesetzt. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Passwort f\u00fcr Eintrag '%s' wird aktualisiert. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Entsprechende Befehlszeile zum Zur\u00fccksetzen des Passworts. INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Server neu starten. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Server starten. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Server stoppen. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Entsprechende Befehlszeile zum Stoppen des Servers. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Entsprechende Befehlszeile zum Starten des Servers. INFO_CTRL_PANEL_SERVER_STOPPED=Server gestoppt. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Dieser Vorgang entspricht dem Hinzuf\u00fcgen des folgenden Attributs aus dem Schemadefinitionseintrag (cn=schema) in Datei '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=Dieser Vorgang entspricht dem Hinzuf\u00fcgen des folgenden Eintrags in Datei '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Entsprechende Befehlszeile zum Aktualisieren des Schemas: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Backend konnte nicht gefunden werden. MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=Backend '%s' konnte nicht gefunden werden. Weitere Informationen finden Sie im Hauptbereich. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server wird nicht ausgef\u00fchrt INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=Zum Durchsuchen von Daten muss der Server ausgef\u00fchrt werden, und m\u00fcssen Sie eine Authentifizierung angeben. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Kennzeichnet ein erforderliches Feld. INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Neuerstellung des Index erforderlich # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br><br> Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br>During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=Die Idexkonfiguration f\u00fcr '%s' wurde erfolgreich ge\u00e4ndert. Die Datenbankindexdateien m\u00fcssen neu generiert werden, damit die Konfiguration ber\u00fccksichtigt wird. Dies erfolgt mit dem Tool 'Indizes neu erstellen' oder durch Neuimportieren des Inhalts von Backend '%s'.<br><br> Soll der Index jetzt neu erstellt werden? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=Die Indexkonfiguration f\u00fcr '%s' wurde erfolgreich modifiziert. Die Datenbankindexdateien m\u00fcssen neu generiert werden, damit die Konfiguration ber\u00fccksichtigt wird. Dies erfolgt mit dem Tool 'Indizes neu erstellen' oder durch Neuimportieren des Inhalts von Backend '%s'.<br>W\u00e4hrend des Neuerstellens der Indizes wird das Backend '%s' deaktiviert und keines seiner Suffixe ist verf\u00fcgbar.<br><br> Soll der Index jetzt neu erstellt werden? INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=Authentifizierung erforderlich INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully rebuilt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred rebuilding index. Error code: %d. INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Entsprechende Befehlszeile: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Indizes in '%s' werden neu erstellt... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Neuerstellen des Index abgeschlossen. INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=Die Indizes wurden erfolgreich neu erstellt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Fehler beim Neuerstellen der Indizes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= Beim Neuerstellen des Index ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=Details: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=Server wird gestartet... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started successfully MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the server. Fehlercode: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted successfully MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the server. Fehlercode: %d INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start abgeschlossen INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=Der Server wurde erfolgreich gestartet. MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Fehler beim Serverstart MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=Beim Starten des Servers ist ein Fehler aufgetreten. Fehlercode: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Neustart abgeschlossen INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=Der Server wurde erfolgreich neu gestartet. MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Fehler beim Serverneustart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=Beim Neustart des Servers ist ein Fehler aufgetreten Fehlercode: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Server wird gestoppt... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped successfully MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the server. Fehlercode: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when operation completes INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stopp abgeschlossen INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=Der Server wurde erfolgreich gestoppt. MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Fehler beim Stoppen des Servers MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=Beim Stoppen des Servers ist ein Fehler aufgetreten. Fehlercode: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Fenster nach Abschluss des Vorgangs schlie\u00dfen. INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Bitte warten Sie... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=Details: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Server starten INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Server stoppen INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Server neu starten INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=Best\u00e4tigung erforderlich # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List... INFO_CTRL_PANEL_READING_SUMMARY=Reading... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=Wenn der Server gestoppt wird, werden alle offenen Verbindungen zum Server geschlossen und ist der Server nicht mehr vef\u00fcgbar.<br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=W\u00e4hrend des Neustarts werden alle offenen Verbindungen zum Server geschlossen und ist der Server nicht mehr vef\u00fcgbar.<br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Steuerbereich wird geladen... INFO_CTRL_PANEL_CHECKING_SUMMARY=Pr\u00fcfen... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Liste wird aktualisiert... INFO_CTRL_PANEL_READING_SUMMARY=Lesen... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Java-Einstellungen werden gelesen... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Authentifizierung wird verifiziert... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Konfiguration wird gelesen... INFO_CTRL_PANEL_BASE_DN_LABEL=Basis-DN: INFO_CTRL_PANEL_FILTER_LABEL=Filter: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=\u00dcbernehmen INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=Schlie\u00dfen INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=Abbrechen INFO_CTRL_PANEL_OK_BUTTON_LABEL=OK INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Save INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Do Not Save INFO_CTRL_PANEL_INVALID_DN_DETAILS=The value %s is not a valid DN. Details: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=No base DN selected. INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=The provided filter is not valid. Details: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed. Try Applying a Filter. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is running. You must provide authentication to browse data. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. Details: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Approximate INFO_CTRL_PANEL_EQUALITY_LABEL=Equality INFO_CTRL_PANEL_ORDERING_LABEL=Ordering INFO_CTRL_PANEL_PRESENCE_LABEL=Presence INFO_CTRL_PANEL_SUBSTRING_LABEL=Substring INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Delete Index... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Save Changes INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=This is a non-configurable internal index INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Speichern INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Nicht speichern INFO_CTRL_PANEL_INVALID_DN_DETAILS=Der Wert %s ist kein g\u00fcltiger DN. Details: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=Kein Basis-DN ausgew\u00e4hlt. INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=Der angegebene Filter ist ung\u00fcltig. Details: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=Keine \u00dcbereinstimmungen gefunden. INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximal %d untergeordnete Elemente angezeigt. Versuchen Sie, einen Filter anzuwenden. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Verwenden Sie '*' f\u00fcr die Unterzeichenkettensuche. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen zum Durchsuchen von Daten eine Authentifizierung angeben. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=Zum Durchsuchen von Daten muss der Server ausgef\u00fchrt werden, und m\u00fcssen Sie eine Authentifizierung angeben. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=Beim Versuch, eine Verbindung zum Server herzustellen und Daten zu lesen, ist ein Fehler aufgetreten. Details: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Verbindungsfehler INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribut: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Eintragslimit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Indextyp: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Angen\u00e4hert INFO_CTRL_PANEL_EQUALITY_LABEL=Gleichheit INFO_CTRL_PANEL_ORDERING_LABEL=Reihenfolge INFO_CTRL_PANEL_PRESENCE_LABEL=Anwesenheit INFO_CTRL_PANEL_SUBSTRING_LABEL=Unterzeichenkette INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Index wird gel\u00f6scht... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=\u00c4nderungen speichern INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=Dieser interne Index kann nicht konfiguriert werden. # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer between %d and %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred creating new entry. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the server must be running and you must provide authentication. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must provide authentication. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation of the entry. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass values of the entry. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>Der Index wurde konfiguriert.<br>Indizes m\u00fcssen neu erstellt werden (mit 'Index neu erstellen' oder 'Importieren'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Benutzerdefinierte Attribute INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standardattribute INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Indexdetails MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=Das Eintragslimit muss eine Ganzzahl zwischen %d und %d sein. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=Sie m\u00fcssen mindestens einen Indextyp ausw\u00e4hlen (Angen\u00e4hert, Gleichheit, Reihenfolge, Anwesenheit oder Unterzeichenkette). ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Eintrag '%s' ist bereits vorhanden. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Neuer Eintrag wird erstellt... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Eintrag wurde erstellt. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=Der Eintrag wurde erfolgreich erstellt. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Fehler beim Erstellen des neuen Eintrags MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=Beim Erstellen des neuen Eintrags ist ein Fehler aufgetreten. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=Zum Erstellen eines Eintrags muss der Server ausgef\u00fchrt werden und m\u00fcssen Sie eine Authentifizierung angeben. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=Zum Erstellen eines Eintrags m\u00fcssen Sie eine Authentifizierung angeben. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=Sie m\u00fcssen die LDIF-Darstellung des Eintrags angeben. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=Sie m\u00fcssen die Objektklassenwerte des Eintrags angeben. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=Beispiel: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=Beispiel: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV-Indexdetails INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Basis-DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Search Scope: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Search Filter: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Sort Order: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Max Block Size: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Base Object INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Single Level INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Subordinate Subtree INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Whole Subtree INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Add INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. Check main panel for more information. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Suchbereich: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Suchfilter: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Sortierreihenfolge: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Maximale Blockgr\u00f6\u00dfe: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Basisobjekt INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Einzelne Ebene INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Untergeordnete Unteransicht INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Gesamte Unteransicht INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Hinzuf\u00fcgen INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Entfernen INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Nach oben INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Nach unten INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Sonstige: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(aufsteigend) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(absteigend) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Schema konnte nicht gefunden werden. MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=Das Schema konnte nicht gefunden werden. Weitere Informationen finden Sie im Hauptbereich. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indizes nicht definiert # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV index to be effective the following indexes must be configured in '%s':<br>%s <br><br>Do you want to continue? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the definition of index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No VLV index name provided. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=There is already a VLV index '%s' defined in backend '%s'. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=The provided base DN is not valid. Details: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=You must provide a filter for the index. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not valid. Details: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one attribute for the sort order. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size must be an integer between %d and %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Add Groups... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Choose Groups MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an static group. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were successfully added. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to groups. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=Damit dieser VLV-Index wirksam wird, m\u00fcssen die folgenden Indizes in '%s' konfiguriert werden:<br>%s <br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=Gleichheit INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=Unterzeichenkette INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=Reihenfolge INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=Gegenwart INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=Angen\u00e4hert INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=Sie m\u00fcssen die Definition des Index '%s' auf den Typ %s aktualisieren. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=Sie m\u00fcssen den Index '%s' als Typ %s definieren. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=Sie m\u00fcssen den Index '%s' definieren. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=Kein VLV-Indexname angegeben. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=In Backend '%2$s' ist bereits ein VLV-Index '%1$s' angegeben. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Sie m\u00fcssen einen Basis-DN angeben MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=Der angegebene Basis-DN ist nicht g\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Sie m\u00fcssen einen Filter f\u00fcr den Index angeben. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=Der angegebene Filter ist ung\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Sie m\u00fcssen mindestens ein Attribut f\u00fcr die Sortierreihenfolge angeben. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=Die maximale Blockgr\u00f6\u00dfe muss eine Ganzzahl zwischen %d und %d sein. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Zur Gruppe hinzuf\u00fcgen INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Hinzuzuf\u00fcgende Eintr\u00e4ge INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Gruppen: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Gruppen hinzuf\u00fcgen... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Gruppen ausw\u00e4hlen MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=Die Gruppe '%s' konnte nicht gefunden werden. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=Der Eintrag '%s' ist vorhanden, er ist aber keine statische Gruppe. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=Sie m\u00fcssen eine Gruppe angeben. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Zur Gruppe hinzuf\u00fcgen... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Eintr\u00e4ge wurden zu den Gruppen hinzugef\u00fcgt. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=Die Eintr\u00e4ge wurden erfolgreich hinzugef\u00fcgt. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Fehler beim Hinzuf\u00fcgen zu Gruppen MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=Beim Hinzuf\u00fcgen zu Gruppen ist ein Fehler aufgetreten. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attributssyntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Details der Attributssyntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found - INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Beschreibung: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Wird von diesen Attributen verwendet INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend-Indizes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend-VLC-Indizes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- Keine Sicherungen gefunden - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=Durchsuchen... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Full Backup INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Incremental Backup (Specify Parent Backup Below) INFO_CTRL_PANEL_BACKUP_ID_LABEL=Backup ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Available Parent Backups: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Backup Options: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Encrypt Data INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of Backup Contents to Use as Checksum INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running. You must provide authentication to perform the backup. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=The backup path '%s" exists and is a file. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=The backup path '%s' does not exist. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No backup ID provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=The file '%s' exists. You must provide a directory to do the new backup. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=You have chosen to run an incremental backup. You must select the parent backup in the list of available parent backups. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=A backup with ID '%s' is already defined under '%s'. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Backup contents of '%s' to directory '%s'. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Creating backup of backend '%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Creating backup of all backends... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Backup Complete INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the backup. Error code: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not valid. Details: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=The path '%s' is a directory. You must provide a file. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Cannot read file '%s'. Check that you have read rights to it. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=You must provide a value in Base 64 format. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. Details: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. Details: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 format: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Image Preview: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries INFO_CTRL_PANEL_NEW_USER_MENU=New User... INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=New Organizational Unit... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=New Domain... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=New from LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Reset User Password... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Add to Group... INFO_CTRL_PANEL_COPY_DN_MENU=Copy DN INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Delete Selected Entries INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=Do you want to delete the selected entries (including all the entries below them on the tree)? INFO_CTRL_PANEL_FILE_MENU=File INFO_CTRL_PANEL_EXIT_MENU=Exit INFO_CTRL_PANEL_HELP_MENU=Help INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Administration Guide INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Documentation Wiki INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=New Window INFO_CTRL_PANEL_VIEW_MENU=View INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Verf\u00fcgbare Sicherungen INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Liste aktualisieren INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Sicherung verifizieren MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Fehler beim Suchen nach Sicherungen INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Sicherungspfad: INFO_CTRL_PANEL_BACKUP_TITLE=Sicherung ausf\u00fchren INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=Alle Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Sicherungstyp INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Vollst\u00e4ndige Sicherung INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Inkrementelle Sicherung (\u00fcbergeordnete Sicherung unten angeben) INFO_CTRL_PANEL_BACKUP_ID_LABEL=Sicherungs-ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Verf\u00fcgbare \u00fcbergeordnete Sicherungen: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Sicherungsoptionen: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Daten komprimieren (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Daten verschl\u00fcsseln INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Nachrichtenverarbeitung von Sicherungsinhalt zur Verwendung als Pr\u00fcfsumme generieren INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Nachrichtenvearbeitungs-Hash signieren INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um die Sicherung auszuf\u00fchren. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=Keine Backends ausgew\u00e4hlt. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=Keine Backends verf\u00fcgbar. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=Kein Sicherungspfad angegeben. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=Der Sicherungspfad '%s' ist vorhanden und ist eine Datei. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=Der Sicherungspfad '%s' ist nicht vorhanden. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=Keine Sicherungs-ID angegeben. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=Die Datei '%s' ist vorhanden. Sie m\u00fcssen f\u00fcr die neue Sicherung ein Verzeichnis angeben. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=Sie haben angegeben, dass eine inkrementelle Sicherung ausgef\u00fchrt werden soll. Sie m\u00fcssen in der Liste verf\u00fcgbarer \u00fcbergeordneter Sicherungen die \u00fcbergeordnete Sicherung ausw\u00e4hlen. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=Eine Sicherung mit der ID '%s' ist bereits unter '%s' definiert. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Inhalt von '%s' in Verzeichnis '%s' sichern. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Erstellen der Sicherung von Backend '%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Erstellen einer Sicherung aller Backends... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Sicherung abgeschlossen INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=Die Sicherung wurde erfolgreich abgeschlossen. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Fehler w\u00e4hrend der Sicherung MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=W\u00e4hrend der Sicherung ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Anderer Basis-DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Sie m\u00fcssen einen Basis-DN angeben. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=Der angegebene Basis-DN ist nicht g\u00fcltig. Details: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- Kein Wert angegeben - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=Sie m\u00fcssen einen Wert f\u00fcr die Datei angeben. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=Die Datei '%s' ist nicht vorhanden. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=Der Pfad '%s' ist ein Verzeichnis. Sie m\u00fcssen eine Datei angeben. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Datei '%s' kann nicht gelesen werden. Pr\u00fcfen Sie, ob Sie \u00fcber Leseberechtigungen an der Datei verf\u00fcgen. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=Sie m\u00fcssen einen Wert im Base 64-Format angeben. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=Beim Lesen des Dateiinhalts ist ein Fehler aufgetreten. Details: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=Beim Dekodieren der angegebenen Base 64-Zeichenfolge ist ein Fehler aufgetreten. Details: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Bin\u00e4rattribut bearbeiten. INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Inhalt der folgenden Datei verwenden: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Bin\u00e4r-Inhalt in Base 64-Format angeben: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Aktualisieren INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Bildvoranschau INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Den Wert in Base 64 angeben - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Bild des Attributs INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Voranschau nicht verf\u00fcgbar. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=Bin\u00e4rattribut anzeigen INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Wert im Base 64-Format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Eintr\u00e4ge verwalten INFO_CTRL_PANEL_NEW_USER_MENU=Neuer Benutzer... INFO_CTRL_PANEL_NEW_GROUP_MENU=Neue Gruppe... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=Neue Organisation... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=Neue Organisationseinheit INFO_CTRL_PANEL_NEW_DOMAIN_MENU=Neue Dom\u00e4ne... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=Neu von LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Benutzer-Passwort zur\u00fccksetzen... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Zur Gruppe hinzuf\u00fcgen... INFO_CTRL_PANEL_COPY_DN_MENU=DN kopieren INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Ausgew\u00e4hlte Eintr\u00e4ge l\u00f6schen INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=M\u00f6chten Sie ausgew\u00e4hlten Eintr\u00e4ge l\u00f6schen (einschlie\u00dflich aller Eintr\u00e4ge unter ihnen in der Struktur)? INFO_CTRL_PANEL_FILE_MENU=Datei INFO_CTRL_PANEL_EXIT_MENU=Beenden INFO_CTRL_PANEL_HELP_MENU=Hilfe INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Administrationshandbuch INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Dokumentations-Wiki INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=Neues Fenster INFO_CTRL_PANEL_VIEW_MENU=Anzeige INFO_CTRL_PANEL_ENTRIES_MENU=Eintr\u00e4ge INFO_CTRL_PANEL_CLOSE_MENU=Schlie\u00dfen INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=The file menu INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=The view menu INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=The help menu INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=The entries edition menu INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Simplified View INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attribute View INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF View INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Delete Entry... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error deleting entries MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting entries INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=Das Dateimen\u00fc INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=Das Ansichtsmen\u00fc INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=Das Hilfemen\u00fc INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=Das Eintragsbearbeitungsmen\u00fc INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Vereinfachte Ansicht INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attributsansicht INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF-Ansicht INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Eintrag l\u00f6schen... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Eintrag l\u00f6schen... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Basis-DN l\u00f6schen... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Backend l\u00f6schen... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Eintr\u00e4ge l\u00f6schen... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Eintr\u00e4ge gel\u00f6scht INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=Die Eintr\u00e4ge wurden erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Fehler beim L\u00f6schen der Eintr\u00e4ge. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=Beim L\u00f6schen der Eintr\u00e4ge ist ein Fehler aufgetreten. INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indizes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV-Indizes INFO_CTRL_PANEL_BACKEND_LABEL=Backend: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- No Item Selected - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Multiple Items Selected - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- No Entry Selected - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Multiple Entries Selected - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- No Schema Item Selected - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=New VLV Index... INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined. To create and manage indexes, you must create a backend. To create a new backend you can use the action "New Base DN". MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=No index selected on the tree. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Delete Indexes INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Are you sure you want to delete the indexes '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Deleting indexes... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Indexes Deleted INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting indexes '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- Keine Backends gefunden - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- Keine Basis-DNs gefunden - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- Kein Element ausgew\u00e4hlt - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Mehrere Elemente ausgew\u00e4hlt - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- Kein Eintrag ausgew\u00e4hlt - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Mehrere Eintr\u00e4ge ausgew\u00e4hlt - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- Kein Schemaelement ausgew\u00e4hlt - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=Neuer Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=Neuer VLV-Index... INFO_CTRL_PANEL_NEW_INDEX_MENU=Neuer Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=Neuer VLV-Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=L\u00f6schen des Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Indizes verwalten MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=Keine Backends gefunden MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=Es sind keine Backends definiert. Zum Erstellen und Verwalten von Indizes m\u00fcssen Sie einen Backend erstellen. Zum Erstellen eines neuen Backends k\u00f6nnen Sie die Aktion "Neuer Basis-DN" verwenden. MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=In der Struktur wurde kein Index ausgew\u00e4hlt. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=L\u00f6schen von Indizes INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Sind Sie sicher, dass Sie die Indizes '%s' l\u00f6schen m\u00f6chten, die im Backend '%s' definiert sind? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=L\u00f6schen der Indizes... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Indizes gel\u00f6scht INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=Die Indizes '%s' im Backend '%s' wurden erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Fehler beim L\u00f6schen der Indizes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=Beim L\u00f6schen der Indizes '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attribute INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Objektklasse INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Serverkonfiguration INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Benutzerdefiniert INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=Vergleichs-Regeln (Matchjing Rules) INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Attribute Syntaxes INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=New Attribute... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete... INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Serverkonfiguration INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Benutzerdefiniert INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=\u00dcbereinstimmende Regeln INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Attributsyntaxen INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=Neue Objektklasse... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=Neues Attribut... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=Neue Objektklasse... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=Neues Attribut... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=L\u00f6schen... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=Typ INFO_CTRL_PANEL_PARENT_CLASS=Parent Class INFO_CTRL_PANEL_CHILD_CLASS=Child Class INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=Multiple Schema Items Selected MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the following classes: %s. You must redefine these classes so that they do not inherit from objectClass '%s' before deleting it. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the following attributes: %s. You must redefine these attributes so that they do not inherit from attribute '%s' before deleting it. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional or required by the following objectClasses: %s. You must redefine these classes so that they do not depend on attribute '%s' before deleting it. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Manage Schema INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Delete Objectclasses INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Delete Attributes INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Delete Objectclasses and Attributes INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Are you sure you want to delete the elements '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Deleting... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Schema Definitions Deleted INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' were successfully deleted MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting schema elements MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred deleting schema elements. Check details for more information INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is running. You must provide authentication to delete the attribute. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Are you sure you want to delete the attribute '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Deleting attribute '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribute Deleted INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting attribute MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting attribute '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is running. You must provide authentication to delete the object class. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Are you sure you want to delete the object class '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Deleting object class '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Object class Deleted INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting object class MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred deleting object class '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is running. You must provide authentication to delete a backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error deleting backends MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting backends. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends will be deleted. All the entries defined on all the base DN's of the backend and all the index configuration will be deleted. INFO_CTRL_PANEL_PARENT_CLASS=\u00dcbergeordnete Klasse INFO_CTRL_PANEL_CHILD_CLASS=Untergeordnete Klasse INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Erforderliche Attribute INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optionale Attribute INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=Kein Schemaelement ausgew\u00e4hlt INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Kategorieelement ausgew\u00e4hlt INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=Mehrere Schemaelemente ausgew\u00e4hlt MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=Objektklasse '%s' ist den folgenden Klassen \u00fcbergeordnet: %s. Sie m\u00fcssen diese Klassen neu definieren, sodass sie keine Vererbungen von Objektklasse '%s' erhalten, bevor Sie sie l\u00f6schen. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribut '%s' ist den folgenden Attributen \u00fcbergeordnet: %s. Sie m\u00fcssen diese Attribute neu definieren, so dass sie keine Vererbungen von Attribut '%s' erhalten, bevor Sie sie l\u00f6schen. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribut '%s' ist optional oder wird von folgenden Objektklassen ben\u00f6tigt: %s. Sie m\u00fcssen diese Klassen neu definieren, sodass sie nicht von Attribut '%s' abh\u00e4ngen, bevor Sie sie l\u00f6schen. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Schema verwalten INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Objektklassen l\u00f6schen INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Attribute l\u00f6schen INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Objektklassen und Attribute l\u00f6schen INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Sind Sie sicher, dass Sie die Elemente '%s' l\u00f6schen m\u00f6chten, die im Schema definiert sind? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=L\u00f6schen... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Schemadefinitionen gel\u00f6scht INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=Die Schemaelemente '%s' wurden erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Schemaelemente MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=Beim L\u00f6schen der Schemaelemente ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Konfigurationsattribut INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Konfigurationsobjektklasse INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Benutzerdefiniertes Attribut INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Benutzerdefinierte Objektklasse INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Attribut wird gel\u00f6scht... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=L\u00f6schen des Attributs INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um das Attribut zu l\u00f6schen. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Sind Sie sicher, dass Sie das Attribut '%s' l\u00f6schen m\u00f6chten, das im Schema definiert ist? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=L\u00f6schen von Attribut '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribut gel\u00f6scht INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=Das Attribut '%s' wurde erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Fehler beim L\u00f6schen des Attributs MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=Beim L\u00f6schen des Attributs '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=L\u00f6schen der Objektklasse... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=L\u00f6schen der Objektklasse INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um die Objektklasse zu l\u00f6schen. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Sind Sie sicher, dass Sie die Objektklasse '%s' l\u00f6schen m\u00f6chten, die im Schema definiert ist? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=L\u00f6schen von Objektklasse '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Objektklasse gel\u00f6scht INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=Die Objektlasse '%s' wurde erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Objektklasse MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=Beim L\u00f6schen von Objektklasse '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Backend l\u00f6schen INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Zu l\u00f6schenden Backend ausw\u00e4hlen: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um einen Backend zu l\u00f6schen. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Backends werden gel\u00f6scht... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends gel\u00f6scht INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=Die Backends wurden erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Backends MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=Beim L\u00f6schen der Backends ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=Die folgenden Backends werden gel\u00f6scht. Alle Eintr\u00e4ge, die in den Basis-DNs des Backends definiert sind, und die gesamte Indexkonfiguration wird gel\u00f6scht. INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Deselect All INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following backends will be deleted and all the configuration lost: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is running. You must provide authentication to delete a base DN. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DN's MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting base DN's. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DN's will be deleted. All the entries defined on the base DN's will be deleted. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error searching entry INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Alle ausw\u00e4hlen INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Auswahl aller Elemente aufheben INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=Die folgenden Backends werden gel\u00f6scht. Die Konfiguration geht verloren. INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Basis-DN l\u00f6schen INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=W\u00e4hlen Sie die zu l\u00f6schende Basis-DN aus: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung zum L\u00f6schen einer Basis-DN angeben. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Basis-DNs werden gel\u00f6scht... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Basis-DNs gel\u00f6scht INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=Die Basis-DNs wurden erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Basis-DNs MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=Beim L\u00f6schen der Basis-DNs ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=Die folgenden DNs werden gel\u00f6scht. Alle Eintr\u00e4ge, die in den Basis-DNs definiert sind, werden gel\u00f6scht. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Fehler beim Suchen des Eintrags. # # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry '%s'. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of file instead of appending. INFO_CTRL_PANEL_EXPORT_OPTIONS=Export Options: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Generate a Signed Hash INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is running. You must provide authentication to perform the export. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists and it is a directory. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be between %d and %d. MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=Beim Suchen des Eintrags '%s' ist ein Fehler aufgetreten. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=LDIF exportieren INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Exportieren nach Datei: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=Wenn die Datei vorhanden ist, den Inhalt der Datei \u00fcberschreiben und nicht anh\u00e4ngen. INFO_CTRL_PANEL_EXPORT_OPTIONS=Exportoptionen: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Einen signierten Hash generieren INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Text in Spalte umbrechen INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Betriebsattribute ausschlie\u00dfen INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um den Export auszuf\u00fchren. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=Kein Backend ausgew\u00e4hlt. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=Der angebebene Pfad '%s' ist vorhanden und ist ein Verzeichnis. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=Der Wert des Spaltenumbruchs muss zwischen %d und %d liegen. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=File '%s' exists and its contents will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exporting from backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Export Complete INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=The export finished successfully. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the export. Error code: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Overwrite Any Existing Data INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Append to Existing Data INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=File to Import: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Replace Entries that have Matching DN's with Imported Values INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Schema Validation: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Reject Entries That are Not Schema-Compliant INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Rejects File: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Write Rejected Entries to a File INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Skips File: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=Write Skipped Entries to a File INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=The server is running. You must provide authentication to perform the import. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=You must provide a value for the rejects file. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=The rejects and skips file must have different values. MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the skips file. INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=Datei '%s' ist vorhanden, und ihr Inhalt wird \u00fcberschrieben.<br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exportieren von Backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Export vollst\u00e4ndig INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=Der Export wurde vollst\u00e4ndig abgeschlossen. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Fehler w\u00e4hrend des Exports. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=W\u00e4hrend des Exports ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export von Backend '%s' nach Datei '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Importieren von LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Daten in Datei sind komprimiert (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Importtyp: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=\u00dcberschreiben bestehender Daten INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=An bestehende Daten anh\u00e4ngen INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=Datei f\u00fcr Import: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Eintr\u00e4ge ersetzen, die \u00fcber \u00fcbereinstimmende DNs mit importierten Werten verf\u00fcgen. INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Schemavalidierung INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Eintr\u00e4ge ablehnen, die nicht mit dem Schema kompatibel sind. INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Lehnt folgende Datei ab: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Schreibt abgelehnte Eintr\u00e4ge in eine Datei INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=Wenn die Datei vorhanden ist, den Inhalt der Datei \u00fcberschreiben und nicht anh\u00e4ngen. INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Folgende Datei wird \u00fcbersprungen: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=\u00dcbersprungene Eintr\u00e4ge in eine Datei schreiben INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=Wenn die Datei vorhanden ist, den Inhalt der Datei \u00fcberschreiben und nicht anh\u00e4ngen. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um den Import auszuf\u00fchren. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr die abgelehnte Datei angeben. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=Die abgelehnte und \u00fcbersprungene Datei muss \u00fcber unterschiedliche Werte verf\u00fcgen MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr die \u00fcbersprungene Datei angeben. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importing to backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import Complete INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=The import finished successfully. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error during Import MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=An error occurred during the import. Error code: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Import the contents of file '%s' to backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Data Inclusion Options INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Data Exclusion Options INFO_CTRL_PANEL_DNS_TO_INCLUDE=DN's to Include: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=DN's to Exclude: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Attributes to Include: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Attributes to Exclude: INFO_CTRL_PANEL_INCLUSION_FILTER=Inclusion Filter: INFO_CTRL_PANEL_EXCLUSION_FILTER=Exclusion Filter: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Separate multiple DN's with a line break INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Separate multiple attributes with a comma (,) MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a valid name. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. Details: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is running. You must provide authentication to edit the index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Are you sure you want to delete the index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Deleting index... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index Deleted INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error deleting index MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=An error occurred deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modifying Index INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modifying index %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index Modified INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error modifying index MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDS_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDS_JAVA_ARGS will be used as fallback. INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=Alle Daten im Backend '%s' werden \u00fcberschrieben.<br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importieren nach Backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import vollst\u00e4ndig INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=Der Import wurde vollst\u00e4ndig abgeschlossen. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Fehler w\u00e4hrend des Imports. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=W\u00e4hrend des Imports ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Importieren des Inhalts von Datei '%s' nach Backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Dateneinschlussoptionen INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Datenausschlussoptionen INFO_CTRL_PANEL_DNS_TO_INCLUDE=Einzubeziehende DNs: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=Auszuschlie\u00dfende DNs: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Einzubeziehende Attribute: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Auszuschlie\u00dfende Attribute: INFO_CTRL_PANEL_INCLUSION_FILTER=Einbeziehungsfilter: INFO_CTRL_PANEL_EXCLUSION_FILTER=Ausschlussfilter: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Mehrere DNs mit einem Zeilenumbruch trennen. INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Mehrere Attribute mit einem Komma (,) trennen. MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=Die Basis-DN '%s' ist keiner der Basis-DNs untergeordnet, die in Backend '%s' definiert sind. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=Das Attribut '%s' hat keinen g\u00fcltigen Namen. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=Der angegebene Filter '%s' ist kein g\u00fcltiger Filter. Details: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=Anzeige der Indexeigenschaften INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=Anzeige des Schemaelements INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Indexeigenschaften INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um den Index zu bearbeiten. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Index l\u00f6schen INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Sind Sie sicher, dass Sie den Index '%s' l\u00f6schen m\u00f6chten, der im Backend '%s' definiert ist? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=L\u00f6schen von Index.... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index gel\u00f6scht INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=Der Index '%s' im Backend '%s' wurde erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Fehler beim L\u00f6schen des Index MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=Beim L\u00f6schen des Index '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=\u00c4ndern des Index INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=\u00c4nder des Index %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index ge\u00e4ndert INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=Der Index '%s' in Backend '%s' wurde erfolgreich ge\u00e4ndert. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Fehler beim \u00c4ndern des Index MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=Beim \u00c4ndern von Index '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Index '%s' in Backend '%s' \u00e4ndern. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=\u00c4ndern von Index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java-Einstellungen INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java-Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Verwenden Sie die Umgebungsvariable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Wenn OPENDS_JAVA_HOME nicht definiert ist, wird der unten stehende Wert als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Verwenden Sie den folgenden Wert: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Wenn der Wert beim Starten der Befehlszeile nicht verwendet wird, wird OPENDS_JAVA_HOME als Ausweichl\u00f6sung verwendet. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java-Argumente: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Verwenden Sie die Umgebungsvariable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Wenn OPENDS_JAVA_ARGS nicht definiert ist, werden die unten stehenden Werte als Ausweichl\u00f6sunge verwendet. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Verwenden Sie die unten stehenden Werte. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Wenn der Wert f\u00fcr eine Befehlszeile nicht verwendet wird, wird OPENDS_JAVA_ARGS als Ausweichl\u00f6sung verwendet. # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on its own process and could benefit from more memory allocation. INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)Der Vorgang wird als eigener Vorgang ausgef\u00fchrt und kann eine umfassendere Speicherzuweisung nutzen. # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the Java settings. Details: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading Java settings INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=Checking provided Java options... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the Java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the Java installation to be used. INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)Der Vorgang wird als Serverprozess ausgef\u00fchrt und die Befehlszeile erfordert keine gro\u00dfe Anzahl von Ressourcen. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Beim Lesen der Java-Einstellungen ist ein unerwarteter Fehler aufgetreten. Details: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Fehler beim Lesen der Java-Einstellungen INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=Pr\u00fcfen der angegebenen Java-Optionen.... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Pfad '%s' ist nicht vorhanden. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Pfad '%s' ist kein Verzeichnis. Sie m\u00fcssen den Pfad angeben, der von der Java-Installation verwendet wird. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Bin\u00e4rdatei '%s' konnte nicht gefunden werden. Sie m\u00fcssen den Pfad angeben, der von der Java-Installation verwendet wird. # # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>These arguments will be used as fall back when OPENDS_JAVA_ARGS is not defined. If you do not want to specify a fall back, leave those arguments empty.<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME environment variable is not defined. If you do not want to specify a fall back, leave the Java Home text field empty or specify a valid Java home.<br>Error details:<br>%s SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using the provided Java Home. SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' could not be used to launch the OpenDS scripts. This value will be used as fall back when the OPENDS_JAVA_HOME environment variable is not defined. If you do not want to specify a fall back, leave the Java Home text field empty or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided Java settings. Details: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating Java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The Java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating Java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating Java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating Java settings. Fehlercode: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Die folgenden Java-Arguments konnten mit Bin\u00e4rdatei '%s' nicht verwendet werden: <br>%s<br><br>. Die Befehlszeile, die mit diesen Java-Argumenten verkn\u00fcpft ist, funktioniert unter Umst\u00e4nden nicht.<br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Die folgenden Java-Argumente konnten mit der folgenden Bin\u00e4rdatei '%s' nicht verwendet werden: <br>%s<br><br>Diese Argumente werden als Ausweichl\u00f6sung verwendet, wenn OPENDS_JAVA_ARGS nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, f\u00fcllen Sie diese Felder nicht aus.<br><br>Unter Umst\u00e4nden funktionieren die Befehlszeilen nicht, die mit diesen Java-Argumenten verkn\u00fcpft sind.<br>M\u00f6chten Sie fortfahren? ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Fehler beim Pr\u00fcfen der Java-Einstellungen MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=Beim Pr\u00fcfen der Java-Einstellungen ist ein unerwarteter Fehler aufgetreten. Details: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=\u00c4ndern des Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Aktualisieren der Java-Einstellungen... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java-Einstellungen wurden aktualisiert INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=Die Java-Einstellungen wurden erfolgreich aktualisiert. Wenn die Befehlszeilen ausgef\u00fchrt werden, werden die neuen Einstellungen ber\u00fccksichtigt. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Fehler beim Aktualisieren der Java-Einstellungen MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Beim Aktualisieren der Java-Einstellungen ist ein Fehler aufgetreten. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=Beim Aktualisieren der Java-Einstellungen ist ein Fehler aufgetreten. Fehlercode: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Name der Befehlszeile INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java-Argumente INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Serverlaufzeit) INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (Online) (**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (Offline) (**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Update Java Settings. INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=Edit LDAP Entry INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Save Changes INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Saving changes of entry '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entry Updated INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=The entry '%s' was successfully updated. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving changes to entry '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. Details: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Delete Entry INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Delete Subtree INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=Do you want to delete entry '%s'? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=Do you want to delete subtree '%s' (including all the entries below it on the tree)? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entry Deleted INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=The entry '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error deleting entry MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=An error occurred deleting entry '%s'. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Deleting subtree '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Subtree Deleted INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=The subtree '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=An error occurred deleting subtree '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=All Base DNs INFO_CTRL_PANEL_LDAP_FILTER=LDAP Filter: INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups INFO_CTRL_PANEL_OTHER_BASE_DN=Other... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Aktualisieren der Java-Einstellungen INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=Bearbeiten des LDAP-Eintrags INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=\u00c4nderungen speichern INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Speichern der \u00c4nderungen von Eintrag '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Eintrag aktualisiert INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=Der Eintrag '%s' wurde erfolgreich aktualisiert. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Fehler beim Speichern der \u00c4nderungen. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=Beim Speichern der \u00c4nderungen in Eintrag '%s' ist ein Fehler aufgetreten. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=Der Eintrag ist nicht einwandfrei. Details: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Ungespeicherte \u00c4nderungen INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Ungespeicherte \u00c4nderungen INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=\u00c4nderungen speichern in: '%s'? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=\u00c4nderungen speichern in: '%s'? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Eintrag l\u00f6schen INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Unterstruktur l\u00f6schen INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=M\u00f6chten Sie den Eintrag '%s' l\u00f6schen? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=M\u00f6chten Sie die Unterstruktur '%s' l\u00f6schen (einschlie\u00dflich aller Eintr\u00e4ge unter ihr in der Struktur)? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Eintrag gel\u00f6scht INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=Der Eintrag '%s' wurde erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Fehler beim L\u00f6schen des Eintrags MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=Beim L\u00f6schen des Eintrags '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Fehler beim L\u00f6schen von Unterstruktur '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Unterstruktur gel\u00f6scht INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=Unterstruktur '%s' wurde erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Fehler beim L\u00f6schen der Unterstruktur. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=Beim L\u00f6schen von Unterstruktur '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_ALL_BASE_DNS=Alle Basis-DNs INFO_CTRL_PANEL_LDAP_FILTER=LDAP-Filter: INFO_CTRL_PANEL_USERS_FILTER=Benutzer: INFO_CTRL_PANEL_GROUPS_FILTER=Gruppen INFO_CTRL_PANEL_OTHER_BASE_DN=Sonstige... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Nicht bearbeitbare Attribute: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objektklasse: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Hilfsobjektklasse: %s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Authentifizierung erforderlich INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN: INFO_CTRL_PANEL_BIND_DN_LABEL=DN binden INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=Passwort: # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you exit the tasks will continue but you will have to check the error logs to see if they complete successfully.<br><br>Do you want to continue? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Vergleichs-Regel (Matching Rule) INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=Die folgenden Aufgaben werden ausgef\u00fchrt: <br>%s<br><br>Wenn Sie die Aufgaben beenden, werden sie fortgesetzt, aber Sie m\u00fcssen in den Fehlerprotokollen pr\u00fcfen, ob sie erfolgreich abgeschlossen wurden.<br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=\u00dcbereinstimmungsregel INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Details der \u00dcbereinstimmungsregel INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name: INFO_CTRL_PANEL_MATCHING_RULE_OID=OID: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Description: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Beschreibung: INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=Syntax: INFO_CTRL_PANEL_MATCHING_RULE_TYPE=Typ: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=You must provide a name for the attribute. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid. Details: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. Details: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=The provided OID '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=You have provided an empty alias. MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=The provided alias '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creating attribute '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribute created in schema INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error creating attribute MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=An error occurred creating attribute '%s'. Check details for more information. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=attribute INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=object class INFO_CTRL_PANEL_TYPE_MATCHING_RULE=matching rule INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=syntax INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=The syntax defines the type of value of the attribute INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Extra Options INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Attribute Type Options INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Matching Rule Options INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Separated with commas INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=The file (under 'config%sschema') where the attribute definition will be stored. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=The matching rule to be used for approximate requests INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=The matching rule to be used for equality requests INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=The matching rule to be used for ordering requests INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=The matching rule to be used for substring requests INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Default defined in syntax (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Create new attribute '%s' in schema. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Creating attribute '%s' INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Wird von diesen Attributen verwendet INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- Kein \u00fcbergeordnetes Element - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- Keine \u00fcbereinstimmende Regel - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=Neues Attribut INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um im Schema ein Attribut zu erstellen. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr das Attribut angeben. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=Der angegebene Name ist ung\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=Der angegebene Name '%s' ist bereits im Schema vorhanden (definiert als %s). MILD_ERR_CTRL_PANEL_OID_NOT_VALID=Die angegebene OID ist ung\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=Die angegebene OID '%s' ist bereits im Schema vorhanden (definiert als %s). MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=Sie haben ein leeres Alias angegeben MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=Das angegebene Alias '%s' ist bereits im Schema vorhanden (definiert als %s). INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Erstellen von Attribut '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribut im Schema erstellt INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=Das Attribut '%s' wurde erfolgreich erstellt. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Fehler beim Erstellen des Attributs. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=Beim Erstellen des Attributs '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=Attribut INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=Objektklasse INFO_CTRL_PANEL_TYPE_MATCHING_RULE=\u00dcbereinstimmungsregel INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=Syntax INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=Die Syntax definiert den Typ der Werts des Attributs. INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Zus\u00e4tzliche Optionen INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Optionen des Attributtyps INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Optionen der \u00dcbereinstimmungsregel INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Getrennt mit Kommas INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=Die Datei (unter 'config%sschema'), in der die Attributsdefinition gespeichert wird. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=Die \u00dcbereinstimmungsregel, die f\u00fcr entsprechende Regeln verwendet wird. INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=Die \u00dcbereinstimmungsregel, die f\u00fcr Gleichheitsanforderungen verwendet wird. INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=Die \u00dcbereinstimmungsregel, die f\u00fcr Reihenfolgeanforderungen verwendet wird. INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=Die \u00dcbereinstimmungsregel, die f\u00fcr Unterzeichenfolgenanforderungen verwendet wird. INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Standard definiert in Syntax (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Neues Attribut '%s' in Schema erstellen. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Attribute '%s' erstellen INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Name: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Parent: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=\u00dcbergeordnetes Element INFO_CTRL_PANEL_ATTRIBUTE_OID_LABEL=OID: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=File: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Alias: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Herkunft: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=Datei: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Beschreibung: INFO_CTRL_PANEL_ATTRIBUTE_USAGE_LABEL=Verwendung: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_LABEL=Syntax: INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=Approximate Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=Equality Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=Ordering Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=Substring Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Non Modifiable INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Single Valued INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Multivalued INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=\u00dcbereinstimmungsregel f\u00fcr Angen\u00e4hert: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=\u00dcbereinstimmungsregel f\u00fcr Gleichheit: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=\u00dcbereinstimmungsregel f\u00fcr Reihenfolge: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=\u00dcbereinstimmungsregel f\u00fcr Unterzeichenkette: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Nicht \u00e4nderbar INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Einzelwert INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Mehrwert INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Gemeinsam INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Veraltet INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Betriebsf\u00e4hig INFO_CTRL_PANEL_NEW_BACKEND_LABEL=Neuer Backend INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=Neuer Basis-DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=Beispiel: dc=example,dc=com INFO_CTRL_PANEL_DIRECTORY_DATA_LABEL=Verzeichnisdaten: INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Nur Basiseintrag erstellen INFO_CTRL_PANEL_LEAVE_DATABASE_EMPTY_LABEL=Datenbank leer lassen INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Import Data From LDIF File INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Import Automatically Generated Example Data INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=The server is running. You must provide authentication to create a new base DN. INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Daten aus LDIF-Datei importieren INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Automatisch generierte Beispieldaten importieren INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung zum Erstellen einer Basis-DN angeben. INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=Pfad: INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=Anzahl der Benutzereintr\u00e4ge: MILD_ERR_NEW_BACKEND_NAME_REQUIRED=You must provide a name for the new backend. MILD_ERR_BACKEND_ALREADY_EXISTS=There is already an existing backend with name: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=You must provide a value for the Base DN. MILD_ERR_BASE_DN_ALREADY_EXISTS=The base DN '%s' is already defined. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=The backend already contains another base DN that is within the same hierarchical path (%s is an ancestor of the provided base DN). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=The backend already contains another base DN that is within the same hierarchical path (%s is a descendant of the provided base DN). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=The number of user entries to generate must be between %d and %d. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Creating base DN '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=Base DN Created INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=The base DN '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of base DN '%s'. Im Textbereich 'Details' finden Sie weitere Informationen. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=An error occurred during the creation of the Base DN. Error code: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Create new base DN '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing base DN '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for the name of the organization. MILD_ERR_NEW_BACKEND_NAME_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr den neuen Backend angeben. MILD_ERR_BACKEND_ALREADY_EXISTS=Es besteht bereits ein Backend mit folgendem Namen: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr den Backend-DN angeben. MILD_ERR_BASE_DN_ALREADY_EXISTS=Der Basis-DN '%s' ist bereits definiert. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=Der Backend enth\u00e4lt bereits einen anderen Basis-DN im gleichen Hierachiepfad (%s ist ein \u00fcbergeordnetes Element des angebenen Basis-DN). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=Der Backend enth\u00e4lt bereits einen anderen Basis-DN im gleichen Hierarchiepfad (%s ist ein untergeordnetes Element des angegebenen Basis-DN). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=Die Anzahl der Benutzereintr\u00e4ge, die generiert werden m\u00fcssen, muss zwischen %d und %d liegen. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Erstellen von Basis-DN '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=Basis-DN wurde erstellt INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=Basis-DN '%s' wurde erfolgreich erstellt. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Fehler bei der Erstellung von Basis-DN '%s'. Im Textbereich 'Details' finden Sie weitere Informationen. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=Beim Erstellen des Basis-DN ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Neuen Basis-DN '%s' in Backend '%s' erstellen. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Backend '%s' erstellen, der Basis-DN '%s' enth\u00e4lt INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Erstellen von Basis-DN '%s' in Backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Erstellen von Standardindizes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=Neue Organisation MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr den Namen der Organisation angeben INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the name of the domain. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the name of the group. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member '%s' is not valid. Details: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=You must provide a member for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=You must provide an LDAP URL with a filter for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not valid. Details: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=The provided Reference Group could not be found. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=The provided Reference Group exists but it is not a dynamic group. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group Reference DN is not valid. Details: %s INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Beschreibung: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Eintrags-DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=Neue Dom\u00e4ne MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr den Namen der Dom\u00e4ne angeben INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=Neuer Eintrag aus LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Neue LDIF-Syntax f\u00fcr den neuen Eintrag angeben: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Syntax pr\u00fcfen INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=Neue Gruppe MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr den Namen der Gruppe angeben. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=Der Eintrag '%s' konnte nicht gefunden werden. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=Der angegebene Wert als Mitglied '%s' ist nicht ung\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=Sie m\u00fcssen ein Mitglied f\u00fcr die Gruppe angeben. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=Sie m\u00fcssen einen LDAP-URL mit einem Filter f\u00fcr die Gruppe angeben. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=Der Wert f\u00fcr den angegebenen LDAP-URL ist nicht g\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=Die angebenene Referenzgruppe konnte nicht gefunden werden. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=Die angegebene Referenzgruppe ist vorhanden, aber es handelt sich um keine dynamische Gruppe. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=Der angegeben DN der dynamischen Referenzgruppe ist nicht g\u00fcltig. Details: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Members: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Static Group INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Dynamic Group INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Virtual Static Group INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=Member DNs: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=LDAP URL: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Add Members... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running. You must provide authentication to create an index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=The entry limit must be an integer between %d and %d. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Creating new index '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index created INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=The new index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error creating index MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred creating index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the object class. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid. Details: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Creating object class '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Object class created in schema INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error creating object class MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=An error occurred creating object class '%s'. Check details for more information. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstract INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Structural INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliary INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Available Attributes: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Required Attributes: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Optional Attributes: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Inherited Attribute INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=The file (under 'config%sschema') where the object class definition will be stored. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Create new object class '%s' in schema. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Creating object class '%s' INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Beschreibung: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Eintrags-DN: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Mitglieder: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Statisch Gruppe: INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Dynamische Gruppe: INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Virtuelle statische Gruppe INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=Mitglieds-DNs: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=LDAP-URL: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Mitglieder hinzuf\u00fcgen... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Mitglieder hinzuf\u00fcgen INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Referenz-DN der dynamischen Gruppe: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Referenzgruppe ausw\u00e4hlen INFO_CTRL_PANEL_NEW_INDEX_TITLE=Neuer Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um den Index zu erstellen. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=Kein Attributsname ausgew\u00e4hlt. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=Das Eintragslimit muss eine Ganzzahl zwischen %d und %d sein. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=Sie m\u00fcssen mindestens einen Indextyp ausw\u00e4hlen (Angen\u00e4hert, Gleichheit, Reihenfolge, Anwesenheit oder Unterzeichenkette). INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Erstellen des neuen Index '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index erstellt INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=Der neue Index '%s' wurde erfolgreich erstellt. MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Fehler beim Erstellen des Index MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=Beim Erstellen des Index ist ein Fehler aufgetreten. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Neuen Index '%s' in Backend '%s' erstellen. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Erstellen von Index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=Neue Objektklasse INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um im Schema ein Attribut zu erstellen. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr die Objektklasse angeben. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=Der angegebene Name ist ung\u00fcltig. Details: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=Der angegebene Name '%s' ist bereits im Schema vorhanden (definiert als %s). INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Erstellen von Objektklasse '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Objektklasse erstellt im Schema INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=Die Objektklasse '%s' wurde erfolgreich erstellt. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Fehler beim Erstellen der Objektklasse MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=Beim Erstellen der Objektklasse '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Veraltet INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstrakt INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Strukturell INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Hilfsmittel INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Verf\u00fcgbare Attribute INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Erforderliche Attribute INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Optionale Attribute INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Geerbtes Attribut INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=Die Datei (unter 'config%sschema'), in der die Objektklassendefinition gespeichert wird. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Neue Objektklasse '%s' in Schema erstellen. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Objektklasse '%s'k wird erstellt INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Name: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Parent: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=\u00dcbergeordnetes Element: INFO_CTRL_PANEL_OBJECTCLASS_OID_LABEL=OID: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=File: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Alias: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Herkunft: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=Datei: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Beschreibung: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=Typ: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attribute: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Address: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name of the Organizational Unit. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=User ID: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Beschreibung: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Eintrags-DN: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Adresse: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Telefonnummer: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Faxnummer: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=Neue Organisationseinheit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr den Namen der Organisationseinheit angeben. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=Vorname: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Nachname: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Rufname: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=Benutzer-ID: INFO_CTRL_PANEL_NEW_USER_PASSWORD_LABEL=Passwort: INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Password (Confirm): INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-mail: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Naming Attribute: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=New User MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last Name\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for 'Common Name'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value for the naming attribute '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running. You must provide authentication to create a VLV index. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'... INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Passwortbest\u00e4tigung: INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-Mail: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Telefonnummer: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Faxnummer: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Benennungsattribut: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=Eintrags-DN: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=Neuer Benutzer MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr 'Nachname' angeben. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr 'Rufname' angeben. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr das Benennungsattribut '%s' angeben. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=Neuer VLV-Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um einen VLV.Index zu erstellen. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Erstellen des neuen VLV-Index '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV Index created INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=The new VLV index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error creating VLV index MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred creating VLV index. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes: INFO_CTRL_PANEL_INDEXES_LABEL=Indexes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) Requires Rebuild INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Rebuild Indexes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=The server is running. You must provide authentication to disable the backend before rebuilding the indexes. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No Base DN's defined. MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=You must select a Base DN. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=You must select at least one index to be rebuilt. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=Der neue VLV-Index '%s' wurde erfolgreich erstellt. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Fehler beim Erstellen des VLV-Index. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=Beim Erstellen des VLV-Index ist ein Fehler aufgetreten. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Neuen VLV-Index '%s' in Backend '%s' erstellen. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Erstellen von VLV-Index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Objektklasse bearbeiten INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Strukturelle Objektklasse INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Hilfs-Objektklasse INFO_CTRL_PANEL_INDEXES_LABEL=Indizes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Hilfsindizes INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Ausgew\u00e4hlte Indizes: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) erfordert Neuerstellung INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Neuerstellen von Indizes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=Der Server wird ausgef\u00fchrt. Vor dem Neuerstellen der Indizes m\u00fcssen Sie eine Authentifizierung zum Deaktivieren des Backends angeben, bevor Sie die Indizes neu erstellen. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=Keine Basis-DNs definiert. MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=Sie m\u00fcssen einen Basis-DN ausw\u00e4hlen. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=Sie m\u00fcssen mindestens einen neu zu erstellenden Index angeben. # # Note that the following property contain line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to continue? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=You must provide a value for the new password. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Reset User Password INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=W\u00e4hrend des Neuerstellens der Indizes wird das Backend '%s' deaktiviert und keines seiner Suffixe ist verf\u00fcgbar.<br><br>M\u00f6chten Sie fortfahren? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr das neue Passwort angeben. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Benutzer-Passwort zur\u00fccksetzen. INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=New User Password: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=Neues Benutzer-Passwort: INFO_CTRL_PANEL_RESET_USER_PASSWORD_CONFIRM_LABEL=Passwortbest\u00e4tigung: INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Name: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Resetting user password... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=User Password Updated INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password was successfully updated. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user password MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred updating user password. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running. You must provide authentication to restore from backup. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verifying contents of backup '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verify Complete INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=The verification of the backup finished successfully. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error during Backup Verification MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during the backup verification. Error code: %d. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Zur\u00fccksetzen des Benutzer-Passworts: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=Benutzer-Passwort aktualisiert INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=Das Benutzer-Passwort wurde erfolgreich aktualisiert. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Fehler beim Aktualisieren des Passworts MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=Beim Aktualisieren des Passworts ist ein Fehler aufgetreten INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Wiederherstellen aus Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um die Wiederherstellung aus einer Sicherung auszuf\u00fchren. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Sicherung verifizieren INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verifizieren des Inhalts von '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verifizierung abgeschlossen INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=Die Verifizierung der Sicherung wurde erfolgreich abgeschlossen. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Fehler w\u00e4hrend der Verifizierung der Sicherung. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= W\u00e4hrend der Verifizierung der Sicherung ist ein Fehler aufgetreten Fehlercode: %d. # # Note that the following property contain line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=You must provide the parent directory containing the backup files. Then click on 'Refresh' to update the list of available backups.<br>Finally select a backup from the list. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=You must select a backup from the list of available backups. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=Sie m\u00fcssen das \u00fcbergeordnete Verzeichnis angeben, das die Sicherungsdateien enth\u00e4lt. Klicken Sie anschlie\u00dfend auf 'Aktualisieren', um eine Liste der verf\u00fcgbaren Sicherungen anzuzeigen.<br>W\u00e4hlen Sie in der Liste eine Sicherung aus. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=Sie m\u00fcssen in der Liste verf\u00fcgbarer Sicherungen eine Sicherung ausw\u00e4hlen. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=If you continue with the restore the contents on the server will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_RESTORING_SUMMARY=Restoring contents of backup '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restore Complete INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=The restore finished successfully MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error during Restore MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=An error occurred during the restore. Error code: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Verify the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restore the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Common Name INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Object Class INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=First Name INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Last Name INFO_CTRL_PANEL_UID_FRIENDLY_NAME=User ID INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Employee Number INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=User Password INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Auth Password INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=Wenn Sie die Wiedeherstellung fortsetzen, wird der Inhalt auf dem Server \u00fcberschrieben.<br><br>M\u00f6chten Sie fortfahren? INFO_CTRL_PANEL_RESTORING_SUMMARY=Wiederherstellen des Inhalts von Sicherung '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Wiederherstellung abgeschlosen INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=Die Wiederherstellung wurde erfolgreich abgeschlossen. MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Fehler w\u00e4hrend der Wiederherstellung MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=W\u00e4hrend der Wiederherstellung ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Pr\u00fcfen Sie den Inhalt von Sicherung '%s' in Verzeichnis '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Stellen Sie den Inhalt von Sicherung '%s' in Verzeichnis '%s' wieder her. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Rufname INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Objektklasse INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=Vorname INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Nachname INFO_CTRL_PANEL_UID_FRIENDLY_NAME=Benutzer-ID INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Mitarbeiternummer INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=Benutzerpasswort INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Authentifizierungspasswort INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=E-Mail INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Street Address INFO_CTRL_PANEL_L_FRIENDLY_NAME=City/Locality INFO_CTRL_PANEL_ST_FRIENDLY_NAME=Status INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=Postal Code INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Mobile Number INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Home Telephone Number INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Telephone Number INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Adresse INFO_CTRL_PANEL_L_FRIENDLY_NAME=Ort INFO_CTRL_PANEL_ST_FRIENDLY_NAME=Land INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=PLZ INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Handynummer INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Festnetznummer INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Telefonnummer INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=Pager INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Fax Number INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Faxnummer INFO_CTRL_PANEL_DESCRIPTION_FRIENDLY_NAME=Beschreibung INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Address INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Members of Group INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=LDAP URL INFO_CTRL_PANEL_C_FRIENDLY_NAME=Country INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=Dynamic Group Reference DN INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=User Certificate INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG Photograph INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Supported Password Schemes INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Supported Controls INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Supported LDAP Versions INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Supported Extensions INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Supported Features INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Vendor Name INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Vendor Version INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Naming Contexts INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Private Naming Contexts INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Adresse INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Mitglieder der Gruppe INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=LDAP-URL INFO_CTRL_PANEL_C_FRIENDLY_NAME=Land INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=Referenz-DN der dynamischen Gruppe: INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=Benutzerzertikat INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG-Foto INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Unterst\u00fctzte Passwortschemata INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Unterst\u00fctzte Steuerelemente INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Unterst\u00fctzte LDAP-Versionen INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Unterst\u00fctzte Erweiterungen INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Unterst\u00fctzte Funktionen INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=H\u00e4ndlername INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=H\u00e4ndlerversion INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Namenskontext INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Privater Namenskontext INFO_CTRL_PANEL_NAME_LABEL=Name INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Nur Attribute mit Werten anzeigen INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=Passwortbest\u00e4tigung: INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' - MILD_ERR_LOADING_IMAGE=Error loading image INFO_CTRL_PANEL_CHOOSE_ENTRIES=Eintr\u00e4ge ausw\u00e4hlen INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Inhalt der Datei '%s' - MILD_ERR_LOADING_IMAGE=Fehler beim Laden des Bilds INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading Configuration INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Not Available INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Bearbeiten... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=L\u00f6schen... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=Anzeigen... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standardattribut: INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attributsdetails: INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Erforderlich f\u00fcr: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Zugelassen durch: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standardobjektklasse INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Details der Objektklasse INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Erforderliche Attribute INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optionale Attribute INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Definiert in Datei: %s INFO_CTRL_PANEL_GENERIC_TITLE=Steuerungsbereich - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=Allgemeiner Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Fehler beim Lesen der Konfiguration INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Nicht verf\u00fcgbar INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Serverstatus INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Server Status: INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Serverstatus: INFO_CTRL_PANEL_OPEN_CONNECTIONS_LABEL=Offene Verbindungen: INFO_CTRL_PANEL_SERVER_DETAILS_TITLE_BORDER=Serverdetails INFO_CTRL_PANEL_HOST_NAME_LABEL=Hostname: INFO_CTRL_PANEL_ADMINISTRATIVE_USERS_LABEL=Administratoren: INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=Installationspfad INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Instance Path: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Instanzenpfad: INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=OpenDS-Version: INFO_CTRL_PANEL_JAVA_VERSION_LABEL=Java-Version: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administration Connector: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administrations-Konnektor: INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Port %d (LDAPS) INFO_CTRL_PANEL_CONNECTION_HANDLERS=Verbindungs-Handler INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found - INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- Keine Verbindlungs-Handler gefunden - INFO_CTRL_PANEL_DATA_SOURCES=Datenquellen INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this OpenDS instance is configured to run as a Windows Service. To manage auto-start and other features, run the Windows Service Control Manager of the operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Enable INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Disable... INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- Keine Datenquellen gefunden - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows-Dienstkonfiguraton INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=Auf dieser Seite wird angegeben, ob diese OpenDS-Instanz darauf konfiguriert ist, als Windows-Dienst ausgef\u00fchrt zu werden. Zum Verwalten des automatischen Starts f\u00fchren Sie den Windows Service Control Manager des Betriebssystems aus. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Integration des Windows-Diensts INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Aktivieren INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Deaktivieren... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Windows-Dienst wird deaktiviert... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Disabled INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully disabled. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Disabling of Windows Service MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the disabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows-Dienst deaktiviert INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=Der Windows-Dienst wurde erfolgreich deaktiviert. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Fehler beim Deaktivieren des Windows-Diensts. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=Beim Deaktivieren des Windows-Diensts ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUMMARY=Windows-Dienst wird aktiviert... INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Enabled INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully enabled. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Enabling of Windows Service MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the enabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes INFO_CTRL_PANEL_ACTION_LABEL=Action: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Verify Entry Contents are Properly Indexed INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Verify All Index Key Entry ID's are Clean and Refer to Existing Entries INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows-Dienst aktiviert INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=Der Windows-Dienst wurde erfolgreich aktiviert. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Fehler beim Aktivieren des Windows-Diensts MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=Beim Aktivieren des Windows-Diensts ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Windows-Dienst aktivieren INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Windows-Dienst deaktivieren INFO_CTRL_PANEL_DATABASE_INDEXES=Datenbankindizes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attributindizes INFO_CTRL_PANEL_VLV_INDEXES=VLV-Indizes INFO_CTRL_PANEL_ACTION_LABEL=Aktion: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Pr\u00fcfen, ob Eintragsinhalt einwandfrei indiziert ist. INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Pr\u00fcfen, ob alle Indexschl\u00fcssel-Eintrags-IDs einwandfrei sind und auf bestehende Eintr\u00e4ge verweisen. INFO_CTRL_PANEL_INDEX_LABEL=Index: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Verify Indexes MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=You must select at least one index to be verified. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No indexes defined for base DN '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=You must select an index. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Verifying contents of indexes in '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Index Verification Complete INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully verified. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index Verification MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during the index verification. Error code: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'. INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Indizes verifizieren MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=Sie m\u00fcssen mindestens einen zu verifzierenden Index angeben. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=Keine Indizes definiert f\u00fcr Basis-DN '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=Sie m\u00fcssen eine Index ausw\u00e4hlen. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Pr\u00fcfen der Indizes in '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Indexpr\u00fcfung abgeschlossen INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=Die Indizes wurden erfolgreich gepr\u00fcft. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Fehler w\u00e4hrend der Indexpr\u00fcfung. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=W\u00e4hrend der Indexpr\u00fcfung ist ein Fehler aufgetreten. Fehlercode: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Pr\u00fcfen von Indizes in '%s'. # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=The server is running. You must provide authentication to edit the VLV index. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Delete VLV Index INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Are you sure you want to delete the VLV index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Deleting VLV index... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV Index Deleted INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error deleting VLV index MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=An error occurred VLV deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modifying VLV Index INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modifying VLV index %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV Index Modified INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error modifying VLV index MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred modifying VLV index '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Available: INFO_CTRL_PANEL_SELECTED_LABEL=Selected: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>Der Index wurde konfiguriert.<br>Indizes m\u00fcssen neu erstellt werden (mit 'Index neu erstellen' oder 'Importieren'). INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV-Indexeigenschaften INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um den VLV-Index zu bearbeiten. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=VLV-Index l\u00f6schen INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Sind Sie sicher, dass Sie den VLV-Index '%s' l\u00f6schen m\u00f6chten, der im Backend '%s' definiert ist? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=VLV-Index wird gel\u00f6scht... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV-Index wurde gel\u00f6scht INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=Der VLV-Index '%s' im Backend '%s' wurde erfolgreich gel\u00f6scht. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Fehler beim L\u00f6schen des VLV-Index. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=Beim L\u00f6schen des VLV-Index '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=\u00c4ndern des VLV-Index INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=\u00c4ndern des VLV-Index %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV-Index ge\u00e4ndert INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=Der VLV-Index '%s' in Backend '%s' wurde erfolgreich ge\u00e4ndert. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Fehler beim Erstellen des VLV-Index. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=Beim \u00c4ndern von VLV-Index '%s' ist ein Fehler aufgetreten. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=VLV-Index '%s' in Backend '%s' \u00e4ndern. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Erstellen von VLV-Index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Verf\u00fcgbar: INFO_CTRL_PANEL_SELECTED_LABEL=Ausgew\u00e4hlt: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Hinzuf\u00fcgen > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Alle hinzuf\u00fcgen > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Entfernen INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Alle entfernen INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Hilfsmittel: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (betriebsf\u00e4hig) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (aufsteigend) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (absteigend) ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Fehler INFO_CTRL_PANEL_PROGRESS_DONE=Done INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Display All Command-lines INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=Global view options. INFO_CTRL_PANEL_REFRESH_MENU=Refresh options... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=Refresh Options INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=Select the period (in seconds) used to refresh the monitoring and configuration information displayed. INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=Refresh Period (sec): INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=The period time must be an integer positive value smaller than %d seconds. INFO_CTRL_PANEL_CATEGORY_MONITORING=Monitoring INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=General Information INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- No Item Selected - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=General Information INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=The server is running. You must provide authentication to see the monitoring data. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=To see the monitoring data the server must be running and you must provide authentication. INFO_CTRL_PANEL_PROGRESS_DONE=Fertig INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV-Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Alle Befehlszeilen anzeigen INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=Globale Ansichtsoption INFO_CTRL_PANEL_REFRESH_MENU=Aktualisiserungsoptionen... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=Aktualisierungsoptionen INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=W\u00e4hlen Sie den Zeitraum (in Sekunden) aus, in dem die angezeige \u00dcberwachungs- und Konfigurationsinformationen aktualisiert werden. INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=Aktualisierungsintervall (Sek.): INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=Der Intervallzeitraum muss eine Ganzzahl mit positivem Wert sein, die kleiner ist als %d Sekunden. INFO_CTRL_PANEL_CATEGORY_MONITORING=\u00dcberwachung INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=Allgemeine Informationen INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- Kein Element ausgew\u00e4hlt - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=Allgemeine Informationen INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um die \u00dcberwachungsdaten anzuzeigen. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=Zum Anzeigen der \u00dcberwachungsdaten muss der Server ausgef\u00fchrt werden und m\u00fcssen Sie eine Authentifizierung angeben. INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=Monitoring Root INFO_CTRL_PANEL_SYSTEM_INFORMATION=System Information INFO_CTRL_PANEL_JAVA_INFORMATION=Java Information INFO_CTRL_PANEL_WORK_QUEUE=Arbeitsvorrat (Work Queue) INFO_CTRL_PANEL_ENTRY_CACHES=Entry Cache INFO_CTRL_PANEL_DB_ENVIRONMENT=Database Environment INFO_CTRL_PANEL_UP_TIME_LABEL=Up Time: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=Max Connections: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=Total Connections: INFO_CTRL_PANEL_START_TIME_LABEL=Start Time: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=Average Request Backlog INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=Maximum Request Backlog INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=Current Request Backlog INFO_CTRL_PANEL_REQUESTS_SUBMITTED=Requests Submitted INFO_CTRL_PANEL_REQUESTS_REJECTED=Requests Rejected Due To Full Queue INFO_CTRL_PANEL_ENTRY_CACHE_HITS=Entry Cache Hits INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=Entry Cache Count INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=Entry Cache Tries INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=Entry Cache Hit Ratio INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=Entry Cache Size INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=Max Entry Cache Size INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=Max Entry Cache Count INFO_CTRL_PANEL_NO_DBS_FOUND=-No Databases Found- INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=\u00dcberwachung des Root-Verzeichnisses INFO_CTRL_PANEL_SYSTEM_INFORMATION=Systeminformationen INFO_CTRL_PANEL_JAVA_INFORMATION=Java-Informationen INFO_CTRL_PANEL_WORK_QUEUE=Arbeitswarteschlange INFO_CTRL_PANEL_ENTRY_CACHES=Eingabe-Cache INFO_CTRL_PANEL_DB_ENVIRONMENT=Datenbankumgebung INFO_CTRL_PANEL_UP_TIME_LABEL=Betriebszeit: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=Maximum Verbindungen: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=Gesamtzahl Verbindungen: INFO_CTRL_PANEL_START_TIME_LABEL=Startzeit: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=Durchschnitt Anforderungsr\u00fcckstand INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=Maximum Anforderungsr\u00fcckstand INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=Aktueller Anforderungsr\u00fcckstand INFO_CTRL_PANEL_REQUESTS_SUBMITTED=\u00dcbermittelte Anforderungen INFO_CTRL_PANEL_REQUESTS_REJECTED=Anforderungen, die aufgrund voller Warteschlange abgelehnt wurden. INFO_CTRL_PANEL_ENTRY_CACHE_HITS=Treffer im Eintrags-Cache INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=Z\u00e4hlung im Eintrags-Cache INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=Versuche im Eintrags-Cache INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=Trefferverh\u00e4ltnis Cache f\u00fcr Eintr\u00e4ge INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=Gr\u00f6\u00dfe des Eintrags-Cache INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=Maximale Gr\u00f6\u00dfe des Eintrags-Cache INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=Maximale Z\u00e4hlung im Eintrags-Cache INFO_CTRL_PANEL_NO_DBS_FOUND=- Keine -Datenbanken gefunden- INFO_CTRL_PANEL_DB_HEADER=Backend-ID INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=-No Database Environment Data Found- INFO_CTRL_PANEL_AVAILABLE_CPUS=Available CPUs INFO_CTRL_PANEL_SYSTEM_NAME=System Name INFO_CTRL_PANEL_OPERATING_SYSTEM=Operating System INFO_CTRL_PANEL_FREE_USED_MEMORY=Free Memory in JVM INFO_CTRL_PANEL_MAX_MEMORY=Max Memory in JVM INFO_CTRL_PANEL_USED_MEMORY=Used Memory in JVM INFO_CTRL_PANEL_CLASS_PATH=Class Path INFO_CTRL_PANEL_JAVA_VENDOR=Java Vendor INFO_CTRL_PANEL_JVM_VENDOR=JVM Vendor INFO_CTRL_PANEL_JAVA_VERSION=Java Version INFO_CTRL_PANEL_JVM_VERSION=JVM Version INFO_CTRL_PANEL_JVM_ARCHITECTURE=JVM Architecture INFO_CTRL_PANEL_JVM_ARGUMENTS=JVM Arguments INFO_CTRL_PANEL_MEMORY_VALUE=%d Mb, %d Kb INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=Other Attributes INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=Memory Attributes INFO_CTRL_PANEL_NOT_IMPLEMENTED=Not Implemented INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=-Keine Datenbankumgebungsdaten gefunden - INFO_CTRL_PANEL_AVAILABLE_CPUS=Verf\u00fcgbare Prozessoren INFO_CTRL_PANEL_SYSTEM_NAME=Systemname INFO_CTRL_PANEL_OPERATING_SYSTEM=Betriebssystem INFO_CTRL_PANEL_FREE_USED_MEMORY=Verf\u00fcgbarer Speicher in JVM INFO_CTRL_PANEL_MAX_MEMORY=Maximaler Speicher in JVM INFO_CTRL_PANEL_USED_MEMORY=Beanspruchter Speicher in JVM INFO_CTRL_PANEL_CLASS_PATH=Klassenpfad INFO_CTRL_PANEL_JAVA_VENDOR=Java-Anbieter INFO_CTRL_PANEL_JVM_VENDOR=JVM-Anbieter INFO_CTRL_PANEL_JAVA_VERSION=Java-Version INFO_CTRL_PANEL_JVM_VERSION=JVM-Version INFO_CTRL_PANEL_JVM_ARCHITECTURE=JVM-Architektur INFO_CTRL_PANEL_JVM_ARGUMENTS=JVM-Argumente INFO_CTRL_PANEL_MEMORY_VALUE=%d MB, %d KB INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=Sonstige Attribute INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=Speicherattribute INFO_CTRL_PANEL_NOT_IMPLEMENTED=Nicht implementiert INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=TOTAL INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=Attribute View Options INFO_CTRL_PANEL_NO_OPERATION_SELECTED=You must select at least one operation. INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=Show Columns INFO_CTRL_PANEL_OPERATIONS_VIEW=Show Operations... INFO_CTRL_PANEL_TOTAL_LABEL=SUMME INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=Optionen zur Attributsansicht INFO_CTRL_PANEL_NO_OPERATION_SELECTED=Sie m\u00fcssen mindestens einen Vorgang ausw\u00e4hlen. INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=Spalten anzeigen INFO_CTRL_PANEL_OPERATIONS_VIEW=Vorg\u00e4nge anzeigen... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=Add Requests INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=Add Responses INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=Bind Requests INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=Bind Responses INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=Compare Requests INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=Compare Responses INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=Delete Requests INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=Delete Responses INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=Extended Requests INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=Extended Responses INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=Mod DN Requests INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=Mod DN Responses INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=Modify Requests INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=Modify Responses INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=Search Requests INFO_CTRL_PANEL_SEARCH_DONE_LABEL=Searches Done INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=Unbind Requests INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=All INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=Connection Handlers: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=Connection Handler Monitoring INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=The server is running. You must provide authentication to see the monitoring data. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=To see the monitoring data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - Administration Connector INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=View INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=View options for the Connection Handler Monitoring INFO_CTRL_PANEL_SHOW_AVERAGES=Show Averages since Server Startup INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=Connection Handler INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Connection Handler INFO_CTRL_PANEL_AVERAGE_HEADER=%s Avg per second INFO_CTRL_PANEL_AUTHENTICATED_AS=Authenticated as '%s' INFO_CTRL_PANEL_NOT_AUTHENTICATED=User Not Authenticated INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=User Not Authenticated (Server not Running) INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=Anforderungen hinzuf\u00fcgen INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=Reaktionen hinzuf\u00fcgen INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=Binde-Anforderungen INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=Binde-Reaktionen INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=Anforderungsvergleiche INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=Reaktionen vergleichen INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=Anforderungen l\u00f6schen INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=Reaktionen l\u00f6schen INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=Erweiterte Anforderungen INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=Erweiterte Anforderungen INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=DN-Anforderungen \u00e4ndern INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=DN-Anforderungen \u00e4ndern INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=Anforderungen \u00e4ndern INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=Anforderungen \u00e4ndern INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=Suchanforderungen INFO_CTRL_PANEL_SEARCH_DONE_LABEL=Ausgef\u00fchrte Suchvorg\u00e4nge INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=Entbindungsanforderungen INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=Alle INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=Verbindungs-Handler: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=Verbindungs-Handler-\u00dcberwachung INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=Der Server wird ausgef\u00fchrt. Sie m\u00fcssen eine Authentifizierung angeben, um die \u00dcberwachungsdaten anzuzeigen. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=Zum Anzeigen der \u00dcberwachungsdaten muss der Server ausgef\u00fchrt werden und m\u00fcssen Sie eine Authentifizierung angeben. INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - Administrations-Konnektor INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU= Anzeige INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=Optionen f\u00fcr Administrations-Konnektor anzeigen INFO_CTRL_PANEL_SHOW_AVERAGES=Durchschnitt seit Serverstart anzeigen INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=Verbindungs-Handler INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Verbindungs-Handler INFO_CTRL_PANEL_AVERAGE_HEADER=%s Durchschnitt pro Sekunde INFO_CTRL_PANEL_AUTHENTICATED_AS=Authentifiziert als '%s' INFO_CTRL_PANEL_NOT_AUTHENTICATED=Benutzer nicht authentifiziert INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=Benutzer nicht authentifiziert (Server wird nicht ausgef\u00fchrt) opends/src/messages/messages/admin_tool_es.properties
@@ -20,17 +20,13 @@ # # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -69,8 +65,11 @@ INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=El servidor de directorios contiene archivos de base de datos en las siguientes ubicaciones situadas fuera de la ruta del servidor:%n%s%n\u00bfDesea suprimir estos archivos? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=El servidor de directorios contiene archivos de registro de datos en las siguientes ubicaciones situadas fuera de la ruta del servidor:%n%s%n\u00bfDesea suprimir estos archivos? INFO_CLI_UNINSTALL_CONFIRM_STOP=El servidor OpenDS se est\u00e1 ejecutando actualmente y debe detenerse para poder continuar con la desinstalaci\u00f3n.%n\u00bfDesea detener el servidor y eliminar de forma permanente los archivos? SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must select the elements to uninstall. Use the options described in the usage to specify what must be uninstalled. SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something to be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=Se ha detenido el servidor. INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Se ha configurado el servidor para que efect\u00fae la r\u00e9plica.%nSi el servidor ya est\u00e1 replicando contenido en otros servidores, debe especificar la informaci\u00f3n de autenticaci\u00f3n del administrador para suprimir las referencias a este servidor en los servidores OpenDS en los que se est\u00e9 realizando la r\u00e9plica.%n%nEscriba "Yes" para proporcionar la informaci\u00f3n de autenticaci\u00f3n con el fin de suprimir las referencias remotas.%nEscriba "No" para continuar la desinstalaci\u00f3n sin actualizar las referencias remotas.%n\u00bfDesea proporcionar la informaci\u00f3n de autenticaci\u00f3n? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Se ha configurado el servidor para que efect\u00fae la r\u00e9plica.%nSi el servidor est\u00e1 replicando actualmente contenido en otros servidores, debe reiniciarse y se debe especificar la informaci\u00f3n de autenticaci\u00f3n del administrador para suprimir las referencias a este servidor en los servidores OpenDS en los que se est\u00e9 realizando la r\u00e9plica.%n%nEscriba "Yes" para iniciar el servidor y, a continuaci\u00f3n, proporcione la informaci\u00f3n de autenticaci\u00f3n para suprimir las referencias remotas.%nEscriba "No" para continuar la desinstalaci\u00f3n sin actualizar las referencias remotas.%n\u00bfDesea iniciar el servidor y proporcionar la informaci\u00f3n de autenticaci\u00f3n? @@ -100,9 +99,16 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Confirmar desinstalaci\u00f3n INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=El servidor se est\u00e1 ejecutando.%nEl servidor OpenDS se est\u00e1 ejecutando actualmente y debe detenerse para poder continuar con la desinstalaci\u00f3n. \u00bfDesea que el programa de desinstalaci\u00f3n detenga autom\u00e1ticamente el servidor para poder continuar con la desinstalaci\u00f3n? Si hace clic en No, deber\u00e1 detener manualmente el servidor para continuar. MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Se han detectado los siguientes errores al leer la configuraci\u00f3n de los servidores existentes:\n%s\n\u00bfDesea que el programa de desinstalaci\u00f3n intente suprimir las referencias a este servidor en el modo de m\u00e1ximo esfuerzo? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nSi se sigue realizando la desinstalaci\u00f3n de este modo, se forzar\u00e1 la aparici\u00f3n del modo de error. SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nCheck that the connection parameters you provided are correct.%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers.%n\u00bfDesea continuar? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Este servidor se ha configurado para replicar algunos de sus ND de base. Se produjo un error al recuperar las referencias a \u00e9l en los servidores replicados. Tenga en cuenta que, para poder suprimir las referencias remotas, debe proporcionar las credenciales de administrador global mediante las opciones %s y %s (o %s).%nSi se sigue realizando la desinstalaci\u00f3n de este modo, se forzar\u00e1 la aparici\u00f3n del modo de error.%n%nEl error encontrado fue:%n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Este servidor se ha configurado para replicar algunos de sus ND de base. Se produjo un error al recuperar las referencias a \u00e9l en los servidores replicados.%n\u00bfDesea continuar? INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=El servidor se est\u00e1 ejecutando INFO_CONNECTIONS_LABEL=Conexiones abiertas: MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=Error al leer el archivo de configuraci\u00f3n.%nEste error puede deberse a que no hay ning\u00fan puerto LDAP habilitado para los par\u00e1metros de conexi\u00f3n o a que no dispone de los derechos de lectura adecuados para el archivo de configuraci\u00f3n. @@ -117,7 +123,7 @@ INFO_ENABLED_LABEL=Habilitado MILD_ERR_READING_CONFIG_FILE=Error al leer el archivo de configuraci\u00f3n. MILD_ERR_READING_CONFIG_LDAP=Error al leer los datos del servidor. Verifique la informaci\u00f3n de autenticaci\u00f3n especificada.%nDetalles: %s SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=Desinstalar INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Finalizar desinstalaci\u00f3n INFO_FRAME_UNINSTALL_TITLE=Desinstalaci\u00f3n de OpenDS @@ -130,10 +136,10 @@ INFO_LDIF_PROTOCOL_LABEL=LDIF INFO_SNMP_PROTOCOL_LABEL=SNMP INFO_LISTENERS_TITLE=Controladores de conexi\u00f3n INFO_ADMIN_LISTENER_TITLE=Administration Connector INFO_ADMIN_LISTENER_TITLE=Conector de administraci\u00f3n INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Cerrar cuadro de di\u00e1logo de inicio de sesi\u00f3n INFO_LOGIN_DIALOG_MSG=Debe especificar un ND de usuario administrativo y una contrase\u00f1a para recuperar la informaci\u00f3n de supervisi\u00f3n. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=El servidor de directorios no se est\u00e1 ejecutando. Click OK to continue. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=El servidor de directorios no se est\u00e1 ejecutando. Haga clic en Aceptar para continuar. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=El servidor de directorios no se est\u00e1 ejecutando INFO_LOGIN_DIALOG_TITLE=Autenticaci\u00f3n necesaria INFO_LOGIN_DN_LABEL=ND de usuario administrativo: @@ -152,7 +158,7 @@ INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LABEL=<no disponible> (*) INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LEGEND=* La informaci\u00f3n s\u00f3lo estar\u00e1 disponible si el servidor se est\u00e1 ejecutando y especifica informaci\u00f3n de autenticaci\u00f3n v\u00e1lida al iniciar el comando de estado. INFO_NOT_AVAILABLE_SERVER_DOWN_TOOLTIP=<html>La informaci\u00f3n s\u00f3lo estar\u00e1 disponible si el servidor se est\u00e1 ejecutando y se autentica<br>como usuario administrativo. INFO_NOTHING_SELECTED_TO_UNINSTALL=You must select something to be uninstalled. INFO_NOTHING_SELECTED_TO_UNINSTALL=Debe seleccionar alg\u00fan elemento para desinstalarlo. INFO_NUMBER_ENTRIES_COLUMN=Entradas INFO_OPENDS_VERSION_LABEL=Versi\u00f3n de OpenDS: INFO_PROGRESS_REMOVING_REFERENCES=Suprimiendo referencias en %s @@ -175,7 +181,7 @@ INFO_RESTART_BUTTON_TOOLTIP=Reinicia el servidor de directorios INFO_SERVER_DETAILS_TITLE=Informaci\u00f3n del servidor INFO_SERVER_PATH_LABEL=Ruta del servidor: INFO_SERVER_STARTED_LABEL=Iniciado INFO_SERVER_STARTED_LABEL=INICIADO INFO_SERVER_STARTING_LABEL=Iniciando INFO_SERVER_STATUS_LABEL=Estado de ejecuci\u00f3n del servidor: INFO_SERVER_STATUS_TITLE=Estado del servidor @@ -186,9 +192,12 @@ INFO_START_BUTTON_TOOLTIP=Inicia el servidor de directorios INFO_STATE_COLUMN=Estado INFO_STATUS_CLI_USAGE_DESCRIPTION=Esta utilidad se puede utilizar para mostrar informaci\u00f3n b\u00e1sica del servidor SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. Check that you have access to the display. SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. Check that you have access to the display. Check file %s for details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=Esta utilidad se puede usar para ver la ventana del panel de control, que muestra la informaci\u00f3n b\u00e1sica del servidor y permite realizar algunas tareas b\u00e1sicas de administraci\u00f3n en el servidor. INFO_STOP_BUTTON_LABEL=Detener INFO_STOP_BUTTON_TOOLTIP=Detiene el servidor de directorios INFO_BASEDN_NOT_REPLICATED_LABEL=Inhabilitado @@ -210,8 +219,11 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS se ha desinstalado correctamente en el equipo local, pero se han producido algunos errores al eliminar los archivos. Consulte el \u00e1rea de texto "Detalles" para obtener m\u00e1s informaci\u00f3n sobre los archivos que han provocado el problema.%n%nVerifique que no haya ning\u00fan otro programa utilizando esos archivos y elim\u00ednelos manualmente. INFO_SUMMARY_UNINSTALL_NOT_STARTED=Iniciando desinstalaci\u00f3n... INFO_UNDEFINED_PROTOCOL_LABEL=-Desconocido- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall launch failed.%n%nLaunching command line uninstall... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical Uninstall launch failed. Consulte el archivo %s para obtener m\u00e1s informaci\u00f3n.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=Iniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Iniciando la desinstalaci\u00f3n gr\u00e1fica... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Esta utilidad se puede usar para desinstalar el servidor de directorios. @@ -236,100 +248,119 @@ INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=Suprimir archivos LDIF INFO_DESCRIPTION_ADMIN_UID=Id. de usuario del administrador global que se utilizar\u00e1 para enlazar con el servidor INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=El nombre de host completo del servidor de directorios o la direcci\u00f3n IP del primer servidor cuyo contenido se replicar\u00e1 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server administration port number of the first server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=El n\u00famero de puerto de administraci\u00f3n de Directory Server del primer servidor cuyo contenido se replicar\u00e1 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=ND que se utilizar\u00e1 para enlazar con el primer servidor cuyo contenido se replicar\u00e1. Si no se especifica esta opci\u00f3n, se utilizar\u00e1 el administrador global para el enlace INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=La contrase\u00f1a que se utilizar\u00e1 para enlazar con el primer servidor cuyo contenido se replicar\u00e1. Si no se especifica ning\u00fan ND de enlace para el primer servidor, se utilizar\u00e1 la contrase\u00f1a del administrador global para el enlace INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=El archivo que contiene la contrase\u00f1a que se utilizar\u00e1 para enlazar con el primer servidor cuyo contenido se replicar\u00e1. Si no se especifica ning\u00fan ND de enlace para el primer servidor, se utilizar\u00e1 la contrase\u00f1a del administrador global para el enlace INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=El puerto que utilizar\u00e1 el mecanismo de r\u00e9plica en el primer servidor para comunicarse con los dem\u00e1s servidores. S\u00f3lo debe especificar esta opci\u00f3n si no se ha configurado anteriormente la r\u00e9plica en el primer servidor. INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION1=Especifica si est\u00e1 cifrada o no la comunicaci\u00f3n a trav\u00e9s del puerto de r\u00e9plica del primer servidor. Esta opci\u00f3n s\u00f3lo se tendr\u00e1 en cuenta la primera vez que se configure la r\u00e9plica en el primer servidor. INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=El nombre de host completo del servidor de directorios o la direcci\u00f3n IP del segundo servidor cuyo contenido se replicar\u00e1 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server administration port number of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=El n\u00famero de puerto de administraci\u00f3n de Directory Server del segundo servidor cuyo contenido se replicar\u00e1 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=ND que se utilizar\u00e1 para enlazar con el segundo servidor cuyo contenido se replicar\u00e1. Si no se especifica esta opci\u00f3n, se utilizar\u00e1 el administrador global para el enlace INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Omita la comprobaci\u00f3n para determinar si se pueden utilizar los puertos de r\u00e9plica especificados INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=No replique el esquema entre los servidores INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Utilice el segundo servidor para inicializar el esquema del primer servidor. Si no se especifica esta opci\u00f3n ni la opci\u00f3n %s, se utilizar\u00e1 el esquema del primer servidor para inicializar el esquema del segundo servidor INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=La contrase\u00f1a que se utilizar\u00e1 para enlazar con el segundo servidor cuyo contenido se replicar\u00e1. Si no se especifica ning\u00fan ND de enlace para el segundo servidor, se utilizar\u00e1 la contrase\u00f1a del administrador global para el enlace INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=El archivo que contiene la contrase\u00f1a que se utilizar\u00e1 para enlazar con el segundo servidor cuyo contenido se replicar\u00e1. Si no se especifica ning\u00fan ND de enlace para el segundo servidor, se utilizar\u00e1 la contrase\u00f1a del administrador global para el enlace INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=El puerto que utilizar\u00e1 el mecanismo de r\u00e9plica en el segundo servidor para comunicarse con los dem\u00e1s servidores. S\u00f3lo debe especificar esta opci\u00f3n si se ha configurado anteriormente la r\u00e9plica en el segundo servidor. INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Especifica si est\u00e1 cifrada o no la comunicaci\u00f3n a trav\u00e9s del puerto de r\u00e9plica del segundo servidor. Esta opci\u00f3n s\u00f3lo se tendr\u00e1 en cuenta la primera vez que se configure la r\u00e9plica en el segundo servidor. INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=El puerto que utilizar\u00e1 el mecanismo de r\u00e9plica en el segundo servidor para comunicarse con los dem\u00e1s servidores. S\u00f3lo debe especificar esta opci\u00f3n si no se ha configurado anteriormente la r\u00e9plica en el segundo servidor INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Especifica si est\u00e1 cifrada o no la comunicaci\u00f3n a trav\u00e9s del puerto de r\u00e9plica del segundo servidor. Esta opci\u00f3n s\u00f3lo se tendr\u00e1 en cuenta la primera vez que se configure la r\u00e9plica en el segundo servidor INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=Utilizar StartTLS para la comunicaci\u00f3n segura con el segundo servidor INFO_DESCRIPTION_REPLICATION_BASEDNS=ND de base de los datos que se replicar\u00e1n o inicializar\u00e1n, o para los que se ha inhabilitado la r\u00e9plica. Multiple base DN's can be provided by using this option multiple times INFO_DESCRIPTION_REPLICATION_BASEDNS=ND de base de los datos que se replicar\u00e1n o inicializar\u00e1n, o para los que se ha inhabilitado la r\u00e9plica. Se pueden especificar varios ND de base utilizando esta opci\u00f3n varias veces INFO_DESCRIPTION_REPLICATION_ADMIN_UID=Id. de usuario del administrador global que se utilizar\u00e1 para enlazar con el servidor. Si se utiliza el subcomando '%s' y no se ha definido anteriormente ning\u00fan administrador global para ninguno de los servidores, se crear\u00e1 el administrador global en funci\u00f3n de los datos especificados. INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=La contrase\u00f1a del administrador global INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=El archivo que contiene la contrase\u00f1a del administrador global INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=El nombre de host o la direcci\u00f3n IP del servidor de origen cuyo contenido se utilizar\u00e1 para inicializar el servidor de destino INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory server administration port number of the source server whose contents will be used to initialize the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=El n\u00famero de puerto de administraci\u00f3n de Directory Server del servidor de origen cuyo contenido se utilizar\u00e1 para inicializar el servidor de destino INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=El nombre de host o la direcci\u00f3n IP del servidor de destino cuyo contenido se inicializar\u00e1 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory server administration port number of the destination server whose contents will be initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=El n\u00famero de puerto de administraci\u00f3n de Directory Server del servidor de destino cuyo contenido se inicializar\u00e1 INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Utilice esta opci\u00f3n s\u00f3lo cuando el contenido del servidor de directorios especificado se inicialice con un m\u00e9todo externo (el comando "import-ldif" o la copia binaria) INFO_REPLICATION_TOOL_DESCRIPTION=Esta utilidad se puede usar para configurar la r\u00e9plica entre los servidores con el fin de sincronizar sus datos. Para que la r\u00e9plica funcione, debe habilitar, en primer lugar, la r\u00e9plica mediante el subcomando '%s' y, a continuaci\u00f3n, inicializar el contenido de uno de los servidores con el contenido de otro mediante el subcomando '%s'. INFO_REPLICATION_DESCRIPTION_QUIET=Realizar una operaci\u00f3n silenciosa (no se escribir\u00e1 ninguna informaci\u00f3n de progreso en la salida est\u00e1ndar) INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=ND que se utilizar\u00e1 para enlazar con el servidor en el que deseamos inhabilitar la r\u00e9plica. Esta opci\u00f3n debe utilizarse si no se ha definido ning\u00fan administrador global en el servidor o si el usuario no desea suprimir las referencias en los otros servidores replicados. La contrase\u00f1a proporcionada para el administrador global se utilizar\u00e1 al especificar esta opci\u00f3n. INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Inicializa el contenido de los datos incluidos debajo del ND de base especificado en el servidor de destino con el contenido del servidor de origen. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede utilizar '%s' para el mismo fin). INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Inicializa el contenido de los datos incluidos debajo del ND de base especificado en todos los servidores cuyo contenido se est\u00e9 replicando con el contenido del servidor especificado. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede aplicar la opci\u00f3n '%s' en cada servidor para el mismo fin). INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando antes de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. Despu\u00e9s de llamar a este subcomando, inicialice el contenido de todos los servidores de la topolog\u00eda y, a continuaci\u00f3n, llame al subcomando '%s'. INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando despu\u00e9s de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. Consulte la sintaxis del subcomando '%s' para obtener m\u00e1s informaci\u00f3n. INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Actualiza la configuraci\u00f3n de los servidores para replicar los datos del ND de base especificado. Si uno de los servidores ya est\u00e1 replicando los datos situados debajo del ND de base en otros servidores, al ejecutar este subcomando, se actualizar\u00e1 la configuraci\u00f3n de todos los servidores (por lo que s\u00f3lo es necesario ejecutar una vez la l\u00ednea de comandos para cada servidor que agreguemos a la topolog\u00eda de r\u00e9plica). INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Inhabilita la r\u00e9plica en el servidor especificado para el ND de base proporcionado y suprime las referencias en los restantes servidores en los que se est\u00e9n replicando los datos. INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed. SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base DN in no interactive mode. SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the password of the global administrator in non interactive mode. You can provide it using the %s or the %s options. SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid base DN. SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two different servers to enable replication. You have provided twice the server %s:%s SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two different servers as source and destination of the initialization. You have provided twice the server %s:%s SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same replication port (%s) for two servers located on the same machine (%s). SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid subcommand. You must specify a subcommand when using the option %s. SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=ND que se utilizar\u00e1 para enlazar con el servidor en el que deseamos inhabilitar la r\u00e9plica. Esta opci\u00f3n debe utilizarse si no se ha definido ning\u00fan administrador global en el servidor o si el usuario no desea suprimir las referencias en los otros servidores replicados. La contrase\u00f1a proporcionada para el administrador global se utilizar\u00e1 al especificar esta opci\u00f3n INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Inicializa el contenido de los datos incluidos debajo del ND de base especificado en el servidor de destino con el contenido del servidor de origen. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede utilizar '%s' para el mismo fin) INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Inicializa el contenido de los datos incluidos debajo del ND de base especificado en todos los servidores cuyo contenido se est\u00e9 replicando con el contenido del servidor especificado. Una vez habilitada la r\u00e9plica, es necesario realizar esta operaci\u00f3n para que funcione (tambi\u00e9n se puede aplicar la opci\u00f3n '%s' en cada servidor para el mismo fin) INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando antes de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. Debe especificar la lista de ND de base que se inicializar\u00e1 y proporcionar las credenciales de cualquier servidor en el que se est\u00e9 realizando la r\u00e9plica. Tras llamar a este subcomando, inicialice el contenido de todos los servidores en la topolog\u00eda (use el mismo archivo LDIF/copia binaria de cada uno de los servidores) y, a continuaci\u00f3n, llame al subcomando '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Debe llamarse a este subcomando despu\u00e9s de inicializar el contenido de todos los servidores replicados mediante la herramienta "import-ldif" o el m\u00e9todo de copia binaria. Debe especificar la lista de ND de base que se haya inicializado y proporcionar las credenciales de cualquier servidor en el que se est\u00e9 realizando la r\u00e9plica. Consulte la sintaxis del subcomando '%s' para obtener m\u00e1s informaci\u00f3n INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Actualiza la configuraci\u00f3n de los servidores para replicar los datos del ND de base especificado. Si uno de los servidores ya est\u00e1 replicando los datos situados debajo del ND de base en otros servidores, al ejecutar este subcomando, se actualizar\u00e1 la configuraci\u00f3n de todos los servidores (por lo que s\u00f3lo es necesario ejecutar una vez la l\u00ednea de comandos para cada servidor que agreguemos a la topolog\u00eda de r\u00e9plica) INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Inhabilita la r\u00e9plica en el servidor especificado para el ND de base proporcionado y suprime las referencias en los restantes servidores en los que se est\u00e9n replicando los datos INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Muestra una lista con la configuraci\u00f3n de r\u00e9plica b\u00e1sica de los ND de base de los servidores definidos en la informaci\u00f3n de registro. Si no se ha especificado ning\u00fan ND de base como par\u00e1metro, se mostrar\u00e1 la informaci\u00f3n de todos los ND de base ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=Se ha completado correctamente la operaci\u00f3n INFO_REPLICATION_SUCCESSFUL_NOP=Se ha completado correctamente la operaci\u00f3n, pero no era necesario realizar ninguna acci\u00f3n MILD_ERR_REPLICATION_USER_CANCELLED=El usuario ha cancelado la operaci\u00f3n SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Se debe crear un administrador global.%nDebe especificar las credenciales del administrador global que se crear\u00e1n para administrar las instancias de OpenDS que se est\u00e1n repitiendo. INFO_ADMINISTRATOR_UID_PROMPT=Id. de usuario del administrador global INFO_ADMINISTRATOR_PWD_PROMPT=Contrase\u00f1a del administrador global: INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Contrase\u00f1a (confirmar): MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Las contrase\u00f1as especificadas no coinciden. MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=No se pudo establecer la conexi\u00f3n con la instancia del servidor de directorios %s con las credenciales especificadas.%nDetalles del error: %s%n%nProporcione de nuevo la informaci\u00f3n necesaria para establecer la conexi\u00f3n con el servidor: INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the first server INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de OpenDS para el primer servidor INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=Nombre de host del primer servidor INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration port of the first server INFO_REPLICATION_ENABLE_PORT1_PROMPT=Puerto de administraci\u00f3n del primer servidor INFO_REPLICATION_ENABLE_PROTOCOL1=\u00bfC\u00f3mo desea conectarse al primer servidor? INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Puerto de r\u00e9plica del primer servidor (el puerto debe estar libre) INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u00bfDesea que la repetici\u00f3n utilice una comunicaci\u00f3n cifrada al establecer la conexi\u00f3n con el puerto de r\u00e9plica %s en el primer servidor? INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=ND de enlace del primer servidor INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Contrase\u00f1a de %s en el primer servidor: INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the second server INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de OpenDS para el segundo servidor INFO_REPLICATION_ENABLE_HOSTNAME2_PROMPT=Nombre de host del segundo servidor INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration port of the second server INFO_REPLICATION_ENABLE_PORT2_PROMPT=Puerto de administraci\u00f3n del segundo servidor INFO_REPLICATION_ENABLE_PROTOCOL2=\u00bfC\u00f3mo desea conectarse al segundo servidor? INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Puerto de r\u00e9plica del segundo servidor (el puerto debe estar libre) INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u00bfDesea que la repetici\u00f3n utilice una comunicaci\u00f3n cifrada al establecer conexi\u00f3n con el puerto de r\u00e9plica %s en el segundo servidor? INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=ND de enlace del segundo servidor INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Contrase\u00f1a de %s en el segundo servidor: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated between the two servers:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not replicated:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de OpenDS para el servidor de origen INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de OpenDS para el servidor de destino ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=Ya se han replicado los siguientes ND de base entre los dos servidores:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=Los siguientes ND de base no se han replicado:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Los siguientes ND de base no se pueden replicar entre los dos servidores porque no se pudieron encontrar en, al menos, uno de los servidores:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Debe seleccionar, al menos, un ND de base para replicarlo. INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\u00bfDesea replicar el ND de base %s? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be initialized because they are not replicated or they are not configured on both servers:%n%s ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Los siguientes ND de base no se pudieron inicializar porque no se han replicado o no se han configurado en ambos servidores:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Debe seleccionar, al menos, un ND de base para inicializarlo. INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=\u00bfDesea inicializar el ND de base %s? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server. The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=No se pudo encontrar el siguiente ND de base en el servidor:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=No se pudo encontrar el siguiente ND de base en el servidor:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Debe seleccionar, al menos, un ND de base para inhabilitarlo. MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Debe seleccionar, al menos, un ND de base para inicializarlo. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Are you going to initialize only the contents of server %s (type 'no' if you will initialize contents of all replicated servers for the given Base DN's)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify the base DN's that will be initialized using the import-ldif command or the binary copy. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=You must specify the base DN's that have been initialized using the import-ldif command or the binary copy. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=\u00bfVa a inicializar s\u00f3lo el contenido del servidor %s (escriba "no" si va a inicializar el contenido de todos los servidores replicados para los ND de base especificados)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=Debe especificar los ND de base que se inicializar\u00e1n mediante el comando "import-ldif" o la copia binaria. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=Debe especificar los ND de base que se han inicializado mediante el comando "import-ldif" o la copia binaria. INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=\u00bfDesea inhabilitar la r\u00e9plica en el ND de base %s? INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=\u00bfDesea inicializar el ND de base %s? INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=\u00bfVa a inicializar el ND de base %s con "import-ldif" o la copia binaria? @@ -339,12 +370,12 @@ MILD_ERR_NOT_ADMINISTRATIVE_USER=No dispone de derechos de acceso a la configuraci\u00f3n del servidor. INFO_REPLICATION_CONFIRM_DISABLE_ADS=Ha optado por inhabilitar la r\u00e9plica en el ND de base %s. El mecanismo de r\u00e9plica y algunas herramientas administrativas utilizan este ND de base, por lo que no se recomienda configurarlo directamente. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=Ha optado por inhabilitar la r\u00e9plica del esquema. S\u00f3lo se recomienda inhabilitar la r\u00e9plica del esquema en determinadas situaciones. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. Tambi\u00e9n se inhabilitar\u00e1 el puerto de r\u00e9plica del servidor. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Si se inhabilita la r\u00e9plica, los datos ubicados debajo del ND de base seleccionado ya no se sincronizar\u00e1n con los dem\u00e1s servidores. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Si se inhabilita la r\u00e9plica, los datos ubicados debajo del ND de base seleccionado ya no se sincronizar\u00e1n con los dem\u00e1s servidores. Tambi\u00e9n se inhabilitar\u00e1 el puerto de r\u00e9plica del servidor. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=Ha optado por inicializar el contenido del ND de base %s del servidor %s con el contenido del servidor %s. El mecanismo de r\u00e9plica y algunas herramientas administrativas utilizan este ND de base, por lo que no se recomienda configurarlo directamente. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=Si se inicializa el contenido de un ND de base, se suprimir\u00e1 todo su contenido. Do you want to remove the contents of the selected base DN's on server %s and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=Si se inicializa el contenido de un ND de base, se suprimir\u00e1 todo su contenido. \u00bfDesea suprimir el contenido de los ND de base seleccionados en el servidor %s y sustituirlo por el contenido del servidor %s? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=Ha optado por inicializar el contenido del ND de base %s con el contenido del servidor %s. El mecanismo de r\u00e9plica y algunas herramientas administrativas utilizan este ND de base, por lo que no se recomienda configurarlo directamente. \u00bfDesea continuar? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Si se inicializa el contenido de un ND de base, se suprimir\u00e1 todo su contenido. Do you want to remove the contents of the selected base DN's on the replicated servers and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Si se inicializa el contenido de un ND de base, se suprimir\u00e1 todo su contenido. \u00bfDesea suprimir el contenido de los ND de base seleccionados en los servidores replicados y sustituirlo por el contenido del servidor %s? MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=Se han detectado los siguientes errores al leer la configuraci\u00f3n de los servidores existentes:\n%s\nLa herramienta de r\u00e9plica intentar\u00e1 actualizar la configuraci\u00f3n de todos los servidores en el modo de m\u00e1ximo esfuerzo. Sin embargo, no se puede garantizar la actualizaci\u00f3n de los servidores que generen errores. INFO_REPLICATION_CONNECTING=Estableciendo conexiones INFO_REPLICATION_ENABLE_UPDATING_ADS_CONTENTS=Comprobando informaci\u00f3n de registro @@ -354,20 +385,31 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=Actualizando la configuraci\u00f3n de registro en el servidor %s INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Inicializando la informaci\u00f3n de registro en el servidor %s con el contenido del servidor %s INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Inicializando el esquema en el servidor %s con el contenido del servidor %s SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred seeding the truststore contents. Details: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not find replication ID in the server %s for base DN %s. SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could not find a peer to start the initialization after several tries. Details: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring replication port on server %s. SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling replication port on server %s. SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication configuration on base DN %s of server %s. SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. Details: %s SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. Details: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found in servers %s and %s is different. This tool does not allow to handle this scenario. SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication configuration of server %s.%nDetails: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=Suprimiendo referencias en el ND de base %s del servidor %s INFO_REPLICATION_DISABLING_BASEDN=Inhabilitando la r\u00e9plica en el ND de base %s del servidor %s INFO_REPLICATION_DISABLING_REPLICATION_SERVER=Inhabilitando el puerto de r\u00e9plica %s del servidor %s INFO_REPLICATION_STATUS_NO_BASEDNS=No base DN's found. INFO_REPLICATION_STATUS_NO_BASEDNS=No se ha encontrado ning\u00fan ND de base. INFO_REPLICATION_STATUS_BASEDN=ND de base INFO_REPLICATION_STATUS_IS_REPLICATED=R\u00e9plica INFO_REPLICATION_STATUS_REPLICATED=%s - R\u00e9plica habilitada @@ -387,20 +429,22 @@ INFO_REPLICATION_STATUS_LABEL_SECURE=Seguridad: INFO_REPLICATION_STATUS_SECURITY_ENABLED=Habilitado INFO_REPLICATION_STATUS_SECURITY_DISABLED=Inhabilitado INFO_REPLICATION_CRITICAL_ERROR_DETAILS=Details: %s INFO_REPLICATION_CRITICAL_ERROR_DETAILS=Detalles: %s INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Preparando el ND de base %s que se inicializar\u00e1 de forma externa INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Actualizando la informaci\u00f3n de r\u00e9plica en el ND de base %s INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on server %s. You can use the command import-ldif or the binary copy to do so.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. Para ello, puede utilizar el comando "import-ldif" o el m\u00e9todo de copia binaria.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Ahora puede continuar con la inicializaci\u00f3n del contenido de los ND de base en el servidor %s. Para ello, puede utilizar "import-ldif" o la copia binaria.%n%nUna vez completada la inicializaci\u00f3n, debe utilizar el subcomando '%s' para que la r\u00e9plica funcione con los nuevos ND de base. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Ahora puede continuar con la inicializaci\u00f3n del contenido de los ND de base en todos los servidores replicados. Para ello, puede utilizar el comando "import-ldif" o el m\u00e9todo de copia binaria. Debe usar el mismo archivo LDIF o copia binaria en cada servidor.%n%nUna vez completada la inicializaci\u00f3n, debe utilizar el subcomando '%s' para que la r\u00e9plica funcione con el contenido de los nuevos ND de base. INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=El procedimiento posterior a la inicializaci\u00f3n se ha completado correctamente. SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of the operation. ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=Error inesperado durante la operaci\u00f3n. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=Error inesperado durante la operaci\u00f3n. Detalles del \u00faltimo registro: %s. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=Error inesperado durante la operaci\u00f3n. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Error inesperado durante la operaci\u00f3n. Detalles del \u00faltimo registro: %s. Estado de la tarea: %s. Consulte los registros de errores de %s para obtener m\u00e1s informaci\u00f3n. SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=\u00bfQu\u00e9 desea hacer? INFO_REPLICATION_ENABLE_MENU_PROMPT=Habilitar repetici\u00f3n INFO_REPLICATION_DISABLE_MENU_PROMPT=Deshabilitar la repetici\u00f3n @@ -409,1192 +453,1194 @@ INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Inicializaci\u00f3n pre externa INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Inicializaci\u00f3n post externa INFO_REPLICATION_STATUS_MENU_PROMPT=Mostrar estado de repetici\u00f3n INFO_REPLICATION_POST_ENABLE_INFO=La repetici\u00f3n se ha habilitado correctamente. Note that for replication to work you must initialize the contents of the base DN's that are being replicated (use %s %s to do so). INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Organizational unit INFO_STATIC_GROUP_ICON_DESCRIPTION=Static group INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Dynamic group INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Virtual static group INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Password policy MILD_ERR_REFERRAL_LIMIT_EXCEEDED=Referral limit (%d) reached. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes INFO_REPLICATION_POST_ENABLE_INFO=La repetici\u00f3n se ha habilitado correctamente. Tenga en cuenta que para que la repetici\u00f3n trabaje debe inicializar el contenido de los ND de base que est\u00e9n siendo repetidos (utilice %s %s para hacerlo). ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=La l\u00ednea de comandos no interactiva equivalente es:%n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Permite mostrar el argumento no interactivo equivalente en la salida est\u00e1ndar cuando este comando se ejecuta en el modo interactivo INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=La ruta completa al archivo en el que se escribir\u00e1n los comandos no interactivos equivalentes cuando este comando se ejecute en el modo interactivo MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=Se ha producido un error al intentar escribir la l\u00ednea de comandos no interactiva equivalente en el archivo %s. Detalles del error: %s ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=El primer servidor ya est\u00e1 configurado con el puerto de r\u00e9plica '%d'. El puerto de r\u00e9plica del servidor proporcionado '%d' se ha ignorado. MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=El segundo servidor ya est\u00e1 configurado con el puerto de r\u00e9plica '%d'. El puerto de r\u00e9plica del servidor proporcionado '%d' se ha ignorado. INFO_CONTROL_PANEL_TITLE=Panel de control de OpenDS INFO_PERSON_ICON_DESCRIPTION=Objeto Person INFO_ORGANIZATION_ICON_DESCRIPTION=Organizaci\u00f3n INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Unidad organizativa INFO_STATIC_GROUP_ICON_DESCRIPTION=Grupo est\u00e1tico INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Grupo din\u00e1mico INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Grupo est\u00e1tico virtual INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Directiva de contrase\u00f1as MILD_ERR_REFERRAL_LIMIT_EXCEEDED=L\u00edmite de referencias (%d) alcanzado. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=S\u00ed INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=No MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass and rename the entry. MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=No es posible modificar la clase de objeto y cambiar el nombre a la entrada. INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=Datos del directorio INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Import LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Export LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=Backup... INFO_CTRL_PANEL_ACTION_RESTORE=Restore... INFO_CTRL_PANEL_CATEGORY_SCHEMA=Schema INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Manage Schema INFO_CTRL_PANEL_CATEGORY_INDEXES=Indexes INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Manage Indexes INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Verify Indexes... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Rebuild Indexes... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Runtime Options INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java Settings INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Administrar entradas INFO_CTRL_PANEL_ACTION_NEW_BASEDN=Nuevo ND de base... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Importar LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Exportar LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=Copia de seguridad... INFO_CTRL_PANEL_ACTION_RESTORE=Restablecer... INFO_CTRL_PANEL_CATEGORY_SCHEMA=Esquema INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Administrar esquema INFO_CTRL_PANEL_CATEGORY_INDEXES=\u00cdndices INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Administrar \u00edndices INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Verificar \u00edndices... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Regenerar \u00edndices... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Opciones de tiempo de ejecuci\u00f3n INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Configuraci\u00f3n de Java INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows Service MILD_ERR_CTRL_PANEL_DN_NOT_VALID=The DN is not valid. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. MILD_ERR_CTRL_PANEL_DN_NOT_VALID=El ND no es v\u00e1lido. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Valor de ND no v\u00e1lido: '%s'. MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Las contrase\u00f1as especificadas no coinciden. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute %s. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=Debe proporcionar un valor para el atributo %s. INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS) INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (permite StartTLS) INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure) INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (seguro) INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF INFO_CTRL_PANEL_CONN_HANDLER_SNMP=SNMP INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=R\u00e9plica INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=R\u00e9plica (segura) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Conector de administraci\u00f3n INFO_CTRL_PANEL_CONN_HANDLER_OTHER=Otro INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring INFO_CTRL_PANEL_INDEX_PRESENCE=Presence INFO_CTRL_PANEL_INDEX_EQUALITY=Equality INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate INFO_CTRL_PANEL_INDEX_ORDERING=Ordering INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name INFO_CTRL_PANEL_INDEX_SUBSTRING=Subcadena INFO_CTRL_PANEL_INDEX_PRESENCE=Presencia INFO_CTRL_PANEL_INDEX_EQUALITY=Igualdad INFO_CTRL_PANEL_INDEX_APPROXIMATE=Aproximado INFO_CTRL_PANEL_INDEX_ORDERING=Orden INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Atributo INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Tipos de \u00edndice INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=L\u00edmite de entradas INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requiere regeneraci\u00f3n INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Nombre INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=ND de base INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 - INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=\u00c1mbito INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filtro INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Orden de clasificaci\u00f3n INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requiere regeneraci\u00f3n INFO_CTRL_PANEL_BINARY_VALUE=- valor binario - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Valor en base 64 - # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It cannot run simultaneously with task %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups. INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to delete the base DN: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Equivalent command line to delete the backend: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Equivalent command line to disable replication on base DN '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Equivalent command line to modify the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Equivalent command line to modify the VLV index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Equivalent command line to update the configuration: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Equivalent command lines to generate default indexes: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Equivalent command line to create the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Equivalent command line to create the VLV index: INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=La siguiente tarea est\u00e1 en ejecuci\u00f3n: %s<br>No se puede ejecutar simult\u00e1neamente con la tarea %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Agregar entradas a grupos. INFO_CTRL_PANEL_ADDING_TO_GROUP=Actualizaci\u00f3n del grupo '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=L\u00ednea de comando equivalente para modificar la entrada: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=L\u00ednea de comando equivalente para cambiar el nombre a la entrada: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=L\u00ednea de comando equivalente para eliminar el ND de base:: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=L\u00ednea de comando equivalente para eliminar el backend: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=L\u00ednea de comando equivalente para inhabilitar la r\u00e9plica del DN de base '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=L\u00ednea de comando equivalente para modificar el \u00edndice: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=L\u00ednea de comando equivalente para modificar el \u00edndice VLV: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=L\u00ednea de comando equivalente para actualizar la configuraci\u00f3n: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=L\u00edneas de comando equivalentes para generar \u00edndices predeterminados: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=L\u00ednea de comando equivalente para crear el \u00edndice: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=L\u00ednea de comando equivalente para crear el \u00edndice VLV: # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Delete backends '%s'. INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to delete entry '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to delete the index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. Details: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. Details: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. Details: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to removing the following attribute from the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to create the entry: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Rebuild indexes in '%s'. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to rebuild indexes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to enable the backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to disable the backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop the server: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to start the server: INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to adding the following attribute to the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is equivalent to adding the following entry to the file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. Check main panel for more information. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=El procedimiento equivalente para actualizar la configuraci\u00f3n Java desde la l\u00ednea de comandos es: <br> Editar las propiedades en el archivo:<:<br><b>%s</b><br>A continuaci\u00f3n, ejecutar la siguiente l\u00ednea de comandos:<:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Eliminar ND de base '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Eliminar ND de base %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Eliminar backend '%s'. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Eliminar backends '%s'. INFO_CTRL_PANEL_DELETING_BASE_DN=Eliminando ND de base '%s'. INFO_CTRL_PANEL_DELETING_BASE_DNS=Eliminando ND de base '%s'. INFO_CTRL_PANEL_DELETING_BACKEND=Eliminando backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Deshabilitando la r\u00e9plica del ND de base '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Eliminar entradas. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entradas eliminadas. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Eliminando '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=L\u00ednea de comando equivalente para eliminar la entrada '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=L\u00ednea de comando equivalente para eliminar el \u00edndice: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Eliminar \u00edndices en el backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Eliminar \u00edndices en el backend '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Eliminando \u00edndice '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Eliminando \u00edndice VLV '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Eliminar elementos de esquema. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Eliminando clase de objeto '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Eliminando atributo '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error al actualizar el esquema. Detalles: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error al actualizar la configuraci\u00f3n. Detalles: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error al comprobar la entrada. Detalles: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=Esta operaci\u00f3n es equivalente a retirar el siguiente atributo de la entrada de definici\u00f3n de esquema (cn=schema) en el archivo '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=L\u00ednea de comando equivalente para actualizar el esquema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modificar entrada '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Cambio de nombre de entrada '%s' a '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modificando entrada '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=Nueva entrada '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creando entrada '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=L\u00ednea de comando equivalente para crear la entrada: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Regenerar \u00edndices en '%s'. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=L\u00ednea de comandos equivalente para regenerar \u00edndices en '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=L\u00ednea de comando equivalente para eliminar el backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=L\u00ednea de comando equivalente para deshabilitar el backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Habilitando backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Deshabilitando backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Restablecer contrase\u00f1a de entrada '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Actualizando contrase\u00f1a de entrada '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=L\u00ednea de comando equivalente para restablecer la entrada: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Reiniciar servidor. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Iniciar servidor. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Detener servidor. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=L\u00ednea de comando equivalente para detener el servidor: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=L\u00ednea de comando equivalente para iniciar el servidor: INFO_CTRL_PANEL_SERVER_STOPPED=Servidor detenido INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Esta operaci\u00f3n es equivalente a retirar el siguiente atributo de la entrada de definici\u00f3n de esquema (cn=schema) en el archivo '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=Esta operaci\u00f3n es equivalente a agregar la siguiente entrada al archivo '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=L\u00ednea de comando equivalente para actualizar el esquema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=No se encontr\u00f3 el backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=No se encontr\u00f3 el backend '%s'. Compruebe el panel principal para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Servidor no en ejecuci\u00f3n INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=Para navegar por los datos, el servidor debe estar ejecut\u00e1ndose y debe proporcionar la autenticaci\u00f3n. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indica un campo obligatorio INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Regeneraci\u00f3n de \u00edndice necesaria # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br><br> Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br>During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=La configuraci\u00f3n del \u00edndice de '%s' se ha modificado correctamente. Para que la configuraci\u00f3n se tome en cuenta, los archivos de \u00edndice de base de datos deben regenerarse. Esto puede realizarse utilizando la herramienta 'Regenerar \u00edndices' o reimportando el contenido del backend '%s'.<br><br> \u00bfDesea regenerar el \u00edndice ahora? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=La configuraci\u00f3n del \u00edndice de '%s' se ha modificado correctamente. Para que la configuraci\u00f3n se tome en cuenta, los archivos de \u00edndice de base de datos deben regenerarse. Esto puede realizarse utilizando la herramienta 'Regenerar \u00edndices' o reimportando el contenido del backend '%s'.<br>Durante la regeneraci\u00f3n de los \u00edndices, el backend '%s' se deshabilitar\u00e1 y ninguno de sus sufijos estar\u00e1 accesible.<br><br> \u00bfDesea regenerar el \u00edndice ahora? INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=Autenticaci\u00f3n necesaria INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully rebuilt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred rebuilding index. Error code: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=Details: %s INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=L\u00ednea de comandos equivalente: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Regenerando \u00edndices en el backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Regeneraci\u00f3n de \u00edndice completada INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=Los \u00edndices se han regenerado correctamente. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error al regenerar \u00edndices MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= Se produjo un error al regenerar el \u00edndice. C\u00f3digo de error: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=Detalles: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=Iniciando servidor... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started successfully MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the server. C\u00f3digo de error: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted successfully MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the server. C\u00f3digo de error: %d INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Inicio completado INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=El servidor se inici\u00f3 correctamente MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error al iniciar el servidor MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=Se produjo un error al iniciar el servidor. C\u00f3digo de error: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Reinicio completado INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=El servidor se reinici\u00f3 correctamente MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error al reiniciar el servidor MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=Se produjo un error al reiniciar el servidor. C\u00f3digo de error: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Deteniendo servidor... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped successfully MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the server. C\u00f3digo de error: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when operation completes INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Parada completada INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=El servidor se detuvo correctamente MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error al detener el servidor MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=Se produjo un error al detener el servidor. C\u00f3digo de error: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Cerrar la ventana cuando finalice la operaci\u00f3n INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Espere, por favor... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=Detalles: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Iniciar servidor INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Detener servidor INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Reiniciar servidor INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=Confirmaci\u00f3n necesaria # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List... INFO_CTRL_PANEL_READING_SUMMARY=Reading... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_FILTER_LABEL=Filter: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=Si el servidor se detiene, todas las conexiones abiertas al servidor se cerrar\u00e1n y el servidor no estar\u00e1 disponible.<br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=Durante el proceso de reinicio, todas las conexiones abiertas al servidor se cerrar\u00e1n y el servidor no estar\u00e1 disponible.<br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Cargando panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Comprobando... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Actualizando lista... INFO_CTRL_PANEL_READING_SUMMARY=Leyendo... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Leyendo configuraci\u00f3n de Java... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Comprobando autenticaci\u00f3n... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Leyendo configuraci\u00f3n... INFO_CTRL_PANEL_BASE_DN_LABEL=ND de base: INFO_CTRL_PANEL_FILTER_LABEL=Filtro: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Aplicar INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=Cerrar INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=Cancelar INFO_CTRL_PANEL_OK_BUTTON_LABEL=Aceptar INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Save INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Do Not Save INFO_CTRL_PANEL_INVALID_DN_DETAILS=The value %s is not a valid DN. Details: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=No base DN selected. INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=The provided filter is not valid. Details: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed. Try Applying a Filter. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is running. You must provide authentication to browse data. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. Details: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Approximate INFO_CTRL_PANEL_EQUALITY_LABEL=Equality INFO_CTRL_PANEL_ORDERING_LABEL=Ordering INFO_CTRL_PANEL_PRESENCE_LABEL=Presence INFO_CTRL_PANEL_SUBSTRING_LABEL=Substring INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Delete Index... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Save Changes INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=This is a non-configurable internal index INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Guardar INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=No guardar INFO_CTRL_PANEL_INVALID_DN_DETAILS=El valor %s no es un ND v\u00e1lido. Detalles: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=Ning\u00fan ND de base seleccionado. INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=El filtro especificado no es v\u00e1lido. Detalles: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No se encontr\u00f3 ninguna coincidencia INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=N\u00famero m\u00e1ximo de secundarios %d mostrados. Intente aplicar un filtro. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' para una b\u00fasqueda de subcadena. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para navegar por los datos. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=Para navegar por los datos, el servidor debe estar ejecut\u00e1ndose y debe proporcionar la autenticaci\u00f3n. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=Se produjo un error al intentar conectar al servidor para leer datos. Detalles: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Error de conexi\u00f3n INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Atributo: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=L\u00edmite de entradas: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Tipo de \u00edndice: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Aproximado INFO_CTRL_PANEL_EQUALITY_LABEL=Igualdad INFO_CTRL_PANEL_ORDERING_LABEL=Orden INFO_CTRL_PANEL_PRESENCE_LABEL=Presencia INFO_CTRL_PANEL_SUBSTRING_LABEL=Subcadena INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Eliminar \u00edndice... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Guardar cambios INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=Este un \u00edndice interno no configurable # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer between %d and %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred creating new entry. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the server must be running and you must provide authentication. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must provide authentication. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation of the entry. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass values of the entry. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Search Scope: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Search Filter: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Sort Order: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Max Block Size: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Base Object INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Single Level INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Subordinate Subtree INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Whole Subtree INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Add INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. Check main panel for more information. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<HTML>El \u00edndice se ha modificado.<br>Regeneraci\u00f3n de los \u00edndices requerida (utilizando "Regenerar \u00edndice" o "Importar") INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Atributos personalizados INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Atributos est\u00e1ndar INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Detalles del \u00edndice MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=El l\u00edmite de entradas debe ser un n\u00famero entero entre %d y %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=Debe seleccionar al menos un tipo de \u00edndice (aproximado, igualdad, orden, presencia o subcadena) ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=La entrada %s ya existe. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creando nueva entrada... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entrada creada INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=La entrada se cre\u00f3 correctamente. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error al crear una nueva entrada MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=Se produjo un error al crear una nueva entrada. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=Para crear una entrada, el servidor debe estar ejecut\u00e1ndose y debe proporcionar la autenticaci\u00f3n. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=Para crear una entrada, debe proporcionar la autenticaci\u00f3n. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=Debe proporcionar la representaci\u00f3n LDIF de la entrada. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=Debe proporcionar los valores de clase de objeto de la entrada. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=Por ejemplo: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=Por ejemplo: dc=subtree,dc=example:,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=Detalles de \u00edndice VLV INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Nombre: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=ND de base: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filtro: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=\u00c1mbito de b\u00fasqueda: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Filtro de b\u00fasqueda: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Orden de clasificaci\u00f3n: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Tama\u00f1o m\u00e1ximo de bloque: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Objeto de base INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Nivel \u00fanico INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Sub\u00e1rbol subordinado INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Sub\u00e1rbol completo INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Agregar INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Quitar INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Desplazarse hacia arriba INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Desplazarse hacia abajo INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Otro: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascendente) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descendente) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=No se encontr\u00f3 el esquema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=No se encontr\u00f3 el esquema. Compruebe el panel principal para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=No se han definido \u00edndices # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV index to be effective the following indexes must be configured in '%s':<br>%s <br><br>Do you want to continue? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the definition of index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No VLV index name provided. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=There is already a VLV index '%s' defined in backend '%s'. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=The provided base DN is not valid. Details: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=You must provide a filter for the index. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not valid. Details: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one attribute for the sort order. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size must be an integer between %d and %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Add Groups... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Choose Groups MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an static group. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were successfully added. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to groups. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name: INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=Para que este \u00edndice VLV sea eficaz, se deben configurar los siguientes \u00edndices en '%s':<br>%s <br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=igualdad INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=subcadena INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=orden INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presencia INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=aproximado INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=Debe actualizar la definici\u00f3n del \u00edndice '%s' para que sea del tipo %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=Debe definir el \u00edndice '%s' para que sea del tipo %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=Debe definir el \u00edndice '%s'. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No se ha proporcionado ning\u00fan nombre para el \u00edndice VLV. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=Ya existe un \u00edndice VLV '%s' definido en el backend '%s'. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Debe especificar un ND de base. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=El ND de base especificado no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Debe proporcionar un filtro para el \u00edndice. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=El filtro especificado no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Debe seleccionar al menos un atributo para el orden de clasificaci\u00f3n. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=El tama\u00f1o m\u00e1ximo de bloque debe ser un n\u00famero entero entre %d y %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Agregar al grupo INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entradas que se deben agregar: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Grupos: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Agregar grupos... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Seleccionar grupos MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=No se encontr\u00f3 el grupo '%s'. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=La entrada '%s' existe pero no es un grupo est\u00e1tico. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=Debe especificar un grupo. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=A\u00f1adiendo al grupo... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entradas agregadas a los grupos INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=Las entradas se agregaron correctamente. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error al agregar a grupos MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=Se produjo un error al realizar la adici\u00f3n a los grupos. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Sintaxis de atributo INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Detalles de sintaxis de atributo INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Nombre: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found - INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Descripci\u00f3n: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Atributos Usado por: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=\u00cdndices de backend INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=\u00cdndices VLV de backend INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- no se encontraron copias de seguridad - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=Examinar... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Full Backup INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Incremental Backup (Specify Parent Backup Below) INFO_CTRL_PANEL_BACKUP_ID_LABEL=Backup ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Available Parent Backups: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Backup Options: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Encrypt Data INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of Backup Contents to Use as Checksum INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running. You must provide authentication to perform the backup. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=The backup path '%s" exists and is a file. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=The backup path '%s' does not exist. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No backup ID provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=The file '%s' exists. You must provide a directory to do the new backup. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=You have chosen to run an incremental backup. You must select the parent backup in the list of available parent backups. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=A backup with ID '%s' is already defined under '%s'. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Backup contents of '%s' to directory '%s'. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Creating backup of backend '%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Creating backup of all backends... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Backup Complete INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the backup. Error code: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not valid. Details: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=The path '%s' is a directory. You must provide a file. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Cannot read file '%s'. Check that you have read rights to it. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=You must provide a value in Base 64 format. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. Details: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. Details: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 format: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Image Preview: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries INFO_CTRL_PANEL_NEW_USER_MENU=New User... INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=New Organizational Unit... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=New Domain... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=New from LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Reset User Password... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Add to Group... INFO_CTRL_PANEL_COPY_DN_MENU=Copy DN INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Delete Selected Entries INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=Do you want to delete the selected entries (including all the entries below them on the tree)? INFO_CTRL_PANEL_FILE_MENU=File INFO_CTRL_PANEL_EXIT_MENU=Exit INFO_CTRL_PANEL_HELP_MENU=Help INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Administration Guide INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Documentation Wiki INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=New Window INFO_CTRL_PANEL_VIEW_MENU=View INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Copias de seguridad disponibles: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Actualizar lista INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verificar copia de seguridad MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error al buscar copias de seguridad INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Ruta de la copia de seguridad: INFO_CTRL_PANEL_BACKUP_TITLE=Ejecutar copia de seguridad INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=Todos los backend INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Tipo de copia de seguridad: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Copia de seguridad completa INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Copia de seguridad incremental (especifique la copia de seguridad principal a continuaci\u00f3n) INFO_CTRL_PANEL_BACKUP_ID_LABEL=Id. de copia de seguridad: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Copias de seguridad principales disponibles: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Opciones de copia de seguridad: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Comprimir datos (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Cifrar datos INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generar recopilaci\u00f3n de mensajes de contenido de copia de seguridad para utilizar como suma de comprobaci\u00f3n INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Firmar hash de recopilaci\u00f3n de mensajes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para realizar la copia de seguridad. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No se ha seleccionado ning\u00fan backend. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No hay ning\u00fan backend disponible. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No se ha proporcionado ninguna ruta de la copia de seguridad. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=La ruta de la copia de seguridad '%s" existe y es un archivo. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=La ruta de la copia de seguridad '%s' no existe. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No se ha proporcionado ning\u00fan Id. de la copia de seguridad. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=El archivo '%s' ya existe. Debe proporcionar un directorio para realizar la nueva copia de seguridad. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=Ha seleccionado ejecutar una copia de seguridad incremental. Debe seleccionar la copia de seguridad principal en la lista de copias de seguridad principales disponibles. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=Ya se ha definido una copia de seguridad con Id. '%s' en '%s'. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Contenido de la copia de seguridad de '%s' al directorio '%s'. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Creando copia de seguridad del backend '%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Creando copia de seguridad de todos los backends... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Copia de seguridad completada INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=La copia de seguridad se ha realizado correctamente. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error durante la copia de seguridad MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=Se produjo un error durante la copia de seguridad. C\u00f3digo de error: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Otro ND de base MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Debe especificar un ND de base. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=El ND de base especificado no es v\u00e1lido. Detalles: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- no se especific\u00f3 ning\u00fan valor - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=Tiene que proporcionar un valor para el archivo. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=El archivo '%s' no existe. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=La ruta '%s' es un directorio. Debe proporcionar un archivo. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=No se puede leer el archivo '%s'. Compruebe que dispone de derechos de lectura. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=Debe proporcionar un valor en formato base 64. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=Se produjo un error al leer el contenido del archivo. Detalles: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=Se produjo un error al descodificar la cadena en base 64 proporcionada. Detalles: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Editar atributo binario INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Usar contenido del archivo: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Especificar el contenido binario en formato base 64: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Actualizar INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Vista previa de la imagen: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Especifique el valor en base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Imagen de atributo INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=La vista previa no est\u00e1 disponible. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=Ver atributo binario INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Valor en formato base 64: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Administrar entradas INFO_CTRL_PANEL_NEW_USER_MENU=Nuevo usuario... INFO_CTRL_PANEL_NEW_GROUP_MENU=Nuevo grupo... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=Nueva organizaci\u00f3n... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=Nueva unidad organizativa... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=Nuevo dominio... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=Nuevo a partir de LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Restablecer contrase\u00f1a de usuario... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Agregar al grupo... INFO_CTRL_PANEL_COPY_DN_MENU=Copiar ND INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Eliminar entradas seleccionadas INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=\u00bfDesea eliminar las entradas seleccionadas (incluidas todas las entradas subyacentes en el \u00e1rbol? INFO_CTRL_PANEL_FILE_MENU=Archivo INFO_CTRL_PANEL_EXIT_MENU=Salir INFO_CTRL_PANEL_HELP_MENU=Ayuda INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Gu\u00eda de administraci\u00f3n INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Wiki de documentaci\u00f3n INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=Nueva ventana INFO_CTRL_PANEL_VIEW_MENU=Ver INFO_CTRL_PANEL_ENTRIES_MENU=Entradas INFO_CTRL_PANEL_CLOSE_MENU=Cerrar INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=The file menu INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=The view menu INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=The help menu INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=The entries edition menu INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Simplified View INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attribute View INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF View INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Delete Entry... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error deleting entries MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting entries INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=Men\u00fa Archivo INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=Men\u00fa Ver INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=Men\u00fa Ayuda INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=Men\u00fa de edici\u00f3n de entradas INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Vista simplificada INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Vista Atributo INFO_CTRL_PANEL_LDIF_VIEW_MENU=Vista LDIF INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Eliminar entrada... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Eliminar entrada... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Eliminar ND de base... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Eliminar backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Eliminando entradas... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entradas eliminadas INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=Las entradas se eliminaron correctamente. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error al eliminar las entradas MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=Se produjo un error al eliminar las entradas INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=\u00cdndices INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=\u00cdndices VLV INFO_CTRL_PANEL_BACKEND_LABEL=Backend: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- No Item Selected - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Multiple Items Selected - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- No Entry Selected - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Multiple Entries Selected - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- No Schema Item Selected - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=New VLV Index... INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined. To create and manage indexes, you must create a backend. To create a new backend you can use the action "New Base DN". MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=No index selected on the tree. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Delete Indexes INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Are you sure you want to delete the indexes '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Deleting indexes... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Indexes Deleted INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting indexes '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=Matching Rules INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Attribute Syntaxes INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=New Attribute... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- no se encontr\u00f3 ning\u00fan backend - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No se ha encontrado ning\u00fan ND de base - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- No se ha seleccionado ning\u00fan elemento - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Se han seleccionado varios elementos - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- No se ha seleccionado ninguna entrada - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Se han seleccionado varias entradas - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- No se ha seleccionado ning\u00fan elemento de esquema - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=Nuevo \u00edndice... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=Nuevo \u00edndice VLV... INFO_CTRL_PANEL_NEW_INDEX_MENU=Nuevo \u00edndice... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=Nuevo \u00edndice VLV... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Eliminar \u00edndice... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Administrar \u00edndices MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No se encontr\u00f3 ning\u00fan backend MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=No se ha definido ning\u00fan backend. Para crear y administrar \u00edndices, debe crear un backend. Para crear un nuevo backend, puede utilizar la acci\u00f3n "Nuevo ND de base". MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=No se ha seleccionado ning\u00fan \u00edndice en el \u00e1rbol. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Eliminar \u00edndices INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=\u00bfEst\u00e1 seguro de que desea eliminar los \u00edndices '%s' definidos en el backend '%s'? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Eliminando \u00edndices... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=\u00cdndices eliminados INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=Los \u00edndices '%s' en el backend '%s' se eliminaron correctamente. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error al eliminar los \u00edndices MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=Se produjo un error al eliminar los \u00edndices '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Atributos INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Clases de objeto INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Est\u00e1ndar INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Configuraci\u00f3n del servidor INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Personalizado INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=Est\u00e1ndar INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Configuraci\u00f3n del servidor INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Personalizado INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=Reglas de coincidencia INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Sintaxis de atributo INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=Nueva clase de objeto... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=Nuevo atributo... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=Nueva clase de objeto... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=Nuevo atributo... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Eliminar... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Nombre INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=Tipo INFO_CTRL_PANEL_PARENT_CLASS=Parent Class INFO_CTRL_PANEL_CHILD_CLASS=Child Class INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=Multiple Schema Items Selected MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the following classes: %s. You must redefine these classes so that they do not inherit from objectClass '%s' before deleting it. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the following attributes: %s. You must redefine these attributes so that they do not inherit from attribute '%s' before deleting it. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional or required by the following objectClasses: %s. You must redefine these classes so that they do not depend on attribute '%s' before deleting it. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Manage Schema INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Delete Objectclasses INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Delete Attributes INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Delete Objectclasses and Attributes INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Are you sure you want to delete the elements '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Deleting... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Schema Definitions Deleted INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' were successfully deleted MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting schema elements MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred deleting schema elements. Check details for more information INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is running. You must provide authentication to delete the attribute. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Are you sure you want to delete the attribute '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Deleting attribute '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribute Deleted INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting attribute MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting attribute '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is running. You must provide authentication to delete the object class. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Are you sure you want to delete the object class '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Deleting object class '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Object class Deleted INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting object class MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred deleting object class '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is running. You must provide authentication to delete a backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error deleting backends MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting backends. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends will be deleted. All the entries defined on all the base DN's of the backend and all the index configuration will be deleted. INFO_CTRL_PANEL_PARENT_CLASS=Clase principal INFO_CTRL_PANEL_CHILD_CLASS=Clase secundaria INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Atributos requeridos INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Atributos opcionales INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=- No se ha seleccionado ning\u00fan elemento de esquema - INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Elemento de categor\u00eda seleccionado INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=- Se han seleccionado varios elementos de esquema - MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=La clase de objeto '%s' es superior de las siguientes clases: %s. Debe redefinir estas clases de forma que no hereden de la clase de objeto '%s' antes de eliminarla. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=El atributo '%s' es superior de los siguientes atributos: %s. Debe redefinir estos atributos de forma que no hereden del atributo '%s' antes de eliminarlo. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=El atributo '%s' es opcional o requerido por las siguientes clases de objeto: %s. Debe redefinir estas clases de forma que no dependan del atributo '%s' antes de eliminarlo. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Administrar esquema INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Eliminar clases de objetos INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Eliminar atributos INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Eliminar clases de objeto y atributos INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=\u00bfEst\u00e1 seguro de que desea eliminar los elementos '%s' definidos en el esquema? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Eliminando... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Definiciones de esquema eliminadas INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=Los elementos de esquema '%s' se eliminaron correctamente MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error al eliminar los elementos de esquema MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=Se produjo un error al eliminar los elementos de esquema. Comprobar los detalles para obtener m\u00e1s informaci\u00f3n INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Atributo de configuraci\u00f3n INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Clase de objeto de configuraci\u00f3n INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Atributo personalizado INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Clase de objeto personalizada INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Eliminar atributo... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Eliminar atributo INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para eliminar el atributo. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=\u00bfEst\u00e1 seguro de que desea eliminar el atributo '%s' definido en el esquema? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Eliminando atributo '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Atributo eliminado INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=El atributo '%s' se elimin\u00f3 correctamente MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error al eliminar el atributo MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=Se produjo un error al eliminar el atributo '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Eliminar clase de objeto... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Eliminar clase de objeto INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para eliminar la clase de objeto. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=\u00bfEst\u00e1 seguro de que desea eliminar la clase de objeto '%s' definida en el esquema? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Eliminando la clase de objeto '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Clase de objeto eliminada INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=La clase de objeto '%s' se elimin\u00f3 correctamente MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error al eliminar la clase de objeto MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=Se produjo un error al eliminar la clase de objeto '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Eliminar backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Seleccione los backend que se van a eliminar: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para eliminar un backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Eliminando backend... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backend eliminados INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=Los backend se eliminaron correctamente. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error al eliminar los backend MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=Se produjo un error al eliminar los backend. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=Se eliminar\u00e1n los siguientes backends. Se eliminar\u00e1n todas las entradas definidas en todos los ND de base del backend y toda la configuraci\u00f3n del \u00edndice. INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=\u00bfDesea continuar? INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Clear Selection INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following backends will be deleted and all the configuration lost: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is running. You must provide authentication to delete a base DN. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DN's MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting base DN's. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DN's will be deleted. All the entries defined on the base DN's will be deleted. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error searching entry INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Seleccionar todo INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Anular selecci\u00f3n de todo INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=Los siguientes backend se eliminar\u00e1n y se perder\u00e1 toda la configuraci\u00f3n: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Eliminar ND de base INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Seleccionar el ND de base que se va a eliminar: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para eliminar un ND de base. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Eliminando ND de base... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=ND de base eliminados INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=Los ND de base se eliminaron correctamente. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error al eliminar los ND de base MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=Se produjo un error al eliminar los ND de base. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=Se eliminar\u00e1n los siguientes ND de base. Todas las entradas definidas en los ND de base se eliminar\u00e1n. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error al buscar la entrada # # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry '%s'. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of file instead of appending. INFO_CTRL_PANEL_EXPORT_OPTIONS=Export Options: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Generate a Signed Hash INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is running. You must provide authentication to perform the export. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists and it is a directory. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be between %d and %d. MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=Se produjo error al buscar la entrada '%s'. Detalles:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Exportar LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Exportar a archivo: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=Si existe el archivo, sobrescribir el contenido del archivo en vez de adjuntarlo. INFO_CTRL_PANEL_EXPORT_OPTIONS=Exportar opciones: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Generar un hash firmado INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Ajustar texto a columna INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Excluir atributos operativos INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para realizar la exportaci\u00f3n. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No se ha seleccionado ning\u00fan backend. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=La ruta proporcionada '%s' existe y es un directorio. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=El valor de ajuste a la columna debe ser entre %d y %d. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=File '%s' exists and its contents will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exporting from backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Export Complete INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=The export finished successfully. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the export. Error code: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Overwrite Any Existing Data INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Append to Existing Data INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=File to Import: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Replace Entries that have Matching DN's with Imported Values INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Schema Validation: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Reject Entries That are Not Schema-Compliant INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Rejects File: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Write Rejected Entries to a File INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Skips File: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=Write Skipped Entries to a File INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=The server is running. You must provide authentication to perform the import. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=You must provide a value for the rejects file. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=The rejects and skips file must have different values. MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the skips file. INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=El archivo '%s' existe y su contenido se sobrescribir\u00e1.<br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exportando desde el backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Exportaci\u00f3n completada INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=La exportaci\u00f3n se ha realizado correctamente. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error durante la exportaci\u00f3n MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=Se produjo un error durante la exportaci\u00f3n. C\u00f3digo de error: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Exportar backend '%s' al archivo '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Importar LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Los datos incluidos en el archivo est\u00e1n comprimidos (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=importar tipo: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Sobrescribir los datos existentes INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Adjuntar a los datos existentes INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=Archivo para importar: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Sustituir las entradas que tengan ND coincidentes con los valores importados INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Validaci\u00f3n de esquema: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Rechazar las entradas no compatibles con el esquema INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Archivo de rechazos: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Escribir las entradas rechazadas en un archivo INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=Si existe el archivo, sobrescribir el contenido del archivo en vez de adjuntarlo INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Archivo de omisiones: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=Escribir entradas omitidas en un archivo INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=Si existe el archivo, sobrescribir el contenido del archivo en vez de adjuntarlo INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para realizar la importaci\u00f3n. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=Debe especificar un valor para el archivo de rechazos. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=Los archivos de rechazos y omisiones deben tener valores distintos. MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=Debe especificar un valor para el archivo de omisiones. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importing to backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import Complete INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=The import finished successfully. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error during Import MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=An error occurred during the import. Error code: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Import the contents of file '%s' to backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Data Inclusion Options INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Data Exclusion Options INFO_CTRL_PANEL_DNS_TO_INCLUDE=DN's to Include: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=DN's to Exclude: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Attributes to Include: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Attributes to Exclude: INFO_CTRL_PANEL_INCLUSION_FILTER=Inclusion Filter: INFO_CTRL_PANEL_EXCLUSION_FILTER=Exclusion Filter: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Separate multiple DN's with a line break INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Separate multiple attributes with a comma (,) MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a valid name. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. Details: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is running. You must provide authentication to edit the index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Are you sure you want to delete the index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Deleting index... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index Deleted INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error deleting index MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=An error occurred deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modifying Index INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modifying index %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index Modified INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error modifying index MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDS_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDS_JAVA_ARGS will be used as fallback. INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=Todos los datos en el backend '%s' se sobrescribir\u00e1n.<br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importando al backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Importaci\u00f3n completa INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=La importaci\u00f3n se ha realizado correctamente. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error al importar MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=Se produjo error durante la importaci\u00f3n. C\u00f3digo de error: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Importar el contenido del archivo '%s' al backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Opciones de inclusi\u00f3n de datos INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Opciones de exclusi\u00f3n de datos INFO_CTRL_PANEL_DNS_TO_INCLUDE=ND que se incluir\u00e1n: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=ND que se excluir\u00e1n: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Atributos que se incluir\u00e1n: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Atributos que se excluir\u00e1n: INFO_CTRL_PANEL_INCLUSION_FILTER=Filtro de inclusi\u00f3n: INFO_CTRL_PANEL_EXCLUSION_FILTER=Filtro de exclusi\u00f3n: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Separar varios ND con salto de l\u00ednea INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Separar varios atributos con una coma (,) MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=El ND de base '%s' no es un descendiente de ning\u00fan ND de base definido en el backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=El atributo '%s' no tiene un nombre v\u00e1lido. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=El valor proporcionado %s no es un filtro v\u00e1lido. Detalles: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=Ver propiedades de \u00edndice INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=Ver elemento de esquema INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Propiedades de \u00edndice INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para editar el \u00edndice. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Eliminar \u00edndice INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=\u00bfEst\u00e1 seguro de que desea eliminar el \u00edndice '%s' definido en el backend '%s'? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Eliminando \u00edndice... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=\u00cdndice eliminado INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=El \u00edndice '%s' en el backend '%s' se elimin\u00f3 correctamente. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error al eliminar el \u00edndice MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=Se produjo un error al eliminar el \u00edndice '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modificando el \u00edndice INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modificando \u00edndice %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=\u00cdndice modificado INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=El \u00edndice '%s' en el backend '%s' se modific\u00f3 correctamente. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error al modificar el \u00edndice MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=Se produjo un error al modificar el \u00edndice '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modificar \u00edndice '%s' en backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modificando \u00edndice %s INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Configuraci\u00f3n de Java INFO_CTRL_PANEL_JAVA_HOME_LABEL=Inicio de Java: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use el valor de la variable de entorno OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Si OPENDS_JAVA_HOME no se ha definido, se utilizar\u00e1 el valor que se muestra a continuaci\u00f3n como respaldo. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use el siguiente valor: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Si el valor no se encuentra al iniciar la l\u00ednea de comandos, el valor de OPENDS_JAVA_HOME se utilizar\u00e1 como respaldo. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Argumentos de Java: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use el valor de la variable de entorno OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Si OPENDS_JAVA_ARGS no se ha definido, se utilizar\u00e1 el valor que se muestra a continuaci\u00f3n como respaldo. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use los valores especificados a continuaci\u00f3n INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Si el valor no se encuentra al iniciar la l\u00ednea de comandos, el valor de OPENDS_JAVA_ARGS se utilizar\u00e1 como respaldo. # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on its own process and could benefit from more memory allocation. INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<HTML>(*)La operaci\u00f3n se ejecuta en su propio proceso y podr\u00eda beneficiarse de una mayor asignaci\u00f3n de memoria. # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the java settings. Details: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java settings INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java arguments... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the java installation to be used. INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<HTML>(**)La operaci\u00f3n se ejecuta en el proceso del servidor y la l\u00ednea de comandos no requiere muchos recursos. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Se produjo un error inesperado al leer la configuraci\u00f3n de Java. Detalles: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error al leer la configuraci\u00f3n de Java INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=Comprobando las opciones de Java proporcionadas... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=La ruta %s no existe. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=La ruta '%s' no es un directorio. Debe especificar la ruta a la instalaci\u00f3n de Java que se vaya a utilizar. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=No se encontr\u00f3 el valor binario '%s'. Debe especificar la ruta a la instalaci\u00f3n de Java que se vaya a utilizar. # # Note that the following property contains line breaks in HTML format (<br>) # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java arguments could not be used with java binary '%s':<br>%s<br><br>The command-lines associated with those java arguments may not work.<br>Do you want to continue? MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided java settings. Details: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating java settings. C\u00f3digo de error: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (Online) (**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (Offline) (**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Update Java Settings. INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=Edit LDAP Entry INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Save Changes INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Saving changes of entry '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entry Updated INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=The entry '%s' was successfully updated. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving changes to entry '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. Details: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Delete Entry INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Delete Subtree INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=Do you want to delete entry '%s'? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=Do you want to delete subtree '%s' (including all the entries below it on the tree)? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entry Deleted INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=The entry '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error deleting entry MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=An error occurred deleting entry '%s'. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Deleting subtree '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Subtree Deleted INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=The subtree '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=An error occurred deleting subtree '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=All Base DNs INFO_CTRL_PANEL_LDAP_FILTER=LDAP Filter: INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups INFO_CTRL_PANEL_OTHER_BASE_DN=Other... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Los siguientes argumentos de Java no se pudieron utilizar con el valor binario '%s':<br>%s<br><br>Es posible que las l\u00edneas de comandos asociadas con dichos argumentos de Java no funcionen.<br>\u00bfDesea continuar? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Los siguientes argumentos de Java no se pudieron utilizar con el valor binario '%s':<br>%s<br><br>Estos argumentos se utilizar\u00e1 como respaldo cuando no se defina OPENDS_JAVA_ARGS. Si no desea especificar un valor de respaldo, deje estos argumentos en blanco.<br><br>Es posible que las l\u00edneas de comandos asociadas con dichos argumentos de Java no funcionen.<br>\u00bfDesea continuar? ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error al comprobar la configuraci\u00f3n de Java MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=Se produjo un error inesperado al comprobar la configuraci\u00f3n de Java proporcionada. Detalles: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modificando el \u00edndice INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Actualizando la configuraci\u00f3n de Java... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Configuraci\u00f3n de Java actualizada INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=La configuraci\u00f3n de Java se ha actualizado correctamente. Cuando se ejecutan las l\u00edneas de comandos, se tendr\u00e1 en cuenta la nueva configuraci\u00f3n. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error al actualizar las propiedades de Java MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Se produjo un error al actualizar la configuraci\u00f3n de Java. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=Se produjo un error al actualizar la configuraci\u00f3n de Java. C\u00f3digo de error: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Nombre de l\u00ednea de comandos INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Argumentos de Java INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (tiempo de ejecuci\u00f3n de servidor) INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (en l\u00ednea) (**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (sin conexi\u00f3n) (**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Actualizar configuraci\u00f3n de Java. INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=A INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Guardar cambios INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Guardando cambios a la entrada '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entrada actualizada INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=La entrada '%s' se actualiz\u00f3 correctamente. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error al guardar los cambios MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=Se produjo un error al guardar los cambios a la entrada '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=La entrada no es correcta. Detalles: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Cambios no guardados INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Cambios no guardados INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=\u00bfGuardar cambios en: '%s'? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=\u00bfGuardar cambios en: '%s'? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Eliminar entrada INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Eliminar sub\u00e1rbol INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=\u00bfDesea eliminar la entrada '%s'? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=\u00bfDesea eliminar el sub\u00e1rbol '%s' (incluidas todas las entradas subyacentes en el \u00e1rbol? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entrada eliminada INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=La entrada '%s' se elimin\u00f3 correctamente. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error al eliminar la entrada MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=Se produjo un error al eliminar la entrada '%s'. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Eliminando sub\u00e1rbol '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Sub\u00e1rbol eliminado INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=El sub\u00e1rbol '%s' se elimin\u00f3 correctamente. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error al eliminar el sub\u00e1rbol MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=Se produjo un error al eliminar el sub\u00e1rbol '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=Todos los ND de base INFO_CTRL_PANEL_LDAP_FILTER=Filtro LDAP INFO_CTRL_PANEL_USERS_FILTER=Usuarios INFO_CTRL_PANEL_GROUPS_FILTER=Grupos INFO_CTRL_PANEL_OTHER_BASE_DN=Otro... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Atributos no editables: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Clase de objeto: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Clases de objeto auxiliares: %s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Autenticaci\u00f3n necesaria INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN: INFO_CTRL_PANEL_BIND_DN_LABEL=ND de enlace: INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=Contrase\u00f1a: # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you exit the tasks will continue but you will have to check the error logs to see if they complete successfully.<br><br>Do you want to continue? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Matching Rule INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name: INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=Las siguientes tareas est\u00e1n en ejecuci\u00f3n:<:<br>%s<br><br>Si sale, las tareas continuar\u00e1n pero tendr\u00e1 que comprobar los registros de error para ver si se han completado correctamente.<br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Regla de coincidencia INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Detalles de regla de coincidencia INFO_CTRL_PANEL_MATCHING_RULE_NAME=Nombre: INFO_CTRL_PANEL_MATCHING_RULE_OID=OID: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Description: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Descripci\u00f3n: INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=Sintaxis: INFO_CTRL_PANEL_MATCHING_RULE_TYPE=Tipo: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=You must provide a name for the attribute. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid. Details: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. Details: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=The provided OID '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=You have provided an empty alias. MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=The provided alias '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creating attribute '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribute created in schema INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error creating attribute MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=An error occurred creating attribute '%s'. Check details for more information. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=attribute INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=object class INFO_CTRL_PANEL_TYPE_MATCHING_RULE=matching rule INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=syntax INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=The syntax defines the type of value of the attribute INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Extra Options INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Attribute Type Options INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Matching Rule Options INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Separated with commas INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=The file (under 'config%sschema') where the attribute definition will be stored. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=The matching rule to be used for approximate requests INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=The matching rule to be used for equality requests INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=The matching rule to be used for ordering requests INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=The matching rule to be used for substring requests INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Default defined in syntax (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Create new attribute '%s' in schema. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Creating attribute '%s' INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Name: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Parent: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Atributos Usado por: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- Sin principal - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- Sin regla de coincidencia - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=Nuevo atributo INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para crear un atributo en el esquema. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=Debe proporcionar un nombre para el atributo. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=El nombre proporcionado no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=El nombre proporcionado '%s' ya existe en el esquema (definido como %s) MILD_ERR_CTRL_PANEL_OID_NOT_VALID=El OID proporcionado no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=El OID proporcionado '%s' ya existe en el esquema (definido como %s) MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=Ha proporcionado un alias vac\u00edo. MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=El alias proporcionado '%s' ya existe en el esquema (definido como %s) INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creando atributo '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Atributo creado en el esquema INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=El atributo '%s' se ha creado correctamente. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error al crear el atributo MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=Se produjo un error al crear el atributo '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=atributo INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=clase de objeto INFO_CTRL_PANEL_TYPE_MATCHING_RULE=regla de coincidencia INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=sintaxis INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=La sintaxis define el tipo de valor del atributo INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Opciones adicionales INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Opciones de tipo de atributo INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Opciones de regla de coincidencia INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Separado con comas INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=El archivo (en 'config%sschema') donde se guardar\u00e1 la definici\u00f3n del atributo. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=La regla de coincidencia que se debe utilizar para solicitudes aproximadas INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=La regla de coincidencia que se debe utilizar para solicitudes de igualdad INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=La regla de coincidencia que se debe utilizar para solicitudes de orden INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=La regla de coincidencia que se debe utilizar para solicitudes de subcadena INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Valor predeterminado definido en sintaxis (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Crear nuevo atributo '%s' en el esquema. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Creando atributo '%s' INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Nombre: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Principal: INFO_CTRL_PANEL_ATTRIBUTE_OID_LABEL=OID: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=File: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Alias: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origen: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=Archivo: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Descripci\u00f3n: INFO_CTRL_PANEL_ATTRIBUTE_USAGE_LABEL=Uso: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_LABEL=Sintaxis: INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=Approximate Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=Equality Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=Ordering Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=Substring Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Non Modifiable INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Single Valued INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Multivalued INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=Regla de coincidencia Aproximado: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=Regla de coincidencia Igualdad: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=Regla de coincidencia Orden: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=Regla de coincidencia Subcadena: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=No modificable INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Un valor INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Varios valores INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Colectivo INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsoleto INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operativo INFO_CTRL_PANEL_NEW_BACKEND_LABEL=Nuevo backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=Nuevo ND de base INFO_CTRL_PANEL_BASE_DN_EXAMPLE=Por ejemplo: dc=example,dc=com INFO_CTRL_PANEL_DIRECTORY_DATA_LABEL=Datos del directorio: INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Crear s\u00f3lo entrada de base INFO_CTRL_PANEL_LEAVE_DATABASE_EMPTY_LABEL=Dejar la base de datos vac\u00eda INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Import Data From LDIF File INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Import Automatically Generated Example Data INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=The server is running. You must provide authentication to create a new base DN. INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Importar datos del archivo LDIF INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Importar datos de ejemplo generados autom\u00e1ticamente INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para crear un nuevo ND de base. INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=Ruta: INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=N\u00famero de entradas de usuario: MILD_ERR_NEW_BACKEND_NAME_REQUIRED=You must provide a name for the new backend. MILD_ERR_BACKEND_ALREADY_EXISTS=There is already an existing backend with name: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=You must provide a value for the Base DN. MILD_ERR_BASE_DN_ALREADY_EXISTS=The base DN '%s' is already defined. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=The backend already contains another base DN that is within the same hierarchical path (%s is an ancestor of the provided base DN). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=The backend already contains another base DN that is within the same hierarchical path (%s is a descendant of the provided base DN). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=The number of user entries to generate must be between %d and %d. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Creating base DN '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=Base DN Created INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=The base DN '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of base DN '%s'. Compruebe el \u00e1rea de texto "Detalles" para obtener m\u00e1s informaci\u00f3n. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=An error occurred during the creation of the Base DN. Error code: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Create new base DN '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing base DN '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for the name of the organization. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the name of the domain. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the name of the group. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member '%s' is not valid. Details: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=You must provide a member for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=You must provide an LDAP URL with a filter for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not valid. Details: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=The provided Reference Group could not be found. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=The provided Reference Group exists but it is not a dynamic group. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group Reference DN is not valid. Details: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Members: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Static Group INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Dynamic Group INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Virtual Static Group INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=Member DNs: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=LDAP URL: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Add Members... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running. You must provide authentication to create an index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=The entry limit must be an integer between %d and %d. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Creating new index '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index created INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=The new index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error creating index MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred creating index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the object class. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid. Details: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Creating object class '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Object class created in schema INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error creating object class MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=An error occurred creating object class '%s'. Check details for more information. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstract INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Structural INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliary INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Available Attributes: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Required Attributes: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Optional Attributes: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Inherited Attribute INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=The file (under 'config%sschema') where the object class definition will be stored. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Create new object class '%s' in schema. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Creating object class '%s' INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Name: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Parent: MILD_ERR_NEW_BACKEND_NAME_REQUIRED=Debe proporcionar un nombre para el nuevo backend. MILD_ERR_BACKEND_ALREADY_EXISTS=Ya existe un backend con el nombre: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=Debe proporcionar un valor para el ND de base. MILD_ERR_BASE_DN_ALREADY_EXISTS=El ND de base '%s' ya est\u00e1 definido. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=El backend ya contiene otro ND de base que se encuentra en la misma ruta jer\u00e1rquica (%s es un ancestro del ND de base proporcionado). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=El backend ya contiene otro ND de base que se encuentra en la misma ruta jer\u00e1rquica (%s es un ancestro del ND de base proporcionado). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=El n\u00famero de entradas de usuario que se debe generar debe ser entre %d y %d. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Creando ND de base '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=ND de base creado INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=El atributo '%s' se ha creado correctamente MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error al crear el ND de base '%s'. Compruebe el \u00e1rea de texto "Detalles" para obtener m\u00e1s informaci\u00f3n. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=Se produjo un error durante la creaci\u00f3n del ND de base. C\u00f3digo de error: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Crear nuevo ND de base '%s' en backend '%s'. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creando backend '%s' que contenga el ND de base '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creando nuevo ND de base '%s' en backend '%s'. INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creando \u00edndices predeterminados INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=Nueva organizaci\u00f3n MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=Debe proporcionar un valor para el nombre de la organizaci\u00f3n. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Nombre: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Descripci\u00f3n: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=ND de la entrada: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=Nuevo dominio MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=Debe proporcionar un valor para el nombre del dominio. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=Nueva entrada a partir de LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Escribir sintaxis LDIF para la nueva entrada: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Comprobar sintaxis INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=Nuevo grupo MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=Debe proporcionar un valor para el nombre del grupo. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=No se encontr\u00f3 la entrada '%s'. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=El valor proporcionado como miembro '%s' no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=Debe proporcionar un miembro para el grupo. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=Debe proporcionar una URL de LDAP con un filtro para el grupo. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=El valor de la URL de LDAP proporcionado no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=No se encontr\u00f3 el grupo de referencia proporcionado. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=El grupo de referencia proporcionado existe pero no es un grupo din\u00e1mico. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=El ND de referencia de grupo din\u00e1mico proporcionado no es v\u00e1lido. Detalles: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Nombre: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Descripci\u00f3n INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=ND de la entrada: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Miembros: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Grupo est\u00e1tico INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Grupo din\u00e1mico INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Grupo est\u00e1tico virtual INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=ND de miembros: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=URL LDAP: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Agregar miembros... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Agregar miembros INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=ND de referencia de grupo din\u00e1mico: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Seleccionar grupo de referencia INFO_CTRL_PANEL_NEW_INDEX_TITLE=Nuevo \u00edndice INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para crear un \u00edndice. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No se ha seleccionado ning\u00fan nombre de atributo. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=El l\u00edmite de entradas debe ser un n\u00famero entero entre %d y %d. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=Debe seleccionar al menos un tipo de \u00edndice (aproximado, igualdad, orden, presencia o subcadena) INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Creando nuevo \u00edndice '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=\u00cdndice creado INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=El \u00edndice nuevo '%s' se ha creado correctamente MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error al crear el \u00edndice MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=Se produjo un error al crear el \u00edndice. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Crear nuevo \u00edndice '%s' en backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creando \u00edndice '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=Nueva clase de objeto INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para crear un atributo en el esquema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=Debe proporcionar un nombre para la clase de objeto. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=El nombre proporcionado no es v\u00e1lido. Detalles: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=El nombre proporcionado '%s' ya existe en el esquema (definido como %s) INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Creando la clase de objeto '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Clase de objeto creada en el esquema INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=La clase de objeto '%s' se cre\u00f3 correctamente. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error al eliminar la clase de objeto MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=Se produjo un error al crear la clase de objeto '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsoleto INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstracto INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Estructural INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliar INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Atributos disponibles: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Atributos requeridos: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Atributos opcionales: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Atributo heredado INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=El archivo (en 'config%sschema') donde se guardar\u00e1 la definici\u00f3n de clase de objeto. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Crear nueva clase de objeto '%s' en el esquema. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Creando la clase de objeto '%s' INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Nombre: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Principal: INFO_CTRL_PANEL_OBJECTCLASS_OID_LABEL=OID: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=File: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Alias: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origen: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=Archivo: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Descripci\u00f3n: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=Tipo: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Address: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name of the Organizational Unit. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=User ID: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Atributos: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Nombre: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Descripci\u00f3n: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=ND de la entrada: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Direcci\u00f3n: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=N\u00famero de tel\u00e9fono: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=N\u00famero de fax: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=Nueva unidad organizativa... MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=Debe proporcionar un valor para el nombre de la unidad organizativa. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=Nombre: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Apellidos: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Nombre com\u00fan: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=Id. de usuario: INFO_CTRL_PANEL_NEW_USER_PASSWORD_LABEL=Contrase\u00f1a: INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Password (Confirm): INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-mail: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Naming Attribute: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=New User MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last Name\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for 'Common Name'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value for the naming attribute '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running. You must provide authentication to create a VLV index. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV Index created INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=The new VLV index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error creating VLV index MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred creating VLV index. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes: INFO_CTRL_PANEL_INDEXES_LABEL=Indexes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) Requires Rebuild INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Rebuild Indexes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=The server is running. You must provide authentication to disable the backend before rebuilding the indexes. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No Base DN's defined. MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=You must select a Base DN. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=You must select at least one index to be rebuilt. INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Contrase\u00f1a (confirmar): INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=Correo electr\u00f3nico: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=N\u00famero de tel\u00e9fono: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=N\u00famero de fax: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Atributo de nombre: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=ND de la entrada: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=Nuevo usuario MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=Debe proporcionar un valor para 'Apellidos\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=Debe proporcionar un valor para 'Nombre com\u00fan'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=Debe proporcionar un valor para el atributo de nombre '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=Nuevo \u00edndice VLV INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para crear un \u00edndice VLV. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creando nuevo \u00edndice '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=\u00cdndice VLV creado INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=El nuevo \u00edndice VLV '%s' se ha creado correctamente MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error al crear el \u00edndice VLV MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=Se produjo un error al crear el \u00edndice VLV. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Crear nuevo \u00edndice VLV '%s' en backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creando nuevo \u00edndice '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Editar clase de objeto INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Clase de objeto estructural: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Clases de objeto auxiliares: INFO_CTRL_PANEL_INDEXES_LABEL=\u00cdndices: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=\u00cdndices disponibles: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=\u00cdndices seleccionados: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) Requiere regeneraci\u00f3n INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Regenerar \u00edndices INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para inhabilitar el backend antes de regenerar los \u00edndices. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No se ha definido ning\u00fan ND de base MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=Debe seleccionar un ND de base. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=Debe seleccionar al menos un \u00edndice para regenerarlo. # # Note that the following property contain line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to continue? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=You must provide a value for the new password. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Reset User Password INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=New User Password: INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=Durante la regeneraci\u00f3n de los \u00edndices, el backend '%s' se deshabilitar\u00e1 y ninguno de sus sufijos estar\u00e1 accesible.<br><br>\u00bfDesea continuar? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=Debe proporcionar un valor para la nueva contrase\u00f1a. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Restablecer contrase\u00f1a de usuario INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=ND: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=Contrase\u00f1a de nuevo usuario: INFO_CTRL_PANEL_RESET_USER_PASSWORD_CONFIRM_LABEL=Contrase\u00f1a (confirmar): INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Name: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Resetting user password... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=User Password Updated INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password was successfully updated. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user password MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred updating user password. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running. You must provide authentication to restore from backup. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verifying contents of backup '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verify Complete INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=The verification of the backup finished successfully. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error during Backup Verification MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during the backup verification. Error code: %d. INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Nombre: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Restableciendo contrase\u00f1a de usuario... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=Contrase\u00f1a de usuario actualizada INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=La contrase\u00f1a de usuario se ha actualizado correctamente. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error al actualizar la contrase\u00f1a de usuario MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=Se produjo un error al actualizar la contrase\u00f1a de usuario. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restaurar desde copia de seguridad INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para restaurar la copia de seguridad. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verificar copia de seguridad INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verificando el contenido de la copia de seguridad '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verificaci\u00f3n completada INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=La verificaci\u00f3n de la copia de seguridad se ha realizado correctamente. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error durante la verificaci\u00f3n de la copia de seguridad MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= Se produjo un error durante la verificaci\u00f3n de la copia de seguridad. C\u00f3digo de error: %d. # # Note that the following property contain line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=You must provide the parent directory containing the backup files. Then click on 'Refresh' to update the list of available backups.<br>Finally select a backup from the list. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=You must select a backup from the list of available backups. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=Debe proporcionar el directorio principal que contenga los archivos de la copia de seguridad. A continuaci\u00f3n, haga clic en "Actualizar" para actualizar la lista de copias de seguridad disponibles.<br>Por \u00faltimo, seleccione una copia de seguridad de la lista. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=Debe seleccionar una copia de seguridad de la lista de copias de seguridad disponibles. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=If you continue with the restore the contents on the server will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_RESTORING_SUMMARY=Restoring contents of backup '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restore Complete INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=The restore finished successfully MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error during Restore MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=An error occurred during the restore. Error code: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Verify the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restore the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Common Name INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Object Class INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=First Name INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Last Name INFO_CTRL_PANEL_UID_FRIENDLY_NAME=User ID INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Employee Number INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=User Password INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Auth Password INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=E-Mail INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Street Address INFO_CTRL_PANEL_L_FRIENDLY_NAME=City/Locality INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=Si contin\u00faa con la operaci\u00f3n de restauraci\u00f3n, el contenido en el servidor se sobrescribir\u00e1.<br><br>\u00bfDesea continuar? INFO_CTRL_PANEL_RESTORING_SUMMARY=Restaurando el contenido de la copia de seguridad '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restauraci\u00f3n completada INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=La restauraci\u00f3n se ha realizado correctamente. MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error al restaurar MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=Se produjo un error durante la restauraci\u00f3n. C\u00f3digo de error: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Comprobar el contenido de la copia de seguridad '%s' en el directorio '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restaurar el contenido de la copia de seguridad '%s' en el directorio '%s'. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Nombre com\u00fan INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Clase de objeto INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=Nombre INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Apellidos INFO_CTRL_PANEL_UID_FRIENDLY_NAME=Id. de usuario INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=N\u00famero de empleado INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=Contrase\u00f1a de usuario INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Contrase\u00f1a de autenticaci\u00f3n INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=Correo electr\u00f3nico INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Direcci\u00f3n INFO_CTRL_PANEL_L_FRIENDLY_NAME=Ciudad/localidad INFO_CTRL_PANEL_ST_FRIENDLY_NAME=Estado INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=Postal Code INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Mobile Number INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Home Telephone Number INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Telephone Number INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=Pager INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Fax Number INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=C\u00f3digo postal INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=N\u00famero de tel\u00e9fono m\u00f3vil INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=N\u00famero de tel\u00e9fono del domicilio INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=N\u00famero de tel\u00e9fono INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=Buscapersonas INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=N\u00famero de fax INFO_CTRL_PANEL_DESCRIPTION_FRIENDLY_NAME=Descripci\u00f3n INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Address INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Members of Group INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=LDAP URL INFO_CTRL_PANEL_C_FRIENDLY_NAME=Country INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=Dynamic Group Reference DN INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=User Certificate INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG Photograph INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Supported Password Schemes INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Supported Controls INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Supported LDAP Versions INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Supported Extensions INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Supported Features INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Vendor Name INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Vendor Version INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Naming Contexts INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Private Naming Contexts INFO_CTRL_PANEL_NAME_LABEL=Name INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Direcci\u00f3n INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Miembros del grupo INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=URL LDAP INFO_CTRL_PANEL_C_FRIENDLY_NAME=Pa\u00eds INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=ND de referencia de grupo din\u00e1mico INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=Certificado de usuario INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=Fotograf\u00eda JPEG INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Esquemas de contrase\u00f1a compatibles INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Controles admitidos INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Versiones de LDAP compatibles INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Extensiones admitidas INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Funciones admitidas INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Nombre del proveedor INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Versi\u00f3n del proveedor INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Contextos de nombres INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Contextos de nombres privados INFO_CTRL_PANEL_NAME_LABEL=Nombre INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Mostrar s\u00f3lo atributos con valores INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=Contrase\u00f1a (confirmar): INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' - MILD_ERR_LOADING_IMAGE=Error loading image INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading Configuration INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Not Available INFO_CTRL_PANEL_CHOOSE_ENTRIES=Seleccionar entradas INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contenido del archivo '%s' - MILD_ERR_LOADING_IMAGE=Error al cargar la imagen INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Miniatura INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Editar...... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Eliminar... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=Ver... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Atributo est\u00e1ndar INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Detalles de atributo INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Requerido por: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Permitido por: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Clase de objeto est\u00e1ndar INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Detalles de clase de objeto INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Atributos requeridos: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Atributos opcionales: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Definido en el archivo: %s INFO_CTRL_PANEL_GENERIC_TITLE=Panel de control - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=Estado general MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error al leer la configuraci\u00f3n INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=No disponible INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Estado del servidor INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Server Status: INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Estado del servidor: INFO_CTRL_PANEL_OPEN_CONNECTIONS_LABEL=Conexiones abiertas: INFO_CTRL_PANEL_SERVER_DETAILS_TITLE_BORDER=Informaci\u00f3n del servidor INFO_CTRL_PANEL_HOST_NAME_LABEL=Nombre de host: INFO_CTRL_PANEL_ADMINISTRATIVE_USERS_LABEL=Usuarios administrativos: INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=Ruta de la instalaci\u00f3n: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Instance Path: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Ruta de instancia: INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=Versi\u00f3n de OpenDS: INFO_CTRL_PANEL_JAVA_VERSION_LABEL=Versi\u00f3n de Java: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administration Connector: INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Port %d (LDAPS) INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Conector de administraci\u00f3n INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Puerto %d (LDAPS) INFO_CTRL_PANEL_CONNECTION_HANDLERS=Controladores de conexi\u00f3n INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found - INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No se encontr\u00f3 ning\u00fan controlador de conexi\u00f3n - INFO_CTRL_PANEL_DATA_SOURCES=Or\u00edgenes de datos INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this OpenDS instance is configured to run as a Windows Service. To manage auto-start and other features, run the Windows Service Control Manager of the operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Enable INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Disable... INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No se encontr\u00f3 ning\u00fan origen de datos - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Configuraci\u00f3n de Windows Service INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=Esta p\u00e1gina indica si esta instancia de OpenDS se ha configurado para ejecutarse como un Windows Service. Para administrar el inicio autom\u00e1tico y otras funciones, ejecute el Administrador de control de Windows Service del sistema operativo. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Integraci\u00f3n de Windows Service: INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Activar INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Desactivar... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Inhabilitando el servicio de Windows... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Disabled INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully disabled. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Disabling of Windows Service MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the disabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service deshabilitado INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=El servicio de Windows se ha deshabilitado correctamente. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error al deshabilitar Windows Service MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=Se produjo un error al deshabilitar Windows Service. C\u00f3digo de error: %d. INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUMMARY=Habilitando el servicio de Windows... INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Enabled INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully enabled. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Enabling of Windows Service MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the enabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes INFO_CTRL_PANEL_ACTION_LABEL=Action: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Verify Entry Contents are Properly Indexed INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Verify All Index Key Entry ID's are Clean and Refer to Existing Entries INFO_CTRL_PANEL_INDEX_LABEL=Index: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Verify Indexes MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=You must select at least one index to be verified. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No indexes defined for base DN '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=You must select an index. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Verifying contents of indexes in '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Index Verification Complete INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully verified. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index Verification MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during the index verification. Error code: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'. INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service habilitado INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=El servicio de Windows se ha habilitado correctamente. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error al habilitar Windows Service MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=Se produjo un error al habilitar Windows Service. C\u00f3digo de error: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Habilitar Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Deshabilitar Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=\u00cdndices de base de datos INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=\u00cdndices de atributo INFO_CTRL_PANEL_VLV_INDEXES=\u00cdndices VLV INFO_CTRL_PANEL_ACTION_LABEL=Acci\u00f3n: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Verificar que el contenido de entrada est\u00e1 indexado correctamente INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Verificar que todos los Id. de entrada de clave de \u00edndice est\u00e1n limpios y hacen referencia a las entradas existentes INFO_CTRL_PANEL_INDEX_LABEL=\u00cdndice: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Verificar \u00edndices MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=Debe seleccionar al menos un \u00edndice para verificarlo. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No se ha definido ning\u00fan \u00edndice para el ND de base '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=Debe seleccionar un \u00edndice. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Verificando el contenido de los \u00edndices en '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Verificaci\u00f3n de \u00edndice completada INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=Los \u00edndices se han verificado correctamente. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error durante la verificaci\u00f3n del \u00edndice MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=Se produjo un error durante la verificaci\u00f3n del \u00edndice. C\u00f3digo de error: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verificar \u00edndices en '%s'. # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=The server is running. You must provide authentication to edit the VLV index. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Delete VLV Index INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Are you sure you want to delete the VLV index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Deleting VLV index... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV Index Deleted INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error deleting VLV index MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=An error occurred VLV deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modifying VLV Index INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modifying VLV index %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV Index Modified INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error modifying VLV index MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred modifying VLV index '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Available: INFO_CTRL_PANEL_SELECTED_LABEL=Selected: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<HTML>El \u00edndice se ha modificado.<br>Regeneraci\u00f3n de los \u00edndices requerida (utilizando "Regenerar \u00edndice" o "Importar") INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=Propiedades de \u00edndice VLV INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para editar el \u00edndice VLV. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Eliminar \u00edndice VLV INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=\u00bfEst\u00e1 seguro de que desea eliminar el \u00edndice VLV '%s' definido en el backend '%s'? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Eliminando el \u00edndice VLV... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=\u00cdndice VLV eliminado INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=El \u00edndice VLV '%s' en el backend '%s' se elimin\u00f3 correctamente. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error al eliminar el \u00edndice VLV MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=Se produjo un error al eliminar el \u00edndice VLV '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modificando \u00edndice VLV INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modificando \u00edndice VLV %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=\u00cdndice VLV modificado INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=El \u00edndice VLV '%s' en el backend '%s' se modific\u00f3 correctamente. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error al modificar el \u00edndice VLV MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=Se produjo un error al modificar el \u00edndice VLV '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modificar \u00edndice VLV '%s' en backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modificando \u00edndice VLV %s INFO_CTRL_PANEL_AVAILABLE_LABEL=Disponible: INFO_CTRL_PANEL_SELECTED_LABEL=Seleccionado: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Agregar > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Agregar todos > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Quitar INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Quitar todo INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliar: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operativo) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascendente) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descendente) ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Error INFO_CTRL_PANEL_PROGRESS_DONE=Done INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Display All Command-lines INFO_CTRL_PANEL_PROGRESS_DONE=Realizado INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - \u00edndice VLV INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Mostar todas las l\u00edneas de comandos INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=Opciones de vista global. INFO_CTRL_PANEL_REFRESH_MENU=Actualizar opciones... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=Actualizar opciones INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=Seleccionar el periodo (en segundos) utilizado para actualizar la informaci\u00f3n de supervisi\u00f3n y configuraci\u00f3n que se muestra. INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=Actualizar periodo (segundos) INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=El tiempo del periodo debe ser un n\u00famero entero positivo menor que %d segundos. INFO_CTRL_PANEL_CATEGORY_MONITORING=Supervisi\u00f3n INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=Informaci\u00f3n general INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- No se ha seleccionado ning\u00fan elemento - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=Informaci\u00f3n general INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para ver los datos de supervisi\u00f3n. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=Para ver los datos de supervisi\u00f3n, el servidor debe estar ejecut\u00e1ndose y debe proporcionar la autenticaci\u00f3n. INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=Supervisi\u00f3n de ra\u00edz INFO_CTRL_PANEL_SYSTEM_INFORMATION=Informaci\u00f3n del sistema INFO_CTRL_PANEL_JAVA_INFORMATION=Informaci\u00f3n de Java INFO_CTRL_PANEL_WORK_QUEUE=Cola de trabajo INFO_CTRL_PANEL_ENTRY_CACHES=Cach\u00e9 de entrada INFO_CTRL_PANEL_DB_ENVIRONMENT=Entorno de base de datos INFO_CTRL_PANEL_UP_TIME_LABEL=Tiempo de actividad: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=N\u00famero m\u00e1ximo de conexiones: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=N\u00famero total de conexiones: INFO_CTRL_PANEL_START_TIME_LABEL=Hora de inicio: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=Registro de promedio de solicitudes INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=Registro de m\u00e1ximo de solicitudes INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=Registro de solicitudes actuales INFO_CTRL_PANEL_REQUESTS_SUBMITTED=Solicitudes enviadas INFO_CTRL_PANEL_REQUESTS_REJECTED=Solicitudes rechazadas debido a una cola completa INFO_CTRL_PANEL_ENTRY_CACHE_HITS=Correspondencias en cach\u00e9 de entradas INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=Recuento de cach\u00e9 de entradas INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=Intentos de cach\u00e9 de entradas INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=Relaci\u00f3n de correspondencias de cach\u00e9 de entradas INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=Tama\u00f1o de cach\u00e9 de entradas INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=Tama\u00f1o m\u00e1ximo de cach\u00e9 de entradas INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=Recuento m\u00e1ximo de cach\u00e9 de entradas INFO_CTRL_PANEL_NO_DBS_FOUND=- No se encontr\u00f3 ninguna base de datos- INFO_CTRL_PANEL_DB_HEADER=Id. de servidor de fondo INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=- No se encontr\u00f3 ning\u00fan entorno de base de datos - INFO_CTRL_PANEL_AVAILABLE_CPUS=CPU disponibles INFO_CTRL_PANEL_SYSTEM_NAME=Nombre del sistema INFO_CTRL_PANEL_OPERATING_SYSTEM=Sistema operativo INFO_CTRL_PANEL_FREE_USED_MEMORY=Liberar memoria en JVM INFO_CTRL_PANEL_MAX_MEMORY=Memoria m\u00e1xima en JVM INFO_CTRL_PANEL_USED_MEMORY=Memoria usada en JVM INFO_CTRL_PANEL_CLASS_PATH=Ruta de clase INFO_CTRL_PANEL_JAVA_VENDOR=Proveedor de JAVA INFO_CTRL_PANEL_JVM_VENDOR=Proveedor de JVM INFO_CTRL_PANEL_JAVA_VERSION=Versi\u00f3n de Java INFO_CTRL_PANEL_JVM_VERSION=Versi\u00f3n de JVM INFO_CTRL_PANEL_JVM_ARCHITECTURE=Arquitectura de JVM INFO_CTRL_PANEL_JVM_ARGUMENTS=Argumentos de JVM INFO_CTRL_PANEL_MEMORY_VALUE=%d Mb, %d Kb INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=Otros atributos INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=Atributos de memoria INFO_CTRL_PANEL_NOT_IMPLEMENTED=No implementado INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=TOTAL INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=Opciones de vista de atributos INFO_CTRL_PANEL_NO_OPERATION_SELECTED=Debe seleccionar al menos una operaci\u00f3n. INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=Mostrar columnas INFO_CTRL_PANEL_OPERATIONS_VIEW=Mostrar operaciones... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=Agregar solicitudes INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=Agregar respuestas INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=Enlazar solicitudes INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=Enlazar respuestas INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=Comparar solicitudes INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=Comparar respuestas INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=Eliminar solicitudes INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=Eliminar respuestas INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=Solicitudes extendidas INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=Respuestas extendidas INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=Mod solicitudes de ND INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=Mod respuestas de ND INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=Modificar solicitudes INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=Modificar respuestas INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=Buscar solicitudes INFO_CTRL_PANEL_SEARCH_DONE_LABEL=B\u00fasquedas realizadas INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=Anular enlace de solicitudes INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=Todas INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=Controladores de conexi\u00f3n: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=Supervisi\u00f3n del controlador de conexi\u00f3n INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=El servidor est\u00e1 en ejecuci\u00f3n. Debe proporcionar autenticaci\u00f3n para ver los datos de supervisi\u00f3n. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=Para ver los datos de supervisi\u00f3n, el servidor debe estar ejecut\u00e1ndose y debe proporcionar la autenticaci\u00f3n. INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - Conector de administraci\u00f3n INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=Ver INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=Ver opciones para la supervisi\u00f3n del controlador de conexi\u00f3n INFO_CTRL_PANEL_SHOW_AVERAGES=Mostrar promedios desde el inicio del servidor INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=Controlador de conexi\u00f3n INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Controlador de conexi\u00f3n INFO_CTRL_PANEL_AVERAGE_HEADER=%s medio por segundo INFO_CTRL_PANEL_AUTHENTICATED_AS=Autenticado como '%s' INFO_CTRL_PANEL_NOT_AUTHENTICATED=Usuario no autenticado INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=Usuario no autenticado (servidor detenido) opends/src/messages/messages/admin_tool_fr.properties
@@ -20,17 +20,13 @@ # # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -52,13 +48,13 @@ INFO_ADMINISTRATIVE_USERS_LABEL=Utilisateurs administratifs\u00a0: INFO_AGE_OF_OLDEST_MISSING_CHANGE_COLUMN=\u00c2ge de la plus ancienne modification manquante INFO_AUTHENTICATE_BUTTON_LABEL=Authentifier INFO_AUTHENTICATE_CONTROL_PANEL_BUTTON_TOOLTIP=Authentifier en tant qu'administrateur pour afficher toutes les informations de contr\u00f4le INFO_BACKENDID_COLUMN=ID du backend INFO_AUTHENTICATE_CONTROL_PANEL_BUTTON_TOOLTIP=Proc\u00e9der \u00e0 une authentification en tant qu'utilsateur administratif pour afficher toutes les informations de contr\u00f4le INFO_BACKENDID_COLUMN=Identifiant du backend INFO_BASEDN_COLUMN=DN de base INFO_CANCEL_BUTTON_UNINSTALL_TOOLTIP=Annuler la d\u00e9sinstallation MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies. Les causes possibles sont\u00a0:%n%s MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies.%nAssurez-vous que le DN et le mot de passe de l'administrateur sont valides. MILD_ERR_CANNOT_CONNECT_WITH_ADS_CREDENTIALS_WITHOUT_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies.%nAssurez-vous que l'ID et le mot de passe de l'administrateur sont valides. MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies. Les causes possibles sont\u00a0: %n%s MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITHOUT_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies.%nAssurez-vous que le DN et le mot de passe de l'utilisateur administratif sont valides. MILD_ERR_CANNOT_CONNECT_WITH_ADS_CREDENTIALS_WITHOUT_CAUSE=Impossible de se connecter \u00e0 Directory Server avec les informations d'authentification fournies.%nAssurez-vous que l'ID et le mot de passe de l'utilisateur administratif sont valides. INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=Supprimer les fichiers de sauvegarde contenus dans le r\u00e9pertoire bak\u00a0? INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=Supprimer les fichiers de configuration et de sch\u00e9ma\u00a0? INFO_CLI_UNINSTALL_CONFIRM_DATABASES=Supprimer le contenu de la base de donn\u00e9es\u00a0? @@ -67,18 +63,21 @@ INFO_CLI_UNINSTALL_CONFIRM_LIBRARIES_BINARIES=Supprimer les biblioth\u00e8ques de serveur et les outils d'administration\u00a0? INFO_CLI_UNINSTALL_CONFIRM_LOGS=Supprimer les fichiers journaux\u00a0? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=Directory Server contient des fichiers de base de donn\u00e9es aux emplacements suivants en dehors du chemin de serveur\u00a0: %n%s%nSupprimer ces fichiers\u00a0? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=Directory Server contient des fichiers journaux aux emplacements suivants en dehors du chemin de serveur\u00a0:%n%s%nSupprimer ces fichiers\u00a0? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=Directory Server contient des fichiers journaux aux emplacements suivants en dehors du chemin de serveur\u00a0: %n%s%nSupprimer ces fichiers\u00a0? INFO_CLI_UNINSTALL_CONFIRM_STOP=Le serveur OpenDS est en cours d'ex\u00e9cution et doit \u00eatre arr\u00eat\u00e9 pour poursuivre la d\u00e9sinstallation.%nArr\u00eater le serveur et supprimer d\u00e9finitivement ces fichiers\u00a0? SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Vous devez s\u00e9lectionner les \u00e9l\u00e9ments \u00e0 d\u00e9sinstaller. Utilisez les options d\u00e9crites dans les instructions pour sp\u00e9cifier les \u00e9l\u00e9ments \u00e0 d\u00e9sinstaller. SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Vous devez s\u00e9lectionner un \u00e9l\u00e9ment \u00e0 d\u00e9sinstaller. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=Le serveur a \u00e9t\u00e9 arr\u00eat\u00e9. INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, vous devez vous authentifier en tant qu'administrateur pour pouvoir supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur dans les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nEntrez 'Oui' pour vous authentifier et supprimer les r\u00e9f\u00e9rences distantes.%nEntrez 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes.%nS'authentifier\u00a0? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, il doit \u00eatre d\u00e9marr\u00e9 et vous devez vous authentifier en tant qu'administrateur pour supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur sur les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nTapez 'Oui' pour d\u00e9marrer le serveur, puis authentifiez-vous pour pouvoir supprimer les r\u00e9f\u00e9rences distantes.%nEntrez 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes.%nD\u00e9marrer le serveur et vous authentifier\u00a0? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Le serveur est configur\u00e9 pour la r\u00e9plication.%nSi le serveur est en train de r\u00e9pliquer des contenus sur d'autres serveurs, il faut le d\u00e9marrer et vous devez proc\u00e9der \u00e0 une authentification en tant qu'administrateur pour supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur sur les serveurs OpenDS r\u00e9pliqu\u00e9s.%n%nTapez 'Oui' pour d\u00e9marrer le serveur, puis authentifiez-vous pour pouvoir supprimer les r\u00e9f\u00e9rences distantes.%nEntrez 'Non' pour poursuivre la d\u00e9sinstallation sans mettre \u00e0 jour les r\u00e9f\u00e9rences distantes.%nD\u00e9marrer le serveur et vous authentifier\u00a0? INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=Le nom de cet h\u00f4te (ou adresse IP) tel que r\u00e9f\u00e9renc\u00e9 sur les serveurs distants pour la r\u00e9plication INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=Souhaitez-vous vous r\u00e9authentifier\u00a0? (Si vous entrez Non, les r\u00e9f\u00e9rences \u00e0 ce serveur dans d'autres serveurs OpenDS ne seront pas supprim\u00e9es). INFO_CLI_UNINSTALL_WHAT_TO_DELETE=Souhaitez-vous supprimer tous les composants OpenDS ou s\u00e9lectionner les composants \u00e0 supprimer\u00a0? INFO_CLI_UNINSTALL_REMOVE_ALL=Supprimer tous les composants INFO_CLI_UNINSTALL_SPECIFY_WHAT_REMOVE=S\u00e9lectionnez les composants \u00e0 supprimer INFO_CLI_UNINSTALL_SPECIFY_WHAT_REMOVE=S\u00e9lectionner les composants \u00e0 supprimer INFO_CLI_VIEW_DETAILS=Afficher les d\u00e9tails INFO_CLI_DO_YOU_WANT_TO_CONTINUE=Voulez-vous continuer\u00a0? INFO_CLI_NUMBER_PROMPT=Entrez un nombre ou appuyez sur Entr\u00e9e pour accepter la valeur par d\u00e9faut @@ -100,11 +99,18 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Confirmer la d\u00e9sinstallation INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Le serveur est en cours d'ex\u00e9cution%nLe serveur OpenDS est en cours d'ex\u00e9cution et doit \u00eatre arr\u00eat\u00e9 avant de poursuivre la d\u00e9sinstallation. Souhaitez-vous que l'outil de d\u00e9sinstallation arr\u00eate le serveur et poursuive la d\u00e9sinstallation\u00a0? Si vous cliquez sur Non, vous devrez arr\u00eater le serveur manuellement avant de poursuivre. MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0:\n%s\nSouhaitez-vous que l'outil de d\u00e9sinstallation tente de supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur via le mode best-effort\u00a0? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nPoursuivre la d\u00e9sinstallation avec le mode d'erreur activ\u00e9. SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%nAssurez-vous que les param\u00e8tres de connexion que vous avez fournis sont corrects.%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers.%nVoulez-vous continuer\u00a0? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains de ses DN de base. Une erreur s'est produite en r\u00e9cup\u00e9rant ses r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s. Remarque\u00a0: pour pouvoir supprimer les r\u00e9f\u00e9rences distantes, vous devez fournir les informations d'authentification de l'administrateur global en utilisant les options %s et %s (ou %s).%nPoursuivre la d\u00e9sinstallation avec le mode d'erreur activ\u00e9.%n%nL'erreur trouv\u00e9e est\u00a0: %n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Ce serveur est configur\u00e9 pour r\u00e9pliquer certains de ses DN de base. Une erreur s'est produite en r\u00e9cup\u00e9rant ses r\u00e9f\u00e9rences dans les serveurs r\u00e9pliqu\u00e9s.%nVoulez-vous continuer\u00a0? INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Le serveur est en cours d'ex\u00e9cution INFO_CONNECTIONS_LABEL=Connexions ouvertes: INFO_CONNECTIONS_LABEL=Connexions ouvertes : MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=Une erreur s'est produite lors de la lecture du fichier de configuration.%nPeut-\u00eatre qu'aucun port LDAP n'est activ\u00e9 pour les param\u00e8tres de connexion sp\u00e9cifi\u00e9s ou que vous ne disposez pas des droits en \u00e9criture pour le fichier de configuration. INFO_DATABASES_TITLE=Sources de donn\u00e9es INFO_DELETE_OUTSIDE_DBS_LABEL=Supprimer ces fichiers de base de donn\u00e9es @@ -117,11 +123,11 @@ INFO_ENABLED_LABEL=Activ\u00e9 MILD_ERR_READING_CONFIG_FILE=Une erreur s'est produite lors de la lecture du fichier de configuration. MILD_ERR_READING_CONFIG_LDAP=Une erreur s'est produite lors de la lecture des donn\u00e9es \u00e0 partir du serveur. V\u00e9rifiez les informations d'authentification fournies.%nD\u00e9tails\u00a0: %s SEVERE_ERR_STARTING_SERVER_GENERIC=Impossible de d\u00e9marrer le serveur. ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=D\u00e9sinstaller INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Terminer la d\u00e9sinstallation INFO_FRAME_UNINSTALL_TITLE=D\u00e9sinstallation d'OpenDS INFO_INSTALLATION_PATH_LABEL=Chemin d'installation : INFO_INSTALLATION_PATH_LABEL=R\u00e9pertoire d'installation : INFO_JAVA_VERSION_LABEL=Version Java\u00a0: INFO_JMX_PROTOCOL_LABEL=JMX INFO_JMX_SECURE_PROTOCOL_LABEL=JMX (s\u00e9curis\u00e9) @@ -130,17 +136,17 @@ INFO_LDIF_PROTOCOL_LABEL=LDIF INFO_SNMP_PROTOCOL_LABEL=SNMP INFO_LISTENERS_TITLE=Gestionnaires de connexion INFO_ADMIN_LISTENER_TITLE=Administration Connector INFO_ADMIN_LISTENER_TITLE=Connecteur d'administration INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=Fermer la bo\u00eete de dialogue de connexion INFO_LOGIN_DIALOG_MSG=Vous devez fournir un DN et un mot de passe d'utilisateur administratif pour pouvoir extraire les informations de contr\u00f4le. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=Directory Server n'est pas en cours d'ex\u00e9cution. Click OK to continue. INFO_LOGIN_DIALOG_MSG=Vous devez fournir un DN et un mot de passe d'utilisateur administratif pour pouvoir r\u00e9cup\u00e9rer les informations de contr\u00f4le. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=Directory Server n'est pas en cours d'ex\u00e9cution. Cliquer sur OK pour continuer INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=Directory Server n'est pas en cours d'ex\u00e9cution INFO_LOGIN_DIALOG_TITLE=Authentification requise INFO_LOGIN_DN_LABEL=DN d'utilisateur administratif INFO_LOGIN_DN_TOOLTIP=Entrez le DN (Distinguished name) du compte de l'utilisateur administratif utilis\u00e9 pour l'extraction des informations de contr\u00f4le INFO_LOGIN_DN_LABEL=DN d'utilisateur administratif\u00a0: INFO_LOGIN_DN_TOOLTIP=Entrez le DN (Distinguished name, nom distinctif) du compte de l'utilisateur administratif utilis\u00e9 pour la r\u00e9cup\u00e9ration des informations de contr\u00f4le INFO_LOGIN_OK_BUTTON_TOOLTIP=Proc\u00e9der \u00e0 l'authentification INFO_LOGIN_PWD_LABEL=Mot de passe de l'utilisateur administratif\u00a0: INFO_LOGIN_PWD_TOOLTIP=Entrez le mot de passe du compte de l'utilisateur administratif utilis\u00e9 pour extraire les informations de contr\u00f4le INFO_LOGIN_PWD_TOOLTIP=Entrez le mot de passe du compte de l'utilisateur administratif utilis\u00e9 pour r\u00e9cup\u00e9rer les informations de contr\u00f4le INFO_MISSING_CHANGES_COLUMN=Modifications manquantes INFO_NO_DBS_FOUND=-Aucune base de donn\u00e9es LDAP trouv\u00e9e- INFO_NO_LISTENERS_FOUND=-Aucun port listener trouv\u00e9- @@ -186,9 +192,12 @@ INFO_START_BUTTON_TOOLTIP=D\u00e9marre Directory Server INFO_STATE_COLUMN=\u00c9tat INFO_STATUS_CLI_USAGE_DESCRIPTION=Cet utilitaire permet d'afficher les informations de base sur le serveur SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. Pour plus d'informations, consultez le fichier journal %s. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=Cet utilitaire permet d'afficher la fen\u00eatre de panneau de contr\u00f4le qui affiche des informations de base sur le serveur et permet d'ex\u00e9cuter des t\u00e2ches d'administration de base sur ce serveur. INFO_STOP_BUTTON_LABEL=Arr\u00eater INFO_STOP_BUTTON_TOOLTIP=Arr\u00eate Directory Server INFO_BASEDN_NOT_REPLICATED_LABEL=D\u00e9sactiv\u00e9 @@ -204,14 +213,17 @@ INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES=<b>Fin de la d\u00e9sinstallation d'OpenDS.</b><br><br>Pour terminer la d\u00e9sinstallation, vous devez supprimer manuellement les fichiers et r\u00e9pertoires suivants\u00a0:<br>%s INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES_CLI=Fin de la d\u00e9sinstallation d'OpenDS.%nPour terminer la d\u00e9sinstallation, vous devez supprimer manuellement les fichiers et r\u00e9pertoires suivants\u00a0:%n%s INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR=Une erreur s'est produite. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE=<b>La d\u00e9sinstallation d'OpenDS est termin\u00e9e avec des avertissements</b><br>OpenDS a \u00e9t\u00e9 d\u00e9sinstall\u00e9 de l'ordinateur local mais des erreurs se sont produites lors de la mise \u00e0 jour des serveurs distants. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE=<b>La d\u00e9sinstallation d'OpenDS s'est termin\u00e9e avec des avertissements</b><br>OpenDS est d\u00e9sinstall\u00e9 de l'ordinateur local mais des erreurs se sont produites lors de la mise \u00e0 jour des serveurs distants. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE_CLI=OpenDS a \u00e9t\u00e9 d\u00e9sinstall\u00e9 de l'ordinateur local mais des erreurs se sont produites lors de la mise \u00e0 jour des serveurs distants. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>La d\u00e9sinstallation d'OpenDS est termin\u00e9e avec des avertissements</b><br>OpenDS a \u00e9t\u00e9 d\u00e9sinstall\u00e9 de l'ordinateur local mais des erreurs se sont produites lors de la suppression des fichiers. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations sur les fichiers ayant caus\u00e9 l'erreur.<br><br>Assurez-vous qu'aucun autre programme n'utilise ces fichiers et supprimez-les manuellement. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>La d\u00e9sinstallation d'OpenDS s'est termin\u00e9e avec des avertissements</b><br>OpenDS est d\u00e9sinstall\u00e9 de l'ordinateur local mais des erreurs se sont produites lors de la suppression des fichiers. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations sur les fichiers ayant caus\u00e9 l'erreur.<br><br>Assurez-vous qu'aucun autre programme n'utilise ces fichiers et supprimez-les manuellement. INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS a \u00e9t\u00e9 d\u00e9sinstall\u00e9 de l'ordinateur local mais des erreurs se sont produites lors de la suppression des fichiers. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations sur les fichiers ayant caus\u00e9 l'erreur.%n%nAssurez-vous qu'aucun autre programme n'utilise ces fichiers et supprimez-les manuellement. INFO_SUMMARY_UNINSTALL_NOT_STARTED=D\u00e9but de la d\u00e9sinstallation... INFO_UNDEFINED_PROTOCOL_LABEL=-Inconnu- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u00c9chec du lancement de la d\u00e9sinstallation graphique.%n%nD\u00e9but de la d\u00e9sinstallation via la ligne de commande... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u00c9chec du lancement de la d\u00e9sinstallation graphique. Reportez-vous au fichier %s pour plus d'informations.%n%nD\u00e9but de la d\u00e9sinstallation via la ligne de commande... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=D\u00e9but de la d\u00e9sinstallation via la ligne de commande... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=D\u00e9but de la d\u00e9sinstallation graphique... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=Cet utilitaire permet de d\u00e9sinstaller Directory Server. @@ -223,7 +235,7 @@ INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=Le mot de passe de l'administrateur global \u00e0 utiliser pour lire et mettre \u00e0 jour la configuration dans d'autres serveurs OpenDS. INFO_UNINSTALL_LOGIN_UID_TOOLTIP=L'ID d'utilisateur administratif global \u00e0 utiliser pour lire et mettre \u00e0 jour la configuration sur d'autres serveurs OpenDS. INFO_UNKNOWN_LABEL=-- INFO_UNINSTALLDS_DESCRIPTION_FORCE=Indique si la d\u00e9sinstallation doit se poursuivre ou non lorsqu'une erreur se produit lors de la mise \u00e0 jour des r\u00e9f\u00e9rences sur ce serveur dans les instances distantes d'OpenDS. Cet argument ne peut \u00eatre utilis\u00e9 qu'avec l'argument %s, qui n'est pas un argument d'invite. INFO_UNINSTALLDS_DESCRIPTION_FORCE=Indique si la d\u00e9sinstallation doit se poursuivre ou non lorsqu'une erreur se produit lors de la mise \u00e0 jour des r\u00e9f\u00e9rences sur ce serveur dans les instances distantes d'OpenDS. Cet argument ne peut \u00eatre utilis\u00e9 qu'avec l'argument %s, pas d'invite. INFO_DESCRIPTION_REFERENCED_HOST=Le nom de cet h\u00f4te (ou adresse IP) tel que r\u00e9f\u00e9renc\u00e9 sur les serveurs distants pour la r\u00e9plication INFO_UNINSTALLDS_DESCRIPTION_CLI=Indique de proc\u00e9der \u00e0 l'installation via la ligne de commande. Si rien n'est sp\u00e9cifi\u00e9, l'interface graphique sera lanc\u00e9e. Le reste des options (\u00e0 l'exception de help et de version) ne sera pris en compte que si cette option est sp\u00e9cifi\u00e9e INFO_UNINSTALLDS_DESCRIPTION_QUIET=Effectuer la d\u00e9sinstallation en mode silencieux. Le mode silencieux va envoyer les informations de progression vers la sortie standard @@ -234,118 +246,137 @@ INFO_UNINSTALLDS_DESCRIPTION_REMOVE_CONFIGURATION_FILES=Supprimer les fichiers de configuration INFO_UNINSTALLDS_DESCRIPTION_REMOVE_BACKUP_FILES=Supprimer les fichiers de sauvegarde INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=Supprimer les fichiers LDIF INFO_DESCRIPTION_ADMIN_UID=ID utilisateur de l'administrateur global \u00e0 utiliser pour \u00e9tablir la liaison vers le serveur INFO_DESCRIPTION_ADMIN_UID=ID utilisateur de l'administrateur global \u00e0 utiliser pour effectuer une liaison au serveur INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=Nom d'h\u00f4te du serveur d'annuaire enti\u00e8rement qualifi\u00e9 ou adresse IP du premier serveur dont le contenu sera r\u00e9pliqu\u00e9 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server administration port number of the first server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Num\u00e9ro de port d'administration du serveur d'annuaire du premier serveur dont le contenu sera r\u00e9pliqu\u00e9 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu sera r\u00e9pliqu\u00e9. Si rien n'est sp\u00e9cifi\u00e9, l'administrateur global sera utilis\u00e9 pour la liaison INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=Mot de passe \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu sera r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=Fichier contenant le mot de passe \u00e0 utiliser pour \u00e9tablir la liaison vers le premier serveur dont le contenu doit \u00eatre r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=Port utilis\u00e9 par le m\u00e9canisme de r\u00e9plication du premier serveur pour communiquer avec les autres serveurs. Ne sp\u00e9cifiez cette option que si le premier serveur n'\u00e9tait pas configur\u00e9 pour la r\u00e9plication. INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION1=Sp\u00e9cifie si la communication via le port de r\u00e9plication du premier serveur est chiffr\u00e9e ou non. Cette option ne sera prise en compte qu'une fois la r\u00e9plication configur\u00e9e sur le premier serveur pour la premi\u00e8re fois. INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=Nom d'h\u00f4te du serveur d'annuaire enti\u00e8rement qualifi\u00e9 ou adresse IP du second serveur dont le contenu sera r\u00e9pliqu\u00e9 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server administration port number of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Num\u00e9ro de port d'administration du serveur d'annuaire du second serveur dont le contenu sera r\u00e9pliqu\u00e9 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=DN \u00e0 utiliser pour \u00e9tablir la liaison avec le second serveur dont le contenu sera r\u00e9pliqu\u00e9. Si rien n'est sp\u00e9cifi\u00e9, l'administrateur global sera utilis\u00e9 pour la liaison INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Ignorer la v\u00e9rification visant \u00e0 d\u00e9terminer si les ports de r\u00e9plication sp\u00e9cifi\u00e9s sont utilisables INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=Ne pas r\u00e9pliquer le sch\u00e9ma entre les serveurs INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=Utiliser le second serveur pour initialiser le sch\u00e9ma du premier serveur. Si cette option et l'option %s ne sont pas sp\u00e9cifi\u00e9es, le sch\u00e9ma du premier serveur sera utilis\u00e9 pour initialiser le sch\u00e9ma du second INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Mot de passe \u00e0 utiliser pour \u00e9tablir la liaison avec le second serveur dont le contenu sera r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le second serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Fichier contenant le mot de passe \u00e0 utiliser pour le second serveur dont le contenu sera r\u00e9pliqu\u00e9. Si aucun DN de liaison n'a \u00e9t\u00e9 sp\u00e9cifi\u00e9 pour le second serveur, le mot de passe de l'administrateur global sera utilis\u00e9 pour la liaison INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port utilis\u00e9 par le m\u00e9canisme de r\u00e9plication dans le second serveur pour communiquer avec les autres serveurs. Vous n'avez pas besoin de sp\u00e9cifier cette option si la r\u00e9plication a d\u00e9j\u00e0 \u00e9t\u00e9 configur\u00e9e sur le second serveur. INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Sp\u00e9cifie si la communication via le port de r\u00e9plication du second serveur est chiffr\u00e9e ou non. Cette option ne sera prise en compte qu'une fois la r\u00e9plication configur\u00e9e sur le second serveur. INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port utilis\u00e9 par le m\u00e9canisme de r\u00e9plication dans le second serveur pour communiquer avec les autres serveurs. Vous n'avez pas besoin de sp\u00e9cifier cette option si la r\u00e9plication a d\u00e9j\u00e0 \u00e9t\u00e9 configur\u00e9e sur le second serveur INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Sp\u00e9cifie si la communication via le port de r\u00e9plication du second serveur est chiffr\u00e9e ou non. Cette option ne sera prise en compte qu'une fois la r\u00e9plication configur\u00e9e sur le second serveur INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=Utiliser StartTLS pour s\u00e9curiser la communication avec le second serveur INFO_DESCRIPTION_REPLICATION_BASEDNS=DN de base des donn\u00e9es \u00e0 r\u00e9pliquer, \u00e0 initialiser ou pour lesquelles la r\u00e9plication doit \u00eatre d\u00e9sactiv\u00e9e. Multiple base DN's can be provided by using this option multiple times INFO_DESCRIPTION_REPLICATION_ADMIN_UID=ID utilisateur de l'administrateur global \u00e0 utiliser pour \u00e9tablir la liaison avec le serveur. Pour la sous-commande '%s', si aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini pour aucun des serveurs, les donn\u00e9es fournies serviront \u00e0 en cr\u00e9er un. INFO_DESCRIPTION_REPLICATION_BASEDNS=DN de base des donn\u00e9es \u00e0 r\u00e9pliquer, \u00e0 initialiser ou pour lesquelles la r\u00e9plication doit \u00eatre d\u00e9sactiv\u00e9e. Vous pouvez obtenir plusieurs DN de base en utilisant cette option plusieurs fois INFO_DESCRIPTION_REPLICATION_ADMIN_UID=ID utilisateur de l'administrateur global \u00e0 utiliser pour effectuer une liaison au serveur. Pour la sous-commande '%s', si aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini pour aucun des serveurs, les donn\u00e9es fournies serviront \u00e0 en cr\u00e9er un. INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=Le mot de passe de l'administrateur global INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=Le fichier contenant le mot de passe de l'administrateur global INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=Nom d'h\u00f4te du serveur d'annuaire ou adresse IP du serveur source dont le contenu sera utilis\u00e9 pour initialiser le serveur de destination INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory server administration port number of the source server whose contents will be used to initialize the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Num\u00e9ro de port d'administration du serveur d'annuaire du serveur source dont le contenu sera utilis\u00e9 pour initialiser le serveur de destination INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=Nom d'h\u00f4te du serveur d'annuaire ou adresse IP du serveur de destination dont le contenu sera initialis\u00e9 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory server administration port number of the destination server whose contents will be initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Num\u00e9ro de port d'administration du serveur d'annuaire du serveur de destination dont le contenu sera initialis\u00e9 INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=Utilisez cette option lorsque seul le contenu du serveur d'annuaire sp\u00e9cifi\u00e9 sera initialis\u00e9 via une m\u00e9thode externe (commande import-ldif ou copie binaire) INFO_REPLICATION_TOOL_DESCRIPTION=Cet utilitaire peut \u00eatre utilis\u00e9 pour configurer la r\u00e9plication entre les serveurs de sorte que leurs donn\u00e9es soient synchronis\u00e9es. Pour que la r\u00e9plication fonctionne, vous devez commencer par activer la r\u00e9plication via la sous-commande '%s', puis initialiser le contenu de l'un des serveurs avec le contenu de l'autre \u00e0 l'aide de la sous-commande '%s'. INFO_REPLICATION_DESCRIPTION_QUIET=Effectuer une op\u00e9ration silencieuse (aucune information de progression n'est \u00e9crite dans la sortie standard) INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=DN \u00e0 utiliser pour \u00e9tablir la liaison avec le serveur pour lequel la r\u00e9plication doit \u00eatre d\u00e9sactiv\u00e9e. Cette option doit \u00eatre utilis\u00e9e lorsqu'aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini sur le serveur ou si l'utilisateur ne souhaite pas supprimer les r\u00e9f\u00e9rences sur les autres serveurs r\u00e9pliqu\u00e9s. Si vous d\u00e9finissez cette option, le mot de passe de l'administrateur global sera utilis\u00e9. INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=DN \u00e0 utiliser pour effectuer une liaison au serveur pour lequel la r\u00e9plication doit \u00eatre d\u00e9sactiv\u00e9e. Cette option doit \u00eatre utilis\u00e9e lorsqu'aucun administrateur global n'a \u00e9t\u00e9 d\u00e9fini sur le serveur ou si l'utilisateur ne souhaite pas supprimer les r\u00e9f\u00e9rences sur les autres serveurs r\u00e9pliqu\u00e9s. Si vous d\u00e9finissez cette option, le mot de passe de l'administrateur global sera utilis\u00e9 INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur le serveur de destination avec le contenu sur le serveur source. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que celle-ci puisse fonctionner (vous pouvez \u00e9galement utiliser '%s'). INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur tous les serveurs dont le contenu est r\u00e9pliqu\u00e9 avec le contenu sur le serveur sp\u00e9cifi\u00e9. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que celle-ci puisse fonctionner (vous pouvez \u00e9galement utiliser '%s' appliqu\u00e9 \u00e0 chaque serveur). INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e avant d'initialiser le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. Apr\u00e8s avoir appel\u00e9 cette sous-commande, initialisez le contenu de tous les serveurs de la topologie, puis appelez la sous-commande '%s'. INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e apr\u00e8s avoir initialis\u00e9 le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. Pour plus d'informations, reportez-vous aux instructions d'utilisation de la sous-commande '%s'. INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Met \u00e0 jour la configuration des serveurs pour r\u00e9pliquer les donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9. Si un des serveurs sp\u00e9cifi\u00e9s effectue d\u00e9j\u00e0 la r\u00e9plication des donn\u00e9es sous le DN de base avec d'autres serveurs, la configuration de tous les serveurs sera mise \u00e0 jour lorsque vous ex\u00e9cutez cette sous-commande (il suffit d'ex\u00e9cuter la ligne de commande une fois pour chaque serveur ajout\u00e9 \u00e0 la topologie de r\u00e9plication). INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=D\u00e9sactive la r\u00e9plication sur le serveur sp\u00e9cifi\u00e9 pour le DN de base fourni et supprime les r\u00e9f\u00e9rences dans les autres serveurs avec lesquels il r\u00e9plique des donn\u00e9es. INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed. SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=Vous devez fournir au moins un DN de base en mode non interactif. SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Vous devez fournir le mot de passe de l'administrateur global en mode non interactif. You can provide it using the %s or the %s options. SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=La valeur %s fournie n'est pas un DN de base valide. SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Vous devez indiquer deux serveurs diff\u00e9rents pour activer la r\u00e9plication. Vous avez indiqu\u00e9 deux fois le serveur %s:%s SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Le serveur source et le serveur de destination de l'initialisation doivent \u00eatre diff\u00e9rents. Vous avez indiqu\u00e9 deux fois le serveur %s:%s SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Vous avez indiqu\u00e9 le m\u00eame port de r\u00e9plication (%s) pour deux serveurs situ\u00e9s sur le m\u00eame ordinateur (%s). SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Aucune sous-commande valide trouv\u00e9e. You must specify a subcommand when using the option %s. SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Initialiser le contenu des donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9 sur tous les serveurs dont le contenu est r\u00e9pliqu\u00e9 avec le contenu sur le serveur sp\u00e9cifi\u00e9. Cette op\u00e9ration doit \u00eatre effectu\u00e9e apr\u00e8s activation de la r\u00e9plication pour que celle-ci puisse fonctionner (vous pouvez \u00e9galement utiliser '%s' appliqu\u00e9 \u00e0 chaque serveur) INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e avant d'initialiser le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. Vous devez sp\u00e9cifier la liste de DN de base qui seront initialis\u00e9s et fournir les informations d'authentification de tous les serveurs r\u00e9pliqu\u00e9s. Apr\u00e8s avoir appel\u00e9 cette sous-commande, initialiser le contenu de tous les serveurs dans la topologie (utiliser la m\u00eame copie binaire de fichier LDIF sur chacun des serveurs), puis utiliser la sous-commande '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=Cette sous-commande doit \u00eatre appel\u00e9e apr\u00e8s avoir initialis\u00e9 le contenu de tous les serveurs r\u00e9pliqu\u00e9s \u00e0 l'aide de l'outil import-ldif ou de la m\u00e9thode de copie binaire. Vous devez sp\u00e9cifier la liste de DN de base ayant \u00e9t\u00e9 initialis\u00e9s et fournir les informations d'authentification de tous les serveurs r\u00e9pliqu\u00e9s. Pour plus d'informations, reportez-vous aux instructions d'utilisation de la sous-commande '%s'. INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Met \u00e0 jour la configuration des serveurs pour r\u00e9pliquer les donn\u00e9es sous le DN de base sp\u00e9cifi\u00e9. Si un des serveurs sp\u00e9cifi\u00e9s effectue d\u00e9j\u00e0 la r\u00e9plication des donn\u00e9es sous le DN de base avec d'autres serveurs, la configuration de tous les serveurs sera mise \u00e0 jour lorsque vous ex\u00e9cutez cette sous-commande (il suffit d'ex\u00e9cuter la ligne de commande une fois pour chaque serveur ajout\u00e9 \u00e0 la topologie de r\u00e9plication) INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=D\u00e9sactive la r\u00e9plication sur le serveur sp\u00e9cifi\u00e9 pour le DN de base fourni et supprime les r\u00e9f\u00e9rences dans les autres serveurs avec lesquels il r\u00e9plique des donn\u00e9es INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Affiche une liste indiquant la configuration de r\u00e9plication standard des DN de base des serveurs d\u00e9finis dans les informations d'enregistrement. Si aucun DN de base n'est sp\u00e9cifi\u00e9 comme param\u00e8tre, les informations relatives \u00e0 tous les DN de base s'affichent ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=L'op\u00e9ration est termin\u00e9e INFO_REPLICATION_SUCCESSFUL_NOP=L'op\u00e9ration est termin\u00e9e, mais aucune action n'a \u00e9t\u00e9 requise MILD_ERR_REPLICATION_USER_CANCELLED=L'op\u00e9ration a \u00e9t\u00e9 annul\u00e9e par l'utilisateur SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=Un administrateur global doit \u00eatre cr\u00e9\u00e9.%nVous devez fournir les informations d'authentification de l'administrateur global qui seront cr\u00e9\u00e9es pour g\u00e9rer les instances OpenDS r\u00e9pliqu\u00e9es. INFO_ADMINISTRATOR_UID_PROMPT=ID utilisateur de l'administrateur global INFO_ADMINISTRATOR_PWD_PROMPT=Mot de passe de l'administrateur global\u00a0: INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Confirmation du mot de passe\u00a0: MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Les mots de passe entr\u00e9s ne correspondent pas. MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Impossible de se connecter au %s de Directory Server avec les informations de connexion fournies.%nD\u00e9tails de l'erreur\u00a0: %s%n%nVeuillez entrer \u00e0 nouveau les informations requises pour la connexion au serveur\u00a0: INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the first server INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Entrez les param\u00e8tres de connexion LDAP OpenDS pour le premier serveur INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=Nom d'h\u00f4te du premier serveur INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration port of the first server INFO_REPLICATION_ENABLE_PORT1_PROMPT=Port d'administration du premier serveur INFO_REPLICATION_ENABLE_PROTOCOL1=Comment souhaitez-vous vous connecter au premier serveur\u00a0? INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=Port de r\u00e9plication pour le premier serveur (le port doit \u00eatre libre) INFO_REPLICATION_ENABLE_SECURE1_PROMPT=Souhaitez-vous que la r\u00e9plication utilise la communication chiffr\u00e9e pour la connexion au port de r\u00e9plication %s sur le premier serveur\u00a0? INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=DN de liaison pour le premier serveur INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=Mot de passe pour %s sur le premier serveur\u00a0: INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the second server INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Entrez les param\u00e8tres de connexion OpenDS pour le second serveur INFO_REPLICATION_ENABLE_HOSTNAME2_PROMPT=Nom d'h\u00f4te du second serveur INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration port of the second server INFO_REPLICATION_ENABLE_PORT2_PROMPT=Port d'administration du second serveur INFO_REPLICATION_ENABLE_PROTOCOL2=Comment souhaitez-vous vous connecter au second serveur\u00a0? INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=Port de r\u00e9plication pour le second serveur (le port doit \u00eatre libre) INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Souhaitez-vous que la r\u00e9plication utilise la communication chiffr\u00e9e pour la connexion au port de r\u00e9plication %s sur le deuxi\u00e8me serveur\u00a0? INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Souhaitez-vous que la r\u00e9plication utilise la communication chiffr\u00e9e pour la connexion au port de r\u00e9plication %s sur le second serveur\u00a0? INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=DN de liaison pour le second serveur INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=Mot de passe pour %s sur le second serveur\u00a0: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated between the two servers:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not replicated:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Entrez les param\u00e8tres de connexion OpenDS pour le serveur source INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Entrez les param\u00e8tres de connexion OpenDS pour le serveur de destination ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=Les DN de base suivants ont d\u00e9j\u00e0 \u00e9t\u00e9 r\u00e9pliqu\u00e9s entre les deux serveurs\u00a0: %n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=Les DN de base suivants n'ont pas \u00e9t\u00e9 r\u00e9pliqu\u00e9s\u00a0: %n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Impossible de r\u00e9pliquer les DN de base suivants entre les deux serveurs car ils n'ont pas \u00e9t\u00e9 trouv\u00e9s dans au moins un des serveurs\u00a0: %n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Vous devez s\u00e9lectionner au moins un DN de base \u00e0 r\u00e9pliquer. INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=R\u00e9pliquer DN de base %s\u00a0? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be initialized because they are not replicated or they are not configured on both servers:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Vous devez s\u00e9lectionner au moins une DN de base \u00e0 initialiser. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Impossible d'initialiser les DN de base suivants car ils ne sont pas r\u00e9pliqu\u00e9s ou bien ils ne sont pas configur\u00e9s sur les deux serveurs\u00a0: %n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Vous devez s\u00e9lectionner au moins un DN de base \u00e0 initialiser. INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Initialiser DN de base %s\u00a0? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server. The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Il n'existe aucun DN de base r\u00e9pliqu\u00e9 dans le serveur. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Impossible de trouver les DN de base suivants sur le serveur\u00a0: %n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Impossible de trouver les DN de base suivants sur le serveur\u00a0: %n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Vous devez s\u00e9lectionner au moins un DN de base \u00e0 d\u00e9sactiver. MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Vous devez s\u00e9lectionner au moins un DN de base \u00e0 initialiser. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Are you going to initialize only the contents of server %s (type 'no' if you will initialize contents of all replicated servers for the given Base DN's)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify the base DN's that will be initialized using the import-ldif command or the binary copy. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=You must specify the base DN's that have been initialized using the import-ldif command or the binary copy. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Allez-vous initialiser uniquement le contenu du serveur %s (indiquer 'non' si vous voulez initialiser le contenu de tous les serveurs r\u00e9pliqu\u00e9s pour les DN de base donn\u00e9s)\u00a0? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=Pour indiquer les DN de base \u00e0 initialiser, utiliser la commande import-ldif ou la copie binaire. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=Vous devez sp\u00e9cifier les DN de base initialis\u00e9s en utilisant la commande import-ldif ou la copie binaire. INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=D\u00e9sactiver la r\u00e9plication sur le DN de base %s\u00a0? INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=Initialiser DN de base %s\u00a0? INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=Allez-vous proc\u00e9der \u00e0 l'initialisation du DN de base %s en utilisant la commande import-ldif ou la copie binaire\u00a0? INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=Avez-vous proc\u00e9d\u00e9 \u00e0 l'initialisation du DN de base %s via la commande import-ldif ou la copie binaire\u00a0? MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0:%n%s%n%nSi vous continuez, l'outil de r\u00e9plication tentera de mettre \u00e0 jour la configuration de tous les serveurs en mode best-effort. Il n'est toutefois pas certain que les serveurs ayant g\u00e9n\u00e9r\u00e9 des erreurs seront mis \u00e0 jour. Voulez-vous continuer\u00a0? MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Les informations qui s'affichent risquent d'\u00eatre incompl\u00e8tes car les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0:%n%s MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0: %n%s%n%nSi vous continuez, l'outil de r\u00e9plication tentera de mettre \u00e0 jour la configuration de tous les serveurs en mode best-effort. Il n'est toutefois pas certain que les serveurs ayant g\u00e9n\u00e9r\u00e9 des erreurs seront mis \u00e0 jour. Voulez-vous continuer\u00a0? MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Les informations qui s'affichent risquent d'\u00eatre incompl\u00e8tes car les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0: %n%s MILD_ERR_NOT_ADMINISTRATIVE_USER=Vous ne disposez pas des droits d'acc\u00e8s pour la configuration du serveur. INFO_REPLICATION_CONFIRM_DISABLE_ADS=Vous avez choisi de d\u00e9sactiver la r\u00e9plication sur le DN de base %s. Ce DN de base est utilis\u00e9 par le m\u00e9canisme de r\u00e9plication, ainsi que par certains outils administratifs\u00a0; il est d\u00e9conseill\u00e9 de le configurer directement. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=Vous avez choisi de d\u00e9sactiver la r\u00e9plication du sch\u00e9ma. Ne d\u00e9sactivez la r\u00e9plication du sch\u00e9ma que dans certains cas bien sp\u00e9cifiques. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. Le port de r\u00e9plication sur le serveur va \u00e9galement \u00eatre d\u00e9sactiv\u00e9. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Si vous d\u00e9sactivez la r\u00e9plication, les donn\u00e9es sous le DN de base s\u00e9lectionn\u00e9 ne seront plus synchronis\u00e9es avec les autres serveurs. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Si vous d\u00e9sactivez la r\u00e9plication, les donn\u00e9es sous le DN de base s\u00e9lectionn\u00e9 ne seront plus synchronis\u00e9es avec les autres serveurs. Le port de r\u00e9plication sur le serveur va \u00e9galement \u00eatre d\u00e9sactiv\u00e9. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=Vous avez choisi d'initialiser le contenu du DN de base %s sur le serveur %s avec le contenu du serveur %s. Ce DN de base est utilis\u00e9 par le m\u00e9canisme de r\u00e9plication, ainsi que par certains outils d'administration\u00a0; il est d\u00e9conseill\u00e9 de le configurer directement. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=L'initialisation du contenu d'un DN de base a pour effet de supprimer tout le contenu existant de ce DN de base. Do you want to remove the contents of the selected base DN's on server %s and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=Vous avez choisi d'initialiser le contenu du DN de base %s avec le contenu du serveur %s. Ce DN de base est utilis\u00e9 par le m\u00e9canisme de r\u00e9plication, ainsi que par certains outils d'administration\u00a0; il est d\u00e9conseill\u00e9 de le configurer directement. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=L'initialisation du contenu d'un DN de base a pour effet de supprimer tout le contenu existant de ce DN de base. Do you want to remove the contents of the selected base DN's on the replicated servers and replace them with the contents of server %s? MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=Les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0:\n%s\n l'outil de r\u00e9plication tentera de mettre \u00e0 jour la configuration de tous les serveurs en mode best-effort. Il n'est toutefois pas certain que les serveurs ayant g\u00e9n\u00e9r\u00e9 des erreurs seront mis \u00e0 jour. INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=L'initialisation du contenu d'un DN de base a pour effet de supprimer tout le contenu existant de ce DN de base. Souhaitez-vous supprimer le contenu du DN de base s\u00e9lectionn\u00e9 sur le serveur %s et le remplacer par le contenu du serveur %s\u00a0? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=Vous avez choisi d'initialiser le contenu du DN de base %s avec le contenu du serveur %s. Ce DN de base est utilis\u00e9 par le m\u00e9canisme de r\u00e9plication, ainsi que par certains outils d'administration\u00a0; il est d\u00e9conseill\u00e9 de le configurer directement. Voulez-vous continuer\u00a0? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=L'initialisation du contenu d'un DN de base a pour effet de supprimer tout le contenu existant de ce DN de base. Souhaitez-vous supprimer le contenu du DN de base s\u00e9lectionn\u00e9 sur les serveurs r\u00e9pliqu\u00e9s et le remplacer par le contenu du serveur %s\u00a0? MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=Les erreurs suivantes se sont produites lors de la lecture de la configuration des serveurs existants\u00a0: \n%s\nL'outil de r\u00e9plication tentera de mettre \u00e0 jour la configuration de tous les serveurs en mode best-effort. Il n'est toutefois pas certain que les serveurs ayant g\u00e9n\u00e9r\u00e9 des erreurs seront mis \u00e0 jour. INFO_REPLICATION_CONNECTING=\u00c9tablissement des connexions INFO_REPLICATION_ENABLE_UPDATING_ADS_CONTENTS=V\u00e9rification des informations d'enregistrement INFO_REPLICATION_ENABLE_UPDATING_REPLICATION_SERVER=Mise \u00e0 jour des r\u00e9f\u00e9rences distantes sur le serveur %s @@ -354,20 +385,31 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=Mise \u00e0 jour de la configuration de l'enregistrement sur le serveur %s INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Initialisation des informations d'enregistrement sur le serveur %s avec le contenu du serveur %s INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Initialisation du sch\u00e9ma sur le serveur %s avec le contenu du serveur %s SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=Une erreur inattendue s'est produite lors de l'amor\u00e7age du contenu truststore. D\u00e9tails\u00a0: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Erreur lors de l'initialisation. ID de r\u00e9plication introuvable dans le serveur %s pour le DN de base %s. SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Erreur lors de l'initialisation. Aucun pair n'a \u00e9t\u00e9 trouv\u00e9 pour d\u00e9marrer l'initialisation. D\u00e9tails\u00a0: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Une erreur s'est produite lors de la configuration du port de r\u00e9plication sur le serveur %s. SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Une erreur s'est produite lors de la d\u00e9sactivation du port de r\u00e9plication sur le serveur %s. SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Une erreur s'est produite lors de la mise \u00e0 jour de la configuration de la r\u00e9plication sur le DN de base %s du serveur %s. SEVERE_ERR_REPLICATION_UPDATING_ADS=Erreur lors de la mise \u00e0 jour des informations d'enregistrement. D\u00e9tails\u00a0: %s SEVERE_ERR_REPLICATION_READING_ADS=Erreur de lecture des information de r\u00e9plication. D\u00e9tails\u00a0: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=Les informations d'enregistrement trouv\u00e9es sur les serveurs %s et %s diff\u00e8rent. Cet outil ne permet pas de traiter ce sc\u00e9nario. SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Une erreur s'est produite lors de la lecture de la configuration de la r\u00e9plication sur le serveur %s.%nD\u00e9tails\u00a0: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=Suppression des r\u00e9f\u00e9rences sur le DN de base %s du serveur %s INFO_REPLICATION_DISABLING_BASEDN=D\u00e9sactivation de la r\u00e9plication sur le DN de base %s du serveur %s INFO_REPLICATION_DISABLING_REPLICATION_SERVER=D\u00e9sactivation du port de r\u00e9plication %s sur le serveur %s INFO_REPLICATION_STATUS_NO_BASEDNS=No base DN's found. INFO_REPLICATION_STATUS_NO_BASEDNS=Aucun DN de base n'a \u00e9t\u00e9 trouv\u00e9. INFO_REPLICATION_STATUS_BASEDN=DN de base INFO_REPLICATION_STATUS_IS_REPLICATED=R\u00e9plication INFO_REPLICATION_STATUS_REPLICATED=%s - R\u00e9plication activ\u00e9e @@ -390,17 +432,19 @@ INFO_REPLICATION_CRITICAL_ERROR_DETAILS=D\u00e9tails\u00a0: %s INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Pr\u00e9paration du DN de base %s pour l'initialisation externe INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Mise \u00e0 jour des informations de r\u00e9plication sur le DN de base %s INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on server %s. You can use the command import-ldif or the binary copy to do so.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. Pour ce faire, vous pouvez utiliser la commander import-ldif ou bien la copie binaire.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Vous pouvez d\u00e9sormais proc\u00e9der \u00e0 l'initialisation du contenu des DN de base sur le serveur %s. Pour ce faire, vous pouvez utiliser la commande import-ldif ou bien la copie binaire.%n%nUne fois l'initialisation termin\u00e9e, utilisez la sous-commande '%s' pour que la r\u00e9plication fonctionne avec les nouveaux DN de base. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Vous pouvez d\u00e9sormais proc\u00e9der \u00e0 l'initialisation du contenu des DN de base sur tous les serveurs r\u00e9pliqu\u00e9s. Pour ce faire, vous pouvez utiliser la commander import-ldif ou bien la copie binaire. Vous devez utiliser le m\u00eame fichier LDIF ou la m\u00eame copie binaire sur chaque serveur.%n%nUne fois l'initialisation termin\u00e9e, utilisez la sous-commande ''%s' pour que la r\u00e9plication fonctionne avec le contenu des nouveaux DN de base. INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Proc\u00e9dure post-initialisation termin\u00e9e. SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors de la lecture de la progression de l'op\u00e9ration. SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors de la lecture de la progression de l'op\u00e9ration. ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=Une erreur inattendue s'est produite au cours de l'op\u00e9ration. Statut de la t\u00e2che\u00a0: %s. Consultez les journaux d'erreurs de %s pour plus d'informations. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=Une erreur inattendue s'est produite au cours de l'op\u00e9ration. Derniers d\u00e9tails du fichier journal\u00a0: %s. Statut de la t\u00e2che\u00a0 %s. Consultez les journaux d'erreurs de %s pour plus d'informations. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=Une erreur inattendue s'est produite au cours de l'op\u00e9ration. Statut de la t\u00e2che\u00a0: %s. Consultez les journaux d'erreurs de %s pour plus d'informations. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Une erreur inattendue s'est produite au cours de l'op\u00e9ration. Derniers d\u00e9tails du fichier journal\u00a0: %s. Statut de la t\u00e2che\u00a0 %s. Consultez les journaux d'erreurs de %s pour plus d'informations. SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors du lancement de l'op\u00e9ration. SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Une erreur s'est produite lors du lancement de l'op\u00e9ration. ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=Que souhaitez-vous faire\u00a0? INFO_REPLICATION_ENABLE_MENU_PROMPT=Activer la r\u00e9plication INFO_REPLICATION_DISABLE_MENU_PROMPT=D\u00e9sactiver la r\u00e9plication @@ -409,1192 +453,1194 @@ INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=Initialisation pr\u00e9-externe INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Initialisation post-externe INFO_REPLICATION_STATUS_MENU_PROMPT=Statut de la r\u00e9plication de l'affichage INFO_REPLICATION_POST_ENABLE_INFO=La r\u00e9plication a bien \u00e9t\u00e9 activ\u00e9e. Note that for replication to work you must initialize the contents of the base DN's that are being replicated (use %s %s to do so). INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Organizational unit INFO_STATIC_GROUP_ICON_DESCRIPTION=Static group INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Dynamic group INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Virtual static group INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Password policy MILD_ERR_REFERRAL_LIMIT_EXCEEDED=Referral limit (%d) reached. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes INFO_REPLICATION_POST_ENABLE_INFO=La r\u00e9plication a bien \u00e9t\u00e9 activ\u00e9e. Remarque\u00a0: pour que la r\u00e9plication puisse fonctionner, vous devez initialiser le contenu des DN de base que vous r\u00e9pliquez (utiliser %s %s). ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=La ligne de commande non interactive \u00e9quivalente est\u00a0: %n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Afficher l'argument non interactif \u00e9quivalent dans la sortie standard lorsque cette commande est ex\u00e9cut\u00e9e en mode interactif INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=Chemin complet vers le fichier dans lequel les commandes non interactives \u00e9quivalentes sont \u00e9crites lorsque cette commande est ex\u00e9cut\u00e9e en mode interactif MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=Une erreur s'est produite lors de la tentative d'\u00e9criture de la ligne de commande non interactive \u00e9quivalente vers le fichier %s. D\u00e9tails de l'erreur\u00a0: %s ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=Le premier serveur est d\u00e9j\u00e0 configur\u00e9 avec le port de r\u00e9plication '%d'. Le port du serveur de r\u00e9plication '%d' a \u00e9t\u00e9 ignor\u00e9. MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=Le second serveur est d\u00e9j\u00e0 configur\u00e9 avec le port de r\u00e9plication '%d'. Le port du serveur de r\u00e9plication '%d' a \u00e9t\u00e9 ignor\u00e9. INFO_CONTROL_PANEL_TITLE=Panneau de contr\u00f4le OpenDS INFO_PERSON_ICON_DESCRIPTION=Objet personne INFO_ORGANIZATION_ICON_DESCRIPTION=Organisation INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Unit\u00e9 d'organisation INFO_STATIC_GROUP_ICON_DESCRIPTION=Groupe statique INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Groupe dynamique INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Groupe statique virtuel INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Strat\u00e9gie de mots de passe MILD_ERR_REFERRAL_LIMIT_EXCEEDED=La limite de r\u00e9f\u00e9rence (%d) a \u00e9t\u00e9 atteinte. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Oui INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=Non MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass and rename the entry. MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Ne peut modifier la classe de l'objet et renommer l'entr\u00e9e. INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=Donn\u00e9es de r\u00e9pertoire INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Import LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Export LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=Backup... INFO_CTRL_PANEL_ACTION_RESTORE=Restore... INFO_CTRL_PANEL_CATEGORY_SCHEMA=Schema INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Manage Schema INFO_CTRL_PANEL_CATEGORY_INDEXES=Indexes INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Manage Indexes INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Verify Indexes... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Rebuild Indexes... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Runtime Options INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java Settings INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows Service MILD_ERR_CTRL_PANEL_DN_NOT_VALID=The DN is not valid. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=G\u00e9rer les entr\u00e9es INFO_CTRL_PANEL_ACTION_NEW_BASEDN=Nouveau DN de base... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Importer LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Exporter LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=Sauvegarder... INFO_CTRL_PANEL_ACTION_RESTORE=Restauration... INFO_CTRL_PANEL_CATEGORY_SCHEMA=Sch\u00e9ma INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=G\u00e9rer le sch\u00e9ma INFO_CTRL_PANEL_CATEGORY_INDEXES=Index INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=G\u00e9rer les index INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=V\u00e9rifier les index... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Reconstituer les index... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Options d'ex\u00e9cution INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Param\u00e8tres Java INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Service Windows MILD_ERR_CTRL_PANEL_DN_NOT_VALID=Le DN n'est pas valide. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Valeur de dn non valide\u00a0: '%s' MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Les mots de passe entr\u00e9s ne correspondent pas. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute %s. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=Vous devez fournir une valeur pour l'attribut %s. INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS= LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS) INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (permet de d\u00e9marrer TLS) INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure) INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (s\u00e9curis\u00e9) INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF INFO_CTRL_PANEL_CONN_HANDLER_SNMP=SNMP INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=R\u00e9plication INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=R\u00e9plication (s\u00e9curis\u00e9e) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Connecteur d'administration INFO_CTRL_PANEL_CONN_HANDLER_OTHER=Autre INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring INFO_CTRL_PANEL_INDEX_PRESENCE=Presence INFO_CTRL_PANEL_INDEX_EQUALITY=Equality INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate INFO_CTRL_PANEL_INDEX_ORDERING=Ordering INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name INFO_CTRL_PANEL_INDEX_SUBSTRING=Sous-cha\u00eene INFO_CTRL_PANEL_INDEX_PRESENCE=Pr\u00e9sence INFO_CTRL_PANEL_INDEX_EQUALITY=\u00c9galit\u00e9 INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximation INFO_CTRL_PANEL_INDEX_ORDERING=Par ordre INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribut INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Types d'index INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Limite d'entr\u00e9e INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=N\u00e9cessite une reconstitution INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Nom INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=DN de base INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 - INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Domaine INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filtre INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Ordre de tri INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=N\u00e9cessite une reconstitution INFO_CTRL_PANEL_BINARY_VALUE=- valeur binaire - INFO_CTRL_PANEL_VALUE_IN_BASE64=- valeur en base 64 - # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It cannot run simultaneously with task %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups. INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to delete the base DN: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Equivalent command line to delete the backend: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Equivalent command line to disable replication on base DN '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Equivalent command line to modify the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Equivalent command line to modify the VLV index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Equivalent command line to update the configuration: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Equivalent command lines to generate default indexes: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Equivalent command line to create the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Equivalent command line to create the VLV index: INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=La t\u00e2che suivante est ex\u00e9cut\u00e9e\u00a0: %s<br>Elle ne peut \u00eatre ex\u00e9cut\u00e9e simultan\u00e9ment avec la t\u00e2che %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Ajouter des entr\u00e9es aux groupes. INFO_CTRL_PANEL_ADDING_TO_GROUP=Mise \u00e0 jour du groupe '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Ligne de commande \u00e9quivalente pour modifier l'entr\u00e9e\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Ligne de commande \u00e9quivalente pour renommer l'entr\u00e9e\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Ligne de commande \u00e9quivalente pour supprimer le DN de base\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Ligne de commande \u00e9quivalente pour supprimer le backend \u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Ligne de commande \u00e9quivalente pour d\u00e9sactiver la r\u00e9plication sur le DN de base '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Ligne de commande \u00e9quivalente pour modifier l'index\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Ligne de commande \u00e9quivalente pour modifier l'index VLV\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Ligne de commande \u00e9quivalente pour mettre \u00e0 jour la configuration\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Lignes de commande \u00e9quivalentes pour g\u00e9n\u00e9rer des index par d\u00e9faut\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Ligne de commande \u00e9quivalente pour cr\u00e9er l'index\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Ligne de commande \u00e9quivalente pour cr\u00e9er l'index VLV\u00a0: # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Delete backends '%s'. INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to delete entry '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to delete the index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to removing the following attribute from the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to create the entry: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Rebuild indexes in '%s'. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to rebuild indexes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to enable the backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to disable the backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop the server: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to start the server: INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to adding the following attribute to the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is equivalent to adding the following entry to the file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. Check main panel for more information. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=La proc\u00e9dure \u00e9quivalente pour mettre \u00e0 jour les param\u00e8tres Java depuis la ligne de commande est\u00a0: <br> \u00c9ditez les propri\u00e9t\u00e9s dans le fichier\u00a0: <br><b>%s</b><br>Puis ex\u00e9cutez la commande suivante : <br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Supprimer le DN de base '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Supprimer les DN de base %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Supprimer le backend '%s'. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Supprimer les backends '%s'. INFO_CTRL_PANEL_DELETING_BASE_DN=Suppression du DN de base '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Suppression des DN de base '%s' INFO_CTRL_PANEL_DELETING_BACKEND=Suppression du backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=D\u00e9sactivation de la r\u00e9plication du DN de base '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Supprimer les entr\u00e9es. INFO_CTRL_PANEL_ENTRIES_DELETED=%d d'entr\u00e9es supprim\u00e9es. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Suppression de '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Ligne de commande \u00e9quivalente pour supprimer l'entr\u00e9e '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Ligne de commande \u00e9quivalente pour supprimer l'index\u00a0: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Supprimer les index dans le backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Supprimer les index dans les backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Supprimer l'index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Suppression de l'index VLV '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Supprimer les \u00e9l\u00e9ments du sch\u00e9ma INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Suppression de la classe d'objet '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Suppression de l'attribut '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Erreur dans la mise \u00e0 jour du sch\u00e9ma. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Erreur dans la mise \u00e0 jour de la configuration. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Erreur dans la v\u00e9rification de l'entr\u00e9e. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=Cette op\u00e9ration \u00e9quivaut \u00e0 la suppression de l'attribut suivant du sch\u00e9ma de l'entr\u00e9e de d\u00e9finition (cn=sch\u00e9ma) dans le fichier '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Ligne de commande \u00e9quivalente pour mettre \u00e0 jour le sch\u00e9ma\u00a0: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modifier l'entr\u00e9e '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renommage de l'entr\u00e9e '%s' en '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modification de l'entr\u00e9e '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=Nouvelle entr\u00e9e '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Cr\u00e9ation d'une entr\u00e9e '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Ligne de commande \u00e9quivalente pour cr\u00e9er l'entr\u00e9e\u00a0: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Reconstituer les index dans '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Ligne de commande \u00e9quivalente pour reconstituer les index dans '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Ligne de commande \u00e9quivalente pour activer le backend '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Ligne de commande \u00e9quivalente pour d\u00e9sactiver le backend '%s'\u00a0: INFO_CTRL_PANEL_ENABLING_BACKEND=Activation du backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=D\u00e9sactivation du backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=R\u00e9initialiser le mot de passe pour l'entr\u00e9e '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Mise \u00e0 jour du mot de passe de l'entr\u00e9e '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Ligne de commande \u00e9quivalente pour r\u00e9initialiser le mot de passe\u00a0: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Red\u00e9marrer Serveur. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=D\u00e9marrer Serveur. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Arr\u00eater Serveur. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Ligne de commande \u00e9quivalente pour arr\u00eater le serveur\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Ligne de commande \u00e9quivalente pour d\u00e9marrer le serveur\u00a0: INFO_CTRL_PANEL_SERVER_STOPPED=Serveur arr\u00eat\u00e9 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Cette op\u00e9ration \u00e9quivaut \u00e0 la suppression de l'attribut suivant du sch\u00e9ma de l'entr\u00e9e de d\u00e9finition (cn=sch\u00e9ma) dans le fichier '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=Cette op\u00e9ration \u00e9quivaut \u00e0 l'ajout de l'entr\u00e9e suivante dans le fichier '%s'\u00a0: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Ligne de commande \u00e9quivalente pour mettre \u00e0 jour le sch\u00e9ma\u00a0: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=N'a pu trouver de backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=Le backend '%s' n'a pu \u00eatre trouv\u00e9. V\u00e9rifier le panneau central pour des informations. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Le serveur n'est pas en cours d'ex\u00e9cution INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=Pour parcourir les donn\u00e9es, le serveur doit \u00eatre en cours d'ex\u00e9cution et vous devez fournir une authentification. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indique qu'un champ est obligatoire INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Il est n\u00e9cessaire de reconstituer l'index # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br><br> Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br>During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=La configuration de l'index pour '%s' a \u00e9t\u00e9 modifi\u00e9e avec succ\u00e8s. Pour que la configuration soit prise en compte, les fichiers d'index de base de donn\u00e9es doivent \u00eatre r\u00e9g\u00e9n\u00e9r\u00e9s. Ceci peut \u00eatre fait en utilisant l'outil 'Reconstituer les index' ou en r\u00e9important le contenu du backend '%s'<br><br> Voulez-vous reconstituer l'index maintenant\u00a0? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=La configuration de l'index pour '%s' a \u00e9t\u00e9 modifi\u00e9e avec succ\u00e8s. Pour que la configuration soit prise en compte, les fichiers d'index de base de donn\u00e9es doivent \u00eatre r\u00e9g\u00e9n\u00e9r\u00e9s. Ceci peut \u00eatre fait en utilisant l'outil 'Reconstituer les index' ou en r\u00e9important le contenu du backend '%s'.<br> Durant la reconstitution des index le backend '%s' sera d\u00e9sactiv\u00e9 et aucun de ses suffixes ne sera accessible.<br><br> Voulez-vous reconstruire l'index maintenant\u00a0? INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=Authentification requise INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully rebuilt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred rebuilding index. Error code: %d. INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Ligne de commande \u00e9quivalente\u00a0: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Reconstitution des index dans le backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Reconstitution de l'index compl\u00e8te INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=Les index ont \u00e9t\u00e9 reconstitu\u00e9s avec succ\u00e8s. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Erreur lors de la reconstitution des index MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= Une erreur est apparue en reconstituant l'index. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=D\u00e9marrage du serveur... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started successfully MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the server. Code d'erreur : %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted successfully MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the server. Code d'erreur : %d INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=D\u00e9marrage termin\u00e9 INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=Le serveur a d\u00e9marr\u00e9 avec succ\u00e8s MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Erreur lors du d\u00e9marrage du serveur MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=Une erreur est apparue lors du d\u00e9marrage du serveur Code d'erreur\u00a0: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Red\u00e9marrage termin\u00e9 INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=Le serveur a red\u00e9marr\u00e9 avec succ\u00e8s MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Erreur lors du red\u00e9marrage du serveur MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=Une erreur est apparue lors du d\u00e9marrage du serveur Code d'erreur\u00a0: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Arr\u00eat du serveur... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped successfully MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the server. Code d'erreur : %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when operation completes INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=D\u00e9tails : INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Arr\u00eat termin\u00e9 INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=Le serveur s'est arr\u00eat\u00e9 avec succ\u00e8s MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Erreur lors de l'arr\u00eat du serveur MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=Une erreur est apparue lors de l'arr\u00eat du serveur Code d'erreur\u00a0: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Fermer la fen\u00eatre quand l'op\u00e9ration se termine INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Veuillez attendre... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=D\u00e9tails\u00a0: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=D\u00e9marrer le Serveur. INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Arr\u00eater le Serveur. INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Red\u00e9marrer le Serveur. INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=Confirmation requise # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List... INFO_CTRL_PANEL_READING_SUMMARY=Reading... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_FILTER_LABEL=Filter: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=Si le serveur est arr\u00eat\u00e9, toutes les connexions ouvertes vers le serveur seront ferm\u00e9es et le serveur ne sera pas disponible.<br><br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=Durant le processus de red\u00e9marrage, toutes les connexions ouvertes vers le serveur seront ferm\u00e9es et le serveur ne sera pas disponible.<br><br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Chargement du panneau... INFO_CTRL_PANEL_CHECKING_SUMMARY=V\u00e9rification... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Actualisation de la liste... INFO_CTRL_PANEL_READING_SUMMARY=Lecture... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Lecture des param\u00e8tres Java... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=V\u00e9rification de l'authentification... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Lecture de la configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=DN de base\u00a0: INFO_CTRL_PANEL_FILTER_LABEL=Filtre\u00a0: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Appliquer INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=Fermer INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=Annuler INFO_CTRL_PANEL_OK_BUTTON_LABEL=OK INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Save INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Do Not Save INFO_CTRL_PANEL_INVALID_DN_DETAILS=The value %s is not a valid DN. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=No base DN selected. INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=The provided filter is not valid. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed. Try Applying a Filter. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is running. You must provide authentication to browse data. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Approximate INFO_CTRL_PANEL_EQUALITY_LABEL=Equality INFO_CTRL_PANEL_ORDERING_LABEL=Ordering INFO_CTRL_PANEL_PRESENCE_LABEL=Presence INFO_CTRL_PANEL_SUBSTRING_LABEL=Substring INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Delete Index... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Save Changes INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=This is a non-configurable internal index INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Enregistrer INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Ne pas sauvegarder INFO_CTRL_PANEL_INVALID_DN_DETAILS=La valeur %s n'est pas un DN valide D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=Pas de DN de base s\u00e9lectionn\u00e9e INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=Le filtre fourni n'est pas valide. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=Aucune correspondance trouv\u00e9e INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Affichage d'enfants maximum %d. Essayer d'appliquer un filtre. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Utiliser '*' pour une recherche de sous-cha\u00eene. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=Le serveur est en cours d'ex\u00e9cution... Vous devez fournir une authentification pour parcourir les donn\u00e9es. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=Pour parcourir les donn\u00e9es, le serveur doit \u00eatre en cours d'ex\u00e9cution et vous devez fournir une authentification. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=Une erreur s'est produite en essayant de se connecter au serveur pour lire les donn\u00e9es. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Erreur de connexion INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribut\u00a0: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Limite d'entr\u00e9e\u00a0: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Type d'index\u00a0: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Approximation INFO_CTRL_PANEL_EQUALITY_LABEL=\u00c9galit\u00e9 INFO_CTRL_PANEL_ORDERING_LABEL=Par ordre INFO_CTRL_PANEL_PRESENCE_LABEL=Pr\u00e9sence INFO_CTRL_PANEL_SUBSTRING_LABEL=Sous-cha\u00eene INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Supprimer l'index... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Enregistrer les modifications INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=Ceci est un index interne non configurable # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer between %d and %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred creating new entry. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the server must be running and you must provide authentication. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must provide authentication. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation of the entry. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass values of the entry. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Search Scope: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Search Filter: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Sort Order: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Max Block Size: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Base Object INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Single Level INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Subordinate Subtree INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Whole Subtree INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Add INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. Check main panel for more information. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>L'index a \u00e9t\u00e9 modifi\u00e9.<br>Reconstituer les index requis (en utilisant la fonction 'Reconstituer l'index' ou 'Importer'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Attributs de personnalisation INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Attributs standard INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=D\u00e9tails de l'index MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=La limite de l'entr\u00e9e doit \u00eatre un nombre entier entre %d et %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=Vous devez s\u00e9lectionner au moins un type d'index (par approximation, par ordre, par pr\u00e9sence ou par sous-cha\u00eene). ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=L'entr\u00e9e '%s' existe d\u00e9j\u00e0. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Cr\u00e9ation d'une nouvelle entr\u00e9e... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entr\u00e9e cr\u00e9\u00e9e INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=L'entr\u00e9e a \u00e9t\u00e9 cr\u00e9\u00e9e avec succ\u00e8s. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation d'une nouvelle entr\u00e9e MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=Une erreur est apparue lors de la cr\u00e9ation d'une entr\u00e9e. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=Pour cr\u00e9er une entr\u00e9e, le serveur doit \u00eatre en cours d'ex\u00e9cution et vous devez fournir une authentification. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=Pour cr\u00e9er une entr\u00e9e vous devez fournir une authentification. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=Vous devez fournir la repr\u00e9sentation LDIF de l'entr\u00e9e. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=Vous devez fournir les valeurs de la classe d'objet de l'entr\u00e9e. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=Par exemple\u00a0: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=Par exemple\u00a0. dc=sous-arborescence, dc=exe;plem dc=co; INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=D\u00e9tails de l'index VLV INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=DN de base\u00a0: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filtre\u00a0: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Domaine de recherche\u00a0: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Filtre\u00a0: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Ordre de tri\u00a0. INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Taille maximale du bloc\u00a0: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Objet de base INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Niveau unique INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Sous-arborescence subordonn\u00e9e INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Sous-arborescence enti\u00e8re INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Ajouter INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Supprimer INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=D\u00e9placer vers le haut INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=D\u00e9placer vers le bas INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Autre\u00a0: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(croissant) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(d\u00e9croissant) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=N'a pu trouver de sch\u00e9ma MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=Le sch\u00e9ma n'a pas pu \u00eatre trouv\u00e9 V\u00e9rifier le panneau central pour plus d'informations. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Index non d\u00e9finis # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV index to be effective the following indexes must be configured in '%s':<br>%s <br><br>Do you want to continue? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the definition of index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No VLV index name provided. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=There is already a VLV index '%s' defined in backend '%s'. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=The provided base DN is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=You must provide a filter for the index. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one attribute for the sort order. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size must be an integer between %d and %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Add Groups... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Choose Groups MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an static group. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were successfully added. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to groups. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found - INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=Pour que cet index VLV soit efficace, les index suivants doivent \u00eatre configur\u00e9s dans '%s'\u00a0: <br>%s <br><br>Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=\u00e9galit\u00e9 INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=sous-cha\u00eene INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=par ordre INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=pr\u00e9sence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximation INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=Vous devez mettre \u00e0 jour la d\u00e9finition de l'index '%s' pour qu'elle soit de type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=Vous devez d\u00e9finir l'index '%s' pour qu'il soit de type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=Vous devez d\u00e9finir l'index '%s'. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=Pas de nom d'index fourni. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=Ceci est d\u00e9j\u00e0 un index VLV '%s' d\u00e9fini dans le backend '%s'. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Vous devez fournir un DN de base. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=Le DN de base fourni n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Vous devez fournir un filtre pour l'index. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=Le filtre fourni n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Vous devez s\u00e9lectionner au moins un attribut pour l'ordre de tri. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=La taille maximale du bloc doit \u00eatre un nombre entier compris entre %d et %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Ajouter au groupe INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entr\u00e9es \u00e0 ajouter INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groupes\u00a0: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Ajouter des groupes... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Choisir des groupes MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=Le backend '%s' n'a pu \u00eatre trouv\u00e9. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=L'entr\u00e9e '%s' existe mais ce n'est pas un groupe statique. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=Vous devez sp\u00e9cifier un groupe. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Ajout au groupe... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entr\u00e9es ajout\u00e9es aux groupes INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=Les entr\u00e9es ont \u00e9t\u00e9 ajout\u00e9es avec succ\u00e8s. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Erreur lors de l'addition aux groupes MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=Une erreur s'est produite lors de l'addition aux groupes. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Syntaxe d'attribut INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=D\u00e9tails de syntaxe d'attribut INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Nom\u00a0. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description\u00a0: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Utilis\u00e9 par les attributs\u00a0: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Index de backend INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Index VLV de backend INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- pas de sauvegarde trouv\u00e9e - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=Parcourir... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Full Backup INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Incremental Backup (Specify Parent Backup Below) INFO_CTRL_PANEL_BACKUP_ID_LABEL=Backup ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Available Parent Backups: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Backup Options: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Encrypt Data INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of Backup Contents to Use as Checksum INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running. You must provide authentication to perform the backup. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=The backup path '%s" exists and is a file. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=The backup path '%s' does not exist. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No backup ID provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=The file '%s' exists. You must provide a directory to do the new backup. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=You have chosen to run an incremental backup. You must select the parent backup in the list of available parent backups. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=A backup with ID '%s' is already defined under '%s'. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Backup contents of '%s' to directory '%s'. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Creating backup of backend '%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Creating backup of all backends... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Backup Complete INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the backup. Error code: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not valid. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=The path '%s' is a directory. You must provide a file. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Cannot read file '%s'. Check that you have read rights to it. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=You must provide a value in Base 64 format. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 format: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Image Preview: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries INFO_CTRL_PANEL_NEW_USER_MENU=New User... INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=New Organizational Unit... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=New Domain... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=New from LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Reset User Password... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Add to Group... INFO_CTRL_PANEL_COPY_DN_MENU=Copy DN INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Delete Selected Entries INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=Do you want to delete the selected entries (including all the entries below them on the tree)? INFO_CTRL_PANEL_FILE_MENU=File INFO_CTRL_PANEL_EXIT_MENU=Exit INFO_CTRL_PANEL_HELP_MENU=Help INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Administration Guide INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Documentation Wiki INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=New Window INFO_CTRL_PANEL_VIEW_MENU=View INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Sauvegardes disponibles\u00a0: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Actualiser la liste INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=V\u00e9rifier la sauvegarde MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Erreur lors de la recherche de sauvegardes INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Chemin de sauvegarde\u00a0: INFO_CTRL_PANEL_BACKUP_TITLE=Lancer l'ex\u00e9cution de sauvegarde INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=Toutes les sauvegardes INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Type de sauvegarde\u00a0: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Sauvegarde compl\u00e8te INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Sauvegarde par incr\u00e9mentation (sp\u00e9cifier la sauvegarde parent ci-dessous) INFO_CTRL_PANEL_BACKUP_ID_LABEL=ID de sauvegarde\u00a0: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Sauvegardes parents disponibles\u00a0: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Options de sauvegarde\u00a0: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Donn\u00e9es compress\u00e9es (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Donn\u00e9es chiffr\u00e9es INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=G\u00e9n\u00e9rer une synth\u00e8se de message de contenu de sauvegarde \u00e0 utiliser comme somme de contr\u00f4le. INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Signer un hachage de synth\u00e8se de message INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour ex\u00e9cuter la sauvegarde. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=Aucune sauvegarde s\u00e9lectionn\u00e9e. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=Aucune sauvegarde disponible. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=Aucun chemin de sauvegarde fourni. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=Le chemin '%s" de sauvegarde existe et est un fichier. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=Le chemin de sauvegarde '%s' n'existe pas. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=Aucun ID de suavegarde fourni. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=Le fichier '%s' existe d\u00e9j\u00e0. Vous devez fournir un r\u00e9pertoire pour faire la nouvelle sauvegarde. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=Vous avez choisi d'exc\u00e9uter une sauvegarde par incr\u00e9mentation. Vous devez s\u00e9lectionner la sauvegarde parent dans la liste des sauvegardes parents disponibles. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=Une sauvegarde avec l'ID '%s' est d\u00e9j\u00e0 d\u00e9finie sous '%s'. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Le contenu de sauvegarde de '%s' vers le r\u00e9pertoire '%s'. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Cr\u00e9ation de la sauvegarde de backend ''%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Cr\u00e9ation de la sauvegarde de toutes les sauvegardes... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Sauvegarde termin\u00e9e INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=La sauvegarde a \u00e9t\u00e9 termin\u00e9e avec succ\u00e8s. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Erreur lors de la sauvegarde MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=Une erreur s'est produite lors de la sauvegarde. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Autre DN de base MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Vous devez fournir un DN de base. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=Le DN de base fourni n'est pas valide. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- Aucune valeur sp\u00e9cifi\u00e9e - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=Vous devez fournir une valeur pour le fichier. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=Le fichier '%s' n'existe pas. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=Le chemin '%s' est un r\u00e9pertoire. Vous devez fournir un fichier. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Ne peut lire le fichier '%s'. V\u00e9rifiez que vous avez des droits en lecture le concernant. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=Vous devez fournir une valeur en format de base 64. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=Une erreur s'est produite lors de la lecture du contenu du fichier. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=Une erreur s'est produite lors du d\u00e9codage de la cha\u00eene de base 64. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=\u00c9diter un attribut binaire INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Utiliser le contenu du fichier\u00a0: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Indiquez le contenu bianire en format de base 64\u00a0: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Actualiser INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Aper\u00e7u de l'image\u00a0: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Indiquez la valeur en base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image de l'attribut INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Aper\u00e7u indisponible. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=Afficher l'attribut binaire INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Valeur en format base 64\u00a0: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=G\u00e9rer les entr\u00e9es INFO_CTRL_PANEL_NEW_USER_MENU=Nouvel utilisateur... INFO_CTRL_PANEL_NEW_GROUP_MENU=Nouveau groupe... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=Nouvelle organisation... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=Nouvelle unit\u00e9 d'organisation... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=Nouveau domaine... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=Nouveau dans le LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=R\u00e9initialiser le mot de passe utilisateur... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Ajouter au groupe... INFO_CTRL_PANEL_COPY_DN_MENU=Copier le DN INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Supprimer les entr\u00e9es s\u00e9lectionn\u00e9es INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=Voulez-vous supprimer les entr\u00e9es s\u00e9lectionn\u00e9es (incluant toutes les entr\u00e9es sous celles-ci dans l'arborescence)\u00a0? INFO_CTRL_PANEL_FILE_MENU=Fichier INFO_CTRL_PANEL_EXIT_MENU=Sortie INFO_CTRL_PANEL_HELP_MENU=Aide INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Guide d'administration INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Wiki de documentation INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=Nouvelle fen\u00eatre INFO_CTRL_PANEL_VIEW_MENU=Vue INFO_CTRL_PANEL_ENTRIES_MENU=Entr\u00e9es INFO_CTRL_PANEL_CLOSE_MENU=Fermer INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=The file menu INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=The view menu INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=The help menu INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=The entries edition menu INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Simplified View INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attribute View INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF View INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Delete Entry... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error deleting entries MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting entries INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes INFO_CTRL_PANEL_BACKEND_LABEL=Backend: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- No Item Selected - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Multiple Items Selected - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- No Entry Selected - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Multiple Entries Selected - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- No Schema Item Selected - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=New VLV Index... INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined. To create and manage indexes, you must create a backend. To create a new backend you can use the action "New Base DN". MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=No index selected on the tree. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Delete Indexes INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Are you sure you want to delete the indexes '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Deleting indexes... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Indexes Deleted INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting indexes '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=Le menu de fichiers INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=Le menu de vues INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=Le menu d'aide INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=Le menu d'\u00e9dition d'entr\u00e9es INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Vue simplifi\u00e9e INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attribut Vue INFO_CTRL_PANEL_LDIF_VIEW_MENU=Vue LDIF INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Supprimer l'entr\u00e9e... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Supprimer l'entr\u00e9e... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Supprimer le DN de base... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Supprimer le backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Supprimer les entr\u00e9es... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entr\u00e9es supprim\u00e9es INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=Les entr\u00e9es ont \u00e9t\u00e9 supprim\u00e9es avec succ\u00e8s. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Erreur lors de la suppression d'entr\u00e9es MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=Une erreur s'est produite lors de la suppression d'entr\u00e9es INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Index INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=Index VLV INFO_CTRL_PANEL_BACKEND_LABEL=Backend\u00a0: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- Aucun backend n'a \u00e9t\u00e9 trouv\u00e9 - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- Aucun DN de base n'a \u00e9t\u00e9 trouv\u00e9 - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- Aucun \u00e9l\u00e9ment s\u00e9lectionn\u00e9 - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- \u00c9l\u00e9ments multiples s\u00e9lectionn\u00e9s - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- Aucune entr\u00e9e s\u00e9lectionn\u00e9e - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Entr\u00e9es multiples s\u00e9lectionn\u00e9es - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- Aucun \u00e9l\u00e9ment de sch\u00e9ma s\u00e9lectionn\u00e9 - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=Nouvel index... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=Nouvel index VLV... INFO_CTRL_PANEL_NEW_INDEX_MENU=Nouvel index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=Nouvel index VLV... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Supprimer l'index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=G\u00e9rer les index MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=- Aucun backend trouv\u00e9 - MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=Il n'y avait pas de backend d\u00e9fini. Pour cr\u00e9er et g\u00e9rer des index, vous devez cr\u00e9er un backend. Pour cr\u00e9er un nouvel backend, vous pouvez utiliser l'action "Nouveau DN de base". MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=Aucun index s\u00e9lectionn\u00e9 dans l'arborescence. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Supprimer les index INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Voulez-vous vraiment supprimer les index '%s' d\u00e9finis dans le backend '%s'\u00a0? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Suppression des index... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Index supprim\u00e9s INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=Les index '%s' dans le backend '%s' ont \u00e9t\u00e9 supprim\u00e9s avec succ\u00e8s. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Erreur lors de la suppression des index MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=Une erreur s'est produite lors de la suppression des index '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributs INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Classes d'objet INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Configuration du serveur INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Personnalisation INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=Matching Rules INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Attribute Syntaxes INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=New Attribute... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Configuration du serveur INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Personnalisation INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=R\u00e8gles de correspondance INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Syntaxes d'attribut INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=Nouvelle classe d'objet... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=Nouvel attribut... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=Nouvelle classe d'objet... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=Nouvel attribut... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Suppression... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Nom INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=Type INFO_CTRL_PANEL_PARENT_CLASS=Parent Class INFO_CTRL_PANEL_CHILD_CLASS=Child Class INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=Multiple Schema Items Selected MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the following classes: %s. You must redefine these classes so that they do not inherit from objectClass '%s' before deleting it. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the following attributes: %s. You must redefine these attributes so that they do not inherit from attribute '%s' before deleting it. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional or required by the following objectClasses: %s. You must redefine these classes so that they do not depend on attribute '%s' before deleting it. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Manage Schema INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Delete Objectclasses INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Delete Attributes INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Delete Objectclasses and Attributes INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Are you sure you want to delete the elements '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Deleting... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Schema Definitions Deleted INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' were successfully deleted MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting schema elements MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred deleting schema elements. Check details for more information INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is running. You must provide authentication to delete the attribute. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Are you sure you want to delete the attribute '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Deleting attribute '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribute Deleted INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting attribute MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting attribute '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is running. You must provide authentication to delete the object class. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Are you sure you want to delete the object class '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Deleting object class '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Object class Deleted INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting object class MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred deleting object class '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is running. You must provide authentication to delete a backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error deleting backends MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting backends. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends will be deleted. All the entries defined on all the base DN's of the backend and all the index configuration will be deleted. INFO_CTRL_PANEL_PARENT_CLASS=Classe parent INFO_CTRL_PANEL_CHILD_CLASS=Classe enfant INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Attributs requis INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Attributs facultatifs INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=Aucun \u00e9l\u00e9ment de sch\u00e9ma s\u00e9lectionn\u00e9 INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=\u00c9lement de cat\u00e9gorie s\u00e9lectionnn\u00e9 INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=\u00c9l\u00e9ments de sch\u00e9ma multiple s\u00e9lectionn\u00e9s MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=La classe d'objet '%s' est sup\u00e9rieure aux classes suivantes\u00a0: %s. Vous devez red\u00e9finir ces classes de fa\u00e7on \u00e0 ce qu'elles n'h\u00e9ritent pas de la classe d'objet '%s' avant de la supprimer. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=L'attribut '%s' est sup\u00e9rieur aux attributs suivants\u00a0: %s. Vous devez red\u00e9finir ces attributs de fa\u00e7on \u00e0 ce qu'ils n'h\u00e9ritent pas de l'attribut '%s' avant de le supprimer. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=L'attribut '%s' est facultatif ou requis par les classes d'objet suivantes\u00a0: %s. Vous devez red\u00e9finir ces classes de fa\u00e7on \u00e0 ce qu'elles ne d\u00e9pendent pas de l'attribut '%s' avant de le supprimer. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=G\u00e9rer le sch\u00e9ma INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Supprimer les classes d'objet INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Supprimer les attributs INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Supprimer les classes d'objet et les attributs INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Voulez-vous vraiment supprimer les \u00e9l\u00e9ments '%s' d\u00e9finis dans le sch\u00e9ma\u00a0? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Suppression... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=D\u00e9finitions du sch\u00e9ma supprim\u00e9es INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=Les \u00e9l\u00e9ments du sch\u00e9ma '%s' ont \u00e9t\u00e9 supprim\u00e9s avec succ\u00e8s MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Erreur lors de la suppression d'\u00e9l\u00e9ments MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=Une erreur s'est produite lors de la suppression d'\u00e9l\u00e9ments du sch\u00e9ma. V\u00e9rifiez les d\u00e9tails pour plus d'informations INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Attribut de configuration INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Classe d'objet de configuration INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Attribut de personnalisation INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Classe d'objet de personnalisation INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Supprimer l'attribut... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Supprimer l'attribut INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour supprimer l'attribut. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Voulez-vous vraiment supprimer l'attribut '%s' d\u00e9fini dans le sch\u00e9ma\u00a0? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Suppression de l'attribut '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribut supprim\u00e9 INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=L'attribut '%s' a \u00e9t\u00e9 supprim\u00e9 MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Erreur lors de la suppression de l'attribut MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de l'attribut '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Supprimer la classe d'objet... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Supprimer la classe d'objet INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour supprimer la classe d'objet. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Voulez-vous vraiment supprimer la classe d'objet '%s' d\u00e9finie dans le sch\u00e9ma\u00a0? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Suppression de la classe d'objet '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Classe d'objet supprim\u00e9e INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=La classe d'objet '%s' a \u00e9t\u00e9 supprim\u00e9e MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Erreur lors de la suppression de la classe d'objet MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de la classe d'objet '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Supprimer le backend... INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=S\u00e9lectionner les backends \u00e0 supprimer\u00a0: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour supprimer un backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Suppression des backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends supprim\u00e9s INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=Les backends ont \u00e9t\u00e9 supprim\u00e9s. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Erreur lors de la suppression des backends MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de backends. V\u00e9rifiez les d\u00e9tails pour plus d'informations. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=Les backends suivants seront supprim\u00e9s. Toutes les entr\u00e9es d\u00e9finies sur tous les DN de base du backend et toutes les configuration d'index seront supprim\u00e9es. INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Clear Selection INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following backends will be deleted and all the configuration lost: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is running. You must provide authentication to delete a base DN. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DN's MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting base DN's. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DN's will be deleted. All the entries defined on the base DN's will be deleted. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error searching entry INFO_CTRL_PANEL_SELECT_ALL_BUTTON=S\u00e9lectionner tout INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=D\u00e9s\u00e9lectioner tout INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=Les backends suivants seront supprim\u00e9s et toute la configuration sera perdue\u00a0: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Supprimer le DN de base INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=S\u00e9lectioner les DN de base \u00e0 supprimer\u00a0: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour supprimer un DN de base. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Suppression des DN de base... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=DN de base supprim\u00e9s INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=Les DN de base ont \u00e9t\u00e9 supprim\u00e9s. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Erreur lors de la suppression des DN de base MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=Une erreur s'est produite lors de la suppression des DN de base. V\u00e9rifiez les d\u00e9tails pour plus d'informations. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=Les DN de base suivants seront supprim\u00e9s. Toutes les entr\u00e9es d\u00e9fini\u00e9es dans le DN de base seront supprim\u00e9es. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Erreur lors de la recherche d'entr\u00e9e # # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry '%s'. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of file instead of appending. INFO_CTRL_PANEL_EXPORT_OPTIONS=Export Options: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Generate a Signed Hash INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is running. You must provide authentication to perform the export. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists and it is a directory. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be between %d and %d. MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=Une erreur s'est produite lors de la recherche d'ent\u00e9re '%s'. D\u00e9tails\u00a0: <br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Exporter LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Exporter vers le fichier\u00a0: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=Si le fichier existe, \u00e9craser le contenu du fichier au lieu de l'ajouter. INFO_CTRL_PANEL_EXPORT_OPTIONS=Options d'exportation\u00a0: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=G\u00e9n\u00e9rer un hachage sign\u00e9 INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Adaptation du texte \u00e0 la colonne INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclure les attributs op\u00e9rationnels INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour effectuer l'exportation. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=Aucun backend s\u00e9lectionn\u00e9. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=Le chemin fourni '%s' existe et c'est un r\u00e9pertoire. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=La valeur de la colonne adapt\u00e9e doit \u00eatre entre %d et %d. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=File '%s' exists and its contents will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exporting from backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Export Complete INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=The export finished successfully. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the export. Error code: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Overwrite Any Existing Data INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Append to Existing Data INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=File to Import: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Replace Entries that have Matching DN's with Imported Values INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Schema Validation: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Reject Entries That are Not Schema-Compliant INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Rejects File: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Write Rejected Entries to a File INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Skips File: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=Write Skipped Entries to a File INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=The server is running. You must provide authentication to perform the import. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=You must provide a value for the rejects file. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=The rejects and skips file must have different values. MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the skips file. INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=Le fichier '%s' existe et son contenu sera \u00e9cras\u00e9.<br><br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exportation depuis le backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Exportation termin\u00e9e INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=L'exportation est termin\u00e9e avec succ\u00e8s. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Erreur lors de l'exportation MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=Une erreur s'est produite lors de l'exportation. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Exportation du backend '%s' vers le fichier '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Importer LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Les donn\u00e9es dans le fichier sont compress\u00e9es (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Type d'importation\u00a0: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=\u00c9craser toute donn\u00e9e existante INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Ajouter \u00e0 toute donn\u00e9e existante INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=Fichier \u00e0 importer\u00a0: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Remplacer les entr\u00e9es qui ont des DN correspondants avec des valeurs import\u00e9es INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Validation de sch\u00e9ma\u00a0: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Refuser les entr\u00e9es qui ne sont pas conformes au sch\u00e9ma INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Refuse le fichier\u00a0: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=\u00c9crire les entr\u00e9es refus\u00e9es dans le fichier\u00a0: INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=Si le fichier existe, \u00e9craser le contenu du fichier au lieu de l'ajouter. INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Ignorer le fichier\u00a0: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=\u00c9crire les entr\u00e9es ignor\u00e9es dans le fichier\u00a0: INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=Si le fichier existe, \u00e9craser le contenu du fichier au lieu de l'ajouter. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour effectuer l'importation. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=Vous devez fournir une valeur pour le fichier refus\u00e9. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=Les fichiers refus\u00e9s et ignor\u00e9s doivent avoir diff\u00e9rentes valeurs. MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=Vous devez fournir une valeur pour le fichier ignor\u00e9. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importing to backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import Complete INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=The import finished successfully. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error during Import MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=An error occurred during the import. Error code: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Import the contents of file '%s' to backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Data Inclusion Options INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Data Exclusion Options INFO_CTRL_PANEL_DNS_TO_INCLUDE=DN's to Include: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=DN's to Exclude: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Attributes to Include: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Attributes to Exclude: INFO_CTRL_PANEL_INCLUSION_FILTER=Inclusion Filter: INFO_CTRL_PANEL_EXCLUSION_FILTER=Exclusion Filter: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Separate multiple DN's with a line break INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Separate multiple attributes with a comma (,) MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a valid name. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is running. You must provide authentication to edit the index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Are you sure you want to delete the index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Deleting index... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index Deleted INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error deleting index MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=An error occurred deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modifying Index INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modifying index %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index Modified INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error modifying index MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDS_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDS_JAVA_ARGS will be used as fallback. INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=Toutes les donn\u00e9es dans le backend '%s' seront \u00e9cras\u00e9es.<br><br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importation vers le backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Importation termin\u00e9e INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=L'importation est termin\u00e9e. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Erreur lors de l'importation MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=Une erreur s'est produite lors de l'importation. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Importer le contenu du fichier '%s' vers le backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Options d'inclusion de donn\u00e9es INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Options d'exclusion de donn\u00e9es INFO_CTRL_PANEL_DNS_TO_INCLUDE=DN \u00e0 inclure\u00a0: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=Dn \u00e0 exclure\u00a0: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Attributs \u00e0 inclure\u00a0: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Attributs \u00e0 exclure\u00a0: INFO_CTRL_PANEL_INCLUSION_FILTER=Filtre d'inclusion\u00a0: INFO_CTRL_PANEL_EXCLUSION_FILTER=Filtre d'exclusion\u00a0: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=S\u00e9parer les DN multiples avec un retour \u00e0 la ligne. INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=S\u00e9parer les attributs \u00f9multiples avec une virgule (,) MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=Le DN de base '%s' n'est pas un descendant de DN de base d\u00e9fini dans le backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=L'attribut '%s' n'a pas de nom valide. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=La valeur '%s' n'est pas un filtre valide D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=Afficher les propri\u00e9t\u00e9s de l'index INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=Afficher l'\u00e9l\u00e9ment de sch\u00e9ma INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Propri\u00e9t\u00e9s de l'index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour \u00e9diter l'index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Supprimer l'index INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Voulez-vous vraiment supprimer l'index '%s' d\u00e9fini dans le backend '%s'\u00a0? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Suppression de l'index... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index supprim\u00e9 INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=L'index '%s' dans le backend '%s' a \u00e9t\u00e9 supprim\u00e9. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Erreur lors de la suppression de l'index MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de l'attribut '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modification de l'index INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modification de l'index %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index modifi\u00e9 INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=L'index '%s' dans le backend '%s' a \u00e9t\u00e9 modifi\u00e9. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Erreur lors de la modification de l'index MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=Une erreur s'est produite lors de la modification de l'index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modifier l'index '%s' dans le backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modification de l'index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Param\u00e8tres Java INFO_CTRL_PANEL_JAVA_HOME_LABEL=Accueil JAVA\u00a0: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Utiliser la valeur de la variable d'environnement OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=Si OPEN_JAVA_HOME n'est pas d\u00e9finie, la valeur ci-dessous sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Utiliser la valeur suivante\u00a0: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=Si la valeur n'est pas trouv\u00e9e lors du lancement de la ligne de commande, la valeur de OPEN_JAVA_HOME sera utilis\u00e9e comme solution de repli. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Arguments Java INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Utiliser la valeur de la variable d'environnement OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=Si OPEN_JAVA_ARGS n'est pas d\u00e9finie, les valeurs ci-dessous seront utilis\u00e9es comme solution de repli. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Utiliser les valeurs indiqu\u00e9es ci-dessous INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=Si la valeur n'est pas indiqu\u00e9e pour une ligne de commande, la valeur de OPEN_JAVA_ARGS sera utilis\u00e9e comme solution de repli. # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on its own process and could benefit from more memory allocation. INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)L'op\u00e9ration est ex\u00e9cut\u00e9e sur son propre processus et pourrait b\u00e9n\u00e9ficier de plus de m\u00e9moire allou\u00e9e. # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the java settings. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java settings INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java arguments... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the java installation to be used. INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)L'op\u00e9ration est ex\u00e9cut\u00e9e sur le processus du serveur et la ligne de commande ne n\u00e9cessite pas beaucoup de ressources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Une erreur inattendue s'est produite lors de la lecture des param\u00e8tres Java. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Erreur lors de la lecture des param\u00e8tres Java INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=V\u00e9rification d'options Java fournies... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Le chemin '%s' n'existe pas. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Le chemin '%s' n'est pas un r\u00e9pertoire. Vous devez sp\u00e9cifier le chemin vers l'installation Java \u00e0 utiliser. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=N'a pu trouver de binaire '%s'. Vous devez sp\u00e9cifier le chemin vers l'installation Java \u00e0 utiliser. # # Note that the following property contains line breaks in HTML format (<br>) # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java arguments could not be used with java binary '%s':<br>%s<br><br>The command-lines associated with those java arguments may not work.<br>Do you want to continue? MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided java settings. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating java settings. Code d'erreur : %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (Online) (**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (Offline) (**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Update Java Settings. INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=Edit LDAP Entry INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Save Changes INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Saving changes of entry '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entry Updated INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=The entry '%s' was successfully updated. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving changes to entry '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Delete Entry INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Delete Subtree INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=Do you want to delete entry '%s'? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=Do you want to delete subtree '%s' (including all the entries below it on the tree)? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entry Deleted INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=The entry '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error deleting entry MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=An error occurred deleting entry '%s'. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Deleting subtree '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Subtree Deleted INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=The subtree '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=An error occurred deleting subtree '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=All Base DNs INFO_CTRL_PANEL_LDAP_FILTER=LDAP Filter: INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups INFO_CTRL_PANEL_OTHER_BASE_DN=Other... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Les arguments Java suivants ne peuvent pas \u00eatre utilis\u00e9s avec le binaire '%s' :<br>%s<br><br>Les lignes de commands associ\u00e9es avec ces arguments Java peuvent ne pas fonctionner.<br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=Les arguments Java suivants ne peuvent \u00eatre utilis\u00e9s avec le binaire '%s'\u00a0: <br>%s<br><br>Ces arguments seront utilis\u00e9s comme solution de repli quand OPENDS_JAVA_ARGS n'est pas d\u00e9fini. Si vous ne voulez pas indiquer de solution de repli, laissez ces arguments vides.<br><br>Les lignes de commands associ\u00e9es avec ces arguments Java peuvent ne pas fonctionner.<br> Voulez-vous continuer\u00a0? ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Erreur lors de la v\u00e9rification des param\u00e8tres Java MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=Une erreur inattendue s'est produite lors de la v\u00e9rification des param\u00e8tres Java. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modification de l'index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Mise \u00e0 jour des param\u00e8tres Java... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Param\u00e8tres Java mis \u00e0 jour INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=Les param\u00e8tres Java ont \u00e9t\u00e9 mis \u00e0 jour. Quand les lignes de commande sont ex\u00e9cut\u00e9es, les nouveaux param\u00e8tres seront pris en compte. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Erreur lors de la mise \u00e0 jour des propri\u00e9t\u00e9s Java. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Une erreur s'est produite lors de la mise \u00e0 jour des param\u00e8tres Java. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=Une erreur s'est produite lors de la mise \u00e0 jour des param\u00e8tres Java. Code d'erreur : %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Nom de ligne de commande INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Arguments Java INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (temps d'ex\u00e9cution du serveur) INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (en ligne) (**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (hors ligne) (**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Mettre \u00e0 jour les param\u00e8tres Java. INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=\u00c9diter l'entr\u00e9e LDAP INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Enregistrer les modifications INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Enregistrement des modifications de l'entr\u00e9e '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entr\u00e9e mise \u00e0 jour INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=L'entr\u00e9e '%s' a \u00e9t\u00e9 mise \u00e0 jour. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Erreur lors de l'enregistrement des modifications MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=Une erreur est apparue lors de l'enregistrement des modifications de l'entr\u00e9e '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=L'entr\u00e9e n'est pas correcte. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Modifications non enregistr\u00e9es. INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Modifications non enregistr\u00e9es. INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Enregistrer les modifications en\u00a0: '%s'\u00a0? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=Enregistrer les modifications en\u00a0: '%s'\u00a0? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Supprimer l'entr\u00e9e INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Supprimer la sous-arborescence INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=Voulez-vous supprimer l'entr\u00e9e '%s'\u00a0? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=Voulez-vous supprimer l'entr\u00e9e '%s' (incluant toutes les entr\u00e9es sous celles-ci dans l'arborescence)\u00a0? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entr\u00e9e supprim\u00e9e INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=L'entr\u00e9e '%s' a \u00e9t\u00e9 supprim\u00e9e. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Erreur lors de la suppression de l'entr\u00e9e. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de l'entr\u00e9e '%s'. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Suppression de la sous-arborescence '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Sous-arborescence supprim\u00e9e INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=La sous-arborescence '%s' a \u00e9t\u00e9 supprim\u00e9e. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Erreur lors de la suppression de la sous-arborescence MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de la sous-arborescence '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=Tous les DN de base INFO_CTRL_PANEL_LDAP_FILTER=Filtre LDAP\u00a0: INFO_CTRL_PANEL_USERS_FILTER=Utilisateurs INFO_CTRL_PANEL_GROUPS_FILTER=Groupes INFO_CTRL_PANEL_OTHER_BASE_DN=Autre... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Attributs non \u00e9ditables\u00a0: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Classe d'objet\u00a0: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Classes d'objet auxiliaires\u00a0:%s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Authentification requise INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN: INFO_CTRL_PANEL_BIND_DN_LABEL=DN de liaison\u00a0: INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=Mot de passe : # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you exit the tasks will continue but you will have to check the error logs to see if they complete successfully.<br><br>Do you want to continue? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Matching Rule INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name: INFO_CTRL_PANEL_MATCHING_RULE_OID=OID: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Description: INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=Les t\u00e2ches suivantes sont ex\u00e9cut\u00e9es\u00a0: <br>%s<br><br>Si vous sortez, les t\u00e2ches continuent mais vous devrez v\u00e9rifier les journaux d'erreurs pour voir si elles se sont termin\u00e9es avec succ\u00e8s.<br><br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=R\u00e8gle de correspondance INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=D\u00e9tails de r\u00e8gle de correspondance INFO_CTRL_PANEL_MATCHING_RULE_NAME=Nom\u00a0. INFO_CTRL_PANEL_MATCHING_RULE_OID=OID\u00a0: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Description\u00a0: INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=Syntaxe : INFO_CTRL_PANEL_MATCHING_RULE_TYPE=Type : INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=You must provide a name for the attribute. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=The provided OID '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=You have provided an empty alias. MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=The provided alias '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creating attribute '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribute created in schema INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error creating attribute MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=An error occurred creating attribute '%s'. Check details for more information. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=attribute INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=object class INFO_CTRL_PANEL_TYPE_MATCHING_RULE=matching rule INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=syntax INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=The syntax defines the type of value of the attribute INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Extra Options INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Attribute Type Options INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Matching Rule Options INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Separated with commas INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=The file (under 'config%sschema') where the attribute definition will be stored. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=The matching rule to be used for approximate requests INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=The matching rule to be used for equality requests INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=The matching rule to be used for ordering requests INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=The matching rule to be used for substring requests INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Default defined in syntax (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Create new attribute '%s' in schema. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Creating attribute '%s' INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Name: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Parent: INFO_CTRL_PANEL_ATTRIBUTE_OID_LABEL=OID: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=File: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Utilis\u00e9 par les attributs\u00a0: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- Aucun parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- Aucune r\u00e8gle de correspondance - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=Nouvel attribut INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour cr\u00e9er un attribut dans le sch\u00e9ma. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=Vous devez fournir un nom pour l'attribut. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=Le nom fourni n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=Le nom fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini comme %s). MILD_ERR_CTRL_PANEL_OID_NOT_VALID=L'OID fourni n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=L'OID fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini comme %s). MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=Vous avez fourni un alias vide. MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=L'alias fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini comme %s). INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Cr\u00e9ation de l'attribut '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribut cr\u00e9\u00e9 dans le sch\u00e9ma INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=L'attribut '%s' a \u00e9t\u00e9 cr\u00e9\u00e9 avec succ\u00e8s. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de l'attribut MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=Une erreur s'est produite lors de la cr\u00e9ation de l'attribut '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=attribut INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=classe d'objet INFO_CTRL_PANEL_TYPE_MATCHING_RULE=r\u00e8gle de correspondance INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=syntaxe INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=La syntaxe d\u00e9finit le type de valeur de l'attribut INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Options suppl\u00e9mentaires INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Options de type d'attribut INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Options de r\u00e8gle de correspondance INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=S\u00e9par\u00e9 par des virgules INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=Le fichier (sous 'config%sschema) o\u00f9 l'attribut sera stock\u00e9. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=La r\u00e8gle de correspondance \u00e0 utiliser pour des requ\u00eates d'approximation INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=La r\u00e8gle de correspondance \u00e0 utiliser pour des requ\u00eates d'\u00e9galit\u00e9 INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=La r\u00e8gle de correspondance \u00e0 utiliser pour des requ\u00eates par ordre INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=La r\u00e8gle de correspondance \u00e0 utiliser pour des requ\u00eates sous-cha\u00eene INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- par d\u00e9faut d\u00e9fini dans la syntaxe (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Cr\u00e9er un nouvel attribut '%s' dans le sch\u00e9ma. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Cr\u00e9ation de l'attribut '%s' INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Parent\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_OID_LABEL=OID\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Aliases\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origine\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=Fichier\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Description\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_USAGE_LABEL=Utilisation\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_LABEL=Syntaxe : INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=Approximate Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=Equality Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=Ordering Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=Substring Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Non Modifiable INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Single Valued INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Multivalued INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=R\u00e8gle de correspondance par approximation\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=R\u00e8gle de correspondance par \u00e9galit\u00e9\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=R\u00e8gle de correspondance par ordre\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=R\u00e8gle de correspondance par sous-cha\u00eene\u00a0: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Non modifiable INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=\u00c0 valeur unique INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=\u00c0 valeurs multiples INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collectif INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsol\u00e8te INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Op\u00e9rationnel INFO_CTRL_PANEL_NEW_BACKEND_LABEL=Nouveau backend\u00a0: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=Nouveau DN de base INFO_CTRL_PANEL_BASE_DN_EXAMPLE=Par exemple\u00a0. dc=exemple, dc=com INFO_CTRL_PANEL_DIRECTORY_DATA_LABEL=Donn\u00e9es de r\u00e9pertoire : INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Cr\u00e9er uniquement une entr\u00e9e de base INFO_CTRL_PANEL_LEAVE_DATABASE_EMPTY_LABEL=Conserver la base de donn\u00e9es vide INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Import Data From LDIF File INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Import Automatically Generated Example Data INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=The server is running. You must provide authentication to create a new base DN. INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Importer les donn\u00e9es du fichier LDIF INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Importer automatiquement les donn\u00e9es d'exemple g\u00e9n\u00e9r\u00e9 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour cr\u00e9er un DN de base. INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=Chemin : INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=Nombre d'entr\u00e9es utilisateur : MILD_ERR_NEW_BACKEND_NAME_REQUIRED=You must provide a name for the new backend. MILD_ERR_BACKEND_ALREADY_EXISTS=There is already an existing backend with name: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=You must provide a value for the Base DN. MILD_ERR_BASE_DN_ALREADY_EXISTS=The base DN '%s' is already defined. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=The backend already contains another base DN that is within the same hierarchical path (%s is an ancestor of the provided base DN). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=The backend already contains another base DN that is within the same hierarchical path (%s is a descendant of the provided base DN). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=The number of user entries to generate must be between %d and %d. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Creating base DN '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=Base DN Created INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=The base DN '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of base DN '%s'. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=An error occurred during the creation of the Base DN. Error code: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Create new base DN '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing base DN '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for the name of the organization. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the name of the domain. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the name of the group. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member '%s' is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=You must provide a member for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=You must provide an LDAP URL with a filter for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=The provided Reference Group could not be found. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=The provided Reference Group exists but it is not a dynamic group. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group Reference DN is not valid. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Members: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Static Group INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Dynamic Group INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Virtual Static Group INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=Member DNs: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=LDAP URL: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Add Members... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running. You must provide authentication to create an index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=The entry limit must be an integer between %d and %d. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Creating new index '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index created INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=The new index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error creating index MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred creating index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the object class. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Creating object class '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Object class created in schema INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error creating object class MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=An error occurred creating object class '%s'. Check details for more information. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstract INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Structural INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliary INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Available Attributes: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Required Attributes: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Optional Attributes: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Inherited Attribute INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=The file (under 'config%sschema') where the object class definition will be stored. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Create new object class '%s' in schema. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Creating object class '%s' INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Name: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Parent: INFO_CTRL_PANEL_OBJECTCLASS_OID_LABEL=OID: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=File: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description: MILD_ERR_NEW_BACKEND_NAME_REQUIRED=Vous devez fournir un nom pour le nouveau backend. MILD_ERR_BACKEND_ALREADY_EXISTS=Il existe d\u00e9j\u00e0 un backend avec le nom\u00a0 : %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=Vous devez fournir une valeur pour le DN de base. MILD_ERR_BASE_DN_ALREADY_EXISTS=Le DN de base '%s' est d\u00e9j\u00e0 d\u00e9fini. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=Le backend contient d\u00e9j\u00e0 un autre DN de base qui est dans le m\u00eame chemin hi\u00e9rarchique (%s est un anc\u00eatre du DN de base fourni). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=Le backend contient d\u00e9j\u00e0 un autre DN de base qui est dans le m\u00eame chemin hi\u00e9rarchique (%s est un descendant du DN de base fourni). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=Le nombre d'entr\u00e9es utilisateur \u00e0 g\u00e9n\u00e9rer doit \u00eatre compris entre %d et %d. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Cr\u00e9ation d'un ND d base '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=DN de base cr\u00e9\u00e9 INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=Le DN de base '%s' a \u00e9t\u00e9 cr\u00e9\u00e9. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation du DN de base '%s'. Reportez-vous \u00e0 la zone de texte "D\u00e9tails" pour plus d'informations. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=Une erreur s'est produite lors de la cr\u00e9ation du DN de base. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Cr\u00e9er un DN de base '%s' dans le backend '%s'. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Cr\u00e9ation d'un backend '%s' contenant le DN de base '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Cr\u00e9ation du DN de base '%s' dans le backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Cr\u00e9ation d'index par d\u00e9faut INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=Nouvelle organisation MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=Vous devez fournir une valeur pour le nom de l'organisation. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description\u00a0: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=DN d'entr\u00e9e\u00a0: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=Nouveau domaine MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=Vous devez fournir une valeur pour le nom du domaine. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=Nouvelle entr\u00e9e depuis le LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Saisir la syntaxe de LDIF pour la nouvelle entr\u00e9e\u00a0: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=V\u00e9rifier la syntaxe INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=Nouveau groupe MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=Vous devez fournir une valeur pour le nom du groupe. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=L'entr\u00e9e '%s' n'a pu \u00eatre trouv\u00e9e. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=La valeur fournie en tant que membre '%s' n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=Vous devez fournir un membre pour le groupe. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=Vous devez fournir une url de LDAP avec un filtre pour le groupe. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=La valeur d'url de LDAP fournie n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=Le groupe de r\u00e9f\u00e9rence fourni n'a pu \u00eatre trouv\u00e9. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=Le groupe de r\u00e9f\u00e9rence fourni existe mais ce n'est pas un groupe dynamique. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=Le DN de r\u00e9f\u00e9rence du groupe dynamique fourni n'est pas valide. D\u00e9tails\u00a0: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Description\u00a0: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=DN d'entr\u00e9e\u00a0: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Membres\u00a0: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Groupe statique INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Groupe dynamique INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Groupe statique virtuel INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=DN de membre\u00a0: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=Url de LDAP\u00a0: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Ajouter des membres... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Ajouter des membres INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=DN de r\u00e9f\u00e9rence de groupe dynamique INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choisir le groupe de r\u00e9f\u00e9rence INFO_CTRL_PANEL_NEW_INDEX_TITLE=Nouvel index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour cr\u00e9er l'index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=Aucun nom d'attribut s\u00e9lectionn\u00e9. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=La limite de l'entr\u00e9e doit \u00eatre un nombre entier entre %d et %d. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=Vous devez s\u00e9lectionner au moins un type d'index (par approximation, par ordre, par pr\u00e9sence ou par sous-cha\u00eene). INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Cr\u00e9ation d'un index '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index cr\u00e9\u00e9 INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=Le nouvel index '%s' a \u00e9t\u00e9 cr\u00e9\u00e9. MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de l'index MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=Une erreur s'est produite en cr\u00e9ant l'index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Cr\u00e9er un index '%s' dans le backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Cr\u00e9ation de l'index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=Nouvelle classe d'objet INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour cr\u00e9er un attribut dans le sch\u00e9ma. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=Vous devez fournir un nom pour la classe d'objet. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=Le nom fourni n'est pas valide. D\u00e9tails\u00a0: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=Le nom fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini en tant que %s). INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Cr\u00e9ation de la classe d'objet '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Classe d'objet cr\u00e9\u00e9e dans le sch\u00e9ma INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=La classe d'objet '%s' a \u00e9t\u00e9 cr\u00e9\u00e9e. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de la classe d'objet MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=Une erreur s'est produite lors de la cr\u00e9ation de la classe d'objet '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsol\u00e8te INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstrait INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Structurel INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliaire INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Attributs disponibles\u00a0: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Attributs requis\u00a0: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Attributs facultatifs\u00a0: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=Attributs h\u00e9rit\u00e9s (*) INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=Le fichier (sous 'config%sschema') o\u00f9 la d\u00e9finitions de la classe d'objet sera stock\u00e9e. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Cr\u00e9er une classe d'objet '%s' dans le sch\u00e9ma. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Cr\u00e9ation de la classe d'objet '%s' INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Parent\u00a0: INFO_CTRL_PANEL_OBJECTCLASS_OID_LABEL=OID\u00a0: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Aliases\u00a0: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origine\u00a0: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=Fichier\u00a0: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description\u00a0: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=Type : INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Address: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name of the Organizational Unit. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=User ID: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributs\u00a0: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description\u00a0: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=DN d'entr\u00e9e\u00a0: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Adresse\u00a0: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Num\u00e9ro de t\u00e9l\u00e9phone\u00a0: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Num\u00e9ro de fax\u00a0: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=Nouvelle unit\u00e9 d'organisation MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=Vous devez fournir une valeur pour le nom de l'unit\u00e9 organisationnelle. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=Pr\u00e9nom\u00a0.: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Nom de famille\u00a0.: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Nom habituel\u00a0.: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=ID utilisateur\u00a0: INFO_CTRL_PANEL_NEW_USER_PASSWORD_LABEL=Mot de passe : INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Password (Confirm): INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-mail: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Naming Attribute: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=New User MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last Name\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for 'Common Name'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value for the naming attribute '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running. You must provide authentication to create a VLV index. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV Index created INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=The new VLV index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error creating VLV index MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred creating VLV index. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes: INFO_CTRL_PANEL_INDEXES_LABEL=Indexes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) Requires Rebuild INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Rebuild Indexes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=The server is running. You must provide authentication to disable the backend before rebuilding the indexes. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No Base DN's defined. MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=You must select a Base DN. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=You must select at least one index to be rebuilt. INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Mot de passe (confirmation)\u00a0: INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-mail\u00a0: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Num\u00e9ro de t\u00e9l\u00e9phone\u00a0: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Num\u00e9ro de fax\u00a0: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Attribut de nommage\u00a0: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=DN d'entr\u00e9e\u00a0: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=Nouvel utilisateur MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=Vous devez fournir une valeur pour 'Nom de famille\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=Vous devez fournir une valeur pour 'Nom habituel\'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=Vous devez fournir une valeur pour l'attribut de nommage '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=Nouvel index VLV INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour cr\u00e9er un index VLV. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Cr\u00e9ation d'un index VLV '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=Index VLV cr\u00e9\u00e9 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=Le nouvel index VLV '%s' a \u00e9t\u00e9 cr\u00e9\u00e9. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de l'index VLV MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=Une erreur s'est produite en cr\u00e9ant l'index VLV. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Cr\u00e9er un index VLV '%s' dans le backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Cr\u00e9ation d'un index VLV '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=\u00c9diter la classe d'objet INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Classe d'objet structurelle\u00a0: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Classes d'objet auxiliaires\u00a0: INFO_CTRL_PANEL_INDEXES_LABEL=Index\u00a0: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Index disponibles\u00a0: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Index s\u00e9lectionn\u00e9s\u00a0: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) N\u00e9cessite une reconstitution INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Reconstituer les index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour d\u00e9sactiver le backend avant de reconstituer les index. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=Aucun ND de base d\u00e9fini. MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=Vous devez s\u00e9lectionner un DN de base. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=Vous devez s\u00e9levcctionner au moins un index \u00e0 reconstruire. # # Note that the following property contain line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to continue? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=You must provide a value for the new password. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Reset User Password INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=New User Password: INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=Durant la reconstitution des index, le backend '%s' sera d\u00e9sactiv\u00e9 et aucun de ses suffixes ne sera accessible.<br><br> Voulez-vous continuer\u00a0? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=Vous devez fournir une valeur pour le nouveau mot de passe. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=R\u00e9initialiser le mot de passe utilisateur INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN\u00a0: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=Nouveau mot de passe utilisateur \u00a0: INFO_CTRL_PANEL_RESET_USER_PASSWORD_CONFIRM_LABEL=Mot de passe (confirmation) : INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Name: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Resetting user password... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=User Password Updated INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password was successfully updated. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user password MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred updating user password. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running. You must provide authentication to restore from backup. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verifying contents of backup '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verify Complete INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=The verification of the backup finished successfully. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error during Backup Verification MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during the backup verification. Error code: %d. INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Nom\u00a0. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=R\u00e9initialisation du mot de passe utilisateur... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=Mot de passe utilisateur mis \u00e0 jour INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=Le nouveau mot de passe utilisateur a \u00e9t\u00e9 mis \u00e0 jour. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Erreur lors de la mise \u00e0 jour du mot de passe utilisateur MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=Une erreur s'est produite lors de la mise \u00e0 jour du mot de passe utilisateur. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restaurer la sauvegarde INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour restaurer la sauvegarde. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=V\u00e9rifier la sauvegarde INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=V\u00e9rification du conteni de la suavegarde '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verification termin\u00e9e INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=La v\u00e9rification de la sauvegarde s'est termin\u00e9e avec succ\u00e8s. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Erreur lors de la v\u00e9rification de la sauvegarde MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= Une erreur s'est produite lors de la v\u00e9rification de la sauvegarde. Code d'erreur\u00a0: %d. # # Note that the following property contain line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=You must provide the parent directory containing the backup files. Then click on 'Refresh' to update the list of available backups.<br>Finally select a backup from the list. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=You must select a backup from the list of available backups. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=Vous devez fournir le r\u00e9pertoire parent qui contient les fichiers de sauvegarde. Puis cliquer sur 'Actualiser' pour mettre \u00e0 jour la liste des sauvegardes disponibles.<br>Enfin s\u00e9lectioner une sauvegarde dans la liste. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=Vous devez s\u00e9lectioner une suavegarde dans la liste des sauvegardes disponibles. # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=If you continue with the restore the contents on the server will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_RESTORING_SUMMARY=Restoring contents of backup '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restore Complete INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=The restore finished successfully MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error during Restore MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=An error occurred during the restore. Error code: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Verify the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restore the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Common Name INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Object Class INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=First Name INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Last Name INFO_CTRL_PANEL_UID_FRIENDLY_NAME=User ID INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Employee Number INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=User Password INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Auth Password INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=E-Mail INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Street Address INFO_CTRL_PANEL_L_FRIENDLY_NAME=City/Locality INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=Si vous continuez \u00e0 faire la restauration, le contenu sur le serveur sera \u00e9cras\u00e9.<br><br> Voulez-vous continuer\u00a0? INFO_CTRL_PANEL_RESTORING_SUMMARY=Restauration du contenu de la suavegarde '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restauration termin\u00e9e INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=La restauration s'est termin\u00e9e avec succ\u00e8s MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Erreur lors de la restauration MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=Une erreur s'est produite lors de la resatauration. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=V\u00e9rifier le contenu de la sauvegarde '%s' localis\u00e9e dans le r\u00e9pertoire '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restaurer le contenu de la sauvegarde '%s' localis\u00e9e dans le r\u00e9pertoire '%s'. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Nom habituel INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Classe d'objet INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=Pr\u00e9nom INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Nom de famille INFO_CTRL_PANEL_UID_FRIENDLY_NAME=ID utilisateur INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Num\u00e9ro d'employ\u00e9 INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=Mot de passe utilisateur INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Mot de passec Auth INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=E-mail INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Adresse (rue) INFO_CTRL_PANEL_L_FRIENDLY_NAME=Ville/localit\u00e9 INFO_CTRL_PANEL_ST_FRIENDLY_NAME=\u00c9tat INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=Postal Code INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Mobile Number INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Home Telephone Number INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Telephone Number INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=Code postal INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Num\u00e9ro de mobile INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Num\u00e9ro de t\u00e9l\u00e9phone maison INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Num\u00e9ro de t\u00e9l\u00e9phone INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=Pager INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Fax Number INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Num\u00e9ro de fax INFO_CTRL_PANEL_DESCRIPTION_FRIENDLY_NAME=Description INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Address INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Members of Group INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=LDAP URL INFO_CTRL_PANEL_C_FRIENDLY_NAME=Country INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=Dynamic Group Reference DN INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=User Certificate INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG Photograph INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Supported Password Schemes INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Supported Controls INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Supported LDAP Versions INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Supported Extensions INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Supported Features INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Vendor Name INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Vendor Version INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Naming Contexts INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Private Naming Contexts INFO_CTRL_PANEL_NAME_LABEL=Name INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Adresse INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Membres du groupe INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=Url de LDAP INFO_CTRL_PANEL_C_FRIENDLY_NAME=Pays INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=DN de r\u00e9f\u00e9rence de groupe dynamique INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=Certificat utilisateur INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=Photographie JPEG INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Plans de mot de passe pris en charge INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Contr\u00f4les pris en charge INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Versions LDAP prises en charge INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Extensions prises en charge INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Fonctionalit\u00e9s prises en chrage INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Nom du fournisseur INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Version du fournisseur INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Contextes de nommage INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Contextes de nommage priv\u00e9s INFO_CTRL_PANEL_NAME_LABEL=Nom INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Afficher seulement les attributs avec des valeurs INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=Mot de passe (confirmation) : INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' - MILD_ERR_LOADING_IMAGE=Error loading image INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading Configuration INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Not Available INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choisir les entr\u00e9es INFO_CTRL_PANEL_CONTENTS_OF_FILE=- contenu du fichier '%s' - MILD_ERR_LOADING_IMAGE=Erreur lors du chargement de l'image INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Miniature INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=\u00c9diter... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Supprimer... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=Afficher... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Attribut standard INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=D\u00e9tails de l'attribut INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Requis par\u00a0: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Permis par\u00a0: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Classe d'objet standard INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=D\u00e9tails de classe d'objet INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Attributs requis\u00a0: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Attributs facultatifs\u00a0: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=D\u00e9fini dans le fichier\u00a0: %s INFO_CTRL_PANEL_GENERIC_TITLE=Panneau de contr\u00f4le - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=Statut g\u00e9n\u00e9ral MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Erreur lors de la lecture de la configuration INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Indisponible INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Statut du serveur INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Server Status: INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Statut du serveur\u00a0: INFO_CTRL_PANEL_OPEN_CONNECTIONS_LABEL=Connexions ouvertes: INFO_CTRL_PANEL_SERVER_DETAILS_TITLE_BORDER=D\u00e9tails du serveur INFO_CTRL_PANEL_HOST_NAME_LABEL=Nom d'h\u00f4te\u00a0: INFO_CTRL_PANEL_ADMINISTRATIVE_USERS_LABEL=Utilisateurs administratifs\u00a0: INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=Chemin d'installation : INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Instance Path: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Chemin de l'instance\u00a0: INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=Version OpenDS\u00a0: INFO_CTRL_PANEL_JAVA_VERSION_LABEL=Version Java\u00a0: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administration Connector: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Connecteur d'administration\u00a0: INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Port %d (LDAPS) INFO_CTRL_PANEL_CONNECTION_HANDLERS=Gestionnaires de connexion INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found - INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- Aucun Gestionnaire de connexion trouv\u00e9 - INFO_CTRL_PANEL_DATA_SOURCES=Sources de donn\u00e9es INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this OpenDS instance is configured to run as a Windows Service. To manage auto-start and other features, run the Windows Service Control Manager of the operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Enable INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Disable... INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- Aucune source de donn\u00e9es trouv\u00e9e - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Configuration du Service Windows INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=Cette page indique si cette instance OpenDS est configur\u00e9e pour s'ex\u00e9cuter comme un Service Windows. Pour g\u00e9rer l'auto'd\u00e9marrage et d'autres fonctionnalit\u00e9s, ex\u00e9cuter le Gestionnaire de Contr\u00f4le de Service Windows du syst\u00e8me d'exploitation. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Int\u00e9gration de Service Windows\u00a0. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Activer INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=D\u00e9sactiver... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=D\u00e9sactivation du service Windows... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Disabled INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully disabled. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Disabling of Windows Service MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the disabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Service Windows d\u00e9sactiv\u00e9 INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=Le Service Windows a \u00e9t\u00e9 d\u00e9sactiv\u00e9. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Erreur lors de la d\u00e9sactivation du Service Windows MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=Une erreur s'est produite lors de la d\u00e9sactivation du service Windows. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUMMARY=Activation du service Windows... INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Enabled INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully enabled. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Enabling of Windows Service MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the enabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes INFO_CTRL_PANEL_ACTION_LABEL=Action: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Verify Entry Contents are Properly Indexed INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Verify All Index Key Entry ID's are Clean and Refer to Existing Entries INFO_CTRL_PANEL_INDEX_LABEL=Index: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Verify Indexes MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=You must select at least one index to be verified. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No indexes defined for base DN '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=You must select an index. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Verifying contents of indexes in '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Index Verification Complete INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully verified. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index Verification MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during the index verification. Error code: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'. INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Service Windows activ\u00e9 INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=Le Service Windows a \u00e9t\u00e9 activ\u00e9. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Erreur lors de l'activation du Service Windows MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=Une erreur s'est produite lors de l'activation du service Windows. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Activer le Service Windows INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=D\u00e9sactiver le Service Windows INFO_CTRL_PANEL_DATABASE_INDEXES=Index de base de donn\u00e9es INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Index d'attribut INFO_CTRL_PANEL_VLV_INDEXES=Index VLV INFO_CTRL_PANEL_ACTION_LABEL=Action\u00a0: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=V\u00e9rifier que le contenu de l'entr\u00e9e est correctement index\u00e9 INFO_CTRL_PANEL_VERIFY_ALL_KEYS=V\u00e9rifier que toutes les ID d'entr\u00e9e de cl\u00e9 d'index sont sans d\u00e9faut et se r\u00e9f\u00e8rent \u00e0 des entr\u00e9es existantes INFO_CTRL_PANEL_INDEX_LABEL=Index\u00a0: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=V\u00e9rifier les index MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=Vous devez s\u00e9levcctionner au moins un index \u00e0 v\u00e9rifier. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=Aucun index d\u00e9fini pour le DN de base '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=Vous devez s\u00e9lectionner un index. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=V\u00e9rification du conten des index dans '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=V\u00e9rification de l'index termin\u00e9e INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=Les indexes ont \u00e9t\u00e9 v\u00e9rifi\u00e9s. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Erreur lors de la v\u00e9rification de l'index. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=Une erreur s'est produite lors de la v\u00e9rification de l'index. Code d'erreur\u00a0: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=V\u00e9rifier les indexes dans '%s' # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=The server is running. You must provide authentication to edit the VLV index. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Delete VLV Index INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Are you sure you want to delete the VLV index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Deleting VLV index... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV Index Deleted INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error deleting VLV index MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=An error occurred VLV deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modifying VLV Index INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modifying VLV index %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV Index Modified INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error modifying VLV index MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred modifying VLV index '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Available: INFO_CTRL_PANEL_SELECTED_LABEL=Selected: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>L'index a \u00e9t\u00e9 modifi\u00e9.<br>Reconstituer les index requis (en utilisant la fonction 'Reconstituer l'index' ou 'Importer'). INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=Propri\u00e9t\u00e9s de l'index VLV INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour \u00e9diter l'index VLV. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Supprimer l'index VLV INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Voulez-vous vraiment supprimer l'index VLV '%s' d\u00e9fini dans le backend '%s'\u00a0? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Suppression de l'index VLV... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=Index VLV supprim\u00e9 INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=L'index VLV '%s' dans le backend '%s' a \u00e9t\u00e9 supprim\u00e9 avec succ\u00e8s. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Erreur lors de la suppression de l'index VLV MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=Une erreur s'est produite lors de la suppression de l'index VLV '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modification de l'index VLV INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modification de l'index %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=Index VLV modifi\u00e9 INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=L'index VLV '%s' dans le backend '%s' a \u00e9t\u00e9 modifi\u00e9 avec succ\u00e8s. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Erreur lors de la modification de l'index VLV MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=Une erreur s'est produite lors de la modification de l'index VLV '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modifier l'index VLV '%s' dans le backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modification de l'index VLV '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Disponible\u00a0: INFO_CTRL_PANEL_SELECTED_LABEL=S\u00e9lectionn\u00e9\u00a0: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Ajouter > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Ajouter tous les > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Supprimer INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Supprimer tous les INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliaire\u00a0: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (op\u00e9rationnel) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (croissant) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (d\u00e9croissant) ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Erreur INFO_CTRL_PANEL_PROGRESS_DONE=Done INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Display All Command-lines INFO_CTRL_PANEL_PROGRESS_DONE=Termin\u00e9 INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - index VLV INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Afficher toutes les lignes de commande INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=Options d'affichage global. INFO_CTRL_PANEL_REFRESH_MENU=Actualiser les options... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=Actualiser les Options de INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=S\u00e9lectioner la p\u00e9riode (en secondes) utilis\u00e9e pour actualiser le contr\u00f4le et l'affichage des informations de configuration. INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=Actualiser la p\u00e9riode (secondes)\u00a0: INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=La p\u00e9riode de temps doit \u00eatre une valeur de nombre entier positif inf\u00e9rieure \u00e0 %d secondes. INFO_CTRL_PANEL_CATEGORY_MONITORING=Contr\u00f4le INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=Informations g\u00e9n\u00e9rales INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- Aucun \u00e9l\u00e9ment s\u00e9lectionn\u00e9 - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=Informations g\u00e9n\u00e9rales INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une uathentification pour voir les donn\u00e9es de contr\u00f4le. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=Pour voir les donn\u00e9es de contr\u00f4le, le serveur doit \u00eatre en cours d'ex\u00e9cution et vous devez fournir une authentification. INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=Contr\u00f4le de root INFO_CTRL_PANEL_SYSTEM_INFORMATION=Informations syst\u00e8me INFO_CTRL_PANEL_JAVA_INFORMATION=Informations Java INFO_CTRL_PANEL_WORK_QUEUE=File d'attente de travail INFO_CTRL_PANEL_ENTRY_CACHES=Cache d'entr\u00e9e INFO_CTRL_PANEL_DB_ENVIRONMENT=Environnement de base de donn\u00e9es INFO_CTRL_PANEL_UP_TIME_LABEL=Temps INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=Connexions maximales\u00a0: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=Connexions totales\u00a0: INFO_CTRL_PANEL_START_TIME_LABEL=Heure de d\u00e9marrage\u00a0: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=Journal des connexions en attente de requ\u00eate moyenne INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=Journal des connexions en attente de requ\u00eate maximale INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=Journal des connexions en attente de requ\u00eate en cours INFO_CTRL_PANEL_REQUESTS_SUBMITTED=Requ\u00eates soumises INFO_CTRL_PANEL_REQUESTS_REJECTED=Requ\u00eates refus\u00e9es dues \u00e0 une file d'attente pleine INFO_CTRL_PANEL_ENTRY_CACHE_HITS=Occurrences de cache d'entr\u00e9e INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=D\u00e9compte de mise en cache d'entr\u00e9e INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=Tentatives de mise en cache d'entr\u00e9e INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=Ratio d'occurrences de mise en cache d'entr\u00e9e INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=Taille du cache d'entr\u00e9e INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=Taillle de l'entr\u00e9e maximale du cache d'entr\u00e9e INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=D\u00e9compte de l'entr\u00e9e maximale du cache d'entr\u00e9e INFO_CTRL_PANEL_NO_DBS_FOUND=-Aucune base de donn\u00e9es trouv\u00e9e- INFO_CTRL_PANEL_DB_HEADER=ID du backend INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=-Aucun Environnement de base de donn\u00e9es trouv\u00e9- INFO_CTRL_PANEL_AVAILABLE_CPUS=CPU disponibles INFO_CTRL_PANEL_SYSTEM_NAME=Nom syst\u00e8me INFO_CTRL_PANEL_OPERATING_SYSTEM=Syst\u00e8me d'exploitation INFO_CTRL_PANEL_FREE_USED_MEMORY=M\u00e9moire libre dans la JVM INFO_CTRL_PANEL_MAX_MEMORY=M\u00e9moire maximale dans la JVM INFO_CTRL_PANEL_USED_MEMORY=M\u00e9moire utilis\u00e9e dans la JVM INFO_CTRL_PANEL_CLASS_PATH=Chemin de classe INFO_CTRL_PANEL_JAVA_VENDOR=Fournisseur JAVA INFO_CTRL_PANEL_JVM_VENDOR=Fournisseur JVM INFO_CTRL_PANEL_JAVA_VERSION=Version Java INFO_CTRL_PANEL_JVM_VERSION=Version JVM INFO_CTRL_PANEL_JVM_ARCHITECTURE=Architecture JVM INFO_CTRL_PANEL_JVM_ARGUMENTS=Arguments JVM INFO_CTRL_PANEL_MEMORY_VALUE=%d Mo, %d Ko INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=Autres attributs INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=Attributs m\u00e9moire INFO_CTRL_PANEL_NOT_IMPLEMENTED=Non impl\u00e9ment\u00e9 INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=TOTAL INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=Options d'affichage d'attribut INFO_CTRL_PANEL_NO_OPERATION_SELECTED=Vous devez s\u00e9lectionner au moins une op\u00e9ration INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=Afficher les colonnes INFO_CTRL_PANEL_OPERATIONS_VIEW=Afficher les op\u00e9rations... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s\u00a0: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=Requ\u00eates d\u2019ajout INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=Ajouter des r\u00e9ponses INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=Requ\u00eates de liaison INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=R\u00e9ponses de liaison INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=Comparer des requ\u00eates INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=Comparer des r\u00e9ponses INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=Requ\u00eates de suppression INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=Supprimer des r\u00e9ponses INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=Requ\u00eates \u00e9tendues INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=R\u00e9ponses \u00e9tendues INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=Requ\u00eates de DN Mod INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=R\u00e9ponses de DN Mod INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=Requ\u00eates de modification INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=Modifier les r\u00e9ponses INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=Requ\u00eates de recherche INFO_CTRL_PANEL_SEARCH_DONE_LABEL=Recherche termin\u00e9e INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=Dissocier les requ\u00eates INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=Tous INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=Gestionnaires de connexion\u00a0: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=Contr\u00f4le de gestionnaire de connexion INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=Le serveur est en cours d'ex\u00e9cution. Vous devez fournir une authentification pour afficher les donn\u00e9es de contr\u00f4le. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=Pour afficher les donn\u00e9es de contr\u00f4le, le serveur doit \u00eatre en cours d'ex\u00e9cution et vous devez fournir une authentification. INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - Connecteur d'administration INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=Affichage INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=Afficher les options de contr\u00f4le de gestionnaire de connexion INFO_CTRL_PANEL_SHOW_AVERAGES=Afficher les moyennes depuis le d\u00e9marrage du serveur INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=Gestionnaire de connexion INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Gestionnaire de connexion INFO_CTRL_PANEL_AVERAGE_HEADER=%s Moy par seconde INFO_CTRL_PANEL_AUTHENTICATED_AS=Authentifi\u00e9 en tant que '%s' INFO_CTRL_PANEL_NOT_AUTHENTICATED=Utilisateur non authentifi\u00e9 INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=Utilisateur non authentifi\u00e9 (le serveur n'est pas en cours d'ex\u00e9cution) opends/src/messages/messages/admin_tool_ja.properties
@@ -20,17 +20,13 @@ # # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -69,8 +65,11 @@ INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30d1\u30b9\u5916\u90e8\u306e\u6b21\u306e\u5834\u6240\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u304c\u542b\u307e\u308c\u307e\u3059:%n%s%n\u3053\u308c\u3089\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u304b ? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30d1\u30b9\u5916\u90e8\u306e\u6b21\u306e\u5834\u6240\u306b\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u542b\u307e\u308c\u307e\u3059:%n%s%n\u3053\u308c\u3089\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u304b ? INFO_CLI_UNINSTALL_CONFIRM_STOP=OpenDS \u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u4e2d\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u524d\u306b\u505c\u6b62\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3057\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u6052\u4e45\u7684\u306b\u524a\u9664\u3057\u307e\u3059\u304b ? SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u8981\u7d20\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u4f7f\u7528\u6cd5\u3067\u8aac\u660e\u3055\u308c\u3066\u3044\u308b\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5bfe\u8c61\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5bfe\u8c61\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=\u30b5\u30fc\u30d0\u30fc\u306f\u505c\u6b62\u3057\u3066\u3044\u307e\u3059\u3002 INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u4e00\u90e8\u3068\u3057\u3066\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u5834\u5408\u306f\u3001\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u305f\u3081\u306e\u8a8d\u8a3c\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f\u3001'Yes' \u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001'No' \u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u307e\u3059\u304b ? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u4e00\u90e8\u3068\u3057\u3066\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002%n\u30b5\u30fc\u30d0\u30fc\u304c\u5b9f\u969b\u306b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u7ba1\u7406\u8005\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u304b\u3089\u3001\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u3066\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001'Yes' \u3068\u5165\u529b\u3057\u307e\u3059\u3002%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u66f4\u65b0\u305b\u305a\u306b\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f\u3001'No' \u3068\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u6307\u5b9a\u3057\u307e\u3059\u304b ? @@ -100,8 +99,15 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u78ba\u8a8d INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u4e2d%nOpenDS \u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u4e2d\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3059\u308b\u524d\u306b\u505c\u6b62\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 \u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3057\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? \u300c\u3044\u3044\u3048\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u5834\u5408\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u624b\u52d5\u3067\u505c\u6b62\u3057\u3066\u304b\u3089\u7d9a\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u65e2\u5b58\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:\n%s\n\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u304c\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u306e\u524a\u9664\u3092\u30d9\u30b9\u30c8\u30a8\u30d5\u30a9\u30fc\u30c8\u30e2\u30fc\u30c9\u3067\u8a66\u307f\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u304b ? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u305d\u306e\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u30b5\u30fc\u30d0\u30fc\u3067\u30d9\u30fc\u30b9 DN \u3078\u306e\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001%s \u304a\u3088\u3073 %s (\u307e\u305f\u306f %s) \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306b\u7559\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3066\u3082\u5f37\u5236\u7684\u306b\u7d9a\u884c\u3059\u308b\u30e2\u30fc\u30c9\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u3066\u3044\u307e\u3059\u3002 SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. Note that to be able to remove remote references you must provide Global Administrator credentials using the %s and %s (or %s) options.%n\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u6b63\u3057\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002%nIf you want to uninstall the server even when remote references cannot be removed, you can use the %s option. MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u305d\u306e\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u30b5\u30fc\u30d0\u30fc\u3067\u30d9\u30fc\u30b9 DN \u3078\u306e\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001%s \u304a\u3088\u3073 %s (\u307e\u305f\u306f %s) \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306b\u7559\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3066\u3082\u5f37\u5236\u7684\u306b\u7d9a\u884c\u3059\u308b\u30e2\u30fc\u30c9\u3067\u3042\u308b\u305f\u3081\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u7d9a\u884c\u3057\u3066\u3044\u307e\u3059\u3002%n%n\u898b\u3064\u304b\u3063\u305f\u30a8\u30e9\u30fc:%n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u305d\u306e\u30d9\u30fc\u30b9 DN \u306e\u4e00\u90e8\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u30b5\u30fc\u30d0\u30fc\u3067\u30d9\u30fc\u30b9 DN \u3078\u306e\u53c2\u7167\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u4e2d\u3067\u3059 INFO_CONNECTIONS_LABEL=\u958b\u3044\u3066\u3044\u308b\u63a5\u7d9a\u6570: @@ -117,7 +123,7 @@ INFO_ENABLED_LABEL=\u6709\u52b9 MILD_ERR_READING_CONFIG_FILE=\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 MILD_ERR_READING_CONFIG_LDAP=\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c\u60c5\u5831\u3092\u691c\u8a3c\u3057\u307e\u3059\u3002%n\u8a73\u7d30: %s SEVERE_ERR_STARTING_SERVER_GENERIC=\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u5b8c\u4e86 INFO_FRAME_UNINSTALL_TITLE=OpenDS \u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb @@ -186,8 +192,11 @@ INFO_START_BUTTON_TOOLTIP=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5 INFO_STATE_COLUMN=\u72b6\u614b INFO_STATUS_CLI_USAGE_DESCRIPTION=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u3063\u3066\u3001\u30b5\u30fc\u30d0\u30fc\u306e\u57fa\u672c\u60c5\u5831\u3092\u8868\u793a\u3067\u304d\u307e\u3059 SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. \u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u306b\u30a2\u30af\u30bb\u30b9\u53ef\u80fd\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. \u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u306b\u30a2\u30af\u30bb\u30b9\u53ef\u80fd\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u8a73\u7d30\u306f\u30d5\u30a1\u30a4\u30eb %s \u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001\u57fa\u672c\u7684\u306a\u30b5\u30fc\u30d0\u30fc\u306e\u60c5\u5831\u3092\u8868\u793a\u3057\u3001\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u3044\u304f\u3064\u304b\u306e\u57fa\u672c\u7684\u306a\u7ba1\u7406\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u308b\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3067\u304d\u307e\u3059\u3002 INFO_STOP_BUTTON_LABEL=\u505c\u6b62 INFO_STOP_BUTTON_TOOLTIP=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3059\u308b @@ -210,8 +219,11 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS \u3092\u30ed\u30fc\u30ab\u30eb\u30de\u30b7\u30f3\u304b\u3089\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u524a\u9664\u4e2d\u306b\u3044\u304f\u3064\u304b\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u554f\u984c\u306e\u539f\u56e0\u306b\u306a\u3063\u305f\u30d5\u30a1\u30a4\u30eb\u306b\u3064\u3044\u3066\u8a73\u3057\u304f\u306f\u3001'\u8a73\u7d30' \u30c6\u30ad\u30b9\u30c8\u9818\u57df\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u307b\u304b\u306e\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u3053\u308c\u3089\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304b\u3089\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u624b\u4f5c\u696d\u3067\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_SUMMARY_UNINSTALL_NOT_STARTED=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u958b\u59cb\u3057\u3066\u3044\u307e\u3059... INFO_UNDEFINED_PROTOCOL_LABEL=-\u4e0d\u660e- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u30b0\u30e9\u30d5\u30a3\u30ab\u30eb\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u8d77\u52d5\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002%n%n\u30b3\u30de\u30f3\u30c9\u884c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u30b0\u30e9\u30d5\u30a3\u30ab\u30eb\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u8d77\u52d5\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002 \u8a73\u7d30\u306f\u30d5\u30a1\u30a4\u30eb %s \u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002%n%n\u30b3\u30de\u30f3\u30c9\u884c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=\u30b3\u30de\u30f3\u30c9\u884c\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=\u30b0\u30e9\u30d5\u30a3\u30ab\u30eb\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=\u3053\u306e\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u3063\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059\u3002 @@ -250,7 +262,7 @@ INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3092\u4f7f\u7528\u3057\u3066\u3001\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3092\u521d\u671f\u5316\u3057\u307e\u3059\u3002 \u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3082\u30aa\u30d7\u30b7\u30e7\u30f3 %s \u3082\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u3092\u4f7f\u7528\u3057\u3066 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u304c\u521d\u671f\u5316\u3055\u308c\u307e\u3059 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3002 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30a4\u30f3\u30c9 DN \u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb\u3002 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30a4\u30f3\u30c9 DN \u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u6a5f\u69cb\u304c\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u901a\u4fe1\u306b\u4f7f\u7528\u3059\u308b\u30dd\u30fc\u30c8\u3002 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u4ee5\u524d\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u306e\u307f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u6a5f\u69cb\u304c\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u901a\u4fe1\u306b\u4f7f\u7528\u3059\u308b\u30dd\u30fc\u30c8\u3002 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u4ee5\u524d\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306b\u306e\u307f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u7d4c\u7531\u3067\u306e\u901a\u4fe1\u3092\u6697\u53f7\u5316\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u521d\u56de\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u6210\u3059\u308b\u5834\u5408\u306b\u306e\u307f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u4f7f\u7528\u3092\u8003\u616e\u3057\u307e\u3059\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u3068\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u4fdd\u8b77\u3055\u308c\u305f\u901a\u4fe1\u306b StartTLS \u3092\u4f7f\u7528\u3057\u307e\u3059 INFO_DESCRIPTION_REPLICATION_BASEDNS=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30c7\u30fc\u30bf\u3001\u521d\u671f\u5316\u3059\u308b\u30c7\u30fc\u30bf\u3001\u307e\u305f\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b\u30c7\u30fc\u30bf\u306e\u30d9\u30fc\u30b9 DN\u3002 \u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8907\u6570\u56de\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u8907\u6570\u306e\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3067\u304d\u307e\u3059 @@ -267,25 +279,39 @@ INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30d0\u30a4\u30f3\u30c9\u306b\u4f7f\u7528\u3059\u308b DN\u3002 \u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u304c\u30b5\u30fc\u30d0\u30fc\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u307e\u305f\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u53c2\u7167\u3092\u524a\u9664\u3059\u308b\u3053\u3068\u3092\u30e6\u30fc\u30b6\u30fc\u304c\u671b\u307e\u306a\u3044\u5834\u5408\u306b\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 \u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002 INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u306e\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306b\u3042\u308b\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3001\u30bd\u30fc\u30b9\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u305f\u3042\u3068\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6a5f\u80fd\u3055\u305b\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 ('%s' \u3082\u540c\u3058\u76ee\u7684\u3067\u4f7f\u7528\u53ef\u80fd)\u3002 INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3080\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u3001\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3001\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3057\u305f\u3042\u3068\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6a5f\u80fd\u3055\u305b\u308b\u305f\u3081\u306b\u5fc5\u8981\u3067\u3059 (\u5404\u30b5\u30fc\u30d0\u30fc\u306b\u9069\u7528\u3055\u308c\u308b '%s' \u3082\u540c\u3058\u76ee\u7684\u3067\u4f7f\u7528\u53ef\u80fd)\u3002 INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u524d\u306b\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u305f\u3042\u3068\u3067\u3001\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057\u3066\u304b\u3089\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u547c\u3073\u51fa\u3057\u307e\u3059\u3002 INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u524d\u306b\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u305f\u3042\u3068\u306f\u3001\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057 (\u5404\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u540c\u3058 LDIF \u30d5\u30a1\u30a4\u30eb/\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057)\u3001\u305d\u308c\u304b\u3089\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044 INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \u30c4\u30fc\u30eb\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u30e1\u30bd\u30c3\u30c9\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u306e\u5168\u30b5\u30fc\u30d0\u30fc\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3057\u3066\u304b\u3089\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u547c\u3073\u51fa\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u521d\u671f\u5316\u3057\u305f\u30d9\u30fc\u30b9 DN \u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u3066\u304b\u3089\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a73\u7d30\u306f\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u306e\u4f7f\u7528\u6cd5\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u3092\u66f4\u65b0\u3057\u3066\u3001\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u307e\u3059\u3002 \u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u306e\u3044\u305a\u308c\u304b\u304c\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3059\u3067\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u3067\u3042\u308b\u5834\u5408\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059 (\u3053\u306e\u305f\u3081\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u306b\u8ffd\u52a0\u3059\u308b\u30b5\u30fc\u30d0\u30fc\u3054\u3068\u306b\u3001\u3053\u306e\u30b3\u30de\u30f3\u30c9\u884c\u3092 1 \u56de\u5b9f\u884c\u3059\u308c\u3070\u5341\u5206\u3067\u3042\u308b)\u3002 INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u3092\u66f4\u65b0\u3057\u3066\u3001\u6307\u5b9a\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u307e\u3059\u3002 \u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u306e\u3044\u305a\u308c\u304b\u304c\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u3092\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3059\u3067\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u3067\u3042\u308b\u5834\u5408\u3001\u3053\u306e\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059 (\u3053\u306e\u305f\u3081\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u306b\u8ffd\u52a0\u3059\u308b\u30b5\u30fc\u30d0\u30fc\u3054\u3068\u306b\u3001\u3053\u306e\u30b3\u30de\u30f3\u30c9\u884c\u3092 1 \u56de\u5b9f\u884c\u3059\u308c\u3070\u5341\u5206\u3067\u3059)\u3002 INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u6307\u5b9a\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u7279\u5b9a\u306e\u30d9\u30fc\u30b9 DN \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u3001\u30c7\u30fc\u30bf\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5148\u306e\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u307e\u3059\u3002 INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=\u767b\u9332\u60c5\u5831\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u30d9\u30fc\u30b9 DN \u306e\u57fa\u672c\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u69cb\u6210\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059\u3002 \u30d9\u30fc\u30b9 DN \u304c\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u30d9\u30fc\u30b9 DN \u306e\u60c5\u5831\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002 SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u306f\u3001\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u306f\u3001\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 You can provide it using the %s or the %s options. SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\u6307\u5b9a\u3055\u308c\u305f\u5024 %s \u306f\u6709\u52b9\u306a\u30d9\u30fc\u30b9 DN \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30012 \u3064\u306e\u7570\u306a\u308b\u30b5\u30fc\u30d0\u30fc\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u30b5\u30fc\u30d0\u30fc %s:%s \u304c 2 \u56de\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u521d\u671f\u5316\u306e\u30bd\u30fc\u30b9\u304a\u3088\u3073\u5b9b\u5148\u306b 2 \u3064\u306e\u7570\u306a\u308b\u30b5\u30fc\u30d0\u30fc\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u30b5\u30fc\u30d0\u30fc %s:%s \u304c 2 \u56de\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u540c\u4e00\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 (%s) \u304c\u540c\u4e00\u30de\u30b7\u30f3 (%s) \u4e0a\u306e 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002 SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u6709\u52b9\u306a\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 You must specify a subcommand when using the option %s. SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with the %s argument. ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f INFO_REPLICATION_SUCCESSFUL_NOP=\u64cd\u4f5c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u304c\u3001\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f MILD_ERR_REPLICATION_USER_CANCELLED=\u30e6\u30fc\u30b6\u30fc\u304c\u64cd\u4f5c\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be used when %s has been specified ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u3092\u4f5c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u4e2d\u306e OpenDS \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u7ba1\u7406\u7528\u306b\u4f5c\u6210\u3059\u308b\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u8cc7\u683c\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_ADMINISTRATOR_UID_PROMPT=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30e6\u30fc\u30b6\u30fc ID INFO_ADMINISTRATOR_PWD_PROMPT=\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9: @@ -310,18 +336,23 @@ INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u4e0a\u306e %s \u306e\u30d1\u30b9\u30ef\u30fc\u30c9: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> \u30bd\u30fc\u30b9\u30b5\u30fc\u30d0\u30fc\u306e OpenDS \u7ba1\u7406\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059 INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> \u5b9b\u5148\u30b5\u30fc\u30d0\u30fc\u306e OpenDS \u7ba1\u7406\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059 SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u304c 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u3059\u3067\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059: %n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u304c\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u898b\u3064\u304b\u3089\u306a\u304b\u3063\u305f\u305f\u3081\u30012 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3067\u304d\u307e\u305b\u3093: %n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\u30d9\u30fc\u30b9 DN %s \u3092\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u307e\u3059\u304b ? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044\u304b\u3001\u4e21\u65b9\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u69cb\u6210\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093: %n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=\u30d9\u30fc\u30b9 DN %s \u3092\u521d\u671f\u5316\u3057\u307e\u3059\u304b ? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server.The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u304c\u30b5\u30fc\u30d0\u30fc\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f: %n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u304c\u30b5\u30fc\u30d0\u30fc\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f: %n%s @@ -354,16 +385,27 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u306e\u767b\u9332\u69cb\u6210\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059 INFO_ENABLE_REPLICATION_INITIALIZING_ADS=\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u306e\u767b\u9332\u60c5\u5831\u3092\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059 INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u306e\u30b9\u30ad\u30fc\u30de\u3092\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u521d\u671f\u5316\u3057\u3066\u3044\u307e\u3059 SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u30b7\u30fc\u30c9\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u8a73\u7d30: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u30b5\u30fc\u30d0\u30fc %s \u5185\u306b\u30d9\u30fc\u30b9 DN %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u8907\u6570\u56de\u8a66\u307f\u307e\u3057\u305f\u304c\u3001\u521d\u671f\u5316\u3092\u958b\u59cb\u3059\u308b\u30d4\u30a2\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u8a73\u7d30: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u3092\u69cb\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u3092\u7121\u52b9\u5316\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=\u30b5\u30fc\u30d0\u30fc %2$s \u306e\u30d9\u30fc\u30b9 DN %1$s \u4e0a\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u69cb\u6210\u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 SEVERE_ERR_REPLICATION_UPDATING_ADS=\u767b\u9332\u60c5\u5831\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u8a73\u7d30: %s SEVERE_ERR_REPLICATION_READING_ADS=\u767b\u9332\u60c5\u5831\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u8a73\u7d30: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=\u30b5\u30fc\u30d0\u30fc %s \u3068 %s \u3067\u691c\u51fa\u3055\u308c\u305f\u767b\u9332\u60c5\u5831\u304c\u7570\u306a\u308a\u307e\u3059\u3002 \u3053\u306e\u30c4\u30fc\u30eb\u3067\u306f\u3001\u3053\u306e\u30b7\u30ca\u30ea\u30aa\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002 SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=\u30b5\u30fc\u30d0\u30fc %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u8a73\u7d30: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=\u30b5\u30fc\u30d0\u30fc %2$s \u306e\u30d9\u30fc\u30b9 DN %1$s \u4e0a\u306b\u3042\u308b\u53c2\u7167\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_REPLICATION_DISABLING_BASEDN=\u30b5\u30fc\u30d0\u30fc %2$s \u306e\u30d9\u30fc\u30b9 DN %1$s \u4e0a\u306b\u3042\u308b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059 INFO_REPLICATION_DISABLING_REPLICATION_SERVER=\u30b5\u30fc\u30d0\u30fc %2$s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 %1$s \u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059 @@ -391,16 +433,18 @@ INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\u5916\u90e8\u3067\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN %s \u3092\u6e96\u5099\u3057\u3066\u3044\u307e\u3059 INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u30d9\u30fc\u30b9 DN %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u60c5\u5831\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059 INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30b5\u30fc\u30d0\u30fc %s \u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u521d\u671f\u5316\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u3053\u308c\u3067\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u521d\u671f\u5316\u3092\u5b9f\u884c\u3067\u304d\u307e\u3059\u3002 \u3053\u306e\u64cd\u4f5c\u306b\u306f import-ldif \u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\u5404\u30b5\u30fc\u30d0\u30fc\u4e0a\u3067\u3001\u540c\u3058 LDIF \u30d5\u30a1\u30a4\u30eb/\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002%n%n\u521d\u671f\u5316\u304c\u5b8c\u4e86\u3057\u305f\u3089\u3001\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5bfe\u3057\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30d6\u30b3\u30de\u30f3\u30c9 '%s' \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\u521d\u671f\u5316\u5f8c\u306e\u624b\u9806\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u9032\u6357\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u9032\u6357\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=\u64cd\u4f5c\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u30bf\u30b9\u30af\u72b6\u614b: %s\u3002\u8a73\u7d30\u306f %s \u306e\u30a8\u30e9\u30fc\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=\u64cd\u4f5c\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u6700\u65b0\u30ed\u30b0\u306e\u8a73\u7d30: %s\u3002\u30bf\u30b9\u30af\u72b6\u614b: %s\u3002\u8a73\u7d30\u306f %s \u306e\u30a8\u30e9\u30fc\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=\u64cd\u4f5c\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u30bf\u30b9\u30af\u72b6\u614b: %s\u3002\u8a73\u7d30\u306f %s \u306e\u30a8\u30e9\u30fc\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\u64cd\u4f5c\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u6700\u65b0\u30ed\u30b0\u306e\u8a73\u7d30: %s\u3002\u30bf\u30b9\u30af\u72b6\u614b: %s\u3002\u8a73\u7d30\u306f %s \u306e\u30a8\u30e9\u30fc\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=\u3069\u306e\u51e6\u7406\u3092\u5b9f\u884c\u3057\u307e\u3059\u304b? INFO_REPLICATION_ENABLE_MENU_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b INFO_REPLICATION_DISABLE_MENU_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b @@ -410,6 +454,20 @@ INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u671f\u5316\u5f8c INFO_REPLICATION_STATUS_MENU_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u72b6\u614b\u3092\u8868\u793a INFO_REPLICATION_POST_ENABLE_INFO=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u6b63\u5e38\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3057\u305f\u3002 \u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u6a5f\u80fd\u3059\u308b\u306b\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 (%s %s \u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316)\u3002 ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u30b3\u30de\u30f3\u30c9\u884c: %n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=\u3053\u306e\u30b3\u30de\u30f3\u30c9\u304c\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3055\u308c\u308b\u3068\u304d\u306b\u3001\u6a19\u6e96\u51fa\u529b\u306b\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u5f15\u6570\u3092\u8868\u793a\u3057\u307e\u3059 INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=\u3053\u306e\u30b3\u30de\u30f3\u30c9\u304c\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3055\u308c\u308b\u3068\u304d\u306b\u3001\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u30b3\u30de\u30f3\u30c9\u304c\u66f8\u304d\u8fbc\u307e\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d5\u30eb\u30d1\u30b9 MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=\u7b49\u4fa1\u306e\u975e\u5bfe\u8a71\u578b\u30b3\u30de\u30f3\u30c9\u884c\u3092\u30d5\u30a1\u30a4\u30eb %s \u306b\u66f8\u304d\u8fbc\u3082\u3046\u3068\u3057\u3066\u3044\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u8a73\u7d30: %s ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=1 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 '%d' \u3067\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u6307\u5b9a\u3057\u305f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u30dd\u30fc\u30c8 '%d' \u306f\u7121\u8996\u3055\u308c\u307e\u3057\u305f\u3002 MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 '%d' \u3067\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u6307\u5b9a\u3057\u305f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u30dd\u30fc\u30c8 '%d' \u306f\u7121\u8996\u3055\u308c\u307e\u3057\u305f\u3002 INFO_CONTROL_PANEL_TITLE=OpenDS \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb INFO_PERSON_ICON_DESCRIPTION=\u500b\u4eba\u30aa\u30d6\u30b8\u30a7\u30af\u30c8 INFO_ORGANIZATION_ICON_DESCRIPTION=\u7d44\u7e54 @@ -422,7 +480,6 @@ INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=\u306f\u3044 INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=\u3044\u3044\u3048 MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=objectclass \u3092\u5909\u66f4\u3057\u3001\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002 INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30c7\u30fc\u30bf INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=\u30a8\u30f3\u30c8\u30ea\u306e\u7ba1\u7406 INFO_CTRL_PANEL_ACTION_NEW_BASEDN=\u65b0\u898f\u30d9\u30fc\u30b9 DN... @@ -443,7 +500,6 @@ MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=\u7121\u52b9\u306a dn \u5024: '%s'\u3002 MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=\u5c5e\u6027 %s \u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (StartTLS \u3092\u8a31\u53ef) @@ -455,25 +511,21 @@ INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (\u30bb\u30ad\u30e5\u30a2) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=\u7ba1\u7406\u30b3\u30cd\u30af\u30bf INFO_CTRL_PANEL_CONN_HANDLER_OTHER=\u305d\u306e\u4ed6 INFO_CTRL_PANEL_INDEX_SUBSTRING=\u90e8\u5206\u6587\u5b57\u5217 INFO_CTRL_PANEL_INDEX_PRESENCE=\u5b9f\u5728 INFO_CTRL_PANEL_INDEX_EQUALITY=\u7b49\u4fa1 INFO_CTRL_PANEL_INDEX_APPROXIMATE=\u8fd1\u4f3c INFO_CTRL_PANEL_INDEX_ORDERING=\u9806\u5e8f\u4ed8\u3051 INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=\u5c5e\u6027 INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30bf\u30a4\u30d7 INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=\u30a8\u30f3\u30c8\u30ea\u5236\u9650 INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=\u518d\u69cb\u7bc9\u304c\u5fc5\u8981 INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=\u540d\u524d INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=\u30d9\u30fc\u30b9 DN INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=\u6709\u52b9\u7bc4\u56f2 INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=\u30d5\u30a3\u30eb\u30bf INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=\u30bd\u30fc\u30c8\u9806\u5e8f INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=\u518d\u69cb\u7bc9\u304c\u5fc5\u8981 INFO_CTRL_PANEL_BINARY_VALUE=- \u30d0\u30a4\u30ca\u30ea\u5024 - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Base64 \u306e\u5024 - # @@ -482,7 +534,6 @@ INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=\u6b21\u306e\u30bf\u30b9\u30af\u304c\u5b9f\u884c\u4e2d\u3067\u3059: %s<br>\u30bf\u30b9\u30af %s \u3068\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=\u30b0\u30eb\u30fc\u30d7\u306b\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_ADDING_TO_GROUP=\u30b0\u30eb\u30fc\u30d7 '%s' \u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=\u30a8\u30f3\u30c8\u30ea\u3092\u5909\u66f4\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=\u30d9\u30fc\u30b9 DN \u3092\u524a\u9664\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: @@ -505,35 +556,27 @@ INFO_CTRL_PANEL_DELETING_BASE_DN=\u30d9\u30fc\u30b9 DN '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETING_BASE_DNS=\u30d9\u30fc\u30b9 DN %s \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETING_BACKEND=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETING_DOMAIN=\u30d9\u30fc\u30b9 DN '%s' \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_ENTRIES_DELETED=%d \u500b\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY='%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u524a\u9664\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_DELETING_INDEX=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETING_VLV_INDEX=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u3092\u524a\u9664\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_DELETING_OBJECTCLASS=objectclass '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DELETING_ATTRIBUTE=\u5c5e\u6027 '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059 MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=\u30b9\u30ad\u30fc\u30de\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=\u8a2d\u5b9a\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=\u30a8\u30f3\u30c8\u30ea\u306e\u691c\u67fb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=\u30b9\u30ad\u30fc\u30de\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=\u8a2d\u5b9a\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=\u30a8\u30f3\u30c8\u30ea\u306e\u691c\u67fb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30d5\u30a1\u30a4\u30eb '%s' \u306e\u30b9\u30ad\u30fc\u30de\u5b9a\u7fa9\u30a8\u30f3\u30c8\u30ea (cn=schema) \u304b\u3089\u6b21\u306e\u5c5e\u6027\u3092\u524a\u9664\u3059\u308b\u306e\u3068\u540c\u7b49\u3067\u3059\u3002 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=\u30b9\u30ad\u30fc\u30de\u3092\u66f4\u65b0\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u5909\u66f4\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_RENAMING_ENTRY=\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092 '%s' \u304b\u3089 '%s' \u306b\u5909\u66f4\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_MODIFYING_ENTRY=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=\u65b0\u898f\u30a8\u30f3\u30c8\u30ea '%s'\u3002 INFO_CTRL_PANEL_CREATING_ENTRY=\u30a8\u30f3\u30c8\u30ea '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=\u30a8\u30f3\u30c8\u30ea\u3092\u4f5c\u6210\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: @@ -541,33 +584,25 @@ INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX='%s' \u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3092\u6709\u52b9\u306b\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3092\u7121\u52b9\u306b\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_ENABLING_BACKEND=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3092\u6709\u52b9\u306b\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_DISABLING_BACKEND=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_SERVER_STOPPED=\u30b5\u30fc\u30d0\u30fc\u304c\u505c\u6b62\u3057\u307e\u3057\u305f INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30d5\u30a1\u30a4\u30eb '%s' \u306e\u30b9\u30ad\u30fc\u30de\u5b9a\u7fa9\u30a8\u30f3\u30c8\u30ea (cn=schema) \u306b\u6b21\u306e\u5c5e\u6027\u3092\u8ffd\u52a0\u3059\u308b\u306e\u3068\u540c\u7b49\u3067\u3059\u3002 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=\u3053\u306e\u64cd\u4f5c\u306f\u3001\u30d5\u30a1\u30a4\u30eb '%s' \u306b\u6b21\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3059\u308b\u306e\u3068\u540c\u7b49\u3067\u3059\u3002 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=\u30b9\u30ad\u30fc\u30de\u3092\u66f4\u65b0\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u306f\u30e1\u30a4\u30f3\u30d1\u30cd\u30eb\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u3057\u3066\u3044\u307e\u305b\u3093 INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=\u30c7\u30fc\u30bf\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u7a3c\u50cd\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=\u5fc5\u9808\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u793a\u3057\u307e\u3059 INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u304c\u5fc5\u8981 # # Note that the following two properties contain line breaks in HTML format @@ -575,44 +610,34 @@ # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS='%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u8a2d\u5b9a\u3092\u53cd\u6620\u3059\u308b\u306b\u306f\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u751f\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u300c\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u300d\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3059\u308b\u304b\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u518d\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<br><br> \u4eca\u3059\u3050\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS='%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u8a2d\u5b9a\u3092\u53cd\u6620\u3059\u308b\u306b\u306f\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u751f\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u300c\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u300d\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3059\u308b\u304b\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u518d\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<br>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u4e2d\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306f\u7121\u52b9\u306b\u306a\u308a\u3001\u305d\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306e\u3069\u308c\u306b\u3082\u30a2\u30af\u30bb\u30b9\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002<br><br> \u4eca\u3059\u3050\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=\u8a8d\u8a3c\u304c\u5fc5\u8981 INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u5b8c\u4e86 INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6b63\u5e38\u306b\u518d\u69cb\u7bc9\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=Details: %s INFO_CTRL_PANEL_DETAILS_THROWABLE=\u8a73\u7d30: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=\u8d77\u52d5\u5b8c\u4e86 INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=\u30b5\u30fc\u30d0\u30fc\u304c\u6b63\u5e38\u306b\u8d77\u52d5\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=\u518d\u8d77\u52d5\u5b8c\u4e86 INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=\u30b5\u30fc\u30d0\u30fc\u304c\u6b63\u5e38\u306b\u518d\u8d77\u52d5\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306e\u518d\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=\u30b5\u30fc\u30d0\u30fc\u306e\u518d\u8d77\u52d5\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u3092\u505c\u6b62\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=\u505c\u6b62\u5b8c\u4e86 INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=\u30b5\u30fc\u30d0\u30fc\u304c\u6b63\u5e38\u306b\u505c\u6b62\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306e\u505c\u6b62\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=\u30b5\u30fc\u30d0\u30fc\u306e\u505c\u6b62\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=\u64cd\u4f5c\u5b8c\u4e86\u6642\u306b\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u308b INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=\u304a\u5f85\u3061\u304f\u3060\u3055\u3044... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=\u8a73\u7d30: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5 INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=\u30b5\u30fc\u30d0\u30fc\u306e\u505c\u6b62 INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=\u30b5\u30fc\u30d0\u30fc\u306e\u518d\u8d77\u52d5 INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=\u78ba\u8a8d\u304c\u5fc5\u8981 # # Note that the following two properties contain line breaks in HTML format @@ -620,7 +645,6 @@ # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=\u30b5\u30fc\u30d0\u30fc\u304c\u505c\u6b62\u3057\u305f\u5834\u5408\u3001\u305d\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u958b\u3044\u3066\u3044\u308b\u3059\u3079\u3066\u306e\u63a5\u7d9a\u304c\u9589\u3058\u3089\u308c\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002<br><br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=\u518d\u8d77\u52d5\u51e6\u7406\u6642\u306b\u306f\u3001\u305d\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u5bfe\u3057\u3066\u958b\u3044\u3066\u3044\u308b\u3059\u3079\u3066\u306e\u63a5\u7d9a\u304c\u9589\u3058\u3089\u308c\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002<br><br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=\u30d1\u30cd\u30eb\u3092\u30ed\u30fc\u30c9\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_CHECKING_SUMMARY=\u691c\u67fb\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=\u30ea\u30b9\u30c8\u3092\u518d\u8868\u793a\u3057\u3066\u3044\u307e\u3059... @@ -628,7 +652,6 @@ INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Java \u8a2d\u5b9a\u3092\u8aad\u307f\u53d6\u3063\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=\u8a8d\u8a3c\u3092\u691c\u8a3c\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=\u8a2d\u5b9a\u3092\u8aad\u307f\u53d6\u3063\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_BASE_DN_LABEL=\u30d9\u30fc\u30b9 DN: INFO_CTRL_PANEL_FILTER_LABEL=\u30d5\u30a3\u30eb\u30bf: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=\u9069\u7528 @@ -637,18 +660,16 @@ INFO_CTRL_PANEL_OK_BUTTON_LABEL=OK INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=\u4fdd\u5b58 INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=\u4fdd\u5b58\u3057\u306a\u3044 INFO_CTRL_PANEL_INVALID_DN_DETAILS=\u5024 %s \u306f\u6709\u52b9\u306a DN \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 Details: %s INFO_CTRL_PANEL_INVALID_DN_DETAILS=\u5024 %s \u306f\u6709\u52b9\u306a DN \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \u8a73\u7d30: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=\u30d9\u30fc\u30b9 DN \u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=1 \u4ef6\u3082\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=\u6700\u5927 %d \u500b\u306e\u5b50\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u30d5\u30a3\u30eb\u30bf\u306e\u9069\u7528\u3092\u8a66\u884c\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=\u90e8\u5206\u6587\u5b57\u5217\u691c\u7d22\u7528\u306e\u300c*\u300d\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30c7\u30fc\u30bf\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=\u30c7\u30fc\u30bf\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u7a3c\u50cd\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u53d6\u308b\u305f\u3081\u306b\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u63a5\u7d9a\u306e\u8a66\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u53d6\u308b\u305f\u3081\u306b\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u63a5\u7d9a\u306e\u8a66\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=\u63a5\u7d9a\u30a8\u30e9\u30fc INFO_CTRL_PANEL_ATTRIBUTE_LABEL=\u5c5e\u6027: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=\u30a8\u30f3\u30c8\u30ea\u5236\u9650: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30bf\u30a4\u30d7: @@ -665,34 +686,25 @@ # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002<br>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u304c\u5fc5\u8981\u3067\u3059 (\u300c\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9\u300d\u307e\u305f\u306f\u300c\u30a4\u30f3\u30dd\u30fc\u30c8\u300d\u3092\u4f7f\u7528)\u3002 INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=\u30ab\u30b9\u30bf\u30e0\u5c5e\u6027 INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=\u6a19\u6e96\u5c5e\u6027 INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u8a73\u7d30 MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=\u30a8\u30f3\u30c8\u30ea\u5236\u9650\u306f\u3001%d \u304b\u3089 %d \u307e\u3067\u306e\u9593\u306e\u6574\u6570\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30bf\u30a4\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 (\u8fd1\u4f3c\u3001\u7b49\u4fa1\u3001\u9806\u5e8f\u4ed8\u3051\u3001\u5b9f\u5728\u3001\u307e\u305f\u306f\u90e8\u5206\u6587\u5b57\u5217)\u3002 SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=\u65b0\u898f\u30a8\u30f3\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=\u30a8\u30f3\u30c8\u30ea\u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=\u65b0\u898f\u30a8\u30f3\u30c8\u30ea\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=\u65b0\u898f\u30a8\u30f3\u30c8\u30ea\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=\u30a8\u30f3\u30c8\u30ea\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u7a3c\u50cd\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=\u30a8\u30f3\u30c8\u30ea\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_LDIF_REPRESENTATION_REQUIRED=\u30a8\u30f3\u30c8\u30ea\u306e LDIF \u8868\u73fe\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=\u30a8\u30f3\u30c8\u30ea\u306e objectclass \u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=\u4f8b: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=\u4f8b: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u8a73\u7d30 INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=\u540d\u524d: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=\u30d9\u30fc\u30b9 DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=\u30d5\u30a3\u30eb\u30bf: @@ -708,11 +720,9 @@ INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=\u524a\u9664 INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=\u4e0a\u306b\u79fb\u52d5 INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=\u4e0b\u306b\u79fb\u52d5 INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=\u305d\u306e\u4ed6: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(\u6607\u9806) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(\u964d\u9806) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=\u30b9\u30ad\u30fc\u30de\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=\u30b9\u30ad\u30fc\u30de\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u306f\u30e1\u30a4\u30f3\u30d1\u30cd\u30eb\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 @@ -720,25 +730,22 @@ # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=\u3053\u306e VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001'%s' \u3067\u6b21\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044: <br>%s<br><br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=\u7b49\u4fa1 INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=\u90e8\u5206\u6587\u5b57\u5217 INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=\u9806\u5e8f\u4ed8\u3051 INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=\u5b9f\u5728 INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=\u8fd1\u4f3c INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=\u30bf\u30a4\u30d7 % \u306b\u306a\u308b\u3088\u3046\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u306e\u5b9a\u7fa9\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=\u30bf\u30a4\u30d7 %s \u306b\u306a\u308b\u3088\u3046\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_MUST_DEFINE_INDEX=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u540d\u524d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u5b9a\u7fa9\u3055\u308c\u305f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002 MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30d5\u30a3\u30eb\u30bf\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=\u30bd\u30fc\u30c8\u9806\u5e8f\u306b\u95a2\u3059\u308b\u5c5e\u6027\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=\u6700\u5927\u30d6\u30ed\u30c3\u30af\u30b5\u30a4\u30ba\u306f\u3001%d \u304b\u3089 %d \u307e\u3067\u306e\u9593\u306e\u6574\u6570\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=\u30b0\u30eb\u30fc\u30d7\u306b\u8ffd\u52a0 INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=\u8ffd\u52a0\u3059\u308b\u30a8\u30f3\u30c8\u30ea: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=\u30b0\u30eb\u30fc\u30d7: @@ -747,35 +754,26 @@ MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=\u30b0\u30eb\u30fc\u30d7 '%s' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=\u30b0\u30eb\u30fc\u30d7\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=\u30b0\u30eb\u30fc\u30d7\u306b\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u304c\u30b0\u30eb\u30fc\u30d7\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=\u30a8\u30f3\u30c8\u30ea\u304c\u6b63\u5e38\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=\u30b0\u30eb\u30fc\u30d7\u306b\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=\u30b0\u30eb\u30fc\u30d7\u306b\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=\u5c5e\u6027\u69cb\u6587 INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=\u5c5e\u6027\u69cb\u6587\u306e\u8a73\u7d30 INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=\u540d\u524d: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=\u8aac\u660e: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=\u5c5e\u6027\u306b\u3088\u308b\u4f7f\u7528: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- \u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=\u53c2\u7167... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=\u30ea\u30b9\u30c8\u306e\u518d\u8868\u793a INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u691c\u7d22\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f INFO_CTRL_PANEL_BACKUP_PATH_LABEL=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30d1\u30b9: INFO_CTRL_PANEL_BACKUP_TITLE=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5b9f\u884c INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30bf\u30a4\u30d7: @@ -789,7 +787,6 @@ INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u751f\u6210\u3059\u308b INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u306b\u7f72\u540d\u3059\u308b INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30d1\u30b9\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 @@ -806,21 +803,18 @@ INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=\u307b\u304b\u306e\u30d9\u30fc\u30b9 DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- \u5024\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=\u30d5\u30a1\u30a4\u30eb\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=\u30d5\u30a1\u30a4\u30eb '%s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=\u30d1\u30b9 '%s' \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=\u30d5\u30a1\u30a4\u30eb '%s' \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002Check that you have read rights to it. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=\u30d5\u30a1\u30a4\u30eb '%s' \u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u5bfe\u3059\u308b\u8aad\u307f\u53d6\u308a\u6a29\u9650\u304c\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=\u5024\u3092 Base 64 \u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=\u6307\u5b9a\u3055\u308c\u305f Base 64 \u6587\u5b57\u5217\u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=\u6307\u5b9a\u3055\u308c\u305f Base 64 \u6587\u5b57\u5217\u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=\u30d0\u30a4\u30ca\u30ea\u5c5e\u6027\u306e\u7de8\u96c6 INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u4f7f\u7528: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=\u30d0\u30a4\u30ca\u30ea\u30b3\u30f3\u30c6\u30f3\u30c4\u3092 Base 64 \u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=\u518d\u8868\u793a @@ -828,12 +822,9 @@ INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Base 64 \u3067\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=\u5c5e\u6027\u306e\u30a4\u30e1\u30fc\u30b8 INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002 INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=\u30d0\u30a4\u30ca\u30ea\u5c5e\u6027\u306e\u8868\u793a INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Base 64 \u5f62\u5f0f\u306e\u5024: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=\u30a8\u30f3\u30c8\u30ea\u306e\u7ba1\u7406 INFO_CTRL_PANEL_NEW_USER_MENU=\u65b0\u898f\u30e6\u30fc\u30b6\u30fc... INFO_CTRL_PANEL_NEW_GROUP_MENU=\u65b0\u898f\u30b0\u30eb\u30fc\u30d7... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=\u65b0\u898f\u7d44\u7e54... @@ -865,7 +856,6 @@ INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=\u30a8\u30f3\u30c8\u30ea\u306e\u524a\u9664... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=\u30d9\u30fc\u30b9 DN \u306e\u524a\u9664... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u524a\u9664... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=\u30a8\u30f3\u30c8\u30ea\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=\u30a8\u30f3\u30c8\u30ea\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 @@ -873,7 +863,6 @@ MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=\u30a8\u30f3\u30c8\u30ea\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_BACKEND_LABEL=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- \u30d9\u30fc\u30b9 DN \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - @@ -887,8 +876,6 @@ INFO_CTRL_PANEL_NEW_INDEX_MENU=\u65b0\u898f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=\u65b0\u898f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9... INFO_CTRL_PANEL_DELETE_INDEX_MENU=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u524a\u9664... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u7ba1\u7406 MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=\u5b9a\u7fa9\u6e08\u307f\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u7ba1\u7406\u3059\u308b\u306b\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u65b0\u898f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u300c\u65b0\u898f\u30d9\u30fc\u30b9 DN\u300d\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 @@ -900,8 +887,6 @@ INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=\u5c5e\u6027 INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=\u6a19\u6e96 @@ -917,18 +902,15 @@ INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=\u65b0\u898f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=\u65b0\u898f\u5c5e\u6027... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=\u524a\u9664... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=\u540d\u524d INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=\u30bf\u30a4\u30d7 INFO_CTRL_PANEL_PARENT_CLASS=\u89aa\u30af\u30e9\u30b9 INFO_CTRL_PANEL_CHILD_CLASS=\u5b50\u30af\u30e9\u30b9 INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=\u5fc5\u9808\u5c5e\u6027 INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=\u30aa\u30d7\u30b7\u30e7\u30f3\u5c5e\u6027 INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=\u30b9\u30ad\u30fc\u30de\u9805\u76ee\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093 INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=\u30ab\u30c6\u30b4\u30ea\u9805\u76ee\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=\u8907\u6570\u306e\u30b9\u30ad\u30fc\u30de\u9805\u76ee\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=\u8907\u6570\u306e\u30b9\u30ad\u30fc\u30de\u9805\u76ee\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u3059 MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=objectClass '%s' \u306f\u6b21\u306e\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u3067\u3059: %s\u3002\u3053\u308c\u3092\u524a\u9664\u3059\u308b\u524d\u306b\u3001objectClass '%s' \u304b\u3089\u7d99\u627f\u3057\u306a\u3044\u3088\u3046\u306b\u3053\u308c\u3089\u306e\u30af\u30e9\u30b9\u3092\u518d\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=\u5c5e\u6027 '%s' \u306f\u6b21\u306e\u5c5e\u6027\u306e\u4e0a\u4f4d\u5c5e\u6027\u3067\u3059: %s\u3002\u3053\u308c\u3092\u524a\u9664\u3059\u308b\u524d\u306b\u3001\u5c5e\u6027 '%s' \u304b\u3089\u7d99\u627f\u3057\u306a\u3044\u3088\u3046\u306b\u3053\u308c\u3089\u306e\u5c5e\u6027\u3092\u518d\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=\u5c5e\u6027 '%s' \u306f\u6b21\u306e objectClasses \u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u5c5e\u6027\u307e\u305f\u306f\u5fc5\u9808\u5c5e\u6027\u3067\u3059: %s\u3002\u3053\u308c\u3092\u524a\u9664\u3059\u308b\u524d\u306b\u3001\u5c5e\u6027 '%s' \u306b\u4f9d\u5b58\u3057\u306a\u3044\u3088\u3046\u306b\u3053\u308c\u3089\u306e\u30af\u30e9\u30b9\u3092\u518d\u5b9a\u7fa9\u3057\u3066\u304f\u3060\u3055\u3044\u3002 @@ -942,12 +924,10 @@ INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=\u30b9\u30ad\u30fc\u30de\u306e\u8981\u7d20 '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=\u30b9\u30ad\u30fc\u30de\u306e\u8981\u7d20\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=\u30b9\u30ad\u30fc\u30de\u306e\u8981\u7d20\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=\u8a2d\u5b9a\u5c5e\u6027 INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=\u8a2d\u5b9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=\u30ab\u30b9\u30bf\u30e0\u5c5e\u6027 INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=\u30ab\u30b9\u30bf\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=\u5c5e\u6027\u306e\u524a\u9664... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=\u5c5e\u6027\u306e\u524a\u9664 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u5c5e\u6027\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 @@ -957,7 +937,6 @@ INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=\u5c5e\u6027 '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=\u5c5e\u6027\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=\u5c5e\u6027 '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u524a\u9664... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u524a\u9664 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 @@ -967,11 +946,9 @@ INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 \u8a73\u7d30\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u524a\u9664 INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=\u524a\u9664\u3059\u308b\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u9078\u629e: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 @@ -979,15 +956,12 @@ MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=\u6b21\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u3059\u3079\u3066\u306e\u30d9\u30fc\u30b9 DN \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u3059\u3079\u3066\u306e\u30a8\u30f3\u30c8\u30ea\u3001\u304a\u3088\u3073\u3059\u3079\u3066\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u6210\u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_SELECT_ALL_BUTTON=\u3059\u3079\u3066\u3092\u9078\u629e INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=\u9078\u629e\u3092\u89e3\u9664 INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=\u3059\u3079\u3066\u3092\u9078\u629e\u89e3\u9664 INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=\u6b21\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u524a\u9664\u3055\u308c\u3001\u3059\u3079\u3066\u306e\u8a2d\u5b9a\u304c\u5931\u308f\u308c\u307e\u3059\u3002 INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=\u30d9\u30fc\u30b9 DN \u306e\u524a\u9664 INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=\u524a\u9664\u3059\u308b\u30d9\u30fc\u30b9 DN \u306e\u9078\u629e: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30d9\u30fc\u30b9 DN \u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=\u30d9\u30fc\u30b9 DN \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=\u30d9\u30fc\u30b9 DN \u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=\u30d9\u30fc\u30b9 DN \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 @@ -999,7 +973,6 @@ # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u691c\u7d22\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=LDIF \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5148\u30d5\u30a1\u30a4\u30eb: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u306f\u8ffd\u52a0\u3059\u308b\u4ee3\u308f\u308a\u306b\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002 @@ -1008,7 +981,6 @@ INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=\u5217\u3067\u30c6\u30ad\u30b9\u30c8\u3092\u6298\u308a\u8fd4\u3059 INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u9664\u5916 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u5b9f\u884c\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9 '%s' \u306f\u5b58\u5728\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059\u3002 MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=\u5217\u306e\u6298\u8fd4\u3057\u306e\u5024\u306f\u3001%d \u304b\u3089 %d \u307e\u3067\u306e\u9593\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 @@ -1022,7 +994,6 @@ MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30d5\u30a1\u30a4\u30eb '%s' \u3078\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3002 INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=LDIF \u306e\u30a4\u30f3\u30dd\u30fc\u30c8 INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=\u30d5\u30a1\u30a4\u30eb\u5185\u306e\u30c7\u30fc\u30bf\u306f\u5727\u7e2e\u3055\u308c\u307e\u3059 (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=\u30a4\u30f3\u30dd\u30fc\u30c8\u306e\u30bf\u30a4\u30d7: @@ -1064,11 +1035,9 @@ INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=\u8907\u6570\u306e\u5c5e\u6027\u3092\u30b3\u30f3\u30de (,) \u3067\u533a\u5207\u308b MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=\u30d9\u30fc\u30b9 DN '%s' \u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u3069\u306e\u30d9\u30fc\u30b9 DN \u306e\u5b50\u5b6b\u3067\u3082\u3042\u308a\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=\u5c5e\u6027 '%s' \u306e\u540d\u524d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=\u6307\u5b9a\u3055\u308c\u305f\u5024 '%s' \u306f\u3001\u6709\u52b9\u306a\u30d5\u30a3\u30eb\u30bf\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=\u6307\u5b9a\u3055\u308c\u305f\u5024 '%s' \u306f\u3001\u6709\u52b9\u306a\u30d5\u30a3\u30eb\u30bf\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u8868\u793a INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=\u30b9\u30ad\u30fc\u30de\u306e\u8981\u7d20\u306e\u8868\u793a INFO_CTRL_PANEL_INDEX_PANEL_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7de8\u96c6\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_DELETE_INDEX_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u524a\u9664 @@ -1086,7 +1055,6 @@ MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u5909\u66f4\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java \u8a2d\u5b9a INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java \u30db\u30fc\u30e0: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=\u74b0\u5883\u5909\u6570 OPENDS_JAVA_HOME \u306e\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059 @@ -1106,18 +1074,33 @@ # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)\u64cd\u4f5c\u306f\u30b5\u30fc\u30d0\u30fc\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3055\u308c\u3001\u30b3\u30de\u30f3\u30c9\u884c\u3067\u591a\u304f\u306e\u30ea\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Java \u8a2d\u5b9a\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Java \u8a2d\u5b9a\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=\u6307\u5b9a\u3055\u308c\u305f Java \u5f15\u6570\u3092\u691c\u67fb\u3057\u3066\u3044\u307e\u3059... MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Java \u8a2d\u5b9a\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Java \u8a2d\u5b9a\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=\u6307\u5b9a\u3055\u308c\u305f Java \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u3044\u307e\u3059... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=\u30d1\u30b9 '%s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=\u30d1\u30b9 '%s' \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u4f7f\u7528\u3059\u308b Java \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=\u30d0\u30a4\u30ca\u30ea '%s' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f7f\u7528\u3059\u308b Java \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=\u30d1\u30b9 '%s' \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u4f7f\u7528\u3059\u308b Java \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3078\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=\u30d0\u30a4\u30ca\u30ea '%s' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4f7f\u7528\u3059\u308b Java \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3078\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3067\u6b21\u306e Java \u5f15\u6570\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:<br>%s<br><br>\u3053\u308c\u3089\u306e Java \u5f15\u6570\u3068\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30de\u30f3\u30c9\u884c\u306f\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS= \u30d0\u30a4\u30ca\u30ea '%s' \u3067\u6b21\u306e Java \u5f15\u6570\u3092\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:<br>%s<br><br>\u3053\u308c\u3089\u306e Java \u5f15\u6570\u3068\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30de\u30f3\u30c9\u884c\u306f\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=\u6b21\u306e Java \u5f15\u6570\u306f\u3001\u30d0\u30a4\u30ca\u30ea '%s' \u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:<br>%s<br><br>\u3053\u308c\u3089\u306e\u5f15\u6570\u306f\u3001OPENDS_JAVA_ARGS \u304c\u672a\u5b9a\u7fa9\u306e\u5834\u5408\u306e\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3068\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u305d\u308c\u3089\u306e\u5f15\u6570\u3092\u7a7a\u306b\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002<br><br>\u3053\u308c\u3089\u306e Java \u5f15\u6570\u3068\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30b3\u30de\u30f3\u30c9\u884c\u306f\u6a5f\u80fd\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Java \u8a2d\u5b9a\u306e\u691c\u67fb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=\u6307\u5b9a\u3055\u308c\u305f Java \u8a2d\u5b9a\u306e\u691c\u67fb\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=\u6307\u5b9a\u3055\u308c\u305f Java \u8a2d\u5b9a\u306e\u691c\u67fb\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4 INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Java \u8a2d\u5b9a\u3092\u66f4\u65b0\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java \u8a2d\u5b9a\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f @@ -1138,8 +1121,7 @@ INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=\u30a8\u30f3\u30c8\u30ea '%s' \u304c\u6b63\u5e38\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=\u5909\u66f4\u306e\u4fdd\u5b58\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u5bfe\u3059\u308b\u5909\u66f4\u306e\u4fdd\u5b58\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_INVALID_ENTRY=\u30a8\u30f3\u30c8\u30ea\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_ENTRY=\u30a8\u30f3\u30c8\u30ea\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=\u672a\u4fdd\u5b58\u306e\u5909\u66f4 INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=\u672a\u4fdd\u5b58\u306e\u5909\u66f4 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=\u6b21\u306e\u5834\u6240\u306b\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b: '%s'? @@ -1162,22 +1144,17 @@ INFO_CTRL_PANEL_USERS_FILTER=\u30e6\u30fc\u30b6\u30fc INFO_CTRL_PANEL_GROUPS_FILTER=\u30b0\u30eb\u30fc\u30d7 INFO_CTRL_PANEL_OTHER_BASE_DN=\u305d\u306e\u4ed6... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=\u7de8\u96c6\u4e0d\u53ef\u5c5e\u6027: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=\u88dc\u52a9 objectclass: %s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=\u8a8d\u8a3c\u304c\u5fc5\u8981 INFO_CTRL_PANEL_BIND_DN_LABEL=\u30d0\u30a4\u30f3\u30c9 DN: INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=\u30d1\u30b9\u30ef\u30fc\u30c9: # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=\u6b21\u306e\u30bf\u30b9\u30af\u304c\u5b9f\u884c\u3055\u308c\u3066\u3044\u307e\u3059:<br>%s<br><br>\u7d42\u4e86\u3057\u3066\u3082\u30bf\u30b9\u30af\u306f\u7d9a\u884c\u3055\u308c\u307e\u3059\u304c\u3001\u30bf\u30b9\u30af\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u305f\u304b\u3069\u3046\u304b\u3092\u77e5\u308b\u306b\u306f\u3001\u30a8\u30e9\u30fc\u30ed\u30b0\u3092\u78ba\u8a8d\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<br><br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u8a73\u7d30 INFO_CTRL_PANEL_MATCHING_RULE_NAME=\u540d\u524d: @@ -1186,15 +1163,14 @@ INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=\u69cb\u6587: INFO_CTRL_PANEL_MATCHING_RULE_TYPE=\u30bf\u30a4\u30d7: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=\u5c5e\u6027\u306b\u3088\u308b\u4f7f\u7528: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- \u89aa\u304c\u3042\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- \u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u304c\u3042\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=\u65b0\u898f\u5c5e\u6027 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30b9\u30ad\u30fc\u30de\u3067\u5c5e\u6027\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=\u5c5e\u6027\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d '%s' \u306f\u3001\u3059\u3067\u306b\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u3059 (%s \u3068\u3057\u3066\u5b9a\u7fa9)\u3002 MILD_ERR_CTRL_PANEL_OID_NOT_VALID=\u6307\u5b9a\u3055\u308c\u305f OID \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_OID_NOT_VALID=\u6307\u5b9a\u3055\u308c\u305f OID \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=\u6307\u5b9a\u3055\u308c\u305f OID '%s' \u306f\u3001\u3059\u3067\u306b\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u3059 (%s \u3068\u3057\u3066\u5b9a\u7fa9)\u3002 MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=\u7a7a\u306e\u30a8\u30a4\u30ea\u30a2\u30b9\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30a4\u30ea\u30a2\u30b9 '%s' \u306f\u3001\u3059\u3067\u306b\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u3059 (%s \u3068\u3057\u3066\u5b9a\u7fa9)\u3002 @@ -1239,7 +1215,6 @@ INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=\u96c6\u5408 INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=\u5ec3\u6b62 INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb INFO_CTRL_PANEL_NEW_BACKEND_LABEL=\u65b0\u898f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=\u65b0\u898f\u30d9\u30fc\u30b9 DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=\u4f8b: dc=example,dc=com @@ -1267,30 +1242,26 @@ INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=\u30d9\u30fc\u30b9 DN '%s' \u3092\u542b\u3080\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u30d9\u30fc\u30b9 DN '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=\u30c7\u30d5\u30a9\u30eb\u30c8\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=\u65b0\u898f\u7d44\u7e54 MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=\u7d44\u7e54\u306e\u540d\u524d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=\u540d\u524d: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=\u8aac\u660e: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=\u30a8\u30f3\u30c8\u30ea DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=\u65b0\u898f\u30c9\u30e1\u30a4\u30f3 MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=\u30c9\u30e1\u30a4\u30f3\u306e\u540d\u524d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=LDIF \u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u65b0\u898f\u4f5c\u6210 INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=\u65b0\u898f\u30a8\u30f3\u30c8\u30ea\u306e LDIF \u69cb\u6587\u306e\u5165\u529b: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=\u69cb\u6587\u306e\u691c\u67fb INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=\u65b0\u898f\u30b0\u30eb\u30fc\u30d7 MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=\u30b0\u30eb\u30fc\u30d7\u306e\u540d\u524d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=\u30a8\u30f3\u30c8\u30ea '%s' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=\u30e1\u30f3\u30d0\u30fc '%s' \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=\u30e1\u30f3\u30d0\u30fc '%s' \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=\u30b0\u30eb\u30fc\u30d7\u306e\u30d5\u30a3\u30eb\u30bf\u3092\u4f7f\u7528\u3057\u3066\u3001LDAP URL \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=\u6307\u5b9a\u3055\u308c\u305f LDAP URL \u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=\u6307\u5b9a\u3055\u308c\u305f LDAP URL \u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=\u6307\u5b9a\u3055\u308c\u305f\u53c2\u7167\u30b0\u30eb\u30fc\u30d7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=\u6307\u5b9a\u3055\u308c\u305f\u53c2\u7167\u30b0\u30eb\u30fc\u30d7\u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=\u6307\u5b9a\u3055\u308c\u305f\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u53c2\u7167 DN \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=\u6307\u5b9a\u3055\u308c\u305f\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u53c2\u7167 DN \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=\u540d\u524d: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=\u8aac\u660e: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=\u30a8\u30f3\u30c8\u30ea DN: @@ -1304,8 +1275,6 @@ INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=\u30e1\u30f3\u30d0\u30fc\u306e\u8ffd\u52a0 INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7\u53c2\u7167 DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=\u53c2\u7167\u30b0\u30eb\u30fc\u30d7\u306e\u9078\u629e INFO_CTRL_PANEL_NEW_INDEX_TITLE=\u65b0\u898f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=\u5c5e\u6027\u540d\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 @@ -1318,11 +1287,10 @@ MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u65b0\u898f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=\u65b0\u898f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30b9\u30ad\u30fc\u30de\u3067\u5c5e\u6027\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002Details: %s MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8a73\u7d30: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d '%s' \u306f\u3001\u3059\u3067\u306b\u30b9\u30ad\u30fc\u30de\u5185\u306b\u5b58\u5728\u3057\u307e\u3059 (%s \u3068\u3057\u3066\u5b9a\u7fa9)\u3002 INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=\u30b9\u30ad\u30fc\u30de\u3067\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f @@ -1349,7 +1317,6 @@ INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=\u8aac\u660e: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=\u30bf\u30a4\u30d7: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=\u5c5e\u6027: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=\u540d\u524d: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=\u8aac\u660e: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=\u30a8\u30f3\u30c8\u30ea DN: @@ -1358,7 +1325,6 @@ INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=FAX \u756a\u53f7: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=\u65b0\u898f\u7d44\u7e54\u5358\u4f4d MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=\u7d44\u7e54\u5358\u4f4d\u306e\u540d\u524d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=\u540d: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=\u59d3: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=\u5171\u901a\u540d: @@ -1374,7 +1340,6 @@ MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=\u300c\u59d3\\u300d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=\u300c\u5171\u901a\u540d\u300d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=\u30cd\u30fc\u30df\u30f3\u30b0\u5c5e\u6027 '%s' \u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=\u65b0\u898f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=\u65b0\u898f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... @@ -1384,11 +1349,9 @@ MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u65b0\u898f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u7de8\u96c6 INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9: INFO_CTRL_PANEL_INDEXES_LABEL=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=\u4f7f\u7528\u53ef\u80fd\u306a\u30a4\u30f3\u30c7\u30c3\u30af\u30b9: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=\u9078\u629e\u3055\u308c\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9: @@ -1413,7 +1376,6 @@ INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u5e38\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002 MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304b\u3089\u306e\u5fa9\u5143 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304b\u3089\u5fa9\u5143\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c @@ -1477,26 +1439,21 @@ INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=\u5024\u306e\u3042\u308b\u5c5e\u6027\u306e\u307f\u3092\u8868\u793a\u3059\u308b INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=\u30d1\u30b9\u30ef\u30fc\u30c9 (\u78ba\u8a8d): INFO_CTRL_PANEL_CHOOSE_ENTRIES=\u30a8\u30f3\u30c8\u30ea\u306e\u9078\u629e INFO_CTRL_PANEL_CONTENTS_OF_FILE=- \u30d5\u30a1\u30a4\u30eb '%s' \u306e\u5185\u5bb9 - MILD_ERR_LOADING_IMAGE=\u30a4\u30e1\u30fc\u30b8\u306e\u30ed\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=\u30b5\u30e0\u30cd\u30a4\u30eb INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=\u7de8\u96c6... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=\u524a\u9664... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=\u8868\u793a... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=\u6a19\u6e96\u5c5e\u6027 INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=\u5c5e\u6027\u306e\u8a73\u7d30 INFO_CTRL_PANEL_REQUIRED_BY_LABEL=\u8981\u6c42\u5143: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=\u8a31\u53ef\u5143: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=\u6a19\u6e96\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u8a73\u7d30 INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=\u5fc5\u9808\u5c5e\u6027: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=\u30aa\u30d7\u30b7\u30e7\u30f3\u5c5e\u6027: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=\u30d5\u30a1\u30a4\u30eb\u3067\u5b9a\u7fa9: %s INFO_CTRL_PANEL_GENERIC_TITLE=\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=\u4e00\u822c\u306e\u72b6\u614b MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=\u8a2d\u5b9a\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f @@ -1517,7 +1474,6 @@ INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- \u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_DATA_SOURCES=\u30c7\u30fc\u30bf\u30bd\u30fc\u30b9 INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- \u30c7\u30fc\u30bf\u30bd\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u69cb\u6210 INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=\u3053\u306e\u30da\u30fc\u30b8\u306f\u3001\u3053\u306e OpenDS \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c Windows \u30b5\u30fc\u30d3\u30b9\u3068\u3057\u3066\u5b9f\u884c\u3055\u308c\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u6a5f\u80fd\u3068\u305d\u306e\u4ed6\u306e\u6a5f\u80fd\u3092\u7ba1\u7406\u3059\u308b\u306b\u306f\u3001\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0\u306e Windows \u30b5\u30fc\u30d3\u30b9\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30de\u30cd\u30fc\u30b8\u30e3\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u7d71\u5408: @@ -1535,7 +1491,6 @@ MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u6709\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Windows \u30b5\u30fc\u30d3\u30b9\u3092\u6709\u52b9\u306b\u3057\u307e\u3059 INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Windows \u30b5\u30fc\u30d3\u30b9\u3092\u7121\u52b9\u306b\u3057\u307e\u3059 INFO_CTRL_PANEL_DATABASE_INDEXES=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=\u5c5e\u6027\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_VLV_INDEXES=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 @@ -1553,7 +1508,6 @@ MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION='%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u691c\u8a3c\u3057\u307e\u3059\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> @@ -1576,25 +1530,117 @@ MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u5909\u66f4\u3057\u307e\u3059\u3002 INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059 INFO_CTRL_PANEL_AVAILABLE_LABEL=\u4f7f\u7528\u53ef\u80fd: INFO_CTRL_PANEL_SELECTED_LABEL=\u9078\u629e\u6e08\u307f: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=\u8ffd\u52a0 > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=\u3059\u3079\u3066\u3092\u8ffd\u52a0 > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< \u524a\u9664 INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< \u3059\u3079\u3066\u3092\u524a\u9664 INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=\u88dc\u52a9: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (\u6607\u9806) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (\u964d\u9806) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=\u30a8\u30e9\u30fc INFO_CTRL_PANEL_PROGRESS_DONE=\u5b8c\u4e86 INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u884c\u3092\u8868\u793a\u3059\u308b INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=\u30b0\u30ed\u30fc\u30d0\u30eb\u8868\u793a\u30aa\u30d7\u30b7\u30e7\u30f3\u3002 INFO_CTRL_PANEL_REFRESH_MENU=\u518d\u8868\u793a\u30aa\u30d7\u30b7\u30e7\u30f3... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=\u518d\u8868\u793a\u30aa\u30d7\u30b7\u30e7\u30f3 INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u76e3\u8996/\u69cb\u6210\u60c5\u5831\u306e\u518d\u8868\u793a\u5468\u671f (\u79d2\u6570) \u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=\u518d\u8868\u793a\u5468\u671f (\u79d2): INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=\u3053\u306e\u5468\u671f\u6642\u9593\u306b\u306f\u3001%d \u79d2\u672a\u6e80\u306e\u6b63\u306e\u6574\u6570\u5024\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 INFO_CTRL_PANEL_CATEGORY_MONITORING=\u76e3\u8996 INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=\u4e00\u822c\u60c5\u5831 INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- \u9805\u76ee\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093 - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=\u4e00\u822c\u60c5\u5831 INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u76e3\u8996\u30c7\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=\u76e3\u8996\u30c7\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u7a3c\u50cd\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=\u76e3\u8996\u30eb\u30fc\u30c8 INFO_CTRL_PANEL_SYSTEM_INFORMATION=\u30b7\u30b9\u30c6\u30e0\u60c5\u5831 INFO_CTRL_PANEL_JAVA_INFORMATION=Java \u60c5\u5831 INFO_CTRL_PANEL_WORK_QUEUE=\u30ef\u30fc\u30af\u30ad\u30e5\u30fc INFO_CTRL_PANEL_ENTRY_CACHES=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5 INFO_CTRL_PANEL_DB_ENVIRONMENT=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883 INFO_CTRL_PANEL_UP_TIME_LABEL=\u7a3c\u50cd\u6642\u9593: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=\u6700\u5927\u63a5\u7d9a\u6570: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=\u7dcf\u63a5\u7d9a\u6570: INFO_CTRL_PANEL_START_TIME_LABEL=\u958b\u59cb\u6642\u523b: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=\u5e73\u5747\u306e\u8981\u6c42\u30d0\u30c3\u30af\u30ed\u30b0 INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=\u6700\u5927\u306e\u8981\u6c42\u30d0\u30c3\u30af\u30ed\u30b0 INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=\u73fe\u5728\u306e\u8981\u6c42\u30d0\u30c3\u30af\u30ed\u30b0 INFO_CTRL_PANEL_REQUESTS_SUBMITTED=\u9001\u4fe1\u6e08\u307f\u306e\u8981\u6c42\u6570 INFO_CTRL_PANEL_REQUESTS_REJECTED=\u30ad\u30e5\u30fc\u304c\u6e80\u676f\u306e\u305f\u3081\u306b\u62d2\u5426\u3055\u308c\u305f\u8981\u6c42\u6570 INFO_CTRL_PANEL_ENTRY_CACHE_HITS=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d2\u30c3\u30c8\u6570 INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6570 INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u8a66\u884c\u56de\u6570 INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30d2\u30c3\u30c8\u7387 INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u30b5\u30a4\u30ba INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u30b5\u30a4\u30ba INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=\u30a8\u30f3\u30c8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u6570 INFO_CTRL_PANEL_NO_DBS_FOUND=- \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_DB_HEADER=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=- \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - INFO_CTRL_PANEL_AVAILABLE_CPUS=\u4f7f\u7528\u53ef\u80fd\u306a CPU \u6570 INFO_CTRL_PANEL_SYSTEM_NAME=\u30b7\u30b9\u30c6\u30e0\u540d INFO_CTRL_PANEL_OPERATING_SYSTEM=\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0 INFO_CTRL_PANEL_FREE_USED_MEMORY=JVM \u5185\u306e\u7a7a\u304d\u30e1\u30e2\u30ea\u30fc INFO_CTRL_PANEL_MAX_MEMORY=JVM \u5185\u306e\u6700\u5927\u30e1\u30e2\u30ea\u30fc INFO_CTRL_PANEL_USED_MEMORY=JVM \u5185\u306e\u4f7f\u7528\u30e1\u30e2\u30ea\u30fc INFO_CTRL_PANEL_CLASS_PATH=\u30af\u30e9\u30b9\u30d1\u30b9 INFO_CTRL_PANEL_JAVA_VENDOR=Java \u30d9\u30f3\u30c0\u30fc INFO_CTRL_PANEL_JVM_VENDOR=JVM \u30d9\u30f3\u30c0\u30fc INFO_CTRL_PANEL_JAVA_VERSION=Java \u306e\u30d0\u30fc\u30b8\u30e7\u30f3 INFO_CTRL_PANEL_JVM_VERSION=JVM \u30d0\u30fc\u30b8\u30e7\u30f3 INFO_CTRL_PANEL_JVM_ARCHITECTURE=JVM \u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc INFO_CTRL_PANEL_JVM_ARGUMENTS=JVM \u5f15\u6570 INFO_CTRL_PANEL_MEMORY_VALUE=%d Mb\u3001%d Kb INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=\u307b\u304b\u306e\u5c5e\u6027 INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=\u30e1\u30e2\u30ea\u30fc\u5c5e\u6027 INFO_CTRL_PANEL_NOT_IMPLEMENTED=\u5b9f\u88c5\u3055\u308c\u3066\u3044\u307e\u305b\u3093 INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=\u5408\u8a08 INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=\u5c5e\u6027\u8868\u793a\u30aa\u30d7\u30b7\u30e7\u30f3 INFO_CTRL_PANEL_NO_OPERATION_SELECTED=\u64cd\u4f5c\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=\u5217\u306e\u8868\u793a INFO_CTRL_PANEL_OPERATIONS_VIEW=\u64cd\u4f5c\u306e\u8868\u793a... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=\u8981\u6c42\u306e\u8ffd\u52a0 INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=\u5fdc\u7b54\u306e\u8ffd\u52a0 INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=\u8981\u6c42\u306e\u30d0\u30a4\u30f3\u30c9 INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=\u5fdc\u7b54\u306e\u30d0\u30a4\u30f3\u30c9 INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=\u8981\u6c42\u306e\u6bd4\u8f03 INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=\u5fdc\u7b54\u306e\u6bd4\u8f03 INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=\u8981\u6c42\u306e\u524a\u9664 INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=\u5fdc\u7b54\u306e\u524a\u9664 INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=\u62e1\u5f35\u8981\u6c42 INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=\u62e1\u5f35\u5fdc\u7b54 INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=DN \u4fee\u6b63\u8981\u6c42 INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=DN \u4fee\u6b63\u5fdc\u7b54 INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=\u4fee\u6b63\u8981\u6c42 INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=\u4fee\u6b63\u5fdc\u7b54 INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=\u691c\u7d22\u8981\u6c42 INFO_CTRL_PANEL_SEARCH_DONE_LABEL=\u691c\u7d22\u5b8c\u4e86 INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=\u30a2\u30f3\u30d0\u30a4\u30f3\u30c9\u8981\u6c42 INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=\u3059\u3079\u3066 INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u76e3\u8996 INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u76e3\u8996\u30c7\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=\u76e3\u8996\u30c7\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u3092\u7a3c\u50cd\u3057\u3066\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - \u7ba1\u7406\u30b3\u30cd\u30af\u30bf INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=\u8868\u793a INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9\u76e3\u8996\u7528\u306e\u8868\u793a\u30aa\u30d7\u30b7\u30e7\u30f3 INFO_CTRL_PANEL_SHOW_AVERAGES=\u30b5\u30fc\u30d0\u30fc\u8d77\u52d5\u4ee5\u964d\u306e\u5e73\u5747\u3092\u8868\u793a INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9 INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=\u63a5\u7d9a\u30cf\u30f3\u30c9\u30e9 INFO_CTRL_PANEL_AVERAGE_HEADER=%s \u5e73\u5747/\u79d2 INFO_CTRL_PANEL_AUTHENTICATED_AS='%s' \u3068\u3057\u3066\u8a8d\u8a3c\u3055\u308c\u307e\u3057\u305f INFO_CTRL_PANEL_NOT_AUTHENTICATED=\u30e6\u30fc\u30b6\u30fc\u304c\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093 INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=\u30e6\u30fc\u30b6\u30fc\u304c\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u307e\u305b\u3093 (\u30b5\u30fc\u30d0\u30fc\u304c\u52d5\u4f5c\u72b6\u614b\u306b\u306a\u3063\u3066\u3044\u307e\u305b\u3093) opends/src/messages/messages/admin_tool_ko.properties
@@ -20,17 +20,13 @@ # # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -69,8 +65,11 @@ INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=\uc11c\ubc84 \uacbd\ub85c \uc678\ubd80\uc758 \ub2e4\uc74c \uc704\uce58\uc5d0 \uc788\ub294 \ub85c\uadf8 \ud30c\uc77c\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4:%n%s%n\uc774 \ud30c\uc77c\uc744 \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=\uc11c\ubc84 \uacbd\ub85c \uc678\ubd80\uc758 \ub2e4\uc74c \uc704\uce58\uc5d0 \uc788\ub294 \ub85c\uadf8 \ud30c\uc77c\uc774 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4:%n%s%n\uc774 \ud30c\uc77c\uc744 \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_CLI_UNINSTALL_CONFIRM_STOP=OpenDS \uc11c\ubc84\uac00 \ud604\uc7ac \uc2e4\ud589 \uc911\uc774\ubbc0\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub824\uba74 \uc11c\ubc84\ub97c \uc911\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc11c\ubc84\ub97c \uc911\uc9c0\ud558\uace0 \ud30c\uc77c\uc744 \uc601\uad6c\ud788 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=\uc81c\uac70\ud560 \uc694\uc18c\ub97c \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. \uc0ac\uc6a9\ubc95\uc5d0 \uc124\uba85\ub41c \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc81c\uac70\ud560 \ud56d\ubaa9\uc744 \uc9c0\uc815\ud569\ub2c8\ub2e4. SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\uc81c\uac70\ud560 \ud56d\ubaa9\uc744 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=\uc11c\ubc84\uac00 \uc911\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=\uc774 \uc11c\ubc84\ub294 \ubcf5\uc81c\ub97c \uc218\ud589\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.%n\uc11c\ubc84\uc5d0\uc11c \uc2e4\uc81c\ub85c \ub2e4\ub978 \uc11c\ubc84\ub97c \ud1b5\ud574 \ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uacbd\uc6b0 \uad00\ub9ac\uc790 \uc778\uc99d\uc744 \uc81c\uacf5\ud558\uc5ec \ubcf5\uc81c \uc911\uc778 OpenDS \uc11c\ubc84\uc5d0\uc11c \uc774 \uc11c\ubc84\uc5d0 \ub300\ud55c \ucc38\uc870\ub97c \uc81c\uac70\ud574\uc57c \ud569\ub2c8\ub2e4.%n%n\uc778\uc99d\uc744 \uc81c\uacf5\ud558\uc5ec \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 'Yes'\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.%n\uc6d0\uaca9 \ucc38\uc870\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\uc9c0 \uc54a\uace0 \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub824\uba74 'No'\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.%n\uc778\uc99d\uc744 \uc81c\uacf5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=\uc774 \uc11c\ubc84\ub294 \ubcf5\uc81c\ub97c \uc218\ud589\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.%n\uc11c\ubc84\uc5d0\uc11c \uc2e4\uc81c\ub85c \ub2e4\ub978 \uc11c\ubc84\ub97c \ud1b5\ud574 \ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \uacbd\uc6b0 \uc11c\ubc84\ub97c \uc2dc\uc791\ud558\uace0 \uad00\ub9ac\uc790 \uc778\uc99d\uc744 \uc81c\uacf5\ud558\uc5ec \ubcf5\uc81c \uc911\uc778 OpenDS \uc11c\ubc84\uc5d0\uc11c \uc774 \uc11c\ubc84\uc5d0 \ub300\ud55c \ucc38\uc870\ub97c \uc81c\uac70\ud574\uc57c \ud569\ub2c8\ub2e4.%n%n\uc11c\ubc84\ub97c \uc2dc\uc791\ud55c \ub2e4\uc74c \uc778\uc99d\uc744 \uc81c\uacf5\ud558\uc5ec \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 'Yes'\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.%n\uc6d0\uaca9 \ucc38\uc870\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\uc9c0 \uc54a\uace0 \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub824\uba74 'No'\ub97c \uc785\ub825\ud569\ub2c8\ub2e4.%n\uc11c\ubc84\ub97c \uc2dc\uc791\ud558\uace0 \uc778\uc99d\uc744 \uc81c\uacf5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? @@ -100,8 +99,15 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\uc81c\uac70 \ud655\uc778 INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\uc11c\ubc84\ub97c \uc2e4\ud589\ud558\ub294 \uc911\uc785\ub2c8\ub2e4.%nOpenDS \uc11c\ubc84\uac00 \ud604\uc7ac \uc2e4\ud589 \uc911\uc774\ubbc0\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub824\uba74 \uc11c\ubc84\ub97c \uc911\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4. \uc81c\uac70 \ud504\ub85c\uadf8\ub7a8\uc774 \uc11c\ubc84\ub97c \uc911\uc9c0\ud558\uace0 \uc81c\uac70\ub97c \uacc4\uc18d\ud558\ub3c4\ub85d \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \uc544\ub2c8\uc624\ub97c \ub204\ub978 \uacbd\uc6b0 \uacc4\uc18d\ud558\ub824\uba74 \uc11c\ubc84\ub97c \uc218\ub3d9\uc73c\ub85c \uc911\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4. MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\uae30\uc874 \uc11c\ubc84\uc758 \uad6c\uc131\uc744 \uc77d\ub294 \ub3d9\uc548 \ub2e4\uc74c\uacfc \uac19\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4:\n%s\n\uc81c\uac70 \ud504\ub85c\uadf8\ub7a8\uc774 \ucd5c\uc0c1\uc758 \ubaa8\ub4dc\uc5d0\uc11c \uc774 \uc11c\ubc84\uc5d0 \ub300\ud55c \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub3c4\ub85d \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \ubc0f %s(\ub610\ub294 %s) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc624\ub958 \ubaa8\ub4dc\uc5d0\uc11c \uac15\uc81c\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud569\ub2c8\ub2e4. SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \ubc0f %s(\ub610\ub294 %s) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc81c\uacf5\ud55c \uc5f0\uacb0 \ub9e4\uac1c\ubcc0\uc218\uac00 \uc62c\ubc14\ub978\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.%n\uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub3c4 \uc11c\ubc84\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \uc635\uc158\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \uc6d0\uaca9 \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824\uba74 %s \ubc0f %s(\ub610\ub294 %s) \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4.%n\uc624\ub958 \ubaa8\ub4dc\uc5d0\uc11c \uac15\uc81c\ub85c \uc81c\uac70\ub97c \uacc4\uc18d\ud569\ub2c8\ub2e4.%n%nThe error found was:%n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers.%n\uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\uc11c\ubc84 \uc2e4\ud589 \uc911 INFO_CONNECTIONS_LABEL=\uc5f0\uacb0 \uc5f4\uae30: @@ -117,7 +123,7 @@ INFO_ENABLED_LABEL=\uc0ac\uc6a9 \uac00\ub2a5 MILD_ERR_READING_CONFIG_FILE=\uad6c\uc131 \ud30c\uc77c\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. MILD_ERR_READING_CONFIG_LDAP=\uc11c\ubc84\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc81c\uacf5\ub41c \uc778\uc99d \uc815\ubcf4\ub97c \ud655\uc778\ud569\ub2c8\ub2e4.%n\uc138\ubd80 \uc815\ubcf4: %s SEVERE_ERR_STARTING_SERVER_GENERIC=\uc11c\ubc84\ub97c \uc2dc\uc791\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=\uc81c\uac70 INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\uc81c\uac70 \ub9c8\uce68 INFO_FRAME_UNINSTALL_TITLE=OpenDS \uc81c\uac70 @@ -186,8 +192,11 @@ INFO_START_BUTTON_TOOLTIP=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2dc\uc791 INFO_STATE_COLUMN=\uc0c1\ud0dc INFO_STATUS_CLI_USAGE_DESCRIPTION=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 \uc11c\ubc84 \uc815\ubcf4\ub97c \ud45c\uc2dc\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. \ub514\uc2a4\ud50c\ub808\uc774\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. \ub514\uc2a4\ud50c\ub808\uc774\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s \ud30c\uc77c\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server. INFO_STOP_BUTTON_LABEL=\uc911\uc9c0 INFO_STOP_BUTTON_TOOLTIP=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc911\uc9c0 @@ -210,8 +219,11 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS\ub97c \ub85c\uceec \uc2dc\uc2a4\ud15c\uc5d0\uc11c \uc81c\uac70\ud588\uc9c0\ub9cc \ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\ub294 \ub3d9\uc548 \uc77c\ubd80 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubb38\uc81c\ub97c \uc77c\uc73c\ud0a4\ub294 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 '\uc790\uc138\ud788' \ud14d\uc2a4\ud2b8 \uc601\uc5ed\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.%n%n\uc774 \ud30c\uc77c\uc744 \uc0ac\uc6a9 \uc911\uc778 \ub2e4\ub978 \ud504\ub85c\uadf8\ub7a8\uc774 \uc5c6\ub294\uc9c0 \ud655\uc778\ud55c \ub2e4\uc74c \ud30c\uc77c\uc744 \uc218\ub3d9\uc73c\ub85c \uc0ad\uc81c\ud569\ub2c8\ub2e4. INFO_SUMMARY_UNINSTALL_NOT_STARTED=\uc81c\uac70\ub97c \uc2dc\uc791\ud558\ub294 \uc911... INFO_UNDEFINED_PROTOCOL_LABEL=-\uc54c \uc218 \uc5c6\uc74c- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\uadf8\ub798\ud53d \uc81c\uac70\ub97c \uc2dc\uc791\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.%n%n\uba85\ub839\uc904 \uc81c\uac70\ub97c \uc2dc\uc791\ud558\ub294 \uc911... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\uadf8\ub798\ud53d \uc81c\uac70\ub97c \uc2dc\uc791\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s \ud30c\uc77c\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624.%n%n\uba85\ub839\uc904 \uc81c\uac70\ub97c \uc2dc\uc791\ud558\ub294 \uc911... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=\uba85\ub839\uc904 \uc81c\uac70\ub97c \uc2dc\uc791\ud558\ub294 \uc911... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=\uadf8\ub798\ud53d \uc81c\uac70\ub97c \uc2dc\uc791\ud558\ub294 \uc911... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \uc81c\uac70\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. @@ -250,8 +262,8 @@ INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\ub450 \ubc88\uc9f8 \uc11c\ubc84\ub97c \uc0ac\uc6a9\ud558\uc5ec \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uacfc %s \uc635\uc158\uc744 \ubaa8\ub450 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638. \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud574 \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ube44\ubc00\ubc88\ud638\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c. \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0 \ub300\ud574 \ubc14\uc778\ub4dc DN\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc14\uc778\ub4dc\ud569\ub2c8\ub2e4. INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \uba54\ucee4\ub2c8\uc998\uc5d0\uc11c \ub2e4\ub978 \uc11c\ubc84\uc640 \ud1b5\uc2e0\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud3ec\ud2b8\uc785\ub2c8\ub2e4. \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c\ub97c \uad6c\uc131\ud55c \uc801\uc774 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub9cc \uc774 \uc635\uc158\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \ud3ec\ud2b8\ub97c \ud1b5\ud574 \ud1b5\uc2e0\uc744 \uc554\ud638\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uc740 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c\ub97c \ucc98\uc74c \uad6c\uc131\ud560 \ub54c\uc5d0\ub9cc \uace0\ub824\ub429\ub2c8\ub2e4. INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \uba54\ucee4\ub2c8\uc998\uc5d0\uc11c \ub2e4\ub978 \uc11c\ubc84\uc640 \ud1b5\uc2e0\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud3ec\ud2b8\uc785\ub2c8\ub2e4. You have to specify this option only if replication was not previously configured in the second server INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \ud3ec\ud2b8\ub97c \ud1b5\ud574 \ud1b5\uc2e0\uc744 \uc554\ud638\ud654\ud560\uc9c0 \uc5ec\ubd80\ub97c \uc9c0\uc815\ud569\ub2c8\ub2e4. This option will only be taken into account the first time replication is configured on the second server INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc640\uc758 \ubcf4\uc548 \ud1b5\uc2e0\uc5d0 StartTLS \uc0ac\uc6a9 INFO_DESCRIPTION_REPLICATION_BASEDNS=\ubcf5\uc81c \ub610\ub294 \ucd08\uae30\ud654\ud558\uac70\ub098 \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud560 \ub370\uc774\ud130\uc758 \uae30\ubcf8 DN\uc785\ub2c8\ub2e4. Multiple base DN's can be provided by using this option multiple times INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \uc0ac\uc6a9\uc790 \uc544\uc774\ub514. %s \ud558\uc704 \uba85\ub839\uc5d0\uc11c \uc5b4\ub290 \uc11c\ubc84\uc5d0 \ub300\ud574\uc11c\ub3c4 \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud55c \uc801\uc774 \uc5c6\ub294 \uacbd\uc6b0 \uc81c\uacf5\ub41c \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. @@ -262,30 +274,44 @@ INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=\ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud560 \ub300\uc0c1 \uc11c\ubc84\uc758 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud638\uc2a4\ud2b8 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory server administration port number of the destination server whose contents will be initialized INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\uc678\ubd80 \uba54\uc18c\ub4dc(import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac)\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc9c0\uc815\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \ub0b4\uc6a9\ub9cc \ucd08\uae30\ud654\ud560 \uacbd\uc6b0 \uc774 \uc635\uc158\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. INFO_REPLICATION_TOOL_DESCRIPTION=\uc774 \uc720\ud2f8\ub9ac\ud2f0\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84\uc758 \ub370\uc774\ud130\uac00 \ub3d9\uae30\ud654\ub418\ub3c4\ub85d \uc11c\ubc84 \uac04\uc758 \ubcf5\uc81c\ub97c \uad6c\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 '%s' \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ub2e4\uc74c '%s' \ud558\uc704 \uba85\ub839\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc11c\ubc84 \uc911 \ud558\ub098\uc758 \ub0b4\uc6a9\uc744 \ub2e4\ub978 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud574\uc57c \ud569\ub2c8\ub2e4. INFO_REPLICATION_TOOL_DESCRIPTION=This utility can be used to configure replication between servers so that the data of the servers is synchronized.For replication to work you must first to enable replication using the '%s' subcommand and then initialize the contents of one of the servers with the contents of the other using the '%s' subcommand INFO_REPLICATION_DESCRIPTION_QUIET=Quiet \uc791\uc5c5 \uc218\ud589(\ud45c\uc900 \ucd9c\ub825\uc5d0 \uc9c4\ud589\ub960 \uc815\ubcf4 \uae30\ub85d \uc548 \ub428) INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud560 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 DN. \uc774 \uc635\uc158\uc740 \uc11c\ubc84\uc5d0\uc11c \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0\ub098 \uc0ac\uc6a9\uc790\uac00 \ub2e4\ub978 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824 \ud558\uc9c0 \uc54a\ub294 \uacbd\uc6b0\uc5d0 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \uc635\uc158\uc744 \uc9c0\uc815\ud560 \ub54c \uc804\uc5ed \uad00\ub9ac\uc790\uac00 \uc81c\uacf5\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\ub300\uc0c1 \uc11c\ubc84\uc758 \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc18c\uc2a4 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ud6c4 \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. '%s'\uc744(\ub97c) \uc774 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ubaa8\ub4e0 \uc11c\ubc84\uc5d0\uc11c \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc9c0\uc815\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. \ubcf5\uc81c \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub824\uba74 \ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud55c \ud6c4 \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. \uac01 \uc11c\ubc84\uc5d0 \uc801\uc6a9\ub41c '%s'\uc744(\ub97c) \uc774 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub41c \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc804\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud55c \ud6c4 \ud1a0\ud3f4\ub85c\uc9c0\uc5d0 \uc788\ub294 \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uace0 \ud558\uc704 \uba85\ub839 '%s'\uc744(\ub97c) \ud638\ucd9c\ud569\ub2c8\ub2e4. INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud55c \ud6c4\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 '%s' \ud558\uc704 \uba85\ub839\uc758 \uc0ac\uc6a9\ubc95\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\uc11c\ubc84 \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\uc5ec \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\ub97c \ubcf5\uc81c\ud569\ub2c8\ub2e4. \uc9c0\uc815\ub41c \uc11c\ubc84 \uc911 \ud55c \uc11c\ubc84\uc5d0\uc11c \ub2e4\ub978 \uc11c\ubc84\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\ub97c \uc774\ubbf8 \ubcf5\uc81c\ud558\uace0 \uc788\ub294 \uacbd\uc6b0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \uc2e4\ud589\ud558\uba74 \ubaa8\ub4e0 \uc11c\ubc84\uc758 \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub429\ub2c8\ub2e4. \ub530\ub77c\uc11c \ubcf5\uc81c \ud1a0\ud3f4\ub85c\uc9c0\uc5d0 \ucd94\uac00\ud558\ub294 \uac01 \uc11c\ubc84\uc5d0 \ub300\ud574 \uba85\ub839\uc904\uc744 \ud55c \ubc88\ub9cc \uc2e4\ud589\ud558\uba74 \ub429\ub2c8\ub2e4. INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\uc81c\uacf5\ub41c \uae30\ubcf8 DN\uc5d0 \ub300\ud574 \uc9c0\uc815\ub41c \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud558\uace0 \ub370\uc774\ud130\ub97c \ubcf5\uc81c \uc911\uc778 \ub2e4\ub978 \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub97c \uc81c\uac70\ud569\ub2c8\ub2e4. INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed. SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\ube44\ub300\ud654\uc2dd \ubaa8\ub4dc\uc5d0\uc11c \ud558\ub098 \uc774\uc0c1\uc758 \uae30\ubcf8 DN\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\ube44\ub300\ud654\uc2dd \ubaa8\ub4dc\uc5d0\uc11c \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. %s \ub610\ub294 %s \uc635\uc158\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\uc81c\uacf5\ub41c \uac12 %s\uc740(\ub294) \uc62c\ubc14\ub978 \uae30\ubcf8 DN\uc774 \uc544\ub2d9\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\ubcf5\uc81c\ub97c \ud65c\uc131\ud654\ud558\ub824\uba74 \ub2e4\ub978 \ub450 \uc11c\ubc84\ub97c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. %s \uc11c\ubc84\ub97c \ub450 \ubc88 \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4:%s SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\ub2e4\ub978 \ub450 \uc11c\ubc84\ub97c \ucd08\uae30\ud654\uc758 \uc18c\uc2a4\uc640 \ub300\uc0c1\uc73c\ub85c \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. %s \uc11c\ubc84\ub97c \ub450 \ubc88 \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4:%s SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\ub3d9\uc77c\ud55c \uc2dc\uc2a4\ud15c(%s)\uc5d0 \uc788\ub294 \ub450 \uc11c\ubc84\uc5d0 \ub3d9\uc77c\ud55c \ubcf5\uc81c \ud3ec\ud2b8(%s)\ub97c \uc81c\uacf5\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\uc720\ud6a8\ud55c \ud558\uc704 \uba85\ub839\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. %s \uc635\uc158\uc744 \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \ud558\uc704 \uba85\ub839\uc744 \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_STATUS_QUIET='%s' \ud558\uc704 \uba85\ub839\uc774 %s \uc778\uc218\uc640 \ud638\ud658\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud560 \uc11c\ubc84\uc5d0 \ubc14\uc778\ub4dc\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 DN. \uc774 \uc635\uc158\uc740 \uc11c\ubc84\uc5d0\uc11c \uc804\uc5ed \uad00\ub9ac\uc790\ub97c \uc815\uc758\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0\ub098 \uc0ac\uc6a9\uc790\uac00 \ub2e4\ub978 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub97c \uc81c\uac70\ud558\ub824 \ud558\uc9c0 \uc54a\ub294 \uacbd\uc6b0\uc5d0 \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. The password provided for the Global Administrator will be used when specifying this option INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\ub300\uc0c1 \uc11c\ubc84\uc758 \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc18c\uc2a4 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. This operation is required after enabling replication in order replication to work ('%s' can also be used for this purpose) INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\ub0b4\uc6a9\uc744 \ubcf5\uc81c\ud560 \ubaa8\ub4e0 \uc11c\ubc84\uc5d0\uc11c \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc744 \uc9c0\uc815\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4. This operation is required after enabling replication in order replication to work ('%s' applied to each server can also be used for this purpose) INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubcf5\uc81c\ub41c \ubaa8\ub4e0 \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uae30 \uc804\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. After calling this subcommand, initialize the contents of all the servers in the topology (use the same LDIF file/binary copy on each of the servers), then call the subcommand '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=import-ldif \ub3c4\uad6c \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\ub4e0 \ubcf5\uc81c\ub41c \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud55c \ud6c4\uc5d0 \uc774 \ud558\uc704 \uba85\ub839\uc744 \ud638\ucd9c\ud574\uc57c \ud569\ub2c8\ub2e4. You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. See the usage of the subcommand '%s' for more information INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\uc11c\ubc84 \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\uc5ec \uc9c0\uc815\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\ub294 \ub370\uc774\ud130\ub97c \ubcf5\uc81c\ud569\ub2c8\ub2e4. If one of the specified servers is already replicating the data under the Base DN with other servers, executing this subcommand will update the configuration of all the servers (so it is sufficient to execute the command line once for each server we add to the replication topology) INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Disables replication on the specified server for the provided Base DN and removes references in the other servers with which it is replicating data INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=\uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. INFO_REPLICATION_SUCCESSFUL_NOP=\uc791\uc5c5\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc9c0\ub9cc \ud544\uc694\ud55c \uc870\uce58\uac00 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4. MILD_ERR_REPLICATION_USER_CANCELLED=\uc0ac\uc6a9\uc790\uac00 \uc791\uc5c5\uc744 \ucde8\uc18c\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \uc778\uc218\ub294 %s\uc744(\ub97c) \uc9c0\uc815\ud55c \uacbd\uc6b0\uc5d0\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\uc804\uc5ed \uad00\ub9ac\uc790\ub97c \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4.%n\ubcf5\uc81c \uc911\uc778 OpenDS \uc778\uc2a4\ud134\uc2a4\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ub9cc\ub4e4 \uc804\uc5ed \uad00\ub9ac\uc790\uc758 \uc790\uaca9 \uc99d\uba85\uc744 \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. INFO_ADMINISTRATOR_UID_PROMPT=\uc804\uc5ed \uad00\ub9ac\uc790 \uc0ac\uc6a9\uc790 \uc544\uc774\ub514 INFO_ADMINISTRATOR_PWD_PROMPT=\uc804\uc5ed \uad00\ub9ac\uc790 \ube44\ubc00\ubc88\ud638: @@ -310,18 +336,23 @@ INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 %s\uc5d0 \ub300\ud55c \ube44\ubc00\ubc88\ud638: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated between the two servers:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not replicated:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=\ubcf5\uc81c\ud560 \uae30\ubcf8 DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\uae30\ubcf8 DN %s\uc744(\ub97c) \ubcf5\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be initialized because they are not replicated or they are not configured on both servers:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=\ucd08\uae30\ud654\ud560 \uae30\ubcf8 DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=\uae30\ubcf8 DN %s\uc744(\ub97c) \ucd08\uae30\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server. The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s @@ -354,16 +385,27 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=%s \uc11c\ubc84\uc5d0\uc11c \ub4f1\ub85d \uad6c\uc131 \uc5c5\ub370\uc774\ud2b8 INFO_ENABLE_REPLICATION_INITIALIZING_ADS=%s \uc11c\ubc84\uc758 \ub4f1\ub85d \uc815\ubcf4\ub97c %s \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654 INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=%s \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\ub97c %s \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654 SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=truststore \ub0b4\uc6a9\uc744 \uc2dc\ub4dc(seed)\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc138\ubd80 \uc815\ubcf4: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. %s \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN %s\uc5d0 \ub300\ud55c \ubcf5\uc81c \uc544\uc774\ub514\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\ucd08\uae30\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc5ec\ub7ec \ubc88 \uc2dc\ub3c4\ud588\uc9c0\ub9cc \ucd08\uae30\ud654\ub97c \uc2dc\uc791\ud560 \ud53c\uc5b4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc138\ubd80 \uc815\ubcf4: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=%s \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c \ud3ec\ud2b8\ub97c \uad6c\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=%s \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c \ud3ec\ud2b8\ub97c \ube44\ud65c\uc131\ud654\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=\uae30\ubcf8 DN %s(%s \uc11c\ubc84)\uc5d0\uc11c \ubcf5\uc81c \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_UPDATING_ADS=\ub4f1\ub85d \uc815\ubcf4\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc138\ubd80 \uc815\ubcf4: %s SEVERE_ERR_REPLICATION_READING_ADS=\ub4f1\ub85d \uc815\ubcf4\ub97c \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc138\ubd80 \uc815\ubcf4: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=%s \uc11c\ubc84\uc640 %s \uc11c\ubc84\uc5d0\uc11c \ucc3e\uc740 \ub808\uc9c0\uc2a4\ud2b8\ub9ac \uc815\ubcf4\uac00 \uc11c\ub85c \ub2e4\ub985\ub2c8\ub2e4. \uc774 \ub3c4\uad6c\ub85c \uc774 \uc2dc\ub098\ub9ac\uc624\ub97c \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=%s \uc11c\ubc84\uc758 \ubcf5\uc81c \uad6c\uc131\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.%n\uc138\ubd80 \uc815\ubcf4: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=\uae30\ubcf8 DN %s(%s \uc11c\ubc84)\uc5d0\uc11c \ucc38\uc870 \uc81c\uac70 INFO_REPLICATION_DISABLING_BASEDN=\uae30\ubcf8 DN %s(%s \uc11c\ubc84)\uc5d0\uc11c \ubcf5\uc81c \ube44\ud65c\uc131\ud654 INFO_REPLICATION_DISABLING_REPLICATION_SERVER=\ubcf5\uc81c \ud3ec\ud2b8 %s(%s \uc11c\ubc84) \ube44\ud65c\uc131\ud654 @@ -391,16 +433,18 @@ INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\uae30\ubcf8 DN %s\uc744(\ub97c) \uc678\ubd80\uc5d0\uc11c \ucd08\uae30\ud654\ud558\ub3c4\ub85d \uc900\ube44 INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\uae30\ubcf8 DN %s\uc5d0\uc11c \ubcf5\uc81c \uc815\ubcf4 \uc5c5\ub370\uc774\ud2b8 INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on server %s. You can use the command import-ldif or the binary copy to do so.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. import-ldif \uba85\ub839 \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. You must use the same LDIF file or binary copy on each server.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\uc0ac\ud6c4 \ucd08\uae30\ud654 \uc808\ucc28\ub97c \uc644\ub8cc\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\uc791\uc5c5 \uc9c4\ud589\ub960\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\uc791\uc5c5 \uc9c4\ud589\ub960\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=\uc791\uc5c5 \uc911\uc5d0 \uc608\uc0c1\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc791\uc5c5 \uc0c1\ud0dc: %s. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s\uc758 \uc624\ub958 \ub85c\uadf8\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=\uc791\uc5c5 \uc911\uc5d0 \uc608\uc0c1\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9 \ub85c\uadf8 \uc138\ubd80 \uc815\ubcf4: %s. \uc791\uc5c5 \uc0c1\ud0dc: %s. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s\uc758 \uc624\ub958 \ub85c\uadf8\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=\uc791\uc5c5 \uc911\uc5d0 \uc608\uc0c1\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc791\uc5c5 \uc0c1\ud0dc: %s. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s\uc758 \uc624\ub958 \ub85c\uadf8\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\uc791\uc5c5 \uc911\uc5d0 \uc608\uc0c1\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9 \ub85c\uadf8 \uc138\ubd80 \uc815\ubcf4: %s. \uc791\uc5c5 \uc0c1\ud0dc: %s. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 %s\uc758 \uc624\ub958 \ub85c\uadf8\ub97c \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\uc791\uc5c5\uc744 \uc2dc\uc791\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\uc791\uc5c5\uc744 \uc2dc\uc791\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=\uc5b4\ub5bb\uac8c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_REPLICATION_ENABLE_MENU_PROMPT=\ubcf5\uc81c \ud65c\uc131\ud654 INFO_REPLICATION_DISABLE_MENU_PROMPT=\ubcf5\uc81c \ube44\ud65c\uc131\ud654 @@ -410,6 +454,20 @@ INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\uc0ac\ud6c4 \uc678\ubd80 \ucd08\uae30\ud654 INFO_REPLICATION_STATUS_MENU_PROMPT=\ubcf5\uc81c \uc0c1\ud0dc \ud45c\uc2dc INFO_REPLICATION_POST_ENABLE_INFO=\ubcf5\uc81c\ub97c \uc131\uacf5\uc801\uc73c\ub85c \ud65c\uc131\ud654\ud588\uc2b5\ub2c8\ub2e4. Note that for replication to work you must initialize the contents of the base DN's that are being replicated (use %s %s to do so). ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=\ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uba85\ub839\uc904\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:%n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=\uc774 \uba85\ub839\uc744 \ub300\ud654\uc2dd \ubaa8\ub4dc\ub85c \uc2e4\ud589\ud560 \ub54c \ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uc778\uc218\ub97c \ud45c\uc900 \ucd9c\ub825\uc5d0 \ud45c\uc2dc\ud569\ub2c8\ub2e4. INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=\uc774 \uba85\ub839\uc744 \ub300\ud654\uc2dd \ubaa8\ub4dc\ub85c \uc2e4\ud589\ud560 \ub54c \ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uba85\ub839\uc774 \uae30\ub85d\ub420 \ud30c\uc77c\uc758 \uc804\uccb4 \uacbd\ub85c\uc785\ub2c8\ub2e4. MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=\ud30c\uc77c %s\uc5d0 \ub3d9\ub4f1\ud55c \ube44\ub300\ud654\uc2dd \uba85\ub839\uc904\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc624\ub958 \uc138\ubd80 \uc815\ubcf4: %s ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=The first server is already configured with replication port '%d'. The provided replication server port '%d' has been ignored. MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=The second server is already configured with replication port '%d'. The provided replication server port '%d' has been ignored. INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization @@ -422,7 +480,6 @@ INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=\uc544\ub2c8\uc694 MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass and rename the entry. INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=\ub514\ub809\ud1a0\ub9ac \ub370\uc774\ud130 INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN... @@ -443,7 +500,6 @@ MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\uc785\ub825\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute %s. INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS) @@ -455,25 +511,21 @@ INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector INFO_CTRL_PANEL_CONN_HANDLER_OTHER=\uae30\ud0c0 INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring INFO_CTRL_PANEL_INDEX_PRESENCE=Presence INFO_CTRL_PANEL_INDEX_EQUALITY=Equality INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate INFO_CTRL_PANEL_INDEX_ORDERING=Ordering INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=\uae30\ubcf8 DN INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 - # @@ -482,7 +534,6 @@ INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It cannot run simultaneously with task %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups. INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to delete the base DN: @@ -497,7 +548,7 @@ # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the Java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'. @@ -505,35 +556,27 @@ INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to delete entry '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to delete the index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. \uc138\ubd80 \uc815\ubcf4: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. \uc138\ubd80 \uc815\ubcf4: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to removing the following attribute from the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to create the entry: @@ -541,33 +584,25 @@ INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to rebuild indexes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to enable the backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to disable the backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop the server: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to start the server: INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to adding the following attribute to the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is equivalent to adding the following entry to the file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. Check main panel for more information. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required # # Note that the following two properties contain line breaks in HTML format @@ -575,44 +610,34 @@ # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br><br> Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br>During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to rebuild the index now? INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=\uc778\uc99d \ud544\uc694 INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully rebuilt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred rebuilding index. Error code: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=\uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=\uc11c\ubc84\ub97c \uc2dc\uc791\ud558\ub294 \uc911... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started successfully MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the server. \uc624\ub958 \ucf54\ub4dc: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted successfully MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the server. \uc624\ub958 \ucf54\ub4dc: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=\uc11c\ubc84\ub97c \uc911\uc9c0\ud558\ub294 \uc911... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped successfully MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the server. \uc624\ub958 \ucf54\ub4dc: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when operation completes INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=\uc138\ubd80 \uc815\ubcf4: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=\ud655\uc778 \ud544\uc694 # # Note that the following two properties contain line breaks in HTML format @@ -620,7 +645,6 @@ # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List... @@ -628,7 +652,6 @@ INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_FILTER_LABEL=Filter: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply @@ -643,12 +666,10 @@ INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed. Try Applying a Filter. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is running. You must provide authentication to browse data. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type: @@ -665,34 +686,25 @@ # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer between %d and %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc138\ubd80 \uc815\ubcf4: %s ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred creating new entry. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the server must be running and you must provide authentication. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must provide authentication. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation of the entry. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass values of the entry. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter: @@ -708,11 +720,9 @@ INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. Check main panel for more information. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined @@ -720,13 +730,11 @@ # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV index to be effective the following indexes must be configured in '%s':<br>%s <br><br>Do you want to continue? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the definition of index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'. @@ -738,7 +746,6 @@ MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not valid. \uc138\ubd80 \uc815\ubcf4: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one attribute for the sort order. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size must be an integer between %d and %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups: @@ -747,35 +754,26 @@ MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an static group. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were successfully added. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to groups. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=\ucc3e\uc544\ubcf4\uae30... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type: @@ -789,7 +787,6 @@ INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of Backup Contents to Use as Checksum INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running. You must provide authentication to perform the backup. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. @@ -806,11 +803,9 @@ INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the backup. Error code: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not valid. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. @@ -820,7 +815,6 @@ MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. \uc138\ubd80 \uc815\ubcf4: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 format: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh @@ -828,12 +822,9 @@ INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries INFO_CTRL_PANEL_NEW_USER_MENU=New User... INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization... @@ -865,7 +856,6 @@ INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully deleted. @@ -873,7 +863,6 @@ MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting entries INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes INFO_CTRL_PANEL_BACKEND_LABEL=Backend: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found - @@ -887,8 +876,6 @@ INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined. To create and manage indexes, you must create a backend. To create a new backend you can use the action "New Base DN". @@ -900,8 +887,6 @@ INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting indexes '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard @@ -917,18 +902,15 @@ INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=\uc720\ud615 INFO_CTRL_PANEL_PARENT_CLASS=Parent Class INFO_CTRL_PANEL_CHILD_CLASS=Child Class INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=Multiple Schema Items Selected INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=Multiple Schema Items Selected MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the following classes: %s. You must redefine these classes so that they do not inherit from objectClass '%s' before deleting it. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the following attributes: %s. You must redefine these attributes so that they do not inherit from attribute '%s' before deleting it. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional or required by the following objectClasses: %s. You must redefine these classes so that they do not depend on attribute '%s' before deleting it. @@ -942,12 +924,10 @@ INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' were successfully deleted MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting schema elements MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred deleting schema elements. Check details for more information INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is running. You must provide authentication to delete the attribute. @@ -957,7 +937,6 @@ INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting attribute MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting attribute '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is running. You must provide authentication to delete the object class. @@ -967,11 +946,9 @@ INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting object class MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred deleting object class '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is running. You must provide authentication to delete a backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully deleted. @@ -979,15 +956,12 @@ MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting backends. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends will be deleted. All the entries defined on all the base DN's of the backend and all the index configuration will be deleted. INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=\uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Clear Selection INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Deselect All INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following backends will be deleted and all the configuration lost: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is running. You must provide authentication to delete a base DN. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully deleted. @@ -999,7 +973,6 @@ # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry '%s'. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of file instead of appending. @@ -1008,7 +981,6 @@ INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is running. You must provide authentication to perform the export. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists and it is a directory. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be between %d and %d. @@ -1022,7 +994,6 @@ MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the export. Error code: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: @@ -1065,10 +1036,8 @@ MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a valid name. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is running. You must provide authentication to edit the index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index @@ -1086,7 +1055,6 @@ MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME @@ -1106,25 +1074,40 @@ # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the java settings. \uc138\ubd80 \uc815\ubcf4: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java settings INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java arguments... MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the Java settings. \uc138\ubd80 \uc815\ubcf4: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading Java settings INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=Checking provided Java options... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the Java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the Java installation to be used. # # Note that the following property contains line breaks in HTML format (<br>) # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java arguments could not be used with java binary '%s':<br>%s<br><br>The command-lines associated with those java arguments may not work.<br>Do you want to continue? MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided java settings. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>These arguments will be used as fall back when OPENDS_JAVA_ARGS is not defined. If you do not want to specify a fall back, leave those arguments empty.<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided Java settings. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating Java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating java settings. \uc624\ub958 \ucf54\ub4dc: %d INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The Java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating Java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating Java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating Java settings. \uc624\ub958 \ucf54\ub4dc: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) @@ -1139,7 +1122,6 @@ MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving changes to entry '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. \uc138\ubd80 \uc815\ubcf4: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'? @@ -1162,22 +1144,17 @@ INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups INFO_CTRL_PANEL_OTHER_BASE_DN=Other... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=\uc778\uc99d \ud544\uc694 INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN: INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=\ube44\ubc00\ubc88\ud638: # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you exit the tasks will continue but you will have to check the error logs to see if they complete successfully.<br><br>Do you want to continue? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Matching Rule INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name: @@ -1186,7 +1163,6 @@ INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=\uad6c\ubb38: INFO_CTRL_PANEL_MATCHING_RULE_TYPE=\uc720\ud615: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute @@ -1239,7 +1215,6 @@ INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com @@ -1267,20 +1242,16 @@ INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing base DN '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for the name of the organization. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the name of the domain. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the name of the group. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. @@ -1304,8 +1275,6 @@ INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running. You must provide authentication to create an index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. @@ -1318,7 +1287,6 @@ MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred creating index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the object class. @@ -1349,7 +1317,6 @@ INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=\uc720\ud615: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN: @@ -1358,7 +1325,6 @@ INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name of the Organizational Unit. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name: @@ -1374,7 +1340,6 @@ MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last Name\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for 'Common Name'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value for the naming attribute '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running. You must provide authentication to create a VLV index. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'... @@ -1384,11 +1349,9 @@ MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred creating VLV index. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes: INFO_CTRL_PANEL_INDEXES_LABEL=Indexes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes: @@ -1413,7 +1376,6 @@ INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password was successfully updated. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user password MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred updating user password. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running. You must provide authentication to restore from backup. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup @@ -1477,26 +1439,21 @@ INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=\ube44\ubc00\ubc88\ud638(\ud655\uc778): INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' - MILD_ERR_LOADING_IMAGE=Error loading image INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading Configuration @@ -1517,7 +1474,6 @@ INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found - INFO_CTRL_PANEL_DATA_SOURCES=\ub370\uc774\ud130 \uc18c\uc2a4 INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this OpenDS instance is configured to run as a Windows Service. To manage auto-start and other features, run the Windows Service Control Manager of the operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: @@ -1535,7 +1491,6 @@ MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the enabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes @@ -1553,7 +1508,6 @@ MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index Verification MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during the index verification. Error code: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'. # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> @@ -1576,25 +1530,117 @@ MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred modifying VLV index '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Available: INFO_CTRL_PANEL_SELECTED_LABEL=Selected: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=\uc624\ub958 INFO_CTRL_PANEL_PROGRESS_DONE=Done INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Display All Command-lines INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=Global view options. INFO_CTRL_PANEL_REFRESH_MENU=Refresh options... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=Refresh Options INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=Select the period (in seconds) used to refresh the monitoring and configuration information displayed. INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=Refresh Period (sec): INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=The period time must be an integer positive value smaller than %d seconds. INFO_CTRL_PANEL_CATEGORY_MONITORING=Monitoring INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=General Information INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- No Item Selected - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=General Information INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=The server is running. You must provide authentication to see the monitoring data. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=To see the monitoring data the server must be running and you must provide authentication. INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=Monitoring Root INFO_CTRL_PANEL_SYSTEM_INFORMATION=System Information INFO_CTRL_PANEL_JAVA_INFORMATION=Java Information INFO_CTRL_PANEL_WORK_QUEUE=Work Queue INFO_CTRL_PANEL_ENTRY_CACHES=Entry Cache INFO_CTRL_PANEL_DB_ENVIRONMENT=Database Environment INFO_CTRL_PANEL_UP_TIME_LABEL=Up Time: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=Max Connections: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=Total Connections: INFO_CTRL_PANEL_START_TIME_LABEL=Start Time: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=Average Request Backlog INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=Maximum Request Backlog INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=Current Request Backlog INFO_CTRL_PANEL_REQUESTS_SUBMITTED=Requests Submitted INFO_CTRL_PANEL_REQUESTS_REJECTED=Requests Rejected Due To Full Queue INFO_CTRL_PANEL_ENTRY_CACHE_HITS=Entry Cache Hits INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=Entry Cache Count INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=Entry Cache Tries INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=Entry Cache Hit Ratio INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=Entry Cache Size INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=Max Entry Cache Size INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=Max Entry Cache Count INFO_CTRL_PANEL_NO_DBS_FOUND=-No Databases Found- INFO_CTRL_PANEL_DB_HEADER=\ubc31\uc5d4\ub4dc \uc544\uc774\ub514 INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=-No Database Environment Data Found- INFO_CTRL_PANEL_AVAILABLE_CPUS=Available CPUs INFO_CTRL_PANEL_SYSTEM_NAME=System Name INFO_CTRL_PANEL_OPERATING_SYSTEM=Operating System INFO_CTRL_PANEL_FREE_USED_MEMORY=Free Memory in JVM INFO_CTRL_PANEL_MAX_MEMORY=Max Memory in JVM INFO_CTRL_PANEL_USED_MEMORY=Used Memory in JVM INFO_CTRL_PANEL_CLASS_PATH=Class Path INFO_CTRL_PANEL_JAVA_VENDOR=Java Vendor INFO_CTRL_PANEL_JVM_VENDOR=JVM Vendor INFO_CTRL_PANEL_JAVA_VERSION=Java Version INFO_CTRL_PANEL_JVM_VERSION=JVM Version INFO_CTRL_PANEL_JVM_ARCHITECTURE=JVM Architecture INFO_CTRL_PANEL_JVM_ARGUMENTS=JVM Arguments INFO_CTRL_PANEL_MEMORY_VALUE=%d Mb, %d Kb INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=Other Attributes INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=Memory Attributes INFO_CTRL_PANEL_NOT_IMPLEMENTED=Not Implemented INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=TOTAL INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=Attribute View Options INFO_CTRL_PANEL_NO_OPERATION_SELECTED=You must select at least one operation. INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=Show Columns INFO_CTRL_PANEL_OPERATIONS_VIEW=Show Operations... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=Add Requests INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=Add Responses INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=Bind Requests INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=Bind Responses INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=Compare Requests INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=Compare Responses INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=Delete Requests INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=Delete Responses INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=Extended Requests INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=Extended Responses INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=Mod DN Requests INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=Mod DN Responses INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=Modify Requests INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=Modify Responses INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=Search Requests INFO_CTRL_PANEL_SEARCH_DONE_LABEL=Searches Done INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=Unbind Requests INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=All INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=Connection Handlers: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=Connection Handler Monitoring INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=The server is running. You must provide authentication to see the monitoring data. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=To see the monitoring data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - Administration Connector INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=View INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=View options for the Connection Handler Monitoring INFO_CTRL_PANEL_SHOW_AVERAGES=Show Averages since Server Startup INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=Connection Handler INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Connection Handler INFO_CTRL_PANEL_AVERAGE_HEADER=%s Avg per second INFO_CTRL_PANEL_AUTHENTICATED_AS=Authenticated as '%s' INFO_CTRL_PANEL_NOT_AUTHENTICATED=User Not Authenticated INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=User Not Authenticated (Server not Running) opends/src/messages/messages/admin_tool_zh_CN.properties
@@ -20,17 +20,13 @@ # # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -69,8 +65,11 @@ INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=\u76ee\u5f55\u670d\u52a1\u5668\u5305\u542b\u670d\u52a1\u5668\u8def\u5f84\u4ee5\u5916\u7684\u6570\u636e\u5e93\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u4f4d\u4e8e\u4ee5\u4e0b\u4f4d\u7f6e:%n%s%n\u662f\u5426\u5220\u9664\u8fd9\u4e9b\u6587\u4ef6\uff1f INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=\u76ee\u5f55\u670d\u52a1\u5668\u5305\u542b\u670d\u52a1\u5668\u8def\u5f84\u4ee5\u5916\u7684\u65e5\u5fd7\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u4f4d\u4e8e\u4ee5\u4e0b\u4f4d\u7f6e:%n%s%n\u662f\u5426\u5220\u9664\u8fd9\u4e9b\u6587\u4ef6\uff1f INFO_CLI_UNINSTALL_CONFIRM_STOP=\u76ee\u524d\u6b63\u5728\u8fd0\u884c OpenDS \u670d\u52a1\u5668\uff0c\u5fc5\u987b\u5148\u505c\u6b62\u8be5\u670d\u52a1\u5668\uff0c\u7136\u540e\u624d\u80fd\u7ee7\u7eed\u5378\u8f7d\u3002%n\u662f\u5426\u505c\u6b62\u8be5\u670d\u52a1\u5668\uff0c\u5e76\u6c38\u4e45\u5220\u9664\u8fd9\u4e9b\u6587\u4ef6\uff1f SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=\u5fc5\u987b\u9009\u62e9\u8981\u5378\u8f7d\u7684\u5143\u7d20\u3002\u8bf7\u4f7f\u7528\u5728\u7528\u6cd5\u4e2d\u63cf\u8ff0\u7684\u9009\u9879\u6765\u6307\u5b9a\u5fc5\u987b\u5378\u8f7d\u7684\u5185\u5bb9\u3002 SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u5fc5\u987b\u9009\u62e9\u8981\u5378\u8f7d\u7684\u5185\u5bb9\u3002 ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=\u670d\u52a1\u5668\u5df2\u505c\u6b62\u3002 INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u6267\u884c\u590d\u5236\u3002%n\u5982\u679c\u6b64\u670d\u52a1\u5668\u786e\u5b9e\u6b63\u5728\u590d\u5236\u5176\u4ed6\u670d\u52a1\u5668\u4e2d\u7684\u5185\u5bb9\uff0c\u5219\u5fc5\u987b\u63d0\u4f9b\u7ba1\u7406\u5458\u9a8c\u8bc1\uff0c\u4ee5\u4fbf\u5728\u6240\u590d\u5236\u7684 OpenDS \u670d\u52a1\u5668\u4e2d\u5220\u9664\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u3002%n%n\u952e\u5165\u201c\u662f\u201d\u53ef\u63d0\u4f9b\u9a8c\u8bc1\u4ee5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u3002%n\u952e\u5165\u201c\u5426\u201d\u53ef\u7ee7\u7eed\u5378\u8f7d\uff0c\u800c\u4e0d\u66f4\u65b0\u8fdc\u7a0b\u5f15\u7528\u3002%n\u662f\u5426\u63d0\u4f9b\u9a8c\u8bc1\uff1f INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=\u5df2\u5c06\u6b64\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u6267\u884c\u590d\u5236\u3002%n\u5982\u679c\u6b64\u670d\u52a1\u5668\u786e\u5b9e\u6b63\u5728\u590d\u5236\u5176\u4ed6\u670d\u52a1\u5668\u4e2d\u7684\u5185\u5bb9\uff0c\u5219\u5fc5\u987b\u542f\u52a8\u8be5\u670d\u52a1\u5668\u5e76\u63d0\u4f9b\u7ba1\u7406\u5458\u9a8c\u8bc1\uff0c\u4ee5\u4fbf\u5728\u6240\u590d\u5236\u7684 OpenDS \u670d\u52a1\u5668\u4e2d\u5220\u9664\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\u3002%n%n\u952e\u5165\u201c\u662f\u201d\u53ef\u542f\u52a8\u8be5\u670d\u52a1\u5668\uff0c\u7136\u540e\u63d0\u4f9b\u9a8c\u8bc1\u4ee5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u3002%n\u952e\u5165\u201c\u5426\u201d\u53ef\u7ee7\u7eed\u5378\u8f7d\uff0c\u800c\u4e0d\u66f4\u65b0\u8fdc\u7a0b\u5f15\u7528\u3002%n\u662f\u5426\u542f\u52a8\u8be5\u670d\u52a1\u5668\u5e76\u63d0\u4f9b\u9a8c\u8bc1\uff1f @@ -100,9 +99,16 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u786e\u8ba4\u5378\u8f7d INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c%n\u76ee\u524d\u6b63\u5728\u8fd0\u884c OpenDS \u670d\u52a1\u5668\uff0c\u5fc5\u987b\u5148\u505c\u6b62\u8be5\u670d\u52a1\u5668\uff0c\u7136\u540e\u624d\u80fd\u7ee7\u7eed\u5378\u8f7d\u3002\u662f\u5426\u8981\u5378\u8f7d\u7a0b\u5e8f\u5148\u505c\u6b62\u8be5\u670d\u52a1\u5668\uff0c\u7136\u540e\u518d\u7ee7\u7eed\u5378\u8f7d\uff1f\u5982\u679c\u5355\u51fb\u201c\u5426\u201d\uff0c\u5219\u9700\u8981\u624b\u52a8\u505c\u6b62\u8be5\u670d\u52a1\u5668\u4ee5\u7ee7\u7eed\u5378\u8f7d\u3002 MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u8bfb\u53d6\u73b0\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\u65f6\u9047\u5230\u4ee5\u4e0b\u9519\u8bef:\n%s\n\u662f\u5426\u8981\u5378\u8f7d\u7a0b\u5e8f\u5c1d\u8bd5\u5728\u201c\u5c3d\u529b\u201d(best-effort) \u6a21\u5f0f\u4e0b\u5220\u9664\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\uff1f MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \u8bf7\u6ce8\u610f\uff0c\u8981\u80fd\u591f\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u60a8\u5fc5\u987b\u4f7f\u7528 %s \u548c %s\uff08\u6216 %s\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u5c06\u7ee7\u7eed\u5728\u9519\u8bef\u6a21\u5f0f\u4e0b\u5f3a\u5236\u5378\u8f7d\u3002 SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \u8bf7\u6ce8\u610f\uff0c\u8981\u80fd\u591f\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u60a8\u5fc5\u987b\u4f7f\u7528 %s \u548c %s\uff08\u6216 %s\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u8bf7\u68c0\u67e5\u60a8\u6240\u63d0\u4f9b\u7684\u8fde\u63a5\u53c2\u6570\u662f\u5426\u6b63\u786e\u3002%n\u5728\u65e0\u6cd5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u7684\u60c5\u51b5\u4e0b\uff0c\u5982\u679c\u4ecd\u8981\u5378\u8f7d\u670d\u52a1\u5668\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528 %s \u9009\u9879\u3002 MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers.%n\u662f\u5426\u8981\u7ee7\u7eed\uff1f MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=\u8be5\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u53ef\u590d\u5236\u4e00\u4e9b\u81ea\u5df1\u7684\u57fa DN\u3002\u5728\u590d\u5236\u590d\u5236\u5668\u4e0a\u68c0\u7d22\u5bf9\u5176\u7684\u5f15\u7528\u65f6\u51fa\u9519\u3002\u8bf7\u6ce8\u610f\uff0c\u8981\u80fd\u591f\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\uff0c\u60a8\u5fc5\u987b\u4f7f\u7528 %s \u548c %s\uff08\u6216 %s\uff09\u9009\u9879\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\u3002%n\u5c06\u7ee7\u7eed\u5728\u9519\u8bef\u6a21\u5f0f\u4e0b\u5f3a\u5236\u5378\u8f7d\u3002%n%n\u627e\u5230\u7684\u9519\u8bef\u4e3a:%n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=\u8be5\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u53ef\u590d\u5236\u4e00\u4e9b\u81ea\u5df1\u7684\u57fa DN\u3002\u5728\u590d\u5236\u590d\u5236\u5668\u4e0a\u68c0\u7d22\u5bf9\u5176\u7684\u5f15\u7528\u65f6\u51fa\u9519\u3002%n\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c INFO_CONNECTIONS_LABEL=\u6253\u5f00\u8fde\u63a5: MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=\u8bfb\u53d6\u914d\u7f6e\u6587\u4ef6\u65f6\u51fa\u9519\u3002%n\u8fd9\u662f\u56e0\u4e3a\u6ca1\u6709\u4e3a\u6307\u5b9a\u7684\u8fde\u63a5\u53c2\u6570\u63d0\u4f9b\u5df2\u542f\u7528\u7684 LDAP \u7aef\u53e3\uff0c\u6216\u8005\u56e0\u4e3a\u6ca1\u6709\u8bfb\u53d6\u914d\u7f6e\u6587\u4ef6\u7684\u6743\u9650\u3002 @@ -117,7 +123,7 @@ INFO_ENABLED_LABEL=\u5df2\u542f\u7528 MILD_ERR_READING_CONFIG_FILE=\u8bfb\u53d6\u914d\u7f6e\u6587\u4ef6\u65f6\u51fa\u9519\u3002 MILD_ERR_READING_CONFIG_LDAP=\u8bfb\u53d6\u670d\u52a1\u5668\u4e2d\u7684\u6570\u636e\u65f6\u51fa\u9519\u3002\u8bf7\u68c0\u9a8c\u63d0\u4f9b\u7684\u9a8c\u8bc1\u4fe1\u606f\u3002%n\u8be6\u7ec6\u4fe1\u606f: %s SEVERE_ERR_STARTING_SERVER_GENERIC=\u65e0\u6cd5\u542f\u52a8\u670d\u52a1\u5668\u3002 ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=\u5378\u8f7d INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\u5b8c\u6210\u5378\u8f7d INFO_FRAME_UNINSTALL_TITLE=OpenDS \u5378\u8f7d @@ -130,10 +136,10 @@ INFO_LDIF_PROTOCOL_LABEL=LDIF INFO_SNMP_PROTOCOL_LABEL=SNMP INFO_LISTENERS_TITLE=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f INFO_ADMIN_LISTENER_TITLE=Administration Connector INFO_ADMIN_LISTENER_TITLE=\u7ba1\u7406\u8fde\u63a5\u5668 INFO_LOGIN_CANCEL_BUTTON_TOOLTIP=\u5173\u95ed\u201c\u767b\u5f55\u201d\u5bf9\u8bdd\u6846 INFO_LOGIN_DIALOG_MSG=\u5fc5\u987b\u63d0\u4f9b\u7ba1\u7406\u7528\u6237 DN \u548c\u5bc6\u7801\uff0c\u624d\u80fd\u68c0\u7d22\u76d1\u89c6\u4fe1\u606f\u3002 INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=\u76ee\u5f55\u670d\u52a1\u5668\u672a\u8fd0\u884c\u3002Click OK to continue. INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=\u76ee\u5f55\u670d\u52a1\u5668\u672a\u8fd0\u884c\u3002\u5355\u51fb\u201c\u786e\u5b9a\u201d\u7ee7\u7eed\u3002 INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=\u76ee\u5f55\u670d\u52a1\u5668\u672a\u8fd0\u884c INFO_LOGIN_DIALOG_TITLE=\u9700\u8981\u9a8c\u8bc1 INFO_LOGIN_DN_LABEL=\u7ba1\u7406\u7528\u6237 DN: @@ -186,9 +192,12 @@ INFO_START_BUTTON_TOOLTIP=\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668 INFO_STATE_COLUMN=\u72b6\u6001 INFO_STATUS_CLI_USAGE_DESCRIPTION=\u53ef\u4ee5\u4f7f\u7528\u6b64\u5b9e\u7528\u7a0b\u5e8f\u6765\u663e\u793a\u670d\u52a1\u5668\u7684\u57fa\u672c\u4fe1\u606f SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. \u8bf7\u68c0\u67e5\u60a8\u662f\u5426\u5177\u6709\u8bbf\u95ee\u6b64\u663e\u793a\u5185\u5bb9\u7684\u6743\u9650\u3002 SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. \u8bf7\u68c0\u67e5\u60a8\u662f\u5426\u5177\u6709\u8bbf\u95ee\u6b64\u663e\u793a\u5185\u5bb9\u7684\u6743\u9650\u3002\u67e5\u770b\u6587\u4ef6 %s \u53ef\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=\u8be5\u5b9e\u7528\u7a0b\u5e8f\u53ef\u7528\u4e8e\u663e\u793a\u201c\u63a7\u5236\u9762\u677f\u201d\u7a97\u53e3\uff0c\u5176\u4e2d\u4f1a\u663e\u793a\u57fa\u672c\u670d\u52a1\u5668\u4fe1\u606f\u5e76\u5141\u8bb8\u5728\u8be5\u670d\u52a1\u5668\u6267\u884c\u4e00\u4e9b\u57fa\u672c\u7ba1\u7406\u4efb\u52a1\u3002 INFO_STOP_BUTTON_LABEL=\u505c\u6b62 INFO_STOP_BUTTON_TOOLTIP=\u505c\u6b62\u76ee\u5f55\u670d\u52a1\u5668 INFO_BASEDN_NOT_REPLICATED_LABEL=\u5df2\u7981\u7528 @@ -210,8 +219,11 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=\u5df2\u5728\u672c\u5730\u8ba1\u7b97\u673a\u4e2d\u6210\u529f\u5378\u8f7d OpenDS\uff0c\u4f46\u5728\u5220\u9664\u6587\u4ef6\u65f6\u51fa\u73b0\u67d0\u4e2a\u9519\u8bef\u3002\u8bf7\u67e5\u770b\u201c\u8be6\u7ec6\u4fe1\u606f\u201d\u6587\u672c\u533a\u57df\uff0c\u4ee5\u83b7\u53d6\u6709\u5173\u5bfc\u81f4\u95ee\u9898\u4ea7\u751f\u7684\u6587\u4ef6\u7684\u8be6\u7ec6\u4fe1\u606f\u3002%n%n\u9a8c\u8bc1\u662f\u5426\u8fd8\u6709\u5176\u4ed6\u7a0b\u5e8f\u5728\u4f7f\u7528\u8fd9\u4e9b\u6587\u4ef6\uff0c\u5982\u679c\u6709\uff0c\u8bf7\u624b\u52a8\u5c06\u5176\u5220\u9664\u3002 INFO_SUMMARY_UNINSTALL_NOT_STARTED=\u6b63\u5728\u542f\u52a8\u5378\u8f7d... INFO_UNDEFINED_PROTOCOL_LABEL=-\u672a\u77e5- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u4ee5\u56fe\u5f62\u5316\u65b9\u5f0f\u542f\u52a8\u5378\u8f7d\u5931\u8d25\u3002%n%n\u6b63\u5728\u4ee5\u547d\u4ee4\u884c\u65b9\u5f0f\u542f\u52a8\u5378\u8f7d... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u4ee5\u56fe\u5f62\u5316\u65b9\u5f0f\u542f\u52a8\u5378\u8f7d\u5931\u8d25\u3002\u8bf7\u68c0\u67e5\u6587\u4ef6 %s\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u7684\u8be6\u7ec6\u4fe1\u606f\u3002%n%n\u6b63\u5728\u4ee5\u547d\u4ee4\u884c\u65b9\u5f0f\u542f\u52a8\u5378\u8f7d... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=\u6b63\u5728\u4ee5\u547d\u4ee4\u884c\u65b9\u5f0f\u542f\u52a8\u5378\u8f7d... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=\u6b63\u5728\u4ee5\u56fe\u5f62\u5316\u65b9\u5f0f\u542f\u52a8\u5378\u8f7d... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=\u53ef\u4ee5\u4f7f\u7528\u6b64\u5b9e\u7528\u7a0b\u5e8f\u6765\u5378\u8f7d\u76ee\u5f55\u670d\u52a1\u5668\u3002 @@ -236,100 +248,119 @@ INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=\u5220\u9664 LDIF \u6587\u4ef6 INFO_DESCRIPTION_ADMIN_UID=\u7ed1\u5b9a\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684\u5168\u5c40\u7ba1\u7406\u5458\u7684\u7528\u6237 ID INFO_DESCRIPTION_ENABLE_REPLICATION_HOST1=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u7684\u5168\u9650\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Directory server administration port number of the first server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u53f7 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=\u7ed1\u5b9a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684 DN\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u8fdb\u884c\u7ed1\u5b9a INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=\u7ed1\u5b9a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684\u5bc6\u7801\u3002\u5982\u679c\u6ca1\u6709\u4e3a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u7ed1\u5b9a DN\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u8fdb\u884c\u7ed1\u5b9a INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=\u8be5\u6587\u4ef6\u5305\u542b\u7ed1\u5b9a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684\u5bc6\u7801\u3002\u5982\u679c\u6ca1\u6709\u4e3a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u7ed1\u5b9a DN\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u8fdb\u884c\u7ed1\u5b9a INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e2d\u7684\u590d\u5236\u673a\u5236\u4f7f\u7528\u7684\u7aef\u53e3\uff0c\u7528\u6765\u4e0e\u5176\u4ed6\u670d\u52a1\u5668\u8fdb\u884c\u901a\u4fe1\u3002\u4ec5\u5f53\u5148\u524d\u672a\u5728\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u5fc5\u987b\u6307\u5b9a\u6b64\u9009\u9879\u3002 INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION1=\u6307\u5b9a\u662f\u5426\u5bf9\u901a\u8fc7\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\u8fdb\u884c\u7684\u901a\u4fe1\u52a0\u5bc6\u3002\u4ec5\u5f53\u9996\u6b21\u5728\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u8003\u8651\u4f7f\u7528\u6b64\u9009\u9879\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_HOST2=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u7684\u5168\u9650\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Directory server administration port number of the second server whose contents will be replicated INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u53f7 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=\u7ed1\u5b9a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684 DN\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u8fdb\u884c\u7ed1\u5b9a INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=\u8df3\u8fc7\u7528\u4e8e\u786e\u5b9a\u6307\u5b9a\u7684\u590d\u5236\u7aef\u53e3\u662f\u5426\u53ef\u7528\u7684\u68c0\u67e5 INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=\u4e0d\u590d\u5236\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u6a21\u5f0f INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\u4f7f\u7528\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6765\u521d\u59cb\u5316\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u3002\u5982\u679c\u672a\u6307\u5b9a\u8be5\u9009\u9879\u6216 %s \u9009\u9879\uff0c\u5c06\u4f7f\u7528\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f\u6765\u521d\u59cb\u5316\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u6a21\u5f0f INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\u7ed1\u5b9a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684\u5bc6\u7801\u5982\u679c\u6ca1\u6709\u4e3a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u7ed1\u5b9a DN\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u8fdb\u884c\u7ed1\u5b9a INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\u8be5\u6587\u4ef6\u5305\u542b\u7ed1\u5b9a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u590d\u5236\uff09\u65f6\u6240\u7528\u7684\u5bc6\u7801\u3002\u5982\u679c\u6ca1\u6709\u4e3a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u7ed1\u5b9a DN\uff0c\u5c06\u4f7f\u7528\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u8fdb\u884c\u7ed1\u5b9a INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e2d\u7684\u590d\u5236\u673a\u5236\u4f7f\u7528\u7684\u7aef\u53e3\uff0c\u7528\u6765\u4e0e\u5176\u4ed6\u670d\u52a1\u5668\u8fdb\u884c\u901a\u4fe1\u3002\u4ec5\u5f53\u5148\u524d\u672a\u5728\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u5fc5\u987b\u6307\u5b9a\u6b64\u9009\u9879\u3002 INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\u6307\u5b9a\u662f\u5426\u5bf9\u901a\u8fc7\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\u8fdb\u884c\u7684\u901a\u4fe1\u52a0\u5bc6\u3002\u4ec5\u5f53\u9996\u6b21\u5728\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u8003\u8651\u4f7f\u7528\u6b64\u9009\u9879\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e2d\u7684\u590d\u5236\u673a\u5236\u4f7f\u7528\u7684\u7aef\u53e3\uff0c\u7528\u6765\u4e0e\u5176\u4ed6\u670d\u52a1\u5668\u8fdb\u884c\u901a\u4fe1\u3002\u4ec5\u5f53\u4e4b\u524d\u672a\u5728\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e2d\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u5fc5\u987b\u6307\u5b9a\u6b64\u9009\u9879 INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\u6307\u5b9a\u662f\u5426\u5bf9\u901a\u8fc7\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\u8fdb\u884c\u7684\u901a\u4fe1\u52a0\u5bc6\u3002\u4ec5\u5f53\u5728\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u7b2c\u4e00\u6b21\u914d\u7f6e\u590d\u5236\u65f6\uff0c\u624d\u8003\u8651\u6b64\u9009\u9879 INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=\u4f7f\u7528 StartTLS \u786e\u4fdd\u4e0e\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u8fdb\u884c\u5b89\u5168\u901a\u4fe1 INFO_DESCRIPTION_REPLICATION_BASEDNS=\u6570\u636e\u7684\u57fa DN\uff0c\u5c06\u5bf9\u8be5\u6570\u636e\u8fdb\u884c\u590d\u5236\u3001\u521d\u59cb\u5316\u6216\u7981\u7528\u590d\u5236\u3002Multiple base DN's can be provided by using this option multiple times INFO_DESCRIPTION_REPLICATION_BASEDNS=\u6570\u636e\u7684\u57fa DN\uff0c\u5c06\u5bf9\u8be5\u6570\u636e\u8fdb\u884c\u590d\u5236\u3001\u521d\u59cb\u5316\u6216\u7981\u7528\u590d\u5236\u3002\u901a\u8fc7\u591a\u6b21\u4f7f\u7528\u6b64\u9009\u9879\uff0c\u53ef\u63d0\u4f9b\u591a\u4e2a\u57fa DN INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u7ed1\u5b9a\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684\u5168\u5c40\u7ba1\u7406\u5458\u7684\u7528\u6237 ID\u3002\u5bf9\u4e8e '%s' \u5b50\u547d\u4ee4\uff0c\u5982\u679c\u4ee5\u524d\u6ca1\u6709\u4e3a\u4efb\u4f55\u670d\u52a1\u5668\u5b9a\u4e49\u5168\u5c40\u7ba1\u7406\u5458\uff0c\u5219\u4f1a\u4f7f\u7528\u63d0\u4f9b\u7684\u6570\u636e\u521b\u5efa\u5168\u5c40\u7ba1\u7406\u5458\u3002 INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801 INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=\u8be5\u6587\u4ef6\u5305\u542b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801 INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_SOURCE=\u6e90\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u7528\u6765\u521d\u59cb\u5316\u76ee\u6807\u670d\u52a1\u5668\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=Directory server administration port number of the source server whose contents will be used to initialize the destination server INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_SOURCE=\u6e90\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u7528\u4e8e\u521d\u59cb\u5316\u76ee\u6807\u670d\u52a1\u5668\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u53f7 INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=\u76ee\u6807\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u521d\u59cb\u5316\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u4e3b\u673a\u540d\u6216 IP \u5730\u5740 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory server administration port number of the destination server whose contents will be initialized INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=\u76ee\u6807\u670d\u52a1\u5668\uff08\u5176\u5185\u5bb9\u5c06\u88ab\u521d\u59cb\u5316\uff09\u7684\u76ee\u5f55\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u53f7 INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\u5982\u679c\u4ec5\u5bf9\u6307\u5b9a\u76ee\u5f55\u670d\u52a1\u5668\u7684\u5185\u5bb9\u4f7f\u7528\u5916\u90e8\u65b9\u6cd5\uff08import-ldif \u547d\u4ee4\u6216\u4e8c\u8fdb\u5236\u590d\u5236\uff09\u8fdb\u884c\u521d\u59cb\u5316\uff0c\u5219\u5e94\u4f7f\u7528\u6b64\u9009\u9879 INFO_REPLICATION_TOOL_DESCRIPTION=\u53ef\u4ee5\u4f7f\u7528\u8be5\u5b9e\u7528\u7a0b\u5e8f\u6765\u914d\u7f6e\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u590d\u5236\uff0c\u4ee5\u4f7f\u670d\u52a1\u5668\u6570\u636e\u4fdd\u6301\u540c\u6b65\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5fc5\u987b\u5148\u4f7f\u7528 '%s' \u5b50\u547d\u4ee4\u542f\u7528\u590d\u5236\uff0c\u7136\u540e\u518d\u4f7f\u7528 '%s' \u5b50\u547d\u4ee4\u5c06\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u53e6\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002 INFO_REPLICATION_TOOL_DESCRIPTION=\u53ef\u4ee5\u4f7f\u7528\u8be5\u5b9e\u7528\u7a0b\u5e8f\u6765\u914d\u7f6e\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u590d\u5236\uff0c\u4ee5\u4f7f\u670d\u52a1\u5668\u6570\u636e\u4fdd\u6301\u540c\u6b65\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5fc5\u987b\u5148\u4f7f\u7528 '%s' \u5b50\u547d\u4ee4\u542f\u7528\u590d\u5236\uff0c\u7136\u540e\u518d\u4f7f\u7528 '%s' \u5b50\u547d\u4ee4\u5c06\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u53e6\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u5185\u5bb9 INFO_REPLICATION_DESCRIPTION_QUIET=\u6267\u884c\u9759\u9ed8\u64cd\u4f5c\uff08\u4e0d\u5728\u6807\u51c6\u8f93\u51fa\u4e2d\u5199\u5165\u8fdb\u5ea6\u4fe1\u606f\uff09 INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u7ed1\u5b9a\u8981\u5bf9\u5176\u7981\u7528\u590d\u5236\u7684\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684 DN\u3002\u5f53\u672a\u5728\u670d\u52a1\u5668\u4e2d\u5b9a\u4e49\u4efb\u4f55\u5168\u5c40\u7ba1\u7406\u5458\uff0c\u6216\u8005\u7528\u6237\u4e0d\u60f3\u5728\u5176\u4ed6\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u5220\u9664\u5f15\u7528\u65f6\uff0c\u5fc5\u987b\u4f7f\u7528\u6b64\u9009\u9879\u3002\u6307\u5b9a\u6b64\u9009\u9879\u65f6\uff0c\u5c06\u7528\u5230\u4e3a\u5168\u5c40\u7ba1\u7406\u5458\u63d0\u4f9b\u7684\u5bc6\u7801\u3002 INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5c06\u76ee\u6807\u670d\u52a1\u5668\u4e2d\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6e90\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u8be5\u64cd\u4f5c\uff08\u4e5f\u53ef\u4ee5\u4f7f\u7528 '%s' \u8fbe\u5230\u8be5\u76ee\u7684\uff09\u3002 INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5bf9\u4e8e\u6b63\u5728\u590d\u5236\u5176\u5185\u5bb9\u7684\u6240\u6709\u670d\u52a1\u5668\uff0c\u5c06\u5b83\u4eec\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6307\u5b9a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u8be5\u64cd\u4f5c\uff08\u4e5f\u53ef\u4ee5\u4f7f\u7528\u4e3a\u6bcf\u4e2a\u670d\u52a1\u5668\u5e94\u7528\u7684 '%s' \u8fbe\u5230\u8be5\u76ee\u7684\uff09\u3002 INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. \u8c03\u7528\u8be5\u5b50\u547d\u4ee4\u540e\uff0c\u521d\u59cb\u5316\u62d3\u6251\u4e2d\u6240\u6709\u670d\u52a1\u5668\u7684\u5185\u5bb9\uff0c\u7136\u540e\u8c03\u7528\u5b50\u547d\u4ee4 '%s'\u3002 INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. \u6709\u5173\u8be6\u7ec6\u4fe1\u606f\uff0c\u8bf7\u53c2\u89c1\u5b50\u547d\u4ee4 '%s' \u7684\u7528\u6cd5\u3002 INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u66f4\u65b0\u670d\u52a1\u5668\u7684\u914d\u7f6e\u4ee5\u590d\u5236\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u3002\u5982\u679c\u67d0\u4e2a\u6307\u5b9a\u7684\u670d\u52a1\u5668\u6b63\u5728\u590d\u5236\u5176\u4ed6\u670d\u52a1\u5668\u4e2d\u57fa DN \u4e0b\u7684\u6570\u636e\uff0c\u6267\u884c\u6b64\u5b50\u547d\u4ee4\u5c06\u4f1a\u66f4\u65b0\u6240\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\uff08\u56e0\u6b64\uff0c\u5bf9\u4e8e\u6bcf\u4e2a\u6dfb\u52a0\u5230\u590d\u5236\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\uff0c\u5c06\u90fd\u80fd\u6267\u884c\u4e00\u6b21\u547d\u4ee4\u884c\uff09\u3002 INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u5bf9\u6307\u5b9a\u670d\u52a1\u5668\u4e2d\u6240\u63d0\u4f9b\u7684\u57fa DN \u7981\u7528\u590d\u5236\uff0c\u5e76\u4e14\u5220\u9664\u5176\u4ed6\u670d\u52a1\u5668\uff08\u6307\u5b9a\u670d\u52a1\u5668\u6b63\u5728\u590d\u5236\u5176\u4e2d\u7684\u6570\u636e\uff09\u4e2d\u7684\u5f15\u7528\u3002 INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed. SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u5fc5\u987b\u5728\u975e\u4ea4\u4e92\u6a21\u5f0f\u4e0b\u63d0\u4f9b\u81f3\u5c11\u4e00\u4e2a\u57fa DN\u3002 SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u5fc5\u987b\u5728\u975e\u4ea4\u4e92\u6a21\u5f0f\u4e0b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u3002\u53ef\u4ee5\u4f7f\u7528 %s \u6216 %s \u9009\u9879\u6765\u63d0\u4f9b\u8be5\u4fe1\u606f\u3002 SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684\u57fa DN\u3002 SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u5fc5\u987b\u63d0\u4f9b\u4e24\u4e2a\u4e0d\u540c\u7684\u670d\u52a1\u5668\uff0c\u624d\u80fd\u542f\u7528\u590d\u5236\u3002\u60a8\u5df2\u63d0\u4f9b\u4e86\u4e24\u6b21\u670d\u52a1\u5668 %s:%s SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u5fc5\u987b\u63d0\u4f9b\u4e24\u4e2a\u4e0d\u540c\u7684\u670d\u52a1\u5668\uff0c\u5206\u522b\u4f5c\u4e3a\u521d\u59cb\u5316\u7684\u6e90\u670d\u52a1\u5668\u548c\u76ee\u6807\u670d\u52a1\u5668\u3002\u60a8\u5df2\u63d0\u4f9b\u4e86\u4e24\u6b21\u670d\u52a1\u5668 %s:%s SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u4e3a\u540c\u4e00\u8ba1\u7b97\u673a (%2$s) \u4e0a\u7684\u4e24\u4e2a\u670d\u52a1\u5668\u63d0\u4f9b\u4e86\u76f8\u540c\u7684\u590d\u5236\u7aef\u53e3 (%1$s)\u3002 SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u547d\u4ee4\u3002\u5728\u4f7f\u7528 %s \u9009\u9879\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u4e00\u4e2a\u5b50\u547d\u4ee4\u3002 SEVERE_ERR_REPLICATION_STATUS_QUIET='%s' \u5b50\u547d\u4ee4\u4e0e %s \u53c2\u6570\u4e0d\u517c\u5bb9\u3002 INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u7ed1\u5b9a\u8981\u5bf9\u5176\u7981\u7528\u590d\u5236\u7684\u670d\u52a1\u5668\u65f6\u6240\u7528\u7684 DN\u3002\u5f53\u672a\u5728\u670d\u52a1\u5668\u4e2d\u5b9a\u4e49\u4efb\u4f55\u5168\u5c40\u7ba1\u7406\u5458\uff0c\u6216\u8005\u7528\u6237\u4e0d\u60f3\u5728\u5176\u4ed6\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\u4e2d\u5220\u9664\u5f15\u7528\u65f6\uff0c\u5fc5\u987b\u4f7f\u7528\u6b64\u9009\u9879\u3002\u6307\u5b9a\u6b64\u9009\u9879\u65f6\uff0c\u5c06\u7528\u5230\u4e3a\u5168\u5c40\u7ba1\u7406\u5458\u63d0\u4f9b\u7684\u5bc6\u7801 INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u5c06\u76ee\u6807\u670d\u52a1\u5668\u4e2d\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6e90\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u8be5\u64cd\u4f5c\uff08\u4e5f\u53ef\u4ee5\u4f7f\u7528 '%s' \u8fbe\u5230\u8be5\u76ee\u7684\uff09 INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5bf9\u4e8e\u6b63\u5728\u590d\u5236\u5176\u5185\u5bb9\u7684\u6240\u6709\u670d\u52a1\u5668\uff0c\u5c06\u5b83\u4eec\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u6307\u5b9a\u670d\u52a1\u5668\u7684\u5185\u5bb9\u3002\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u5728\u542f\u7528\u590d\u5236\u540e\u5fc5\u987b\u6267\u884c\u8be5\u64cd\u4f5c\uff08\u4e5f\u53ef\u4ee5\u4f7f\u7528\u5e94\u7528\u4e8e\u6bcf\u4e2a\u670d\u52a1\u5668\u7684 '%s' \u8fbe\u5230\u8be5\u76ee\u7684\uff09 INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002\u540c\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u8981\u521d\u59cb\u5316\u7684\u57fa DN \u5217\u8868\uff0c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u4efb\u4f55\u6b63\u88ab\u590d\u5236\u7684\u670d\u52a1\u5668\u7684\u51ed\u8bc1\u3002\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u540e\uff0c\u521d\u59cb\u5316\u62d3\u6251\u4e2d\u6240\u6709\u670d\u52a1\u5668\u7684\u5185\u5bb9\uff08\u5728\u6bcf\u4e2a\u670d\u52a1\u5668\u4e0a\u4f7f\u7528\u540c\u4e00 LDIF \u6587\u4ef6/\u4e8c\u8fdb\u5236\u590d\u5236\uff09\uff0c\u7136\u540e\u8c03\u7528\u5b50\u547d\u4ee4 '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u65b9\u6cd5\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u4e4b\u524d\uff0c\u5fc5\u987b\u8c03\u7528\u6b64\u5b50\u547d\u4ee4\u3002\u540c\u65f6\uff0c\u5fc5\u987b\u6307\u5b9a\u5df2\u521d\u59cb\u5316\u7684\u57fa DN \u5217\u8868\uff0c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u4efb\u4f55\u6b63\u88ab\u590d\u5236\u7684\u670d\u52a1\u5668\u7684\u51ed\u8bc1\u3002\u8bf7\u53c2\u89c1\u5b50\u547d\u4ee4 '%s' \u7684\u7528\u6cd5\uff0c\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u66f4\u65b0\u670d\u52a1\u5668\u7684\u914d\u7f6e\u4ee5\u590d\u5236\u6307\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u3002\u5982\u679c\u67d0\u4e2a\u6307\u5b9a\u7684\u670d\u52a1\u5668\u6b63\u5728\u590d\u5236\u5176\u4ed6\u670d\u52a1\u5668\u4e2d\u57fa DN \u4e0b\u7684\u6570\u636e\uff0c\u6267\u884c\u6b64\u5b50\u547d\u4ee4\u5c06\u4f1a\u66f4\u65b0\u6240\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\uff08\u56e0\u6b64\uff0c\u5bf9\u4e8e\u6bcf\u4e2a\u6dfb\u52a0\u5230\u590d\u5236\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\uff0c\u5c06\u90fd\u80fd\u6267\u884c\u4e00\u6b21\u547d\u4ee4\u884c\uff09 INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u5bf9\u6307\u5b9a\u670d\u52a1\u5668\u4e2d\u6240\u63d0\u4f9b\u7684\u57fa DN \u7981\u7528\u590d\u5236\uff0c\u5e76\u4e14\u5220\u9664\u5176\u4ed6\u670d\u52a1\u5668\uff08\u6307\u5b9a\u670d\u52a1\u5668\u6b63\u5728\u590d\u5236\u5176\u4e2d\u7684\u6570\u636e\uff09\u4e2d\u7684\u5f15\u7528 INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=\u663e\u793a\u6ce8\u518c\u4fe1\u606f\u4e2d\u5b9a\u4e49\u7684\u670d\u52a1\u5668\u57fa DN \u7684\u57fa\u672c\u590d\u5236\u914d\u7f6e\u5217\u8868\u3002\u5982\u679c\u672a\u6307\u5b9a\u7528\u4f5c\u53c2\u6570\u7684\u57fa DN\uff0c\u5219\u5c06\u663e\u793a\u6240\u6709\u57fa DN \u7684\u4fe1\u606f ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=\u5df2\u6210\u529f\u5b8c\u6210\u8be5\u64cd\u4f5c INFO_REPLICATION_SUCCESSFUL_NOP=\u5df2\u6210\u529f\u5b8c\u6210\u8be5\u64cd\u4f5c\uff0c\u800c\u65e0\u9700\u6267\u884c\u4efb\u4f55\u5176\u4ed6\u64cd\u4f5c MILD_ERR_REPLICATION_USER_CANCELLED=\u7528\u6237\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u53c2\u6570\u53ea\u80fd\u5728\u6307\u5b9a\u4e86 %s \u65f6\u4f7f\u7528 ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u5fc5\u987b\u521b\u5efa\u5168\u5c40\u7ba1\u7406\u5458\u3002%n\u5fc5\u987b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u51ed\u8bc1\uff0c\u5c06\u521b\u5efa\u8fd9\u4e9b\u51ed\u8bc1\u4ee5\u7ba1\u7406\u6240\u590d\u5236\u7684 OpenDS \u5b9e\u4f8b\u3002 INFO_ADMINISTRATOR_UID_PROMPT=\u5168\u5c40\u7ba1\u7406\u5458\u7528\u6237 ID INFO_ADMINISTRATOR_PWD_PROMPT=\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801: INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\u786e\u8ba4\u5bc6\u7801: MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\u63d0\u4f9b\u7684\u5bc6\u7801\u4e0d\u5339\u914d\u3002 MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\u65e0\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u51ed\u8bc1\u8fde\u63a5\u76ee\u5f55\u670d\u52a1\u5668 %s\u3002%n\u9519\u8bef\u8be6\u7ec6\u4fe1\u606f: %s%n%n\u8bf7\u91cd\u65b0\u63d0\u4f9b\u6240\u9700\u7684\u4fe1\u606f\u6765\u8fde\u63a5\u670d\u52a1\u5668: INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the first server INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> \u4e3a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u6307\u5b9a OpenDS \u7ba1\u7406\u8fde\u63a5\u53c2\u6570 INFO_REPLICATION_ENABLE_HOSTNAME1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u4e3b\u673a\u540d INFO_REPLICATION_ENABLE_PORT1_PROMPT=Administration port of the first server INFO_REPLICATION_ENABLE_PORT1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u7ba1\u7406\u7aef\u53e3 INFO_REPLICATION_ENABLE_PROTOCOL1=\u5c06\u8981\u5982\u4f55\u8fde\u63a5\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\uff1f INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\uff08\u5fc5\u987b\u662f\u53ef\u7528\u7684\u7aef\u53e3\uff09 INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u5728\u8fde\u63a5\u5230\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3 %s \u65f6\uff0c\u662f\u5426\u5e0c\u671b\u590d\u5236\u4f7f\u7528\u52a0\u5bc6\u901a\u4fe1\uff1f INFO_REPLICATION_ENABLE_BINDDN1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u7684\u7ed1\u5b9a DN INFO_REPLICATION_ENABLE_PASSWORD1_PROMPT=\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684 %s \u5bc6\u7801: INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the second server INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> \u4e3a\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u6307\u5b9a OpenDS \u7ba1\u7406\u8fde\u63a5\u53c2\u6570 INFO_REPLICATION_ENABLE_HOSTNAME2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u4e3b\u673a\u540d INFO_REPLICATION_ENABLE_PORT2_PROMPT=Administration port of the second server INFO_REPLICATION_ENABLE_PORT2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u7ba1\u7406\u7aef\u53e3 INFO_REPLICATION_ENABLE_PROTOCOL2=\u5c06\u8981\u5982\u4f55\u8fde\u63a5\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\uff1f INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u590d\u5236\u7aef\u53e3\uff08\u5fc5\u987b\u662f\u53ef\u7528\u7684\u7aef\u53e3\uff09 INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u5728\u8fde\u63a5\u5230\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3 %s \u65f6\uff0c\u662f\u5426\u5e0c\u671b\u590d\u5236\u4f7f\u7528\u52a0\u5bc6\u901a\u4fe1\uff1f INFO_REPLICATION_ENABLE_BINDDN2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u7684\u7ed1\u5b9a DN INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u4e0a\u7684 %s \u5bc6\u7801: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated between the two servers:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not replicated:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> \u4e3a\u6e90\u670d\u52a1\u5668\u6307\u5b9a OpenDS \u7ba1\u7406\u8fde\u63a5\u53c2\u6570 INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> \u4e3a\u76ee\u6807\u670d\u52a1\u5668\u6307\u5b9a OpenDS \u7ba1\u7406\u8fde\u63a5\u53c2\u6570 ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=\u5df2\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u4e86\u4ee5\u4e0b\u57fa DN:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=\u672a\u590d\u5236\u4ee5\u4e0b\u57fa DN:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=\u65e0\u6cd5\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u4ee5\u4e0b\u57fa DN\uff0c\u56e0\u4e3a\u81f3\u5c11\u5728\u4e00\u4e2a\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u8fd9\u4e9b\u57fa DN:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u590d\u5236\u7684\u57fa DN\u3002 INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\u662f\u5426\u8981\u590d\u5236\u57fa DN %s\uff1f SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be initialized because they are not replicated or they are not configured on both servers:%n%s ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=\u65e0\u6cd5\u521d\u59cb\u5316\u4ee5\u4e0b\u57fa DN\uff0c\u56e0\u4e3a\u672a\u5728\u4e24\u4e2a\u670d\u52a1\u5668\u4e0a\u590d\u5236\u6216\u914d\u7f6e\u8fd9\u4e9b\u57fa DN:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u521d\u59cb\u5316\u7684\u57fa DN\u3002 INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=\u662f\u5426\u521d\u59cb\u5316\u57fa DN %s\uff1f SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server. The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=\u5728\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u4ee5\u4e0b\u57fa DN:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=\u5728\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u4ee5\u4e0b\u57fa DN:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u7981\u7528\u7684\u57fa DN\u3002 MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u521d\u59cb\u5316\u7684\u57fa DN\u3002 INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=Are you going to initialize only the contents of server %s (type 'no' if you will initialize contents of all replicated servers for the given Base DN's)? MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify the base DN's that will be initialized using the import-ldif command or the binary copy. MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=You must specify the base DN's that have been initialized using the import-ldif command or the binary copy. INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_LOCAL_PROMPT=\u662f\u5426\u4ec5\u521d\u59cb\u5316\u670d\u52a1\u5668 %s \u7684\u5185\u5bb9\uff08\u5982\u679c\u8981\u521d\u59cb\u5316\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u7684\u7ed9\u5b9a\u57fa DN \u7684\u5185\u5bb9\uff0c\u8bf7\u952e\u5165\u201cno\u201d\uff09\uff1f MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=\u5fc5\u987b\u6307\u5b9a\u5c06\u4f7f\u7528 import-ldif \u547d\u4ee4\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u521d\u59cb\u5316\u7684\u57fa DN\u3002 MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=\u5fc5\u987b\u6307\u5b9a\u5df2\u4f7f\u7528 import-ldif \u547d\u4ee4\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u521d\u59cb\u5316\u7684\u57fa DN\u3002 INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=\u662f\u5426\u5bf9\u57fa DN %s \u7981\u7528\u590d\u5236\uff1f INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=\u662f\u5426\u521d\u59cb\u5316\u57fa DN %s\uff1f INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=\u662f\u5426\u5c06\u4f7f\u7528 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u521d\u59cb\u5316\u57fa DN %s\uff1f @@ -339,12 +370,12 @@ MILD_ERR_NOT_ADMINISTRATIVE_USER=\u60a8\u6ca1\u6709\u8bbf\u95ee\u670d\u52a1\u5668\u914d\u7f6e\u7684\u6743\u9650\u3002 INFO_REPLICATION_CONFIRM_DISABLE_ADS=\u60a8\u5df2\u9009\u62e9\u5bf9\u57fa DN %s \u7981\u7528\u590d\u5236\u3002\u590d\u5236\u673a\u5236\u548c\u67d0\u4e9b\u7ba1\u7406\u5de5\u5177\u4f7f\u7528\u4e86\u6b64\u57fa DN\uff0c\u56e0\u6b64\u4e0d\u5efa\u8bae\u76f4\u63a5\u914d\u7f6e\u5b83\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=\u60a8\u5df2\u9009\u62e9\u7981\u7528\u6a21\u5f0f\u590d\u5236\u3002\u4ec5\u5728\u7279\u5b9a\u60c5\u51b5\u4e0b\u624d\u5efa\u8bae\u7981\u7528\u6a21\u5f0f\u590d\u5236\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. \u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=Disabling replication will make the data under the selected base DN's not to be synchronized with other servers any more. \u540c\u65f6\uff0c\u8fd8\u5c06\u7981\u7528\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=\u7981\u7528\u590d\u5236\u4f1a\u4f7f\u4f4d\u4e8e\u9009\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u4e0d\u518d\u4e0e\u5176\u4ed6\u670d\u52a1\u5668\u4fdd\u6301\u540c\u6b65\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_DISABLE_LAST_SUFFIXES=\u7981\u7528\u590d\u5236\u4f1a\u4f7f\u4f4d\u4e8e\u9009\u5b9a\u57fa DN \u4e0b\u7684\u6570\u636e\u4e0d\u518d\u4e0e\u5176\u4ed6\u670d\u52a1\u5668\u4fdd\u6301\u540c\u6b65\u3002\u540c\u65f6\uff0c\u8fd8\u5c06\u7981\u7528\u670d\u52a1\u5668\u4e0a\u7684\u590d\u5236\u7aef\u53e3\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=\u60a8\u5df2\u9009\u62e9\u5c06\u670d\u52a1\u5668 %2$s \u4e2d\u57fa DN %1$s \u7684\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u670d\u52a1\u5668 %3$s \u4e2d\u7684\u5185\u5bb9\u3002\u590d\u5236\u673a\u5236\u548c\u67d0\u4e9b\u7ba1\u7406\u5de5\u5177\u4f7f\u7528\u4e86\u6b64\u57fa DN\uff0c\u56e0\u6b64\u4e0d\u5efa\u8bae\u76f4\u63a5\u914d\u7f6e\u5b83\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=\u521d\u59cb\u5316\u57fa DN \u7684\u5185\u5bb9\u4f1a\u5220\u9664\u8be5\u57fa DN \u7684\u6240\u6709\u73b0\u6709\u5185\u5bb9\u3002Do you want to remove the contents of the selected base DN's on server %s and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=\u521d\u59cb\u5316\u57fa DN \u7684\u5185\u5bb9\u4f1a\u5220\u9664\u8be5\u57fa DN \u7684\u6240\u6709\u73b0\u6709\u5185\u5bb9\u3002\u662f\u5426\u8981\u5220\u9664\u670d\u52a1\u5668 %s \u4e2d\u9009\u5b9a\u57fa DN \u7684\u5185\u5bb9\uff0c\u5e76\u5c06\u5176\u66ff\u6362\u4e3a\u670d\u52a1\u5668 %s \u7684\u5185\u5bb9\uff1f INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=\u60a8\u5df2\u9009\u62e9\u5c06\u57fa DN %s \u7684\u5185\u5bb9\u521d\u59cb\u5316\u4e3a\u670d\u52a1\u5668 %s \u4e2d\u7684\u5185\u5bb9\u3002\u590d\u5236\u673a\u5236\u548c\u67d0\u4e9b\u7ba1\u7406\u5de5\u5177\u4f7f\u7528\u4e86\u6b64\u57fa DN\uff0c\u56e0\u6b64\u4e0d\u5efa\u8bae\u76f4\u63a5\u914d\u7f6e\u5b83\u3002\u662f\u5426\u7ee7\u7eed\uff1f INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=\u521d\u59cb\u5316\u57fa DN \u7684\u5185\u5bb9\u4f1a\u5220\u9664\u8be5\u57fa DN \u7684\u6240\u6709\u73b0\u6709\u5185\u5bb9\u3002Do you want to remove the contents of the selected base DN's on the replicated servers and replace them with the contents of server %s? INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=\u521d\u59cb\u5316\u57fa DN \u7684\u5185\u5bb9\u4f1a\u5220\u9664\u8be5\u57fa DN \u7684\u6240\u6709\u73b0\u6709\u5185\u5bb9\u3002\u662f\u5426\u8981\u5220\u9664\u590d\u5236\u670d\u52a1\u5668\u4e2d\u9009\u5b9a\u57fa DN \u7684\u5185\u5bb9\uff0c\u5e76\u5c06\u5176\u66ff\u6362\u4e3a\u670d\u52a1\u5668 %s \u7684\u5185\u5bb9\uff1f MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\u8bfb\u53d6\u73b0\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\u65f6\u9047\u5230\u4ee5\u4e0b\u9519\u8bef:\n%s\n\u590d\u5236\u5de5\u5177\u5c06\u5c1d\u8bd5\u5728\u201c\u5c3d\u529b\u201d(best-effort) \u6a21\u5f0f\u4e0b\u66f4\u65b0\u6240\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\u3002\u4f46\u662f\uff0c\u4e0d\u80fd\u786e\u4fdd\u66f4\u65b0\u751f\u6210\u9519\u8bef\u7684\u670d\u52a1\u5668\u3002 INFO_REPLICATION_CONNECTING=\u5efa\u7acb\u8fde\u63a5 INFO_REPLICATION_ENABLE_UPDATING_ADS_CONTENTS=\u68c0\u67e5\u6ce8\u518c\u4fe1\u606f @@ -354,20 +385,31 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=\u66f4\u65b0\u670d\u52a1\u5668 %s \u4e0a\u7684\u6ce8\u518c\u914d\u7f6e INFO_ENABLE_REPLICATION_INITIALIZING_ADS=\u5c06\u670d\u52a1\u5668 %s \u4e0a\u7684\u6ce8\u518c\u4fe1\u606f\u521d\u59cb\u5316\u4e3a\u670d\u52a1\u5668 %s \u7684\u5185\u5bb9 INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=\u5c06\u670d\u52a1\u5668 %s \u4e0a\u7684\u6a21\u5f0f\u521d\u59cb\u5316\u4e3a\u670d\u52a1\u5668 %s \u7684\u5185\u5bb9 SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=\u521d\u59cb\u5316\u4fe1\u4efb\u5e93\u5185\u5bb9\u65f6\u9047\u5230\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\u521d\u59cb\u5316\u65f6\u51fa\u9519\u3002\u65e0\u6cd5\u5728\u670d\u52a1\u5668 %s \u4e2d\u627e\u5230\u57fa DN %s \u7684\u590d\u5236 ID\u3002 SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\u521d\u59cb\u5316\u65f6\u51fa\u9519\u3002\u7ecf\u8fc7\u591a\u6b21\u5c1d\u8bd5\u540e\uff0c\u4ecd\u65e0\u6cd5\u627e\u5230\u5bf9\u7b49\u9879\u8fdb\u884c\u521d\u59cb\u5316\u3002\u8be6\u7ec6\u4fe1\u606f: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=\u914d\u7f6e\u670d\u52a1\u5668 %s \u4e0a\u7684\u590d\u5236\u7aef\u53e3\u65f6\u51fa\u9519\u3002 SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=\u7981\u7528\u670d\u52a1\u5668 %s \u4e0a\u7684\u590d\u5236\u7aef\u53e3\u65f6\u51fa\u9519\u3002 SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=\u66f4\u65b0\u670d\u52a1\u5668 %2$s \u4e2d\u57fa DN %1$s \u4e0a\u7684\u590d\u5236\u914d\u7f6e\u65f6\u51fa\u9519\u3002 SEVERE_ERR_REPLICATION_UPDATING_ADS=\u66f4\u65b0\u6ce8\u518c\u4fe1\u606f\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s SEVERE_ERR_REPLICATION_READING_ADS=\u8bfb\u53d6\u6ce8\u518c\u4fe1\u606f\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=\u5728\u670d\u52a1\u5668 %s \u548c %s \u4e2d\u627e\u5230\u7684\u6ce8\u518c\u4fe1\u606f\u662f\u4e0d\u540c\u7684\u3002\u4e0d\u5141\u8bb8\u4f7f\u7528\u6b64\u5de5\u5177\u6765\u5904\u7406\u8fd9\u79cd\u60c5\u51b5\u3002 SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=\u8bfb\u53d6\u670d\u52a1\u5668 %s \u7684\u590d\u5236\u914d\u7f6e\u65f6\u51fa\u9519\u3002%n\u8be6\u7ec6\u4fe1\u606f: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=\u5220\u9664\u5728\u670d\u52a1\u5668 %2$s \u7684\u57fa DN %1$s \u4e0a\u7684\u5f15\u7528 INFO_REPLICATION_DISABLING_BASEDN=\u5bf9\u670d\u52a1\u5668 %2$s \u7684\u57fa DN %1$s \u7981\u7528\u590d\u5236 INFO_REPLICATION_DISABLING_REPLICATION_SERVER=\u7981\u7528\u670d\u52a1\u5668 %2$s \u7684\u590d\u5236\u7aef\u53e3 %1$s INFO_REPLICATION_STATUS_NO_BASEDNS=No base DN's found. INFO_REPLICATION_STATUS_NO_BASEDNS=\u627e\u4e0d\u5230\u4efb\u4f55\u57fa DN\u3002 INFO_REPLICATION_STATUS_BASEDN=\u57fa DN INFO_REPLICATION_STATUS_IS_REPLICATED=\u590d\u5236 INFO_REPLICATION_STATUS_REPLICATED=%s - \u5df2\u542f\u7528\u590d\u5236 @@ -390,17 +432,19 @@ INFO_REPLICATION_CRITICAL_ERROR_DETAILS=\u8be6\u7ec6\u4fe1\u606f: %s INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\u6b63\u5728\u5916\u90e8\u51c6\u5907\u8981\u521d\u59cb\u5316\u7684\u57fa DN %s INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u6b63\u5728\u66f4\u65b0\u6709\u5173\u57fa DN %s \u7684\u590d\u5236\u4fe1\u606f INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on server %s. You can use the command import-ldif or the binary copy to do so.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. \u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=\u63a5\u4e0b\u6765\uff0c\u60a8\u53ef\u4ee5\u7ee7\u7eed\u5bf9\u670d\u52a1\u5668 %s \u4e0a\u7684\u57fa DN \u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u3002\u53ef\u4ee5\u4f7f\u7528 import-ldif \u547d\u4ee4\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002%n%n\u5b8c\u6210\u521d\u59cb\u5316\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u5b50\u547d\u4ee4 '%s'\uff0c\u4ee5\u4fbf\u590d\u5236\u4f7f\u7528\u65b0\u7684\u57fa DN\u3002 INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=\u63a5\u4e0b\u6765\uff0c\u60a8\u53ef\u4ee5\u7ee7\u7eed\u5bf9\u6240\u6709\u590d\u5236\u670d\u52a1\u5668\u4e0a\u7684\u57fa DN \u5185\u5bb9\u8fdb\u884c\u521d\u59cb\u5316\u3002\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002\u5728\u6bcf\u4e2a\u670d\u52a1\u5668\u4e0a\u5fc5\u987b\u4f7f\u7528\u76f8\u540c\u7684 LDIF \u6587\u4ef6\u6216\u4e8c\u8fdb\u5236\u590d\u5236\u3002%n%n\u5b8c\u6210\u521d\u59cb\u5316\u540e\uff0c\u5fc5\u987b\u4f7f\u7528\u5b50\u547d\u4ee4 '%s'\uff0c\u4ee5\u4fbf\u590d\u5236\u4f7f\u7528\u65b0\u7684\u57fa DN \u5185\u5bb9\u3002 INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\u5df2\u6210\u529f\u5b8c\u6210\u540e\u521d\u59cb\u5316\u8fc7\u7a0b\u3002 SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u8bfb\u53d6\u64cd\u4f5c\u8fdb\u5ea6\u65f6\u51fa\u9519\u3002 SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u8bfb\u53d6\u64cd\u4f5c\u8fdb\u5ea6\u65f6\u51fa\u9519\u3002 ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=\u6267\u884c\u64cd\u4f5c\u671f\u95f4\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u4efb\u52a1\u72b6\u6001: %s\u3002\u8bf7\u67e5\u770b %s \u7684\u9519\u8bef\u65e5\u5fd7\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=\u6267\u884c\u64cd\u4f5c\u671f\u95f4\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u6700\u65b0\u65e5\u5fd7\u7684\u8be6\u7ec6\u4fe1\u606f: %s\u3002\u4efb\u52a1\u72b6\u6001: %s\u3002\u8bf7\u67e5\u770b %s \u7684\u9519\u8bef\u65e5\u5fd7\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=\u6267\u884c\u64cd\u4f5c\u671f\u95f4\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u4efb\u52a1\u72b6\u6001: %s\u3002\u8bf7\u67e5\u770b %s \u7684\u9519\u8bef\u65e5\u5fd7\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\u6267\u884c\u64cd\u4f5c\u671f\u95f4\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u6700\u65b0\u65e5\u5fd7\u7684\u8be6\u7ec6\u4fe1\u606f: %s\u3002\u4efb\u52a1\u72b6\u6001: %s\u3002\u8bf7\u67e5\u770b %s \u7684\u9519\u8bef\u65e5\u5fd7\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u542f\u52a8\u64cd\u4f5c\u65f6\u51fa\u9519\u3002 SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u542f\u52a8\u64cd\u4f5c\u65f6\u51fa\u9519\u3002 ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=\u60a8\u8981\u6267\u884c\u54ea\u4e9b\u64cd\u4f5c\uff1f INFO_REPLICATION_ENABLE_MENU_PROMPT=\u542f\u7528\u590d\u5236 INFO_REPLICATION_DISABLE_MENU_PROMPT=\u7981\u7528\u590d\u5236 @@ -409,1192 +453,1194 @@ INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u4e4b\u524d INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u4e4b\u540e INFO_REPLICATION_STATUS_MENU_PROMPT=\u663e\u793a\u590d\u5236\u72b6\u6001 INFO_REPLICATION_POST_ENABLE_INFO=\u5df2\u6210\u529f\u542f\u7528\u590d\u5236\u3002Note that for replication to work you must initialize the contents of the base DN's that are being replicated (use %s %s to do so). INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=Organizational unit INFO_STATIC_GROUP_ICON_DESCRIPTION=Static group INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Dynamic group INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Virtual static group INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Password policy MILD_ERR_REFERRAL_LIMIT_EXCEEDED=Referral limit (%d) reached. INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes INFO_REPLICATION_POST_ENABLE_INFO=\u5df2\u6210\u529f\u542f\u7528\u590d\u5236\u3002\u8bf7\u6ce8\u610f\uff0c\u8981\u6b63\u786e\u8fdb\u884c\u590d\u5236\uff0c\u60a8\u5fc5\u987b\u521d\u59cb\u5316\u6b63\u5728\u590d\u5236\u7684\u57fa DN \u7684\u5185\u5bb9\uff08\u4f7f\u7528 %s %s \u6267\u884c\u8be5\u64cd\u4f5c\uff09\u3002 ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=\u7b49\u6548\u7684\u975e\u4ea4\u4e92\u547d\u4ee4\u884c\u662f: %n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=\u4ee5\u4ea4\u4e92\u6a21\u5f0f\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u4f1a\u5728\u6807\u51c6\u8f93\u51fa\u4e2d\u663e\u793a\u7b49\u6548\u7684\u975e\u4ea4\u4e92\u53c2\u6570 INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=\u4ee5\u4ea4\u4e92\u6a21\u5f0f\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u5c06\u5199\u5165\u7b49\u6548\u975e\u4ea4\u4e92\u547d\u4ee4\u7684\u6587\u4ef6\u7684\u5b8c\u6574\u8def\u5f84 MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=\u5c1d\u8bd5\u5728\u6587\u4ef6 %s \u4e2d\u5199\u5165\u7b49\u6548\u975e\u4ea4\u4e92\u547d\u4ee4\u884c\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u8be6\u7ec6\u4fe1\u606f: %s ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=\u5df2\u4f7f\u7528\u590d\u5236\u7aef\u53e3 '%d' \u914d\u7f6e\u4e86\u4e00\u4e2a\u670d\u52a1\u5668\u3002\u5df2\u5ffd\u7565\u63d0\u4f9b\u7684\u590d\u5236\u670d\u52a1\u5668\u7aef\u53e3 '%d'\u3002 MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=\u5df2\u4f7f\u7528\u590d\u5236\u7aef\u53e3 '%d' \u914d\u7f6e\u4e86\u7b2c\u4e8c\u4e2a\u670d\u52a1\u5668\u3002\u5df2\u5ffd\u7565\u63d0\u4f9b\u7684\u590d\u5236\u670d\u52a1\u5668\u7aef\u53e3 '%d'\u3002 INFO_CONTROL_PANEL_TITLE=OpenDS \u63a7\u5236\u9762\u677f INFO_PERSON_ICON_DESCRIPTION=\u4eba\u5458 INFO_ORGANIZATION_ICON_DESCRIPTION=\u7ec4\u7ec7 INFO_ORGANIZATIONAL_UNIT_ICON_DESCRIPTION=\u7ec4\u7ec7\u5355\u4f4d INFO_STATIC_GROUP_ICON_DESCRIPTION=\u9759\u6001\u7ec4 INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=\u52a8\u6001\u7ec4 INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=\u865a\u62df\u9759\u6001\u7ec4 INFO_PASSWORD_POLICY_ICON_DESCRIPTION=\u5bc6\u7801\u7b56\u7565 MILD_ERR_REFERRAL_LIMIT_EXCEEDED=\u5df2\u8fbe\u5230\u5f15\u7528\u9650\u5236 (%d)\u3002 INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=\u662f INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=\u5426 MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass and rename the entry. MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=\u65e0\u6cd5\u4fee\u6539\u5bf9\u8c61\u7c7b\u5e76\u91cd\u547d\u540d\u6761\u76ee\u3002 INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=\u76ee\u5f55\u6570\u636e INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Import LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=Export LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=Backup... INFO_CTRL_PANEL_ACTION_RESTORE=Restore... INFO_CTRL_PANEL_CATEGORY_SCHEMA=Schema INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=Manage Schema INFO_CTRL_PANEL_CATEGORY_INDEXES=Indexes INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=Manage Indexes INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=Verify Indexes... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=Rebuild Indexes... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=Runtime Options INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java Settings INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows Service MILD_ERR_CTRL_PANEL_DN_NOT_VALID=The DN is not valid. MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=\u7ba1\u7406\u6761\u76ee INFO_CTRL_PANEL_ACTION_NEW_BASEDN=\u65b0\u5efa\u57fa DN... INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=\u5bfc\u5165 LDIF... INFO_CTRL_PANEL_ACTION_EXPORT_LDIF=\u5bfc\u51fa LDIF... INFO_CTRL_PANEL_ACTION_BACKUP=\u5907\u4efd... INFO_CTRL_PANEL_ACTION_RESTORE=\u6062\u590d... INFO_CTRL_PANEL_CATEGORY_SCHEMA=\u6a21\u5f0f INFO_CTRL_PANEL_ACTION_MANAGE_SCHEMA=\u7ba1\u7406\u6a21\u5f0f INFO_CTRL_PANEL_CATEGORY_INDEXES=\u7d22\u5f15 INFO_CTRL_PANEL_ACTION_MANAGE_INDEXES=\u7ba1\u7406\u7d22\u5f15 INFO_CTRL_PANEL_ACTION_VERIFY_INDEXES=\u68c0\u9a8c\u7d22\u5f15... INFO_CTRL_PANEL_ACTION_REBUILD_INDEXES=\u91cd\u65b0\u751f\u6210\u7d22\u5f15... INFO_CTRL_PANEL_CATEGORY_RUNTIME_OPTIONS=\u8fd0\u884c\u65f6\u9009\u9879 INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java \u8bbe\u7f6e INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows \u670d\u52a1 MILD_ERR_CTRL_PANEL_DN_NOT_VALID=DN \u65e0\u6548\u3002 MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=\u65e0\u6548\u7684 DN \u503c: '%s'\u3002 MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u63d0\u4f9b\u7684\u5bc6\u7801\u4e0d\u5339\u914d\u3002 MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute %s. MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u5c5e\u6027 %s \u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS) INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP\uff08\u5141\u8bb8\u4f7f\u7528 StartTLS\uff09 INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure) INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX\uff08\u5b89\u5168\uff09 INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF INFO_CTRL_PANEL_CONN_HANDLER_SNMP=SNMP INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=\u590d\u5236 INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=\u590d\u5236\uff08\u5b89\u5168\uff09 INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=\u7ba1\u7406\u8fde\u63a5\u5668 INFO_CTRL_PANEL_CONN_HANDLER_OTHER=\u5176\u4ed6 INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring INFO_CTRL_PANEL_INDEX_PRESENCE=Presence INFO_CTRL_PANEL_INDEX_EQUALITY=Equality INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate INFO_CTRL_PANEL_INDEX_ORDERING=Ordering INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name INFO_CTRL_PANEL_INDEX_SUBSTRING=\u5b50\u4e32 INFO_CTRL_PANEL_INDEX_PRESENCE=\u5b58\u5728 INFO_CTRL_PANEL_INDEX_EQUALITY=\u7b49\u540c INFO_CTRL_PANEL_INDEX_APPROXIMATE=\u8fd1\u4f3c INFO_CTRL_PANEL_INDEX_ORDERING=\u6392\u5e8f INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=\u5c5e\u6027 INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=\u7d22\u5f15\u7c7b\u578b INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=\u6761\u76ee\u9650\u5236 INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=\u9700\u8981\u91cd\u65b0\u751f\u6210 INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=\u540d\u79f0 INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=\u57fa DN INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 - INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=\u8303\u56f4 INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=\u8fc7\u6ee4\u5668 INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=\u6392\u5e8f\u987a\u5e8f INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=\u9700\u8981\u91cd\u65b0\u751f\u6210 INFO_CTRL_PANEL_BINARY_VALUE=- \u4e8c\u8fdb\u5236\u503c - INFO_CTRL_PANEL_VALUE_IN_BASE64=- \u91c7\u7528 Base64 \u7684\u503c - # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It cannot run simultaneously with task %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups. INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to delete the base DN: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Equivalent command line to delete the backend: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Equivalent command line to disable replication on base DN '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=Equivalent command line to modify the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=Equivalent command line to modify the VLV index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=Equivalent command line to update the configuration: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=Equivalent command lines to generate default indexes: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=Equivalent command line to create the index: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=Equivalent command line to create the VLV index: INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=\u4ee5\u4e0b\u4efb\u52a1\u6b63\u5728\u8fd0\u884c: %s<br>\u8be5\u4efb\u52a1\u4e0d\u80fd\u4e0e\u4efb\u52a1 %s \u540c\u65f6\u8fd0\u884c INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=\u5c06\u6761\u76ee\u6dfb\u52a0\u5230\u7ec4\u3002 INFO_CTRL_PANEL_ADDING_TO_GROUP=\u6b63\u5728\u66f4\u65b0\u7ec4 '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=\u53ef\u4fee\u6539\u6761\u76ee\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=\u53ef\u91cd\u547d\u540d\u6761\u76ee\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=\u53ef\u5220\u9664\u57fa DN \u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=\u53ef\u5220\u9664\u540e\u7aef\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=\u53ef\u5728\u57fa DN '%s' \u4e0a\u7981\u7528\u590d\u5236\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_INDEX=\u53ef\u4fee\u6539\u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY_VLV_INDEX=\u53ef\u4fee\u6539 VLV \u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_BASE_DN=\u53ef\u66f4\u65b0\u914d\u7f6e\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ADDITIONAL_INDEXES=\u53ef\u751f\u6210\u9ed8\u8ba4\u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_INDEX=\u53ef\u521b\u5efa\u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_VLV_INDEX=\u53ef\u521b\u5efa VLV \u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'. INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=Delete backends '%s'. INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to delete entry '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to delete the index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to removing the following attribute from the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to create the entry: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Rebuild indexes in '%s'. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to rebuild indexes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to enable the backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to disable the backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop the server: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to start the server: INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to adding the following attribute to the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is equivalent to adding the following entry to the file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. Check main panel for more information. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=\u4ece\u547d\u4ee4\u884c\u66f4\u65b0 Java \u8bbe\u7f6e\u7684\u7b49\u6548\u8fc7\u7a0b\u4e3a: <br>\u7f16\u8f91\u4ee5\u4e0b\u6587\u4ef6\u4e2d\u7684\u5c5e\u6027:<br><b>%s</b><br>\uff0c\u7136\u540e\u8fd0\u884c\u4ee5\u4e0b\u547d\u4ee4\u884c:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=\u5220\u9664\u57fa DN '%s'\u3002 INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=\u5220\u9664\u57fa DN %s\u3002 INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=\u5220\u9664\u540e\u7aef '%s'\u3002 INFO_CTRL_PANEL_DELETE_BACKENDS_DESCRIPTION=\u5220\u9664\u540e\u7aef '%s'\u3002 INFO_CTRL_PANEL_DELETING_BASE_DN=\u6b63\u5728\u5220\u9664\u57fa DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=\u6b63\u5728\u5220\u9664\u57fa DN %s INFO_CTRL_PANEL_DELETING_BACKEND=\u6b63\u5728\u5220\u9664\u540e\u7aef '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=\u7981\u7528\u57fa DN '%s' \u590d\u5236 INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=\u5220\u9664\u6761\u76ee\u3002 INFO_CTRL_PANEL_ENTRIES_DELETED=%d \u4e2a\u6761\u76ee\u5df2\u5220\u9664\u3002 INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=\u6b63\u5728\u5220\u9664 '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=\u53ef\u5220\u9664\u6761\u76ee '%s' \u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=\u53ef\u5220\u9664\u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=\u5220\u9664\u540e\u7aef '%s' \u4e2d\u7684\u7d22\u5f15\u3002 INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=\u5220\u9664\u540e\u7aef '%s' \u4e2d\u7684\u7d22\u5f15\u3002 INFO_CTRL_PANEL_DELETING_INDEX=\u6b63\u5728\u5220\u9664\u7d22\u5f15 '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=\u6b63\u5728\u5220\u9664 VLV \u7d22\u5f15 '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=\u5220\u9664\u6a21\u5f0f\u5143\u7d20\u3002 INFO_CTRL_PANEL_DELETING_OBJECTCLASS=\u6b63\u5728\u5220\u9664\u5bf9\u8c61\u7c7b '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=\u6b63\u5728\u5220\u9664\u5c5e\u6027 '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=\u66f4\u65b0\u6a21\u5f0f\u65f6\u51fa\u9519\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=\u66f4\u65b0\u914d\u7f6e\u65f6\u51fa\u9519\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=\u68c0\u67e5\u6761\u76ee\u65f6\u51fa\u9519\u3002Details: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=\u8be5\u64cd\u4f5c\u76f8\u5f53\u4e8e\u4ece\u6587\u4ef6 '%s' \u7684\u6a21\u5f0f\u5b9a\u4e49\u6761\u76ee (cn=schema) \u4e2d\u5220\u9664\u4ee5\u4e0b\u5c5e\u6027: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=\u53ef\u66f4\u65b0\u6a21\u5f0f\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=\u4fee\u6539\u6761\u76ee '%s'\u3002 INFO_CTRL_PANEL_RENAMING_ENTRY=\u5c06\u6761\u76ee '%s' \u91cd\u547d\u540d\u4e3a '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=\u6b63\u5728\u4fee\u6539\u6761\u76ee '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=\u65b0\u5efa\u6761\u76ee '%s'\u3002 INFO_CTRL_PANEL_CREATING_ENTRY=\u6b63\u5728\u521b\u5efa\u6761\u76ee '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=\u53ef\u521b\u5efa\u6761\u76ee\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=\u5728 '%s' \u4e2d\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u3002 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=\u53ef\u5728 '%s' \u4e2d\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=\u53ef\u542f\u7528\u540e\u7aef '%s' \u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=\u53ef\u7981\u7528\u540e\u7aef '%s' \u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_ENABLING_BACKEND=\u542f\u7528\u540e\u7aef '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=\u7981\u7528\u540e\u7aef '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=\u91cd\u7f6e\u7528\u4e8e\u6761\u76ee '%s' \u7684\u5bc6\u7801\u3002 INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=\u6b63\u5728\u66f4\u65b0\u6761\u76ee '%s' \u7684\u5bc6\u7801 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=\u53ef\u91cd\u7f6e\u5bc6\u7801\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u3002 INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=\u542f\u52a8\u670d\u52a1\u5668\u3002 INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=\u505c\u6b62\u670d\u52a1\u5668\u3002 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=\u53ef\u505c\u6b62\u670d\u52a1\u5668\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=\u53ef\u542f\u52a8\u670d\u52a1\u5668\u7684\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_SERVER_STOPPED=\u670d\u52a1\u5668\u5df2\u505c\u6b62 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=\u8be5\u64cd\u4f5c\u76f8\u5f53\u4e8e\u5411\u6587\u4ef6 '%s' \u7684\u6a21\u5f0f\u5b9a\u4e49\u6761\u76ee (cn=schema) \u4e2d\u6dfb\u52a0\u4ee5\u4e0b\u5c5e\u6027: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=\u8be5\u64cd\u4f5c\u76f8\u5f53\u4e8e\u5411\u6587\u4ef6 '%s' \u6dfb\u52a0\u4ee5\u4e0b\u6761\u76ee: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=\u53ef\u66f4\u65b0\u6a21\u5f0f\u7684\u7b49\u6548\u547d\u4ee4\u884c: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=\u627e\u4e0d\u5230\u540e\u7aef MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=\u627e\u4e0d\u5230\u540e\u7aef '%s'\u3002\u8bf7\u68c0\u67e5\u4e3b\u9762\u677f\uff0c\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=\u670d\u52a1\u5668\u672a\u8fd0\u884c INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=\u8981\u6d4f\u89c8\u6570\u636e\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u8fd0\u884c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\u3002 INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=\u8bf7\u6307\u51fa\u5fc5\u9700\u5b57\u6bb5 INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=\u9700\u8981\u91cd\u65b0\u751f\u6210\u7d22\u5f15 # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br><br> Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br>During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=\u5df2\u6210\u529f\u4fee\u6539 '%s' \u7684\u7d22\u5f15\u914d\u7f6e\u3002\u8981\u8003\u8651\u914d\u7f6e\uff0c\u5fc5\u987b\u91cd\u65b0\u751f\u6210\u6570\u636e\u5e93\u7d22\u5f15\u6587\u4ef6\u3002\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528\u201c\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u201d\u5de5\u5177\u6216\u91cd\u65b0\u5bfc\u5165\u540e\u7aef '%s' \u7684\u5185\u5bb9\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002<br><br>\u662f\u5426\u8981\u91cd\u65b0\u751f\u6210\u7d22\u5f15\uff1f INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=\u5df2\u6210\u529f\u4fee\u6539 '%s' \u7684\u7d22\u5f15\u914d\u7f6e\u3002\u8981\u8003\u8651\u914d\u7f6e\uff0c\u5fc5\u987b\u91cd\u65b0\u751f\u6210\u6570\u636e\u5e93\u7d22\u5f15\u6587\u4ef6\u3002\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528\u201c\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u201d\u5de5\u5177\u6216\u91cd\u65b0\u5bfc\u5165\u540e\u7aef '%s' \u7684\u5185\u5bb9\u6765\u6267\u884c\u6b64\u64cd\u4f5c\u3002<br>\u5728\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u671f\u95f4\uff0c\u5c06\u7981\u7528\u540e\u7aef '%s'\u5e76\u4e14\u5176\u540e\u7f00\u90fd\u4e0d\u53ef\u4f7f\u7528\u3002<br><br>\u662f\u5426\u8981\u91cd\u65b0\u751f\u6210\u7d22\u5f15\uff1f INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=\u9700\u8981\u9a8c\u8bc1 INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully rebuilt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred rebuilding index. Error code: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=\u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=\u7b49\u6548\u547d\u4ee4\u884c: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=\u6b63\u5728\u540e\u7aef '%s' \u4e2d\u91cd\u65b0\u751f\u6210\u7d22\u5f15... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=\u7d22\u5f15\u91cd\u65b0\u751f\u6210\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u3002 MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= \u91cd\u65b0\u751f\u6210\u7d22\u5f15\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_DETAILS_THROWABLE=Details: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=\u6b63\u5728\u542f\u52a8\u670d\u52a1\u5668... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started successfully MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the server. \u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted successfully MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the server. \u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=\u542f\u52a8\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u542f\u52a8\u670d\u52a1\u5668 MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=\u670d\u52a1\u5668\u542f\u52a8\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=\u542f\u52a8\u670d\u52a1\u5668\u65f6\u51fa\u9519\u3002\u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=\u91cd\u65b0\u542f\u52a8\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668 MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=\u670d\u52a1\u5668\u91cd\u65b0\u542f\u52a8\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668\u65f6\u51fa\u9519\u3002\u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=\u6b63\u5728\u505c\u6b62\u670d\u52a1\u5668... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped successfully MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the server. \u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when operation completes INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=\u505c\u6b62\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u505c\u6b62\u670d\u52a1\u5668 MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=\u670d\u52a1\u5668\u505c\u6b62\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=\u505c\u6b62\u670d\u52a1\u5668\u65f6\u51fa\u9519\u3002\u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=\u64cd\u4f5c\u5b8c\u6210\u65f6\u5173\u95ed\u7a97\u53e3 INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=\u8bf7\u7a0d\u5019... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=\u8be6\u7ec6\u4fe1\u606f: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=\u542f\u52a8\u670d\u52a1\u5668 INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=\u505c\u6b62\u670d\u52a1\u5668 INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=\u91cd\u65b0\u542f\u52a8\u670d\u52a1\u5668 INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=\u9700\u8981\u786e\u8ba4 # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List... INFO_CTRL_PANEL_READING_SUMMARY=Reading... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_FILTER_LABEL=Filter: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=\u5982\u679c\u670d\u52a1\u5668\u5df2\u505c\u6b62\uff0c\u5219\u81f3\u8be5\u670d\u52a1\u5668\u7684\u6240\u6709\u6253\u5f00\u7684\u8fde\u63a5\u90fd\u5c06\u5173\u95ed\u5e76\u4e14\u8be5\u670d\u52a1\u5668\u5c06\u4e0d\u518d\u53ef\u7528\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=\u5728\u91cd\u65b0\u542f\u52a8\u671f\u95f4\uff0c\u81f3\u8be5\u670d\u52a1\u5668\u7684\u6240\u6709\u6253\u5f00\u7684\u8fde\u63a5\u90fd\u5c06\u5173\u95ed\u5e76\u4e14\u8be5\u670d\u52a1\u5668\u5c06\u4e0d\u518d\u53ef\u7528\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=\u6b63\u5728\u88c5\u5165\u9762\u677f... INFO_CTRL_PANEL_CHECKING_SUMMARY=\u6b63\u5728\u68c0\u67e5... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=\u6b63\u5728\u5237\u65b0\u5217\u8868... INFO_CTRL_PANEL_READING_SUMMARY=\u6b63\u5728\u8bfb\u53d6... INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=\u6b63\u5728\u8bfb\u53d6 Java \u8bbe\u7f6e... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=\u6b63\u5728\u68c0\u9a8c\u9a8c\u8bc1... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=\u6b63\u5728\u8bfb\u53d6\u914d\u7f6e... INFO_CTRL_PANEL_BASE_DN_LABEL=\u57fa DN: INFO_CTRL_PANEL_FILTER_LABEL=\u8fc7\u6ee4\u5668: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=\u5e94\u7528 INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=\u5173\u95ed INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=\u53d6\u6d88 INFO_CTRL_PANEL_OK_BUTTON_LABEL=\u786e\u5b9a INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=Save INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=Do Not Save INFO_CTRL_PANEL_INVALID_DN_DETAILS=The value %s is not a valid DN. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=No base DN selected. INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=The provided filter is not valid. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed. Try Applying a Filter. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is running. You must provide authentication to browse data. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type: INFO_CTRL_PANEL_APPROXIMATE_LABEL=Approximate INFO_CTRL_PANEL_EQUALITY_LABEL=Equality INFO_CTRL_PANEL_ORDERING_LABEL=Ordering INFO_CTRL_PANEL_PRESENCE_LABEL=Presence INFO_CTRL_PANEL_SUBSTRING_LABEL=Substring INFO_CTRL_PANEL_DELETE_INDEX_LABEL=Delete Index... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Save Changes INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=This is a non-configurable internal index INFO_CTRL_PANEL_SAVE_BUTTON_LABEL=\u4fdd\u5b58 INFO_CTRL_PANEL_DO_NOT_SAVE_BUTTON_LABEL=\u4e0d\u4fdd\u5b58 INFO_CTRL_PANEL_INVALID_DN_DETAILS=\u503c %s \u4e0d\u662f\u6709\u6548\u7684 DN\u3002Details: %s INFO_CTRL_PANEL_NO_BASE_DN_SELECTED=\u672a\u9009\u62e9\u4efb\u4f55\u57fa DN\u3002 INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=\u63d0\u4f9b\u7684\u8fc7\u6ee4\u5668\u65e0\u6548\u3002Details: %s INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=\u672a\u627e\u5230\u5339\u914d\u9879 INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=\u663e\u793a\u4e86\u6700\u591a %d \u4e2a\u5b50\u9879\u3002\u5c1d\u8bd5\u5e94\u7528\u4e00\u4e2a\u8fc7\u6ee4\u5668\u3002 INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=\u5c06\u201c*\u201d\u7528\u4e8e\u5b50\u4e32\u641c\u7d22\u3002 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u6d4f\u89c8\u6570\u636e\u3002 INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=\u8981\u6d4f\u89c8\u6570\u636e\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u8fd0\u884c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\u3002 INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=\u5c1d\u8bd5\u8fde\u63a5\u81f3\u670d\u52a1\u5668\u4ee5\u8bfb\u53d6\u6570\u636e\u65f6\u51fa\u73b0\u9519\u8bef\u3002Details: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=\u8fde\u63a5\u9519\u8bef INFO_CTRL_PANEL_ATTRIBUTE_LABEL=\u5c5e\u6027: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=\u6761\u76ee\u9650\u5236: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=\u7d22\u5f15\u7c7b\u578b: INFO_CTRL_PANEL_APPROXIMATE_LABEL=\u8fd1\u4f3c INFO_CTRL_PANEL_EQUALITY_LABEL=\u7b49\u540c INFO_CTRL_PANEL_ORDERING_LABEL=\u6392\u5e8f INFO_CTRL_PANEL_PRESENCE_LABEL=\u5b58\u5728 INFO_CTRL_PANEL_SUBSTRING_LABEL=\u5b50\u4e32 INFO_CTRL_PANEL_DELETE_INDEX_LABEL=\u5220\u9664\u7d22\u5f15... INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=\u4fdd\u5b58\u66f4\u6539 INFO_CTRL_PANEL_NON_CONFIGURABLE_INDEX_LABEL=\u6b64\u4e3a\u4e0d\u53ef\u914d\u7f6e\u7684\u5185\u90e8\u7d22\u5f15 # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer between %d and %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred creating new entry. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the server must be running and you must provide authentication. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must provide authentication. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation of the entry. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass values of the entry. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=Search Scope: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=Search Filter: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=Sort Order: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=Max Block Size: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=Base Object INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=Single Level INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=Subordinate Subtree INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=Whole Subtree INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=Add INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. Check main panel for more information. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>\u5df2\u4fee\u6539\u8be5\u7d22\u5f15\u3002<br>\u91cd\u65b0\u751f\u6210\u5fc5\u9700\u7684\u7d22\u5f15\uff08\u4f7f\u7528\u201c\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u201d\u6216\u201c\u5bfc\u5165\u201d\uff09\u3002 INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=\u81ea\u5b9a\u4e49\u5c5e\u6027 INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=\u6807\u51c6\u5c5e\u6027 INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=\u7d22\u5f15\u8be6\u7ec6\u4fe1\u606f MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=\u6761\u76ee\u9650\u5236\u5fc5\u987b\u4e3a\u4ecb\u4e8e %d \u548c %d \u4e4b\u95f4\u7684\u6574\u6570\u3002 MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u81f3\u5c11\u4e00\u4e2a\u7d22\u5f15\u7c7b\u578b\uff08\u8fd1\u4f3c\u3001\u7b49\u540c\u3001\u6392\u5e8f\u3001\u5b58\u5728\u6216\u5b50\u4e32\uff09\u3002 ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=\u6761\u76ee '%s' \u5df2\u5b58\u5728\u3002 INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=\u6b63\u5728\u521b\u5efa\u65b0\u6761\u76ee... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=\u6761\u76ee\u5df2\u521b\u5efa INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u521b\u5efa\u6761\u76ee\u3002 MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=\u521b\u5efa\u65b0\u6761\u76ee\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=\u521b\u5efa\u65b0\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=\u8981\u521b\u5efa\u6761\u76ee\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u8fd0\u884c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\u3002 INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=\u8981\u521b\u5efa\u6761\u76ee\uff0c\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\u3002 MILD_ERR_LDIF_REPRESENTATION_REQUIRED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u6761\u76ee\u7684 LDIF \u8868\u793a\u3002 MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=\u5fc5\u987b\u63d0\u4f9b\u6761\u76ee\u7684\u5bf9\u8c61\u7c7b\u503c\u3002 INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=\u4f8b\u5982\uff1a(|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=\u4f8b\u5982\uff1adc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV \u7d22\u5f15\u8be6\u7ec6\u4fe1\u606f INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=\u57fa DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=\u8fc7\u6ee4\u5668: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_SCOPE_LABEL=\u641c\u7d22\u8303\u56f4: INFO_CTRL_PANEL_VLV_INDEX_SEARCH_FILTER_LABEL=\u641c\u7d22\u8fc7\u6ee4\u5668: INFO_CTRL_PANEL_VLV_INDEX_SORT_ORDER_LABEL=\u6392\u5e8f\u987a\u5e8f: INFO_CTRL_PANEL_VLV_INDEX_MAX_BLOCK_SIZE_LABEL=\u6700\u5927\u5757\u5927\u5c0f: INFO_CTRL_PANEL_VLV_INDEX_BASE_OBJECT_LABEL=\u57fa\u5bf9\u8c61 INFO_CTRL_PANEL_VLV_INDEX_SINGLE_LEVEL_LABEL=\u5355\u7ea7 INFO_CTRL_PANEL_VLV_INDEX_SUBORDINATE_SUBTREE_LABEL=\u4ece\u5c5e\u5b50\u6811 INFO_CTRL_PANEL_VLV_INDEX_WHOLE_SUBTREE_LABEL=\u6574\u4e2a\u5b50\u6811 INFO_CTRL_PANEL_VLV_INDEX_ADD_BUTTON_LABEL=\u6dfb\u52a0 INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=\u5220\u9664 INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=\u4e0a\u79fb INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=\u4e0b\u79fb INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=\u5176\u4ed6: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=\uff08\u5347\u5e8f\uff09 INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=\uff08\u964d\u5e8f\uff09 MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=\u627e\u4e0d\u5230\u6a21\u5f0f MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=\u627e\u4e0d\u5230\u6a21\u5f0f\u3002\u8bf7\u68c0\u67e5\u4e3b\u9762\u677f\uff0c\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=\u672a\u5b9a\u4e49\u7d22\u5f15 # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV index to be effective the following indexes must be configured in '%s':<br>%s <br><br>Do you want to continue? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the definition of index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'. MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No VLV index name provided. MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=There is already a VLV index '%s' defined in backend '%s'. MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=The provided base DN is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=You must provide a filter for the index. MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one attribute for the sort order. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size must be an integer between %d and %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Add Groups... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Choose Groups MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an static group. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were successfully added. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to groups. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name: INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=\u4e3a\u4f7f\u6b64 VLV \u7d22\u5f15\u6709\u6548\uff0c\u5fc5\u987b\u5728 '%s' \u4e2d\u914d\u7f6e\u4ee5\u4e0b\u7d22\u5f15:<br>%s<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=\u7b49\u540c INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=\u5b50\u4e32 INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=\u6392\u5e8f INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=\u5b58\u5728 INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=\u8fd1\u4f3c INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=\u60a8\u5fc5\u987b\u5c06\u7d22\u5f15 '%s' \u7684\u5b9a\u4e49\u66f4\u65b0\u4e3a\u7c7b\u578b %s\u3002 INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=\u60a8\u5fc5\u987b\u5c06\u7d22\u5f15 '%s' \u5b9a\u4e49\u4e3a\u7c7b\u578b %s\u3002 INFO_CTRL_PANEL_MUST_DEFINE_INDEX=\u60a8\u5fc5\u987b\u5b9a\u4e49\u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=\u672a\u63d0\u4f9b VLV \u7d22\u5f15\u540d\u79f0\u3002 MILD_ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=\u5728\u540e\u7aef '%s' \u4e2d\u5df2\u5b9a\u4e49\u4e86 VLV \u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u57fa DN\u3002 MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=\u63d0\u4f9b\u7684\u57fa DN \u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=\u60a8\u5fc5\u987b\u4e3a\u7d22\u5f15\u63d0\u4f9b\u8fc7\u6ee4\u5668\u3002 MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=\u63d0\u4f9b\u7684\u8fc7\u6ee4\u5668\u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=\u60a8\u5fc5\u987b\u4e3a\u6392\u5e8f\u987a\u5e8f\u9009\u62e9\u81f3\u5c11\u4e00\u4e2a\u5c5e\u6027\u3002 MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=\u6700\u5927\u7684\u5757\u5927\u5c0f\u5fc5\u987b\u4e3a\u4ecb\u4e8e %d \u548c %d \u4e4b\u95f4\u7684\u6574\u6570\u3002 INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=\u6dfb\u52a0\u5230\u7ec4 INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=\u8981\u6dfb\u52a0\u7684\u6761\u76ee: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=\u7ec4: INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=\u6dfb\u52a0\u7ec4... INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=\u9009\u62e9\u7ec4 MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=\u627e\u4e0d\u5230\u7ec4 '%s'\u3002 MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=\u6761\u76ee '%s' \u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u9759\u6001\u7ec4\u3002 MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=\u60a8\u5fc5\u987b\u5b9a\u4e49\u4e00\u4e2a\u7ec4\u3002 INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=\u6b63\u5728\u6dfb\u52a0\u5230\u7ec4... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=\u6dfb\u52a0\u5230\u7ec4\u7684\u6761\u76ee INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u6dfb\u52a0\u6761\u76ee\u3002 MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=\u6dfb\u52a0\u5230\u7ec4\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=\u6dfb\u52a0\u5230\u7ec4\u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=\u5c5e\u6027\u8bed\u6cd5 INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=\u5c5e\u6027\u8bed\u6cd5\u8be6\u7ec6\u4fe1\u606f INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=\u540d\u79f0: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found - INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=\u63cf\u8ff0: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=\u7531\u5c5e\u6027\u6240\u4f7f\u7528: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=\u540e\u7aef\u7d22\u5f15 INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=\u540e\u7aef VLV \u7d22\u5f15 INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- \u672a\u627e\u5230\u5907\u4efd - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=\u6d4f\u89c8... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=Full Backup INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=Incremental Backup (Specify Parent Backup Below) INFO_CTRL_PANEL_BACKUP_ID_LABEL=Backup ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=Available Parent Backups: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=Backup Options: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=Compress Data (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=Encrypt Data INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of Backup Contents to Use as Checksum INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running. You must provide authentication to perform the backup. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=The backup path '%s" exists and is a file. MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=The backup path '%s' does not exist. MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No backup ID provided. MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=The file '%s' exists. You must provide a directory to do the new backup. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=You have chosen to run an incremental backup. You must select the parent backup in the list of available parent backups. MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=A backup with ID '%s' is already defined under '%s'. INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=Backup contents of '%s' to directory '%s'. INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=Creating backup of backend '%s'... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=Creating backup of all backends... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=Backup Complete INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the backup. Error code: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not valid. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=The path '%s' is a directory. You must provide a file. MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=Cannot read file '%s'. Check that you have read rights to it. MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=You must provide a value in Base 64 format. MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 format: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=Image Preview: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries INFO_CTRL_PANEL_NEW_USER_MENU=New User... INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=New Organizational Unit... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=New Domain... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=New from LDIF... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=Reset User Password... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=Add to Group... INFO_CTRL_PANEL_COPY_DN_MENU=Copy DN INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=Delete Selected Entries INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=Do you want to delete the selected entries (including all the entries below them on the tree)? INFO_CTRL_PANEL_FILE_MENU=File INFO_CTRL_PANEL_EXIT_MENU=Exit INFO_CTRL_PANEL_HELP_MENU=Help INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=Administration Guide INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=Documentation Wiki INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=New Window INFO_CTRL_PANEL_VIEW_MENU=View INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=\u53ef\u7528\u7684\u5907\u4efd: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=\u5237\u65b0\u5217\u8868 INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=\u68c0\u9a8c\u5907\u4efd MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=\u641c\u7d22\u5907\u4efd\u65f6\u51fa\u9519 INFO_CTRL_PANEL_BACKUP_PATH_LABEL=\u5907\u4efd\u8def\u5f84: INFO_CTRL_PANEL_BACKUP_TITLE=\u8fd0\u884c\u5907\u4efd INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=\u6240\u6709\u540e\u7aef INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=\u5907\u4efd\u7c7b\u578b: INFO_CTRL_PANEL_FULL_BACKUP_LABEL=\u5b8c\u6574\u5907\u4efd INFO_CTRL_PANEL_INCREMENTAL_BACKUP_LABEL=\u589e\u91cf\u5907\u4efd\uff08\u5728\u4e0b\u9762\u6307\u5b9a\u7236\u5907\u4efd\uff09 INFO_CTRL_PANEL_BACKUP_ID_LABEL=\u5907\u4efd ID: INFO_CTRL_PANEL_AVAILABLE_PARENT_BACKUPS_LABEL=\u53ef\u7528\u7684\u7236\u5907\u4efd: INFO_CTRL_PANEL_BACKUP_OPTIONS_LABEL=\u5907\u4efd\u9009\u9879: INFO_CTRL_PANEL_COMPRESS_DATA_LABEL=\u538b\u7f29\u6570\u636e (.gzip) INFO_CTRL_PANEL_ENCRYPT_DATA_LABEL=\u52a0\u5bc6\u6570\u636e INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=\u751f\u6210\u5907\u4efd\u5185\u5bb9\u7684\u6d88\u606f\u6458\u8981\u4ee5\u7528\u4f5c\u6821\u9a8c\u548c INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=\u7b7e\u540d\u6d88\u606f\u6458\u8981\u6563\u5217 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u6267\u884c\u5907\u4efd\u3002 MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=\u672a\u9009\u62e9\u540e\u7aef\u3002 MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=\u65e0\u53ef\u7528\u7684\u540e\u7aef\u3002 MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=\u672a\u63d0\u4f9b\u5907\u4efd\u8def\u5f84\u3002 MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=\u5907\u4efd\u8def\u5f84 '%s" \u5b58\u5728\u5e76\u4e14\u4e3a\u4e00\u4e2a\u6587\u4ef6\u3002 MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=\u5907\u4efd\u8def\u5f84 '%s' \u4e0d\u5b58\u5728\u3002 MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=\u672a\u63d0\u4f9b\u5907\u4efd ID\u3002 MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=\u6587\u4ef6 '%s' \u5b58\u5728\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u76ee\u5f55\uff0c\u624d\u80fd\u6267\u884c\u65b0\u5907\u4efd\u3002 MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u8fd0\u884c\u589e\u91cf\u5907\u4efd\u3002\u60a8\u5fc5\u987b\u5728\u53ef\u7528\u7684\u7236\u5907\u4efd\u5217\u8868\u4e2d\u9009\u62e9\u7236\u5907\u4efd\u3002 MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=\u5728 '%s' \u7684\u4e0b\u9762\u5df2\u5b9a\u4e49\u5177\u6709 ID '%s' \u7684\u5907\u4efd\u3002 INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION=\u5c06 '%s' \u7684\u5185\u5bb9\u5907\u4efd\u5230\u76ee\u5f55 '%s'\u3002 INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=\u6b63\u5728\u521b\u5efa\u540e\u7aef '%s' \u7684\u5907\u4efd... INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=\u6b63\u5728\u521b\u5efa\u6240\u6709\u540e\u7aef\u7684\u5907\u4efd... INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=\u5907\u4efd\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u5b8c\u6210\u5907\u4efd\u3002 MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=\u5907\u4efd\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=\u5907\u4efd\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=\u5176\u4ed6\u57fa DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u57fa DN\u3002 MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=\u63d0\u4f9b\u7684\u57fa DN \u65e0\u6548\u3002Details: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- \u672a\u6307\u5b9a\u503c - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=\u60a8\u5fc5\u987b\u4e3a\u6587\u4ef6\u6307\u5b9a\u503c\u3002 MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=\u6587\u4ef6 '%s' \u4e0d\u5b58\u5728\u3002 MILD_ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=\u8def\u5f84 '%s' \u4e3a\u76ee\u5f55\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u6587\u4ef6\u3002 MILD_ERR_CTRL_PANEL_CANNOT_READ_FILE=\u65e0\u6cd5\u8bfb\u53d6\u6587\u4ef6 '%s'\u3002\u68c0\u67e5\u60a8\u662f\u5426\u5177\u6709\u8bfb\u53d6\u8be5\u6587\u4ef6\u7684\u6743\u9650\u3002 MILD_ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=\u60a8\u63d0\u4f9b\u7684\u503c\u5fc5\u987b\u91c7\u7528 Base 64 \u683c\u5f0f\u3002 MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=\u8bfb\u53d6\u6587\u4ef6\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef\u3002Details: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=\u5bf9\u63d0\u4f9b\u7684 Base 64 \u5b57\u7b26\u4e32\u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef\u3002Details: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=\u7f16\u8f91\u4e8c\u8fdb\u5236\u5c5e\u6027 INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=\u4f7f\u7528\u6587\u4ef6\u5185\u5bb9: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=\u4ee5 Base 64 \u683c\u5f0f\u6307\u5b9a\u4e8c\u8fdb\u5236\u5185\u5bb9: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=\u5237\u65b0 INFO_CTRL_PANEL_IMAGE_PREVIEW_LABEL=\u56fe\u50cf\u9884\u89c8: INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- \u4ee5 Base 64 \u6307\u5b9a\u503c - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=\u5c5e\u6027\u7684\u56fe\u50cf INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=\u9884\u89c8\u4e0d\u53ef\u7528\u3002 INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=\u67e5\u770b\u4e8c\u8fdb\u5236\u5c5e\u6027 INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=\u91c7\u7528 Base 64 \u683c\u5f0f\u7684\u503c: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=\u7ba1\u7406\u6761\u76ee INFO_CTRL_PANEL_NEW_USER_MENU=\u65b0\u5efa\u7528\u6237... INFO_CTRL_PANEL_NEW_GROUP_MENU=\u65b0\u5efa\u7ec4... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=\u65b0\u5efa\u7ec4\u7ec7... INFO_CTRL_PANEL_NEW_ORGANIZATIONAL_UNIT_MENU=\u65b0\u5efa\u7ec4\u7ec7\u5355\u4f4d... INFO_CTRL_PANEL_NEW_DOMAIN_MENU=\u65b0\u5efa\u57df... INFO_CTRL_PANEL_NEW_FROM_LDIF_MENU=\u4ece LDIF \u65b0\u5efa... INFO_CTRL_PANEL_RESET_USER_PASSWORD_MENU=\u91cd\u7f6e\u7528\u6237\u5bc6\u7801... INFO_CTRL_PANEL_ADD_TO_GROUP_MENU=\u6dfb\u52a0\u5230\u7ec4... INFO_CTRL_PANEL_COPY_DN_MENU=\u590d\u5236 DN INFO_CTRL_PANEL_DELETE_SELECTED_ENTRIES_TITLE=\u5220\u9664\u9009\u5b9a\u7684\u6761\u76ee INFO_CTRL_PANEL_DELETE_ENTRIES_CONFIRMATION_DETAILS=\u662f\u5426\u8981\u5220\u9664\u9009\u5b9a\u7684\u6761\u76ee\uff08\u5305\u62ec\u6811\u4e2d\u9009\u5b9a\u6761\u76ee\u4e0b\u7684\u6240\u6709\u6761\u76ee\uff09\uff1f INFO_CTRL_PANEL_FILE_MENU=\u6587\u4ef6 INFO_CTRL_PANEL_EXIT_MENU=\u9000\u51fa INFO_CTRL_PANEL_HELP_MENU=\u5e2e\u52a9 INFO_CTRL_PANEL_ADMINISTRATION_GUIDE_MENU=\u7ba1\u7406\u6307\u5357 INFO_CTRL_PANEL_DOCUMENTATION_WIKI_MENU=\u6587\u6863 Wiki INFO_CTRL_PANEL_NEW_BROWSER_WINDOW_MENU=\u65b0\u5efa\u7a97\u53e3 INFO_CTRL_PANEL_VIEW_MENU=\u89c6\u56fe INFO_CTRL_PANEL_ENTRIES_MENU=\u6761\u76ee\u6570 INFO_CTRL_PANEL_CLOSE_MENU=\u5173\u95ed INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=The file menu INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=The view menu INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=The help menu INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=The entries edition menu INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=Simplified View INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=Attribute View INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF View INFO_CTRL_PANEL_DELETE_ENTRY_MENU=Delete Entry... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error deleting entries MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting entries INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes INFO_CTRL_PANEL_BACKEND_LABEL=Backend: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- No Item Selected - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- Multiple Items Selected - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- No Entry Selected - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- Multiple Entries Selected - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- No Schema Item Selected - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=New VLV Index... INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined. To create and manage indexes, you must create a backend. To create a new backend you can use the action "New Base DN". MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=No index selected on the tree. INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=Delete Indexes INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=Are you sure you want to delete the indexes '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=Deleting indexes... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=Indexes Deleted INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting indexes '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=Standard INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=Server Configuration INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=Custom INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=Matching Rules INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Attribute Syntaxes INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=New Attribute... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name INFO_CTRL_PANEL_FILE_MENU_DESCRIPTION=\u6587\u4ef6\u83dc\u5355 INFO_CTRL_PANEL_VIEW_MENU_DESCRIPTION=\u89c6\u56fe\u83dc\u5355 INFO_CTRL_PANEL_HELP_MENU_DESCRIPTION=\u5e2e\u52a9\u83dc\u5355 INFO_CTRL_PANEL_ENTRIES_MENU_DESCRIPTION=\u6761\u76ee\u7f16\u8f91\u83dc\u5355 INFO_CTRL_PANEL_SIMPLIFIED_VIEW_MENU=\u7b80\u5316\u89c6\u56fe INFO_CTRL_PANEL_ATTRIBUTE_VIEW_MENU=\u5c5e\u6027\u89c6\u56fe INFO_CTRL_PANEL_LDIF_VIEW_MENU=LDIF \u89c6\u56fe INFO_CTRL_PANEL_DELETE_ENTRY_MENU=\u5220\u9664\u6761\u76ee... INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=\u5220\u9664\u6761\u76ee... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=\u5220\u9664\u57fa DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=\u5220\u9664\u540e\u7aef... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=\u6b63\u5728\u5220\u9664\u6761\u76ee... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=\u6761\u76ee\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u6761\u76ee\u3002 MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=\u5220\u9664\u6761\u76ee\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=\u5220\u9664\u6761\u76ee\u65f6\u51fa\u73b0\u9519\u8bef INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=\u7d22\u5f15 INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV \u7d22\u5f15 INFO_CTRL_PANEL_BACKEND_LABEL=\u540e\u7aef: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- \u672a\u627e\u5230\u540e\u7aef - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- \u672a\u627e\u5230\u57fa DN - INFO_CTRL_PANEL_NO_ITEM_SELECTED_LABEL=- \u672a\u9009\u62e9\u9879 - INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED_LABEL=- \u9009\u62e9\u4e86\u591a\u4e2a\u9879 - INFO_CTRL_PANEL_NO_ENTRY_SELECTED_LABEL=- \u672a\u9009\u62e9\u6761\u76ee - INFO_CTRL_PANEL_MULTIPLE_ENTRIES_SELECTED_LABEL=- \u9009\u62e9\u4e86\u591a\u4e2a\u6761\u76ee - INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED_LABEL=- \u672a\u9009\u62e9\u6a21\u5f0f\u9879 - INFO_CTRL_PANEL_NEW_INDEX_BUTTON_LABEL=\u65b0\u5efa\u7d22\u5f15... INFO_CTRL_PANEL_NEW_VLV_INDEX_BUTTON_LABEL=\u65b0\u5efa VLV \u7d22\u5f15... INFO_CTRL_PANEL_NEW_INDEX_MENU=\u65b0\u5efa\u7d22\u5f15... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=\u65b0\u5efa VLV \u7d22\u5f15... INFO_CTRL_PANEL_DELETE_INDEX_MENU=\u5220\u9664\u7d22\u5f15... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=\u7ba1\u7406\u7d22\u5f15 MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=\u672a\u627e\u5230\u540e\u7aef MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=\u672a\u5b9a\u4e49\u540e\u7aef\u3002\u8981\u521b\u5efa\u5e76\u7ba1\u7406\u7d22\u5f15\uff0c\u5fc5\u987b\u521b\u5efa\u540e\u7aef\u3002\u8981\u521b\u5efa\u65b0\u540e\u7aef\uff0c\u53ef\u4ee5\u4f7f\u7528\u201c\u65b0\u5efa\u57fa DN\u201d\u64cd\u4f5c\u3002 MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=\u5728\u6811\u4e2d\u672a\u9009\u62e9\u7d22\u5f15\u3002 INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=\u5220\u9664\u7d22\u5f15 INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=\u662f\u5426\u8981\u5220\u9664\u5728\u540e\u7aef '%s' \u4e2d\u5b9a\u4e49\u7684\u7d22\u5f15 '%s'\uff1f INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=\u6b63\u5728\u5220\u9664\u7d22\u5f15... INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=\u7d22\u5f15\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u540e\u7aef '%s' \u4e2d\u7684\u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=\u5220\u9664\u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=\u5220\u9664\u7d22\u5f15 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=\u5c5e\u6027 INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=\u6807\u51c6 INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASSES_CATEGORY_NODE=\u670d\u52a1\u5668\u914d\u7f6e INFO_CTRL_PANEL_CUSTOM_OBJECTCLASSES_CATEGORY_NODE=\u81ea\u5b9a\u4e49 INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_CATEGORY_NODE=\u6807\u51c6 INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTES_CATEGORY_NODE=\u670d\u52a1\u5668\u914d\u7f6e INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_CATEGORY_NODE=\u81ea\u5b9a\u4e49 INFO_CTRL_PANEL_MATCHING_RULES_CATEGORY_NODE=\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=\u5c5e\u6027\u8bed\u6cd5 INFO_CTRL_PANEL_NEW_OBJECTCLASS_BUTTON=\u65b0\u5efa\u5bf9\u8c61\u7c7b... INFO_CTRL_PANEL_NEW_ATTRIBUTE_BUTTON=\u65b0\u5efa\u5c5e\u6027... INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=\u65b0\u5efa\u5bf9\u8c61\u7c7b... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=\u65b0\u5efa\u5c5e\u6027... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=\u5220\u9664... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=\u540d\u79f0 INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=\u7c7b\u578b INFO_CTRL_PANEL_PARENT_CLASS=Parent Class INFO_CTRL_PANEL_CHILD_CLASS=Child Class INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=Multiple Schema Items Selected MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the following classes: %s. You must redefine these classes so that they do not inherit from objectClass '%s' before deleting it. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the following attributes: %s. You must redefine these attributes so that they do not inherit from attribute '%s' before deleting it. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional or required by the following objectClasses: %s. You must redefine these classes so that they do not depend on attribute '%s' before deleting it. INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=Manage Schema INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=Delete Objectclasses INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=Delete Attributes INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=Delete Objectclasses and Attributes INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=Are you sure you want to delete the elements '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=Deleting... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=Schema Definitions Deleted INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' were successfully deleted MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting schema elements MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred deleting schema elements. Check details for more information INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is running. You must provide authentication to delete the attribute. INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=Are you sure you want to delete the attribute '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=Deleting attribute '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=Attribute Deleted INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting attribute MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting attribute '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is running. You must provide authentication to delete the object class. INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=Are you sure you want to delete the object class '%s' defined in the schema? INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=Deleting object class '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=Object class Deleted INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting object class MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred deleting object class '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is running. You must provide authentication to delete a backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error deleting backends MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting backends. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends will be deleted. All the entries defined on all the base DN's of the backend and all the index configuration will be deleted. INFO_CTRL_PANEL_PARENT_CLASS=\u7236\u7c7b INFO_CTRL_PANEL_CHILD_CLASS=\u5b50\u7c7b INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=\u5fc5\u9700\u5c5e\u6027 INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=\u53ef\u9009\u5c5e\u6027 INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=\u672a\u9009\u62e9\u6a21\u5f0f\u9879 INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=\u9009\u62e9\u4e86\u7c7b\u522b\u9879 INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=\u9009\u62e9\u4e86\u591a\u4e2a\u6a21\u5f0f\u9879 MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' \u662f\u4ee5\u4e0b\u7c7b\u7684\u7236\u9879: %s\u3002\u60a8\u5fc5\u987b\u91cd\u65b0\u5b9a\u4e49\u8fd9\u4e9b\u7c7b\uff0c\u4ee5\u4f7f\u5728\u5220\u9664 objectClass '%s' \u4e4b\u524d\u4e0d\u4f1a\u8fd9\u4e9b\u7c7b\u4ece\u5176\u7ee7\u627f\u3002 MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=\u5c5e\u6027 '%s' \u662f\u4ee5\u4e0b\u5c5e\u6027\u7684\u7236\u9879: %s\u3002\u60a8\u5fc5\u987b\u91cd\u65b0\u5b9a\u4e49\u8fd9\u4e9b\u5c5e\u6027\uff0c\u4ee5\u4f7f\u8fd9\u4e9b\u5c5e\u6027\u5728\u5220\u9664\u5c5e\u6027 '%s' \u4e4b\u524d\u4e0d\u4f1a\u4ece\u8be5\u5c5e\u6027\u7ee7\u627f\u3002 MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=\u5c5e\u6027 '%s' \u53ef\u9009\u6216\u5bf9\u4e8e\u4ee5\u4e0b objectClass \u5fc5\u9700: %s\u3002\u60a8\u5fc5\u987b\u91cd\u65b0\u5b9a\u4e49\u8fd9\u4e9b\u7c7b\uff0c\u4ee5\u4f7f\u5728\u5220\u9664\u5c5e\u6027 '%s' \u4e4b\u524d\u8fd9\u4e9b\u7c7b\u4e0d\u4f1a\u4f9d\u8d56\u4e8e\u8be5\u5c5e\u6027\u3002 INFO_CTRL_PANEL_MANAGE_SCHEMA_TITLE=\u7ba1\u7406\u6a21\u5f0f INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_TITLE=\u5220\u9664 Objectclass INFO_CTRL_PANEL_DELETE_ATTRIBUTES_TITLE=\u5220\u9664\u5c5e\u6027 INFO_CTRL_PANEL_DELETE_OBJECTCLASSES_AND_ATTRIBUTES_TITLE=\u5220\u9664 Objectclass \u548c\u5c5e\u6027 INFO_CTRL_PANEL_CONFIRMATION_DELETE_SCHEMA_ELEMENTS_DETAILS=\u662f\u5426\u786e\u5b9a\u8981\u5220\u9664\u5728\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u5143\u7d20 '%s'\uff1f INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUMMARY=\u6b63\u5728\u5220\u9664... INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=\u6a21\u5f0f\u5b9a\u4e49\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u6a21\u5f0f\u5143\u7d20 '%s' MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=\u5220\u9664\u6a21\u5f0f\u5143\u7d20\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=\u5220\u9664\u6a21\u5f0f\u5143\u7d20\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=\u914d\u7f6e\u5c5e\u6027 INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=\u914d\u7f6e\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=\u81ea\u5b9a\u4e49\u5c5e\u6027 INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=\u81ea\u5b9a\u4e49\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=\u5220\u9664\u5c5e\u6027... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=\u5220\u9664\u5c5e\u6027 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5220\u9664\u5c5e\u6027\u3002 INFO_CTRL_PANEL_CONFIRMATION_DELETE_ATTRIBUTE_DETAILS=\u662f\u5426\u786e\u5b9a\u8981\u5220\u9664\u5728\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u5c5e\u6027 '%s'\uff1f INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUMMARY=\u6b63\u5728\u5220\u9664\u5c5e\u6027 '%s'... INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=\u5c5e\u6027\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u5c5e\u6027 '%s' MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=\u5220\u9664\u5c5e\u6027\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=\u5220\u9664\u5c5e\u6027 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u3002 INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=\u5220\u9664\u5bf9\u8c61\u7c7b... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=\u5220\u9664\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5220\u9664\u5bf9\u8c61\u7c7b\u3002 INFO_CTRL_PANEL_CONFIRMATION_DELETE_OBJECTCLASS_DETAILS=\u662f\u5426\u786e\u5b9a\u8981\u5220\u9664\u5728\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u5bf9\u8c61\u7c7b '%s'\uff1f INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUMMARY=\u6b63\u5728\u5220\u9664\u5bf9\u8c61\u7c7b '%s'... INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=\u5bf9\u8c61\u7c7b\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u5bf9\u8c61\u7c7b '%s'\u3002 MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=\u5220\u9664\u5bf9\u8c61\u7c7b\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=\u5220\u9664\u5bf9\u8c61\u7c7b '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u3002 INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=\u5220\u9664\u540e\u7aef INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=\u9009\u62e9\u8981\u5220\u9664\u7684\u540e\u7aef: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5220\u9664\u540e\u7aef\u3002 INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=\u6b63\u5728\u5220\u9664\u540e\u7aef... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=\u540e\u7aef\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u540e\u7aef\u3002 MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=\u5220\u9664\u540e\u7aef\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=\u5220\u9664\u540e\u7aef\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u3002 INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=\u5c06\u5220\u9664\u4ee5\u4e0b\u540e\u7aef\u3002\u5c06\u5220\u9664\u5728\u540e\u7aef\u7684\u6240\u6709\u57fa DN \u4e2d\u5b9a\u4e49\u7684\u6240\u6709\u6761\u76ee\u4ee5\u53ca\u6240\u6709\u7d22\u5f15\u914d\u7f6e\u3002 INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=\u662f\u5426\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Clear Selection INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following backends will be deleted and all the configuration lost: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is running. You must provide authentication to delete a base DN. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DN's MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting base DN's. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DN's will be deleted. All the entries defined on the base DN's will be deleted. INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=Error searching entry INFO_CTRL_PANEL_SELECT_ALL_BUTTON=\u5168\u9009 INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=\u53d6\u6d88\u5168\u9009 INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=\u5c06\u5220\u9664\u4ee5\u4e0b\u540e\u7aef\u5e76\u4e14\u6240\u6709\u914d\u7f6e\u4e22\u5931: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=\u5220\u9664\u57fa DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=\u9009\u62e9\u8981\u5220\u9664\u7684\u57fa DN: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5220\u9664\u57fa DN\u3002 INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=\u6b63\u5728\u5220\u9664\u57fa DN... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=\u57fa DN \u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u57fa DN\u3002 MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=\u5220\u9664\u57fa DN \u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=\u5220\u9664\u57fa DN \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=\u5c06\u5220\u9664\u4ee5\u4e0b\u57fa DN\u3002\u5c06\u5220\u9664\u5728\u57fa DN \u4e2d\u5b9a\u4e49\u7684\u6240\u6709\u6761\u76ee\u3002 INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=\u641c\u7d22\u6761\u76ee\u65f6\u51fa\u9519 # # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry '%s'. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of file instead of appending. INFO_CTRL_PANEL_EXPORT_OPTIONS=Export Options: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=Generate a Signed Hash INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is running. You must provide authentication to perform the export. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists and it is a directory. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be between %d and %d. MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=\u641c\u7d22\u6761\u76ee '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=\u5bfc\u51fa LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=\u5bfc\u51fa\u5230\u6587\u4ef6: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=\u5982\u679c\u6587\u4ef6\u5b58\u5728\uff0c\u8bf7\u8986\u5199\u6587\u4ef6\u5185\u5bb9\uff0c\u800c\u4e0d\u8fdb\u884c\u9644\u52a0\u3002 INFO_CTRL_PANEL_EXPORT_OPTIONS=\u5bfc\u51fa\u9009\u9879: INFO_CTRL_PANEL_EXPORT_GENERATE_SIGNED_HASH=\u751f\u6210\u7b7e\u540d\u6563\u5217 INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=\u5217\u5904\u7684\u6587\u5b57\u6362\u884c INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=\u4e0d\u5305\u62ec\u64cd\u4f5c\u5c5e\u6027 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u6267\u884c\u5bfc\u51fa\u3002 MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=\u672a\u9009\u62e9\u540e\u7aef\u3002 MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=\u63d0\u4f9b\u7684\u8def\u5f84 '%s' \u5b58\u5728\u5e76\u4e14\u4e3a\u76ee\u5f55\u3002 MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=\u6362\u884c\u5217\u7684\u503c\u5fc5\u987b\u4ecb\u4e8e %d \u548c %d \u4e4b\u95f4\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=File '%s' exists and its contents will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=Exporting from backend '%s'... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=Export Complete INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=The export finished successfully. MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the export. Error code: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=Overwrite Any Existing Data INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=Append to Existing Data INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=File to Import: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=Replace Entries that have Matching DN's with Imported Values INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=Schema Validation: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=Reject Entries That are Not Schema-Compliant INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Rejects File: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Write Rejected Entries to a File INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_SKIPS_FILE_LABEL=Skips File: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=Write Skipped Entries to a File INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=If file exists, overwrite contents of file instead of appending INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=The server is running. You must provide authentication to perform the import. MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=You must provide a value for the rejects file. MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=The rejects and skips file must have different values. MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the skips file. INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=\u6587\u4ef6 '%s' \u5b58\u5728\u5e76\u4e14\u5176\u5185\u5bb9\u5c06\u88ab\u8986\u5199\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=\u6b63\u5728\u4ece\u540e\u7aef '%s' \u5bfc\u51fa... INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=\u5bfc\u51fa\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u5b8c\u6210\u5bfc\u51fa\u3002 MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=\u5bfc\u51fa\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=\u5bfc\u51fa\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=\u5c06\u540e\u7aef '%s' \u5bfc\u51fa\u81f3\u6587\u4ef6 '%s'\u3002 INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=\u5bfc\u5165 LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=\u6587\u4ef6\u4e2d\u7684\u6570\u636e\u5df2\u538b\u7f29 (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=\u5bfc\u5165\u7c7b\u578b: INFO_CTRL_PANEL_IMPORT_OVERWRITE_LABEL=\u8986\u5199\u4efb\u4f55\u73b0\u6709\u6570\u636e INFO_CTRL_PANEL_IMPORT_APPEND_LABEL=\u9644\u52a0\u5230\u73b0\u6709\u6570\u636e INFO_CTRL_PANEL_FILE_TO_IMPORT_LABEL=\u8981\u5bfc\u5165\u7684\u6587\u4ef6: INFO_CTRL_PANEL_IMPORT_REPLACE_ENTRIES=\u7528\u5bfc\u5165\u7684\u503c\u66ff\u6362\u5177\u6709\u5339\u914d DN \u7684\u6761\u76ee INFO_CTRL_PANEL_SCHEMA_VALIDATION_LABEL=\u6a21\u5f0f\u9a8c\u8bc1: INFO_CTRL_PANEL_REJECT_NOT_SCHEMA_COMPLIANT_LABEL=\u62d2\u7edd\u4e0d\u7b26\u5408\u6a21\u5f0f\u7684\u6761\u76ee INFO_CTRL_PANEL_REJECTS_FILE_LABEL=\u62d2\u7edd\u6587\u4ef6: INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=\u5c06\u62d2\u7edd\u7684\u6761\u76ee\u5199\u5165\u6587\u4ef6 INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_LABEL=\u5982\u679c\u6587\u4ef6\u5b58\u5728\uff0c\u8bf7\u8986\u5199\u6587\u4ef6\u5185\u5bb9\uff0c\u800c\u4e0d\u8fdb\u884c\u9644\u52a0 INFO_CTRL_PANEL_SKIPS_FILE_LABEL=\u8df3\u8fc7\u6587\u4ef6: INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=\u5c06\u8df3\u8fc7\u7684\u6761\u76ee\u5199\u5165\u6587\u4ef6 INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_LABEL=\u5982\u679c\u6587\u4ef6\u5b58\u5728\uff0c\u8bf7\u8986\u5199\u6587\u4ef6\u5185\u5bb9\uff0c\u800c\u4e0d\u8fdb\u884c\u9644\u52a0 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u6267\u884c\u5bfc\u5165\u3002 MILD_ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u62d2\u7edd\u6587\u4ef6\u63d0\u4f9b\u503c\u3002 MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=\u62d2\u7edd\u6587\u4ef6\u548c\u8df3\u8fc7\u6587\u4ef6\u5fc5\u987b\u5177\u6709\u4e0d\u540c\u7684\u503c\u3002 MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8df3\u8fc7\u6587\u4ef6\u63d0\u4f9b\u503c\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=Importing to backend '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=Import Complete INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=The import finished successfully. MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error during Import MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=An error occurred during the import. Error code: %d. INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=Import the contents of file '%s' to backend '%s'. INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=Data Inclusion Options INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=Data Exclusion Options INFO_CTRL_PANEL_DNS_TO_INCLUDE=DN's to Include: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=DN's to Exclude: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=Attributes to Include: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=Attributes to Exclude: INFO_CTRL_PANEL_INCLUSION_FILTER=Inclusion Filter: INFO_CTRL_PANEL_EXCLUSION_FILTER=Exclusion Filter: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=Separate multiple DN's with a line break INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=Separate multiple attributes with a comma (,) MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a valid name. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is running. You must provide authentication to edit the index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=Are you sure you want to delete the index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=Deleting index... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=Index Deleted INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error deleting index MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=An error occurred deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=Modifying Index INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=Modifying index %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=Index Modified INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=The index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error modifying index MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=If OPENDS_JAVA_HOME is not defined the value below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=Use the following value: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=If the value is not found launching the command-line the value of OPENDS_JAVA_HOME will be used as fallback. INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java Arguments: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=Use the value of the environment variable OPENDS_JAVA_ARGS INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=If OPENDS_JAVA_ARGS is not defined the values specified below will be used as fallback. INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=Use the values specified below INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=If the value is not specified for a command-line the value of OPENDS_JAVA_ARGS will be used as fallback. INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=\u5c06\u8986\u5199\u540e\u7aef '%s' \u4e2d\u7684\u6240\u6709\u6570\u636e\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=\u6b63\u5728\u5bfc\u5165\u540e\u7aef '%s'... INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=\u5bfc\u5165\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u5b8c\u6210\u5bfc\u5165\u3002 MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=\u5bfc\u5165\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=\u5bfc\u5165\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_IMPORT_TASK_DESCRIPTION=\u5c06\u6587\u4ef6 '%s' \u7684\u5185\u5bb9\u5bfc\u5165\u540e\u7aef '%s'\u3002 INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=\u6570\u636e\u5305\u62ec\u9009\u9879 INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=\u6570\u636e\u6392\u9664\u9009\u9879 INFO_CTRL_PANEL_DNS_TO_INCLUDE=\u8981\u5305\u62ec\u7684 DN: INFO_CTRL_PANEL_DNS_TO_EXCLUDE=\u8981\u6392\u9664\u7684 DN: INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE=\u8981\u5305\u62ec\u7684\u5c5e\u6027: INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE=\u8981\u6392\u9664\u7684\u5c5e\u6027: INFO_CTRL_PANEL_INCLUSION_FILTER=\u5305\u62ec\u8fc7\u6ee4\u5668: INFO_CTRL_PANEL_EXCLUSION_FILTER=\u6392\u9664\u8fc7\u6ee4\u5668: INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=\u7528\u5206\u884c\u7b26\u5206\u9694\u591a\u4e2a DN INFO_CTRL_PANEL_SEPARATE_ATTRIBUTES_COMMA=\u7528\u9017\u53f7 (,) \u5206\u9694\u591a\u4e2a\u5c5e\u6027 MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=\u57fa DN '%s' \u4e0d\u662f\u5728\u540e\u7aef '%s' \u4e2d\u5b9a\u4e49\u7684\u4efb\u4f55\u57fa DN \u7684\u5b50\u4ee3\u3002 MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=\u5c5e\u6027 '%s' \u6ca1\u6709\u4e00\u4e2a\u6709\u6548\u7684\u540d\u79f0\u3002 MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=\u63d0\u4f9b\u7684\u503c '%s' \u4e0d\u662f\u6709\u6548\u7684\u8fc7\u6ee4\u5668\u3002Details: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=\u67e5\u770b\u7d22\u5f15\u5c5e\u6027 INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=\u67e5\u770b\u6a21\u5f0f\u5143\u7d20 INFO_CTRL_PANEL_INDEX_PANEL_TITLE=\u7d22\u5f15\u5c5e\u6027 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u7f16\u8f91\u7d22\u5f15\u3002 INFO_CTRL_PANEL_DELETE_INDEX_TITLE=\u5220\u9664\u7d22\u5f15 INFO_CTRL_PANEL_CONFIRMATION_INDEX_DELETE_DETAILS=\u662f\u5426\u786e\u5b9a\u8981\u5220\u9664\u5728\u540e\u7aef '%s' \u4e2d\u5b9a\u4e49\u7684\u7d22\u5f15 '%s'\uff1f INFO_CTRL_PANEL_DELETING_INDEX_SUMMARY=\u6b63\u5728\u5220\u9664\u7d22\u5f15... INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=\u7d22\u5f15\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_INDEX_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u540e\u7aef '%s' \u4e2d\u7684\u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=\u5220\u9664\u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS=\u5220\u9664\u7d22\u5f15 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_MODIFYING_INDEX_TITLE=\u6b63\u5728\u4fee\u6539\u7d22\u5f15 INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=\u6b63\u5728\u4fee\u6539\u7d22\u5f15 %s... INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=\u7d22\u5f15\u5df2\u4fee\u6539 INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=\u5df2\u6210\u529f\u4fee\u6539\u540e\u7aef '%s' \u4e2d\u7684\u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=\u4fee\u6539\u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=\u4fee\u6539\u7d22\u5f15 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=\u4fee\u6539\u540e\u7aef '%s' \u4e2d\u7684\u7d22\u5f15 '%s'\u3002 INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=\u6b63\u5728\u4fee\u6539\u7d22\u5f15 '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java \u8bbe\u7f6e INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java \u4e3b\u9875: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=\u4f7f\u7528\u73af\u5883\u53d8\u91cf OPENDS_JAVA_HOME \u7684\u503c INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME_HELP=\u5982\u679c\u672a\u5b9a\u4e49 OPENDS_JAVA_HOME\uff0c\u5219\u4e0b\u9762\u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME=\u4f7f\u7528\u4ee5\u4e0b\u503c: INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_HOME_HELP=\u5982\u679c\u542f\u52a8\u547d\u4ee4\u884c\u672a\u627e\u5230\u8be5\u503c\uff0c\u5219 OPENDS_JAVA_HOME \u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_JAVA_ARGUMENTS_LABEL=Java \u53c2\u6570: INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS=\u4f7f\u7528\u73af\u5883\u53d8\u91cf OPENDS_JAVA_ARGS \u7684\u503c INFO_CTRL_PANEL_USE_OPENDS_JAVA_ARGS_HELP=\u5982\u679c\u672a\u5b9a\u4e49 OPENDS_JAVA_ARGS\uff0c\u5219\u4e0b\u9762\u6307\u5b9a\u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS=\u4f7f\u7528\u4e0b\u9762\u6307\u5b9a\u7684\u503c INFO_CTRL_PANEL_USE_SPECIFIED_OPENDS_JAVA_ARGS_HELP=\u5982\u679c\u6ca1\u6709\u9488\u5bf9\u547d\u4ee4\u884c\u6307\u5b9a\u503c\uff0c\u5219 OPENDS_JAVA_ARGS \u7684\u503c\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002 # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)The operation is executed on its own process and could benefit from more memory allocation. INFO_CTRL_PANEL_ONLINE_COMMAND_HELP=<html>(*)\u8be5\u64cd\u4f5c\u6309\u81ea\u5df1\u7684\u8fc7\u7a0b\u6267\u884c\u5e76\u4e14\u5982\u679c\u5206\u914d\u66f4\u591a\u5185\u5b58\uff0c\u4f1a\u66f4\u597d\u3002 # # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the java settings. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java settings INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java arguments... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the java installation to be used. INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)\u8be5\u64cd\u4f5c\u6309\u670d\u52a1\u5668\u7684\u8fc7\u7a0b\u6267\u884c\u5e76\u4e14\u547d\u4ee4\u884c\u4e0d\u9700\u8981\u5f88\u591a\u8d44\u6e90\u3002 MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=\u8bfb\u53d6 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002Details: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=\u8bfb\u53d6 Java \u8bbe\u7f6e\u65f6\u51fa\u9519 INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=\u6b63\u5728\u68c0\u67e5\u63d0\u4f9b\u7684 Java \u9009\u9879... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=\u8def\u5f84 '%s' \u4e0d\u5b58\u5728\u3002 MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=\u8def\u5f84 '%s' \u4e0d\u662f\u76ee\u5f55\u3002\u60a8\u5fc5\u987b\u6307\u5b9a\u8981\u4f7f\u7528\u7684 Java \u5b89\u88c5\u7684\u8def\u5f84\u3002 MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=\u627e\u4e0d\u5230\u4e8c\u8fdb\u5236 '%s'\u3002\u60a8\u5fc5\u987b\u6307\u5b9a\u8981\u4f7f\u7528\u7684 Java \u5b89\u88c5\u7684\u8def\u5f84\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java arguments could not be used with java binary '%s':<br>%s<br><br>The command-lines associated with those java arguments may not work.<br>Do you want to continue? MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided java settings. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating java settings. \u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s (Online) (**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s (Offline) (**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=Update Java Settings. INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=Edit LDAP Entry INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Save Changes INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=Saving changes of entry '%s'... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=Entry Updated INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=The entry '%s' was successfully updated. MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving changes to entry '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=Save Changes to: '%s'? INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=Delete Entry INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=Delete Subtree INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=Do you want to delete entry '%s'? INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=Do you want to delete subtree '%s' (including all the entries below it on the tree)? INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=Entry Deleted INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=The entry '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error deleting entry MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=An error occurred deleting entry '%s'. INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=Deleting subtree '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=Subtree Deleted INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=The subtree '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=An error occurred deleting subtree '%s'. INFO_CTRL_PANEL_ALL_BASE_DNS=All Base DNs INFO_CTRL_PANEL_LDAP_FILTER=LDAP Filter: INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups INFO_CTRL_PANEL_OTHER_BASE_DN=Other... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes: INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=\u4ee5\u4e0b Java \u53c2\u6570\u4e0d\u80fd\u4e0e\u4e8c\u8fdb\u5236 '%s' \u4e00\u8d77\u4f7f\u7528:<br>%s<br><br>\u4e0e\u8fd9\u4e9b Java \u53c2\u6570\u5173\u8054\u7684\u547d\u4ee4\u884c\u53ef\u80fd\u4e0d\u80fd\u4f7f\u7528\u3002<br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=\u4ee5\u4e0b Java \u53c2\u6570\u4e0d\u80fd\u4e0e\u4e8c\u8fdb\u5236 '%s' \u4e00\u8d77\u4f7f\u7528:<br>%s<br><br>\u5f53\u672a\u5b9a\u4e49 OPENDS_JAVA_ARGS \u65f6\uff0c\u8fd9\u4e9b\u53c2\u6570\u5c06\u7528\u4f5c\u540e\u5907\u9879\u3002\u5982\u679c\u60a8\u4e0d\u60f3\u6307\u5b9a\u540e\u5907\u9879\uff0c\u8bf7\u4fdd\u7559\u8fd9\u4e9b\u53c2\u6570\u4e3a\u7a7a\u3002<br><br>\u4e0e\u8fd9\u4e9b Java \u53c2\u6570\u5173\u8054\u7684\u547d\u4ee4\u884c\u53ef\u80fd\u4e0d\u80fd\u4f7f\u7528\u3002<br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=\u68c0\u67e5 Java \u8bbe\u7f6e\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=\u68c0\u67e5\u63d0\u4f9b\u7684 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002Details: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=\u6b63\u5728\u4fee\u6539\u7d22\u5f15 INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=\u6b63\u5728\u66f4\u65b0 Java \u8bbe\u7f6e... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java \u8bbe\u7f6e\u5df2\u66f4\u65b0 INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=\u5df2\u6210\u529f\u66f4\u65b0 Java \u8bbe\u7f6e\u3002\u5f53\u6267\u884c\u547d\u4ee4\u884c\u65f6\uff0c\u5c06\u8003\u8651\u65b0\u8bbe\u7f6e\u3002 MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=\u66f4\u65b0 Java \u7279\u6027\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=\u66f4\u65b0 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u9519\u8bef\u3002 MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=\u66f4\u65b0 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=\u547d\u4ee4\u884c\u540d\u79f0 INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java \u53c2\u6570 INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s\uff08\u670d\u52a1\u5668\u8fd0\u884c\u65f6\uff09 INFO_CTRL_PANEL_ONLINE_COMMAND_LINE_CELL=%s\uff08\u8054\u673a\uff09(**) INFO_CTRL_PANEL_OFFLINE_COMMAND_LINE_CELL=%s\uff08\u8131\u673a\uff09(**) INFO_CTRL_PANEL_UPDATE_JAVA_SETTINGS_TASK_DESCRIPTION=\u66f4\u65b0 Java \u8bbe\u7f6e\u3002 INFO_CTRL_PANEL_EDIT_LDAP_ENTRY_TITLE=\u7f16\u8f91 LDAP \u6761\u76ee INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=\u4fdd\u5b58\u66f4\u6539 INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=\u6b63\u5728\u4fdd\u5b58\u6761\u76ee '%s' \u7684\u66f4\u6539... INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=\u6761\u76ee\u5df2\u66f4\u65b0 INFO_CTRL_PANEL_MODIFYING_ENTRY_SUCCESSFUL=\u5df2\u6210\u529f\u66f4\u65b0\u6761\u76ee '%s'\u3002 MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=\u4fdd\u5b58\u66f4\u6539\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=\u4fdd\u5b58\u5bf9\u6761\u76ee '%s' \u7684\u66f4\u6539\u65f6\u51fa\u73b0\u9519\u8bef\u3002 MILD_ERR_CTRL_PANEL_INVALID_ENTRY=\u6761\u76ee\u4e0d\u6b63\u786e\u3002Details: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=\u672a\u4fdd\u5b58\u7684\u66f4\u6539 INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=\u672a\u4fdd\u5b58\u7684\u66f4\u6539 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=\u4fdd\u5b58\u66f4\u6539\u81f3: '%s'\uff1f INFO_CTRL_PANEL_UNSAVED_ENTRY_CHANGES_DETAILS=\u4fdd\u5b58\u66f4\u6539\u81f3: '%s'\uff1f INFO_CTRL_PANEL_DELETING_ENTRY_TITLE=\u5220\u9664\u6761\u76ee INFO_CTRL_PANEL_DELETING_SUBTREE_TITLE=\u5220\u9664\u5b50\u6811 INFO_CTRL_PANEL_DELETE_ENTRY_CONFIRMATION_DETAILS=\u662f\u5426\u8981\u5220\u9664\u6761\u76ee '%s'\uff1f INFO_CTRL_PANEL_DELETE_SUBTREE_CONFIRMATION_DETAILS=\u662f\u5426\u8981\u5220\u9664\u5b50\u6811 '%s'\uff08\u5305\u62ec\u6811\u4e2d\u8be5\u5b50\u6811\u4e0b\u7684\u6240\u6709\u6761\u76ee\uff09\uff1f INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=\u6761\u76ee\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u6761\u76ee '%s'\u3002 MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=\u5220\u9664\u6761\u76ee\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=\u5220\u9664\u6761\u76ee '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=\u6b63\u5728\u5220\u9664\u5b50\u6811 '%s'... INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=\u5b50\u6811\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u5b50\u6811 '%s'\u3002 MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=\u5220\u9664\u5b50\u6811\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=\u5220\u9664\u5b50\u6811 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_ALL_BASE_DNS=\u6240\u6709\u57fa DN INFO_CTRL_PANEL_LDAP_FILTER=LDAP \u8fc7\u6ee4\u5668: INFO_CTRL_PANEL_USERS_FILTER=\u7528\u6237 INFO_CTRL_PANEL_GROUPS_FILTER=\u7ec4 INFO_CTRL_PANEL_OTHER_BASE_DN=\u5176\u4ed6... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=\u4e0d\u53ef\u7f16\u8f91\u7684\u5c5e\u6027: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=\u8f85\u52a9\u5bf9\u8c61\u7c7b: %s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=\u9700\u8981\u9a8c\u8bc1 INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN: INFO_CTRL_PANEL_BIND_DN_LABEL=\u7ed1\u5b9a DN: INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=\u5bc6\u7801: # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you exit the tasks will continue but you will have to check the error logs to see if they complete successfully.<br><br>Do you want to continue? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Matching Rule INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name: INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=\u4ee5\u4e0b\u4efb\u52a1\u6b63\u5728\u8fd0\u884c:<br>%s<br><br>\u5982\u679c\u9000\u51fa\uff0c\u8fd9\u4e9b\u4efb\u52a1\u5c06\u7ee7\u7eed\uff0c\u4f46\u662f\u60a8\u5c06\u5fc5\u987b\u68c0\u67e5\u9519\u8bef\u65e5\u5fd7\u6765\u67e5\u770b\u5176\u662f\u5426\u6210\u529f\u5b8c\u6210\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=\u5339\u914d\u89c4\u5219\u8be6\u7ec6\u4fe1\u606f INFO_CTRL_PANEL_MATCHING_RULE_NAME=\u540d\u79f0: INFO_CTRL_PANEL_MATCHING_RULE_OID=OID: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=Description: INFO_CTRL_PANEL_MATCHING_RULE_DESCRIPTION=\u63cf\u8ff0: INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=\u8bed\u6cd5: INFO_CTRL_PANEL_MATCHING_RULE_TYPE=\u7c7b\u578b: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=You must provide a name for the attribute. MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=The provided OID '%s' already exists in the schema (defined as %s). MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=You have provided an empty alias. MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=The provided alias '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creating attribute '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=Attribute created in schema INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error creating attribute MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=An error occurred creating attribute '%s'. Check details for more information. INFO_CTRL_PANEL_TYPE_ATTRIBUTE=attribute INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=object class INFO_CTRL_PANEL_TYPE_MATCHING_RULE=matching rule INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=syntax INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=The syntax defines the type of value of the attribute INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=Extra Options INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=Attribute Type Options INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=Matching Rule Options INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=Separated with commas INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=The file (under 'config%sschema') where the attribute definition will be stored. INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=The matching rule to be used for approximate requests INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=The matching rule to be used for equality requests INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=The matching rule to be used for ordering requests INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=The matching rule to be used for substring requests INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- Default defined in syntax (%s) - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=Create new attribute '%s' in schema. INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=Creating attribute '%s' INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=Name: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=Parent: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=\u7531\u5c5e\u6027\u6240\u4f7f\u7528: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- \u65e0\u7236\u9879 - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- \u65e0\u5339\u914d\u89c4\u5219 - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=\u65b0\u5efa\u5c5e\u6027 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5728\u6a21\u5f0f\u4e2d\u521b\u5efa\u5c5e\u6027\u3002 MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8be5\u5c5e\u6027\u63d0\u4f9b\u540d\u79f0\u3002 MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=\u63d0\u4f9b\u7684\u540d\u79f0\u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=\u63d0\u4f9b\u7684\u540d\u79f0 '%s' \u5728\u6a21\u5f0f\uff08\u5b9a\u4e49\u4e3a %s\uff09\u4e2d\u5df2\u5b58\u5728\u3002 MILD_ERR_CTRL_PANEL_OID_NOT_VALID=\u63d0\u4f9b\u7684 OID \u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_OID_ALREADY_IN_USE=\u63d0\u4f9b\u7684 OID '%s' \u5728\u6a21\u5f0f\uff08\u5b9a\u4e49\u4e3a %s\uff09\u4e2d\u5df2\u5b58\u5728\u3002 MILD_ERR_CTRL_PANEL_EMPTY_ALIAS=\u60a8\u63d0\u4f9b\u4e86\u4e00\u4e2a\u7a7a\u522b\u540d\u3002 MILD_ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=\u63d0\u4f9b\u7684\u522b\u540d '%s' \u5728\u6a21\u5f0f\uff08\u5b9a\u4e49\u4e3a %s\uff09\u4e2d\u5df2\u5b58\u5728\u3002 INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=\u6b63\u5728\u521b\u5efa\u5c5e\u6027 '%s'... INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=\u5728\u6a21\u5f0f\u4e2d\u521b\u5efa\u7684\u5c5e\u6027 INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=\u5df2\u6210\u529f\u521b\u5efa\u5c5e\u6027 '%s'\u3002 MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=\u521b\u5efa\u5c5e\u6027\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=\u521b\u5efa\u5c5e\u6027 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u3002 INFO_CTRL_PANEL_TYPE_ATTRIBUTE=\u5c5e\u6027 INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_TYPE_MATCHING_RULE=\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_TYPE_ATTRIBUTE_SYNTAX=\u8bed\u6cd5 INFO_CTRL_PANEL_SYNTAX_INLINE_HELP=\u8bed\u6cd5\u5b9a\u4e49\u5c5e\u6027\u7684\u503c\u7c7b\u578b INFO_CTRL_PANEL_EXTRA_OPTIONS_EXPANDER=\u9644\u52a0\u9009\u9879 INFO_CTRL_PANEL_ATTRIBUTE_TYPE_OPTIONS_EXPANDER=\u5c5e\u6027\u7c7b\u578b\u9009\u9879 INFO_CTRL_PANEL_MATCHING_RULE_OPTIONS_EXPANDER=\u5339\u914d\u89c4\u5219\u9009\u9879 INFO_CTRL_PANEL_SEPARATED_WITH_COMMAS_HELP=\u7528\u9017\u53f7\u5206\u9694 INFO_CTRL_PANEL_SCHEMA_FILE_ATTRIBUTE_HELP=\u5c06\u5728\u5176\u4e2d\u5b58\u50a8\u5c5e\u6027\u5b9a\u4e49\u7684\u6587\u4ef6\uff08\u5728 'config%sschema' \u7684\u4e0b\u9762\uff09\u3002 INFO_CTRL_PANEL_MATCHING_RULE_APPROXIMATE_HELP=\u7528\u4e8e\u8fd1\u4f3c\u8bf7\u6c42\u7684\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_MATCHING_RULE_EQUALITY_HELP=\u7528\u4e8e\u7b49\u540c\u8bf7\u6c42\u7684\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_MATCHING_RULE_ORDERING_HELP=\u7528\u4e8e\u6392\u5e8f\u8bf7\u6c42\u7684\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_MATCHING_RULE_SUBSTRING_HELP=\u7528\u4e8e\u5b50\u4e32\u8bf7\u6c42\u7684\u5339\u914d\u89c4\u5219 INFO_CTRL_PANEL_DEFAULT_DEFINED_IN_SYNTAX=- \u6309\u8bed\u6cd5 (%s) \u5b9a\u4e49\u7684\u9ed8\u8ba4\u503c - INFO_CTRL_PANEL_NEW_ATTRIBUTE_TASK_DESCRIPTION=\u5728\u6a21\u5f0f\u4e2d\u521b\u5efa\u65b0\u5c5e\u6027 '%s'\u3002 INFO_CTRL_PANEL_CREATING_ATTRIBUTE_PROGRESS=\u6b63\u5728\u521b\u5efa\u5c5e\u6027 '%s' INFO_CTRL_PANEL_ATTRIBUTE_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_ATTRIBUTE_PARENT_LABEL=\u7236\u9879: INFO_CTRL_PANEL_ATTRIBUTE_OID_LABEL=OID: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=File: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_ATTRIBUTE_ALIASES_LABEL=\u522b\u540d: INFO_CTRL_PANEL_ATTRIBUTE_ORIGIN_LABEL=\u8d77\u59cb\u70b9: INFO_CTRL_PANEL_ATTRIBUTE_FILE_LABEL=\u6587\u4ef6: INFO_CTRL_PANEL_ATTRIBUTE_DESCRIPTION_LABEL=\u63cf\u8ff0: INFO_CTRL_PANEL_ATTRIBUTE_USAGE_LABEL=\u7528\u6cd5: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_LABEL=\u8bed\u6cd5: INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=Approximate Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=Equality Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=Ordering Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=Substring Matching Rule: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=Non Modifiable INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=Single Valued INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=Multivalued INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com INFO_CTRL_PANEL_ATTRIBUTE_APPROXIMATE_MATCHING_RULE_LABEL=\u8fd1\u4f3c\u5339\u914d\u89c4\u5219: INFO_CTRL_PANEL_ATTRIBUTE_EQUALITY_MATCHING_RULE_LABEL=\u7b49\u540c\u5339\u914d\u89c4\u5219: INFO_CTRL_PANEL_ATTRIBUTE_ORDERING_MATCHING_RULE_LABEL=\u6392\u5e8f\u5339\u914d\u89c4\u5219: INFO_CTRL_PANEL_ATTRIBUTE_SUBSTRING_MATCHING_RULE_LABEL=\u5b50\u4e32\u5339\u914d\u89c4\u5219: INFO_CTRL_PANEL_ATTRIBUTE_NON_MODIFIABLE_LABEL=\u4e0d\u53ef\u4fee\u6539 INFO_CTRL_PANEL_ATTRIBUTE_SINGLE_VALUED_LABEL=\u5355\u503c INFO_CTRL_PANEL_ATTRIBUTE_MULTI_VALUED_LABEL=\u591a\u503c INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=\u96c6\u5408 INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=\u8fc7\u65f6 INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=\u64cd\u4f5c INFO_CTRL_PANEL_NEW_BACKEND_LABEL=\u65b0\u5efa\u540e\u7aef: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=\u65b0\u5efa\u57fa DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=\u4f8b\u5982\uff1adc=example,dc=com INFO_CTRL_PANEL_DIRECTORY_DATA_LABEL=\u76ee\u5f55\u6570\u636e: INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry INFO_CTRL_PANEL_ONLY_CREATE_BASE_ENTRY_LABEL=\u53ea\u521b\u5efa\u57fa\u6761\u76ee INFO_CTRL_PANEL_LEAVE_DATABASE_EMPTY_LABEL=\u5c06\u6570\u636e\u5e93\u4fdd\u7559\u4e3a\u7a7a INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=Import Data From LDIF File INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=Import Automatically Generated Example Data INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=The server is running. You must provide authentication to create a new base DN. INFO_CTRL_PANEL_IMPORT_FROM_LDIF_LABEL=\u4ece LDIF \u6587\u4ef6\u5bfc\u5165\u6570\u636e INFO_CTRL_PANEL_IMPORT_AUTOMATICALLY_GENERATED_LABEL=\u5bfc\u5165\u81ea\u52a8\u751f\u6210\u7684\u793a\u4f8b\u6570\u636e INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u521b\u5efa\u65b0\u57fa DN\u3002 INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=\u8def\u5f84: INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=\u7528\u6237\u6761\u76ee\u6570: MILD_ERR_NEW_BACKEND_NAME_REQUIRED=You must provide a name for the new backend. MILD_ERR_BACKEND_ALREADY_EXISTS=There is already an existing backend with name: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=You must provide a value for the Base DN. MILD_ERR_BASE_DN_ALREADY_EXISTS=The base DN '%s' is already defined. MILD_ERR_BASE_DN_ANCESTOR_EXISTS=The backend already contains another base DN that is within the same hierarchical path (%s is an ancestor of the provided base DN). MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=The backend already contains another base DN that is within the same hierarchical path (%s is a descendant of the provided base DN). MILD_ERR_NUMBER_OF_ENTRIES_INVALID=The number of user entries to generate must be between %d and %d. INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=Creating base DN '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=Base DN Created INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=The base DN '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of base DN '%s'. \u8bf7\u67e5\u770b\u201c\u8be6\u7ec6\u4fe1\u606f\u201d\u6587\u672c\u533a\u57df\uff0c\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=An error occurred during the creation of the Base DN. Error code: %d. INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=Create new base DN '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing base DN '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for the name of the organization. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the name of the domain. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the name of the group. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member '%s' is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=You must provide a member for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=You must provide an LDAP URL with a filter for the group. MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=The provided Reference Group could not be found. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=The provided Reference Group exists but it is not a dynamic group. MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group Reference DN is not valid. \u8be6\u7ec6\u4fe1\u606f: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=Members: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=Static Group INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=Dynamic Group INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=Virtual Static Group INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=Member DNs: MILD_ERR_NEW_BACKEND_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u65b0\u540e\u7aef\u63d0\u4f9b\u540d\u79f0\u3002 MILD_ERR_BACKEND_ALREADY_EXISTS=\u5df2\u5b58\u5728\u5177\u6709\u4ee5\u4e0b\u540d\u79f0\u7684\u540e\u7aef: %s MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u57fa DN \u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 MILD_ERR_BASE_DN_ALREADY_EXISTS=\u5df2\u5b9a\u4e49\u57fa DN '%s'\u3002 MILD_ERR_BASE_DN_ANCESTOR_EXISTS=\u540e\u7aef\u5df2\u5305\u542b\u4f4d\u4e8e\u540c\u4e00\u5c42\u6b21\u8def\u5f84\u4e2d\u7684\u53e6\u4e00\u4e2a\u57fa DN\uff08%s \u662f\u63d0\u4f9b\u7684\u57fa DN \u7684\u7236\u4ee3\uff09\u3002 MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=\u540e\u7aef\u5df2\u5305\u542b\u4f4d\u4e8e\u540c\u4e00\u5c42\u6b21\u8def\u5f84\u4e2d\u7684\u53e6\u4e00\u4e2a\u57fa DN\uff08%s \u662f\u63d0\u4f9b\u7684\u57fa DN \u7684\u5b50\u4ee3\uff09\u3002 MILD_ERR_NUMBER_OF_ENTRIES_INVALID=\u8981\u751f\u6210\u7684\u7528\u6237\u6761\u76ee\u6570\u5fc5\u987b\u4ecb\u4e8e %d \u548c %d \u4e4b\u95f4\u3002 INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=\u6b63\u5728\u521b\u5efa\u57fa DN '%s'... INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=\u57fa DN \u5df2\u521b\u5efa INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=\u5df2\u6210\u529f\u521b\u5efa\u57fa DN\u3002 MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=\u521b\u5efa\u57fa DN '%s' \u65f6\u51fa\u9519\u3002\u8bf7\u67e5\u770b\u201c\u8be6\u7ec6\u4fe1\u606f\u201d\u6587\u672c\u533a\u57df\uff0c\u4ee5\u83b7\u53d6\u8be6\u7ec6\u4fe1\u606f\u3002 MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=\u521b\u5efa\u57fa DN \u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=\u5728\u540e\u7aef '%s' \u4e2d\u521b\u5efa\u65b0\u57fa DN '%s'\u3002 INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=\u6b63\u5728\u521b\u5efa\u5305\u542b\u57fa DN '%s' \u7684\u540e\u7aef '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=\u6b63\u5728\u540e\u7aef '%s' \u4e2d\u521b\u5efa\u57fa DN '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=\u6b63\u5728\u521b\u5efa\u9ed8\u8ba4\u7d22\u5f15 INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=\u65b0\u5efa\u7ec4\u7ec7 MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u7ec4\u7ec7\u540d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=\u63cf\u8ff0: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=\u6761\u76ee DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=\u65b0\u5efa\u57df MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u57df\u540d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=\u6839\u636e LDIF \u65b0\u5efa\u6761\u76ee INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=\u4e3a\u8be5\u65b0\u6761\u76ee\u8f93\u5165 LDIF \u8bed\u6cd5: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=\u68c0\u67e5\u8bed\u6cd5 INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=\u65b0\u5efa\u7ec4 MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u7ec4\u540d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=\u627e\u4e0d\u5230\u6761\u76ee '%s'\u3002 MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=\u63d0\u4f9b\u7684\u503c\u4f5c\u4e3a\u6210\u5458 '%s' \u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_MEMBER_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8be5\u7ec4\u63d0\u4f9b\u4e00\u4e2a\u6210\u5458\u3002 MILD_ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u4e00\u4e2a LDAP URL\uff0c\u5176\u4e2d\u5305\u542b\u7528\u4e8e\u8be5\u7ec4\u7684\u8fc7\u6ee4\u5668\u3002 MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=\u63d0\u4f9b\u7684 LDAP URL \u503c\u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=\u627e\u4e0d\u5230\u63d0\u4f9b\u7684\u5f15\u7528\u7ec4\u3002 MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=\u63d0\u4f9b\u7684\u5f15\u7528\u7ec4\u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u52a8\u6001\u7ec4\u3002 MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=\u63d0\u4f9b\u7684\u52a8\u6001\u7ec4\u5f15\u7528 DN \u65e0\u6548\u3002Details: %s INFO_CTRL_PANEL_NEW_GROUP_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_NEW_GROUP_DESCRIPTION_LABEL=\u63cf\u8ff0: INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=\u6761\u76ee DN: INFO_CTRL_PANEL_NEW_GROUP_MEMBERS_LABEL=\u6210\u5458: INFO_CTRL_PANEL_STATIC_GROUP_LABEL=\u9759\u6001\u7ec4 INFO_CTRL_PANEL_DYNAMIC_GROUP_LABEL=\u52a8\u6001\u7ec4 INFO_CTRL_PANEL_VIRTUAL_STATIC_GROUP_LABEL=\u865a\u62df\u9759\u6001\u7ec4 INFO_CTRL_PANEL_GROUP_MEMBER_DNS_LABEL=\u6210\u5458 DN: INFO_CTRL_PANEL_GROUP_FILTER_LABEL=LDAP URL: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=Add Members... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running. You must provide authentication to create an index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=The entry limit must be an integer between %d and %d. MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=Creating new index '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=Index created INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=The new index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error creating index MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred creating index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the object class. MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid. \u8be6\u7ec6\u4fe1\u606f: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=The provided name '%s' already exists in the schema (defined as %s). INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=Creating object class '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=Object class created in schema INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error creating object class MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=An error occurred creating object class '%s'. Check details for more information. INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=Abstract INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=Structural INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=Auxiliary INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=Available Attributes: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=Required Attributes: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=Optional Attributes: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) Inherited Attribute INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=The file (under 'config%sschema') where the object class definition will be stored. INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=Create new object class '%s' in schema. INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=Creating object class '%s' INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=Name: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=Parent: INFO_CTRL_PANEL_ADD_MEMBERS_BUTTON=\u6dfb\u52a0\u6210\u5458... INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=\u6dfb\u52a0\u6210\u5458 INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=\u52a8\u6001\u7ec4\u5f15\u7528 DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=\u9009\u62e9\u5f15\u7528\u7ec4 INFO_CTRL_PANEL_NEW_INDEX_TITLE=\u65b0\u5efa\u7d22\u5f15 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u521b\u5efa\u7d22\u5f15\u3002 MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=\u672a\u9009\u62e9\u5c5e\u6027\u540d\u79f0\u3002 MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=\u6761\u76ee\u9650\u5236\u5fc5\u987b\u4e3a\u4ecb\u4e8e %d \u548c %d \u4e4b\u95f4\u7684\u6574\u6570\u3002 MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u81f3\u5c11\u4e00\u4e2a\u7d22\u5f15\u7c7b\u578b\uff08\u8fd1\u4f3c\u3001\u7b49\u540c\u3001\u6392\u5e8f\u3001\u5b58\u5728\u6216\u5b50\u4e32\uff09\u3002 INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=\u6b63\u5728\u521b\u5efa\u65b0\u7d22\u5f15 '%s'... INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=\u7d22\u5f15\u5df2\u521b\u5efa INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u521b\u5efa\u65b0\u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=\u521b\u5efa\u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=\u521b\u5efa\u7d22\u5f15\u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=\u5728\u540e\u7aef '%s' \u4e2d\u521b\u5efa\u65b0\u7d22\u5f15 '%s'\u3002 INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=\u6b63\u5728\u521b\u5efa\u7d22\u5f15 '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=\u65b0\u5efa\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5728\u6a21\u5f0f\u4e2d\u521b\u5efa\u5c5e\u6027\u3002 MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8be5\u5bf9\u8c61\u7c7b\u63d0\u4f9b\u540d\u79f0\u3002 MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=\u63d0\u4f9b\u7684\u540d\u79f0\u65e0\u6548\u3002Details: %s MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE=\u63d0\u4f9b\u7684\u540d\u79f0 '%s' \u5728\u6a21\u5f0f\uff08\u5b9a\u4e49\u4e3a %s\uff09\u4e2d\u5df2\u5b58\u5728\u3002 INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUMMARY=\u6b63\u5728\u521b\u5efa\u5bf9\u8c61\u7c7b '%s'... INFO_CTRL_PANEL_CREATING_OBJECTCLASS_COMPLETE=\u5df2\u5728\u6a21\u5f0f\u4e2d\u521b\u5efa\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=\u5df2\u6210\u529f\u521b\u5efa\u5bf9\u8c61\u7c7b '%s'\u3002 MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=\u521b\u5efa\u5bf9\u8c61\u7c7b\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=\u521b\u5efa\u5bf9\u8c61\u7c7b '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u3002 INFO_CTRL_PANEL_OBJECTCLASS_OBSOLETE_LABEL=\u8fc7\u65f6 INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=\u62bd\u8c61 INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=\u7ed3\u6784\u5316 INFO_CTRL_PANEL_OBJECTCLASS_AUXILIARY_LABEL=\u8f85\u52a9 INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_ATTRIBUTES=\u53ef\u7528\u7684\u5c5e\u6027: INFO_CTRL_PANEL_ADDREMOVE_REQUIRED_ATTRIBUTES=\u5fc5\u9700\u5c5e\u6027: INFO_CTRL_PANEL_ADDREMOVE_OPTIONAL_ATTRIBUTES=\u53ef\u9009\u5c5e\u6027: INFO_CTRL_PANEL_INHERITED_ATTRIBUTES_HELP=(*) \u7ee7\u627f\u7684\u5c5e\u6027 INFO_CTRL_PANEL_SCHEMA_FILE_OBJECTCLASS_HELP=\u5c06\u5728\u5176\u4e2d\u5b58\u50a8\u5bf9\u8c61\u7c7b\u5b9a\u4e49\u7684\u6587\u4ef6\uff08\u5728 'config%sschema' \u7684\u4e0b\u9762\uff09\u3002 INFO_CTRL_PANEL_NEW_OBJECTCLASS_TASK_DESCRIPTION=\u5728\u6a21\u5f0f\u4e2d\u521b\u5efa\u65b0\u5bf9\u8c61\u7c7b '%s'\u3002 INFO_CTRL_PANEL_CREATING_OBJECTCLASS_PROGRESS=\u6b63\u5728\u521b\u5efa\u5bf9\u8c61\u7c7b '%s' INFO_CTRL_PANEL_OBJECTCLASS_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_OBJECTCLASS_PARENT_LABEL=\u7236\u9879: INFO_CTRL_PANEL_OBJECTCLASS_OID_LABEL=OID: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=Aliases: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=Origin: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=File: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_OBJECTCLASS_ALIASES_LABEL=\u522b\u540d: INFO_CTRL_PANEL_OBJECTCLASS_ORIGIN_LABEL=\u8d77\u59cb\u70b9: INFO_CTRL_PANEL_OBJECTCLASS_FILE_LABEL=\u6587\u4ef6: INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=\u63cf\u8ff0: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=\u7c7b\u578b: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=Address: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name of the Organizational Unit. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=User ID: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=\u5c5e\u6027: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=\u63cf\u8ff0: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=\u6761\u76ee DN: INFO_CTRL_PANEL_NEW_OU_ADDRESS_LABEL=\u5730\u5740: INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=\u7535\u8bdd\u53f7\u7801: INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=\u4f20\u771f\u53f7\u7801: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=\u65b0\u5efa\u7ec4\u7ec7\u5355\u4f4d MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u7ec4\u7ec7\u5355\u4f4d\u540d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=\u540d: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=\u59d3: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=\u5e38\u7528\u540d: INFO_CTRL_PANEL_NEW_USER_UID_LABEL=\u7528\u6237 ID: INFO_CTRL_PANEL_NEW_USER_PASSWORD_LABEL=\u5bc6\u7801: INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=Password (Confirm): INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=E-mail: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=Telephone Number: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=Naming Attribute: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=New User MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last Name\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for 'Common Name'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value for the naming attribute '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running. You must provide authentication to create a VLV index. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV Index created INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=The new VLV index '%s' was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error creating VLV index MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred creating VLV index. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes: INFO_CTRL_PANEL_INDEXES_LABEL=Indexes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) Requires Rebuild INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Rebuild Indexes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=The server is running. You must provide authentication to disable the backend before rebuilding the indexes. MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No Base DN's defined. MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=You must select a Base DN. MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=You must select at least one index to be rebuilt. INFO_CTRL_PANEL_NEW_USER_CONFIRM_PASSWORD_LABEL=\u5bc6\u7801\uff08\u786e\u8ba4\uff09: INFO_CTRL_PANEL_NEW_USER_EMAIL_LABEL=\u7535\u5b50\u90ae\u4ef6: INFO_CTRL_PANEL_NEW_USER_TELEPHONE_NUMBER_LABEL=\u7535\u8bdd\u53f7\u7801: INFO_CTRL_PANEL_NEW_USER_FAX_NUMBER_LABEL=\u4f20\u771f\u53f7\u7801: INFO_CTRL_PANEL_NEW_USER_NAMING_ATTRIBUTE_LABEL=\u547d\u540d\u5c5e\u6027: INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=\u6761\u76ee DN: INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=\u65b0\u5efa\u7528\u6237 MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u201c\u59d3\u201d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u201c\u5e38\u7528\u540d\u201d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u547d\u540d\u5c5e\u6027 '%s' \u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=\u65b0\u5efa VLV \u7d22\u5f15 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u521b\u5efa VLV \u7d22\u5f15\u3002 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=\u6b63\u5728\u521b\u5efa\u65b0 VLV \u7d22\u5f15 '%s'... INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV \u7d22\u5f15\u5df2\u521b\u5efa INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u521b\u5efa\u65b0 VLV \u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=\u521b\u5efa VLV \u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=\u521b\u5efa VLV \u7d22\u5f15\u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=\u5728\u540e\u7aef '%s' \u4e2d\u521b\u5efa\u65b0 VLV \u7d22\u5f15 '%s'\u3002 INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=\u6b63\u5728\u521b\u5efa VLV \u7d22\u5f15 '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=\u7f16\u8f91\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=\u8f85\u52a9\u5bf9\u8c61\u7c7b: INFO_CTRL_PANEL_INDEXES_LABEL=\u7d22\u5f15: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=\u53ef\u7528\u7684\u7d22\u5f15: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=\u9009\u5b9a\u7684\u7d22\u5f15: INFO_CTRL_PANEL_REQUIRES_REBUILD_LEGEND=(*) \u9700\u8981\u91cd\u65b0\u751f\u6210 INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=\u91cd\u65b0\u751f\u6210\u7d22\u5f15 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u5728\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u4e4b\u524d\u7981\u7528\u540e\u7aef\u3002 MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=\u672a\u5b9a\u4e49\u57fa DN\u3002 MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=\u60a8\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u57fa DN\u3002 MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=\u60a8\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u91cd\u65b0\u751f\u6210\u7684\u7d22\u5f15\u3002 # # Note that the following property contain line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to continue? MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=You must provide a value for the new password. INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=Reset User Password INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u671f\u95f4\uff0c\u540e\u7aef '%s' \u5c06\u7981\u7528\u5e76\u4e14\u5176\u540e\u7f00\u90fd\u4e0d\u53ef\u4f7f\u7528\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u65b0\u5bc6\u7801\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=\u91cd\u7f6e\u7528\u6237\u5bc6\u7801 INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=New User Password: INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=\u65b0\u5efa\u7528\u6237\u5bc6\u7801: INFO_CTRL_PANEL_RESET_USER_PASSWORD_CONFIRM_LABEL=\u5bc6\u7801\uff08\u786e\u8ba4\uff09: INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=Name: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=Resetting user password... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=User Password Updated INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password was successfully updated. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user password MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred updating user password. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running. You must provide authentication to restore from backup. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=Verifying contents of backup '%s'... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=Verify Complete INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=The verification of the backup finished successfully. MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error during Backup Verification MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during the backup verification. Error code: %d. INFO_CTRL_PANEL_RESET_USER_PASSWORD_NAME_LABEL=\u540d\u79f0: INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=\u6b63\u5728\u91cd\u7f6e\u7528\u6237\u5bc6\u7801... INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=\u7528\u6237\u5bc6\u7801\u5df2\u66f4\u65b0 INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u66f4\u65b0\u7528\u6237\u5bc6\u7801\u3002 MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=\u66f4\u65b0\u7528\u6237\u5bc6\u7801\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=\u66f4\u65b0\u7528\u6237\u5bc6\u7801\u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=\u4ece\u5907\u4efd\u6062\u590d INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u4ece\u5907\u4efd\u6062\u590d\u3002 INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=\u68c0\u9a8c\u5907\u4efd INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=\u6b63\u5728\u68c0\u9a8c\u5907\u4efd backup '%s' \u7684\u5185\u5bb9... INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=\u68c0\u9a8c\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u5b8c\u6210\u5907\u4efd\u68c0\u9a8c\u3002 MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=\u5907\u4efd\u68c0\u9a8c\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= \u5907\u4efd\u68c0\u9a8c\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 # # Note that the following property contain line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=You must provide the parent directory containing the backup files. Then click on 'Refresh' to update the list of available backups.<br>Finally select a backup from the list. MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=You must select a backup from the list of available backups. MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=\u60a8\u5fc5\u987b\u63d0\u4f9b\u5305\u542b\u5907\u4efd\u6587\u4ef6\u7684\u7236\u76ee\u5f55\u3002\u7136\u540e\uff0c\u5355\u51fb\u201c\u5237\u65b0\u201d\u4ee5\u66f4\u65b0\u53ef\u7528\u5907\u4efd\u7684\u5217\u8868\u3002<br>\u6700\u540e\uff0c\u4ece\u5217\u8868\u4e2d\u9009\u62e9\u4e00\u4e2a\u5907\u4efd\u3002 MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=\u60a8\u5fc5\u987b\u4ece\u53ef\u7528\u5907\u4efd\u7684\u5217\u8868\u4e2d\u9009\u62e9\u4e00\u4e2a\u5907\u4efd\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=If you continue with the restore the contents on the server will be overwritten.<br><br>Do you want to continue? INFO_CTRL_PANEL_RESTORING_SUMMARY=Restoring contents of backup '%s'... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=Restore Complete INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=The restore finished successfully MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error during Restore MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=An error occurred during the restore. Error code: %d. INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=Verify the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=Restore the contents of backup '%s' located in directory '%s'. INFO_CTRL_PANEL_CN_FRIENDLY_NAME=Common Name INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=Object Class INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=First Name INFO_CTRL_PANEL_SN_FRIENDLY_NAME=Last Name INFO_CTRL_PANEL_UID_FRIENDLY_NAME=User ID INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=Employee Number INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=User Password INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=Auth Password INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=E-Mail INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=Street Address INFO_CTRL_PANEL_L_FRIENDLY_NAME=City/Locality INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=\u5982\u679c\u7ee7\u7eed\u6062\u590d\uff0c\u670d\u52a1\u5668\u4e0a\u7684\u5185\u5bb9\u5c06\u88ab\u8986\u5199\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f INFO_CTRL_PANEL_RESTORING_SUMMARY=\u6b63\u5728\u6062\u590d\u5907\u4efd '%s' \u7684\u5185\u5bb9... INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=\u6062\u590d\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u5b8c\u6210\u6062\u590d MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=\u6062\u590d\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=\u6062\u590d\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=\u68c0\u9a8c\u4f4d\u4e8e\u76ee\u5f55 '%s' \u4e2d\u7684\u5907\u4efd '%s' \u7684\u5185\u5bb9\u3002 INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=\u6062\u590d\u4f4d\u4e8e\u76ee\u5f55 '%s' \u4e2d\u7684\u5907\u4efd '%s' \u7684\u5185\u5bb9\u3002 INFO_CTRL_PANEL_CN_FRIENDLY_NAME=\u5e38\u7528\u540d INFO_CTRL_PANEL_OBJECTCLASS_FRIENDLY_NAME=\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_GIVENNAME_FRIENDLY_NAME=\u540d INFO_CTRL_PANEL_SN_FRIENDLY_NAME=\u59d3 INFO_CTRL_PANEL_UID_FRIENDLY_NAME=\u7528\u6237 ID INFO_CTRL_PANEL_EMPLOYEENUMBER_FRIENDLY_NAME=\u5458\u5de5\u7f16\u53f7 INFO_CTRL_PANEL_USERPASSWORD_FRIENDLY_NAME=\u7528\u6237\u5bc6\u7801 INFO_CTRL_PANEL_AUTHPASSWORD_FRIENDLY_NAME=\u9a8c\u8bc1\u5bc6\u7801 INFO_CTRL_PANEL_MAIL_FRIENDLY_NAME=\u7535\u5b50\u90ae\u4ef6 INFO_CTRL_PANEL_STREET_FRIENDLY_NAME=\u8857\u9053\u5730\u5740 INFO_CTRL_PANEL_L_FRIENDLY_NAME=\u57ce\u5e02/\u6240\u5728\u5730 INFO_CTRL_PANEL_ST_FRIENDLY_NAME=\u72b6\u6001 INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=Postal Code INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=Mobile Number INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=Home Telephone Number INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=Telephone Number INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=Pager INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=Fax Number INFO_CTRL_PANEL_POSTALCODE_FRIENDLY_NAME=\u90ae\u653f\u7f16\u7801 INFO_CTRL_PANEL_MOBILE_FRIENDLY_NAME=\u624b\u673a\u53f7\u7801 INFO_CTRL_PANEL_HOMEPHONE_FRIENDLY_NAME=\u4f4f\u5b85\u7535\u8bdd\u53f7\u7801 INFO_CTRL_PANEL_TELEPHONENUMBER_FRIENDLY_NAME=\u7535\u8bdd\u53f7\u7801 INFO_CTRL_PANEL_PAGER_FRIENDLY_NAME=\u5bfb\u547c\u673a INFO_CTRL_PANEL_FACSIMILETELEPHONENUMBER_FRIENDLY_NAME=\u4f20\u771f\u53f7\u7801 INFO_CTRL_PANEL_DESCRIPTION_FRIENDLY_NAME=\u63cf\u8ff0 INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=Address INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=Members of Group INFO_CTRL_PANEL_POSTALADDRESS_FRIENDLY_NAME=\u5730\u5740 INFO_CTRL_PANEL_UNIQUEMEMBER_FRIENDLY_NAME=\u7ec4\u6210\u5458 INFO_CTRL_PANEL_MEMBERURL_FRIENDLY_NAME=LDAP URL INFO_CTRL_PANEL_C_FRIENDLY_NAME=Country INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=Dynamic Group Reference DN INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=User Certificate INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG Photograph INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=Supported Password Schemes INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=Supported Controls INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=Supported LDAP Versions INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=Supported Extensions INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=Supported Features INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=Vendor Name INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=Vendor Version INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=Naming Contexts INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=Private Naming Contexts INFO_CTRL_PANEL_NAME_LABEL=Name INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values INFO_CTRL_PANEL_C_FRIENDLY_NAME=\u56fd\u5bb6/\u5730\u533a INFO_CTRL_PANEL_DS_TARGET_GROUP_DN_FRIENDLY_NAME=\u52a8\u6001\u7ec4\u5f15\u7528 DN INFO_CTRL_PANEL_USERCERTIFICATE_FRIENDLY_NAME=\u7528\u6237\u8bc1\u4e66 INFO_CTRL_PANEL_JPEGPHOTO_FRIENDLY_NAME=JPEG \u76f8\u7247 INFO_CTRL_PANEL_SUPPORTEDPWDSCHEMES_FRIENDLY_NAME=\u652f\u6301\u7684\u5bc6\u7801\u6a21\u5f0f INFO_CTRL_PANEL_SUPPORTEDCONTROLS_FRIENDLY_NAME=\u652f\u6301\u7684\u63a7\u4ef6 INFO_CTRL_PANEL_SUPPORTEDLDAPVERSIONS_FRIENDLY_NAME=\u652f\u6301\u7684 LDAP \u7248\u672c INFO_CTRL_PANEL_SUPPORTEDEXTENSIONS_FRIENDLY_NAME=\u652f\u6301\u7684\u6269\u5c55 INFO_CTRL_PANEL_SUPPORTEDFEATURES_FRIENDLY_NAME=\u652f\u6301\u7684\u529f\u80fd INFO_CTRL_PANEL_VENDORNAME_FRIENDLY_NAME=\u4f9b\u5e94\u5546\u540d\u79f0 INFO_CTRL_PANEL_VENDORVERSION_FRIENDLY_NAME=\u4f9b\u5e94\u5546\u7248\u672c INFO_CTRL_PANEL_NAMINGCONTEXTS_FRIENDLY_NAME=\u547d\u540d\u4e0a\u4e0b\u6587 INFO_CTRL_PANEL_PRIVATENAMINGCONTEXTS_FRIENDLY_NAME=\u4e13\u7528\u547d\u540d\u4e0a\u4e0b\u6587 INFO_CTRL_PANEL_NAME_LABEL=\u540d\u79f0 INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=\u4ec5\u663e\u793a\u5177\u6709\u503c\u7684\u5c5e\u6027 INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=\u5bc6\u7801\uff08\u786e\u8ba4\uff09: INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' - MILD_ERR_LOADING_IMAGE=Error loading image INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading Configuration INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Not Available INFO_CTRL_PANEL_CHOOSE_ENTRIES=\u9009\u62e9\u6761\u76ee INFO_CTRL_PANEL_CONTENTS_OF_FILE=- \u6587\u4ef6 '%s' \u7684\u5185\u5bb9 - MILD_ERR_LOADING_IMAGE=\u88c5\u5165\u56fe\u50cf\u65f6\u51fa\u9519 INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=\u7f29\u7565\u56fe INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=\u7f16\u8f91... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=\u5220\u9664... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=\u67e5\u770b... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=\u6807\u51c6\u5c5e\u6027 INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=\u5c5e\u6027\u8be6\u7ec6\u4fe1\u606f INFO_CTRL_PANEL_REQUIRED_BY_LABEL=\u9700\u8981\u8005: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=\u5141\u8bb8\u8005: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=\u6807\u51c6\u5bf9\u8c61\u7c7b INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=\u5bf9\u8c61\u7c7b\u8be6\u7ec6\u4fe1\u606f INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=\u5fc5\u9700\u5c5e\u6027: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=\u53ef\u9009\u5c5e\u6027: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=\u5728\u4ee5\u4e0b\u6587\u4ef6\u4e2d\u5df2\u5b9a\u4e49: %s INFO_CTRL_PANEL_GENERIC_TITLE=\u63a7\u5236\u9762\u677f - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=\u5e38\u89c4\u72b6\u6001 MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=\u8bfb\u53d6\u914d\u7f6e\u65f6\u51fa\u9519 INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=\u4e0d\u53ef\u7528 INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=\u670d\u52a1\u5668\u72b6\u6001 INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Server Status: INFO_CTRL_PANEL_SERVER_STATUS_LABEL=\u670d\u52a1\u5668\u72b6\u6001: INFO_CTRL_PANEL_OPEN_CONNECTIONS_LABEL=\u6253\u5f00\u8fde\u63a5: INFO_CTRL_PANEL_SERVER_DETAILS_TITLE_BORDER=\u670d\u52a1\u5668\u8be6\u7ec6\u4fe1\u606f INFO_CTRL_PANEL_HOST_NAME_LABEL=\u4e3b\u673a\u540d: INFO_CTRL_PANEL_ADMINISTRATIVE_USERS_LABEL=\u7ba1\u7406\u7528\u6237: INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=\u5b89\u88c5\u8def\u5f84: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=Instance Path: INFO_CTRL_PANEL_INSTANCE_PATH_LABEL=\u5b9e\u4f8b\u8def\u5f84: INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=OpenDS \u7248\u672c: INFO_CTRL_PANEL_JAVA_VERSION_LABEL=Java \u7248\u672c: INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=Administration Connector: INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=Port %d (LDAPS) INFO_CTRL_PANEL_ADMIN_CONNECTOR_LABEL=\u7ba1\u7406\u8fde\u63a5\u5668: INFO_CTRL_PANEL_ADMIN_CONNECTOR_DESCRIPTION=\u7aef\u53e3 %d (LDAPS) INFO_CTRL_PANEL_CONNECTION_HANDLERS=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found - INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- \u672a\u627e\u5230\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f - INFO_CTRL_PANEL_DATA_SOURCES=\u6570\u636e\u6e90 INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this OpenDS instance is configured to run as a Windows Service. To manage auto-start and other features, run the Windows Service Control Manager of the operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=Enable INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=Disable... INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- \u672a\u627e\u5230\u6570\u636e\u6e90 - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows \u670d\u52a1\u914d\u7f6e INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=\u6b64\u9875\u6307\u51fa\u8be5 OpenDS \u5b9e\u4f8b\u662f\u5426\u5df2\u914d\u7f6e\u4e3a\u4f5c\u4e3a Windows \u670d\u52a1\u8fd0\u884c\u3002\u8981\u7ba1\u7406\u81ea\u52a8\u542f\u52a8\u548c\u5176\u4ed6\u529f\u80fd\uff0c\u8bf7\u8fd0\u884c\u64cd\u4f5c\u7cfb\u7edf\u7684 Windows \u670d\u52a1\u63a7\u5236\u7ba1\u7406\u5668\u3002 INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows \u670d\u52a1\u96c6\u6210: INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_BUTTON=\u542f\u7528 INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_BUTTON=\u7981\u7528... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=\u6b63\u5728\u7981\u7528 Windows \u670d\u52a1... INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Disabled INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully disabled. MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Disabling of Windows Service MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the disabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows \u670d\u52a1\u5df2\u7981\u7528 INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u7981\u7528 Windows \u670d\u52a1\u3002 MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=\u7981\u7528 Windows \u670d\u52a1\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=\u7981\u7528 Windows \u670d\u52a1\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUMMARY=\u6b63\u5728\u542f\u7528 Windows \u670d\u52a1... INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows Service Enabled INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=The Windows service was successfully enabled. MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error during Enabling of Windows Service MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the enabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes INFO_CTRL_PANEL_ACTION_LABEL=Action: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=Verify Entry Contents are Properly Indexed INFO_CTRL_PANEL_VERIFY_ALL_KEYS=Verify All Index Key Entry ID's are Clean and Refer to Existing Entries INFO_CTRL_PANEL_INDEX_LABEL=Index: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=Verify Indexes MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=You must select at least one index to be verified. MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No indexes defined for base DN '%s'. MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=You must select an index. INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=Verifying contents of indexes in '%s'... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=Index Verification Complete INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully verified. MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index Verification MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during the index verification. Error code: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'. INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows \u670d\u52a1\u5df2\u542f\u7528 INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u542f\u7528 Windows \u670d\u52a1\u3002 MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=\u542f\u7528 Windows \u670d\u52a1\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=\u542f\u7528 Windows \u670d\u52a1\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=\u542f\u7528 Windows \u670d\u52a1 INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=\u7981\u7528 Windows \u670d\u52a1 INFO_CTRL_PANEL_DATABASE_INDEXES=\u6570\u636e\u5e93\u7d22\u5f15 INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=\u5c5e\u6027\u7d22\u5f15 INFO_CTRL_PANEL_VLV_INDEXES=VLV \u7d22\u5f15 INFO_CTRL_PANEL_ACTION_LABEL=\u64cd\u4f5c: INFO_CTRL_PANEL_VERIFY_ENTRY_CONTEXT_ARE_INDEXES=\u68c0\u9a8c\u662f\u5426\u6b63\u786e\u7f16\u5199\u4e86\u6761\u76ee\u5185\u5bb9\u7d22\u5f15 INFO_CTRL_PANEL_VERIFY_ALL_KEYS=\u68c0\u9a8c\u662f\u5426\u5df2\u6e05\u9664\u6240\u6709\u7d22\u5f15\u952e\u6761\u76ee ID \u5e76\u5f15\u7528\u73b0\u6709\u6761\u76ee INFO_CTRL_PANEL_INDEX_LABEL=\u7d22\u5f15: INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=\u68c0\u9a8c\u7d22\u5f15 MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=\u60a8\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u68c0\u9a8c\u7684\u7d22\u5f15\u3002 MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=\u6ca1\u6709\u4e3a\u57fa DN '%s' \u5b9a\u4e49\u7684\u7d22\u5f15\u3002 MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u7d22\u5f15\u3002 INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=\u6b63\u5728\u68c0\u9a8c '%s' \u4e2d\u7684\u7d22\u5f15\u5185\u5bb9... INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=\u7d22\u5f15\u68c0\u9a8c\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=\u5df2\u6210\u529f\u68c0\u9a8c\u7d22\u5f15\u3002 MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=\u7d22\u5f15\u68c0\u9a8c\u671f\u95f4\u51fa\u9519 MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=\u7d22\u5f15\u68c0\u9a8c\u671f\u95f4\u51fa\u73b0\u9519\u8bef\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=\u68c0\u9a8c '%s' \u4e2d\u7684\u7d22\u5f15\u3002 # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=The server is running. You must provide authentication to edit the VLV index. INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=Delete VLV Index INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=Are you sure you want to delete the VLV index '%s' defined in backend '%s'? INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=Deleting VLV index... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV Index Deleted INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error deleting VLV index MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=An error occurred VLV deleting index '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=Modifying VLV Index INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=Modifying VLV index %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV Index Modified INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=The VLV index '%s' in backend '%s' was successfully modified. MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error modifying VLV index MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred modifying VLV index '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Available: INFO_CTRL_PANEL_SELECTED_LABEL=Selected: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_INDEX_MODIFIED_MESSAGE=<html>\u5df2\u4fee\u6539\u8be5\u7d22\u5f15\u3002<br>\u91cd\u65b0\u751f\u6210\u5fc5\u9700\u7684\u7d22\u5f15\uff08\u4f7f\u7528\u201c\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u201d\u6216\u201c\u5bfc\u5165\u201d\uff09\u3002 INFO_CTRL_PANEL_VLV_INDEX_PANEL_TITLE=VLV \u7d22\u5f15\u5c5e\u6027 INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u7f16\u8f91 VLV \u7d22\u5f15\u3002 INFO_CTRL_PANEL_DELETE_VLV_INDEX_TITLE=\u5220\u9664 VLV \u7d22\u5f15 INFO_CTRL_PANEL_CONFIRMATION_VLV_INDEX_DELETE_DETAILS=\u662f\u5426\u786e\u5b9a\u8981\u5220\u9664\u5728\u540e\u7aef '%s' \u4e2d\u5b9a\u4e49\u7684 VLV \u7d22\u5f15 '%s'\uff1f INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=\u6b63\u5728\u5220\u9664 VLV \u7d22\u5f15... INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV \u7d22\u5f15\u5df2\u5220\u9664 INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=\u5df2\u6210\u529f\u5220\u9664\u540e\u7aef '%s' \u4e2d\u7684 VLV \u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=\u5220\u9664 VLV \u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=\u5220\u9664 VLV \u7d22\u5f15 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_TITLE=\u4fee\u6539 VLV \u7d22\u5f15 INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUMMARY=\u6b63\u5728\u4fee\u6539 VLV \u7d22\u5f15 %s... INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV \u7d22\u5f15\u5df2\u4fee\u6539 INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=\u5df2\u6210\u529f\u4fee\u6539\u540e\u7aef '%s' \u4e2d\u7684 VLV \u7d22\u5f15 '%s'\u3002 MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=\u4fee\u6539 VLV \u7d22\u5f15\u65f6\u51fa\u9519 MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=\u4fee\u6539 VLV \u7d22\u5f15 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002 INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=\u4fee\u6539\u540e\u7aef '%s' \u4e2d\u7684 VLV \u7d22\u5f15 '%s'\u3002 INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=\u6b63\u5728\u4fee\u6539 VLV \u7d22\u5f15 '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=\u53ef\u7528\u7684: INFO_CTRL_PANEL_SELECTED_LABEL=\u9009\u5b9a\u7684: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=\u6dfb\u52a0 > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=\u5168\u90e8\u6dfb\u52a0 > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< \u5220\u9664 INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< \u5168\u90e8\u5220\u9664 INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=\u8f85\u52a9: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s\uff08\u64cd\u4f5c\uff09 INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s\uff08\u5347\u5e8f\uff09 INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s\uff08\u964d\u5e8f\uff09 ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=\u9519\u8bef INFO_CTRL_PANEL_PROGRESS_DONE=Done INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Display All Command-lines INFO_CTRL_PANEL_PROGRESS_DONE=\u5b8c\u6210 INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV \u7d22\u5f15 INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=\u663e\u793a\u6240\u6709\u547d\u4ee4\u884c INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=\u5168\u5c40\u89c6\u56fe\u9009\u9879\u3002 INFO_CTRL_PANEL_REFRESH_MENU=\u5237\u65b0\u9009\u9879... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=\u5237\u65b0\u9009\u9879 INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=\u9009\u62e9\u7528\u4e8e\u5237\u65b0\u6240\u663e\u793a\u7684\u76d1\u89c6\u548c\u914d\u7f6e\u4fe1\u606f\u7684\u95f4\u9694\u65f6\u95f4\uff08\u4ee5\u79d2\u4e3a\u5355\u4f4d\uff09\u3002 INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=\u5237\u65b0\u95f4\u9694\u65f6\u95f4\uff08\u79d2\uff09: INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=\u95f4\u9694\u65f6\u95f4\u5fc5\u987b\u4e3a\u5c0f\u4e8e %d \u79d2\u7684\u6b63\u6574\u6570\u503c\u3002 INFO_CTRL_PANEL_CATEGORY_MONITORING=\u76d1\u89c6 INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=\u57fa\u672c\u4fe1\u606f INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- \u672a\u9009\u62e9\u9879 - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=\u57fa\u672c\u4fe1\u606f INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u67e5\u770b\u76d1\u89c6\u6570\u636e INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=\u8981\u67e5\u770b\u76d1\u89c6\u6570\u636e\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u8fd0\u884c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=\u76d1\u89c6\u6839 INFO_CTRL_PANEL_SYSTEM_INFORMATION=\u7cfb\u7edf\u4fe1\u606f INFO_CTRL_PANEL_JAVA_INFORMATION=Java \u4fe1\u606f INFO_CTRL_PANEL_WORK_QUEUE=\u5de5\u4f5c\u961f\u5217 INFO_CTRL_PANEL_ENTRY_CACHES=\u6761\u76ee\u9ad8\u901f\u7f13\u5b58 INFO_CTRL_PANEL_DB_ENVIRONMENT=\u6570\u636e\u5e93\u73af\u5883 INFO_CTRL_PANEL_UP_TIME_LABEL=\u8fd0\u884c\u65f6\u95f4: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=\u6700\u5927\u8fde\u63a5\u6570: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=\u603b\u8fde\u63a5\u6570: INFO_CTRL_PANEL_START_TIME_LABEL=\u5f00\u59cb\u65f6\u95f4: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=\u5e73\u5747\u8bf7\u6c42\u5f85\u529e\u6570 INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=\u6700\u5927\u8bf7\u6c42\u5f85\u529e\u6570 INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=\u5f53\u524d\u8bf7\u6c42\u5f85\u529e\u6570 INFO_CTRL_PANEL_REQUESTS_SUBMITTED=\u63d0\u4ea4\u7684\u8bf7\u6c42\u6570 INFO_CTRL_PANEL_REQUESTS_REJECTED=\u7531\u4e8e\u961f\u5217\u5df2\u6ee1\u800c\u62d2\u7edd\u7684\u8bf7\u6c42\u6570 INFO_CTRL_PANEL_ENTRY_CACHE_HITS=\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u547d\u4e2d\u6b21\u6570 INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u8ba1\u6570 INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u5c1d\u8bd5\u6b21\u6570 INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u547d\u4e2d\u7387 INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u5927\u5c0f INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=\u6700\u5927\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u5927\u5c0f INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=\u6700\u5927\u6761\u76ee\u9ad8\u901f\u7f13\u5b58\u8ba1\u6570 INFO_CTRL_PANEL_NO_DBS_FOUND=-\u672a\u627e\u5230\u6570\u636e\u5e93- INFO_CTRL_PANEL_DB_HEADER=\u540e\u7aef ID INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=-\u672a\u627e\u5230\u6570\u636e\u5e93\u73af\u5883\u6570\u636e- INFO_CTRL_PANEL_AVAILABLE_CPUS=\u53ef\u7528\u7684 CPU INFO_CTRL_PANEL_SYSTEM_NAME=\u7cfb\u7edf\u540d\u79f0 INFO_CTRL_PANEL_OPERATING_SYSTEM=\u64cd\u4f5c\u7cfb\u7edf INFO_CTRL_PANEL_FREE_USED_MEMORY=JVM \u4e2d\u7684\u53ef\u7528\u5185\u5b58 INFO_CTRL_PANEL_MAX_MEMORY=JVM \u4e2d\u7684\u6700\u5927\u5185\u5b58 INFO_CTRL_PANEL_USED_MEMORY=JVM \u4e2d\u7684\u5df2\u7528\u5185\u5b58 INFO_CTRL_PANEL_CLASS_PATH=\u7c7b\u8def\u5f84 INFO_CTRL_PANEL_JAVA_VENDOR=Java \u4f9b\u5e94\u5546 INFO_CTRL_PANEL_JVM_VENDOR=JVM \u4f9b\u5e94\u5546 INFO_CTRL_PANEL_JAVA_VERSION=Java \u7248\u672c INFO_CTRL_PANEL_JVM_VERSION=JVM \u7248\u672c INFO_CTRL_PANEL_JVM_ARCHITECTURE=JVM \u4f53\u7cfb\u7ed3\u6784 INFO_CTRL_PANEL_JVM_ARGUMENTS=JVM \u53c2\u6570 INFO_CTRL_PANEL_MEMORY_VALUE=%d Mb\uff0c%d Kb INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=\u5176\u4ed6\u5c5e\u6027 INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=\u5185\u5b58\u5c5e\u6027 INFO_CTRL_PANEL_NOT_IMPLEMENTED=\u672a\u5b9e\u65bd INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=\u603b\u8ba1 INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=\u5c5e\u6027\u89c6\u56fe\u9009\u9879 INFO_CTRL_PANEL_NO_OPERATION_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u81f3\u5c11\u4e00\u9879\u64cd\u4f5c\u3002 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=\u663e\u793a\u5217 INFO_CTRL_PANEL_OPERATIONS_VIEW=\u663e\u793a\u64cd\u4f5c... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=\u6dfb\u52a0\u8bf7\u6c42 INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=\u6dfb\u52a0\u54cd\u5e94 INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=\u7ed1\u5b9a\u8bf7\u6c42 INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=\u7ed1\u5b9a\u54cd\u5e94 INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=\u5bf9\u6bd4\u8bf7\u6c42 INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=\u5bf9\u6bd4\u54cd\u5e94 INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=\u5220\u9664\u8bf7\u6c42 INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=\u5220\u9664\u54cd\u5e94 INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=\u6269\u5c55\u8bf7\u6c42 INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=\u6269\u5c55\u54cd\u5e94 INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=\u4fee\u6539 DN \u8bf7\u6c42 INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=\u4fee\u6539 DN \u54cd\u5e94 INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=\u4fee\u6539\u8bf7\u6c42 INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=\u4fee\u6539\u54cd\u5e94 INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=\u641c\u7d22\u8bf7\u6c42 INFO_CTRL_PANEL_SEARCH_DONE_LABEL=\u641c\u7d22\u5df2\u5b8c\u6210 INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=\u672a\u7ed1\u5b9a\u8bf7\u6c42 INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=\u5168\u90e8 INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u76d1\u89c6 INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=\u670d\u52a1\u5668\u6b63\u5728\u8fd0\u884c\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c\u624d\u80fd\u67e5\u770b\u76d1\u89c6\u6570\u636e INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=\u8981\u67e5\u770b\u76d1\u89c6\u6570\u636e\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u8fd0\u884c\u5e76\u4e14\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\uff0c INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - \u7ba1\u7406\u8fde\u63a5\u5668 INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=\u89c6\u56fe INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=\u7528\u4e8e\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f\u76d1\u89c6\u7684\u89c6\u56fe\u9009\u9879 INFO_CTRL_PANEL_SHOW_AVERAGES=\u663e\u793a\u81ea\u670d\u52a1\u5668\u542f\u52a8\u4ee5\u6765\u7684\u5e73\u5747\u6570 INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=\u8fde\u63a5\u5904\u7406\u7a0b\u5e8f INFO_CTRL_PANEL_AVERAGE_HEADER=\u6bcf\u79d2\u5e73\u5747 %s INFO_CTRL_PANEL_AUTHENTICATED_AS=\u4f5c\u4e3a '%s' \u5df2\u9a8c\u8bc1 INFO_CTRL_PANEL_NOT_AUTHENTICATED=\u7528\u6237\u672a\u9a8c\u8bc1 INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=\u7528\u6237\u672a\u9a8c\u8bc1\uff08\u670d\u52a1\u5668\u672a\u8fd0\u884c\uff09 opends/src/messages/messages/admin_tool_zh_TW.properties
@@ -20,17 +20,13 @@ # # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # Copyright 2006-2009 Sun Microsystems, Inc. # # Global directives # Do not translate # global.category=ADMIN_TOOL global.ordinal=-1 # # Format string definitions # @@ -69,8 +65,11 @@ INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=\u76ee\u9304\u4f3a\u670d\u5668\u5305\u542b\u7684\u8cc7\u6599\u5eab\u6a94\u6848\u4f4d\u65bc\u4f3a\u670d\u5668\u8def\u5f91\u4e4b\u5916\u7684\u4e0b\u5217\u4f4d\u7f6e:%n%s%n\u8981\u79fb\u9664\u9019\u4e9b\u6a94\u6848\u55ce\uff1f INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=\u76ee\u9304\u4f3a\u670d\u5668\u5305\u542b\u7684\u8a18\u9304\u6a94\u4f4d\u65bc\u4f3a\u670d\u5668\u8def\u5f91\u4e4b\u5916\u7684\u4e0b\u5217\u4f4d\u7f6e:%n%s%n\u8981\u79fb\u9664\u9019\u4e9b\u6a94\u6848\u55ce\uff1f INFO_CLI_UNINSTALL_CONFIRM_STOP=OpenDS \u4f3a\u670d\u5668\u76ee\u524d\u6b63\u5728\u57f7\u884c\uff0c\u5fc5\u9808\u5c07\u5176\u505c\u6b62\u624d\u80fd\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002%n\u8981\u505c\u6b62\u4f3a\u670d\u5668\u4e26\u6c38\u4e45\u522a\u9664\u6a94\u6848\u55ce\uff1f SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=\u60a8\u5fc5\u9808\u9078\u64c7\u8981\u89e3\u9664\u5b89\u88dd\u7684\u5143\u7d20\u3002\u4f7f\u7528\u7528\u6cd5\u4e2d\u63cf\u8ff0\u7684\u9078\u9805\uff0c\u4ee5\u6307\u5b9a\u5fc5\u9808\u89e3\u9664\u5b89\u88dd\u7684\u9805\u76ee\u3002 SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u60a8\u5fc5\u9808\u9078\u53d6\u8981\u89e3\u9664\u5b89\u88dd\u7684\u9805\u76ee\u3002 ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=You must \ ### select the elements to uninstall. Use the options described in the usage to \ ### specify what must be uninstalled. ###SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ ### to be uninstalled. INFO_CLI_UNINSTALL_SERVER_STOPPED=\u4f3a\u670d\u5668\u5df2\u505c\u6b62\u3002 INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u9032\u884c\u8907\u88fd\u3002%n\u5982\u679c\u4f3a\u670d\u5668\u5be6\u969b\u4e0a\u6b63\u5728\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u9032\u884c\u5167\u5bb9\u8907\u88fd\uff0c\u60a8\u5fc5\u9808\u63d0\u4f9b\u7ba1\u7406\u54e1\u8a8d\u8b49\uff0c\u4ee5\u79fb\u9664\u9032\u884c\u8907\u88fd\u4e4b OpenDS \u4f3a\u670d\u5668\u4e0a\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u3002%n%n\u8f38\u5165\u300cYes\u300d\u63d0\u4f9b\u8a8d\u8b49\u4ee5\u79fb\u9664\u9060\u7aef\u53c3\u7167\u3002%n\u8f38\u5165\u300cNo\u300d\u4ee5\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u800c\u4e0d\u66f4\u65b0\u9060\u7aef\u53c3\u7167\u3002%n\u63d0\u4f9b\u8a8d\u8b49\u55ce\uff1f INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u9032\u884c\u8907\u88fd\u3002%n\u5982\u679c\u4f3a\u670d\u5668\u5be6\u969b\u4e0a\u6b63\u5728\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u9032\u884c\u5167\u5bb9\u8907\u88fd\uff0c\u60a8\u5fc5\u9808\u5c07\u5176\u555f\u52d5\u4e26\u63d0\u4f9b\u7ba1\u7406\u54e1\u8a8d\u8b49\uff0c\u4ee5\u79fb\u9664\u9032\u884c\u8907\u88fd\u4e4b OpenDS \u4f3a\u670d\u5668\u4e0a\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u3002%n%n\u8f38\u5165\u300cYes\u300d\u4ee5\u555f\u52d5\u4f3a\u670d\u5668\uff0c\u7136\u5f8c\u63d0\u4f9b\u8a8d\u8b49\u4ee5\u79fb\u9664\u9060\u7aef\u53c3\u7167\u3002%n\u8f38\u5165\u300cNo\u300d\u4ee5\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u800c\u4e0d\u66f4\u65b0\u9060\u7aef\u53c3\u7167\u3002%n\u8981\u555f\u52d5\u4f3a\u670d\u5668\u4e26\u63d0\u4f9b\u8a8d\u8b49\u55ce\uff1f @@ -100,8 +99,15 @@ INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u78ba\u8a8d\u89e3\u9664\u5b89\u88dd INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=\u4f3a\u670d\u5668\u6b63\u5728\u57f7\u884c\u4e2d%nOpenDS \u4f3a\u670d\u5668\u76ee\u524d\u6b63\u5728\u57f7\u884c\uff0c\u5fc5\u9808\u5c07\u5176\u505c\u6b62\u624d\u80fd\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002\u8981\u8b93\u89e3\u9664\u5b89\u88dd\u7a0b\u5f0f\u70ba\u60a8\u505c\u6b62\u4f3a\u670d\u5668\u4e26\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u55ce\uff1f\u5982\u679c\u60a8\u6309\u4e00\u4e0b\u3010\u5426\u3011\uff0c\u60a8\u5c07\u9700\u8981\u624b\u52d5\u505c\u6b62\u4f3a\u670d\u5668\u4ee5\u7e7c\u7e8c\u3002 MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:\n%s\n\u8981\u8b93\u89e3\u9664\u5b89\u88dd\u7a0b\u5f0f\u5617\u8a66\u4ee5\u6700\u9ad8\u901f\u7387 (best-effort) \u6a21\u5f0f\u79fb\u9664\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u55ce\uff1f MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \u8acb\u6ce8\u610f\uff0c\u70ba\u4e86\u8981\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 %s \u548c %s (\u6216 %s) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u5728\u767c\u751f\u932f\u8aa4\u6642\u5f37\u5236\u9032\u884c (force on error) \u6a21\u5f0f\u6642\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002 SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \u8acb\u6ce8\u610f\uff0c\u70ba\u4e86\u8981\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 %s \u548c %s (\u6216 %s) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u8acb\u6aa2\u67e5\u60a8\u63d0\u4f9b\u7684\u9023\u7dda\u53c3\u6578\u662f\u5426\u6b63\u78ba\u3002%n\u5982\u679c\u60a8\u60f3\u8981\u5728\u7121\u6cd5\u79fb\u9664\u9060\u7aef\u53c3\u7167\u6642\u89e3\u9664\u5b89\u88dd\u4f3a\u670d\u5668\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528 %s \u9078\u9805\u3002 MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers. \u8acb\u6ce8\u610f\uff0c\u70ba\u4e86\u8981\u79fb\u9664\u9060\u7aef\u53c3\u7167\uff0c\u60a8\u5fc5\u9808\u4f7f\u7528 %s \u548c %s (\u6216 %s) \u9078\u9805\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\u3002%n\u5728\u767c\u751f\u932f\u8aa4\u6642\u5f37\u5236\u9032\u884c (force on error) \u6a21\u5f0f\u6642\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002%n%nThe error found was:%n%s ###SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ ### to replicate some of its Base DN's. There was an error retrieving the \ ### references to it in the replicated servers. Note that to be able to remove \ ### remote references you must provide Global Administrator credentials using the \ ### %s and %s (or %s) options.%nCheck that the connection parameters you \ ### provided are correct.%nIf you want to uninstall the server even when remote \ ### references cannot be removed, you can use the %s option.%n%nThe error found \ ### was:%n%s MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured to replicate some of its Base DN's. There was an error retrieving the references to it in the replicated servers.%n\u8981\u7e7c\u7e8c\u55ce\uff1f INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u4f3a\u670d\u5668\u6b63\u5728\u57f7\u884c\u4e2d INFO_CONNECTIONS_LABEL=\u958b\u555f\u9023\u7dda: @@ -117,7 +123,7 @@ INFO_ENABLED_LABEL=\u5df2\u555f\u7528 MILD_ERR_READING_CONFIG_FILE=\u8b80\u53d6\u914d\u7f6e\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4\u3002 MILD_ERR_READING_CONFIG_LDAP=\u5f9e\u4f3a\u670d\u5668\u8b80\u53d6\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\u3002\u78ba\u8a8d\u63d0\u4f9b\u7684\u8a8d\u8b49\u8cc7\u8a0a\u3002%n\u8a73\u7d30\u8cc7\u8a0a: %s SEVERE_ERR_STARTING_SERVER_GENERIC=\u7121\u6cd5\u555f\u52d5\u4f3a\u670d\u5668\u3002 ###SEVERE_ERR_STARTING_SERVER_GENERIC=Could not Start server. INFO_FINISH_BUTTON_UNINSTALL_LABEL=\u89e3\u9664\u5b89\u88dd INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\u5b8c\u6210\u89e3\u9664\u5b89\u88dd INFO_FRAME_UNINSTALL_TITLE=OpenDS \u89e3\u9664\u5b89\u88dd @@ -186,8 +192,11 @@ INFO_START_BUTTON_TOOLTIP=\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668 INFO_STATE_COLUMN=\u72c0\u614b INFO_STATUS_CLI_USAGE_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u986f\u793a\u57fa\u672c\u4f3a\u670d\u5668\u8cc7\u8a0a SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control Panel. \u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u986f\u793a\u7684\u5b58\u53d6\u6b0a\u3002 SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch Control Panel. \u8acb\u6aa2\u67e5\u60a8\u662f\u5426\u6709\u986f\u793a\u7684\u5b58\u53d6\u6b0a\u3002\u6aa2\u67e5\u6a94\u6848 %s \u4ee5\u53d6\u5f97\u8a73\u7d30\u8cc7\u6599\u3002 ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ ###Panel. Check that you have access to the display. ###SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Could not launch \ ### Control Panel. Check that you have access to the display. Check file %s for \ ### details. INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=This utility can be used to display the Control Panel window which displays basic server information and allows to do some basic administration tasks on the server. INFO_STOP_BUTTON_LABEL=\u505c\u6b62 INFO_STOP_BUTTON_TOOLTIP=\u505c\u6b62\u76ee\u9304\u4f3a\u670d\u5668 @@ -210,8 +219,11 @@ INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=OpenDS \u5df2\u65bc\u672c\u5730\u6a5f\u5668\u4e0a\u6210\u529f\u89e3\u9664\u5b89\u88dd\uff0c\u4f46\u522a\u9664\u6a94\u6848\u6642\u767c\u751f\u4e00\u4e9b\u932f\u8aa4\u3002\u5982\u9700\u6709\u95dc\u9020\u6210\u554f\u984c\u4e4b\u6a94\u6848\u7684\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u6587\u5b57\u5340\u3002%n%n\u78ba\u8a8d\u6c92\u6709\u5176\u4ed6\u7a0b\u5f0f\u5728\u4f7f\u7528\u9019\u4e9b\u6a94\u6848\uff0c\u4e26\u624b\u52d5\u52a0\u4ee5\u522a\u9664\u3002 INFO_SUMMARY_UNINSTALL_NOT_STARTED=\u6b63\u5728\u555f\u52d5\u89e3\u9664\u5b89\u88dd... INFO_UNDEFINED_PROTOCOL_LABEL=-\u4e0d\u660e- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u5716\u5f62\u5316\u89e3\u9664\u5b89\u88dd\u555f\u52d5\u5931\u6557\u3002%n%n\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u89e3\u9664\u5b89\u88dd... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u5716\u5f62\u5316\u89e3\u9664\u5b89\u88dd\u555f\u52d5\u5931\u6557\u3002\u6aa2\u67e5\u6a94\u6848 %s \u4ee5\u53d6\u5f97\u66f4\u591a\u8a73\u7d30\u8cc7\u6599\u3002%n%n\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u89e3\u9664\u5b89\u88dd... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ ### launch failed.%n%nLaunching command line uninstall... ###SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ ### Uninstall launch failed. Check file %s for more details.%n%nLaunching \ ### command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=\u6b63\u5728\u555f\u52d5\u6307\u4ee4\u884c\u89e3\u9664\u5b89\u88dd... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=\u6b63\u5728\u555f\u52d5\u5716\u5f62\u5316\u89e3\u9664\u5b89\u88dd... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u4ee5\u7528\u65bc\u89e3\u9664\u5b89\u88dd\u76ee\u9304\u4f3a\u670d\u5668\u3002 @@ -226,7 +238,7 @@ INFO_UNINSTALLDS_DESCRIPTION_FORCE=\u6307\u5b9a\u7576\u5728\u9060\u7aef OpenDS \u5be6\u4f8b\u4e2d\u66f4\u65b0\u5c0d\u6b64\u4f3a\u670d\u5668\u7684\u53c3\u7167\u6642\uff0c\u5982\u679c\u767c\u751f\u932f\u8aa4\uff0c\u662f\u5426\u8981\u7e7c\u7e8c\u89e3\u9664\u5b89\u88dd\u3002\u6b64\u5f15\u6578\u50c5\u80fd\u8207 %s \u7121\u63d0\u793a\u5f15\u6578\u5171\u540c\u4f7f\u7528\u3002 INFO_DESCRIPTION_REFERENCED_HOST=\u9060\u7aef\u4f3a\u670d\u5668\u4e2d\u53c3\u7167\u6b64\u4e3b\u6a5f\u4ee5\u9032\u884c\u8907\u88fd\u7684\u4e3b\u6a5f\u540d\u7a31 (\u6216 IP \u4f4d\u5740) INFO_UNINSTALLDS_DESCRIPTION_CLI=\u6307\u5b9a\u4f7f\u7528\u6307\u4ee4\u884c\u5b89\u88dd\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u5c07\u6703\u555f\u52d5\u5716\u5f62\u5316\u4ecb\u9762\u3002\u5176\u4ed6\u9078\u9805 (\u9664 help \u548c version \u5916) \u50c5\u6703\u65bc\u6307\u5b9a\u6b64\u9078\u9805\u6642\u52a0\u4ee5\u8003\u91cf INFO_UNINSTALLDS_DESCRIPTION_QUIET=\u4ee5\u7121\u8a0a\u606f\u6a21\u5f0f\u57f7\u884c\u89e3\u9664\u5b89\u88dd\u3002\u7121\u8a0a\u606f\u6a21\u5f0f\u4e0d\u6703\u5c07\u9032\u5ea6\u8cc7\u8a0a\u8f38\u51fa\u81f3\u6a19\u6e96\u8f38\u51fa INFO_UNINSTALLDS_DESCRIPTION_QUIET=\u4ee5\u7121\u8a0a\u606f\u6a21\u5f0f\u57f7\u884c\u89e3\u9664\u5b89\u88dd\u3002\u7121\u8a0a\u606f\u6a21\u5f0f\u4e0d\u6703\u5c07\u9032\u5ea6\u8cc7\u8a0a\u8f38\u51fa\u81f3\u6a19\u6e96\u8f38\u51fa\u3002 INFO_UNINSTALLDS_DESCRIPTION_REMOVE_ALL=\u79fb\u9664 OpenDS \u7684\u6240\u6709\u5143\u4ef6 (\u6b64\u9078\u9805\u8207\u5176\u4ed6\u79fb\u9664\u9078\u9805\u4e0d\u76f8\u5bb9) INFO_UNINSTALLDS_DESCRIPTION_REMOVE_SERVER_LIBRARIES=\u79fb\u9664\u4f3a\u670d\u5668\u7a0b\u5f0f\u5eab\u548c\u7ba1\u7406\u5de5\u5177 INFO_UNINSTALLDS_DESCRIPTION_REMOVE_DATABASES=\u79fb\u9664\u8cc7\u6599\u5eab\u5167\u5bb9 @@ -250,8 +262,8 @@ INFO_DESCRIPTION_ENABLE_REPLICATION_USE_SECOND_AS_SCHEMA_SOURCE=\u4f7f\u7528\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u521d\u59cb\u5316\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u3002\u5982\u679c\u672a\u6307\u5b9a\u6b64\u9078\u9805\u6216\u9078\u9805 %s\uff0c\u5247\u6703\u4f7f\u7528\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f\u521d\u59cb\u5316\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684\u6a21\u5f0f INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=\u7528\u4ee5\u9023\u7d50\u81f3\u7b2c\u4e8c\u90e8\u8981\u8907\u88fd\u5176\u5167\u5bb9\u7684\u4f3a\u670d\u5668\u4e4b\u5bc6\u78bc\u3002\u5982\u679c\u6c92\u6709\u70ba\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u6307\u5b9a\u9023\u7d50 DN\uff0c\u5c07\u6703\u4f7f\u7528\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u9032\u884c\u9023\u7d50 INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=\u5305\u542b\u7528\u4ee5\u9023\u7d50\u81f3\u7b2c\u4e8c\u90e8\u8981\u8907\u88fd\u5176\u5167\u5bb9\u7684\u4f3a\u670d\u5668\u4e4b\u5bc6\u78bc\u7684\u6a94\u6848\u3002\u5982\u679c\u6c92\u6709\u70ba\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u6307\u5b9a\u9023\u7d50 DN\uff0c\u5c07\u6703\u4f7f\u7528\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u9032\u884c\u9023\u7d50 INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e2d\u7531\u8907\u88fd\u6a5f\u5236\u7528\u65bc\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u901a\u8a0a\u7684\u9023\u63a5\u57e0\u3002\u60a8\u53ea\u6709\u5728\u5148\u524d\u672a\u65bc\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u914d\u7f6e\u8907\u88fd\u6642\uff0c\u624d\u5fc5\u9808\u6307\u5b9a\u6b64\u9078\u9805\u3002 INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\u6307\u5b9a\u900f\u904e\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e4b\u8907\u88fd\u9023\u63a5\u57e0\u9032\u884c\u7684\u901a\u8a0a\u662f\u5426\u8981\u52a0\u5bc6\u3002\u6b64\u9078\u9805\u50c5\u6703\u65bc\u5728\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a\u521d\u6b21\u914d\u7f6e\u8907\u88fd\u6642\u52a0\u4ee5\u8003\u91cf\u3002 INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e2d\u7531\u8907\u88fd\u6a5f\u5236\u7528\u65bc\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u901a\u8a0a\u7684\u9023\u63a5\u57e0\u3002You have to specify this option only if replication was not previously configured in the second server INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=\u6307\u5b9a\u900f\u904e\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e4b\u8907\u88fd\u9023\u63a5\u57e0\u9032\u884c\u7684\u901a\u8a0a\u662f\u5426\u8981\u52a0\u5bc6\u3002This option will only be taken into account the first time replication is configured on the second server INFO_DESCRIPTION_ENABLE_REPLICATION_STARTTLS2=\u4f7f\u7528 StartTLS \u7dad\u8b77\u8207\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u9593\u7684\u901a\u8a0a\u5b89\u5168 INFO_DESCRIPTION_REPLICATION_BASEDNS=\u5c07\u8981\u8907\u88fd\u3001\u521d\u59cb\u5316\u6216\u8981\u505c\u7528\u8907\u88fd\u4e4b\u8cc7\u6599\u7684\u57fa\u5e95 DNMultiple base DN's can be provided by using this option multiple times INFO_DESCRIPTION_REPLICATION_ADMIN_UID=\u7528\u4f86\u9023\u7d50\u81f3\u4f3a\u670d\u5668\u7684\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID\u3002\u5c0d\u65bc\u300c%s\u300d\u5b50\u6307\u4ee4\uff0c\u5982\u679c\u5148\u524d\u6c92\u6709\u70ba\u4efb\u4f55\u4f3a\u670d\u5668\u5b9a\u7fa9\u5168\u57df\u7ba1\u7406\u54e1\uff0c\u5c07\u6703\u4f7f\u7528\u6240\u63d0\u4f9b\u7684\u8cc7\u6599\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1\u3002 @@ -262,30 +274,44 @@ INFO_DESCRIPTION_INITIALIZE_REPLICATION_HOST_DESTINATION=\u8981\u521d\u59cb\u5316\u5176\u5167\u5bb9\u7684\u76ee\u6a19\u4f3a\u670d\u5668\u4e4b\u76ee\u9304\u4f3a\u670d\u5668\u4e3b\u6a5f\u540d\u7a31\u6216 IP \u4f4d\u5740 INFO_DESCRIPTION_INITIALIZE_REPLICATION_SERVER_PORT_DESTINATION=Directory server administration port number of the destination server whose contents will be initialized INFO_DESCRIPTION_EXTERNAL_INITIALIZATION_LOCAL=\u7576\u60a8\u8981\u4ee5\u5916\u90e8\u65b9\u6cd5 (import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd) \u50c5\u521d\u59cb\u5316\u6307\u5b9a\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5167\u5bb9\u6642\uff0c\u8acb\u4f7f\u7528\u6b64\u9078\u9805\u3002 INFO_REPLICATION_TOOL_DESCRIPTION=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u914d\u7f6e\u4f3a\u670d\u5668\u9593\u7684\u8907\u88fd\uff0c\u8b93\u4f3a\u670d\u5668\u7684\u8cc7\u6599\u540c\u6b65\u5316\u3002\u70ba\u4f7f\u8907\u88fd\u9806\u5229\u904b\u4f5c\uff0c\u60a8\u5fc5\u9808\u5148\u4f7f\u7528\u300c%s\u300d\u5b50\u6307\u4ee4\u555f\u7528\u8907\u88fd\uff0c\u7136\u5f8c\u4f7f\u7528\u300c%s\u300d\u5b50\u6307\u4ee4\u4ee5\u5176\u4ed6\u4f3a\u670d\u5668\u7684\u5167\u5bb9\u521d\u59cb\u5316\u5176\u4e2d\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u5167\u5bb9\u3002 INFO_REPLICATION_TOOL_DESCRIPTION=This utility can be used to configure replication between servers so that the data of the servers is synchronized.For replication to work you must first to enable replication using the '%s' subcommand and then initialize the contents of one of the servers with the contents of the other using the '%s' subcommand INFO_REPLICATION_DESCRIPTION_QUIET=\u57f7\u884c\u7121\u8a0a\u606f\u4f5c\u696d (\u4e0d\u6703\u5c07\u9032\u5ea6\u8cc7\u8a0a\u5beb\u5165\u6a19\u6e96\u8f38\u51fa) INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u7528\u4ee5\u9023\u7d50\u81f3\u8981\u505c\u7528\u8907\u88fd\u4e4b\u4f3a\u670d\u5668\u7684 DN\u3002\u7576\u5c1a\u672a\u5728\u4f3a\u670d\u5668\u4e0a\u5b9a\u7fa9\u5168\u57df\u7ba1\u7406\u54e1\uff0c\u6216\u4f7f\u7528\u8005\u4e0d\u60f3\u8981\u79fb\u9664\u5176\u4ed6\u8907\u88fd\u4f3a\u670d\u5668\u4e2d\u7684\u53c3\u7167\u6642\uff0c\u5fc5\u9808\u4f7f\u7528\u6b64\u9078\u9805\u3002\u6307\u5b9a\u6b64\u9078\u9805\u6642\u6703\u4f7f\u7528\u63d0\u4f9b\u7d66\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u3002 INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u4ee5\u4f86\u6e90\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u521d\u59cb\u5316\u76ee\u6a19\u4f3a\u670d\u5668\u4e0a\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002\u555f\u7528\u8907\u88fd\u5f8c\u5fc5\u9808\u9032\u884c\u9019\u9805\u4f5c\u696d\uff0c\u8907\u88fd\u624d\u53ef\u4ee5\u958b\u59cb\u4f7f\u7528 (\u300c%s\u300d\u4e5f\u53ef\u4ee5\u7528\u65bc\u6b64\u7528\u9014)\u3002 INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5c0d\u65bc\u6b63\u5728\u5c07\u6307\u5b9a\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u8907\u88fd\u70ba\u5176\u5167\u5bb9\u4e4b\u6240\u6709\u4f3a\u670d\u5668\uff0c\u521d\u59cb\u5316\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002\u555f\u7528\u8907\u88fd\u5f8c\u5fc5\u9808\u9032\u884c\u9019\u9805\u4f5c\u696d\uff0c\u8907\u88fd\u624d\u53ef\u4ee5\u958b\u59cb\u4f7f\u7528 (\u4e5f\u53ef\u4ee5\u5c07\u300c%s\u300d\u5957\u7528\u5230\u6bcf\u90e8\u4f3a\u670d\u5668\u4f86\u9032\u884c\u9019\u9805\u4f5c\u696d)\u3002 INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u524d\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. \u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u5f8c\uff0c\u8acb\u521d\u59cb\u5316\u62d3\u6a38\u4e2d\u6240\u6709\u4f3a\u670d\u5668\u7684\u5167\u5bb9\uff0c\u7136\u5f8c\u547c\u53eb\u5b50\u6307\u4ee4\u300c%s\u300d\u3002 INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u5f8c\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. \u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u53c3\u95b1\u5b50\u6307\u4ee4\u300c%s\u300d\u7684\u7528\u6cd5\u3002 INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u66f4\u65b0\u4f3a\u670d\u5668\u914d\u7f6e\u4ee5\u8907\u88fd\u6307\u5b9a\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u3002\u5982\u679c\u5176\u4e2d\u4e00\u500b\u6307\u5b9a\u7684\u4f3a\u670d\u5668\u5df2\u5728\u8207\u5176\u4ed6\u4f3a\u670d\u5668\u8907\u88fd\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\uff0c\u57f7\u884c\u6b64\u5b50\u6307\u4ee4\u5c07\u6703\u66f4\u65b0\u6240\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e (\u56e0\u6b64\u70ba\u6bcf\u90e8\u589e\u52a0\u81f3\u8907\u88fd\u62d3\u6a38\u7684\u4f3a\u670d\u5668\u57f7\u884c\u4e00\u6b21\u6307\u4ee4\u884c\u5c31\u8db3\u5920)\u3002 INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=\u70ba\u63d0\u4f9b\u7684\u57fa\u5e95 DN \u505c\u7528\u6307\u5b9a\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\uff0c\u4e26\u79fb\u9664\u6b63\u5728\u8207\u5176\u8907\u88fd\u8cc7\u6599\u7684\u5176\u4ed6\u4f3a\u670d\u5668\u4e2d\u7684\u53c3\u7167\u3002 INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed. SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u60a8\u5fc5\u9808\u5728\u975e\u4e92\u52d5\u6a21\u5f0f\u4e2d\u63d0\u4f9b\u81f3\u5c11\u4e00\u500b\u57fa\u5e95 DN\u3002 SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u60a8\u5fc5\u9808\u5728\u975e\u4e92\u52d5\u6a21\u5f0f\u4e2d\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u7684\u5bc6\u78bc\u3002\u60a8\u53ef\u4ee5\u4f7f\u7528 %s \u6216 %s \u9078\u9805\u52a0\u4ee5\u63d0\u4f9b\u3002 SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684\u57fa\u5e95 DN\u3002 SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5169\u500b\u4e0d\u540c\u7684\u4f3a\u670d\u5668\u4ee5\u555f\u7528\u8907\u88fd\u3002\u60a8\u5df2\u63d0\u4f9b\u5169\u6b21\u4f3a\u670d\u5668 %s:%s SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u60a8\u5fc5\u9808\u63d0\u4f9b\u5169\u500b\u4e0d\u540c\u7684\u4f3a\u670d\u5668\u505a\u70ba\u521d\u59cb\u5316\u7684\u4f86\u6e90\u548c\u76ee\u6a19\u3002\u60a8\u5df2\u63d0\u4f9b\u5169\u6b21\u4f3a\u670d\u5668 %s:%s SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port and the replication port have the same value in host %s. You provided %s for both. SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u60a8\u70ba\u5169\u90e8\u4f4d\u65bc\u76f8\u540c\u96fb\u8166 (%2$s) \u4e0a\u7684\u4f3a\u670d\u5668\u63d0\u4f9b\u4e86\u76f8\u540c\u7684\u8907\u88fd\u9023\u63a5\u57e0 (%1$s)\u3002 SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u6307\u4ee4\u3002\u4f7f\u7528\u9078\u9805 %s \u6642\uff0c\u60a8\u5fc5\u9808\u6307\u5b9a\u5b50\u6307\u4ee4\u3002 SEVERE_ERR_REPLICATION_STATUS_QUIET=\u300c%s\u300d\u5b50\u6307\u4ee4\u8207 %s \u5f15\u6578\u4e0d\u76f8\u5bb9\u3002 INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=\u7528\u4ee5\u9023\u7d50\u81f3\u8981\u505c\u7528\u8907\u88fd\u4e4b\u4f3a\u670d\u5668\u7684 DN\u3002\u7576\u5c1a\u672a\u5728\u4f3a\u670d\u5668\u4e0a\u5b9a\u7fa9\u5168\u57df\u7ba1\u7406\u54e1\uff0c\u6216\u4f7f\u7528\u8005\u4e0d\u60f3\u8981\u79fb\u9664\u5176\u4ed6\u8907\u88fd\u4f3a\u670d\u5668\u4e2d\u7684\u53c3\u7167\u6642\uff0c\u5fc5\u9808\u4f7f\u7528\u6b64\u9078\u9805\u3002The password provided for the Global Administrator will be used when specifying this option INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=\u4ee5\u4f86\u6e90\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u521d\u59cb\u5316\u76ee\u6a19\u4f3a\u670d\u5668\u4e0a\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002This operation is required after enabling replication in order replication to work ('%s' can also be used for this purpose) INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=\u5c0d\u65bc\u6b63\u5728\u5c07\u6307\u5b9a\u4f3a\u670d\u5668\u4e0a\u7684\u5167\u5bb9\u8907\u88fd\u70ba\u5176\u5167\u5bb9\u4e4b\u6240\u6709\u4f3a\u670d\u5668\uff0c\u521d\u59cb\u5316\u6307\u5b9a\u4e4b\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u5167\u5bb9\u3002This operation is required after enabling replication in order replication to work ('%s' applied to each server can also be used for this purpose) INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u524d\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002You must specify the list of Base DN's that will be initialized and you must provide the credentials of any of the servers that are being replicated. After calling this subcommand, initialize the contents of all the servers in the topology (use the same LDIF file/binary copy on each of the servers), then call the subcommand '%s' INFO_DESCRIPTION_SUBCMD_POST_EXTERNAL_INITIALIZATION=\u5fc5\u9808\u5728\u4f7f\u7528 import-ldif \u5de5\u5177\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u65b9\u6cd5\u521d\u59cb\u5316\u6240\u6709\u8907\u88fd\u4f3a\u670d\u5668\u5167\u5bb9\u4e4b\u5f8c\u547c\u53eb\u6b64\u5b50\u6307\u4ee4\u3002You must specify the list of Base DN's that have been initialized and you must provide the credentials of any of the servers that are being replicated. See the usage of the subcommand '%s' for more information INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=\u66f4\u65b0\u4f3a\u670d\u5668\u914d\u7f6e\u4ee5\u8907\u88fd\u6307\u5b9a\u57fa\u5e95 DN \u4e0b\u7684\u8cc7\u6599\u3002If one of the specified servers is already replicating the data under the Base DN with other servers, executing this subcommand will update the configuration of all the servers (so it is sufficient to execute the command line once for each server we add to the replication topology) INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Disables replication on the specified server for the provided Base DN and removes references in the other servers with which it is replicating data INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Displays a list with the basic replication configuration of the base DN's of the servers defined in the registration information. If no base DN's are specified as parameter the information for all base DN's is displayed ###SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one base \ ### DN in no interactive mode. ###SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ ### password of the global administrator in non interactive mode. You can \ ### provide it using the %s or the %s options. ###SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=The provided value %s is not a valid \ ### base DN. ###SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=You have to provide two \ ### different servers to enable replication. You have provided twice the server \ ### %s:%s ###SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=You have to provide two \ ### different servers as source and destination of the initialization. You have \ ### provided twice the server %s:%s ###SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=The server administration port \ ### and the replication port have the same value in host %s. You provided %s \ ### for both. ###SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=You have provided the same \ ### replication port (%s) for two servers located on the same machine (%s). ###SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Could not find a valid \ ### subcommand. You must specify a subcommand when using the option %s. ###SEVERE_ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ ### the %s argument. INFO_REPLICATION_SUCCESSFUL=\u5df2\u6210\u529f\u5b8c\u6210\u4f5c\u696d INFO_REPLICATION_SUCCESSFUL_NOP=\u5df2\u6210\u529f\u5b8c\u6210\u4f5c\u696d\uff0c\u4f46\u4e0d\u9700\u8981\u4efb\u4f55\u52d5\u4f5c MILD_ERR_REPLICATION_USER_CANCELLED=\u4f7f\u7528\u8005\u5df2\u53d6\u6d88\u4f5c\u696d SEVERE_ERR_REPLICATION_NO_MESSAGE= SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u5f15\u6578\u50c5\u80fd\u5728\u5df2\u6307\u5b9a %s \u6642\u4f7f\u7528 ###SEVERE_ERR_REPLICATION_NO_MESSAGE= ###SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s argument only can be \ ### used when %s has been specified INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u5fc5\u9808\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1\u3002%n\u60a8\u5fc5\u9808\u63d0\u4f9b\u5168\u57df\u7ba1\u7406\u54e1\u6191\u8b49\uff0c\u5c07\u5efa\u7acb\u6b64\u7ba1\u7406\u54e1\u4ee5\u7ba1\u7406\u6b63\u5728\u8907\u88fd\u4e4b OpenDS \u5be6\u4f8b\u3002 INFO_ADMINISTRATOR_UID_PROMPT=\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID INFO_ADMINISTRATOR_PWD_PROMPT=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc: @@ -310,18 +336,23 @@ INFO_REPLICATION_ENABLE_PASSWORD2_PROMPT=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a %s \u7684\u5bc6\u78bc: INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the source server INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify OpenDS administration connection parameters for the destination server SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's available to enable replication between the two servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DN's \ ### available to enable replication between the two servers. INFO_ALREADY_REPLICATED_SUFFIXES=The following base DN's are already replicated between the two servers:%n%s INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DN's are not replicated:%n%s MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DN's cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=\u60a8\u5fc5\u9808\u9078\u64c7\u4e00\u500b\u8981\u8907\u88fd\u7684\u57fa\u5e95 DN\u3002 INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=\u8981\u8907\u88fd\u57fa\u5e95 DN %s \u55ce\uff1f SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base DN's replicated between the two servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no base \ ### DN's replicated between the two servers. MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DN's cannot be initialized because they are not replicated or they are not configured on both servers:%n%s MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=\u60a8\u5fc5\u9808\u81f3\u5c11\u9078\u64c7\u4e00\u500b\u8981\u521d\u59cb\u5316\u7684\u57fa\u5e95 DN\u3002 INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=\u8981\u521d\u59cb\u5316\u57fa\u5e95 DN %s \u55ce\uff1f SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DN's replicated in the server. SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DN's replicated in the server. The base DN's must be replicated to be able to use their contents to initialize the base DN's on the other servers. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ ### DN's replicated in the server. ###SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ ### base DN's replicated in the server. The base DN's must be replicated to be \ ### able to use their contents to initialize the base DN's on the other servers. MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DN's replicated in the server. MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base DN's could not be found on the server:%n%s @@ -354,16 +385,27 @@ INFO_REPLICATION_ENABLE_CONFIGURING_ADS=\u6b63\u5728\u66f4\u65b0\u4f3a\u670d\u5668 %s \u4e0a\u7684\u8a3b\u518a\u914d\u7f6e INFO_ENABLE_REPLICATION_INITIALIZING_ADS=\u6b63\u5728\u4f7f\u7528\u4f3a\u670d\u5668 %2$s \u7684\u5167\u5bb9\u521d\u59cb\u5316\u4f3a\u670d\u5668 %1$s \u4e0a\u7684\u8a3b\u518a\u8cc7\u8a0a INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=\u6b63\u5728\u4f7f\u7528\u4f3a\u670d\u5668 %2$s \u7684\u5167\u5bb9\u521d\u59cb\u5316\u4f3a\u670d\u5668 %1$s \u4e0a\u7684\u6a21\u5f0f SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=\u690d\u5165\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5167\u5bb9\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4\u3002\u7121\u6cd5\u5728\u4f3a\u670d\u5668 %s \u4e2d\u627e\u5230\u57fa\u5e95 DN %s \u7684\u8907\u88fd ID\u3002 SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4\u3002\u5617\u8a66\u591a\u6b21\u4ecd\u7121\u6cd5\u627e\u5230\u7528\u4ee5\u555f\u52d5\u521d\u59cb\u5316\u7684\u540c\u7d1a\u9805\u76ee\u3002\u8a73\u7d30\u8cc7\u8a0a: %s SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=\u5728\u4f3a\u670d\u5668 %s \u4e0a\u914d\u7f6e\u8907\u88fd\u9023\u63a5\u57e0\u6642\u767c\u751f\u932f\u8aa4\u3002 SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=\u5728\u4f3a\u670d\u5668 %s \u4e0a\u505c\u7528\u8907\u88fd\u9023\u63a5\u57e0\u6642\u767c\u751f\u932f\u8aa4\u3002 SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=\u5728\u4f3a\u670d\u5668 %2$s \u4e4b\u57fa\u5e95 DN %1$s \u4e0a\u66f4\u65b0\u8907\u88fd\u914d\u7f6e\u6642\u767c\u751f\u932f\u8aa4\u3002 SEVERE_ERR_REPLICATION_UPDATING_ADS=\u66f4\u65b0\u8a3b\u518a\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s SEVERE_ERR_REPLICATION_READING_ADS=\u8b80\u53d6\u8a3b\u518a\u8cc7\u8a0a\u6642\u767c\u751f\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=\u5728\u4f3a\u670d\u5668 %s \u548c %s \u4e0a\u627e\u5230\u7684\u767b\u9304\u8cc7\u8a0a\u4e0d\u76f8\u540c\u3002\u6b64\u5de5\u5177\u4e0d\u5141\u8a31\u7528\u65bc\u8655\u7406\u6b64\u5206\u6790\u85cd\u672c\u3002 SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=\u8b80\u53d6\u4f3a\u670d\u5668 %s \u4e4b\u8907\u88fd\u914d\u7f6e\u6642\u767c\u751f\u932f\u8aa4\u3002%n\u8a73\u7d30\u8cc7\u8a0a: %s ###SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ ### seeding the truststore contents. Details: %s ###SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ ### find replication ID in the server %s for base DN %s. ###SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error initializing. Could \ ### not find a peer to start the initialization after several tries. Details: %s ###SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ ### replication port on server %s. ###SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ ### configuration on base DN %s of server %s. ###SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_READING_ADS=Error reading Registration information. \ ### Details: %s ###SEVERE_ERR_REPLICATION_ADS_MERGE_NOT_SUPPORTED=The registry information found \ ### in servers %s and %s is different. This tool does not allow to handle this \ ### scenario. ###SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ ### configuration of server %s.%nDetails: %s INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=\u6b63\u5728\u79fb\u9664\u4f3a\u670d\u5668 %2$s \u4e4b\u57fa\u5e95 DN %1$s \u4e0a\u7684\u53c3\u7167 INFO_REPLICATION_DISABLING_BASEDN=\u6b63\u5728\u505c\u7528\u4f3a\u670d\u5668 %2$s \u4e4b\u57fa\u5e95 DN %1$s \u4e0a\u7684\u8907\u88fd INFO_REPLICATION_DISABLING_REPLICATION_SERVER=\u6b63\u5728\u505c\u7528\u4f3a\u670d\u5668 %2$s \u7684\u8907\u88fd\u9023\u63a5\u57e0 %1$s @@ -391,16 +433,18 @@ INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=\u6b63\u5728\u6e96\u5099\u5916\u90e8\u521d\u59cb\u5316\u57fa\u5e95 DN %s INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=\u6b63\u5728\u66f4\u65b0\u57fa\u5e95 DN %s \u4e0a\u7684\u8907\u88fd\u8cc7\u8a0a INFO_PROGRESS_PRE_INITIALIZATION_LOCAL_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on server %s. You can use the command import-ldif or the binary copy to do so.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. \u60a8\u53ef\u4ee5\u4f7f\u7528 import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u9032\u884c\u3002%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Now you can proceed to the initialization of the contents of the base DN's on all the replicated servers. \u60a8\u53ef\u4ee5\u4f7f\u7528 import-ldif \u6307\u4ee4\u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u9032\u884c\u3002You must use the same LDIF file or binary copy on each server.%n%nWhen the initialization is completed you must use the subcommand '%s' for replication to work with the new base DN's contents. INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=\u5df2\u6210\u529f\u5b8c\u6210\u5f8c\u7f6e\u521d\u59cb\u5316\u7a0b\u5e8f\u3002 SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u8b80\u53d6\u4f5c\u696d\u9032\u5ea6\u6642\u767c\u751f\u932f\u8aa4\u3002 SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u8b80\u53d6\u4f5c\u696d\u9032\u5ea6\u6642\u767c\u751f\u932f\u8aa4\u3002 ###SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. ###SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ ### the operation. INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u6700\u65b0\u8a18\u9304\u8a73\u7d30\u8cc7\u8a0a: %s\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=\u4f5c\u696d\u671f\u9593\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u6700\u65b0\u8a18\u9304\u8a73\u7d30\u8cc7\u8a0a: %s\u3002\u4f5c\u696d\u72c0\u614b: %s\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5 %s \u7684\u932f\u8aa4\u8a18\u9304\u3002 SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u555f\u52d5\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002 SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u555f\u52d5\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002 ###SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. ###SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. INFO_REPLICATION_SUBCOMMAND_PROMPT=\u60a8\u60f3\u8981\u505a\u4ec0\u9ebc\uff1f INFO_REPLICATION_ENABLE_MENU_PROMPT=\u555f\u7528\u8907\u88fd INFO_REPLICATION_DISABLE_MENU_PROMPT=\u505c\u7528\u8907\u88fd @@ -410,6 +454,20 @@ INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=\u5916\u90e8\u521d\u59cb\u5316\u5f8c INFO_REPLICATION_STATUS_MENU_PROMPT=\u986f\u793a\u8907\u88fd\u72c0\u614b INFO_REPLICATION_POST_ENABLE_INFO=\u5df2\u6210\u529f\u555f\u7528\u8907\u88fd\u3002Note that for replication to work you must initialize the contents of the base DN's that are being replicated (use %s %s to do so). ###SEVERE_ERR_REPLICATION_ERROR_MISSING_NON_INTERACTIVE_ARG=The argument \ ### "--%s" must be specified when this application is used non-interactively INFO_REPLICATION_NON_INTERACTIVE=\u7b49\u6548\u975e\u4e92\u52d5\u6307\u4ee4\u884c\u662f: %n%s INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=\u4ee5\u4e92\u52d5\u6a21\u5f0f\u57f7\u884c\u6b64\u6307\u4ee4\u6642\uff0c\u5728\u6a19\u6e96\u8f38\u51fa\u4e2d\u986f\u793a\u7b49\u6548\u975e\u4e92\u52d5\u5f15\u6578 INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=\u4ee5\u4e92\u52d5\u6a21\u5f0f\u57f7\u884c\u6b64\u6307\u4ee4\u6642\uff0c\u5c07\u5beb\u5165\u7b49\u6548\u975e\u4e92\u52d5\u6307\u4ee4\u4e4b\u6a94\u6848\u7684\u5b8c\u6574\u8def\u5f91 MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=\u5617\u8a66\u5c07\u7b49\u6548\u975e\u4e92\u52d5\u6307\u4ee4\u884c\u5beb\u5165\u81f3\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4\u3002\u932f\u8aa4\u8a73\u7d30\u8cc7\u8a0a: %s ###SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ ### write to file %s. Verify that you have access rights to that file and that \ ### you provided the full path of the file ###SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=The \ ### specified path %s to write the equivalent command is a directory. You must \ ### specify a path to a file MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=The first server is already configured with replication port '%d'. The provided replication server port '%d' has been ignored. MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=The second server is already configured with replication port '%d'. The provided replication server port '%d' has been ignored. INFO_CONTROL_PANEL_TITLE=OpenDS Control Panel INFO_PERSON_ICON_DESCRIPTION=Person object INFO_ORGANIZATION_ICON_DESCRIPTION=Organization @@ -422,7 +480,6 @@ INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=\u5426 MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass and rename the entry. INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=\u76ee\u9304\u8cc7\u6599 INFO_CTRL_PANEL_ACTION_MANAGE_ENTRIES=Manage Entries INFO_CTRL_PANEL_ACTION_NEW_BASEDN=New Base DN... @@ -443,7 +500,6 @@ MILD_ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc\u4e0d\u76f8\u7b26\u3002 MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute %s. INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS) @@ -455,25 +511,21 @@ INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replication (secure) INFO_CTRL_PANEL_CONN_HANDLER_ADMINISTRATION=Administration Connector INFO_CTRL_PANEL_CONN_HANDLER_OTHER=\u5176\u4ed6 INFO_CTRL_PANEL_INDEX_SUBSTRING=Substring INFO_CTRL_PANEL_INDEX_PRESENCE=Presence INFO_CTRL_PANEL_INDEX_EQUALITY=Equality INFO_CTRL_PANEL_INDEX_APPROXIMATE=Approximate INFO_CTRL_PANEL_INDEX_ORDERING=Ordering INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Attribute INFO_CTRL_PANEL_INDEXES_HEADER_INDEX_TYPES=Index Types INFO_CTRL_PANEL_INDEXES_HEADER_ENTRY_LIMIT=Entry Limit INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Name INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=\u57fa\u5e95 DN INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Scope INFO_CTRL_PANEL_VLV_INDEXES_HEADER_FILTER=Filter INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Sort Order INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Requires Rebuild INFO_CTRL_PANEL_BINARY_VALUE=- Binary Value - INFO_CTRL_PANEL_VALUE_IN_BASE64=- Value in Base64 - # @@ -482,7 +534,6 @@ INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=The following task is running: %s<br>It cannot run simultaneously with task %s INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Add entries to groups. INFO_CTRL_PANEL_ADDING_TO_GROUP=Updating group '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Equivalent command line to modify the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Equivalent command line to rename the entry: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Equivalent command line to delete the base DN: @@ -497,7 +548,7 @@ # # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_EQUIVALENT_ACTION_TO_UPDATE_JAVA_PROPERTIES=The equivalent procedure to update the Java settings from the command line is: <br> Edit the properties in file:<br><b>%s</b><br>Then run the following command-line:<br><b>%s</b><br><br> INFO_CTRL_PANEL_DELETE_BASE_DN_DESCRIPTION=Delete base DN '%s'. INFO_CTRL_PANEL_DELETE_BASE_DNS_DESCRIPTION=Delete base DN's %s. INFO_CTRL_PANEL_DELETE_BACKEND_DESCRIPTION=Delete backend '%s'. @@ -505,35 +556,27 @@ INFO_CTRL_PANEL_DELETING_BASE_DN=Deleting base DN '%s' INFO_CTRL_PANEL_DELETING_BASE_DNS=Deleting base DN's %s INFO_CTRL_PANEL_DELETING_BACKEND=Deleting backend '%s' INFO_CTRL_PANEL_DELETING_DOMAIN=Disabling replication of base DN '%s' INFO_CTRL_PANEL_DELETE_ENTRY_TASK_DESCRIPTION=Delete entries. INFO_CTRL_PANEL_ENTRIES_DELETED=%d entries deleted. INFO_CTRL_PANEL_DELETING_ENTRY_SUMMARY=Deleting '%s'... INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ENTRY=Equivalent command line to delete entry '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX=Equivalent command line to delete the index: INFO_CTRL_PANEL_DELETE_INDEX_TASK_DESCRIPTION=Delete indexes in backend '%s'. INFO_CTRL_PANEL_DELETE_INDEX_IN_BACKENDS_TASK_DESCRIPTION=Delete indexes in backends '%s'. INFO_CTRL_PANEL_DELETING_INDEX=Deleting index '%s' INFO_CTRL_PANEL_DELETING_VLV_INDEX=Deleting VLV index '%s' INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_TASK_DESCRIPTION=Delete schema elements. INFO_CTRL_PANEL_DELETING_OBJECTCLASS=Deleting objectclass '%s' INFO_CTRL_PANEL_DELETING_ATTRIBUTE=Deleting attribute '%s' MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. \u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. \u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to removing the following attribute from the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modify entry '%s'. INFO_CTRL_PANEL_RENAMING_ENTRY=Renaming entry '%s' to '%s' INFO_CTRL_PANEL_MODIFYING_ENTRY=Modifying entry '%s' INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=New entry '%s'. INFO_CTRL_PANEL_CREATING_ENTRY=Creating entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Equivalent command line to create the entry: @@ -541,33 +584,25 @@ INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Equivalent command line to rebuild indexes in '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=Equivalent command line to enable the backend '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=Equivalent command line to disable the backend '%s': INFO_CTRL_PANEL_ENABLING_BACKEND=Enabling backend '%s' INFO_CTRL_PANEL_DISABLING_BACKEND=Disabling backend '%s' INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. INFO_CTRL_PANEL_STOP_SERVER_TASK_DESCRIPTION=Stop Server. INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Equivalent command line to stop the server: INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_START_SERVER=Equivalent command line to start the server: INFO_CTRL_PANEL_SERVER_STOPPED=Server Stopped INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=This operation is equivalent to adding the following attribute to the schema definition entry (cn=schema) in file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=This operation is equivalent to adding the following entry to the file '%s': INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_ONLINE=Equivalent command line to update the schema: MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. Check main panel for more information. INFO_CTRL_PANEL_SERVER_NOT_RUNNING_SUMMARY=Server Not Running INFO_CTRL_PANEL_SERVER_NOT_RUNNING_DETAILS=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_INDICATES_REQUIRED_FIELD_LABEL=Indicates Required Field INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_SUMMARY=Index Rebuild Required # # Note that the following two properties contain line breaks in HTML format @@ -575,44 +610,34 @@ # INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_OFFLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br><br> Do you want to rebuild the index now? INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_ONLINE_DETAILS=The index configuration for '%s' was successfully modified. For the configuration to be taken into account the database index files must be regenerated. This can be done by using the 'Rebuild Indexes' tool or re-importing the contents of the backend '%s'.<br>During the rebuilding of the indexes the backend '%s' will be disabled and none of its suffixes will be accessible.<br><br>Do you want to rebuild the index now? INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_SUMMARY=\u9700\u8981\u8a8d\u8b49 INFO_CTRL_PANEL_EQUIVALENT_COMMAND_LINE=Equivalent command line: INFO_CTRL_PANEL_REBUILDING_INDEXES_SUMMARY=Rebuilding indexes in backend '%s'... INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_SUMMARY=Index Rebuilding Complete INFO_CTRL_PANEL_REBUILDING_INDEXES_SUCCESSFUL_DETAILS=The indexes where successfully rebuilt. MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes MILD_ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS= An error occurred rebuilding index. Error code: %d. INFO_CTRL_PANEL_DETAILS_THROWABLE=\u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=\u6b63\u5728\u555f\u52d5\u4f3a\u670d\u5668... INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_SUMMARY=Start Complete INFO_CTRL_PANEL_STARTING_SERVER_SUCCESSFUL_DETAILS=The server started successfully MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error starting the server. \u932f\u8aa4\u78bc: %d INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart Complete INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_DETAILS=The server restarted successfully MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error restarting the server. \u932f\u8aa4\u78bc: %d INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=\u6b63\u5728\u505c\u6b62\u4f3a\u670d\u5668... INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Stop Complete INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=The server stopped successfully MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error stopping the server. \u932f\u8aa4\u78bc: %d INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when operation completes INFO_CTRL_PANEL_PLEASE_WAIT_SUMMARY=Please wait... INFO_CTRL_PANEL_PROGRESS_DIALOG_DETAILS_LABEL=\u8a73\u7d30\u8cc7\u8a0a: INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Start Server INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Stop Server INFO_CTRL_PANEL_RESTART_SERVER_PROGRESS_DLG_TITLE=Restart Server INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=\u9700\u8981\u78ba\u8a8d # # Note that the following two properties contain line breaks in HTML format @@ -620,7 +645,6 @@ # INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=If the server is stopped all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=During the restart process all the open connections to the server will be closed and the server will be not available.<br><br>Do you want to continue? INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=Loading panel... INFO_CTRL_PANEL_CHECKING_SUMMARY=Checking... INFO_CTRL_PANEL_REFRESHING_LIST_SUMMARY=Refreshing List... @@ -628,7 +652,6 @@ INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Reading Java Settings... INFO_CTRL_PANEL_VERIFYING_AUTHENTICATION_SUMMARY=Verifying Authentication... INFO_CTRL_PANEL_READING_CONFIGURATION_SUMMARY=Reading Configuration... INFO_CTRL_PANEL_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_FILTER_LABEL=Filter: INFO_CTRL_PANEL_APPLY_BUTTON_LABEL=Apply @@ -643,12 +666,10 @@ INFO_CTRL_PANEL_NO_MATCHES_FOUND_LABEL=No Matches Found INFO_CTRL_PANEL_MAXIMUM_CHILDREN_DISPLAYED=Maximum %d Children Displayed. Try Applying a Filter. INFO_CTRL_PANEL_SUBSTRING_SEARCH_INLINE_HELP=Use '*' for substring search. INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=The server is running. You must provide authentication to browse data. INFO_CTRL_PANEL_AUTHENTICATION_SERVER_MUST_RUN_TO_BROWSE_SUMMARY=To browse data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_DETAILS=Connection Error INFO_CTRL_PANEL_ATTRIBUTE_LABEL=Attribute: INFO_CTRL_PANEL_ENTRY_LIMIT_LABEL=Entry Limit: INFO_CTRL_PANEL_INDEX_TYPE_LABEL=Index Type: @@ -665,34 +686,25 @@ # and must begin with <html> # INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>The index has been modified.<br>Rebuild of the indexes required (using 'Rebuild Index' or 'Import'). INFO_CTRL_PANEL_CUSTOM_ATTRIBUTES_LABEL=Custom Attributes INFO_CTRL_PANEL_STANDARD_ATTRIBUTES_LABEL=Standard Attributes INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer between %d and %d. MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=You must select at least one index type (approximate, equality, ordering, presence or substring). SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s ###SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Entry '%s' already exists. INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Creating new entry... INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_SUMMARY=Entry created INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=The entry was successfully created. MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=An error occurred creating new entry. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_SERVER_RUNNING=To create an entry the server must be running and you must provide authentication. INFO_CTRL_PANEL_NEW_ENTRY_REQUIRES_AUTHENTICATION=To create an entry you must provide authentication. MILD_ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation of the entry. MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass values of the entry. INFO_CTRL_PANEL_FILTER_INLINE_HELP_LABEL=For example: (|(cn=*)(sn=*)) INFO_CTRL_PANEL_SUBTREE_INLINE_HELP_LABEL=For example: dc=subtree,dc=example,dc=com INFO_CTRL_PANEL_VLV_INDEX_DETAILS_LABEL=VLV Index Details INFO_CTRL_PANEL_VLV_INDEX_NAME_LABEL=Name: INFO_CTRL_PANEL_VLV_INDEX_BASE_DN_LABEL=Base DN: INFO_CTRL_PANEL_VLV_INDEX_FILTER_LABEL=Filter: @@ -708,11 +720,9 @@ INFO_CTRL_PANEL_VLV_INDEX_REMOVE_BUTTON_LABEL=Remove INFO_CTRL_PANEL_VLV_INDEX_MOVE_UP_BUTTON_LABEL=Move Up INFO_CTRL_PANEL_VLV_INDEX_MOVE_DOWN_BUTTON_LABEL=Move Down INFO_CTRL_PANEL_VLV_OTHER_BASE_DN_LABEL=Other: INFO_CTRL_PANEL_VLV_ASCENDING_LABEL=(ascending) INFO_CTRL_PANEL_VLV_DESCENDING_LABEL=(descending) MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. Check main panel for more information. INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Indexes Not Defined @@ -720,13 +730,11 @@ # Note that the following property contains line breaks in HTML format (<br>) # INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_MSG=In order this VLV index to be effective the following indexes must be configured in '%s':<br>%s <br><br>Do you want to continue? INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=equality INFO_CTRL_PANEL_VLV_INDEX_SUBSTRING_TYPE=substring INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=ordering INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=presence INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=approximate INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=You must update the definition of index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=You must define the index '%s' to be of type %s. INFO_CTRL_PANEL_MUST_DEFINE_INDEX=You must define the index '%s'. @@ -738,7 +746,6 @@ MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=The provided filter is not valid. \u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=You must select at least one attribute for the sort order. MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=The max block size must be an integer between %d and %d. INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Add to Group INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Entries to be added: INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Groups: @@ -747,35 +754,26 @@ MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=The entry '%s' exists but it is not an static group. MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=You must specify a group. INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Adding to Group... INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Entries added to groups INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=The entries were successfully added. MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS=An error occurred adding to groups. INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Attribute Syntax INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DETAILS=Attribute Syntax Details INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_NAME=Name: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_OID=OID: INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_DESCRIPTION=Description: INFO_CTRL_PANEL_USED_BY_ATTRIBUTES=Used by attributes: INFO_CTRL_PANEL_BACKEND_INDEXES_TITLE=Backend Indexes INFO_CTRL_PANEL_BACKEND_VLV_INDEXES_TITLE=Backend VLV Indexes INFO_CTRL_PANEL_NO_BACKUPS_FOUND=- No Backups Found - INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=\u700f\u89bd... INFO_CTRL_PANEL_AVAILABLE_BACKUPS_LABEL=Available Backups: INFO_CTRL_PANEL_REFRESH_LIST_BUTTON_LABEL=Refresh List INFO_CTRL_PANEL_VERIFY_BACKUP_BUTTON_LABEL=Verify Backup MILD_ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: INFO_CTRL_PANEL_BACKUP_TITLE=Run Backup INFO_CTRL_PANEL_BACKUP_ALL_BACKENDS_LABEL=All Backends INFO_CTRL_PANEL_BACKUP_TYPE_LABEL=Backup Type: @@ -789,7 +787,6 @@ INFO_CTRL_PANEL_GENERATE_MESSAGE_DIGEST_LABEL=Generate Message Digest of Backup Contents to Use as Checksum INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Sign Message Digest Hash INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=The server is running. You must provide authentication to perform the backup. MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. MILD_ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. @@ -806,11 +803,9 @@ INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_DETAILS=The backup finished successfully. MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup MILD_ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the backup. Error code: %d. INFO_CTRL_PANEL_OTHER_BASE_DN_TITLE=Other Base DN MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=The provided base DN is not valid. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_NO_VALUE_SPECIFIED=- No Value Specified - MILD_ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. MILD_ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. @@ -820,7 +815,6 @@ MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. \u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_EDIT_BINARY_ATTRIBUTE_TITLE=Edit binary attribute INFO_CTRL_PANEL_USE_CONTENTS_OF_FILE=Use contents of file: INFO_CTRL_PANEL_USE_CONTENTS_IN_BASE_64=Specify binary contents in base 64 format: INFO_CTRL_PANEL_REFRESH_BUTTON_LABEL=Refresh @@ -828,12 +822,9 @@ INFO_CTRL_PANEL_SPECIFY_CONTENTS_IN_BASE_64=- Specify the value in Base 64 - INFO_CTRL_PANEL_IMAGE_OF_ATTRIBUTE_LABEL=Image of Attribute INFO_CTRL_PANEL_PREVIEW_NOT_AVAILABLE_LABEL=Preview not available. INFO_CTRL_PANEL_VIEW_BINARY_ATTRIBUTE_TITLE=View binary attribute INFO_CTRL_PANEL_VALUE_IN_BASE_64_LABEL=Value in base 64 format: INFO_CTRL_PANEL_MANAGE_ENTRIES_TITLE=Manage Entries INFO_CTRL_PANEL_NEW_USER_MENU=New User... INFO_CTRL_PANEL_NEW_GROUP_MENU=New Group... INFO_CTRL_PANEL_NEW_ORGANIZATION_MENU=New Organization... @@ -865,7 +856,6 @@ INFO_CTRL_PANEL_DELETE_ENTRY_BUTTON=Delete Entry... INFO_CTRL_PANEL_DELETE_BASE_DN_MENU=Delete Base DN... INFO_CTRL_PANEL_DELETE_BACKEND_MENU=Delete Backend... INFO_CTRL_PANEL_DELETING_ENTRIES_SUMMARY=Deleting entries... INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entries Deleted INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=The entries were successfully deleted. @@ -873,7 +863,6 @@ MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS=An error occurred deleting entries INFO_CTRL_PANEL_INDEXES_CATEGORY_NODE=Indexes INFO_CTRL_PANEL_VLV_INDEXES_CATEGORY_NODE=VLV Indexes INFO_CTRL_PANEL_BACKEND_LABEL=Backend: INFO_CTRL_PANEL_NO_BACKENDS_FOUND_LABEL=- No Backends Found - INFO_CTRL_PANEL_NO_BASE_DNS_FOUND_LABEL=- No Base DN's Found - @@ -887,8 +876,6 @@ INFO_CTRL_PANEL_NEW_INDEX_MENU=New Index... INFO_CTRL_PANEL_NEW_VLV_INDEX_MENU=New VLV Index... INFO_CTRL_PANEL_DELETE_INDEX_MENU=Delete Index... INFO_CTRL_PANEL_MANAGE_INDEXES_TITLE=Manage Indexes MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found MILD_ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS=There are no backends defined. To create and manage indexes, you must create a backend. To create a new backend you can use the action "New Base DN". @@ -900,8 +887,6 @@ INFO_CTRL_PANEL_DELETING_INDEXES_SUCCESSFUL=The indexes '%s' in backend '%s' were successfully deleted. MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes MILD_ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting indexes '%s'. INFO_CTRL_PANEL_ATTRIBUTES_CATEGORY_NODE=Attributes INFO_CTRL_PANEL_OBJECTCLASSES_CATEGORY_NODE=Object Classes INFO_CTRL_PANEL_STANDARD_OBJECTCLASSES_CATEGORY_NODE=Standard @@ -917,18 +902,15 @@ INFO_CTRL_PANEL_NEW_OBJECTCLASS_MENU=New Object Class... INFO_CTRL_PANEL_NEW_ATTRIBUTE_MENU=New Attribute... INFO_CTRL_PANEL_DELETE_SCHEMA_ELEMENT_MENU=Delete... INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Name INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=\u985e\u578b INFO_CTRL_PANEL_PARENT_CLASS=Parent Class INFO_CTRL_PANEL_CHILD_CLASS=Child Class INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES=Required Attributes INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES=Optional Attributes INFO_CTRL_PANEL_NO_SCHEMA_ITEM_SELECTED=No Schema Item Selected INFO_CTRL_PANEL_CATEGORY_ITEM_SELECTED=Category Item Selected INFO_CTRL_PANEL_MULTIPLE_ITEMS_SELECTED=Multiple Schema Items Selected INFO_CTRL_PANEL_MULTIPLE_SCHEMA_ITEMS_SELECTED=Multiple Schema Items Selected MILD_ERR_CANNOT_DELETE_PARENT_OBJECTCLASS=ObjectClass '%s' is superior of the following classes: %s. You must redefine these classes so that they do not inherit from objectClass '%s' before deleting it. MILD_ERR_CANNOT_DELETE_PARENT_ATTRIBUTE=Attribute '%s' is superior of the following attributes: %s. You must redefine these attributes so that they do not inherit from attribute '%s' before deleting it. MILD_ERR_CANNOT_DELETE_ATTRIBUTE_WITH_DEPENDENCIES=Attribute '%s' is optional or required by the following objectClasses: %s. You must redefine these classes so that they do not depend on attribute '%s' before deleting it. @@ -942,12 +924,10 @@ INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_SUCCESSFUL=The schema elements '%s' were successfully deleted MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting schema elements MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred deleting schema elements. Check details for more information INFO_CTRL_PANEL_CONFIGURATION_ATTRIBUTE_TITLE=Configuration Attribute INFO_CTRL_PANEL_CONFIGURATION_OBJECTCLASS_TITLE=Configuration Object Class INFO_CTRL_PANEL_CUSTOM_ATTRIBUTE_TITLE=Custom Attribute INFO_CTRL_PANEL_CUSTOM_OBJECTCLASS_TITLE=Custom Object Class INFO_CTRL_PANEL_DELETE_ATTRIBUTE_BUTTON=Delete Attribute... INFO_CTRL_PANEL_DELETE_ATTRIBUTE_TITLE=Delete Attribute INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_ATTRIBUTE_DELETE=The server is running. You must provide authentication to delete the attribute. @@ -957,7 +937,6 @@ INFO_CTRL_PANEL_DELETING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting attribute MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred deleting attribute '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... INFO_CTRL_PANEL_DELETE_OBJECTCLASS_TITLE=Delete Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_OBJECTCLASS_DELETE=The server is running. You must provide authentication to delete the object class. @@ -967,11 +946,9 @@ INFO_CTRL_PANEL_DELETING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was successfully deleted MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting object class MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred deleting object class '%s'. Check details for more information. INFO_CTRL_PANEL_DELETE_BACKEND_TITLE=Delete Backend INFO_CTRL_PANEL_SELECT_BACKENDS_TO_DELETE=Select the Backends to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=The server is running. You must provide authentication to delete a backend. INFO_CTRL_PANEL_DELETING_BACKENDS_SUMMARY=Deleting backends... INFO_CTRL_PANEL_DELETING_BACKENDS_COMPLETE=Backends Deleted INFO_CTRL_PANEL_DELETING_BACKENDS_SUCCESSFUL=The backends were successfully deleted. @@ -979,15 +956,12 @@ MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS=An error occurred deleting backends. Check details for more information. INFO_CTRL_PANEL_CONFIRMATION_DELETE_BACKENDS_DETAILS=The following backends will be deleted. All the entries defined on all the base DN's of the backend and all the index configuration will be deleted. INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=\u8981\u7e7c\u7e8c\u55ce\uff1f INFO_CTRL_PANEL_SELECT_ALL_BUTTON=Select All INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Clear Selection INFO_CTRL_PANEL_CLEAR_SELECTION_BUTTON=Deselect All INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_INDIRECT_DETAILS=The following backends will be deleted and all the configuration lost: INFO_CTRL_PANEL_DELETE_BASE_DN_TITLE=Delete Base DN INFO_CTRL_PANEL_SELECT_BASE_DNS_TO_DELETE=Select the Base DN's to Delete: INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=The server is running. You must provide authentication to delete a base DN. INFO_CTRL_PANEL_DELETING_BASE_DNS_SUMMARY=Deleting base DN's... INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DN's Deleted INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DN's were successfully deleted. @@ -999,7 +973,6 @@ # Note that the following property contains line breaks in HTML format (<br>) # MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry '%s'. Details:<br>%s INFO_CTRL_PANEL_EXPORT_LDIF_TITLE=Export LDIF INFO_CTRL_PANEL_EXPORT_TO_FILE_LABEL=Export to File: INFO_CTRL_PANEL_EXPORT_OVERWRITE_LABEL=If file exists, overwrite contents of file instead of appending. @@ -1008,7 +981,6 @@ INFO_CTRL_PANEL_EXPORT_WRAP_TEXT=Wrap Text at Column INFO_CTRL_PANEL_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclude Operational Attributes INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=The server is running. You must provide authentication to perform the export. MILD_ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. MILD_ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=The provided path '%s' exists and it is a directory. MILD_ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be between %d and %d. @@ -1022,7 +994,6 @@ MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export MILD_ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS=An error occurred during the export. Error code: %d. INFO_CTRL_PANEL_EXPORT_TASK_DESCRIPTION=Export of backend '%s' to file '%s'. INFO_CTRL_PANEL_IMPORT_LDIF_TITLE=Import LDIF INFO_CTRL_PANEL_DATA_IN_FILE_COMPRESSED=Data in File is Compressed (.gzip) INFO_CTRL_PANEL_IMPORT_TYPE_LABEL=Import Type: @@ -1065,10 +1036,8 @@ MILD_ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'. MILD_ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=The attribute '%s' has not a valid name. MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_INDEX_BROWSER_RIGHT_PANEL_TITLE=View Index Properties INFO_CTRL_PANEL_SCHEMA_BROWSER_RIGHT_PANEL_TITLE=View Schema Element INFO_CTRL_PANEL_INDEX_PANEL_TITLE=Index Properties INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=The server is running. You must provide authentication to edit the index. INFO_CTRL_PANEL_DELETE_INDEX_TITLE=Delete Index @@ -1086,7 +1055,6 @@ MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS=An error occurred modifying index '%s'. INFO_CTRL_PANEL_MODIFY_INDEX_TASK_DESCRIPTION=Modify index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_INDEX_PROGRESS=Modifying index '%s' INFO_CTRL_PANEL_JAVA_PROPERTIES_TITLE=Java Settings INFO_CTRL_PANEL_JAVA_HOME_LABEL=Java Home: INFO_CTRL_PANEL_USE_OPENDS_JAVA_HOME=Use the value of the environment variable OPENDS_JAVA_HOME @@ -1106,25 +1074,40 @@ # Note that the following property must begin with <html> # INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on the server's process and the command-line does not require many resources. MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the java settings. \u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading java settings INFO_CTRL_PANEL_CHECKING_JAVA_ARGUMENTS_SUMMARY=Checking provided java arguments... MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the Java settings. \u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=Error reading Java settings INFO_CTRL_PANEL_CHECKING_JAVA_OPTIONS_SUMMARY=Checking provided Java options... MILD_ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY=Path '%s' is not a directory. You must specify the path to the Java installation to be used. MILD_ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND=Could not find binary '%s'. You must specify the path to the Java installation to be used. # # Note that the following property contains line breaks in HTML format (<br>) # Note that the following five properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following java arguments could not be used with java binary '%s':<br>%s<br><br>The command-lines associated with those java arguments may not work.<br>Do you want to continue? MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided java settings. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_FALLBACK_ARGUMENTS_DETAILS=The following Java arguments could not be used with binary '%s':<br>%s<br><br>These arguments will be used as fall back when OPENDS_JAVA_ARGS is not defined. If you do not want to specify a fall back, leave those arguments empty.<br><br>The command-lines associated with those Java arguments may not work.<br>Do you want to continue? ###SEVERE_ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=The Java home value '%s' \ ### is not valid. This value will be used as fall back when the OPENDS_JAVA_HOME \ ### environment variable is not defined. If you do not want to specify a fall \ ### back, leave the Java Home text field empty or specify a valid Java home.<br>\ ### Error details:<br>%s ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts.<br>OpenDS cannot run using \ ### the provided Java Home. ###SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ ### could not be used to launch the OpenDS scripts. This value will be used as \ ### fall back when the OPENDS_JAVA_HOME environment variable is not defined. If \ ### you do not want to specify a fall back, leave the Java Home text field empty \ ### or specify a valid Java home. MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java settings MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided Java settings. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_TITLE=Modifying Index INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUMMARY=Updating Java settings... INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_COMPLETE=Java Settings Updated INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating java settings. \u932f\u8aa4\u78bc: %d INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=The Java settings were successfully updated. When the command-lines are executed the new settings will be taken into account. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating Java properties MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred updating Java settings. MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating Java settings. \u932f\u8aa4\u78bc: %d INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (Server Runtime) @@ -1139,7 +1122,6 @@ MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes MILD_ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=An error occurred saving changes to entry '%s'. MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. \u8a73\u7d30\u8cc7\u8a0a: %s INFO_CTRL_PANEL_UNSAVED_CHANGES_DIALOG_TITLE=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_CHANGES_SUMMARY=Unsaved Changes INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS=Save Changes to: '%s'? @@ -1162,22 +1144,17 @@ INFO_CTRL_PANEL_USERS_FILTER=Users INFO_CTRL_PANEL_GROUPS_FILTER=Groups INFO_CTRL_PANEL_OTHER_BASE_DN=Other... INFO_CTRL_PANEL_NON_EDITABLE_ATTRIBUTES=Non-editable Attributes: INFO_CTRL_OBJECTCLASS_DESCRIPTOR=Objectclass: %s INFO_CTRL_AUXILIARY_OBJECTCLASS_DESCRIPTOR=Auxiliary objectclasses: %s INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=\u9700\u8981\u8a8d\u8b49 INFO_CTRL_PANEL_BIND_DN_LABEL=Bind DN: INFO_CTRL_PANEL_BIND_PASSWORD_LABEL=\u5bc6\u78bc: # # Note that the following two properties contain line breaks in HTML format # (<br>) # INFO_CTRL_PANEL_RUNNING_TASKS_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you exit the tasks will continue but you will have to check the error logs to see if they complete successfully.<br><br>Do you want to continue? INFO_CTRL_PANEL_MATCHING_RULE_PANEL_TITLE=Matching Rule INFO_CTRL_PANEL_MATCHING_RULE_DETAILS=Matching Rule Details INFO_CTRL_PANEL_MATCHING_RULE_NAME=Name: @@ -1186,7 +1163,6 @@ INFO_CTRL_PANEL_MATCHING_RULE_SYNTAX=\u8a9e\u6cd5: INFO_CTRL_PANEL_MATCHING_RULE_TYPE=\u985e\u578b: INFO_CTRL_PANEL_MATCHING_RULE_USED_BY=Used by Attributes: INFO_CTRL_PANEL_NO_PARENT_FOR_ATTRIBUTE=- No parent - INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- No matching rule - INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=New Attribute @@ -1239,7 +1215,6 @@ INFO_CTRL_PANEL_ATTRIBUTE_COLLECTIVE_LABEL=Collective INFO_CTRL_PANEL_ATTRIBUTE_OBSOLETE_LABEL=Obsolete INFO_CTRL_PANEL_ATTRIBUTE_OPERATIONAL_LABEL=Operational INFO_CTRL_PANEL_NEW_BACKEND_LABEL=New Backend: INFO_CTRL_PANEL_NEW_BASE_DN_TITLE=New Base DN INFO_CTRL_PANEL_BASE_DN_EXAMPLE=For example: dc=example,dc=com @@ -1267,20 +1242,16 @@ INFO_CTRL_PANEL_CREATING_BACKEND_PROGRESS=Creating backend '%s' containing base DN '%s' INFO_CTRL_PANEL_CREATING_BASE_DN_PROGRESS=Creating base DN '%s' in backend '%s' INFO_CTRL_PANEL_CREATING_ADDITIONAL_INDEXES_PROGRESS=Creating default indexes INFO_CTRL_NEW_ORGANIZATION_PANEL_TITLE=New Organization MILD_ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED=You must provide a value for the name of the organization. INFO_CTRL_PANEL_NEW_ORGANIZATION_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_ORGANIZATION_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_ORGANIZATION_ENTRY_DN_LABEL=Entry DN: INFO_CTRL_NEW_DOMAIN_PANEL_TITLE=New Domain MILD_ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED=You must provide a value for the name of the domain. INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry: INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the name of the group. MILD_ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. @@ -1304,8 +1275,6 @@ INFO_CTRL_PANEL_ADD_MEMBERS_LABEL=Add Members INFO_CTRL_PANEL_DYNAMIC_GROUP_REFERENCE_LABEL=Dynamic Group Reference DN: INFO_CTRL_PANEL_CHOOSE_REFERENCE_GROUP=Choose Reference Group INFO_CTRL_PANEL_NEW_INDEX_TITLE=New Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=The server is running. You must provide authentication to create an index. MILD_ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. @@ -1318,7 +1287,6 @@ MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS=An error occurred creating index. INFO_CTRL_PANEL_NEW_INDEX_TASK_DESCRIPTION=Create new index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_INDEX_PROGRESS=Creating index '%s' INFO_CTRL_PANEL_NEW_OBJECTCLASS_PANEL_TITLE=New Object Class INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=The server is running. You must provide authentication to create an attribute in the schema. MILD_ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=You must provide a name for the object class. @@ -1349,7 +1317,6 @@ INFO_CTRL_PANEL_OBJECTCLASS_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_OBJECTCLASS_TYPE_LABEL=\u985e\u578b: INFO_CTRL_PANEL_OBJECTCLASS_ATTRIBUTES_LABEL=Attributes: INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description: INFO_CTRL_PANEL_NEW_OU_ENTRY_DN_LABEL=Entry DN: @@ -1358,7 +1325,6 @@ INFO_CTRL_PANEL_NEW_OU_FAX_NUMBER_LABEL=Fax Number: INFO_CTRL_PANEL_NEW_OU_PANEL_TITLE=New Organizational Unit MILD_ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED=You must provide a value for the Name of the Organizational Unit. INFO_CTRL_PANEL_NEW_USER_FIRST_NAME_LABEL=First Name: INFO_CTRL_PANEL_NEW_USER_LAST_NAME_LABEL=Last Name: INFO_CTRL_PANEL_NEW_USER_COMMON_NAMES_LABEL=Common Name: @@ -1374,7 +1340,6 @@ MILD_ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=You must provide a value for 'Last Name\'. MILD_ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=You must provide a value for 'Common Name'. MILD_ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED=You must provide a value for the naming attribute '%s'. INFO_CTRL_PANEL_NEW_VLV_INDEX_TITLE=New VLV Index INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=The server is running. You must provide authentication to create a VLV index. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUMMARY=Creating new VLV index '%s'... @@ -1384,11 +1349,9 @@ MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS=An error occurred creating VLV index. INFO_CTRL_PANEL_NEW_VLV_INDEX_TASK_DESCRIPTION=Create new VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_PROGRESS=Creating VLV index '%s' INFO_CTRL_PANEL_EDIT_OBJECTCLASS_TITLE=Edit Object Class INFO_CTRL_PANEL_STRUCTURAL_OBJECTCLASS_LABEL=Structural Object Class: INFO_CTRL_PANEL_AUXILIARY_OBJECTCLASS_LABEL=Auxiliary Object Classes: INFO_CTRL_PANEL_INDEXES_LABEL=Indexes: INFO_CTRL_PANEL_AVAILABLE_INDEXES_LABEL=Available Indexes: INFO_CTRL_PANEL_SELECTED_INDEXES_LABEL=Selected Indexes: @@ -1413,7 +1376,6 @@ INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_DETAILS=The user password was successfully updated. MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user password MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred updating user password. INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Restore from Backup INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=The server is running. You must provide authentication to restore from backup. INFO_CTRL_PANEL_VERIFY_BACKUP_TITLE=Verify Backup @@ -1477,26 +1439,21 @@ INFO_CTRL_PANEL_SHOW_ATTRS_WITH_VALUES_LABEL=Only Show Attributes with Values INFO_CTRL_PANEL_PASSWORD_CONFIRM_LABEL=\u5bc6\u78bc (\u78ba\u8a8d): INFO_CTRL_PANEL_CHOOSE_ENTRIES=Choose Entries INFO_CTRL_PANEL_CONTENTS_OF_FILE=- Contents of file '%s' - MILD_ERR_LOADING_IMAGE=Error loading image INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Edit... INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Delete... INFO_CTRL_PANEL_VIEW_BUTTON_LABEL=View... INFO_CTRL_PANEL_STANDARD_ATTRIBUTE_TITLE=Standard Attribute INFO_CTRL_PANEL_ATTRIBUTE_DETAILS=Attribute Details INFO_CTRL_PANEL_REQUIRED_BY_LABEL=Required By: INFO_CTRL_PANEL_ALLOWED_BY_LABEL=Allowed By: INFO_CTRL_PANEL_STANDARD_OBJECTCLASS_TITLE=Standard Object Class INFO_CTRL_PANEL_OBJECTCLASS_DETAILS=Object Class Details INFO_CTRL_PANEL_REQUIRED_ATTRIBUTES_LABEL=Required Attributes: INFO_CTRL_PANEL_OPTIONAL_ATTRIBUTES_LABEL=Optional Attributes: INFO_CTRL_PANEL_DEFINED_IN_SCHEMA_FILE=Defined in file: %s INFO_CTRL_PANEL_GENERIC_TITLE=Control Panel - %s INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading Configuration @@ -1517,7 +1474,6 @@ INFO_CTRL_PANEL_NO_CONNECTION_HANDLER_FOUND=- No Connection Handlers Found - INFO_CTRL_PANEL_DATA_SOURCES=\u8cc7\u6599\u4f86\u6e90 INFO_CTRL_PANEL_NO_DATA_SOURCES_FOUND=- No Data Sources Found - INFO_CTRL_PANEL_WINDOWS_SERVICE_TITLE=Windows Service Configuration INFO_CTRL_PANEL_WINDOWS_SERVICE_PANEL_TEXT=This page indicates whether this OpenDS instance is configured to run as a Windows Service. To manage auto-start and other features, run the Windows Service Control Manager of the operating system. INFO_CTRL_PANEL_WINDOWS_SERVICE_INTEGRATION_LABEL=Windows Service Integration: @@ -1535,7 +1491,6 @@ MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred during the enabling of the Windows service. Error code: %d. INFO_CTRL_PANEL_ENABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Enable Windows Service INFO_CTRL_PANEL_DISABLE_WINDOWS_SERVICE_TASK_DESCRIPTION=Disable Windows Service INFO_CTRL_PANEL_DATABASE_INDEXES=Database Indexes INFO_CTRL_PANEL_ATTRIBUTE_INDEXES=Attribute Indexes INFO_CTRL_PANEL_VLV_INDEXES=VLV Indexes @@ -1553,7 +1508,6 @@ MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index Verification MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during the index verification. Error code: %d. INFO_CTRL_PANEL_VERIFY_INDEX_TASK_DESCRIPTION=Verify indexes in '%s'. # # Note that the following property contains line breaks in HTML format (<br>) # and must begin with <html> @@ -1576,25 +1530,117 @@ MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS=An error occurred modifying VLV index '%s'. INFO_CTRL_PANEL_MODIFY_VLV_INDEX_TASK_DESCRIPTION=Modify VLV index '%s' in backend '%s'. INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_PROGRESS=Modifying VLV index '%s' INFO_CTRL_PANEL_AVAILABLE_LABEL=Available: INFO_CTRL_PANEL_SELECTED_LABEL=Selected: INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON=Add > INFO_CTRL_PANEL_ADDREMOVE_ADD_ALL_BUTTON=Add All > INFO_CTRL_PANEL_ADDREMOVE_REMOVE_BUTTON=< Remove INFO_CTRL_PANEL_ADDREMOVE_REMOVE_ALL_BUTTON=< Remove All INFO_CTRL_PANEL_OBJECTCLASS_CELL_PANEL_AUXILIARY=Auxiliary: %s INFO_CTRL_PANEL_ATTRIBUTE_USAGE_OPERATIONAL=%s (operational) INFO_CTRL_PANEL_VLV_ASCENDING_VLV_INDEX=%s (ascending) INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descending) SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s ###SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error setting environment: %s INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=\u932f\u8aa4 INFO_CTRL_PANEL_PROGRESS_DONE=Done INFO_CTRL_PANEL_VLV_INDEX_CELL=%s - VLV Index INFO_CTRL_PANEL_DISPLAY_ALL_COMMAND_LINES=Display All Command-lines INFO_CTRL_PANEL_HELP_VIEW_DESCRIPTION=Global view options. INFO_CTRL_PANEL_REFRESH_MENU=Refresh options... INFO_CTRL_PANEL_REFRESH_PANEL_TITLE=Refresh Options INFO_CTRL_PANEL_REFRESH_OPTIONS_PANEL_TEXT=Select the period (in seconds) used to refresh the monitoring and configuration information displayed. INFO_CTRL_PANEL_REFRESH_OPTIONS_LABEL=Refresh Period (sec): INFO_CTRL_PANEL_INVALID_PERIOD_VALUE=The period time must be an integer positive value smaller than %d seconds. INFO_CTRL_PANEL_CATEGORY_MONITORING=Monitoring INFO_CTRL_PANEL_BROWSE_GENERAL_MONITORING=General Information INFO_CTRL_PANEL_GENERAL_MONITORING_NO_ITEM_SELECTED=- No Item Selected - INFO_CTRL_PANEL_GENERAL_MONITORING_TITLE=General Information INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=The server is running. You must provide authentication to see the monitoring data. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_BROWSE_MONITORING_SUMMARY=To see the monitoring data the server must be running and you must provide authentication. INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT_TREE_NODE=ds-directory.png INFO_CTRL_PANEL_SYSTEM_INFORMATION_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_JVM_MEMORY_USAGE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_WORK_QUEUE_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_ENTRY_CACHES_TREE_NODE=ds-generic.png INFO_CTRL_PANEL_DB_ENVIRONMENT_TREE_NODE=ds-suffix.png INFO_CTRL_PANEL_GENERAL_MONITORING_ROOT=Monitoring Root INFO_CTRL_PANEL_SYSTEM_INFORMATION=System Information INFO_CTRL_PANEL_JAVA_INFORMATION=Java Information INFO_CTRL_PANEL_WORK_QUEUE=Work Queue INFO_CTRL_PANEL_ENTRY_CACHES=Entry Cache INFO_CTRL_PANEL_DB_ENVIRONMENT=Database Environment INFO_CTRL_PANEL_UP_TIME_LABEL=Up Time: INFO_CTRL_PANEL_MAX_CONNECTIONS_LABEL=Max Connections: INFO_CTRL_PANEL_TOTAL_CONNECTIONS_LABEL=Total Connections: INFO_CTRL_PANEL_START_TIME_LABEL=Start Time: INFO_CTRL_PANEL_AVERAGE_REQUEST_BACKLOG=Average Request Backlog INFO_CTRL_PANEL_MAX_REQUEST_BACKLOG=Maximum Request Backlog INFO_CTRL_PANEL_CURRENT_REQUEST_BACKLOG=Current Request Backlog INFO_CTRL_PANEL_REQUESTS_SUBMITTED=Requests Submitted INFO_CTRL_PANEL_REQUESTS_REJECTED=Requests Rejected Due To Full Queue INFO_CTRL_PANEL_ENTRY_CACHE_HITS=Entry Cache Hits INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_COUNT=Entry Cache Count INFO_CTRL_PANEL_ENTRY_CACHE_TRIES=Entry Cache Tries INFO_CTRL_PANEL_ENTRY_CACHE_HIT_RATIO=Entry Cache Hit Ratio INFO_CTRL_PANEL_CURRENT_ENTRY_CACHE_SIZE=Entry Cache Size INFO_CTRL_PANEL_MAX_ENTRY_CACHE_SIZE=Max Entry Cache Size INFO_CTRL_PANEL_MAX_ENTRY_CACHE_COUNT=Max Entry Cache Count INFO_CTRL_PANEL_NO_DBS_FOUND=-No Databases Found- INFO_CTRL_PANEL_DB_HEADER=\u5f8c\u7aef ID INFO_CTRL_PANEL_NO_DB_MONITORING_FOUND=-No Database Environment Data Found- INFO_CTRL_PANEL_AVAILABLE_CPUS=Available CPUs INFO_CTRL_PANEL_SYSTEM_NAME=System Name INFO_CTRL_PANEL_OPERATING_SYSTEM=Operating System INFO_CTRL_PANEL_FREE_USED_MEMORY=Free Memory in JVM INFO_CTRL_PANEL_MAX_MEMORY=Max Memory in JVM INFO_CTRL_PANEL_USED_MEMORY=Used Memory in JVM INFO_CTRL_PANEL_CLASS_PATH=Class Path INFO_CTRL_PANEL_JAVA_VENDOR=Java Vendor INFO_CTRL_PANEL_JVM_VENDOR=JVM Vendor INFO_CTRL_PANEL_JAVA_VERSION=Java Version INFO_CTRL_PANEL_JVM_VERSION=JVM Version INFO_CTRL_PANEL_JVM_ARCHITECTURE=JVM Architecture INFO_CTRL_PANEL_JVM_ARGUMENTS=JVM Arguments INFO_CTRL_PANEL_MEMORY_VALUE=%d Mb, %d Kb INFO_CTRL_PANEL_EXTRA_JAVA_ATTRIBUTES=Other Attributes INFO_CTRL_PANEL_JAVA_MEMORY_ATTRIBUTES=Memory Attributes INFO_CTRL_PANEL_NOT_IMPLEMENTED=Not Implemented INFO_CTRL_PANEL_NO_MONITORING_VALUE=- INFO_CTRL_PANEL_TOTAL_LABEL=TOTAL INFO_CTRL_PANEL_ATTRIBUTE_VIEW_OPTIONS_TITLE=Attribute View Options INFO_CTRL_PANEL_NO_OPERATION_SELECTED=You must select at least one operation. INFO_CTRL_PANEL_OPERATION_VIEW_LABEL=Show Columns INFO_CTRL_PANEL_OPERATIONS_VIEW=Show Operations... INFO_CTRL_PANEL_OPERATION_NAME_AS_LABEL=%s: INFO_CTRL_PANEL_ADD_REQUESTS_LABEL=Add Requests INFO_CTRL_PANEL_ADD_RESPONSES_LABEL=Add Responses INFO_CTRL_PANEL_BIND_REQUESTS_LABEL=Bind Requests INFO_CTRL_PANEL_BIND_RESPONSES_LABEL=Bind Responses INFO_CTRL_PANEL_COMPARE_REQUESTS_LABEL=Compare Requests INFO_CTRL_PANEL_COMPARE_RESPONSES_LABEL=Compare Responses INFO_CTRL_PANEL_DELETE_REQUESTS_LABEL=Delete Requests INFO_CTRL_PANEL_DELETE_RESPONSES_LABEL=Delete Responses INFO_CTRL_PANEL_EXTENDED_REQUESTS_LABEL=Extended Requests INFO_CTRL_PANEL_EXTENDED_RESPONSES_LABEL=Extended Responses INFO_CTRL_PANEL_MOD_DN_REQUESTS_LABEL=Mod DN Requests INFO_CTRL_PANEL_MOD_DN_RESPONSES_LABEL=Mod DN Responses INFO_CTRL_PANEL_MOD_REQUESTS_LABEL=Modify Requests INFO_CTRL_PANEL_MOD_RESPONSES_LABEL=Modify Responses INFO_CTRL_PANEL_SEARCH_REQUESTS_LABEL=Search Requests INFO_CTRL_PANEL_SEARCH_DONE_LABEL=Searches Done INFO_CTRL_PANEL_UNBIND_REQUESTS_LABEL=Unbind Requests INFO_CTRL_PANEL_ALL_CONNECTION_HANDLERS=All INFO_CTRL_PANEL_CONNECTION_HANDLERS_LABEL=Connection Handlers: INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING_TITLE=Connection Handler Monitoring INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=The server is running. You must provide authentication to see the monitoring data. INFO_CTRL_PANEL_SERVER_MUST_RUN_TO_SEE_TRAFFIC_MONITORING_SUMMARY=To see the monitoring data the server must be running and you must provide authentication. INFO_CTRL_PANEL_ADMINISTRATION_CONNECTOR_NAME=%d - Administration Connector INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU=View INFO_CTRL_PANEL_CONNECTION_HANDLER_VIEW_MENU_DESCRIPTION=View options for the Connection Handler Monitoring INFO_CTRL_PANEL_SHOW_AVERAGES=Show Averages since Server Startup INFO_CTRL_PANEL_CONNECTION_HANDLER_HEADER=Connection Handler INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Connection Handler INFO_CTRL_PANEL_AVERAGE_HEADER=%s Avg per second INFO_CTRL_PANEL_AUTHENTICATED_AS=Authenticated as '%s' INFO_CTRL_PANEL_NOT_AUTHENTICATED=User Not Authenticated INFO_CTRL_PANEL_NOT_AUTHENTICATED_SERVER_NOT_RUNNING=User Not Authenticated (Server not Running) opends/src/messages/messages/admin_zh_CN.properties
@@ -21,14 +21,10 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. # # Global directives # global.category=ADMIN # # Format string definitions # @@ -47,23 +43,51 @@ # # ORDINAL is an integer unique among other ordinals in this file # SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=\u5c1d\u8bd5\u68c0\u7d22\u5173\u7cfb\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u5173\u7cfb\u6761\u76ee %s\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\u5c1d\u8bd5\u68c0\u7d22\u53d7\u7ba1\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u53d7\u7ba1\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u6761\u76ee SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u5c1d\u8bd5\u5bf9\u53d7\u7ba1\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u52a0\u8f7d\u7c7b %s\uff0c\u5e76\u4e14\u65e0\u6cd5\u4f7f\u7528\u5b83\u6765\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u7ec4\u4ef6\u5b9e\u4f8b\u3002\u51fa\u73b0\u4ee5\u4e0b\u9519\u8bef: %s\u3002\u6b64\u7ec4\u4ef6\u5c06\u88ab\u7981\u7528 SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=\u5c1d\u8bd5\u5c06\u7c7b %s \u4e2d\u52a0\u8f7d\u7684\u7ec4\u4ef6\u5b9e\u4f8b\u521d\u59cb\u5316\u4e3a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u7684\u4fe1\u606f\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u6b64\u7ec4\u4ef6\u5c06\u88ab\u7981\u7528 ###SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ ### retrieve relation configuration entry %s: %s ###SEVERE_ERR_ADMIN_LISTENER_BASE_DOES_NOT_EXIST_2=The relation entry %s does \ ### not appear to exist in the Directory Server configuration. This is a required \ ### entry ###SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ ### to retrieve the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=The managed object \ ### configuration entry %s does not appear to exist in the Directory Server \ ### configuration. This is a required entry ###SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=An error occurred while \ ### trying to decode the managed object configuration entry %s: %s ###SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=The Directory Server was unable \ ### to load class %s and use it to create a component instance as defined in \ ### configuration entry %s. The error that occurred was: %s. This component \ ### will be disabled ###SEVERE_ERR_ADMIN_CANNOT_INITIALIZE_COMPONENT_7=An error occurred while trying \ ### to initialize a component instance loaded from class %s with the information \ ### in configuration entry %s: %s. This component will be disabled MILD_WARN_ADMIN_COMPONENT_DISABLED_8=\u5df2\u7981\u7528\u6761\u76ee %s \u4e2d\u914d\u7f6e\u7684\u76ee\u5f55\u670d\u52a1\u5668\u7ec4\u4ef6 SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\u65e0\u6cd5\u52a0\u8f7d\u76ee\u5f55 %2$s \u4e2d\u7684\u76ee\u5f55\u670d\u52a1\u5668 jar \u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u6253\u5f00\u8be5\u6587\u4ef6\u8fdb\u884c\u8bfb\u53d6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=\u65e0\u6cd5\u4ece\u6838\u5fc3\u6e05\u5355\u6587\u4ef6 %s \u52a0\u8f7d\u6838\u5fc3\u914d\u7f6e\u5b9a\u4e49\u7c7b\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5bf9\u5176\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=\u65e0\u6cd5\u4ece\u6269\u5c55 %2$s \u4e2d\u7684\u6269\u5c55\u6e05\u5355\u6587\u4ef6 %1$s \u52a0\u8f7d\u914d\u7f6e\u5b9a\u4e49\u7c7b\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5bf9\u5176\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s ###SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ ### directory %s cannot be loaded because an unexpected error occurred while \ ### trying to open the file for reading: %s ###FATAL_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_CORE_MANIFEST_10=A core configuration \ ### definition class could not be loaded from the core manifest file %s because \ ### an unexpected error occurred while trying to initialize it: %s ###SEVERE_ERR_ADMIN_CANNOT_LOAD_CLASS_FROM_EXTENSION_MANIFEST_11=A configuration \ ### definition class could not be loaded from the extension manifest file %s in \ ### extensions %s because an unexpected error occurred while trying to initialize \ ### it: %s MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=\u6269\u5c55\u76ee\u5f55 %s \u4e0d\u5b58\u5728\uff0c\u56e0\u6b64\u5c06\u4e0d\u52a0\u8f7d\u4efb\u4f55\u6269\u5c55 SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u65e0\u6cd5\u8bfb\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u6269\u5c55\uff0c\u56e0\u4e3a\u867d\u7136\u5b58\u5728\u6269\u5c55\u76ee\u5f55 %s\uff0c\u4f46\u5b83\u4e0d\u662f\u76ee\u5f55 SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=\u65e0\u6cd5\u4ece\u76ee\u5f55 %s \u8bfb\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u6269\u5c55\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5217\u51fa\u8be5\u76ee\u5f55\u4e2d\u7684\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\u627e\u4e0d\u5230\u6838\u5fc3\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %s FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=\u65e0\u6cd5\u52a0\u8f7d\u6838\u5fc3\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u8bfb\u53d6\u8be5\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u65e0\u6cd5\u52a0\u8f7d\u4e0e\u6269\u5c55 %2$s \u5173\u8054\u7684\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u8bfb\u53d6\u8be5\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s ###SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ ### Server extensions because the extensions directory %s exists but is not a \ ### directory ###SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Unable to read the Directory \ ### Server extensions from directory %s because an unexpected error occurred \ ### while trying to list the files in that directory: %s ###FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ ### file %s cannot be located ###FATAL_ERR_ADMIN_CANNOT_READ_CORE_MANIFEST_16=The core administration manifest \ ### file %s cannot be loaded because an unexpected error occurred while trying to \ ### read it: %s ###SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ ### manifest file %s associated with the extension %s cannot be loaded because an \ ### unexpected error occurred while trying to read it: %s INFO_ADMIN_TOOL_DESCRIPTION_18=\u6b64\u5b9e\u7528\u7a0b\u5e8f\u53ef\u7528\u4e8e\u6267\u884c\u76ee\u5f55\u670d\u52a1\u5668\u7ba1\u7406\u6846\u67b6\u4e2d\u7684\u64cd\u4f5c INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=\u521b\u5efa\u65b0\u7684\u670d\u52a1\u5668\u7ec4 INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=\u670d\u52a1\u5668\u7ec4\u7684\u63cf\u8ff0\u3002\u5982\u679c\u672a\u6307\u5b9a\uff0c\u63cf\u8ff0\u5c06\u4e3a\u7a7a @@ -78,32 +102,36 @@ INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=\u8981\u5220\u9664\u7684\u670d\u52a1\u5668\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=\u5217\u51fa\u6307\u5b9a\u670d\u52a1\u5668\u7ec4\u7684\u670d\u52a1\u5668 INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=\u5217\u51fa\u6307\u5b9a\u670d\u52a1\u5668\u6240\u5c5e\u7684\u670d\u52a1\u5668\u7ec4 FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=\u65e0\u6cd5\u8fde\u63a5 %s\u3002\u8bf7\u68c0\u67e5\u670d\u52a1\u5668\u662f\u5426\u6b63\u5728\u8fd0\u884c\u4ee5\u53ca\u63d0\u4f9b\u7684\u51ed\u8bc1\u662f\u5426\u6709\u6548 ###FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ ### the server is running and that the provided credentials are valid INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=\u521b\u5efa\u65b0\u7684 ADS DN INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=\u5220\u9664\u73b0\u6709\u7684 ADS DN FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=\u7f3a\u5c11\u4e3b\u673a\u540d FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=\u4e3b\u673a\u540d\u65e0\u6548 FATAL_ERR_ADMIN_MISSING_IPATH_37=\u7f3a\u5c11\u5b89\u88c5\u8def\u5f84 FATAL_ERR_ADMIN_NOVALID_IPATH_38=\u5b89\u88c5\u8def\u5f84\u65e0\u6548 FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=\u51fa\u73b0\u8bbf\u95ee\u6743\u9650\u9519\u8bef FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=\u5df2\u6ce8\u518c\u8be5\u5b9e\u4f53 FATAL_ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u7cfb\u7edf\u4fe1\u606f\u5e93\u5df2\u635f\u574f FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=\u5c1a\u672a\u6ce8\u518c\u8be5\u5b9e\u4f53 FATAL_ERR_ADMIN_MISSING_PORT_43=\u7f3a\u5c11\u7aef\u53e3 FATAL_ERR_ADMIN_NOVALID_PORT_44=\u7aef\u53e3\u65e0\u6548 FATAL_ERR_ADMIN_MISSING_NAME_45=\u7f3a\u5c11\u540d\u79f0 FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=\u7f3a\u5c11\u7ba1\u7406 UID FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7f3a\u5c11\u7ba1\u7406\u5458\u5bc6\u7801 FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=\u51fa\u73b0\u610f\u5916\u9519\u8bef ###FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing ###FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid ###FATAL_ERR_ADMIN_MISSING_IPATH_37=The installation path is missing ###FATAL_ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid ###FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs ###FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered ###FATAL_ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken ###FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered ###FATAL_ERR_ADMIN_MISSING_PORT_43=The port is missing ###FATAL_ERR_ADMIN_NOVALID_PORT_44=The port is not valid ###FATAL_ERR_ADMIN_MISSING_NAME_45=The name is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing ###FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ ### missing ###FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs INFO_ADMIN_ERROR_49=[\u9519\u8bef] INFO_ADMIN_SUCCESSFUL_50=\u5df2\u6210\u529f\u5b8c\u6210\u8be5\u64cd\u4f5c INFO_ADMIN_SUCCESSFUL_NOP_51=\u5df2\u6210\u529f\u5b8c\u6210\u8be5\u64cd\u4f5c\uff0c\u800c\u65e0\u9700\u6267\u884c\u4efb\u4f55\u5176\u4ed6\u64cd\u4f5c SEVERE_ERR_ADMIN_NO_MESSAGE_52= ###SEVERE_ERR_ADMIN_NO_MESSAGE_52= INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=\u65b0\u7ec4\u7684\u6807\u8bc6\u7b26\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=\u7ec4\u7684\u6807\u8bc6\u7b26\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=\u6210\u5458\u7684\u6807\u8bc6\u7b26\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=\u5c06\u5728\u5176\u4e2d\u5b58\u50a8\u7ba1\u7406\u6570\u636e\u7684\u540e\u7aef\u540d\u79f0 SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=\u65e0\u6cd5\u5bf9\u6761\u76ee "%s" \u6ce8\u518c\u6dfb\u52a0/\u5220\u9664\u4fa6\u542c\u5668\uff0c\u56e0\u4e3a\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u8be5\u6761\u76ee ###SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ ### add/delete listener against the entry "%s" because it does not exist in the \ ### configuration INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=\u5c06\u670d\u52a1\u5668\u6ce8\u518c\u5230\u7ba1\u7406\u57df INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=\u4ece\u7ba1\u7406\u57df\u53d6\u6d88\u6ce8\u518c\u670d\u52a1\u5668 INFO_ADMIN_ARG_SERVERNAME_DESCRIPTION_60=\u670d\u52a1\u5668\u7684\u6807\u8bc6\u7b26\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 @@ -112,7 +140,8 @@ INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=\u663e\u793a\u670d\u52a1\u5668\u5c5e\u6027 INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=\u4fee\u6539\u670d\u52a1\u5668\u5c5e\u6027 INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=\u5df2\u6ce8\u518c\u7684\u670d\u52a1\u5668\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=\u672a\u6ce8\u518c\u63d0\u4f9b\u7684 serverId ###FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ ### registered INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=\u521b\u5efa\u65b0\u7684\u7ba1\u7406\u5458 INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=\u5220\u9664\u73b0\u6709\u7684\u7ba1\u7406\u5458 INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=\u5217\u51fa\u5df2\u5b9a\u4e49\u7684\u7ba1\u7406\u5458 @@ -120,62 +149,135 @@ INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=\u4fee\u6539\u7ba1\u7406\u5458\u7684\u5c5e\u6027 INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=\u63cf\u8ff0\u7ba1\u7406\u5458\u7684\u5c5e\u6027 INFO_ADMIN_ARG_USERID_DESCRIPTION_73=\u7ba1\u7406\u5458\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u53c2\u6570 SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=\u539f\u56e0\u672a\u77e5 SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u8bc4\u4f30\u7ea6\u675f\u65f6\u51fa\u73b0\u914d\u7f6e\u5f02\u5e38: %s SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=\u53ef\u4ee5\u627e\u5230 %s\uff0c\u4f46\u5176\u4e2d\u672a\u5305\u542b\u4efb\u4f55\u7c7b\u578b\u7684\u4fe1\u606f\uff08\u4f8b\u5982\uff0cLDAP \u4e2d\u7f3a\u5c11\u5bf9\u8c61\u7c7b\uff09 SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=\u53ef\u4ee5\u627e\u5230 %s\uff0c\u4f46\u5176\u4e2d\u672a\u5305\u542b\u6240\u9700\u7684\u7c7b\u578b\u4fe1\u606f\uff08\u4f8b\u5982\uff0cLDAP \u4e2d\u7684\u5bf9\u8c61\u7c7b\u4e0d\u6b63\u786e\uff09 SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=\u53ef\u4ee5\u627e\u5230 %s\uff0c\u4f46\u5176\u7c7b\u578b\u88ab\u89e3\u6790\u4e3a\u62bd\u8c61\u53d7\u7ba1\u5bf9\u8c61\u5b9a\u4e49 SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=\u7531\u4e8e\u4e0d\u660e\u539f\u56e0\u800c\u65e0\u6cd5\u5bf9\u53d7\u7ba1\u5bf9\u8c61\u8fdb\u884c\u89e3\u7801 SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=\u65e0\u6cd5\u786e\u5b9a "%s" \u5c5e\u6027\u7684\u9ed8\u8ba4\u503c SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\u503c "%s" \u4e0d\u662f "%s" \u5c5e\u6027\u7684\u6709\u6548\u503c\uff0c\u8be5\u503c\u5fc5\u987b\u4f7f\u7528\u4ee5\u4e0b\u8bed\u6cd5: %s SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\u5b57\u7b26\u4e32\u503c "%s" \u4e0d\u662f "%s" \u5c5e\u6027\u7684\u6709\u6548\u503c\uff0c\u8be5\u503c\u5fc5\u987b\u4f7f\u7528\u4ee5\u4e0b\u8bed\u6cd5: %s SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=\u5fc5\u987b\u6307\u5b9a "%s" \u5c5e\u6027\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u662f\u5fc5\u9700\u5c5e\u6027 SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=\u4e0d\u80fd\u4fee\u6539 "%s" \u5c5e\u6027\uff0c\u56e0\u4e3a\u8be5\u5c5e\u6027\u662f\u53ea\u8bfb\u5c5e\u6027 SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91="%s" \u5c5e\u6027\u4e0d\u80fd\u5305\u542b\u591a\u4e2a\u503c SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=\u5904\u7406\u5c5e\u6027 "%s" \u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef\uff1a\u672a\u77e5\u7684\u5c5e\u6027\u7c7b\u578b "%s" SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u9a8c\u8bc1\u5931\u8d25 SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u670d\u52a1\u5668\u4e0d\u652f\u6301\u8bf7\u6c42\u7684\u9a8c\u8bc1\u673a\u5236 SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u6388\u6743\u5931\u8d25 SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u8fde\u63a5\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u901a\u4fe1\u95ee\u9898 SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u7531\u4e8e\u4ee5\u4e0b\u539f\u56e0\u800c\u62d2\u7edd\u6267\u884c\u8be5\u64cd\u4f5c: %s SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u7531\u4e8e\u4ee5\u4e0b\u591a\u79cd\u539f\u56e0\u800c\u62d2\u7edd\u6267\u884c\u8be5\u64cd\u4f5c: %s SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u65e0\u6cd5\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u51fa\u73b0\u4e86\u51b2\u7a81\u7684\u66f4\u6539\u3002\u53ef\u80fd\u6b63\u5728\u4f7f\u7528\u53e6\u4e00\u4e2a\u5ba2\u6237\u7aef\u7ba1\u7406\u5de5\u5177 SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\u7531\u4e8e\u4ee5\u4e0b\u539f\u56e0\u800c\u65e0\u6cd5\u5bf9 %s \u8fdb\u884c\u89e3\u7801: %s SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u7531\u4e8e\u4ee5\u4e0b\u591a\u79cd\u539f\u56e0\u800c\u65e0\u6cd5\u5bf9 %s \u8fdb\u884c\u89e3\u7801: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u53d7\u7ba1\u5bf9\u8c61\u7684\u540d\u79f0\u4e0d\u5141\u8bb8\u4e3a\u7a7a SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u53d7\u7ba1\u5bf9\u8c61\u7684\u540d\u79f0\u4e0d\u5141\u8bb8\u4e3a\u7a7a\u767d SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\u53d7\u7ba1\u5bf9\u8c61\u540d\u79f0 "%s" \u4e0d\u662f\u547d\u540d\u5c5e\u6027 "%s" \u7684\u6709\u6548\u503c\uff0c\u8be5\u503c\u5fc5\u987b\u4f7f\u7528\u4ee5\u4e0b\u8bed\u6cd5: %s SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\u4e0d\u5141\u8bb8\u4f7f\u7528\u53d7\u7ba1\u5bf9\u8c61\u540d\u79f0 "%s" SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u65e0\u6cd5\u521b\u5efa\u8be5\u53d7\u7ba1\u5bf9\u8c61\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728\u4e00\u4e2a\u4e0e\u5176\u540c\u540d\u7684\u53d7\u7ba1\u5bf9\u8c61 SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\u627e\u4e0d\u5230\u8bf7\u6c42\u7684\u53d7\u7ba1\u5bf9\u8c61 SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108="%s" \u662f\u5fc5\u9700\u5c5e\u6027 SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u4ee5\u4e0b\u662f\u5fc5\u9700\u5c5e\u6027: %s SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\u65e0\u6cd5\u8bc6\u522b\u5c5e\u6027 "%s" SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u8fde\u63a5\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u901a\u4fe1\u95ee\u9898: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u8fdd\u53cd\u4e86\u4ee5\u4e0b\u7ea6\u675f: %s SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u8fdd\u53cd\u4e86\u4ee5\u4e0b\u591a\u4e2a\u7ea6\u675f: %s SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u6761\u76ee "%4$s" \u4e2d %3$s \u7684 "%2$s" \u5c5e\u6027\u503c "%1$s" \u5f15\u7528\u4e86\u6761\u76ee "%6$s" \u4e2d\u4e0d\u5b58\u5728\u7684 %5$s SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=\u6761\u76ee "%4$s" \u4e2d\u5df2\u542f\u7528\u7684 %3$s \u7684 "%2$s" \u5c5e\u6027\u503c "%1$s" \u5f15\u7528\u4e86\u6761\u76ee "%6$s" \u4e2d\u5df2\u7981\u7528\u7684 %5$s SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=\u6761\u76ee "%4$s" \u4e2d %3$s \u7684 "%2$s" \u5c5e\u6027\u503c "%1$s" \u5f15\u7528\u4e86\u6761\u76ee "%6$s" \u4e2d\u5df2\u7981\u7528\u7684 %5$s SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%2$s" \u4e2d\u7684 %1$s\uff0c\u56e0\u4e3a\u6761\u76ee "%5$s" \u4e2d %4$s \u7684\u5c5e\u6027 "%3$s" \u5bf9\u5176\u8fdb\u884c\u4e86\u5f15\u7528 SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u65e0\u6cd5\u7981\u7528\u6761\u76ee "%2$s" \u4e2d\u7684 %1$s\uff0c\u56e0\u4e3a\u6761\u76ee "%5$s" \u4e2d %4$s \u7684\u5c5e\u6027 "%3$s" \u5bf9\u5176\u8fdb\u884c\u4e86\u5f15\u7528 FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=\u7531\u4e8e\u51fa\u73b0\u4ee5\u4e0b\u5f02\u5e38\u800c\u65e0\u6cd5\u521d\u59cb\u5316\u7ba1\u7406\u6846\u67b6: %s SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=\u8bfb\u53d6\u6e05\u5355\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=\u5c1d\u8bd5\u52a0\u8f7d\u7c7b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\u65e0\u6cd5\u5728\u53d7\u7ba1\u5bf9\u8c61\u5b9a\u4e49\u7c7b "%s" \u4e2d\u627e\u5230 getInstance() \u65b9\u6cd5: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=\u65e0\u6cd5\u5728\u53d7\u7ba1\u5bf9\u8c61\u5b9a\u4e49\u7c7b "%s" \u4e2d\u8c03\u7528 getInstance() \u65b9\u6cd5: %s SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=\u65e0\u6cd5\u5728\u7c7b "%2$s" \u4e2d\u521d\u59cb\u5316 "%1$s" \u53d7\u7ba1\u5bf9\u8c61\u5b9a\u4e49: %3$s SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u65e0\u6cd5\u52a0\u8f7d\u5305\u542b\u6e05\u5355\u6587\u4ef6 %2$s \u7684\u6269\u5c55 "%1$s"\uff0c\u56e0\u4e3a\u5728\u5c1d\u8bd5\u5bf9\u5176\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\u65e0\u6cd5\u4ece\u6e05\u5355\u6587\u4ef6 %s \u52a0\u8f7d\u6838\u5fc3\u7ba1\u7406\u7c7b\uff0c\u56e0\u4e3a\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" \u4e0d\u5b58\u5728 SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" \u867d\u7136\u5b58\u5728\uff0c\u4f46\u5374\u4f7f\u7528\u4e86\u65e0\u6548\u7684\u914d\u7f6e: %4$s SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=\u5df2\u7981\u7528\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=%2$s\uff08\u540d\u4e3a "%3$s"\uff09\u4e2d\u7684\u5c5e\u6027 "%1$s" \u5f15\u7528\u4e86\u6b64 %4$s SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=%2$s \u4e2d\u7684\u5c5e\u6027 "%1$s" \u5f15\u7528\u4e86\u6b64 %3$s SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u65e0\u6cd5\u7981\u7528\u6b64 %1$s\uff0c\u56e0\u4e3a %3$s\uff08\u540d\u4e3a "%4$s"\uff09\u4e2d\u7684 "%2$s" \u5c5e\u6027\u5bf9\u5176\u8fdb\u884c\u4e86\u5f15\u7528 SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u65e0\u6cd5\u7981\u7528\u6b64 %1$s\uff0c\u56e0\u4e3a %3$s \u4e2d\u7684 "%2$s" \u5c5e\u6027\u5bf9\u5176\u8fdb\u884c\u4e86\u5f15\u7528 SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5df2\u542f\u7528\u4e86\u6761\u76ee %2$s \u4e2d\u7684 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector self-signed certificate cannot be generated because the following error occurred: %s SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration connector self-signed certificate cannot be generated because the following files are missing: %s SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions on file %s ###SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown ###SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ ### occurred while evaluating a constraint: %s ###SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=The %s could \ ### be found but did not contain any type information (e.g. missing object \ ### classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=The %s could \ ### be found but did not contain the expected type information (e.g. incorrect \ ### object classes in LDAP) ###SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ ### could be found but its type resolved to an abstract managed object \ ### definition ###SEVERE_ERR_DECODING_EXCEPTION_UNKNOWN_85=The managed object could not \ ### be decoded due to an unspecified reason ###SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ ### for the "%s" property could not be determined ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=The value "%s" is not \ ### a valid value for the "%s" property, which must have the following \ ### syntax: %s ###SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=The string value \ ### "%s" is not a valid value for the "%s" property, which must have the \ ### following syntax: %s ###SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=The "%s" property must be \ ### specified as it is mandatory ###SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=The "%s" property must not \ ### be modified as it is read-only ###SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=The "%s" property \ ### must not contain more than one value ###SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=An internal error \ ### occurred while processing property "%s": unknown property type "%s" ###SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure ###SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=The \ ### requested authentication mechanism is not supported by the server ###SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ ### occurred while contacting the server ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ ### for the following reason: %s ###SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=The operation was rejected \ ### for the following reasons: %s ###SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=The operation could \ ### not be performed because a conflicting change has already occurred. There \ ### may be another client administration tool in use ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=The %s could not \ ### be decoded due to the following reason: %s ###SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=The %s could not \ ### be decoded due to the following reasons: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Empty managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Blank managed \ ### object names are not permitted ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=The managed \ ### object name "%s" is not a valid value for the naming property "%s", \ ### which must have the following syntax: %s ###SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=The managed \ ### object name "%s" is not permitted ###SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=The managed object \ ### could not be created because there is an existing managed object with \ ### the same name ###SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=The requested managed \ ### object could not be found ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ ### property is mandatory ###SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ ### properties are mandatory: %s ###SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ ### recognized ###SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ ### occurred while contacting the server: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ ### constraint violation occurred: %s ###SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ ### constraint violations occurred: %s ###SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a non-existent %s \ ### in entry "%s" ###SEVERE_ERR_SERVER_REFINT_SOURCE_ENABLED_TARGET_DISABLED_115=The value \ ### "%s" in property "%s" in the enabled %s in entry "%s" refers to a \ ### disabled %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=The value "%s" in \ ### property "%s" in the %s in entry "%s" refers to a disabled %s in \ ### entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=The %s in entry "%s" \ ### cannot be deleted because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=The %s in entry "%s" \ ### cannot be disabled because it is referenced by the "%s" property \ ### of the %s in entry "%s" ###FATAL_ERR_CANNOT_INITIALIZE_ADMIN_FRAMEWORK_119=The administration \ ### framework could not be initialized due to the following exception: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ ### error occurred while reading the manifest file: %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=An error occurred while \ ### attempting to load class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Unable to \ ### to find the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Unable to \ ### to invoke the getInstance() method in the managed object definition \ ### class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Unable initialize the \ ### "%s" managed object definition in class "%s": %s ###SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=The extension "%s" \ ### with manifest file %s cannot be loaded because an unexpected error \ ### occurred while trying to initialize it: %s ###FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=The core administration \ ### classes could not be loaded from manifest file %s because an unexpected \ ### error occurred: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=The %s "%s" referenced in \ ### property "%s" does not exist ###SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=The %s "%s" referenced in \ ### property "%s" exists but has an invalid configuration: %s ###SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=The %s "%s" referenced in \ ### property "%s" is disabled ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=The "%s" property \ ### in the %s called "%s" references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=The "%s" property \ ### in the %s references this %s ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s called "%s" ###SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=This %s cannot be \ ### disabled because it is referenced by the "%s" property in the %s ###SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=An error occurred \ ### while attempting to determine if the %s in entry %s is enabled: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=The administration connector \ ###self-signed certificate cannot be generated because the following error \ ###occurred: %s ###SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=The administration \ ###connector self-signed certificate cannot be generated because the following \ ###files are missing: %s ###SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ ### on file %s Diff truncated after the above file
opends/src/messages/messages/admin_zh_TW.properties opends/src/messages/messages/backend_de.properties opends/src/messages/messages/backend_es.properties opends/src/messages/messages/backend_fr.properties opends/src/messages/messages/backend_ja.properties opends/src/messages/messages/backend_ko.properties opends/src/messages/messages/backend_zh_CN.properties opends/src/messages/messages/backend_zh_TW.properties opends/src/messages/messages/config_de.properties opends/src/messages/messages/config_es.properties opends/src/messages/messages/config_fr.properties opends/src/messages/messages/config_ja.properties opends/src/messages/messages/config_ko.properties opends/src/messages/messages/config_zh_CN.properties opends/src/messages/messages/config_zh_TW.properties opends/src/messages/messages/core_de.properties opends/src/messages/messages/core_es.properties opends/src/messages/messages/core_fr.properties opends/src/messages/messages/core_ja.properties opends/src/messages/messages/core_ko.properties opends/src/messages/messages/core_zh_CN.properties opends/src/messages/messages/core_zh_TW.properties opends/src/messages/messages/dsconfig.properties opends/src/messages/messages/dsconfig_de.properties opends/src/messages/messages/dsconfig_es.properties opends/src/messages/messages/dsconfig_fr.properties opends/src/messages/messages/dsconfig_ja.properties opends/src/messages/messages/dsconfig_ko.properties opends/src/messages/messages/dsconfig_zh_CN.properties opends/src/messages/messages/dsconfig_zh_TW.properties opends/src/messages/messages/extension_de.properties opends/src/messages/messages/extension_es.properties opends/src/messages/messages/extension_fr.properties opends/src/messages/messages/extension_ja.properties opends/src/messages/messages/extension_ko.properties opends/src/messages/messages/extension_zh_CN.properties opends/src/messages/messages/extension_zh_TW.properties opends/src/messages/messages/jeb_de.properties opends/src/messages/messages/jeb_es.properties opends/src/messages/messages/jeb_fr.properties opends/src/messages/messages/jeb_ja.properties opends/src/messages/messages/jeb_ko.properties opends/src/messages/messages/jeb_zh_CN.properties opends/src/messages/messages/jeb_zh_TW.properties opends/src/messages/messages/log_de.properties opends/src/messages/messages/log_es.properties opends/src/messages/messages/log_fr.properties opends/src/messages/messages/log_ja.properties opends/src/messages/messages/log_ko.properties opends/src/messages/messages/log_zh_CN.properties opends/src/messages/messages/log_zh_TW.properties opends/src/messages/messages/ndb_de.properties opends/src/messages/messages/ndb_es.properties opends/src/messages/messages/ndb_fr.properties opends/src/messages/messages/ndb_ja.properties opends/src/messages/messages/ndb_ko.properties opends/src/messages/messages/ndb_zh_CN.properties opends/src/messages/messages/ndb_zh_TW.properties opends/src/messages/messages/plugin_de.properties opends/src/messages/messages/plugin_es.properties opends/src/messages/messages/plugin_fr.properties opends/src/messages/messages/plugin_ja.properties opends/src/messages/messages/plugin_ko.properties opends/src/messages/messages/plugin_zh_CN.properties opends/src/messages/messages/plugin_zh_TW.properties opends/src/messages/messages/protocol_de.properties opends/src/messages/messages/protocol_es.properties opends/src/messages/messages/protocol_fr.properties opends/src/messages/messages/protocol_ja.properties opends/src/messages/messages/protocol_ko.properties opends/src/messages/messages/protocol_zh_CN.properties opends/src/messages/messages/protocol_zh_TW.properties opends/src/messages/messages/quicksetup.properties opends/src/messages/messages/quicksetup_de.properties opends/src/messages/messages/quicksetup_es.properties opends/src/messages/messages/quicksetup_fr.properties opends/src/messages/messages/quicksetup_ja.properties opends/src/messages/messages/quicksetup_ko.properties opends/src/messages/messages/quicksetup_zh_CN.properties opends/src/messages/messages/quicksetup_zh_TW.properties opends/src/messages/messages/replication.properties opends/src/messages/messages/replication_de.properties opends/src/messages/messages/replication_es.properties opends/src/messages/messages/replication_fr.properties opends/src/messages/messages/replication_ja.properties opends/src/messages/messages/replication_ko.properties opends/src/messages/messages/replication_zh_CN.properties opends/src/messages/messages/replication_zh_TW.properties opends/src/messages/messages/runtime_information_de.properties opends/src/messages/messages/runtime_information_es.properties opends/src/messages/messages/runtime_information_fr.properties opends/src/messages/messages/runtime_information_ja.properties opends/src/messages/messages/runtime_information_ko.properties opends/src/messages/messages/runtime_information_zh_CN.properties opends/src/messages/messages/runtime_information_zh_TW.properties opends/src/messages/messages/schema.properties opends/src/messages/messages/schema_de.properties opends/src/messages/messages/schema_es.properties opends/src/messages/messages/schema_fr.properties opends/src/messages/messages/schema_ja.properties opends/src/messages/messages/schema_ko.properties opends/src/messages/messages/schema_zh_CN.properties opends/src/messages/messages/schema_zh_TW.properties opends/src/messages/messages/servicetag_de.properties opends/src/messages/messages/servicetag_es.properties opends/src/messages/messages/servicetag_fr.properties opends/src/messages/messages/servicetag_ja.properties opends/src/messages/messages/servicetag_ko.properties opends/src/messages/messages/servicetag_zh_CN.properties opends/src/messages/messages/servicetag_zh_TW.properties opends/src/messages/messages/task_de.properties opends/src/messages/messages/task_es.properties opends/src/messages/messages/task_fr.properties opends/src/messages/messages/task_ja.properties opends/src/messages/messages/task_ko.properties opends/src/messages/messages/task_zh_CN.properties opends/src/messages/messages/task_zh_TW.properties opends/src/messages/messages/tools_de.properties opends/src/messages/messages/tools_es.properties opends/src/messages/messages/tools_fr.properties opends/src/messages/messages/tools_ja.properties opends/src/messages/messages/tools_ko.properties opends/src/messages/messages/tools_zh_CN.properties opends/src/messages/messages/tools_zh_TW.properties opends/src/messages/messages/utility_de.properties opends/src/messages/messages/utility_es.properties opends/src/messages/messages/utility_fr.properties opends/src/messages/messages/utility_ja.properties opends/src/messages/messages/utility_ko.properties opends/src/messages/messages/utility_zh_CN.properties opends/src/messages/messages/utility_zh_TW.properties opends/src/messages/messages/version.properties opends/src/messages/messages/version_de.properties opends/src/messages/messages/version_es.properties opends/src/messages/messages/version_fr.properties opends/src/messages/messages/version_ja.properties opends/src/messages/messages/version_ko.properties opends/src/messages/messages/version_zh_CN.properties opends/src/messages/messages/version_zh_TW.properties opends/src/quicksetup/org/opends/quicksetup/installandupgrader/InstallAndUpgrader.java opends/src/quicksetup/org/opends/quicksetup/installandupgrader/ui/WelcomePanel.java opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java opends/src/quicksetup/org/opends/quicksetup/installer/SetupLauncher.java opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallWelcomePanel.java opends/src/quicksetup/org/opends/quicksetup/upgrader/ReversionIssueNotifier.java opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/WelcomePanel.java opends/src/quicksetup/org/opends/quicksetup/util/Utils.java opends/src/server/org/opends/server/admin/ClassLoaderProvider.java opends/src/server/org/opends/server/api/AccessControlHandler.java opends/src/server/org/opends/server/api/ClientConnection.java opends/src/server/org/opends/server/api/ConnectionHandler.java opends/src/server/org/opends/server/api/DirectoryThread.java opends/src/server/org/opends/server/api/ExtendedOperationHandler.java opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java opends/src/server/org/opends/server/backends/jeb/BackendImpl.java opends/src/server/org/opends/server/backends/jeb/EntryContainer.java opends/src/server/org/opends/server/backends/jeb/RootContainer.java opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java opends/src/server/org/opends/server/backends/task/Task.java opends/src/server/org/opends/server/controls/ServerSideSortResponseControl.java opends/src/server/org/opends/server/core/ConnectionHandlerConfigManager.java opends/src/server/org/opends/server/core/DefaultAccessControlHandler.java opends/src/server/org/opends/server/core/DirectoryServer.java opends/src/server/org/opends/server/extensions/CRAMMD5SASLMechanismHandler.java opends/src/server/org/opends/server/extensions/CancelExtendedOperation.java opends/src/server/org/opends/server/extensions/ExternalSASLMechanismHandler.java opends/src/server/org/opends/server/extensions/GetConnectionIDExtendedOperation.java opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java opends/src/server/org/opends/server/extensions/PasswordPolicyStateExtendedOperation.java opends/src/server/org/opends/server/extensions/PlainSASLMechanismHandler.java opends/src/server/org/opends/server/extensions/SASLContext.java opends/src/server/org/opends/server/extensions/StartTLSExtendedOperation.java opends/src/server/org/opends/server/extensions/WhoAmIExtendedOperation.java opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java opends/src/server/org/opends/server/protocols/asn1/ASN1ByteChannelReader.java opends/src/server/org/opends/server/protocols/asn1/ASN1ByteChannelWriter.java opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java opends/src/server/org/opends/server/protocols/internal/InternalConnectionHandler.java opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java opends/src/server/org/opends/server/protocols/jmx/JmxConnectionHandler.java opends/src/server/org/opends/server/protocols/jmx/RmiConnector.java opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java opends/src/server/org/opends/server/protocols/ldap/LDAPRequestHandler.java opends/src/server/org/opends/server/replication/plugin/FakeDelOperation.java opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java opends/src/server/org/opends/server/replication/server/MsgQueue.java opends/src/server/org/opends/server/replication/server/ReplicationServer.java opends/src/server/org/opends/server/replication/server/ServerHandler.java opends/src/server/org/opends/server/replication/service/ReplicationBroker.java opends/src/server/org/opends/server/schema/AttributeTypeSyntax.java opends/src/server/org/opends/server/schema/CaseExactOrderingMatchingRule.java opends/src/server/org/opends/server/schema/GeneralizedTimeOrderingMatchingRule.java opends/src/server/org/opends/server/schema/IntegerOrderingMatchingRule.java opends/src/server/org/opends/server/schema/NumericStringOrderingMatchingRule.java opends/src/server/org/opends/server/schema/ObjectClassSyntax.java opends/src/server/org/opends/server/schema/OctetStringOrderingMatchingRule.java opends/src/server/org/opends/server/schema/UUIDOrderingMatchingRule.java opends/src/server/org/opends/server/tasks/DisconnectClientTask.java opends/src/server/org/opends/server/tasks/ImportTask.java opends/src/server/org/opends/server/tools/configurator/CheckInstance.java opends/src/server/org/opends/server/tools/dsconfig/CreateSubCommandHandler.java opends/src/server/org/opends/server/tools/dsconfig/DSConfig.java opends/src/server/org/opends/server/tools/dsconfig/InternalManagementContextFactory.java opends/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java opends/src/server/org/opends/server/tools/dsconfig/ManagementContextFactory.java opends/src/server/org/opends/server/tools/tasks/TaskClient.java opends/src/server/org/opends/server/tools/tasks/TaskTool.java opends/src/server/org/opends/server/types/AttributeBuilder.java opends/src/server/org/opends/server/types/AuthenticationInfo.java opends/src/server/org/opends/server/util/LDIFReader.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendAddOperation.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendBindOperation.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendCompareOperation.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendDeleteOperation.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendModifyDNOperation.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendModifyOperation.java opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendSearchOperation.java opends/src/server/org/opends/server/workflowelement/ndb/NDBBindOperation.java opends/src/server/org/opends/server/workflowelement/ndb/NDBSearchOperation.java opends/src/snmp/src/org/opends/server/snmp/SNMPConnectionHandler.java opends/tests/staf-tests/functional-tests/shared/data/core/ldifs/core_test_1K.ldif opends/tests/staf-tests/functional-tests/shared/data/privileges/addmozobj.ldif opends/tests/staf-tests/functional-tests/shared/data/schema/solaris/solaris.ldif opends/tests/staf-tests/functional-tests/testcases/core/binaryattr/core_binaryattr.xml opends/tests/staf-tests/functional-tests/testcases/core/controls/core_ctrls_assertion.xml opends/tests/staf-tests/functional-tests/testcases/core/controls/core_ctrls_authorization_id.xml opends/tests/staf-tests/functional-tests/testcases/core/controls/core_ctrls_matched_values.xml opends/tests/staf-tests/functional-tests/testcases/core/controls/core_ctrls_password_policy.xml opends/tests/staf-tests/functional-tests/testcases/core/core.xml opends/tests/staf-tests/functional-tests/testcases/core/core_entry_cache.xml opends/tests/staf-tests/functional-tests/testcases/core/core_search_sizelimit.xml opends/tests/staf-tests/functional-tests/testcases/core/core_search_timelimit.xml opends/tests/staf-tests/functional-tests/testcases/core/core_version_report.xml opends/tests/staf-tests/functional-tests/testcases/core/filters/core_all_filters_noindex.xml opends/tests/staf-tests/functional-tests/testcases/core/filters/core_tf_filters.xml opends/tests/staf-tests/functional-tests/testcases/dsml/dsml.xml opends/tests/staf-tests/functional-tests/testcases/dsml/dsml_cleanup.xml opends/tests/staf-tests/functional-tests/testcases/dsml/dsml_setup.xml opends/tests/staf-tests/functional-tests/testcases/dsml/dsml_test.xml opends/tests/staf-tests/functional-tests/testcases/security/account_activation/security_account_expiration.xml opends/tests/staf-tests/functional-tests/testcases/snmp/snmp_status.xml opends/tests/staf-tests/functional-tests/testcases/tasks/backup_db.xml opends/tests/staf-tests/functional-tests/testcases/virtualAttributes/virtualAttributes.xml opends/tests/staf-tests/functional-tests/testcases/virtualAttributes/virtualAttributes_cos.xml opends/tests/staf-tests/shared/ant/build.properties opends/tests/staf-tests/shared/ant/build.xml opends/tests/staf-tests/shared/ant/tests.xml opends/tests/staf-tests/shared/functions/environment.xml opends/tests/staf-tests/shared/functions/tools.xml opends/tests/staf-tests/shared/functions/topology.xml opends/tests/staf-tests/shared/functions/utils.xml opends/tests/staf-tests/shared/python/common.py opends/tests/staf-tests/shared/tests/config.py.stubs opends/tests/staf-tests/shared/tests/runTestJob.xml opends/tests/staf-tests/stress-tests/shared/data/ldap_operation/ldap_operation_start.ldif opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_bin_attr.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_bin_attr_1m.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_bin_attr_3m.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_cleanup.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_large_import_buffer.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_low_index_entry_limit.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_many_indexes.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_many_thrds.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_out-of-box.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_setup.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_tasks_bin_attr.xml opends/tests/staf-tests/stress-tests/testcases/import_ldif/import_ldif_tasks_bin_attr_with_load.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldap_operation.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldap_operation_cleanup.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldap_operation_setup.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldclt_add_delete.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldclt_compare.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldclt_modify.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldclt_modifyrdn.xml opends/tests/staf-tests/stress-tests/testcases/ldap_operation/ldclt_search.xml opends/tests/staf-tests/stress-tests/testcases/quickstart/quickstart.xml opends/tests/staf-tests/system-tests/phases/shared/java/addAnEntry.class (deleted) opends/tests/staf-tests/system-tests/phases/shared/java/modifyAnAttribute.class (deleted) opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java opends/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/MockClientConnection.java opends/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/NetworkGroupTest.java opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/InternalClientConnectionTestCase.java opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/InternalConnectionHandlerTestCase.java opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/TestLDAPConnectionHandler.java