Checkpoint commit for OPENDJ-1288 :
Migrate I18n and logging support to i18n framework and SLF4J
* First step for simplification of logging levels, in order to keep only ERROR,
WARN, NOTE, INFO and DEBUG
** Update Severity class
** Remove references to levels to delete in classes, message properties
files, xml configuration files and config.ldif
| | |
| | | ds-cfg-enabled: true |
| | | ds-cfg-log-file: logs/errors |
| | | ds-cfg-log-file-permissions: 640 |
| | | ds-cfg-default-severity: severe-warning |
| | | ds-cfg-default-severity: severe-error |
| | | ds-cfg-default-severity: fatal-error |
| | | ds-cfg-default-severity: warning |
| | | ds-cfg-default-severity: error |
| | | ds-cfg-default-severity: notice |
| | | ds-cfg-asynchronous: false |
| | | ds-cfg-rotation-policy: cn=7 Days Time Limit Rotation Policy,cn=Log Rotation Policies,cn=config |
| | |
| | | ! |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions copyright 2013 ForgeRock AS |
| | | ! Portions copyright 2013-2014 ForgeRock AS |
| | | ! --> |
| | | <adm:managed-object name="error-log-publisher" |
| | | plural-name="error-log-publishers" |
| | |
| | | </adm:synopsis> |
| | | <adm:default-behavior> |
| | | <adm:defined> |
| | | <adm:value>fatal-error</adm:value> |
| | | <adm:value>severe-warning</adm:value> |
| | | <adm:value>severe-error</adm:value> |
| | | <adm:value>error</adm:value> |
| | | <adm:value>warning</adm:value> |
| | | </adm:defined> |
| | | </adm:default-behavior> |
| | | <adm:syntax> |
| | |
| | | category. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="fatal-error"> |
| | | <adm:value name="error"> |
| | | <adm:synopsis> |
| | | The error log severity that is used for messages that |
| | | provide information about fatal errors which may force the |
| | | provide information about errors which may force the |
| | | server to shut down or operate in a significantly degraded |
| | | state. |
| | | </adm:synopsis> |
| | |
| | | server that are not warnings or errors. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="mild-error"> |
| | | <adm:value name="warning"> |
| | | <adm:synopsis> |
| | | The error log severity that is used for messages that |
| | | provide information about mild (recoverable) errors |
| | | encountered during processing. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="mild-warning"> |
| | | <adm:synopsis> |
| | | The error log severity that is used for messages that |
| | | provide information about mild warnings triggered during |
| | | provide information about warnings triggered during |
| | | processing. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | |
| | | warning or error condition). |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="severe-error"> |
| | | <adm:synopsis> |
| | | The error log severity that is used for messages that |
| | | provide information about severe errors encountered during |
| | | processing. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="severe-warning"> |
| | | <adm:synopsis> |
| | | The error log severity that is used for messages that |
| | | provide information about severe warnings triggered during |
| | | processing. |
| | | </adm:synopsis> |
| | | </adm:value> |
| | | <adm:value name="debug"> |
| | | <adm:synopsis> |
| | | The error log severity that is used for messages that |
| | |
| | | <adm:description> |
| | | Each override severity level should include the category and the |
| | | severity levels to log for that category, for example, |
| | | core=mild-error,info,mild-warning. Valid categories are: core, |
| | | core=error,info,warning. Valid categories are: core, |
| | | extensions, protocol, config, log, util, schema, plugin, jeb, |
| | | backend, tools, task, access-control, admin, sync, version, |
| | | quicksetup, admin-tool, dsconfig, user-defined. Valid severities |
| | | are: all, fatal-error, info, mild-error, mild-warning, notice, |
| | | severe-error, severe-warning, debug. |
| | | are: all, error, info, warning, notice, debug. |
| | | </adm:description> |
| | | <adm:default-behavior> |
| | | <adm:alias> |
| | |
| | | property.default-severity.synopsis=Specifies the default severity levels for the logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about warnings triggered during processing. |
| | | property.enabled.synopsis=Indicates whether the Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the Error Log Publisher implementation. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |
| | |
| | | property.default-severity.synopsis=Gibt den standard Gewichtungslevel (Loglevel) f\u00fcr den Logger an. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Nachrichten mit jeglicher Gewichtung werden geloggt. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=Die Fehler Log Gewichtung (Severity) welche bei Debug Informationsnachrichten benutzt wird falls diese auftreten. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei Schwerwiegenden Fehlernachrichten benutzt wird, welche den Server zwingen k\u00f6nnen herunterzufahren oder in einem sehr angeschlagenen zustand zu laufen. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei Schwerwiegenden Fehlernachrichten benutzt wird, welche den Server zwingen k\u00f6nnen herunterzufahren oder in einem sehr angeschlagenen zustand zu laufen. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=Die Fehler Log Gewichtung (Severity) welche bei wichtigen Vorg\u00e4ngen benutzt wird die keine Warnungen oder Fehler sind. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei leichten Fehlern, welche vom Server ausgeglichen werden k\u00f6nnen, falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=Die Fehler Log Gewichtung (Severity) welche bei leichten Warnungen benutzt wird, falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=Die Fehler Log Gewichtung (Severity) welche bei leichten Warnungen benutzt wird, falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=Keine Nachrichten jeglicher Fehler Log Gewichtung (Severity) werden standardm\u00e4ssig geloggt. Dieser Wert soll in Verbindung mit der override-severity Eigenschaft benutzt werden. Er definiert einen Fehler Nachrichten Schreiber (error logger) welcher nur nachrichten einer bestimmten Kategorie schreibt. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=Die Fehler Log Gewichtung (Severity) die f\u00fcr sehr sehr Wichtige Informationsnachrichten benutzt wird. Zum Beispiel Informationen die eigentlich immer geloggt werden sollen aber weder Fehler noch Warnungen sind. |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei schwerwiegenden Fehlern benutzt wird falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=Die Fehler Log Gewichtung (Severity) welche bei schwerwiegenden Warnungen benutzt wird falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.enabled.synopsis=Gibt an, ob der Fehlerprotokoll-Schreiber zur Benutztung aktiviert ist. |
| | | property.java-class.synopsis=Vollqualifizierter Name der Java Klasse welche Fehlerprotokoll-schreiber implementiert. |
| | | property.override-severity.synopsis=Gibt die \u00fcberschreibenden Log Gewichtungslevel (Severity levels) auf basis einer Kategorie von Nachrichten. |
| | | property.override-severity.description=Jeder \u00fcberschreibende Log Gewichtungslevel (Severity level) sollte Kategorie und dessen Log Gewichtungslevel beinhalten der geloggt werden soll. Zum Beispiel core=mild-error,info,mild-warning. G\u00fcltige Kategorien sind: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. G\u00fcltige Gewichtungslevel sind: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Jeder \u00fcberschreibende Log Gewichtungslevel (Severity level) sollte Kategorie und dessen Log Gewichtungslevel beinhalten der geloggt werden soll. Zum Beispiel core=error,info,warning. G\u00fcltige Kategorien sind: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. G\u00fcltige Gewichtungslevel sind: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=Jede Nachricht mit standard Gewichtungslevel werden geloggt. |
| | | property.override-severity.syntax.string.pattern.synopsis=Ein String mit der Auspr\u00e4gung category=severity1,severity2... |
| | |
| | | property.default-severity.synopsis=Especifica el nivel de gravedad predeterminado del registro. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Se registran los mensajes con todos los niveles de gravedad. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n de depuraci\u00f3n generada durante el procesamiento. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre errores graves que pueden provocar que se cierre el servidor o que \u00e9ste funcione con un rendimiento considerablemente menor. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre errores graves que pueden provocar que se cierre el servidor o que \u00e9ste funcione con un rendimiento considerablemente menor. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n acerca de los eventos significativos del servidor que no sean advertencias o errores. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre los errores leves (recuperables) detectados durante el procesamiento. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre las advertencias leves que se producen durante el procesamiento. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre las advertencias leves que se producen durante el procesamiento. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No se registra de forma predeterminada ning\u00fan mensaje con ning\u00fan nivel de gravedad. Este valor se suele utilizar junto con la propiedad "override-severity" para definir un registro de errores que no publicar\u00e1 ning\u00fan mensajes de error, excepto aquellos de la categor\u00eda especificada. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes de car\u00e1cter informativo m\u00e1s importantes (por ejemplo, la informaci\u00f3n que debe registrarse siempre, pero que no est\u00e1 asociada a ninguna condici\u00f3n de advertencia o error). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre los errores graves detectados durante el procesamiento. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=El nivel de gravedad del registro de errores utilizado para los mensajes que proporcionan informaci\u00f3n sobre las advertencias graves que se producen durante el procesamiento. |
| | | property.enabled.synopsis=Indica si el editor del registro de errores se ha habilitado para su uso. |
| | | property.java-class.synopsis=El nombre completo de la clase de Java que proporciona la implementaci\u00f3n del editor del registro de errores. |
| | | property.override-severity.synopsis=Especifica los niveles del gravedad de anulaci\u00f3n del registrador en funci\u00f3n de la categor\u00eda de los mensajes. |
| | | property.override-severity.description=Cada nivel de gravedad de anulaci\u00f3n debe incluir la categor\u00eda y los niveles de gravedad que se registrar\u00e1n para \u00e9sta como, por ejemplo, "core=mild-error,info,mild-warning". Entre las categor\u00edas v\u00e1lidas, se encuentran core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Entre los niveles de gravedad v\u00e1lidos, se incluyen: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Cada nivel de gravedad de anulaci\u00f3n debe incluir la categor\u00eda y los niveles de gravedad que se registrar\u00e1n para \u00e9sta como, por ejemplo, "core=error,info,warning". Entre las categor\u00edas v\u00e1lidas, se encuentran core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Entre los niveles de gravedad v\u00e1lidos, se incluyen: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=Se registrar\u00e1n todos los mensajes con los niveles de gravedad predeterminados. |
| | | property.override-severity.syntax.string.pattern.synopsis=Una cadena con el formato: categor\u00eda=gravedad1,gravedad2... |
| | |
| | | property.default-severity.synopsis=Sp\u00e9cifie les niveaux de gravit\u00e9 par d\u00e9faut du journal. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Les messages de tous les niveaux de gravit\u00e9 sont journalis\u00e9s. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=La gravit\u00e9 du journal d'erreur utilis\u00e9e pour les messages qui fournissent des informations de d\u00e9bogage d\u00e9clench\u00e9es durant le traitement. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=La gravit\u00e9 du journal d'erreur utilis\u00e9 pour les messages qui fournissent des informations concernant des erreurs fatales qui peuvent forcer le serveur \u00e0 fermer ou \u00e0 op\u00e9rer en un \u00e9tat consid\u00e9rablement d\u00e9grad\u00e9. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=La gravit\u00e9 du journal d'erreur utilis\u00e9 pour les messages qui fournissent des informations concernant des erreurs fatales qui peuvent forcer le serveur \u00e0 fermer ou \u00e0 op\u00e9rer en un \u00e9tat consid\u00e9rablement d\u00e9grad\u00e9. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages qui fournissent des informations concernant des \u00e9v\u00e8nements significatifs dans le serveur qui ne sont ni des avertissements, ni des erreurs. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages qui fournissent des informations concernant des erreurs moyennes (r\u00e9cup\u00e9rables) rencontr\u00e9es lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages qui fournissent des informations concernant des avertissements d\u00e9clench\u00e9s durant le traitement. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages qui fournissent des informations concernant des avertissements d\u00e9clench\u00e9s durant le traitement. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=Aucun message d'un niveau quelconque de gravit\u00e9 n'est journalis\u00e9 par d\u00e9faut. Cette valeur est pr\u00e9vue pour \u00eatre utilis\u00e9e en conjonction avec la propri\u00e9t\u00e9 d'ignorement de gravit\u00e9 pour d\u00e9finir un journal d'erreur qui ne publie pas de message d'erreur, en plus des erreurs d'une cat\u00e9gorie donn\u00e9e. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages d'informations les plus importants (par exemple, les informations qui doivent presque toujours \u00eatre journalis\u00e9es mais qui ne sont pas associ\u00e9es \u00e0 une condition d'avertissement ou d'erreur). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages qui fournissent des informations concernant des erreurs graves rencontr\u00e9es lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=La gravit\u00e9 du journal d'erreur qui est utilis\u00e9e pour les messages qui fournissent des informations concernant des avertissements graves d\u00e9clench\u00e9s durant le traitement. |
| | | property.enabled.synopsis=Indique si l'\u00e9diteur de journal d'erreurs est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Le nom complet de la classe Java qui fournit l'impl\u00e9mentation de l'\u00e9diteur du journal d'erreurs. |
| | | property.override-severity.synopsis=Sp\u00e9cifie les niveaux de gravit\u00e9 \u00e0 ignorer pour le journal, bas\u00e9s sur la cat\u00e9gorie de messages. |
| | | property.override-severity.description=Chaque niveau de gravit\u00e9 \u00e0 ignorer doit inclure la cat\u00e9gorie et les niveaux de gravit\u00e9 \u00e0 journaliser pour cette cat\u00e9gorie, par exemple, core=mild-error,info,mild-warning. Les cat\u00e9gories valides sont\u00a0: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Les gravit\u00e9s valides sont\u00a0: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Chaque niveau de gravit\u00e9 \u00e0 ignorer doit inclure la cat\u00e9gorie et les niveaux de gravit\u00e9 \u00e0 journaliser pour cette cat\u00e9gorie, par exemple, core=error,info,warning. Les cat\u00e9gories valides sont\u00a0: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Les gravit\u00e9s valides sont\u00a0: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=Tous les messages ayant des niveaux de gravit\u00e9 par d\u00e9faut sont journalis\u00e9s. |
| | | property.override-severity.syntax.string.pattern.synopsis=Une cha\u00eene prenant la forme de category=severity1,severity2... |
| | |
| | | property.default-severity.synopsis=\u30ed\u30ac\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u91cd\u8981\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=\u3059\u3079\u3066\u306e\u91cd\u8981\u5ea6\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3057\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u30c7\u30d0\u30c3\u30b0\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u3068\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u5f37\u5236\u7684\u306b\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3055\u308c\u305f\u308a\u3001\u52d5\u4f5c\u6642\u306e\u6a5f\u80fd\u304c\u8457\u3057\u304f\u4f4e\u4e0b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u3068\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u5f37\u5236\u7684\u306b\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3055\u308c\u305f\u308a\u3001\u52d5\u4f5c\u6642\u306e\u6a5f\u80fd\u304c\u8457\u3057\u304f\u4f4e\u4e0b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=\u8b66\u544a\u307e\u305f\u306f\u30a8\u30e9\u30fc\u3092\u9664\u304f\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u91cd\u8981\u30a4\u30d9\u30f3\u30c8\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=\u51e6\u7406\u4e2d\u306b\u767a\u751f\u3057\u305f\u81f4\u547d\u7684\u3067\u306a\u3044\u56de\u5fa9\u53ef\u80fd\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u3057\u305f\u81f4\u547d\u7684\u3067\u306a\u3044\u8b66\u544a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u3057\u305f\u81f4\u547d\u7684\u3067\u306a\u3044\u8b66\u544a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u3001\u3069\u306e\u91cd\u8981\u5ea6\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u30ed\u30b0\u306b\u8a18\u9332\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u5024\u306f\u3001override-severity \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u3001\u6240\u5b9a\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u30a8\u30e9\u30fc\u4ee5\u5916\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u767a\u884c\u3057\u306a\u3044\u30a8\u30e9\u30fc\u30ed\u30ac\u30fc\u3092\u5b9a\u7fa9\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=\u8b66\u544a\u307e\u305f\u306f\u30a8\u30e9\u30fc\u72b6\u614b\u306b\u95a2\u4fc2\u3057\u306a\u3044\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u3001\u901a\u5e38\u30ed\u30b0\u306b\u8a18\u9332\u3055\u308c\u308b\u60c5\u5831\u306a\u3069\u3001\u307b\u3068\u3093\u3069\u306e\u91cd\u8981\u60c5\u5831\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=\u51e6\u7406\u4e2d\u306b\u767a\u751f\u3057\u305f\u91cd\u5927\u306a\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u3057\u305f\u91cd\u5927\u306a\u8b66\u544a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.enabled.synopsis=\u30a8\u30e9\u30fc\u30ed\u30b0\u30d1\u30d6\u30ea\u30c3\u30b7\u30e3\u30fc\u304c\u4f7f\u7528\u53ef\u80fd\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002 |
| | | property.java-class.synopsis=\u30a8\u30e9\u30fc\u30ed\u30b0\u30d1\u30d6\u30ea\u30c3\u30b7\u30e3\u30fc\u306e\u5b9f\u88c5\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002 |
| | | property.override-severity.synopsis=\u30e1\u30c3\u30bb\u30fc\u30b8\u30ab\u30c6\u30b4\u30ea\u306b\u57fa\u3065\u304f\u30ed\u30ac\u30fc\u306e\u512a\u5148\u6307\u5b9a\u91cd\u8981\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | property.override-severity.description=\u512a\u5148\u6307\u5b9a\u91cd\u8981\u5ea6\u306b\u306f\u305d\u308c\u305e\u308c\u3001\u30ab\u30c6\u30b4\u30ea\u3068\u3001\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3059\u308b\u5834\u5408\u306e\u91cd\u8981\u5ea6\u3092\u542b\u3081\u308b\u3079\u304d\u3067\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u300ccore=mild-error,info,mild-warning\u300d\u306e\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059\u3002\u6709\u52b9\u306a\u30ab\u30c6\u30b4\u30ea\u306f\u3001core\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined \u3067\u3059\u3002\u6709\u52b9\u306a\u91cd\u8981\u5ea6\u306f all\u3001fatal-error\u3001info\u3001mild-error\u3001mild-warning\u3001notice\u3001severe-error\u3001severe-warning\u3001debug \u3067\u3059\u3002 |
| | | property.override-severity.description=\u512a\u5148\u6307\u5b9a\u91cd\u8981\u5ea6\u306b\u306f\u305d\u308c\u305e\u308c\u3001\u30ab\u30c6\u30b4\u30ea\u3068\u3001\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3059\u308b\u5834\u5408\u306e\u91cd\u8981\u5ea6\u3092\u542b\u3081\u308b\u3079\u304d\u3067\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u300ccore=error,info,warning\u300d\u306e\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059\u3002\u6709\u52b9\u306a\u30ab\u30c6\u30b4\u30ea\u306f\u3001core\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined \u3067\u3059\u3002\u6709\u52b9\u306a\u91cd\u8981\u5ea6\u306f all\u3001error\u3001info\u3001warning\u3001notice\u3001debug \u3067\u3059\u3002 |
| | | property.override-severity.default-behavior.alias.synopsis=\u30c7\u30d5\u30a9\u30eb\u30c8\u91cd\u8981\u5ea6\u3092\u6301\u3064\u3059\u3079\u3066\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u306b\u8a18\u9332\u3055\u308c\u307e\u3059\u3002 |
| | | property.override-severity.syntax.string.pattern.synopsis=category=severity1,severity2... \u5f62\u5f0f\u306e\u6587\u5b57\u5217\u3002 |
| | |
| | | property.default-severity.synopsis=Specifies the default severity levels for the logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
| | | property.enabled.synopsis=Indicates whether the Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the Error Log Publisher implementation. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |
| | |
| | | property.default-severity.synopsis=\u6307\u5b9a\u8bb0\u5f55\u7a0b\u5e8f\u7684\u9ed8\u8ba4\u4e25\u91cd\u6027\u7ea7\u522b\u3002 |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=\u5c06\u8bb0\u5f55\u6240\u6709\u4e25\u91cd\u6027\u7ea7\u522b\u7684\u6d88\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u8c03\u8bd5\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u81f4\u547d\u9519\u8bef\uff08\u53ef\u80fd\u5f3a\u5236\u670d\u52a1\u5668\u5173\u95ed\u6216\u4ee5\u663e\u8457\u964d\u7ea7\u7684\u72b6\u6001\u8fd0\u884c\uff09\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u81f4\u547d\u9519\u8bef\uff08\u53ef\u80fd\u5f3a\u5236\u670d\u52a1\u5668\u5173\u95ed\u6216\u4ee5\u663e\u8457\u964d\u7ea7\u7684\u72b6\u6001\u8fd0\u884c\uff09\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u670d\u52a1\u5668\u5185\u91cd\u5927\u4e8b\u4ef6\uff08\u975e\u8b66\u544a\u6216\u9519\u8bef\uff09\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u53d1\u751f\u7684\u4e0d\u4e25\u91cd\uff08\u53ef\u6062\u590d\uff09\u9519\u8bef\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u4e0d\u4e25\u91cd\u8b66\u544a\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u4e0d\u4e25\u91cd\u8b66\u544a\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u4e0d\u4f1a\u8bb0\u5f55\u4efb\u4f55\u4e25\u91cd\u6027\u7ea7\u522b\u7684\u6d88\u606f\u3002\u6b64\u503c\u65e8\u5728\u4e0e override-severity \u5c5e\u6027\u7ed3\u5408\u4f7f\u7528\uff0c\u4ee5\u5b9a\u4e49\u9664\u53d1\u5e03\u6307\u5b9a\u7c7b\u522b\u7684\u9519\u8bef\u5916\u4e0d\u4f1a\u53d1\u5e03\u4efb\u4f55\u9519\u8bef\u6d88\u606f\u7684\u9519\u8bef\u8bb0\u5f55\u7a0b\u5e8f\u3002 |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=\u7528\u4e8e\u6700\u91cd\u8981\u7684\u4fe1\u606f\u6027\u6d88\u606f\uff08\u5373\uff0c\u51e0\u4e4e\u5e94\u59cb\u7ec8\u8bb0\u5f55\u4f46\u4e0e\u8b66\u544a\u6216\u9519\u8bef\u6761\u4ef6\u65e0\u5173\u7684\u4fe1\u606f\uff09\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u53d1\u751f\u7684\u4e25\u91cd\u9519\u8bef\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u4e25\u91cd\u8b66\u544a\u7684\u4fe1\u606f\u3002 |
| | | property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528\u9519\u8bef\u65e5\u5fd7\u53d1\u5e03\u5668\u4ee5\u8fdb\u884c\u4f7f\u7528\u3002 |
| | | property.java-class.synopsis=\u63d0\u4f9b\u9519\u8bef\u65e5\u5fd7\u53d1\u5e03\u5668\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u3002 |
| | | property.override-severity.synopsis=\u6839\u636e\u6d88\u606f\u7c7b\u522b\uff0c\u6307\u5b9a\u8bb0\u5f55\u7a0b\u5e8f\u7684\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u3002 |
| | | property.override-severity.description=\u6bcf\u4e2a\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u90fd\u5e94\u5305\u62ec\u7c7b\u522b\u53ca\u8981\u4e3a\u8be5\u7c7b\u522b\u8bb0\u5f55\u7684\u4e25\u91cd\u6027\u7ea7\u522b\uff0c\u4f8b\u5982\uff0ccore=mild-error,info,mild-warning\u3002\u6709\u6548\u7684\u7c7b\u522b\u5305\u62ec\uff1acore\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined\u3002\u6709\u6548\u7684\u4e25\u91cd\u6027\u5305\u62ec\uff1aall\u3001fatal-error\u3001info\u3001mild-error\u3001mild-warning\u3001notice\u3001severe-error\u3001severe-warning\u3001debug\u3002 |
| | | property.override-severity.description=\u6bcf\u4e2a\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u90fd\u5e94\u5305\u62ec\u7c7b\u522b\u53ca\u8981\u4e3a\u8be5\u7c7b\u522b\u8bb0\u5f55\u7684\u4e25\u91cd\u6027\u7ea7\u522b\uff0c\u4f8b\u5982\uff0ccore=error,info,warning\u3002\u6709\u6548\u7684\u7c7b\u522b\u5305\u62ec\uff1acore\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined\u3002\u6709\u6548\u7684\u4e25\u91cd\u6027\u5305\u62ec\uff1aall\u3001error\u3001info\u3001warning\u3001notice\u3001debug\u3002 |
| | | property.override-severity.default-behavior.alias.synopsis=\u5c06\u8bb0\u5f55\u5177\u6709\u9ed8\u8ba4\u4e25\u91cd\u6027\u7ea7\u522b\u7684\u6240\u6709\u6d88\u606f\u3002 |
| | | property.override-severity.syntax.string.pattern.synopsis=\u683c\u5f0f\u4e3a category=severity1,severity2... \u7684\u5b57\u7b26\u4e32\u3002 |
| | |
| | | property.default-severity.synopsis=Specifies the default severity levels for the logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
| | | property.enabled.synopsis=Indicates whether the Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the Error Log Publisher implementation. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |
| | |
| | | property.default-severity.synopsis=Specifies the default severity levels for the logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about warnings triggered during processing. |
| | | property.enabled.synopsis=Indicates whether the File Based Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Error Log Publisher implementation. |
| | | property.log-file.synopsis=The file name to use for the log files generated by the File Based Error Log Publisher . |
| | |
| | | property.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based Error Log Publisher . |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |
| | | property.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue. |
| | |
| | | property.default-severity.synopsis=Gibt den standard Gewichtungslevel (Loglevel) f\u00fcr den Logger an. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Nachrichten mit jeglicher Gewichtung werden geloggt. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=Die Fehler Log Gewichtung (Severity) welche bei Debug Informationsnachrichten benutzt wird falls diese auftreten. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei Schwerwiegenden Fehlernachrichten benutzt wird, welche den Server zwingen k\u00f6nnen herunterzufahren oder in einem sehr angeschlagenen zustand zu laufen. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei Schwerwiegenden Fehlernachrichten benutzt wird, welche den Server zwingen k\u00f6nnen herunterzufahren oder in einem sehr angeschlagenen zustand zu laufen. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=Die Fehler Log Gewichtung (Severity) welche bei wichtigen Vorg\u00e4ngen benutzt wird die keine Warnungen oder Fehler sind. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei leichten Fehlern, welche vom Server ausgeglichen werden k\u00f6nnen, falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=Die Fehler Log Gewichtung (Severity) welche bei leichten Warnungen benutzt wird, falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=Die Fehler Log Gewichtung (Severity) welche bei leichten Warnungen benutzt wird, falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=Keine Nachrichten jeglicher Fehler Log Gewichtung (Severity) werden standardm\u00e4ssig geloggt. Dieser Wert soll in Verbindung mit der override-severity Eigenschaft benutzt werden. Er definiert einen Fehler Nachrichten Schreiber (error logger) welcher nur nachrichten einer bestimmten Kategorie schreibt. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=Die Fehler Log Gewichtung (Severity) die f\u00fcr sehr sehr Wichtige Informationsnachrichten benutzt wird. Zum Beispiel Informationen die eigentlich immer geloggt werden sollen aber weder Fehler noch Warnungen sind. |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=Die Fehler Log Gewichtung (Severity) welche bei schwerwiegenden Fehlern benutzt wird falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=Die Fehler Log Gewichtung (Severity) welche bei schwerwiegenden Warnungen benutzt wird falls diese w\u00e4hrend der Laufzeit auftreten. |
| | | property.enabled.synopsis=Gibt an, ob der dateigest\u00fctzte Fehlerprotokoll-schreiber aktiviert ist. |
| | | property.java-class.synopsis=Der vollqualifizierte Name der Java-Klasse, die den dateigest\u00fctzten Fehlerprotokoll-schreiber implementiert. |
| | | property.log-file.synopsis=Der Dateiname, der f\u00fcr die vom dateigest\u00fctzten Fehlerprotokoll-schreiber generierten Protokolldateien verwendet wird. |
| | |
| | | property.log-file-permissions.synopsis=Die UNIX-Berechtigungen der Protokolldateien, die von diesem dateigest\u00fctzten Fehlerprotokoll-schreiber erstellt werden. |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=Ein g\u00fcltiger UNIX mode String. Der mode String muss 3 Zahlen zwischen Null und Sieben beinhalten. |
| | | property.override-severity.synopsis=Gibt die \u00fcberschreibenden Log Gewichtungslevel (Severity levels) auf basis einer Kategorie von Nachrichten. |
| | | property.override-severity.description=Jeder \u00fcberschreibende Log Gewichtungslevel (Severity level) sollte Kategorie und dessen Log Gewichtungslevel beinhalten der geloggt werden soll. Zum Beispiel core=mild-error,info,mild-warning. G\u00fcltige Kategorien sind: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. G\u00fcltige Gewichtungslevel sind: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Jeder \u00fcberschreibende Log Gewichtungslevel (Severity level) sollte Kategorie und dessen Log Gewichtungslevel beinhalten der geloggt werden soll. Zum Beispiel core=error,info,warning. G\u00fcltige Kategorien sind: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. G\u00fcltige Gewichtungslevel sind: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=Jede Nachricht mit standard Gewichtungslevel werden geloggt. |
| | | property.override-severity.syntax.string.pattern.synopsis=Ein String mit der Auspr\u00e4gung category=severity1,severity2... |
| | | property.queue-size.synopsis=Die maximale Anzahl an Log Eintr\u00e4gen welche in einer asynchronen queue gespeichert werden k\u00f6nnen. |
| | |
| | | property.default-severity.synopsis=Especifica los niveles de seguridad predeterminados para el registrador. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Se registran mensajes de niveles de gravedad de todo tipo. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=La gravedad del registro de errores que se emplea para los mensajes proporciona informaci\u00f3n de depuraci\u00f3n desencadenada durante el proceso. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre errores graves puede forzar el cierre del servidor o su funcionamiento en un estado significativamente degradado. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre errores graves puede forzar el cierre del servidor o su funcionamiento en un estado significativamente degradado. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre eventos significativos dentro del servidor que no son advertencias ni errores. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre errores leves (recuperables) detectados durante el proceso. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre advertencias leves desencadenadas durante el proceso. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre advertencias leves desencadenadas durante el proceso. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No se registran mensajes de ning\u00fan tipo de gravedad de forma predeterminada. Este valor est\u00e1 dise\u00f1ado para su uso junto con la propiedad de gravedad de anulaci\u00f3n con el fin de definir un registrador de datos que no publique mensajes de error junto a los errores de una determinada categor\u00eda. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=La gravedad del registro de errores que se emplea para los mensajes informativos m\u00e1s importantes (es decir, la informaci\u00f3n que casi siempre debe registrarse, pero no est\u00e1 asociada a condiciones de errores ni a advertencias). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre errores detectados durante el proceso. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=La gravedad del registro de errores que se emplea para los mensajes que proporcionan informaci\u00f3n sobre advertencias graves desencadenadas durante el proceso. |
| | | property.enabled.synopsis=Indica si el editor de registros de errores basado en archivo est\u00e1 habilitado para su uso. |
| | | property.java-class.synopsis=El nombre completo de la clase de Java que proporciona la implementaci\u00f3n del Editor de registro de errores basado en archivo. |
| | | property.log-file.synopsis=El nombre del archivo que deben utilizar los archivos de registro generados por el Editor de registro de errores basado en archivos. |
| | |
| | | property.log-file-permissions.synopsis=Los permisos UNIX de los archivos de registro creados por este Editor de registro de errores basado en archivos. |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=Una cadena modo UNIX v\u00e1lida. La cadena del modo debe contener tres d\u00edgitos entre cero y siete. |
| | | property.override-severity.synopsis=Especifica los niveles de gravedad de anulaci\u00f3n del registrador seg\u00fan la categor\u00eda de los mensajes. |
| | | property.override-severity.description=Cada nivel de gravedad de anulaci\u00f3n debe incluir la categor\u00eda y el nivel de gravedad para registrar dicha categor\u00eda; por ejemplo, core=mild-error,info,mild-warning. Las categor\u00edas v\u00e1lidas son: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Los niveles de gravedad v\u00e1lidos son: tall, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Cada nivel de gravedad de anulaci\u00f3n debe incluir la categor\u00eda y el nivel de gravedad para registrar dicha categor\u00eda; por ejemplo, core=error,info,warning. Las categor\u00edas v\u00e1lidas son: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Los niveles de gravedad v\u00e1lidos son: tall, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=Se registran todos los mensajes con niveles de gravedad predeterminados. |
| | | property.override-severity.syntax.string.pattern.synopsis=Una cadena de tipo category=severity1,severity2... |
| | | property.queue-size.synopsis=El n\u00famero m\u00e1ximo de registros que pueden almacenarse en la cola asincr\u00f3nica. |
| | |
| | | property.default-severity.synopsis=Sp\u00e9cifie les niveaux de gravit\u00e9 par d\u00e9faut pour le logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Des messages de tous niveaux de gravit\u00e9 sont consign\u00e9s. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations de d\u00e9bogage d\u00e9clench\u00e9es lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des erreurs fatales qui peuvent obliger le serveur \u00e0 s'arr\u00eater ou \u00e0 fonctionner dans un \u00e9tat consid\u00e9rablement d\u00e9grad\u00e9. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des erreurs fatales qui peuvent obliger le serveur \u00e0 s'arr\u00eater ou \u00e0 fonctionner dans un \u00e9tat consid\u00e9rablement d\u00e9grad\u00e9. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des \u00e9v\u00e9nements importants au sein du serveur qui ne sont ni des avertissements ni des erreurs. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des erreurs (l\u00e9g\u00e8res) r\u00e9cup\u00e9rables rencontr\u00e9es lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des avertissements l\u00e9gers d\u00e9clench\u00e9s lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des avertissements l\u00e9gers d\u00e9clench\u00e9s lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=Aucun message de gravit\u00e9 n'est consign\u00e9 par d\u00e9faut. Cette valeur doit \u00eatre utilis\u00e9e en conjonction avec la propri\u00e9t\u00e9 de gravit\u00e9 d'ignorance afin de d\u00e9finir un logger d'erreurs qui ne publiera aucun message d'erreur en dehors des erreurs d'une cat\u00e9gorie donn\u00e9e. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages d'information les plus importants (\u00e0 savoir, des informations qui devraient presque toujours \u00eatre consign\u00e9es mais qui ne sont pas associ\u00e9es \u00e0 un avertissement ni \u00e0 une erreur). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des erreurs graves rencontr\u00e9es lors du traitement. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=La gravit\u00e9 du journal d'erreurs utilis\u00e9e pour les messages qui fournissent des informations sur des avertissements graves d\u00e9clench\u00e9s lors du traitement. |
| | | property.enabled.synopsis=Indique si l'\u00e9diteur de journal d'erreurs \u00e0 fichiers est activ\u00e9 pour utilisation. |
| | | property.java-class.synopsis=Le nom complet de la classe Java qui fournit l'impl\u00e9mentation de l'\u00e9diteur de journaul d'erreurs \u00e0 fichiers. |
| | | property.log-file.synopsis=Le nom de fichier \u00e0 utiliser pour les fichiers journaux g\u00e9n\u00e9r\u00e9s par l'\u00e9diteur de journal d'erreurs \u00e0 fichiers. |
| | |
| | | property.log-file-permissions.synopsis=Les autorisations UNIX des fichiers journaux cr\u00e9\u00e9s par cet \u00e9diteur de journal d'erreurs \u00e0 fichiers. |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=Une cha\u00eene de mode UNIX valide. La cha\u00eene de mode doit contenir trois chiffres entre z\u00e9ro et sept. |
| | | property.override-severity.synopsis=Sp\u00e9cifie les niveaux de gravit\u00e9 d'ignorance pour le logger en fonction de la cat\u00e9gorie des messages. |
| | | property.override-severity.description=Chaque niveau de gravit\u00e9 d'ignorance doit inclure la cat\u00e9gorie et les niveaux de gravit\u00e9 \u00e0 consigner pour cette cat\u00e9gorie, par exemple, core=mild-error,info,mild-warning. Les cat\u00e9gories valides sont les suivantes : core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Les gravit\u00e9s valides sont les suivantes : all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Chaque niveau de gravit\u00e9 d'ignorance doit inclure la cat\u00e9gorie et les niveaux de gravit\u00e9 \u00e0 consigner pour cette cat\u00e9gorie, par exemple, core=error,info,warning. Les cat\u00e9gories valides sont les suivantes : core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Les gravit\u00e9s valides sont les suivantes : all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=Tous les messages aux niveaux de gravit\u00e9 par d\u00e9faut sont consign\u00e9s. |
| | | property.override-severity.syntax.string.pattern.synopsis=Une cha\u00eene de la cat\u00e9gorie de forme = gravit\u00e91, gravit\u00e92... |
| | | property.queue-size.synopsis=Nombre maximal d'enregistrements de journal pouvant \u00eatre stock\u00e9s dans la file d'attente asynchrone. |
| | |
| | | property.default-severity.synopsis=\u30ed\u30ac\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u91cd\u8981\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=\u3059\u3079\u3066\u306e\u91cd\u8981\u5ea6\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3057\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u30c7\u30d0\u30c3\u30b0\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u3068\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u5f37\u5236\u7684\u306b\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3055\u308c\u305f\u308a\u3001\u52d5\u4f5c\u6642\u306e\u6a5f\u80fd\u304c\u8457\u3057\u304f\u4f4e\u4e0b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u3068\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u5f37\u5236\u7684\u306b\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3055\u308c\u305f\u308a\u3001\u52d5\u4f5c\u6642\u306e\u6a5f\u80fd\u304c\u8457\u3057\u304f\u4f4e\u4e0b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=\u8b66\u544a\u307e\u305f\u306f\u30a8\u30e9\u30fc\u3092\u9664\u304f\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u91cd\u8981\u30a4\u30d9\u30f3\u30c8\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=\u51e6\u7406\u4e2d\u306b\u767a\u751f\u3057\u305f\u81f4\u547d\u7684\u3067\u306a\u3044\u56de\u5fa9\u53ef\u80fd\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u3057\u305f\u81f4\u547d\u7684\u3067\u306a\u3044\u8b66\u544a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u3057\u305f\u81f4\u547d\u7684\u3067\u306a\u3044\u8b66\u544a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u3001\u3069\u306e\u91cd\u8981\u5ea6\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u30ed\u30b0\u306b\u8a18\u9332\u3055\u308c\u307e\u305b\u3093\u3002\u3053\u306e\u5024\u306f\u3001override-severity \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u3001\u6240\u5b9a\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u30a8\u30e9\u30fc\u4ee5\u5916\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u767a\u884c\u3057\u306a\u3044\u30a8\u30e9\u30fc\u30ed\u30ac\u30fc\u3092\u5b9a\u7fa9\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=\u8b66\u544a\u307e\u305f\u306f\u30a8\u30e9\u30fc\u72b6\u614b\u306b\u95a2\u4fc2\u3057\u306a\u3044\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u3001\u901a\u5e38\u30ed\u30b0\u306b\u8a18\u9332\u3055\u308c\u308b\u60c5\u5831\u306a\u3069\u3001\u307b\u3068\u3093\u3069\u306e\u91cd\u8981\u60c5\u5831\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=\u51e6\u7406\u4e2d\u306b\u767a\u751f\u3057\u305f\u91cd\u5927\u306a\u30a8\u30e9\u30fc\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=\u51e6\u7406\u4e2d\u306b\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u305f\u3057\u305f\u91cd\u5927\u306a\u8b66\u544a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a8\u30e9\u30fc\u30ed\u30b0\u306e\u91cd\u8981\u5ea6\u3002 |
| | | property.enabled.synopsis=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u30a8\u30e9\u30fc\u30ed\u30b0\u30d1\u30d6\u30ea\u30c3\u30b7\u30e3\u30fc\u304c\u4f7f\u7528\u53ef\u80fd\u304b\u3069\u3046\u304b\u3092\u793a\u3057\u307e\u3059\u3002 |
| | | property.java-class.synopsis=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u30a8\u30e9\u30fc\u30ed\u30b0\u30d1\u30d6\u30ea\u30c3\u30b7\u30e3\u30fc\u306e\u5b9f\u88c5\u3092\u63d0\u4f9b\u3059\u308b Java \u30af\u30e9\u30b9\u306e\u5b8c\u5168\u6307\u5b9a\u540d\u3002 |
| | | property.log-file.synopsis=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u30a8\u30e9\u30fc\u30ed\u30b0\u30d1\u30d6\u30ea\u30c3\u30b7\u30e3\u30fc\u306b\u3088\u3063\u3066\u751f\u6210\u3055\u308c\u305f\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u4f7f\u7528\u3055\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u540d\u3002 |
| | |
| | | property.log-file-permissions.synopsis=\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u30a8\u30e9\u30fc\u30ed\u30b0\u30d1\u30d6\u30ea\u30c3\u30b7\u30e3\u30fc\u3067\u4f5c\u6210\u3055\u308c\u305f\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u5bfe\u3059\u308b UNIX \u30a2\u30af\u30bb\u30b9\u6a29\u3002 |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=\u6709\u52b9\u306a UNIX \u30e2\u30fc\u30c9\u6587\u5b57\u5217\u3002\u30e2\u30fc\u30c9\u6587\u5b57\u5217\u306b\u306f\u30010 \uff5e 7 \u306e\u6570\u5b57\u304c 3 \u3064\u542b\u307e\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | property.override-severity.synopsis=\u30e1\u30c3\u30bb\u30fc\u30b8\u30ab\u30c6\u30b4\u30ea\u306b\u57fa\u3065\u304f\u30ed\u30ac\u30fc\u306e\u512a\u5148\u6307\u5b9a\u91cd\u8981\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | property.override-severity.description=\u512a\u5148\u6307\u5b9a\u91cd\u8981\u5ea6\u306b\u306f\u305d\u308c\u305e\u308c\u3001\u30ab\u30c6\u30b4\u30ea\u3068\u3001\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3059\u308b\u5834\u5408\u306e\u91cd\u8981\u5ea6\u3092\u542b\u3081\u308b\u3079\u304d\u3067\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u300ccore=mild-error,info,mild-warning\u300d\u306e\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059\u3002\u6709\u52b9\u306a\u30ab\u30c6\u30b4\u30ea\u306f\u3001core\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined \u3067\u3059\u3002\u6709\u52b9\u306a\u91cd\u8981\u5ea6\u306f all\u3001fatal-error\u3001info\u3001mild-error\u3001mild-warning\u3001notice\u3001severe-error\u3001severe-warning\u3001debug \u3067\u3059\u3002 |
| | | property.override-severity.description=\u512a\u5148\u6307\u5b9a\u91cd\u8981\u5ea6\u306b\u306f\u305d\u308c\u305e\u308c\u3001\u30ab\u30c6\u30b4\u30ea\u3068\u3001\u305d\u306e\u30ab\u30c6\u30b4\u30ea\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3059\u308b\u5834\u5408\u306e\u91cd\u8981\u5ea6\u3092\u542b\u3081\u308b\u3079\u304d\u3067\u3059\u3002\u305f\u3068\u3048\u3070\u3001\u300ccore=error,info,warning\u300d\u306e\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059\u3002\u6709\u52b9\u306a\u30ab\u30c6\u30b4\u30ea\u306f\u3001core\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined \u3067\u3059\u3002\u6709\u52b9\u306a\u91cd\u8981\u5ea6\u306f all\u3001error\u3001info\u3001warning\u3001notice\u3001debug \u3067\u3059\u3002 |
| | | property.override-severity.default-behavior.alias.synopsis=\u30c7\u30d5\u30a9\u30eb\u30c8\u91cd\u8981\u5ea6\u3092\u6301\u3064\u3059\u3079\u3066\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u306b\u8a18\u9332\u3055\u308c\u307e\u3059\u3002 |
| | | property.override-severity.syntax.string.pattern.synopsis=category=severity1,severity2... \u5f62\u5f0f\u306e\u6587\u5b57\u5217\u3002 |
| | | property.queue-size.synopsis=\u975e\u540c\u671f\u30ad\u30e5\u30fc\u306b\u683c\u7d0d\u3067\u304d\u308b\u6700\u5927\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u6570\u3002 |
| | |
| | | property.default-severity.synopsis=Specifies the default severity levels for the logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
| | | property.enabled.synopsis=Indicates whether the File Based Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Error Log Publisher implementation. |
| | | property.log-file.synopsis=The file name to use for the log files generated by the File Based Error Log Publisher . |
| | |
| | | property.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based Error Log Publisher . |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |
| | | property.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue. |
| | |
| | | property.default-severity.synopsis=\u6307\u5b9a\u65e5\u5fd7\u7a0b\u5e8f\u7684\u9ed8\u8ba4\u4e25\u91cd\u6027\u7ea7\u522b\u3002 |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=\u5c06\u8bb0\u5f55\u6240\u6709\u4e25\u91cd\u6027\u7ea7\u522b\u7684\u6d88\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u8c03\u8bd5\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u81f4\u547d\u9519\u8bef\uff08\u53ef\u80fd\u5f3a\u5236\u670d\u52a1\u5668\u5173\u95ed\u6216\u4ee5\u663e\u8457\u964d\u7ea7\u7684\u72b6\u6001\u8fd0\u884c\uff09\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u81f4\u547d\u9519\u8bef\uff08\u53ef\u80fd\u5f3a\u5236\u670d\u52a1\u5668\u5173\u95ed\u6216\u4ee5\u663e\u8457\u964d\u7ea7\u7684\u72b6\u6001\u8fd0\u884c\uff09\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u670d\u52a1\u5668\u5185\u91cd\u5927\u4e8b\u4ef6\uff08\u975e\u8b66\u544a\u6216\u9519\u8bef\uff09\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u53d1\u751f\u7684\u4e0d\u4e25\u91cd\uff08\u53ef\u6062\u590d\uff09\u9519\u8bef\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u4e0d\u4e25\u91cd\u8b66\u544a\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u4e0d\u4e25\u91cd\u8b66\u544a\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u4e0d\u4f1a\u8bb0\u5f55\u4efb\u4f55\u4e25\u91cd\u6027\u7ea7\u522b\u7684\u6d88\u606f\u3002\u6b64\u503c\u65e8\u5728\u4e0e override-severity \u5c5e\u6027\u7ed3\u5408\u4f7f\u7528\uff0c\u4ee5\u5b9a\u4e49\u9664\u53d1\u5e03\u6307\u5b9a\u7c7b\u522b\u7684\u9519\u8bef\u5916\u4e0d\u4f1a\u53d1\u5e03\u4efb\u4f55\u9519\u8bef\u6d88\u606f\u7684\u9519\u8bef\u8bb0\u5f55\u7a0b\u5e8f\u3002 |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=\u7528\u4e8e\u6700\u91cd\u8981\u7684\u4fe1\u606f\u6027\u6d88\u606f\uff08\u5373\uff0c\u51e0\u4e4e\u5e94\u59cb\u7ec8\u8bb0\u5f55\u4f46\u4e0e\u8b66\u544a\u6216\u9519\u8bef\u6761\u4ef6\u65e0\u5173\u7684\u4fe1\u606f\uff09\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u53d1\u751f\u7684\u4e25\u91cd\u9519\u8bef\u7684\u4fe1\u606f\u3002 |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=\u6d88\u606f\u4f7f\u7528\u7684\u9519\u8bef\u65e5\u5fd7\u4e25\u91cd\u6027\uff0c\u8fd9\u4e9b\u6d88\u606f\u7528\u4e8e\u63d0\u4f9b\u5173\u4e8e\u5904\u7406\u671f\u95f4\u6240\u89e6\u53d1\u7684\u4e25\u91cd\u8b66\u544a\u7684\u4fe1\u606f\u3002 |
| | | property.enabled.synopsis=\u6307\u793a\u662f\u5426\u542f\u7528\u57fa\u4e8e\u6587\u4ef6\u7684\u9519\u8bef\u65e5\u5fd7\u53d1\u5e03\u5668\u4ee5\u8fdb\u884c\u4f7f\u7528\u3002 |
| | | property.java-class.synopsis=\u63d0\u4f9b\u57fa\u4e8e\u6587\u4ef6\u7684\u9519\u8bef\u65e5\u5fd7\u53d1\u5e03\u5668\u5b9e\u73b0\u7684 Java \u7c7b\u7684\u5168\u9650\u5b9a\u540d\u3002 |
| | | property.log-file.synopsis=\u57fa\u4e8e\u6587\u4ef6\u7684\u9519\u8bef\u65e5\u5fd7\u53d1\u5e03\u5668\u751f\u6210\u7684\u65e5\u5fd7\u6587\u4ef6\u6240\u4f7f\u7528\u7684\u6587\u4ef6\u540d\u3002 |
| | |
| | | property.log-file-permissions.synopsis=\u6b64\u57fa\u4e8e\u6587\u4ef6\u7684\u9519\u8bef\u65e5\u5fd7\u53d1\u5e03\u5668\u6240\u521b\u5efa\u7684\u65e5\u5fd7\u6587\u4ef6\u7684 UNIX \u6743\u9650\u3002 |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=\u6709\u6548\u7684 UNIX \u6a21\u5f0f\u5b57\u7b26\u4e32\u3002\u6a21\u5f0f\u5b57\u7b26\u4e32\u5fc5\u987b\u5305\u542b\u4ecb\u4e8e\u96f6\u5230\u4e03\u4e4b\u95f4\u7684\u4e09\u4f4d\u6570\u5b57\u3002 |
| | | property.override-severity.synopsis=\u6839\u636e\u6d88\u606f\u7c7b\u522b\uff0c\u6307\u5b9a\u8bb0\u5f55\u7a0b\u5e8f\u7684\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u3002 |
| | | property.override-severity.description=\u6bcf\u4e2a\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u90fd\u5e94\u5305\u62ec\u7c7b\u522b\u53ca\u8981\u4e3a\u8be5\u7c7b\u522b\u8bb0\u5f55\u7684\u4e25\u91cd\u6027\u7ea7\u522b\uff0c\u4f8b\u5982\uff0ccore=mild-error,info,mild-warning\u3002\u6709\u6548\u7684\u7c7b\u522b\u5305\u62ec\uff1acore\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined\u3002\u6709\u6548\u7684\u4e25\u91cd\u6027\u5305\u62ec\uff1aall\u3001fatal-error\u3001info\u3001mild-error\u3001mild-warning\u3001notice\u3001severe-error\u3001severe-warning\u3001debug\u3002 |
| | | property.override-severity.description=\u6bcf\u4e2a\u8986\u76d6\u4e25\u91cd\u6027\u7ea7\u522b\u90fd\u5e94\u5305\u62ec\u7c7b\u522b\u53ca\u8981\u4e3a\u8be5\u7c7b\u522b\u8bb0\u5f55\u7684\u4e25\u91cd\u6027\u7ea7\u522b\uff0c\u4f8b\u5982\uff0ccore=error,info,warning\u3002\u6709\u6548\u7684\u7c7b\u522b\u5305\u62ec\uff1acore\u3001extensions\u3001protocol\u3001config\u3001log\u3001util\u3001schema\u3001plugin\u3001jeb\u3001backend\u3001tools\u3001task\u3001access-control\u3001admin\u3001sync\u3001version\u3001quicksetup\u3001admin-tool\u3001dsconfig\u3001user-defined\u3002\u6709\u6548\u7684\u4e25\u91cd\u6027\u5305\u62ec\uff1aall\u3001error\u3001info\u3001warning\u3001notice\u3001debug\u3002 |
| | | property.override-severity.default-behavior.alias.synopsis=\u5c06\u8bb0\u5f55\u5177\u6709\u9ed8\u8ba4\u4e25\u91cd\u6027\u7ea7\u522b\u7684\u6240\u6709\u6d88\u606f\u3002 |
| | | property.override-severity.syntax.string.pattern.synopsis=\u683c\u5f0f\u4e3a category=severity1,severity2... \u7684\u5b57\u7b26\u4e32\u3002 |
| | | property.queue-size.synopsis=\u5f02\u6b65\u961f\u5217\u4e2d\u53ef\u5b58\u50a8\u7684\u6700\u5927\u65e5\u5fd7\u8bb0\u5f55\u6570\u3002 |
| | |
| | | property.default-severity.synopsis=Specifies the default severity levels for the logger. |
| | | property.default-severity.syntax.enumeration.value.all.synopsis=Messages of all severity levels are logged. |
| | | property.default-severity.syntax.enumeration.value.debug.synopsis=The error log severity that is used for messages that provide debugging information triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.fatal-error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.error.synopsis=The error log severity that is used for messages that provide information about fatal errors which may force the server to shut down or operate in a significantly degraded state. |
| | | property.default-severity.syntax.enumeration.value.info.synopsis=The error log severity that is used for messages that provide information about significant events within the server that are not warnings or errors. |
| | | property.default-severity.syntax.enumeration.value.mild-error.synopsis=The error log severity that is used for messages that provide information about mild (recoverable) errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.mild-warning.synopsis=The error log severity that is used for messages that provide information about mild warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.none.synopsis=No messages of any severity are logged by default. This value is intended to be used in conjunction with the override-severity property to define an error logger that will publish no error message beside the errors of a given category. |
| | | property.default-severity.syntax.enumeration.value.notice.synopsis=The error log severity that is used for the most important informational messages (i.e., information that should almost always be logged but is not associated with a warning or error condition). |
| | | property.default-severity.syntax.enumeration.value.severe-error.synopsis=The error log severity that is used for messages that provide information about severe errors encountered during processing. |
| | | property.default-severity.syntax.enumeration.value.severe-warning.synopsis=The error log severity that is used for messages that provide information about severe warnings triggered during processing. |
| | | property.default-severity.syntax.enumeration.value.warning.synopsis=The error log severity that is used for messages that provide information about warnings triggered during processing. |
| | | property.enabled.synopsis=Indicates whether the File Based Error Log Publisher is enabled for use. |
| | | property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Error Log Publisher implementation. |
| | | property.log-file.synopsis=The file name to use for the log files generated by the File Based Error Log Publisher . |
| | |
| | | property.log-file-permissions.synopsis=The UNIX permissions of the log files created by this File Based Error Log Publisher . |
| | | property.log-file-permissions.syntax.string.pattern.synopsis=A valid UNIX mode string. The mode string must contain three digits between zero and seven. |
| | | property.override-severity.synopsis=Specifies the override severity levels for the logger based on the category of the messages. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=mild-error,info,mild-warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, fatal-error, info, mild-error, mild-warning, notice, severe-error, severe-warning, debug. |
| | | property.override-severity.description=Each override severity level should include the category and the severity levels to log for that category, for example, core=error,info,warning. Valid categories are: core, extensions, protocol, config, log, util, schema, plugin, jeb, backend, tools, task, access-control, admin, sync, version, quicksetup, admin-tool, dsconfig, user-defined. Valid severities are: all, error, info, warning, notice, debug. |
| | | property.override-severity.default-behavior.alias.synopsis=All messages with the default severity levels are logged. |
| | | property.override-severity.syntax.string.pattern.synopsis=A string in the form category=severity1,severity2... |
| | | property.queue-size.synopsis=The maximum number of log records that can be stored in the asynchronous queue. |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=The provided string "%s" could \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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=The provided Access \ |
| | | ERR_ACI_SYNTAX_BIND_RULE_MISSING_CLOSE_PAREN_6=The provided Access \ |
| | | Control Instruction (ACI) bind rule value "%s" is invalid because it is \ |
| | | missing a close parenthesis that corresponded to the initial open parenthesis |
| | | MILD_ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=The provided Access Control \ |
| | | ERR_ACI_SYNTAX_INVALID_BIND_RULE_SYNTAX_7=The provided Access Control \ |
| | | Instruction (ACI) bind rule value "%s" is invalid. 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_GROUPDN_EXPRESSION_16=The provided Access \ |
| | | 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 \ |
| | | 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_INVALID_IP_EXPRESSION_21=The provided Access Control \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 targattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=The provided Access \ |
| | | 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_INVALID_TARGET_DUPLICATE_KEYWORDS_37=The provided \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 [|| attribute2] ... \ |
| | | [|| attributeN]. Attribute options are not supported |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=The provided \ |
| | | 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=An attempt to add the entry "%s" containing \ |
| | |
| | | INFO_ACI_MODIFY_FAILED_PRIVILEGE_45=An attempt to modify an aci attribute \ |
| | | type in the entry "%s" failed, because the authorization DN "%s" lacked \ |
| | | modify-acl privileges |
| | | SEVERE_WARN_ACI_ADD_FAILED_DECODE_46=An attempt to add the entry "%s" \ |
| | | 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 \ |
| | | 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", \ |
| | | WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", located in the entry "%s", \ |
| | | because of the following reason: %s |
| | | INFO_ACI_ADD_LIST_ACIS_50=Added %s Access Control Instruction (ACI) attribute \ |
| | | types found in context "%s" to the access control evaluation engine |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=The \ |
| | | 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_EXPRESSION_53=The provided \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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=The SASL mechanism \ |
| | | NOTE_ACI_SYNTAX_DUBIOUS_AUTHMETHOD_SASL_MECHANISM_60=The SASL mechanism \ |
| | | "%s" provided in the Access Control Instruction (ACI) bind rule authmethod \ |
| | | expression is not one of the currently registered mechanisms in the server |
| | | SEVERE_WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=The provided Access \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 |
| | |
| | | while processing the ds-cfg-global-aci attribute in configuration entry %s |
| | | INFO_ACI_HANDLER_FAIL_PROCESS_ACI_68=An unexpected error occurred while \ |
| | | processing the aci attributes in the configuration system |
| | | SEVERE_WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=The pattern DN %s is \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_INVALID_TARGEXTOP_EXPRESSION_95=The provided Access \ |
| | | 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 \ |
| | | 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 \ |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=Die angegebene Zeichenkette "%s" kann nicht als g\u00fcltige Zugriffssteuerungsanweisung (ACI) geparst werden, da die allgemeine Pr\u00fcfung der ACI-Syntax fehlgeschlagen ist |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=Der angegebene Versionswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, nur Version 3.0 wird unterst\u00fctzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=Der angegebene Zugriffstypwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zugriffstypwert ist entweder "zulassen" oder "verweigern" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=Die angegebenen Berechtigungswerte "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) sind ung\u00fcltig. Die Berechtigungen m\u00fcssen eine Liste bestehend aus 1 bis 6 durch Komma getrennte und in Klammern eingeschlossene Schl\u00fcsselw\u00f6rter sein |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=Die angegebenen Berechtigungsschl\u00fcsselwortwerte "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) sind ung\u00fcltig. Die g\u00fcltigen Berechtigungsschl\u00fcsselwortwerte sind eine oder mehrere der folgenden Werte: Lesen, Schreiben, Hinzuf\u00fcgen, Entfernen, Suchen, Vergleichen oder der Einzelwert Alle |
| | | 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=Der angegebene Schl\u00fcsselwortwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortwert ist einer der folgenden Werte: userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday oder authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=Der angegebene Operatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Operatorwert f\u00fcr die Verbindungsregel ist entweder '=' oder "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=Der angegebene Ausdruckswert f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel, der dem Schl\u00fcsselwortwert "%s" entspricht, besitzt keinen Ausdruck. Die Form von g\u00fcltigen Verbindungsregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=Der angegebene boolesche Operatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger boolescher Operatorwert der Verbindungsregel ist entweder "ODER" oder "UND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=Die angegebene Schl\u00fcsselwortzeichenkette "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist f\u00fcr die Operatorzeichenkette der Verbindungsregel "%s" ung\u00fcltig |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=Der angegebene Ausdruck userdn f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund die URL nicht entschl\u00fcsseln: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=Der angegebene Ausdruckswert groupdn "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwort-Ausdruckswert groupdn erfordert eine oder mehrere LDAP-URLs in dem folgenden Format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=Der angegebene Ausdruckswert groupdn f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund die URL nicht entschl\u00fcsseln: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=Der angegebene IP-Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger IP-Schl\u00fcsselwortausdruck erfordert ein oder mehrere durch Komma getrennte Elemente eines g\u00fcltigen IP-Adressen-Listenausdrucks |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=Der angegebene DNS-Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger DNS-Schl\u00fcsselwort-Ausdruckswert erfordert einen g\u00fcltigen vollst\u00e4ndig qualifizierten DNS-Dom\u00e4nennamen |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=Der angegebene DNS-Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung ACI)-Verbindungsregel ist ung\u00fcltig, da ein Platzhaltermuster an der falschen Position gefunden wurde. F\u00fcr einen g\u00fcltigen DNS-Schl\u00fcsselwort-Platzhalterausdruckswert darf das Zeichen '*' nur in der linken Position des Dom\u00e4nennamen enthalten sein |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=Der angegebene Ausdruckswert dayofweek "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig, da ein Wert f\u00fcr den Wochentag ung\u00fcltig ist. Ein g\u00fcltiger Wert f\u00fcr dayofweek ist einer der folgenden englischen Abk\u00fcrzungen bestehend aus drei Buchstaben f\u00fcr die Wochentage: sun, mon, tue, wed, thu, fri, oder sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=Der angegebene Ausdruckswert timeofday "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Wert f\u00fcr timeofday wird als vierstelliger Wert f\u00fcr die Stunden und Minuten im 24-Stunden-Format (0 bis 2359) ausgedr\u00fcckt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=Die angegebene Ausdruckswert timeofday "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel liegt nicht im g\u00fcltigen Bereich. Ein g\u00fcltiger Wert f\u00fcr timeofday wird als vierstelliger Wert f\u00fcr die Stunden und Minuten im 24-Stunden-Format (0 bis 2359) ausgedr\u00fcckt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=Der angegebene Ausdruckswert authmethod "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Wert f\u00fcr authmethod ist einer der folgenden Werte: keine, einfach, SSL oder "sasl-Mechanismus", wobei Mechanismus einer der unterst\u00fctzten SASL-Mechanismen einschlie\u00dflich CRAM-MD5, DIGEST-MD5 und GSSAPI ist |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=Der angegebene Ausdruckswert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=Der angegebene Ausdruckswert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel wird nicht unterst\u00fctzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=Der angegebene Ausdrucksvererbungsmusterwert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Vererbungsmusterwert muss das folgende Format besitzen: parent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=Der angegebene Ausdrucksvererbungsmusterwert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Der Vererbungsebenenwert darf den maximalen Ebenengrenzwert von %s nicht \u00fcberschreiten |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=Der angegebene userattr-Ausdrucksvererbungsmusterwert "%s" f\u00fcr die Zugriffskontrollanweisung (ACI)-Verbindungsregel ist ung\u00fcltig, da es kein numerischer Wert ist |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=Der angegebene Zielregelwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Die Form von g\u00fcltigen Zielregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=Der angegebene Zielschl\u00fcsselwortwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zielschl\u00fcsselwortwert ist einer der folgenden Werte: target, targetscope, targetfilter, targetattr oder targattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=Der angegebene Zieloperatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Der einzige g\u00fcltige Zieloperatorwert f\u00fcr das Schl\u00fcsselwort "%s" ist '=' |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=Der angegebene Zielschl\u00fcsselwortwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) wurde mehrfach in der ACI "%s" gefunden |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=Der angegebene Zielschl\u00fcsselwort-Operatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zielschl\u00fcsselwort-Operatorwert ist entweder '=' oder "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=Der angegebene Ausdruckoperatorwert targetscope "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Wert f\u00fcr den Ausdruck targetscope ist einer der folgenden Werte: one, onelevel, subtree oder subordinate |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=Der angegebene Zielausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zielschl\u00fcsselwort-Ausdruckswert erfordert eine LDAP-URL in dem folgenden Format: ldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=Der angegebene Zielausdruck-DN-Wert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Der Zielausdruck-DN-Wert muss aus dem DN des ACI-Eintrags %s abstammen, falls kein Platzhalter in dem Zielausdruck-DN festgelegt ist |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=Der angegebene Ausdruckswert targetattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortausdruckswert targetattr erfordert eine oder mehrere g\u00fcltige Attributtypnamen in dem folgenden Format: Attribut1 [|| attribute2] ... [|| attributeN]. Attribut-Optionen werden nicht unterst\u00fctzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=Der angegebene Ausdruckswert targetfilter "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da es kein g\u00fcltiger LDAP-Filter ist |
| | | WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=Die angegebene Zeichenkette "%s" kann nicht als g\u00fcltige Zugriffssteuerungsanweisung (ACI) geparst werden, da die allgemeine Pr\u00fcfung der ACI-Syntax fehlgeschlagen ist |
| | | WARN_ACI_SYNTAX_INVAILD_VERSION_2=Der angegebene Versionswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, nur Version 3.0 wird unterst\u00fctzt |
| | | WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=Der angegebene Zugriffstypwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zugriffstypwert ist entweder "zulassen" oder "verweigern" |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=Die angegebenen Berechtigungswerte "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) sind ung\u00fcltig. Die Berechtigungen m\u00fcssen eine Liste bestehend aus 1 bis 6 durch Komma getrennte und in Klammern eingeschlossene Schl\u00fcsselw\u00f6rter sein |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=Die angegebenen Berechtigungsschl\u00fcsselwortwerte "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) sind ung\u00fcltig. Die g\u00fcltigen Berechtigungsschl\u00fcsselwortwerte sind eine oder mehrere der folgenden Werte: Lesen, Schreiben, Hinzuf\u00fcgen, Entfernen, Suchen, Vergleichen oder der Einzelwert Alle |
| | | 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 |
| | | 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" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=Der angegebene Schl\u00fcsselwortwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortwert ist einer der folgenden Werte: userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday oder authmethod |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=Der angegebene Operatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Operatorwert f\u00fcr die Verbindungsregel ist entweder '=' oder "!=" |
| | | WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=Der angegebene Ausdruckswert f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel, der dem Schl\u00fcsselwortwert "%s" entspricht, besitzt keinen Ausdruck. Die Form von g\u00fcltigen Verbindungsregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=Der angegebene boolesche Operatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger boolescher Operatorwert der Verbindungsregel ist entweder "ODER" oder "UND" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=Die angegebene Schl\u00fcsselwortzeichenkette "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist f\u00fcr die Operatorzeichenkette der Verbindungsregel "%s" ung\u00fcltig |
| | | WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=Der angegebene Ausdruck userdn f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund die URL nicht entschl\u00fcsseln: %s |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=Der angegebene Ausdruckswert groupdn "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwort-Ausdruckswert groupdn erfordert eine oder mehrere LDAP-URLs in dem folgenden Format: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=Der angegebene Ausdruckswert groupdn f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund die URL nicht entschl\u00fcsseln: %s |
| | | WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=Der angegebene IP-Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger IP-Schl\u00fcsselwortausdruck erfordert ein oder mehrere durch Komma getrennte Elemente eines g\u00fcltigen IP-Adressen-Listenausdrucks |
| | | WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=Der angegebene DNS-Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger DNS-Schl\u00fcsselwort-Ausdruckswert erfordert einen g\u00fcltigen vollst\u00e4ndig qualifizierten DNS-Dom\u00e4nennamen |
| | | WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=Der angegebene DNS-Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung ACI)-Verbindungsregel ist ung\u00fcltig, da ein Platzhaltermuster an der falschen Position gefunden wurde. F\u00fcr einen g\u00fcltigen DNS-Schl\u00fcsselwort-Platzhalterausdruckswert darf das Zeichen '*' nur in der linken Position des Dom\u00e4nennamen enthalten sein |
| | | WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=Der angegebene Ausdruckswert dayofweek "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig, da ein Wert f\u00fcr den Wochentag ung\u00fcltig ist. Ein g\u00fcltiger Wert f\u00fcr dayofweek ist einer der folgenden englischen Abk\u00fcrzungen bestehend aus drei Buchstaben f\u00fcr die Wochentage: sun, mon, tue, wed, thu, fri, oder sat |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=Der angegebene Ausdruckswert timeofday "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Wert f\u00fcr timeofday wird als vierstelliger Wert f\u00fcr die Stunden und Minuten im 24-Stunden-Format (0 bis 2359) ausgedr\u00fcckt |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=Die angegebene Ausdruckswert timeofday "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel liegt nicht im g\u00fcltigen Bereich. Ein g\u00fcltiger Wert f\u00fcr timeofday wird als vierstelliger Wert f\u00fcr die Stunden und Minuten im 24-Stunden-Format (0 bis 2359) ausgedr\u00fcckt |
| | | WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=Der angegebene Ausdruckswert authmethod "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Wert f\u00fcr authmethod ist einer der folgenden Werte: keine, einfach, SSL oder "sasl-Mechanismus", wobei Mechanismus einer der unterst\u00fctzten SASL-Mechanismen einschlie\u00dflich CRAM-MD5, DIGEST-MD5 und GSSAPI ist |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=Der angegebene Ausdruckswert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=Der angegebene Ausdruckswert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel wird nicht unterst\u00fctzt |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=Der angegebene Ausdrucksvererbungsmusterwert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Ein g\u00fcltiger Vererbungsmusterwert muss das folgende Format besitzen: parent[inheritance_level].attribute#bindType |
| | | WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=Der angegebene Ausdrucksvererbungsmusterwert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel ist ung\u00fcltig. Der Vererbungsebenenwert darf den maximalen Ebenengrenzwert von %s nicht \u00fcberschreiten |
| | | WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=Der angegebene userattr-Ausdrucksvererbungsmusterwert "%s" f\u00fcr die Zugriffskontrollanweisung (ACI)-Verbindungsregel ist ung\u00fcltig, da es kein numerischer Wert ist |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=Der angegebene Zielregelwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Die Form von g\u00fcltigen Zielregelwerten ist: Schl\u00fcsselwort Operator "Ausdruck" |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=Der angegebene Zielschl\u00fcsselwortwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zielschl\u00fcsselwortwert ist einer der folgenden Werte: target, targetscope, targetfilter, targetattr oder targattrfilters |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=Der angegebene Zieloperatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Der einzige g\u00fcltige Zieloperatorwert f\u00fcr das Schl\u00fcsselwort "%s" ist '=' |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=Der angegebene Zielschl\u00fcsselwortwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) wurde mehrfach in der ACI "%s" gefunden |
| | | WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=Der angegebene Zielschl\u00fcsselwort-Operatorwert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zielschl\u00fcsselwort-Operatorwert ist entweder '=' oder "!=" |
| | | WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=Der angegebene Ausdruckoperatorwert targetscope "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Wert f\u00fcr den Ausdruck targetscope ist einer der folgenden Werte: one, onelevel, subtree oder subordinate |
| | | WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=Der angegebene Zielausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Zielschl\u00fcsselwort-Ausdruckswert erfordert eine LDAP-URL in dem folgenden Format: ldap:///distinguished_name_pattern |
| | | WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=Der angegebene Zielausdruck-DN-Wert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Der Zielausdruck-DN-Wert muss aus dem DN des ACI-Eintrags %s abstammen, falls kein Platzhalter in dem Zielausdruck-DN festgelegt ist |
| | | WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=Der angegebene Ausdruckswert targetattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortausdruckswert targetattr erfordert eine oder mehrere g\u00fcltige Attributtypnamen in dem folgenden Format: Attribut1 [|| attribute2] ... [|| attributeN]. Attribut-Optionen werden nicht unterst\u00fctzt |
| | | WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=Der angegebene Ausdruckswert targetfilter "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da es kein g\u00fcltiger LDAP-Filter ist |
| | | 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=Der Versuch, den Eintrag "%s" mit einem ACI-Attributtyp hinzuzuf\u00fcgen ist aus dem folgenden Grund fehlgeschlagen: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=Der Versuch, einen ACI-Attributtyp im Eintrag "%s" zu \u00e4ndern ist aus dem folgenden Grund fehlgeschlagen: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", befindet sich im Eintrag "%s", aus dem folgenden Grund: %s |
| | | WARN_ACI_ADD_FAILED_DECODE_46=Der Versuch, den Eintrag "%s" mit einem ACI-Attributtyp hinzuzuf\u00fcgen ist aus dem folgenden Grund fehlgeschlagen: %s |
| | | WARN_ACI_MODIFY_FAILED_DECODE_47=Der Versuch, einen ACI-Attributtyp im Eintrag "%s" zu \u00e4ndern ist aus dem folgenden Grund fehlgeschlagen: %s |
| | | WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", befindet sich im Eintrag "%s", aus dem folgenden Grund: %s |
| | | 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=Der angegebene Ausdrucksvererbungsmusterwert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist f\u00fcr das Schl\u00fcsselwort roledn ung\u00fcltig, da er mit der Zeichenkette "parent[" beginnt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=Der Ausdruckswert targattrfilter %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da er nicht das korrekte Format besitzt.\u00b7Ein g\u00fcltiger Ausdruckswert targattrfilters muss das folgende Format besitzen: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=Der angegebene Ausdruckswert targattrfilter %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da die beiden Vorgangs-Token in beiden Filterlisten \u00fcbereinstimmen |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=Der angegebene Ausdruckswert targattrfilters "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da mehr als zwei Filterlisten-Anweisungen vorliegen |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=Der angegebene Ausdruckswert targattrfilters %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da die angegebene Filterlisten-Zeichenkette ein falsches Format besitzt. Eine g\u00fcltige targattrfilters-Filterliste muss folgendes Format besitzen: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=Der angegebene Ausdruckswert targattrfilters %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da einer oder mehrere der festgelegten Filter aus dem folgenden Grund ung\u00fcltig sind: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=Der angegebene Ausdruckswert targattrfilters %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da einer oder mehrere der festgelegten Filter ung\u00fcltig sind, weil die Attributtypnamen in dem Filter nicht \u00fcbereinstimmen |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=Der angegebene Attributnamenwert %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Attributtypname muss mit einem ASCII-Zeichen beginnen und darf nur ASCII-Zeichen, Ziffern und das Zeichen "-" enthalten |
| | | 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=Der angegebene Ausdruckswert dns "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) verweist auf Hostname %s, aber die autorisierte Darstellung f\u00fcr diesen Hostnamen ist als %s konfiguriert. Der Server versucht, den korrekten localhost-Wert automatisch zu interpretieren |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=Der angegebene Ausdruckswert dns "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) verweist auf Hostname %s, der die IP-Adresse %s aufl\u00f6st, aber die autorisierte Repr\u00e4sentation f\u00fcr diese IP-Adresse ist %s. Das kann bedeuten, das der angegebene Hostname niemals mit einem Client \u00fcbereinstimmen wird |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=Beim Versuch, festzustellen, ob der Hostname %s, der im Verbindungsregelausdruck dns "%s" verwiesen wurde, die korrekte autorisierte Darstellung verwendet, ist ein Fehler aufgetreten: %s. Das kann bedeuten, das der angegebene Hostname niemals mit einem Client \u00fcbereinstimmen wird |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=Der angegebene Ausdrucksvererbungsmusterwert userattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist f\u00fcr das Schl\u00fcsselwort roledn ung\u00fcltig, da er mit der Zeichenkette "parent[" beginnt |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=Der Ausdruckswert targattrfilter %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da er nicht das korrekte Format besitzt.\u00b7Ein g\u00fcltiger Ausdruckswert targattrfilters muss das folgende Format besitzen: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=Der angegebene Ausdruckswert targattrfilter %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da die beiden Vorgangs-Token in beiden Filterlisten \u00fcbereinstimmen |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=Der angegebene Ausdruckswert targattrfilters "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da mehr als zwei Filterlisten-Anweisungen vorliegen |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=Der angegebene Ausdruckswert targattrfilters %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da die angegebene Filterlisten-Zeichenkette ein falsches Format besitzt. Eine g\u00fcltige targattrfilters-Filterliste muss folgendes Format besitzen: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=Der angegebene Ausdruckswert targattrfilters %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da einer oder mehrere der festgelegten Filter aus dem folgenden Grund ung\u00fcltig sind: %s |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=Der angegebene Ausdruckswert targattrfilters %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da einer oder mehrere der festgelegten Filter ung\u00fcltig sind, weil die Attributtypnamen in dem Filter nicht \u00fcbereinstimmen |
| | | WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=Der angegebene Attributnamenwert %s f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Attributtypname muss mit einem ASCII-Zeichen beginnen und darf nur ASCII-Zeichen, Ziffern und das Zeichen "-" enthalten |
| | | NOTE_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 |
| | | WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=Der angegebene Ausdruckswert dns "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) verweist auf Hostname %s, aber die autorisierte Darstellung f\u00fcr diesen Hostnamen ist als %s konfiguriert. Der Server versucht, den korrekten localhost-Wert automatisch zu interpretieren |
| | | WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=Der angegebene Ausdruckswert dns "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) verweist auf Hostname %s, der die IP-Adresse %s aufl\u00f6st, aber die autorisierte Repr\u00e4sentation f\u00fcr diese IP-Adresse ist %s. Das kann bedeuten, das der angegebene Hostname niemals mit einem Client \u00fcbereinstimmen wird |
| | | WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=Beim Versuch, festzustellen, ob der Hostname %s, der im Verbindungsregelausdruck dns "%s" verwiesen wurde, die korrekte autorisierte Darstellung verwendet, ist ein Fehler aufgetreten: %s. Das kann bedeuten, das der angegebene Hostname niemals mit einem Client \u00fcbereinstimmen wird |
| | | 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=Der Muster-DN %s ist ung\u00fcltig, da er zwei aufeinander folgende Platzhalter in einem Attributwert enth\u00e4lt |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=Der Muster-DN %s ist ung\u00fcltig, da er Platzhalter f\u00fcr Unterzeichenketten f\u00fcr die \u00dcbereinstimmung mit einem Attributtyp verwendet Ein einziger Platzhalter ist anstelle eines Attributtyps zul\u00e4ssig |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=Der Muster-DN %s ist ung\u00fcltig, da er einen Platzhalter in einem Attributtyp in einem mehrfach bewertetem RDN enth\u00e4lt |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Sperre f\u00fcr neuen \u00fcbergeordneten Eintrag ModifyDN %s nicht m\u00f6glich |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=Selbstschreibpr\u00fcfung wurde \u00fcbersprungen, da ein Attribut "%s" mit einer Distinguished Name-Syntax kein g\u00fcltiger DN war |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=Der angegebene Ausdruckswert targetattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da der Ausdruck ung\u00fcltige oder doppelte Token enth\u00e4lt |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=Der angegebene Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da er das Schl\u00fcsselwort roledn enth\u00e4lt, das nicht unterst\u00fctzt wird. Mit dem Schl\u00fcsselwort groupdn ersetzen |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Zugriffskontrollanweisung (ACI)%s konnte nicht entschl\u00fcsselt werden |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=Der Server wird in den Lockdown-Modus umgestellt, da ung\u00fcltige ACI-Regeln beim Starten des Servers oder w\u00e4hrend einer Backend-Initialisierung erfasst wurden |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=Der angegebene Ausdruckswert userattr f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund die URL nicht entschl\u00fcsseln: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=Der angegebene Ausdruckswert userattr f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da die LDAP-URL "%s" einen leeren Basis-DN enth\u00e4lt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=Der angegebene Ausdruckswert userattr f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da das Attributfeld der LDAP-URL "%s" einen leeren Basis-DN enth\u00e4lt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Pr\u00e4fixteil des Ausdrucks "%s" ein ung\u00fcltiges Format besitzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Pr\u00e4fixwert des Ausdrucks "%s" ein ung\u00fcltiger Wert war. Alle Werte m\u00fcssen gr\u00f6\u00dfer als oder gleich 0 sein und entweder kleiner als oder gleich 32 f\u00fcr IPV4-Adressen oder kleiner als oder gleich 128 f\u00fcr IPV6-Adressen sein |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Pr\u00e4fixteil des Ausdrucks "%s" einen nicht-numerischen Wert besitzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da das Format des IPv4-Adressen-Ausdrucks "%s" ung\u00fcltig war |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der IPv4-Adressen-Ausdruck "%s" einen ung\u00fcltigen Wert enth\u00e4lt. Alle Werte der Adresse m\u00fcssen zwischen 0 und 255 liegen |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der IPv4-Adressen-Ausdruck "%s" einen nicht-numerischen Wert enth\u00e4lt |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der IPv6-Adressen-Ausdruck "%s" ein unzul\u00e4ssiges Platzhalterzeichen enth\u00e4lt. Platzhalter werden bei Verwendung von IPv6-Adressen in einem IP-Verbindungsregelausdruck nicht unterst\u00fctzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=Der angegebene Ausdruck der IP-Adresse "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund keine Analyse ausf\u00fchren: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Netzmaskenteil des Ausdrucks "%s" ein ung\u00fcltiges Format besitzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Netzmaskenteil des Ausdrucks "%s" einen ung\u00fcltigen Wert besitzt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=Der angegebene Ausdruckswert targetcontrol "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortausdruckswert targetcontrol erfordert eine oder mehrere g\u00fcltige OID-Zeichenketten in dem folgenden Format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=Der angegebene OID-Wert targetcontrol "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) konnte keine Analyse durchf\u00fchren, da der Wert ein unzul\u00e4ssiges Zeichen %c an Position %d enth\u00e4lt |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=Der angegebene OID-Wert targetcontrol "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) konnte keine Analyse durchf\u00fchren, da der Wert zwei unzul\u00e4ssige Zeichen an Position %d enth\u00e4lt |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=Der angegebene Ausdruckswert extop "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortausdruckswert extop erfordert eine oder mehrere g\u00fcltige OID-Zeichenketten f\u00fcr erweiterte Vorgangsanforderungen in dem folgenden Format: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Back-End %s besitzt kein vorhandenes Index, das f\u00fcr Attributtyp %s definiert ist. Initialisierung der Zugriffskontrolle kann f\u00fcr dieses Back-End viel Zeit in Anspruch nehmen |
| | | 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" |
| | | WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=Der Muster-DN %s ist ung\u00fcltig, da er zwei aufeinander folgende Platzhalter in einem Attributwert enth\u00e4lt |
| | | WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=Der Muster-DN %s ist ung\u00fcltig, da er Platzhalter f\u00fcr Unterzeichenketten f\u00fcr die \u00dcbereinstimmung mit einem Attributtyp verwendet Ein einziger Platzhalter ist anstelle eines Attributtyps zul\u00e4ssig |
| | | WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=Der Muster-DN %s ist ung\u00fcltig, da er einen Platzhalter in einem Attributtyp in einem mehrfach bewertetem RDN enth\u00e4lt |
| | | WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Sperre f\u00fcr neuen \u00fcbergeordneten Eintrag ModifyDN %s nicht m\u00f6glich |
| | | WARN_ACI_NOT_VALID_DN_73=Selbstschreibpr\u00fcfung wurde \u00fcbersprungen, da ein Attribut "%s" mit einer Distinguished Name-Syntax kein g\u00fcltiger DN war |
| | | WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=Der angegebene Ausdruckswert targetattr "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da der Ausdruck ung\u00fcltige oder doppelte Token enth\u00e4lt |
| | | WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=Der angegebene Ausdruckswert "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig, da er das Schl\u00fcsselwort roledn enth\u00e4lt, das nicht unterst\u00fctzt wird. Mit dem Schl\u00fcsselwort groupdn ersetzen |
| | | WARN_ACI_SERVER_DECODE_FAILED_76=Zugriffskontrollanweisung (ACI)%s konnte nicht entschl\u00fcsselt werden |
| | | WARN_ACI_ENTER_LOCKDOWN_MODE_77=Der Server wird in den Lockdown-Modus umgestellt, da ung\u00fcltige ACI-Regeln beim Starten des Servers oder w\u00e4hrend einer Backend-Initialisierung erfasst wurden |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=Der angegebene Ausdruckswert userattr f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund die URL nicht entschl\u00fcsseln: %s |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=Der angegebene Ausdruckswert userattr f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da die LDAP-URL "%s" einen leeren Basis-DN enth\u00e4lt |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=Der angegebene Ausdruckswert userattr f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da das Attributfeld der LDAP-URL "%s" einen leeren Basis-DN enth\u00e4lt |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Pr\u00e4fixteil des Ausdrucks "%s" ein ung\u00fcltiges Format besitzt |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Pr\u00e4fixwert des Ausdrucks "%s" ein ung\u00fcltiger Wert war. Alle Werte m\u00fcssen gr\u00f6\u00dfer als oder gleich 0 sein und entweder kleiner als oder gleich 32 f\u00fcr IPV4-Adressen oder kleiner als oder gleich 128 f\u00fcr IPV6-Adressen sein |
| | | WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Pr\u00e4fixteil des Ausdrucks "%s" einen nicht-numerischen Wert besitzt |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da das Format des IPv4-Adressen-Ausdrucks "%s" ung\u00fcltig war |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der IPv4-Adressen-Ausdruck "%s" einen ung\u00fcltigen Wert enth\u00e4lt. Alle Werte der Adresse m\u00fcssen zwischen 0 und 255 liegen |
| | | WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der IPv4-Adressen-Ausdruck "%s" einen nicht-numerischen Wert enth\u00e4lt |
| | | WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der IPv6-Adressen-Ausdruck "%s" ein unzul\u00e4ssiges Platzhalterzeichen enth\u00e4lt. Platzhalter werden bei Verwendung von IPv6-Adressen in einem IP-Verbindungsregelausdruck nicht unterst\u00fctzt |
| | | WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=Der angegebene Ausdruck der IP-Adresse "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte aus dem folgenden Grund keine Analyse ausf\u00fchren: "%s" |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Netzmaskenteil des Ausdrucks "%s" ein ung\u00fcltiges Format besitzt |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_90=Der angegebene Ausdruck der IP-Adresse f\u00fcr die Zugriffssteuerungsanweisung (ACI)-Verbindungsregel konnte keine Analyse durchf\u00fchren, da der Netzmaskenteil des Ausdrucks "%s" einen ung\u00fcltigen Wert besitzt |
| | | WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=Der angegebene Ausdruckswert targetcontrol "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortausdruckswert targetcontrol erfordert eine oder mehrere g\u00fcltige OID-Zeichenketten in dem folgenden Format: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=Der angegebene OID-Wert targetcontrol "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) konnte keine Analyse durchf\u00fchren, da der Wert ein unzul\u00e4ssiges Zeichen %c an Position %d enth\u00e4lt |
| | | WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=Der angegebene OID-Wert targetcontrol "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) konnte keine Analyse durchf\u00fchren, da der Wert zwei unzul\u00e4ssige Zeichen an Position %d enth\u00e4lt |
| | | WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=Der angegebene Ausdruckswert extop "%s" f\u00fcr die Zugriffssteuerungsanweisung (ACI) ist ung\u00fcltig. Ein g\u00fcltiger Schl\u00fcsselwortausdruckswert extop erfordert eine oder mehrere g\u00fcltige OID-Zeichenketten f\u00fcr erweiterte Vorgangsanforderungen in dem folgenden Format: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Back-End %s besitzt kein vorhandenes Index, das f\u00fcr Attributtyp %s definiert ist. Initialisierung der Zugriffskontrolle kann f\u00fcr dieses Back-End viel Zeit in Anspruch nehmen |
| | | 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" |
| | | 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 |
| | | 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" |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=No pudo analizarse la cadena "%s" proporcionada como una instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) v\u00e1lida, ya que no pas\u00f3 la evaluaci\u00f3n general de sintaxis de ACI |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=El valor de versi\u00f3n de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido; s\u00f3lo se admite la versi\u00f3n 3.0 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=El valor de tipo de acceso de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Un valor v\u00e1lido de tipo de acceso s\u00f3lo puede ser permitir o denegar |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=Los valores de derechos de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionados no son v\u00e1lidos Los derechos deben formar una lista de 1 a 6 palabras clave separadas por comas y escritas entre par\u00e9ntesis |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=Los valores de palabra clave de los derechos de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionados no son v\u00e1lidos Pueden emplearse uno o m\u00e1s de los siguientes valores v\u00e1lidos de palabra clave de los derechos: read, write, add, delete, search, compare o el valor 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. 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=El valor de palabra clave de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Puede emplearse uno de los siguientes valores v\u00e1lidos de palabra clave: userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday o authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=El valor de operador de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Un valor v\u00e1lido de operador de la regla de enlace s\u00f3lo puede ser '=' o "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=El valor de expresi\u00f3n de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado que se corresponde con el valor de palabra clave "%s" carece de expresi\u00f3n 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_BOOLEAN_OPERATOR_11=El valor de operador booleano de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Un valor v\u00e1lido de operador booleano de la regla de enlace s\u00f3lo puede ser "OR" o "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=La cadena de palabra clave de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionada no es v\u00e1lida para la cadena de operador de la regla de enlace "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=Se ha producido un error de descodificaci\u00f3n URL de la expresi\u00f3n userdn de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada por la siguiente raz\u00f3n: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=El valor de expresi\u00f3n groupdn de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave groupdn requiere una o m\u00e1s URL LDAP en el siguiente formato: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=Se ha producido un error de descodificaci\u00f3n URL del valor de expresi\u00f3n groupdn de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado por la siguiente raz\u00f3n: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=El valor de expresi\u00f3n ip de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lida, una expresi\u00f3n de palabra clave ip requiere uno o m\u00e1s elementos separados por comas de una expresi\u00f3n de lista de direcciones IP v\u00e1lida |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave dns requiere un nombre de dominio DNS v\u00e1lido totalmente cualificado |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque se ha encontrado un patr\u00f3n de comod\u00edn en una posici\u00f3n incorrecta. Para ser v\u00e1lido, un valor de expresi\u00f3n de comod\u00edn de palabra clave dns requiere que el car\u00e1cter '*' s\u00f3lo pueda estar situado en el extremo izquierdo del nombre de dominio |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=El valor de expresi\u00f3n dayofweek de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido debido a un valor no v\u00e1lido de d\u00eda de la semana. Para ser v\u00e1lido, un valor dayofweek debe corresponderse con una de las siguientes abreviaciones de tres letras de las palabras inglesas que designan los d\u00edas de la semana: sun, mon, tue, wed, thu, fri o sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=El valor de expresi\u00f3n timeofday de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor timeofday debe expresarse en forma de cuatro d\u00edgitos que se correspondan con las horas y minutos de un reloj de 24 horas (de 0 a 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=El valor de expresi\u00f3n timeofday de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no se encuentra dentro del rango v\u00e1lido. Para ser v\u00e1lido, un valor timeofday debe expresarse en forma de cuatro d\u00edgitos que se correspondan con las horas y minutos de un reloj de 24 horas (de 0 a 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=El valor de expresi\u00f3n authmethod de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor authmethod debe ser uno de los siguientes: none, simple, SSL o "sasl mechanism", en donde el mecanismo es uno de los mecanismos SASL admitidos, entre los que se incluyen CRAM-MD5, DIGEST-MD5 y GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no se admite |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de modelo de herencia debe tener el siguiente formato: parent[nivel_herencia].atributo#tipoEnlace |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. El valor de nivel de herencia no puede exceder el l\u00edmite de nivel m\u00e1ximo de %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido por no ser num\u00e9rico |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=El valor de regla de destino de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de regla de destino debe tener el siguiente formato: operador de palabra clave "expresi\u00f3n" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=El valor de palabra clave target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de palabra clave target debe ser uno de los siguientes: target, targetscope, targetfilter, targetattr o targattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=El valor de operador de destino de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. El \u00fanico valor v\u00e1lido de operador de destino para la palabra clave "%s" es '=' |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=El valor de palabra clave target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado pudo observarse varias veces en la ACI "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=El valor de operador de palabra clave target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de operador de palabra clave target s\u00f3lo puede ser '=' o "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=El valor de operador de expresi\u00f3n targetscope de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n targetscope debe ser uno de los siguientes: one, onelevel, subtree o subordinate |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=El valor de expresi\u00f3n target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave target requiere una URL LDAP con el siguiente formato: ldap:///modelo_nombre_distinguido |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=El valor de ND de expresi\u00f3n target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. El valor de ND de expresi\u00f3n target debe ser un descendiente del ND de entrada de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" si no se ha especificado un comod\u00edn en el ND de expresi\u00f3n target |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=El valor de expresi\u00f3n targetattr de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave targetattr requiere uno o m\u00e1s nombres de tipo de atributo v\u00e1lidos en el siguiente formato: atributo1 [|| atributo2] ... [|| atributoN]. Opciones de atributos no son compatibles. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=El valor de expresi\u00f3n targetfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque no es un filtro LDAP v\u00e1lido |
| | | WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=No pudo analizarse la cadena "%s" proporcionada como una instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) v\u00e1lida, ya que no pas\u00f3 la evaluaci\u00f3n general de sintaxis de ACI |
| | | WARN_ACI_SYNTAX_INVAILD_VERSION_2=El valor de versi\u00f3n de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido; s\u00f3lo se admite la versi\u00f3n 3.0 |
| | | WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=El valor de tipo de acceso de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Un valor v\u00e1lido de tipo de acceso s\u00f3lo puede ser permitir o denegar |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=Los valores de derechos de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionados no son v\u00e1lidos Los derechos deben formar una lista de 1 a 6 palabras clave separadas por comas y escritas entre par\u00e9ntesis |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=Los valores de palabra clave de los derechos de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionados no son v\u00e1lidos Pueden emplearse uno o m\u00e1s de los siguientes valores v\u00e1lidos de palabra clave de los derechos: read, write, add, delete, search, compare o el valor all |
| | | 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 |
| | | 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" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=El valor de palabra clave de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Puede emplearse uno de los siguientes valores v\u00e1lidos de palabra clave: userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday o authmethod |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=El valor de operador de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Un valor v\u00e1lido de operador de la regla de enlace s\u00f3lo puede ser '=' o "!=" |
| | | WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=El valor de expresi\u00f3n de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado que se corresponde con el valor de palabra clave "%s" carece de expresi\u00f3n Un valor de la regla de enlace debe tener el siguiente formato: operador de palabra clave "expresi\u00f3n" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=El valor de operador booleano de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Un valor v\u00e1lido de operador booleano de la regla de enlace s\u00f3lo puede ser "OR" o "AND" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=La cadena de palabra clave de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionada no es v\u00e1lida para la cadena de operador de la regla de enlace "%s" |
| | | WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=Se ha producido un error de descodificaci\u00f3n URL de la expresi\u00f3n userdn de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=El valor de expresi\u00f3n groupdn de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave groupdn requiere una o m\u00e1s URL LDAP en el siguiente formato: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=Se ha producido un error de descodificaci\u00f3n URL del valor de expresi\u00f3n groupdn de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=El valor de expresi\u00f3n ip de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lida, una expresi\u00f3n de palabra clave ip requiere uno o m\u00e1s elementos separados por comas de una expresi\u00f3n de lista de direcciones IP v\u00e1lida |
| | | WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave dns requiere un nombre de dominio DNS v\u00e1lido totalmente cualificado |
| | | WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque se ha encontrado un patr\u00f3n de comod\u00edn en una posici\u00f3n incorrecta. Para ser v\u00e1lido, un valor de expresi\u00f3n de comod\u00edn de palabra clave dns requiere que el car\u00e1cter '*' s\u00f3lo pueda estar situado en el extremo izquierdo del nombre de dominio |
| | | WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=El valor de expresi\u00f3n dayofweek de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido debido a un valor no v\u00e1lido de d\u00eda de la semana. Para ser v\u00e1lido, un valor dayofweek debe corresponderse con una de las siguientes abreviaciones de tres letras de las palabras inglesas que designan los d\u00edas de la semana: sun, mon, tue, wed, thu, fri o sat |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=El valor de expresi\u00f3n timeofday de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor timeofday debe expresarse en forma de cuatro d\u00edgitos que se correspondan con las horas y minutos de un reloj de 24 horas (de 0 a 2359) |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=El valor de expresi\u00f3n timeofday de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no se encuentra dentro del rango v\u00e1lido. Para ser v\u00e1lido, un valor timeofday debe expresarse en forma de cuatro d\u00edgitos que se correspondan con las horas y minutos de un reloj de 24 horas (de 0 a 2359) |
| | | WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=El valor de expresi\u00f3n authmethod de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor authmethod debe ser uno de los siguientes: none, simple, SSL o "sasl mechanism", en donde el mecanismo es uno de los mecanismos SASL admitidos, entre los que se incluyen CRAM-MD5, DIGEST-MD5 y GSSAPI |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no se admite |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de modelo de herencia debe tener el siguiente formato: parent[nivel_herencia].atributo#tipoEnlace |
| | | WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. El valor de nivel de herencia no puede exceder el l\u00edmite de nivel m\u00e1ximo de %s |
| | | WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido por no ser num\u00e9rico |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=El valor de regla de destino de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de regla de destino debe tener el siguiente formato: operador de palabra clave "expresi\u00f3n" |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=El valor de palabra clave target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de palabra clave target debe ser uno de los siguientes: target, targetscope, targetfilter, targetattr o targattrfilters |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=El valor de operador de destino de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. El \u00fanico valor v\u00e1lido de operador de destino para la palabra clave "%s" es '=' |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=El valor de palabra clave target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado pudo observarse varias veces en la ACI "%s" |
| | | WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=El valor de operador de palabra clave target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de operador de palabra clave target s\u00f3lo puede ser '=' o "!=" |
| | | WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=El valor de operador de expresi\u00f3n targetscope de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n targetscope debe ser uno de los siguientes: one, onelevel, subtree o subordinate |
| | | WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=El valor de expresi\u00f3n target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave target requiere una URL LDAP con el siguiente formato: ldap:///modelo_nombre_distinguido |
| | | WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=El valor de ND de expresi\u00f3n target de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. El valor de ND de expresi\u00f3n target debe ser un descendiente del ND de entrada de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" si no se ha especificado un comod\u00edn en el ND de expresi\u00f3n target |
| | | WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=El valor de expresi\u00f3n targetattr de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, un valor de expresi\u00f3n de palabra clave targetattr requiere uno o m\u00e1s nombres de tipo de atributo v\u00e1lidos en el siguiente formato: atributo1 [|| atributo2] ... [|| atributoN]. Opciones de atributos no son compatibles. |
| | | WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=El valor de expresi\u00f3n targetfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque no es un filtro LDAP v\u00e1lido |
| | | 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=Se ha producido un error al tratar de a\u00f1adir la entrada "%s" que contiene un tipo de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) por la siguiente raz\u00f3n: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=Se ha producido un error al tratar de modificar un tipo de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) en la entrada "%s" por la siguiente raz\u00f3n: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", ubicada en la entrada "%s", por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_ADD_FAILED_DECODE_46=Se ha producido un error al tratar de a\u00f1adir la entrada "%s" que contiene un tipo de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_MODIFY_FAILED_DECODE_47=Se ha producido un error al tratar de modificar un tipo de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) en la entrada "%s" por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", ubicada en la entrada "%s", por la siguiente raz\u00f3n: %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=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido para la palabra clave roledn porque empieza por la cadena "parent[" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido porque no tiene el formato correcto. Para ser v\u00e1lido, el valor de expresi\u00f3n targattrfilter debe tener el siguiente formato: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido porque ambos tokens de operaci\u00f3n coinciden en las dos listas de filtros |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido porque la cadena de lista de filtros proporcionada tiene un formato err\u00f3neo. Para ser v\u00e1lida, la lista de filtros de targattrfilter debe tener el siguiente formato: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido debido a que uno o m\u00e1s de los filtros especificados no son v\u00e1lidos por la siguiente raz\u00f3n: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido debido a que uno o m\u00e1s de los filtros especificados no son v\u00e1lidos a causa de nombres de tipo de atributo no coincidentes en el filtro |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=El valor de nombre de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido. Para ser v\u00e1lido, el nombre de tipo de atributo debe empezar por una letra ASCII y debe contener exclusivamente letras ASCII, d\u00edgitos o el car\u00e1cter "-" |
| | | 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=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado se refiere al nombre de host %s, pero la representaci\u00f3n can\u00f3nica para este nombre de host est\u00e1 configurada para ser %s. El servidor tratar\u00e1 de interpretar autom\u00e1ticamente el valor del host local correcto |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado se refiere al nombre de host %s, que resuelve en la direcci\u00f3n IP %s, pero el nombre de host can\u00f3nico para esa direcci\u00f3n IP es %s. Por lo tanto, es probable que el nombre de host proporcionado nunca coincida con ning\u00fan cliente |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=Se ha producido un error al tratar de determinar si el nombre de host %s referido en la regla de enlace de la expresi\u00f3n nds "%s" usa la representaci\u00f3n can\u00f3nica correcta: %s. Por lo tanto, es probable que el nombre de host proporcionado nunca coincida con ning\u00fan cliente |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=El valor de modelo de herencia de la expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido para la palabra clave roledn porque empieza por la cadena "parent[" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido porque no tiene el formato correcto. Para ser v\u00e1lido, el valor de expresi\u00f3n targattrfilter debe tener el siguiente formato: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido porque ambos tokens de operaci\u00f3n coinciden en las dos listas de filtros |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido porque la cadena de lista de filtros proporcionada tiene un formato err\u00f3neo. Para ser v\u00e1lida, la lista de filtros de targattrfilter debe tener el siguiente formato: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido debido a que uno o m\u00e1s de los filtros especificados no son v\u00e1lidos por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=El valor de expresi\u00f3n targattrfilter de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido debido a que uno o m\u00e1s de los filtros especificados no son v\u00e1lidos a causa de nombres de tipo de atributo no coincidentes en el filtro |
| | | WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=El valor de nombre de atributo de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s proporcionado no es v\u00e1lido. Para ser v\u00e1lido, el nombre de tipo de atributo debe empezar por una letra ASCII y debe contener exclusivamente letras ASCII, d\u00edgitos o el car\u00e1cter "-" |
| | | NOTE_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 |
| | | WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado se refiere al nombre de host %s, pero la representaci\u00f3n can\u00f3nica para este nombre de host est\u00e1 configurada para ser %s. El servidor tratar\u00e1 de interpretar autom\u00e1ticamente el valor del host local correcto |
| | | WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=El valor de expresi\u00f3n dns de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado se refiere al nombre de host %s, que resuelve en la direcci\u00f3n IP %s, pero el nombre de host can\u00f3nico para esa direcci\u00f3n IP es %s. Por lo tanto, es probable que el nombre de host proporcionado nunca coincida con ning\u00fan cliente |
| | | WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=Se ha producido un error al tratar de determinar si el nombre de host %s referido en la regla de enlace de la expresi\u00f3n nds "%s" usa la representaci\u00f3n can\u00f3nica correcta: %s. Por lo tanto, es probable que el nombre de host proporcionado nunca coincida con ning\u00fan cliente |
| | | 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=El ND modelo %s no es v\u00e1lido porque contiene dos comodines consecutivos en un valor de atributo |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=El ND modelo %s no es v\u00e1lido porque emplea comodines para realizar una coincidencia de subcadenas en un tipo de atributo. Se permite un solo comod\u00edn en lugar de un tipo de atributo |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=El ND modelo %s no es v\u00e1lido porque contiene un comod\u00edn en un tipo de atributo dentro de un RDN multivalor |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=No se pudo obtener un bloqueo en la nueva entrada superior de ModifyDN %s |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=Se ha omitido la comprobaci\u00f3n de autoescritura porque un atributo "%s" con una sintaxis de nombre distinguido no es un ND v\u00e1lido |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=El valor de expresi\u00f3n targetattr de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque la expresi\u00f3n contiene tokens no v\u00e1lidos o duplicados |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=El valor de expresi\u00f3n de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque contiene la palabra clave no admitida roledn, reempl\u00e1cela por la palabra clave groupdn |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=No se pudo descodificar la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=Se ha activado el modo de bloqueo en el servidor porque se han detectado reglas de instrucciones de control de acceso (ACI, Access Control Instruction) no v\u00e1lidas al iniciarse el servidor o durante una inicializaci\u00f3n del backend |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=Se ha producido un error de descodificaci\u00f3n URL del valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado por la siguiente raz\u00f3n: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no pudo analizarse porque la URL LDAP "%s" contiene un ND de base vac\u00edo |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no pudo analizarse porque el campo de atributo de la URL LDAP "%s" contiene m\u00e1s de una descripci\u00f3n o est\u00e1 vac\u00edo |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte del prefijo de la expresi\u00f3n "%s" tiene un formato no v\u00e1lido |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque el valor del prefijo de la expresi\u00f3n "%s" no es un valor v\u00e1lido Todos los valores deben ser mayores que o iguales a 0, as\u00ed como menores que o iguales a 32 para direcciones IPV4 o menores que o iguales a 128 para direcciones IPV6 |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte del prefijo de la expresi\u00f3n "%s" tiene un valor no num\u00e9rico |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque el formato de la expresi\u00f3n de direcci\u00f3n IPv4 "%s" no es v\u00e1lido |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la expresi\u00f3n de direcci\u00f3n IPv4 "%s" contiene un valor no v\u00e1lido. Todos los valores de la direcci\u00f3n deben estar entre 0 y 255 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la expresi\u00f3n de direcci\u00f3n IPv4 "%s" contiene un valor no num\u00e9rico |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la expresi\u00f3n de direcci\u00f3n IPv6 "%s" contiene un car\u00e1cter de comod\u00edn no permitido No se admiten los comodines al usar direcciones IPv6 en una expresi\u00f3n de regla de enlace IP |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=La expresi\u00f3n de direcci\u00f3n IP "%s" de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse por la siguiente raz\u00f3n: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte de la m\u00e1scara de red de la expresi\u00f3n "%s" tiene un formato no v\u00e1lido |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte de la m\u00e1scara de red de la expresi\u00f3n "%s" tiene un valor no v\u00e1lido |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=El valor de expresi\u00f3n targetcontrol de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, el valor de expresi\u00f3n de palabra clave targetcontrol requiere una o m\u00e1s cadenas de OID de control v\u00e1lidas con el siguiente formato: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=El valor del OID targetcontrol de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no pudo analizarse porque el valor contiene un car\u00e1cter %c no permitido en la posici\u00f3n %d |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=El valor del OID targetcontrol de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no pudo analizarse porque el OID num\u00e9rico contiene dos puntos consecutivos en la posici\u00f3n %d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=El valor de expresi\u00f3n extop de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, el valor de expresi\u00f3n de palabra clave extop requiere una o m\u00e1s cadenas de OID de solicitud de operaci\u00f3n extendida v\u00e1lidas en el siguiente formato: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=El backend %s no tiene un \u00edndice de presencia definido para el tipo de atributo %s. Es posible que la inicializaci\u00f3n de control de acceso tarde mucho tiempo en completarse en este backend |
| | | WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=El ND modelo %s no es v\u00e1lido porque contiene dos comodines consecutivos en un valor de atributo |
| | | WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=El ND modelo %s no es v\u00e1lido porque emplea comodines para realizar una coincidencia de subcadenas en un tipo de atributo. Se permite un solo comod\u00edn en lugar de un tipo de atributo |
| | | WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=El ND modelo %s no es v\u00e1lido porque contiene un comod\u00edn en un tipo de atributo dentro de un RDN multivalor |
| | | WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=No se pudo obtener un bloqueo en la nueva entrada superior de ModifyDN %s |
| | | WARN_ACI_NOT_VALID_DN_73=Se ha omitido la comprobaci\u00f3n de autoescritura porque un atributo "%s" con una sintaxis de nombre distinguido no es un ND v\u00e1lido |
| | | WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=El valor de expresi\u00f3n targetattr de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque la expresi\u00f3n contiene tokens no v\u00e1lidos o duplicados |
| | | WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=El valor de expresi\u00f3n de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido porque contiene la palabra clave no admitida roledn, reempl\u00e1cela por la palabra clave groupdn |
| | | WARN_ACI_SERVER_DECODE_FAILED_76=No se pudo descodificar la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) %s |
| | | WARN_ACI_ENTER_LOCKDOWN_MODE_77=Se ha activado el modo de bloqueo en el servidor porque se han detectado reglas de instrucciones de control de acceso (ACI, Access Control Instruction) no v\u00e1lidas al iniciarse el servidor o durante una inicializaci\u00f3n del backend |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=Se ha producido un error de descodificaci\u00f3n URL del valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado por la siguiente raz\u00f3n: %s |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no pudo analizarse porque la URL LDAP "%s" contiene un ND de base vac\u00edo |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=El valor de expresi\u00f3n userattr de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionado no pudo analizarse porque el campo de atributo de la URL LDAP "%s" contiene m\u00e1s de una descripci\u00f3n o est\u00e1 vac\u00edo |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte del prefijo de la expresi\u00f3n "%s" tiene un formato no v\u00e1lido |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque el valor del prefijo de la expresi\u00f3n "%s" no es un valor v\u00e1lido Todos los valores deben ser mayores que o iguales a 0, as\u00ed como menores que o iguales a 32 para direcciones IPV4 o menores que o iguales a 128 para direcciones IPV6 |
| | | WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte del prefijo de la expresi\u00f3n "%s" tiene un valor no num\u00e9rico |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque el formato de la expresi\u00f3n de direcci\u00f3n IPv4 "%s" no es v\u00e1lido |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la expresi\u00f3n de direcci\u00f3n IPv4 "%s" contiene un valor no v\u00e1lido. Todos los valores de la direcci\u00f3n deben estar entre 0 y 255 |
| | | WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la expresi\u00f3n de direcci\u00f3n IPv4 "%s" contiene un valor no num\u00e9rico |
| | | WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la expresi\u00f3n de direcci\u00f3n IPv6 "%s" contiene un car\u00e1cter de comod\u00edn no permitido No se admiten los comodines al usar direcciones IPv6 en una expresi\u00f3n de regla de enlace IP |
| | | WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=La expresi\u00f3n de direcci\u00f3n IP "%s" de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse por la siguiente raz\u00f3n: "%s" |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte de la m\u00e1scara de red de la expresi\u00f3n "%s" tiene un formato no v\u00e1lido |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_90=La expresi\u00f3n de direcci\u00f3n IP de la regla de enlace de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) proporcionada no pudo analizarse porque la parte de la m\u00e1scara de red de la expresi\u00f3n "%s" tiene un valor no v\u00e1lido |
| | | WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=El valor de expresi\u00f3n targetcontrol de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, el valor de expresi\u00f3n de palabra clave targetcontrol requiere una o m\u00e1s cadenas de OID de control v\u00e1lidas con el siguiente formato: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=El valor del OID targetcontrol de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no pudo analizarse porque el valor contiene un car\u00e1cter %c no permitido en la posici\u00f3n %d |
| | | WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=El valor del OID targetcontrol de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no pudo analizarse porque el OID num\u00e9rico contiene dos puntos consecutivos en la posici\u00f3n %d |
| | | WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=El valor de expresi\u00f3n extop de la instrucci\u00f3n de control de acceso (ACI, Access Control Instruction) "%s" proporcionado no es v\u00e1lido. Para ser v\u00e1lido, el valor de expresi\u00f3n de palabra clave extop requiere una o m\u00e1s cadenas de OID de solicitud de operaci\u00f3n extendida v\u00e1lidas en el siguiente formato: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=El backend %s no tiene un \u00edndice de presencia definido para el tipo de atributo %s. Es posible que la inicializaci\u00f3n de control de acceso tarde mucho tiempo en completarse en este 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" |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=La cha\u00eene fournie ("%s") n'a pas pu \u00eatre analys\u00e9e en tant qu'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) valide car elle a \u00e9chou\u00e9 \u00e0 l'\u00e9valuation g\u00e9n\u00e9rale de syntaxe d'ACI |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=La valeur de version de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") n'est pas valide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=La valeur de type d'acc\u00e8s de l'instruction de contr\u00f4le d'acc\u00e8s(ACI) fournie ("%s") n'est pas valide. Les valeurs de type d'acc\u00e8s valides sont allow et deny |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=Les valeurs de droits de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") ne sont pas valides. Les droits doivent \u00eatre entr\u00e9s sous la forme d'une liste de\u00a01 \u00e0 6\u00a0mots-cl\u00e9s s\u00e9par\u00e9s par des virgules et plac\u00e9s entre parenth\u00e8ses |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=Les valeurs de mots-cl\u00e9s de droits de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") ne sont pas valides. Les valeurs de mots-cl\u00e9s de droits valides sont un ou plusieurs des termes suivants\u00a0: read, write, add, delete, search, compare ou uniquement la valeur 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=La valeur de mot-cl\u00e9 de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs de mot-cl\u00e9 valides sont les suivantes\u00a0: userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday ou authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=La valeur d'op\u00e9rateur de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'op\u00e9rateur valides sont '=' et '!=' |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=Il manque une expression dans la valeur d'expression de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie correspondant au mot-cl\u00e9 "%s". 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=La valeur d'op\u00e9rateur bool\u00e9en de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'op\u00e9rateur bool\u00e9en valides sont "OR" et "AND" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=La cha\u00eene de mot-cl\u00e9 de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide pour la cha\u00eene d'op\u00e9rateur de r\u00e8gle de liaison "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u00c9chec du d\u00e9codage d'URL de l'expression userdn de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie pour la raison suivante\u00a0: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=La valeur d'expression groupdn de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, une valeur d'expression de mot-cl\u00e9 groupdn doit contenir une ou plusieurs URL LDAP au format suivant\u00a0: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u00c9chec du d\u00e9codage d'URL de l'expression groupdn de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie pour la raison suivante\u00a0: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=La valeur d'expression ip de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, l'expression de mot-cl\u00e9 ip n\u00e9cessite un ou plusieurs \u00e9l\u00e9ments d'expression de liste d'adresses\u00a0IP, s\u00e9par\u00e9s par une virgule |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 dns n\u00e9cessite un nom de domaine\u00a0DNS complet |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car un motif de caract\u00e8re g\u00e9n\u00e9rique a \u00e9t\u00e9 trouv\u00e9 dans une position incorrecte. Pour \u00eatre valide, la valeur d'expression g\u00e9n\u00e9rique de mot-cl\u00e9 dns doit comporter le caract\u00e8re g\u00e9n\u00e9rique '*' uniquement \u00e0 l'extr\u00eame gauche du nom de domaine |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=La valeur d'expression dayofweek de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide, en raison d'une valeur de jour de semaine non valide. Pour \u00eatre valide, la valeur dayofweek doit correspondre \u00e0 l'une des abr\u00e9viations anglaises de nom de jour sur trois lettres suivantes\u00a0: sun, mon, tue, wed, thu, fri ou sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=La valeur d'expression timeofday de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur timeofday doit \u00eatre constitu\u00e9e de quatre chiffres, qui repr\u00e9sentent les heures et les minutes au format 24\u00a0heures (0 \u00e0 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=La valeur d'expression timeofday de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas dans la plage valide. Pour \u00eatre valide, la valeur timeofday doit \u00eatre constitu\u00e9e de quatre chiffres, qui repr\u00e9sentent les heures et les minutes au format 24\u00a0heures (0 \u00e0 2359) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=La valeur d'expression authmethod de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur authmethod doit \u00eatre l'une des suivantes\u00a0: none, simple, SSL ou "m\u00e9canisme SASL", o\u00f9 m\u00e9canisme est l'un des m\u00e9canismes SASL pris en charge, notamment CRAM-MD5, DIGEST-MD5 et GSSAPI |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=La valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=La valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas prise en charge |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur de motif d'h\u00e9ritage doit avoir le format suivant\u00a0: parent[niveau_h\u00e9ritage].attribut#typeLiaison |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. La valeur de niveau d'h\u00e9ritage ne peut pas d\u00e9passer la limite de niveau maximale %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car elle n'est pas num\u00e9rique |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=La valeur de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur de r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=La valeur de mot-cl\u00e9 target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs de mot-cl\u00e9 target valides sont les suivantes\u00a0: target, targetscope, targetfilter, targetattr ou targetattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=La valeur d'op\u00e9rateur cible de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. La seule valeur d'op\u00e9rateur cible valide pour le mot-cl\u00e9 "%s" est '=' |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=La valeur de mot-cl\u00e9 target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") appara\u00eet plusieurs fois dans l'ACI "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=La valeur d'op\u00e9rateur de mot-cl\u00e9 target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'op\u00e9rateur de mot-cl\u00e9 target valides sont '=' et '!=' |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=La valeur d'op\u00e9rateur d'expression targetscope de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'expression targetscope valides sont les suivantes\u00a0: one, onelevel, subtree ou subordinate |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=La valeur d'expression target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 target doit contenir une URL LDAP au format suivant\u00a0: ldap:///motif_nom_distinctif |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=La valeur DN d'expression target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. La valeur DN d'expression target doit \u00eatre un descendant du DN d'entr\u00e9e d'instruction de contr\u00f4le d'acc\u00e8s (ACI) "%s", si aucun caract\u00e8re g\u00e9n\u00e9rique n'est pr\u00e9cis\u00e9 dans le DN d'expression target |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=La valeur d'expression targetattr de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 targetattr doit contenir un ou plusieurs noms de type d'attribut valides au format suivant\u00a0: attribut1 [|| attribut2] ... [|| attributN]. Les options d'attribut ne sont pas support\u00e9es. |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=La valeur d'expression targetfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car il ne s'agit pas d'un filtre LDAP valide |
| | | WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=La cha\u00eene fournie ("%s") n'a pas pu \u00eatre analys\u00e9e en tant qu'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) valide car elle a \u00e9chou\u00e9 \u00e0 l'\u00e9valuation g\u00e9n\u00e9rale de syntaxe d'ACI |
| | | WARN_ACI_SYNTAX_INVAILD_VERSION_2=La valeur de version de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") n'est pas valide |
| | | WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=La valeur de type d'acc\u00e8s de l'instruction de contr\u00f4le d'acc\u00e8s(ACI) fournie ("%s") n'est pas valide. Les valeurs de type d'acc\u00e8s valides sont allow et deny |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=Les valeurs de droits de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") ne sont pas valides. Les droits doivent \u00eatre entr\u00e9s sous la forme d'une liste de\u00a01 \u00e0 6\u00a0mots-cl\u00e9s s\u00e9par\u00e9s par des virgules et plac\u00e9s entre parenth\u00e8ses |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=Les valeurs de mots-cl\u00e9s de droits de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") ne sont pas valides. Les valeurs de mots-cl\u00e9s de droits valides sont un ou plusieurs des termes suivants\u00a0: read, write, add, delete, search, compare ou uniquement la valeur all |
| | | 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 |
| | | 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" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=La valeur de mot-cl\u00e9 de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs de mot-cl\u00e9 valides sont les suivantes\u00a0: userdn, groupdn, roledn, userattr, ip, dns, dayofweek, timeofday ou authmethod |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=La valeur d'op\u00e9rateur de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'op\u00e9rateur valides sont '=' et '!=' |
| | | WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=Il manque une expression dans la valeur d'expression de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie correspondant au mot-cl\u00e9 "%s". Pour \u00eatre valide, la valeur de la r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=La valeur d'op\u00e9rateur bool\u00e9en de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'op\u00e9rateur bool\u00e9en valides sont "OR" et "AND" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=La cha\u00eene de mot-cl\u00e9 de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide pour la cha\u00eene d'op\u00e9rateur de r\u00e8gle de liaison "%s" |
| | | WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u00c9chec du d\u00e9codage d'URL de l'expression userdn de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie pour la raison suivante\u00a0: %s |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=La valeur d'expression groupdn de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, une valeur d'expression de mot-cl\u00e9 groupdn doit contenir une ou plusieurs URL LDAP au format suivant\u00a0: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u00c9chec du d\u00e9codage d'URL de l'expression groupdn de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie pour la raison suivante\u00a0: %s |
| | | WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=La valeur d'expression ip de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, l'expression de mot-cl\u00e9 ip n\u00e9cessite un ou plusieurs \u00e9l\u00e9ments d'expression de liste d'adresses\u00a0IP, s\u00e9par\u00e9s par une virgule |
| | | WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 dns n\u00e9cessite un nom de domaine\u00a0DNS complet |
| | | WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car un motif de caract\u00e8re g\u00e9n\u00e9rique a \u00e9t\u00e9 trouv\u00e9 dans une position incorrecte. Pour \u00eatre valide, la valeur d'expression g\u00e9n\u00e9rique de mot-cl\u00e9 dns doit comporter le caract\u00e8re g\u00e9n\u00e9rique '*' uniquement \u00e0 l'extr\u00eame gauche du nom de domaine |
| | | WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=La valeur d'expression dayofweek de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide, en raison d'une valeur de jour de semaine non valide. Pour \u00eatre valide, la valeur dayofweek doit correspondre \u00e0 l'une des abr\u00e9viations anglaises de nom de jour sur trois lettres suivantes\u00a0: sun, mon, tue, wed, thu, fri ou sat |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=La valeur d'expression timeofday de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur timeofday doit \u00eatre constitu\u00e9e de quatre chiffres, qui repr\u00e9sentent les heures et les minutes au format 24\u00a0heures (0 \u00e0 2359) |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=La valeur d'expression timeofday de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas dans la plage valide. Pour \u00eatre valide, la valeur timeofday doit \u00eatre constitu\u00e9e de quatre chiffres, qui repr\u00e9sentent les heures et les minutes au format 24\u00a0heures (0 \u00e0 2359) |
| | | WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=La valeur d'expression authmethod de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur authmethod doit \u00eatre l'une des suivantes\u00a0: none, simple, SSL ou "m\u00e9canisme SASL", o\u00f9 m\u00e9canisme est l'un des m\u00e9canismes SASL pris en charge, notamment CRAM-MD5, DIGEST-MD5 et GSSAPI |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=La valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=La valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas prise en charge |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur de motif d'h\u00e9ritage doit avoir le format suivant\u00a0: parent[niveau_h\u00e9ritage].attribut#typeLiaison |
| | | WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. La valeur de niveau d'h\u00e9ritage ne peut pas d\u00e9passer la limite de niveau maximale %s |
| | | WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car elle n'est pas num\u00e9rique |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=La valeur de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur de r\u00e8gle de liaison doit avoir le format suivant\u00a0: mot-cl\u00e9 op\u00e9rateur "expression" |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=La valeur de mot-cl\u00e9 target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs de mot-cl\u00e9 target valides sont les suivantes\u00a0: target, targetscope, targetfilter, targetattr ou targetattrfilters |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=La valeur d'op\u00e9rateur cible de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. La seule valeur d'op\u00e9rateur cible valide pour le mot-cl\u00e9 "%s" est '=' |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=La valeur de mot-cl\u00e9 target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") appara\u00eet plusieurs fois dans l'ACI "%s" |
| | | WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=La valeur d'op\u00e9rateur de mot-cl\u00e9 target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'op\u00e9rateur de mot-cl\u00e9 target valides sont '=' et '!=' |
| | | WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=La valeur d'op\u00e9rateur d'expression targetscope de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Les valeurs d'expression targetscope valides sont les suivantes\u00a0: one, onelevel, subtree ou subordinate |
| | | WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=La valeur d'expression target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 target doit contenir une URL LDAP au format suivant\u00a0: ldap:///motif_nom_distinctif |
| | | WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=La valeur DN d'expression target de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. La valeur DN d'expression target doit \u00eatre un descendant du DN d'entr\u00e9e d'instruction de contr\u00f4le d'acc\u00e8s (ACI) "%s", si aucun caract\u00e8re g\u00e9n\u00e9rique n'est pr\u00e9cis\u00e9 dans le DN d'expression target |
| | | WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=La valeur d'expression targetattr de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 targetattr doit contenir un ou plusieurs noms de type d'attribut valides au format suivant\u00a0: attribut1 [|| attribut2] ... [|| attributN]. Les options d'attribut ne sont pas support\u00e9es. |
| | | WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=La valeur d'expression targetfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car il ne s'agit pas d'un filtre LDAP valide |
| | | 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 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=\u00c9chec de la tentative d'ajout de l'entr\u00e9e "%s" contenant un attribut de type aci, pour la raison suivante\u00a0: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\u00c9chec de la tentative de modification d'un attribut de type aci dans l'entr\u00e9e "%s", pour la raison suivante\u00a0: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", dans l'entr\u00e9e "%s", pour la raison suivante\u00a0: %s |
| | | WARN_ACI_ADD_FAILED_DECODE_46=\u00c9chec de la tentative d'ajout de l'entr\u00e9e "%s" contenant un attribut de type aci, pour la raison suivante\u00a0: %s |
| | | WARN_ACI_MODIFY_FAILED_DECODE_47=\u00c9chec de la tentative de modification d'un attribut de type aci dans l'entr\u00e9e "%s", pour la raison suivante\u00a0: %s |
| | | WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s", dans l'entr\u00e9e "%s", pour la raison suivante\u00a0: %s |
| | | 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=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide pour le mot-cl\u00e9 roledn car elle commence par la cha\u00eene "parent[" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie (%s) n'est pas valide car son format est incorrect. Pour \u00eatre valide, la valeur d'expression targattrfilter doit avoir le format suivant\u00a0: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car les deux jetons d'op\u00e9ration correspondent dans les deux listes de filtres |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car il existe plus de deux instructions de liste de filtres |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car la cha\u00eene de liste de filtres fournie n'est pas au format correct. Pour \u00eatre valide, la liste de filtres targattrfilter doit \u00eatre au format suivant\u00a0: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car un ou plusieurs des filtres indiqu\u00e9s ne sont pas valides, pour la raison suivante\u00a0: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car un ou plusieurs des filtres indiqu\u00e9s ne sont pas valides, en raison de la pr\u00e9sence de noms de type d'attribut non correspondants dans le filtre |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=La valeur de nom d'attribut de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, un nom de type d'attribut doit commencer par une lettre\u00a0ASCII et doit contenir uniquement des chiffres et des lettres\u00a0ASCII, ou le caract\u00e8re "-" |
| | | 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=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") fait r\u00e9f\u00e9rence au nom d'h\u00f4te %s, mais la repr\u00e9sentation canonique de ce nom d'h\u00f4te est configur\u00e9e sur %s. Le serveur va tenter d'interpr\u00e9ter automatiquement la valeur d'h\u00f4te local (localhost) correcte |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") fait r\u00e9f\u00e9rence au nom d'h\u00f4te %s, r\u00e9solu en l'adresse\u00a0IP %s, mais le nom d'h\u00f4te canonique pour cette adresse\u00a0IP est %s. Cela signifie probablement que le nom d'h\u00f4te fourni ne va jamais correspondre \u00e0 aucun client |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=Une erreur s'est produite lors de la tentative de d\u00e9termination du fait que le nom d'h\u00f4te %s r\u00e9f\u00e9renc\u00e9 dans la r\u00e8gle de liaison d'expression dns "%s" utilise ou non la repr\u00e9sentation canonique correcte, \u00e0 savoir %s. Cela signifie probablement que le nom d'h\u00f4te fourni ne va jamais correspondre \u00e0 aucun client |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=La valeur de motif d'h\u00e9ritage d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide pour le mot-cl\u00e9 roledn car elle commence par la cha\u00eene "parent[" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie (%s) n'est pas valide car son format est incorrect. Pour \u00eatre valide, la valeur d'expression targattrfilter doit avoir le format suivant\u00a0: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car les deux jetons d'op\u00e9ration correspondent dans les deux listes de filtres |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car il existe plus de deux instructions de liste de filtres |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car la cha\u00eene de liste de filtres fournie n'est pas au format correct. Pour \u00eatre valide, la liste de filtres targattrfilter doit \u00eatre au format suivant\u00a0: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car un ou plusieurs des filtres indiqu\u00e9s ne sont pas valides, pour la raison suivante\u00a0: %s |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=La valeur d'expression targattrfilter de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie (%s) n'est pas valide car un ou plusieurs des filtres indiqu\u00e9s ne sont pas valides, en raison de la pr\u00e9sence de noms de type d'attribut non correspondants dans le filtre |
| | | WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=La valeur de nom d'attribut de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, un nom de type d'attribut doit commencer par une lettre\u00a0ASCII et doit contenir uniquement des chiffres et des lettres\u00a0ASCII, ou le caract\u00e8re "-" |
| | | NOTE_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 |
| | | WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") fait r\u00e9f\u00e9rence au nom d'h\u00f4te %s, mais la repr\u00e9sentation canonique de ce nom d'h\u00f4te est configur\u00e9e sur %s. Le serveur va tenter d'interpr\u00e9ter automatiquement la valeur d'h\u00f4te local (localhost) correcte |
| | | WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=La valeur d'expression dns de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") fait r\u00e9f\u00e9rence au nom d'h\u00f4te %s, r\u00e9solu en l'adresse\u00a0IP %s, mais le nom d'h\u00f4te canonique pour cette adresse\u00a0IP est %s. Cela signifie probablement que le nom d'h\u00f4te fourni ne va jamais correspondre \u00e0 aucun client |
| | | WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=Une erreur s'est produite lors de la tentative de d\u00e9termination du fait que le nom d'h\u00f4te %s r\u00e9f\u00e9renc\u00e9 dans la r\u00e8gle de liaison d'expression dns "%s" utilise ou non la repr\u00e9sentation canonique correcte, \u00e0 savoir %s. Cela signifie probablement que le nom d'h\u00f4te fourni ne va jamais correspondre \u00e0 aucun client |
| | | 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=Le DN de motif %s n'est pas valide car il contient deux caract\u00e8res g\u00e9n\u00e9riques cons\u00e9cutifs dans une valeur d'attribut |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=Le DN de motif %s n'est pas valide car il utilise des caract\u00e8res g\u00e9n\u00e9riques pour la mise en correspondance des sous-cha\u00eenes dans un type d'attribut. Vous ne pouvez utiliser qu'un seul caract\u00e8re g\u00e9n\u00e9rique \u00e0 la place d'un type d'attribut |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=Le DN de motif %s n'est pas valide car il contient un caract\u00e8re g\u00e9n\u00e9rique dans un type d'attribut au sein d'un nom relatif distinctif (RDN) \u00e0 valeurs multiples |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Impossible d'obtenir un verrou sur la nouvelle entr\u00e9e sup\u00e9rieure ModifyDN %s |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=V\u00e9rification d'auto-\u00e9criture ignor\u00e9e car un attribut "%s" avec une syntaxe de nom distinctif ne correspond \u00e0 aucun DN valide |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=La valeur d'expression targetattr de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car l'expression contient des jetons en double ou non valides |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=La valeur d'expression de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car elle contient le mot-cl\u00e9 roledn, non pris en charge\u00a0; remplacez-le par le mot-cl\u00e9 groupdn |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=Impossible de d\u00e9coder l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) %s |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=Le serveur passe en mode verrouillage car des r\u00e8gles d'ACI non valides ont \u00e9t\u00e9 d\u00e9tect\u00e9es au d\u00e9marrage du serveur ou lors de l'initialisation du backend |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u00c9chec du d\u00e9codage d'URL de la valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie pour la raison suivante\u00a0: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u00c9chec de l'analyse de la valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'URL LDAP "%s" contient un DN de base vide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u00c9chec de l'analyse de la valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car le champ d'attribut de l'URL LDAP "%s" contient plusieurs descriptions ou est vide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion pr\u00e9fixe de l'expression "%s" a un format non valide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la valeur de pr\u00e9fixe de l'expression "%s" n'est pas valide. Toutes les valeurs doivent \u00eatre sup\u00e9rieures ou \u00e9gales \u00e0\u00a00, et inf\u00e9rieures ou \u00e9gales \u00e0\u00a032 (pour les adresses\u00a0IPV4) ou \u00e0\u00a0128 (pour les adresses\u00a0IPV6) |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion pr\u00e9fixe de l'expression "%s" n'a pas une valeur num\u00e9rique |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car le format de l'expression d'adresse\u00a0IPv4 "%s" n'est pas valide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'expression d'adresse\u00a0IPv4 "%s" contient une valeur non valide. Toutes les valeurs de l'adresse doivent \u00eatre comprises entre\u00a00 et\u00a0255 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'expression d'adresse\u00a0IPv4 "%s" contient une valeur non num\u00e9rique |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'expression d'adresse\u00a0IPv6 "%s" contient un caract\u00e8re g\u00e9n\u00e9rique ill\u00e9gal. Les caract\u00e8res g\u00e9n\u00e9riques ne sont pas pris en charge pour les adresses\u00a0IPv6 utilis\u00e9es dans une expression de r\u00e8gle de liaison\u00a0IP |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") pour la raison suivante\u00a0: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion masque de r\u00e9seau de l'expression "%s" a un format non valide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion masque de r\u00e9seau de l'expression "%s" a une valeur non valide |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=La valeur d'expression targetcontrol de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 targetcontrol doit contenir une ou plusieurs cha\u00eenes d'OID de contr\u00f4le valides au format suivant\u00a0: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u00c9chec de l'analyse de la valeur d'OID targetcontrol de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") car la valeur contient le caract\u00e8re ill\u00e9gal %c \u00e0 la position %d |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u00c9chec de l'analyse de la valeur d'OID targetcontrol de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=La valeur d'expression extop de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 extop doit contenir une ou plusieurs cha\u00eenes d'OID de requ\u00eate d'op\u00e9ration \u00e9tendue valides au format suivant\u00a0: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Le backend %s n'a aucun index de pr\u00e9sence d\u00e9fini pour le type d'attribut %s. L'initialisation du contr\u00f4le d'acc\u00e8s peut \u00eatre assez longue dans ce backend |
| | | WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=Le DN de motif %s n'est pas valide car il contient deux caract\u00e8res g\u00e9n\u00e9riques cons\u00e9cutifs dans une valeur d'attribut |
| | | WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=Le DN de motif %s n'est pas valide car il utilise des caract\u00e8res g\u00e9n\u00e9riques pour la mise en correspondance des sous-cha\u00eenes dans un type d'attribut. Vous ne pouvez utiliser qu'un seul caract\u00e8re g\u00e9n\u00e9rique \u00e0 la place d'un type d'attribut |
| | | WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=Le DN de motif %s n'est pas valide car il contient un caract\u00e8re g\u00e9n\u00e9rique dans un type d'attribut au sein d'un nom relatif distinctif (RDN) \u00e0 valeurs multiples |
| | | WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=Impossible d'obtenir un verrou sur la nouvelle entr\u00e9e sup\u00e9rieure ModifyDN %s |
| | | WARN_ACI_NOT_VALID_DN_73=V\u00e9rification d'auto-\u00e9criture ignor\u00e9e car un attribut "%s" avec une syntaxe de nom distinctif ne correspond \u00e0 aucun DN valide |
| | | WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=La valeur d'expression targetattr de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car l'expression contient des jetons en double ou non valides |
| | | WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=La valeur d'expression de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide car elle contient le mot-cl\u00e9 roledn, non pris en charge\u00a0; remplacez-le par le mot-cl\u00e9 groupdn |
| | | WARN_ACI_SERVER_DECODE_FAILED_76=Impossible de d\u00e9coder l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) %s |
| | | WARN_ACI_ENTER_LOCKDOWN_MODE_77=Le serveur passe en mode verrouillage car des r\u00e8gles d'ACI non valides ont \u00e9t\u00e9 d\u00e9tect\u00e9es au d\u00e9marrage du serveur ou lors de l'initialisation du backend |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u00c9chec du d\u00e9codage d'URL de la valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie pour la raison suivante\u00a0: %s |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u00c9chec de l'analyse de la valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'URL LDAP "%s" contient un DN de base vide |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u00c9chec de l'analyse de la valeur d'expression userattr de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car le champ d'attribut de l'URL LDAP "%s" contient plusieurs descriptions ou est vide |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion pr\u00e9fixe de l'expression "%s" a un format non valide |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la valeur de pr\u00e9fixe de l'expression "%s" n'est pas valide. Toutes les valeurs doivent \u00eatre sup\u00e9rieures ou \u00e9gales \u00e0\u00a00, et inf\u00e9rieures ou \u00e9gales \u00e0\u00a032 (pour les adresses\u00a0IPV4) ou \u00e0\u00a0128 (pour les adresses\u00a0IPV6) |
| | | WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion pr\u00e9fixe de l'expression "%s" n'a pas une valeur num\u00e9rique |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car le format de l'expression d'adresse\u00a0IPv4 "%s" n'est pas valide |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'expression d'adresse\u00a0IPv4 "%s" contient une valeur non valide. Toutes les valeurs de l'adresse doivent \u00eatre comprises entre\u00a00 et\u00a0255 |
| | | WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'expression d'adresse\u00a0IPv4 "%s" contient une valeur non num\u00e9rique |
| | | WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car l'expression d'adresse\u00a0IPv6 "%s" contient un caract\u00e8re g\u00e9n\u00e9rique ill\u00e9gal. Les caract\u00e8res g\u00e9n\u00e9riques ne sont pas pris en charge pour les adresses\u00a0IPv6 utilis\u00e9es dans une expression de r\u00e8gle de liaison\u00a0IP |
| | | WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") pour la raison suivante\u00a0: "%s" |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion masque de r\u00e9seau de l'expression "%s" a un format non valide |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u00c9chec de l'analyse de l'expression d'adresse\u00a0IP de r\u00e8gle de liaison de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie car la portion masque de r\u00e9seau de l'expression "%s" a une valeur non valide |
| | | WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=La valeur d'expression targetcontrol de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 targetcontrol doit contenir une ou plusieurs cha\u00eenes d'OID de contr\u00f4le valides au format suivant\u00a0: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u00c9chec de l'analyse de la valeur d'OID targetcontrol de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") car la valeur contient le caract\u00e8re ill\u00e9gal %c \u00e0 la position %d |
| | | WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u00c9chec de l'analyse de la valeur d'OID targetcontrol de l'instruction de contr\u00f4le d'acc\u00e8s\u00a0(ACI) fournie ("%s") car l'OID num\u00e9rique contient deux points cons\u00e9cutifs \u00e0 la position %d |
| | | WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=La valeur d'expression extop de l'instruction de contr\u00f4le d'acc\u00e8s (ACI) fournie ("%s") n'est pas valide. Pour \u00eatre valide, la valeur d'expression de mot-cl\u00e9 extop doit contenir une ou plusieurs cha\u00eenes d'OID de requ\u00eate d'op\u00e9ration \u00e9tendue valides au format suivant\u00a0: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Le backend %s n'a aucun index de pr\u00e9sence d\u00e9fini pour le type d'attribut %s. L'initialisation du contr\u00f4le d'acc\u00e8s peut \u00eatre assez longue dans ce 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" |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u6709\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4e00\u822c\u7684\u306a ACI \u69cb\u6587\u306e\u8a55\u4fa1\u3067\u4e0d\u5408\u683c\u3067\u3057\u305f |
| | | SEVERE_WARN_ACI_SYNTAX_INVAILD_VERSION_2=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30fc\u30b8\u30e7\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u306e\u306f version 3.0 \u306e\u307f\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4\u30a2\u30af\u30bb\u30b9\u30bf\u30a4\u30d7\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u30bf\u30a4\u30d7\u5024\u306f\u3001allow \u307e\u305f\u306f deny \u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u6a29\u9650\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6a29\u9650\u306f\u3001\u30b3\u30f3\u30de\u3067\u533a\u5207\u3063\u305f 1 \u304b\u3089 6 \u500b\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u30ea\u30b9\u30c8\u3092\u4e38\u62ec\u5f27\u3067\u56f2\u3093\u3060\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u6a29\u9650\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6a29\u9650\u306e\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u5024\u306f\u3001read\u3001write\u3001add\u3001delete\u3001search\u3001compare \u306e\u3046\u3061 1 \u3064\u4ee5\u4e0a\u3001\u307e\u305f\u306f all \u306e\u307f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | 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=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: userdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday\u3001\u307e\u305f\u306f authmethod |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6709\u52b9\u306a\u6f14\u7b97\u5b50\u5024\u306f\u3001'=' \u307e\u305f\u306f "!=" \u306e\u3044\u305a\u308c\u304b\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306b\u5bfe\u5fdc\u3059\u308b\u5f0f\u306e\u5024\u306b\u5f0f\u304c\u3042\u308a\u307e\u305b\u3093\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_BOOLEAN_OPERATOR_11=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30d6\u30fc\u30eb\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6709\u52b9\u306a\u30d6\u30fc\u30eb\u6f14\u7b97\u5b50\u5024\u306f\u3001"OR" \u307e\u305f\u306f "AND" \u306e\u3044\u305a\u308c\u304b\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u6587\u5b57\u5217 "%s" \u306f\u3001\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6f14\u7b97\u5b50\u6587\u5b57\u5217 "%s" \u306b\u5bfe\u3057\u3066\u7121\u52b9\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userdn \u5f0f\u306f\u3001\u6b21\u306e\u7406\u7531\u3067 URL \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e groupdn \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002groupdn \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e LDAP URL \u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e groupdn \u5f0f\u306e\u5024\u306f\u3001\u6b21\u306e\u7406\u7531\u3067 URL \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e ip \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002ip \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u3001\u30b3\u30f3\u30de\u3067\u533a\u5207\u3063\u305f 1 \u3064\u4ee5\u4e0a\u306e\u8981\u7d20\u3092\u542b\u3080\u3001\u6709\u52b9\u306a IP \u30a2\u30c9\u30ec\u30b9\u306e\u30ea\u30b9\u30c8\u5f0f\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002dns \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u3001\u6709\u52b9\u306a\u5b8c\u5168\u4fee\u98fe DNS \u30c9\u30e1\u30a4\u30f3\u540d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u30d1\u30bf\u30fc\u30f3\u304c\u4e0d\u9069\u5207\u306a\u4f4d\u7f6e\u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002dns \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u5f0f\u306e\u5024\u3067\u306f\u3001'*' \u6587\u5b57\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u30c9\u30e1\u30a4\u30f3\u540d\u306e\u4e00\u756a\u5de6\u306e\u307f\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dayofweek \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u66dc\u65e5\u306e\u5024\u304c\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u66dc\u65e5\u306e\u5024\u306f\u3001\u82f1\u5b57 3 \u6587\u5b57\u306b\u3088\u308b\u6b21\u306e\u66dc\u65e5\u7701\u7565\u5f62\u306e\u3044\u305a\u308c\u304b\u3067\u3059: sun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri\u3001\u307e\u305f\u306f sat |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e timeofday \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002timeofday \u306e\u6709\u52b9\u306a\u5024\u306f\u300124 \u6642\u9593\u6cd5\u3067\u6642\u3068\u5206\u3092\u8868\u3059 4 \u6841\u306e\u6570\u5b57 (0 \u304b\u3089 2359) \u3067\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e timeofday \u5f0f\u306e\u5024 "%s" \u306f\u3001\u6709\u52b9\u7bc4\u56f2\u5185\u306e\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002timeofday \u306e\u6709\u52b9\u306a\u5024\u306f\u300124 \u6642\u9593\u6cd5\u3067\u6642\u3068\u5206\u3092\u8868\u3059 4 \u6841\u306e\u6570\u5b57 (0 \u304b\u3089 2359) \u3067\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e authmethod \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a authmethod \u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3059: none\u3001simple\u3001SSL\u3001\u307e\u305f\u306f "sasl mechanism" (mechanism \u306e\u90e8\u5206\u306b\u306f\u3001\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b SASL \u6a5f\u69cb\u3068\u3057\u3066 CRAM-MD5\u3001DIGEST-MD5\u3001GSSAPI \u306a\u3069\u3092\u6307\u5b9a) |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024 "%s" \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: parent[inheritance_level].attribute#bindType |
| | | SEVERE_WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u7d99\u627f\u30ec\u30d9\u30eb\u306e\u5024\u306f\u6700\u5927\u30ec\u30d9\u30eb\u5024 %s \u3092\u8d85\u3048\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6570\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u30eb\u30fc\u30eb\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30bf\u30fc\u30b2\u30c3\u30c8\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_TARGET_KEYWORD_34=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3059: target\u3001targetscope\u3001targetfilter\u3001targetattr\u3001\u307e\u305f\u306f targattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e "%s" \u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u6709\u52b9\u306a\u6f14\u7b97\u5b50\u5024\u306f '=' \u306e\u307f\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u304c ACI "%s" \u306b\u8907\u6570\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u6f14\u7b97\u5b50\u5024\u306f\u3001'=' \u307e\u305f\u306f "!=" \u306e\u3044\u305a\u308c\u304b\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetscope \u5f0f\u306e\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002targetscope \u5f0f\u306e\u6709\u52b9\u306a\u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3059: one\u3001onelevel\u3001subtree\u3001\u307e\u305f\u306f subordinate |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e target \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002target \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u3001LDAP URL \u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: ldap:///distinguished_name_pattern |
| | | SEVERE_WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e target \u5f0f\u306e DN \u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002target \u5f0f\u306e DN \u3067\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001target \u5f0f\u306e DN \u5024\u306f\u3001ACI \u30a8\u30f3\u30c8\u30ea\u306e DN "%s" \u306e\u5b50\u5b6b\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetattr \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002targetattr \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6709\u52b9\u306a\u5c5e\u6027\u578b\u540d\u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: attribute1 [|| attribute2] ... [|| attributeN]\u3002\u5c5e\u6027\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetfilter \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a LDAP \u30d5\u30a3\u30eb\u30bf\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217 "%s" \u3092\u6709\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u4e00\u822c\u7684\u306a ACI \u69cb\u6587\u306e\u8a55\u4fa1\u3067\u4e0d\u5408\u683c\u3067\u3057\u305f |
| | | WARN_ACI_SYNTAX_INVAILD_VERSION_2=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30fc\u30b8\u30e7\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u306e\u306f version 3.0 \u306e\u307f\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_ACCESS_TYPE_VERSION_3=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4\u30a2\u30af\u30bb\u30b9\u30bf\u30a4\u30d7\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u30bf\u30a4\u30d7\u5024\u306f\u3001allow \u307e\u305f\u306f deny \u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_SYNTAX_4=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u6a29\u9650\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6a29\u9650\u306f\u3001\u30b3\u30f3\u30de\u3067\u533a\u5207\u3063\u305f 1 \u304b\u3089 6 \u500b\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u30ea\u30b9\u30c8\u3092\u4e38\u62ec\u5f27\u3067\u56f2\u3093\u3060\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_RIGHTS_KEYWORD_5=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u6a29\u9650\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6a29\u9650\u306e\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u5024\u306f\u3001read\u3001write\u3001add\u3001delete\u3001search\u3001compare \u306e\u3046\u3061 1 \u3064\u4ee5\u4e0a\u3001\u307e\u305f\u306f all \u306e\u307f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | 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 |
| | | 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" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_8=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: userdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday\u3001\u307e\u305f\u306f authmethod |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_OPERATOR_9=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6709\u52b9\u306a\u6f14\u7b97\u5b50\u5024\u306f\u3001'=' \u307e\u305f\u306f "!=" \u306e\u3044\u305a\u308c\u304b\u3067\u3059 |
| | | WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306b\u5bfe\u5fdc\u3059\u308b\u5f0f\u306e\u5024\u306b\u5f0f\u304c\u3042\u308a\u307e\u305b\u3093\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" |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_BOOLEAN_OPERATOR_11=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30d6\u30fc\u30eb\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6709\u52b9\u306a\u30d6\u30fc\u30eb\u6f14\u7b97\u5b50\u5024\u306f\u3001"OR" \u307e\u305f\u306f "AND" \u306e\u3044\u305a\u308c\u304b\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_BIND_RULE_KEYWORD_OPERATOR_COMBO_12=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u6587\u5b57\u5217 "%s" \u306f\u3001\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e\u6f14\u7b97\u5b50\u6587\u5b57\u5217 "%s" \u306b\u5bfe\u3057\u3066\u7121\u52b9\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_USERDN_URL_13=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userdn \u5f0f\u306f\u3001\u6b21\u306e\u7406\u7531\u3067 URL \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION_16=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e groupdn \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002groupdn \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e LDAP URL \u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: ldap:///groupdn [|| ldap:///groupdn] ... [|| ldap:///groupdn] |
| | | WARN_ACI_SYNTAX_INVALID_GROUPDN_URL_17=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e groupdn \u5f0f\u306e\u5024\u306f\u3001\u6b21\u306e\u7406\u7531\u3067 URL \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | WARN_ACI_SYNTAX_INVALID_IP_EXPRESSION_21=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e ip \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002ip \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u3001\u30b3\u30f3\u30de\u3067\u533a\u5207\u3063\u305f 1 \u3064\u4ee5\u4e0a\u306e\u8981\u7d20\u3092\u542b\u3080\u3001\u6709\u52b9\u306a IP \u30a2\u30c9\u30ec\u30b9\u306e\u30ea\u30b9\u30c8\u5f0f\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_DNS_EXPRESSION_22=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002dns \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u3001\u6709\u52b9\u306a\u5b8c\u5168\u4fee\u98fe DNS \u30c9\u30e1\u30a4\u30f3\u540d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_DNS_WILDCARD_23=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u30d1\u30bf\u30fc\u30f3\u304c\u4e0d\u9069\u5207\u306a\u4f4d\u7f6e\u306b\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002dns \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u5f0f\u306e\u5024\u3067\u306f\u3001'*' \u6587\u5b57\u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u30c9\u30e1\u30a4\u30f3\u540d\u306e\u4e00\u756a\u5de6\u306e\u307f\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dayofweek \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u66dc\u65e5\u306e\u5024\u304c\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u66dc\u65e5\u306e\u5024\u306f\u3001\u82f1\u5b57 3 \u6587\u5b57\u306b\u3088\u308b\u6b21\u306e\u66dc\u65e5\u7701\u7565\u5f62\u306e\u3044\u305a\u308c\u304b\u3067\u3059: sun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri\u3001\u307e\u305f\u306f sat |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_25=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e timeofday \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002timeofday \u306e\u6709\u52b9\u306a\u5024\u306f\u300124 \u6642\u9593\u6cd5\u3067\u6642\u3068\u5206\u3092\u8868\u3059 4 \u6841\u306e\u6570\u5b57 (0 \u304b\u3089 2359) \u3067\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_RANGE_26=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e timeofday \u5f0f\u306e\u5024 "%s" \u306f\u3001\u6709\u52b9\u7bc4\u56f2\u5185\u306e\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002timeofday \u306e\u6709\u52b9\u306a\u5024\u306f\u300124 \u6642\u9593\u6cd5\u3067\u6642\u3068\u5206\u3092\u8868\u3059 4 \u6841\u306e\u6570\u5b57 (0 \u304b\u3089 2359) \u3067\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | | WARN_ACI_SYNTAX_INVALID_AUTHMETHOD_EXPRESSION_27=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e authmethod \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a authmethod \u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3059: none\u3001simple\u3001SSL\u3001\u307e\u305f\u306f "sasl mechanism" (mechanism \u306e\u90e8\u5206\u306b\u306f\u3001\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b SASL \u6a5f\u69cb\u3068\u3057\u3066 CRAM-MD5\u3001DIGEST-MD5\u3001GSSAPI \u306a\u3069\u3092\u6307\u5b9a) |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION_28=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_KEYWORD_29=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024 "%s" \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_INHERITANCE_PATTERN_30=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: parent[inheritance_level].attribute#bindType |
| | | WARN_ACI_SYNTAX_MAX_USERATTR_INHERITANCE_LEVEL_EXCEEDED_31=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u7d99\u627f\u30ec\u30d9\u30eb\u306e\u5024\u306f\u6700\u5927\u30ec\u30d9\u30eb\u5024 %s \u3092\u8d85\u3048\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_INVALID_INHERITANCE_VALUE_32=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6570\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u30eb\u30fc\u30eb\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u30bf\u30fc\u30b2\u30c3\u30c8\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" |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3059: target\u3001targetscope\u3001targetfilter\u3001targetattr\u3001\u307e\u305f\u306f targattrfilters |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e "%s" \u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u6709\u52b9\u306a\u6f14\u7b97\u5b50\u5024\u306f '=' \u306e\u307f\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u5024 "%s" \u304c ACI "%s" \u306b\u8907\u6570\u898b\u3064\u304b\u308a\u307e\u3057\u305f |
| | | WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u306e\u6709\u52b9\u306a\u30ad\u30fc\u30ef\u30fc\u30c9\u6f14\u7b97\u5b50\u5024\u306f\u3001'=' \u307e\u305f\u306f "!=" \u306e\u3044\u305a\u308c\u304b\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGETSCOPE_EXPRESSION_39=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetscope \u5f0f\u306e\u6f14\u7b97\u5b50\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002targetscope \u5f0f\u306e\u6709\u52b9\u306a\u5024\u306f\u3001\u6b21\u306e\u3044\u305a\u308c\u304b\u3067\u3059: one\u3001onelevel\u3001subtree\u3001\u307e\u305f\u306f subordinate |
| | | WARN_ACI_SYNTAX_INVALID_TARGETKEYWORD_EXPRESSION_40=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e target \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002target \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u3001LDAP URL \u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: ldap:///distinguished_name_pattern |
| | | WARN_ACI_SYNTAX_TARGET_DN_NOT_DESCENDENTOF_41=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e target \u5f0f\u306e DN \u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002target \u5f0f\u306e DN \u3067\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001target \u5f0f\u306e DN \u5024\u306f\u3001ACI \u30a8\u30f3\u30c8\u30ea\u306e DN "%s" \u306e\u5b50\u5b6b\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGETATTRKEYWORD_EXPRESSION_42=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetattr \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002targetattr \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6709\u52b9\u306a\u5c5e\u6027\u578b\u540d\u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: attribute1 [|| attribute2] ... [|| attributeN]\u3002\u5c5e\u6027\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_INVALID_TARGETFILTERKEYWORD_EXPRESSION_43=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetfilter \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a LDAP \u30d5\u30a3\u30eb\u30bf\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | 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=aci \u5c5e\u6027\u578b\u3092\u542b\u3080\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3059\u308b\u8a66\u307f\u304c\u6b21\u306e\u7406\u7531\u3067\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_ACI_MODIFY_FAILED_DECODE_47=\u30a8\u30f3\u30c8\u30ea "%s" \u306e aci \u5c5e\u6027\u578b\u3092\u4fee\u6b63\u3059\u308b\u8a66\u307f\u304c\u6b21\u306e\u7406\u7531\u3067\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s" (\u30a8\u30f3\u30c8\u30ea "%s" \u5185)\u3002\u7406\u7531\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3059: %s |
| | | WARN_ACI_ADD_FAILED_DECODE_46=aci \u5c5e\u6027\u578b\u3092\u542b\u3080\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3059\u308b\u8a66\u307f\u304c\u6b21\u306e\u7406\u7531\u3067\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | WARN_ACI_MODIFY_FAILED_DECODE_47=\u30a8\u30f3\u30c8\u30ea "%s" \u306e aci \u5c5e\u6027\u578b\u3092\u4fee\u6b63\u3059\u308b\u8a66\u307f\u304c\u6b21\u306e\u7406\u7531\u3067\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s" (\u30a8\u30f3\u30c8\u30ea "%s" \u5185)\u3002\u7406\u7531\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3059: %s |
| | | 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=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u3001roledn \u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u7121\u52b9\u3067\u3059\u3002\u6587\u5b57\u5217 "parent[" \u3067\u59cb\u307e\u3063\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilter \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u5f62\u5f0f\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002targattrsfilters \u5f0f\u306e\u6709\u52b9\u306a\u5024\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilter \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u30022 \u3064\u306e\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u3067\u4e21\u65b9\u306e\u64cd\u4f5c\u30c8\u30fc\u30af\u30f3\u304c\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u6587\u304c 3 \u3064\u4ee5\u4e0a\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u6587\u5b57\u5217\u306e\u5f62\u5f0f\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002targattrfilters \u306e\u6709\u52b9\u306a\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u306e 1 \u3064\u4ee5\u4e0a\u304c\u6b21\u306e\u7406\u7531\u3067\u7121\u52b9\u3067\u3059: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u306e 1 \u3064\u4ee5\u4e0a\u304c\u7121\u52b9\u3067\u3059\u3002\u30d5\u30a3\u30eb\u30bf\u5185\u306e\u5c5e\u6027\u578b\u540d\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u540d\u306e\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u5c5e\u6027\u578b\u540d\u306f\u3001ASCII \u6587\u5b57\u3067\u59cb\u307e\u308a\u3001ASCII \u6587\u5b57\u3001\u6570\u5b57\u3001\u307e\u305f\u306f "-" \u6587\u5b57\u3060\u3051\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | 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=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u30db\u30b9\u30c8\u540d %s \u3092\u53c2\u7167\u3057\u307e\u3059\u304c\u3001\u3053\u306e\u30db\u30b9\u30c8\u540d\u306e\u6a19\u6e96\u8868\u73fe\u306f %s \u3068\u3057\u3066\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u6b63\u3057\u3044 localhost \u5024\u306e\u81ea\u52d5\u89e3\u91c8\u3092\u8a66\u307f\u307e\u3059 |
| | | SEVERE_WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u30db\u30b9\u30c8\u540d %s \u3092\u53c2\u7167\u3057\u307e\u3059\u3002\u3053\u308c\u306f IP \u30a2\u30c9\u30ec\u30b9 %s \u306b\u89e3\u6c7a\u3055\u308c\u307e\u3059\u304c\u3001\u3053\u306e IP \u30a2\u30c9\u30ec\u30b9\u306e\u6a19\u6e96\u30db\u30b9\u30c8\u540d\u306f %s \u3067\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u6307\u5b9a\u3055\u308c\u305f\u30db\u30b9\u30c8\u540d\u304c\u3044\u305a\u308c\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u3082\u4e00\u81f4\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=dns \u5f0f\u306e\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb "%2$s" \u3067\u53c2\u7167\u3055\u308c\u308b\u30db\u30b9\u30c8\u540d %1$s \u304c\u6b63\u3057\u3044\u6a19\u6e96\u8868\u73fe\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u6307\u5b9a\u3055\u308c\u305f\u30db\u30b9\u30c8\u540d\u304c\u3044\u305a\u308c\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u3082\u4e00\u81f4\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ROLEDN_INHERITANCE_PATTERN_51=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u7d99\u627f\u30d1\u30bf\u30fc\u30f3\u5024 "%s" \u306f\u3001roledn \u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u7121\u52b9\u3067\u3059\u3002\u6587\u5b57\u5217 "parent[" \u3067\u59cb\u307e\u3063\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilter \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u5f62\u5f0f\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002targattrsfilters \u5f0f\u306e\u6709\u52b9\u306a\u5024\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: "add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilter \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u30022 \u3064\u306e\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u3067\u4e21\u65b9\u306e\u64cd\u4f5c\u30c8\u30fc\u30af\u30f3\u304c\u4e00\u81f4\u3057\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_MAX_FILTER_LISTS_55=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u6587\u304c 3 \u3064\u4ee5\u4e0a\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LIST_FORMAT_56=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u6587\u5b57\u5217\u306e\u5f62\u5f0f\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002targattrfilters \u306e\u6709\u52b9\u306a\u30d5\u30a3\u30eb\u30bf\u30ea\u30b9\u30c8\u306f\u3001\u6b21\u306e\u5f62\u5f0f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: add=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_FILTER_57=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u306e 1 \u3064\u4ee5\u4e0a\u304c\u6b21\u306e\u7406\u7531\u3067\u7121\u52b9\u3067\u3059: %s |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_FILTER_LISTS_ATTR_FILTER_58=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targattrfilters \u5f0f\u306e\u5024 %s \u306f\u7121\u52b9\u3067\u3059\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a3\u30eb\u30bf\u306e 1 \u3064\u4ee5\u4e0a\u304c\u7121\u52b9\u3067\u3059\u3002\u30d5\u30a3\u30eb\u30bf\u5185\u306e\u5c5e\u6027\u578b\u540d\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_INVALID_ATTRIBUTE_TYPE_NAME_59=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5c5e\u6027\u540d\u306e\u5024 %s \u304c\u7121\u52b9\u3067\u3059\u3002\u6709\u52b9\u306a\u5c5e\u6027\u578b\u540d\u306f\u3001ASCII \u6587\u5b57\u3067\u59cb\u307e\u308a\u3001ASCII \u6587\u5b57\u3001\u6570\u5b57\u3001\u307e\u305f\u306f "-" \u6587\u5b57\u3060\u3051\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | NOTE_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 |
| | | WARN_ACI_LOCALHOST_DOESNT_MATCH_CANONICAL_VALUE_61=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u30db\u30b9\u30c8\u540d %s \u3092\u53c2\u7167\u3057\u307e\u3059\u304c\u3001\u3053\u306e\u30db\u30b9\u30c8\u540d\u306e\u6a19\u6e96\u8868\u73fe\u306f %s \u3068\u3057\u3066\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u6b63\u3057\u3044 localhost \u5024\u306e\u81ea\u52d5\u89e3\u91c8\u3092\u8a66\u307f\u307e\u3059 |
| | | WARN_ACI_HOSTNAME_DOESNT_MATCH_CANONICAL_VALUE_62=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e dns \u5f0f\u306e\u5024 "%s" \u306f\u30db\u30b9\u30c8\u540d %s \u3092\u53c2\u7167\u3057\u307e\u3059\u3002\u3053\u308c\u306f IP \u30a2\u30c9\u30ec\u30b9 %s \u306b\u89e3\u6c7a\u3055\u308c\u307e\u3059\u304c\u3001\u3053\u306e IP \u30a2\u30c9\u30ec\u30b9\u306e\u6a19\u6e96\u30db\u30b9\u30c8\u540d\u306f %s \u3067\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u6307\u5b9a\u3055\u308c\u305f\u30db\u30b9\u30c8\u540d\u304c\u3044\u305a\u308c\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u3082\u4e00\u81f4\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=dns \u5f0f\u306e\u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb "%2$s" \u3067\u53c2\u7167\u3055\u308c\u308b\u30db\u30b9\u30c8\u540d %1$s \u304c\u6b63\u3057\u3044\u6a19\u6e96\u8868\u73fe\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u6307\u5b9a\u3055\u308c\u305f\u30db\u30b9\u30c8\u540d\u304c\u3044\u305a\u308c\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u3082\u4e00\u81f4\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | 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=DN \u306e\u30d1\u30bf\u30fc\u30f3 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u5c5e\u6027\u5024\u306b 2 \u3064\u306e\u9023\u7d9a\u3059\u308b\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=DN \u306e\u30d1\u30bf\u30fc\u30f3 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b\u306b\u90e8\u5206\u6587\u5b57\u5217\u30de\u30c3\u30c1\u30f3\u30b0\u306e\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u304c\u8907\u6570\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5c5e\u6027\u578b\u306e\u4ee3\u308f\u308a\u306b\u4f7f\u7528\u3067\u304d\u308b\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=DN \u306e\u30d1\u30bf\u30fc\u30f3 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8907\u6570\u5024\u306e RDN \u306e\u5c5e\u6027\u578b\u306b\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=ModifyDN \u306e\u65b0\u3057\u3044\u4e0a\u4f4d\u30a8\u30f3\u30c8\u30ea %s \u306e\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=\u81ea\u5df1\u66f8\u304d\u8fbc\u307f\u30c1\u30a7\u30c3\u30af\u304c\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002\u8b58\u5225\u540d\u69cb\u6587\u3092\u4f7f\u7528\u3059\u308b\u5c5e\u6027 "%s" \u304c\u6709\u52b9\u306a DN \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetattr \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u5f0f\u306b\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u307e\u305f\u306f\u91cd\u8907\u3059\u308b\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5f0f\u306e\u5024 "%s" \u304c\u7121\u52b9\u3067\u3059\u3002roledn \u30ad\u30fc\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u308c\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002groupdn \u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u7f6e\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_WARN_ACI_SERVER_DECODE_FAILED_76=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI)%s \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | SEVERE_WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u6642\u307e\u305f\u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u521d\u671f\u5316\u4e2d\u306b\u7121\u52b9\u306a ACI \u30eb\u30fc\u30eb\u304c\u691c\u51fa\u3055\u308c\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u30ed\u30c3\u30af\u30c0\u30a6\u30f3\u30e2\u30fc\u30c9\u306b\u306a\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024\u306f\u3001\u6b21\u306e\u7406\u7531\u3067 URL \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002ldap URL "%s" \u306b\u7a7a\u306e\u30d9\u30fc\u30b9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002ldap URL "%s" \u306e\u5c5e\u6027\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u8907\u6570\u306e\u8aac\u660e\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7a7a\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u90e8\u5206\u306e\u5f62\u5f0f\u304c\u7121\u52b9\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u5024\u304c\u7121\u52b9\u306a\u5024\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5024\u304c 0 \u4ee5\u4e0a\u3067\u3001IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5834\u5408\u306f 32 \u4ee5\u4e0b\u3001IPv6 \u30a2\u30c9\u30ec\u30b9\u306e\u5834\u5408\u306f 128 \u4ee5\u4e0b\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u90e8\u5206\u306b\u6570\u5024\u4ee5\u5916\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306e\u5f62\u5f0f\u304c\u7121\u52b9\u3067\u3057\u305f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306b\u7121\u52b9\u306a\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u30a2\u30c9\u30ec\u30b9\u306e\u5024\u306f\u3059\u3079\u3066 0 \u304b\u3089 255 \u306e\u9593\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306b\u6570\u5024\u4ee5\u5916\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv6 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306b\u4e0d\u6b63\u306a\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002IP \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5f0f\u3067 IPv6 \u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3059\u308b\u3068\u304d\u306f\u3001\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f "%s" \u306f\u3001\u6b21\u306e\u7406\u7531\u3067\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30cd\u30c3\u30c8\u30de\u30b9\u30af\u90e8\u5206\u306e\u5f62\u5f0f\u304c\u7121\u52b9\u3067\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30cd\u30c3\u30c8\u30de\u30b9\u30af\u90e8\u5206\u306b\u7121\u52b9\u306a\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetcontrol \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002targetcontrol \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6709\u52b9\u306a\u5236\u5fa1 OID \u6587\u5b57\u5217\u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetcontrol OID \u5024 "%1$s" \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5024\u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetcontrol OID \u5024 "%s" \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024\u306e OID \u306e\u4f4d\u7f6e %d \u306b 2 \u3064\u306e\u9023\u7d9a\u3059\u308b\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e extop \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002extop \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6709\u52b9\u306a\u62e1\u5f35\u64cd\u4f5c\u8981\u6c42 OID \u6587\u5b57\u5217\u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: oid [|| oid1] ... [|| oidN] |
| | | SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u3067\u3001\u5c5e\u6027\u578b %s \u306b\u30d7\u30ec\u30bc\u30f3\u30b9\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u306e\u521d\u671f\u5316\u306b\u304b\u306a\u308a\u6642\u9593\u304c\u304b\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=DN \u306e\u30d1\u30bf\u30fc\u30f3 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u5c5e\u6027\u5024\u306b 2 \u3064\u306e\u9023\u7d9a\u3059\u308b\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=DN \u306e\u30d1\u30bf\u30fc\u30f3 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b\u306b\u90e8\u5206\u6587\u5b57\u5217\u30de\u30c3\u30c1\u30f3\u30b0\u306e\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u304c\u8907\u6570\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5c5e\u6027\u578b\u306e\u4ee3\u308f\u308a\u306b\u4f7f\u7528\u3067\u304d\u308b\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=DN \u306e\u30d1\u30bf\u30fc\u30f3 %s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u8907\u6570\u5024\u306e RDN \u306e\u5c5e\u6027\u578b\u306b\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=ModifyDN \u306e\u65b0\u3057\u3044\u4e0a\u4f4d\u30a8\u30f3\u30c8\u30ea %s \u306e\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093 |
| | | WARN_ACI_NOT_VALID_DN_73=\u81ea\u5df1\u66f8\u304d\u8fbc\u307f\u30c1\u30a7\u30c3\u30af\u304c\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002\u8b58\u5225\u540d\u69cb\u6587\u3092\u4f7f\u7528\u3059\u308b\u5c5e\u6027 "%s" \u304c\u6709\u52b9\u306a DN \u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | WARN_ACI_TARGETATTR_INVALID_ATTR_TOKEN_74=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetattr \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002\u5f0f\u306b\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u307e\u305f\u306f\u91cd\u8907\u3059\u308b\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED_75=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u5f0f\u306e\u5024 "%s" \u304c\u7121\u52b9\u3067\u3059\u3002roledn \u30ad\u30fc\u30ef\u30fc\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u308c\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002groupdn \u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u7f6e\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044 |
| | | WARN_ACI_SERVER_DECODE_FAILED_76=\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI)%s \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u30b5\u30fc\u30d0\u30fc\u306e\u8d77\u52d5\u6642\u307e\u305f\u306f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u521d\u671f\u5316\u4e2d\u306b\u7121\u52b9\u306a ACI \u30eb\u30fc\u30eb\u304c\u691c\u51fa\u3055\u308c\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u30ed\u30c3\u30af\u30c0\u30a6\u30f3\u30e2\u30fc\u30c9\u306b\u306a\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_URL_78=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024\u306f\u3001\u6b21\u306e\u7406\u7531\u3067 URL \u306e\u30c7\u30b3\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f: %s |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002ldap URL "%s" \u306b\u7a7a\u306e\u30d9\u30fc\u30b9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e userattr \u5f0f\u306e\u5024\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002ldap URL "%s" \u306e\u5c5e\u6027\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u8907\u6570\u306e\u8aac\u660e\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7a7a\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u90e8\u5206\u306e\u5f62\u5f0f\u304c\u7121\u52b9\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u5024\u304c\u7121\u52b9\u306a\u5024\u3067\u3057\u305f\u3002\u3059\u3079\u3066\u306e\u5024\u304c 0 \u4ee5\u4e0a\u3067\u3001IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5834\u5408\u306f 32 \u4ee5\u4e0b\u3001IPv6 \u30a2\u30c9\u30ec\u30b9\u306e\u5834\u5408\u306f 128 \u4ee5\u4e0b\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u90e8\u5206\u306b\u6570\u5024\u4ee5\u5916\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306e\u5f62\u5f0f\u304c\u7121\u52b9\u3067\u3057\u305f |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306b\u7121\u52b9\u306a\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u30a2\u30c9\u30ec\u30b9\u306e\u5024\u306f\u3059\u3079\u3066 0 \u304b\u3089 255 \u306e\u9593\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv4 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306b\u6570\u5024\u4ee5\u5916\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002IPv6 \u30a2\u30c9\u30ec\u30b9\u306e\u5f0f "%s" \u306b\u4e0d\u6b63\u306a\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002IP \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u5f0f\u3067 IPv6 \u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3059\u308b\u3068\u304d\u306f\u3001\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093 |
| | | WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f "%s" \u306f\u3001\u6b21\u306e\u7406\u7531\u3067\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f: "%s" |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30cd\u30c3\u30c8\u30de\u30b9\u30af\u90e8\u5206\u306e\u5f62\u5f0f\u304c\u7121\u52b9\u3067\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u30d0\u30a4\u30f3\u30c9\u30eb\u30fc\u30eb\u306e IP \u30a2\u30c9\u30ec\u30b9\u5f0f\u306f\u89e3\u6790\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u5f0f "%s" \u306e\u30cd\u30c3\u30c8\u30de\u30b9\u30af\u90e8\u5206\u306b\u7121\u52b9\u306a\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGETCONTROL_EXPRESSION_91=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetcontrol \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002targetcontrol \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6709\u52b9\u306a\u5236\u5fa1 OID \u6587\u5b57\u5217\u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetcontrol OID \u5024 "%1$s" \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5024\u306e\u4f4d\u7f6e %3$d \u306b\u4e0d\u6b63\u306a\u6587\u5b57 %2$c \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e targetcontrol OID \u5024 "%s" \u3092\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6570\u5024\u306e OID \u306e\u4f4d\u7f6e %d \u306b 2 \u3064\u306e\u9023\u7d9a\u3059\u308b\u30d4\u30ea\u30aa\u30c9\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | WARN_ACI_SYNTAX_INVALID_TARGEXTOP_EXPRESSION_95=\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u547d\u4ee4 (ACI) \u306e extop \u5f0f\u306e\u5024 "%s" \u306f\u7121\u52b9\u3067\u3059\u3002extop \u30ad\u30fc\u30ef\u30fc\u30c9\u306e\u6709\u52b9\u306a\u5f0f\u306e\u5024\u3067\u306f\u30011 \u3064\u4ee5\u4e0a\u306e\u6709\u52b9\u306a\u62e1\u5f35\u64cd\u4f5c\u8981\u6c42 OID \u6587\u5b57\u5217\u3092\u6b21\u306e\u5f62\u5f0f\u3067\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: oid [|| oid1] ... [|| oidN] |
| | | WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u3067\u3001\u5c5e\u6027\u578b %s \u306b\u30d7\u30ec\u30bc\u30f3\u30b9\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u30a2\u30af\u30bb\u30b9\u5236\u5fa1\u306e\u521d\u671f\u5316\u306b\u304b\u306a\u308a\u6642\u9593\u304c\u304b\u304b\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | 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" |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # 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. |
| | | 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_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_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 targattrfilters \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_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. A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate |
| | | 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 [|| attribute2] ... [|| attributeN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc18d\uc131 \uc635\uc158\uc740 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 targattrfilters \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate |
| | | 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. |
| | | 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. |
| | | 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 [|| attribute2] ... [|| attributeN] \ud615\uc2dd\uc758 \uc720\ud6a8\ud55c \uc18d\uc131 \uc720\ud615 \uc774\ub984\uc774 \ud558\ub098 \uc774\uc0c1 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc18d\uc131 \uc635\uc158\uc740 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4 |
| | | 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. |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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_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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | NOTE_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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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_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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u63d0\u4f9b\u7684\u5b57\u7b26\u4e32 "%s" \u65e0\u6cd5\u4f5c\u4e3a\u6709\u6548\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8be5\u5b57\u7b26\u4e32\u6ca1\u6709\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\u662f 1 \u5230 6 \u4e2a\u5305\u542b\u5728\u5706\u62ec\u53f7\u4e2d\u5e76\u7528\u9017\u53f7\u5206\u9694\u7684\u5173\u952e\u5b57\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\u662f\u4e0b\u5217\u4e00\u4e2a\u6216\u591a\u4e2a\u5173\u952e\u5b57\uff1aread\u3001write\u3001add\u3001delete\u3001search\u3001compare \u6216\u5355\u4e2a\u503c 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\u662f\u4e0b\u5217\u5173\u952e\u5b57\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\u662f '=' \u6216 "!=" |
| | | SEVERE_WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u63d0\u4f9b\u7684\u5bf9\u5e94\u4e8e\u5173\u952e\u5b57\u503c "%s" \u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u503c\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\u662f "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\u4e8e\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_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_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\u7528\u9017\u53f7\u5206\u9694\u7684\u6709\u6548 IP \u5730\u5740\u5217\u8868\u8868\u8fbe\u5f0f\u5143\u7d20 |
| | | 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\u6709\u6548\u7684\u5b8c\u5168\u5408\u683c\u7684 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\u5728\u9519\u8bef\u7684\u4f4d\u7f6e\u53d1\u73b0\u901a\u914d\u7b26\u6a21\u5f0f\u3002\u6709\u6548\u7684 dns \u5173\u952e\u5b57\u901a\u914d\u7b26\u8868\u8fbe\u5f0f\u503c\u9700\u8981 '*' \u5b57\u7b26\u53ea\u80fd\u51fa\u73b0\u5728\u57df\u540d\u7684\u6700\u5de6\u4fa7\u4f4d\u7f6e |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u56e0\u4e3a\u661f\u671f\u51e0\u503c\u65e0\u6548\uff0c\u6240\u4ee5\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\u3002\u6709\u6548\u7684 dayofweek \u503c\u662f\u4e0b\u5217\u661f\u671f\u51e0\u7684\u4e09\u5b57\u6bcd\u82f1\u8bed\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\u8868\u793a\u4e3a\u4ee5 24 \u5c0f\u65f6\u65f6\u949f\uff080 \u81f3 2359\uff09\u8868\u793a\u7684\u56db\u4f4d\u6570\u5c0f\u65f6\u548c\u5206\u949f |
| | | 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\u8868\u793a\u4e3a\u4ee5 24 \u5c0f\u65f6\u65f6\u949f\uff080 \u81f3 2359\uff09\u8868\u793a\u7684\u56db\u4f4d\u6570\u5c0f\u65f6\u548c\u5206\u949f |
| | | 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\u662f\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1anone\u3001simple\u3001SSL \u6216 "sasl mechanism"\uff0c\u5176\u4e2d mechanism \u662f\u652f\u6301\u7684 SASL \u673a\u5236\u4e4b\u4e00\uff0c\u5305\u62ec CRAM-MD5\u3001DIGEST-MD5 \u548c GSSAPI |
| | | 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\u5305\u542b\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 %s \u7684\u6700\u5927\u7ea7\u522b\u9650\u5236 |
| | | 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\u8be5\u503c\u4e0d\u662f\u6570\u5b57 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u89c4\u5219\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \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) target \u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u5173\u952e\u5b57\u503c\u662f\u4ee5\u4e0b\u5173\u952e\u5b57\u4e4b\u4e00\uff1atarget\u3001targetscope\u3001targetfilter\u3001targetattr \u6216 targattrfilters |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u552f\u4e00\u5bf9 "%s" \u5173\u952e\u5b57\u6709\u6548\u7684 target \u8fd0\u7b97\u7b26\u503c\u662f '=' |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u5173\u952e\u5b57\u503c "%s" \u5728 ACI "%s" \u4e2d\u591a\u6b21\u51fa\u73b0 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c\u662f '=' \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\u662f\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1aone\u3001onelevel\u3001subtree \u6216 subordinate |
| | | 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\u6ca1\u6709\u6307\u5b9a\u901a\u914d\u7b26\uff0c\u5219 target \u8868\u8fbe\u5f0f DN \u503c\u5fc5\u987b\u662f ACI \u6761\u76ee DN "%s" \u7684\u540e\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 [|| attribute2] ... [|| attributeN]\u3002\u4e0d\u652f\u6301\u5c5e\u6027\u9009\u9879 |
| | | 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 |
| | | WARN_ACI_SYNTAX_GENERAL_PARSE_FAILED_1=\u63d0\u4f9b\u7684\u5b57\u7b26\u4e32 "%s" \u65e0\u6cd5\u4f5c\u4e3a\u6709\u6548\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8be5\u5b57\u7b26\u4e32\u6ca1\u6709\u901a\u8fc7\u5e38\u89c4 ACI \u8bed\u6cd5\u8bc4\u4f30 |
| | | 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 |
| | | 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 |
| | | 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\u662f 1 \u5230 6 \u4e2a\u5305\u542b\u5728\u5706\u62ec\u53f7\u4e2d\u5e76\u7528\u9017\u53f7\u5206\u9694\u7684\u5173\u952e\u5b57\u5217\u8868 |
| | | 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\u662f\u4e0b\u5217\u4e00\u4e2a\u6216\u591a\u4e2a\u5173\u952e\u5b57\uff1aread\u3001write\u3001add\u3001delete\u3001search\u3001compare \u6216\u5355\u4e2a\u503c all |
| | | 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 |
| | | 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" |
| | | 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\u662f\u4e0b\u5217\u5173\u952e\u5b57\u4e4b\u4e00\uff1auserdn\u3001groupdn\u3001roledn\u3001userattr\u3001ip\u3001dns\u3001dayofweek\u3001timeofday \u6216 authmethod |
| | | 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\u662f '=' \u6216 "!=" |
| | | WARN_ACI_SYNTAX_MISSING_BIND_RULE_EXPRESSION_10=\u63d0\u4f9b\u7684\u5bf9\u5e94\u4e8e\u5173\u952e\u5b57\u503c "%s" \u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u503c\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" |
| | | 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\u662f "OR" \u6216 "AND" |
| | | 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\u4e8e\u7ed1\u5b9a\u89c4\u5219\u8fd0\u7b97\u7b26\u5b57\u7b26\u4e32 "%s" \u65e0\u6548 |
| | | 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 |
| | | 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] |
| | | 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 |
| | | 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\u7528\u9017\u53f7\u5206\u9694\u7684\u6709\u6548 IP \u5730\u5740\u5217\u8868\u8868\u8fbe\u5f0f\u5143\u7d20 |
| | | 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\u6709\u6548\u7684\u5b8c\u5168\u5408\u683c\u7684 DNS \u57df\u540d |
| | | 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\u5728\u9519\u8bef\u7684\u4f4d\u7f6e\u53d1\u73b0\u901a\u914d\u7b26\u6a21\u5f0f\u3002\u6709\u6548\u7684 dns \u5173\u952e\u5b57\u901a\u914d\u7b26\u8868\u8fbe\u5f0f\u503c\u9700\u8981 '*' \u5b57\u7b26\u53ea\u80fd\u51fa\u73b0\u5728\u57df\u540d\u7684\u6700\u5de6\u4fa7\u4f4d\u7f6e |
| | | WARN_ACI_SYNTAX_INVALID_DAYOFWEEK_24=\u56e0\u4e3a\u661f\u671f\u51e0\u503c\u65e0\u6548\uff0c\u6240\u4ee5\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\u3002\u6709\u6548\u7684 dayofweek \u503c\u662f\u4e0b\u5217\u661f\u671f\u51e0\u7684\u4e09\u5b57\u6bcd\u82f1\u8bed\u7f29\u5199\u4e4b\u4e00\uff1asun\u3001mon\u3001tue\u3001wed\u3001thu\u3001fri \u6216 sat |
| | | 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\u8868\u793a\u4e3a\u4ee5 24 \u5c0f\u65f6\u65f6\u949f\uff080 \u81f3 2359\uff09\u8868\u793a\u7684\u56db\u4f4d\u6570\u5c0f\u65f6\u548c\u5206\u949f |
| | | 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\u8868\u793a\u4e3a\u4ee5 24 \u5c0f\u65f6\u65f6\u949f\uff080 \u81f3 2359\uff09\u8868\u793a\u7684\u56db\u4f4d\u6570\u5c0f\u65f6\u548c\u5206\u949f |
| | | 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\u662f\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1anone\u3001simple\u3001SSL \u6216 "sasl mechanism"\uff0c\u5176\u4e2d mechanism \u662f\u652f\u6301\u7684 SASL \u673a\u5236\u4e4b\u4e00\uff0c\u5305\u62ec CRAM-MD5\u3001DIGEST-MD5 \u548c GSSAPI |
| | | 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 |
| | | 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" |
| | | 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\u5305\u542b\u4ee5\u4e0b\u683c\u5f0f\uff1aparent[inheritance_level].attribute#bindType |
| | | 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 %s \u7684\u6700\u5927\u7ea7\u522b\u9650\u5236 |
| | | 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\u8be5\u503c\u4e0d\u662f\u6570\u5b57 |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_SYNTAX_33=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u89c4\u5219\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u89c4\u5219\u503c\u5fc5\u987b\u91c7\u7528\u4ee5\u4e0b\u683c\u5f0f\uff1a\u5173\u952e\u5b57 \u8fd0\u7b97\u7b26 "\u8868\u8fbe\u5f0f" |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_KEYWORD_34=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u5173\u952e\u5b57\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u5173\u952e\u5b57\u503c\u662f\u4ee5\u4e0b\u5173\u952e\u5b57\u4e4b\u4e00\uff1atarget\u3001targetscope\u3001targetfilter\u3001targetattr \u6216 targattrfilters |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_NOT_OPERATOR_35=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u552f\u4e00\u5bf9 "%s" \u5173\u952e\u5b57\u6709\u6548\u7684 target \u8fd0\u7b97\u7b26\u503c\u662f '=' |
| | | WARN_ACI_SYNTAX_INVALID_TARGET_DUPLICATE_KEYWORDS_37=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u5173\u952e\u5b57\u503c "%s" \u5728 ACI "%s" \u4e2d\u591a\u6b21\u51fa\u73b0 |
| | | WARN_ACI_SYNTAX_INVALID_TARGETS_OPERATOR_38=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) target \u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c "%s" \u65e0\u6548\u3002\u6709\u6548\u7684 target \u5173\u952e\u5b57\u8fd0\u7b97\u7b26\u503c\u662f '=' \u6216 "!=" |
| | | 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\u662f\u4ee5\u4e0b\u503c\u4e4b\u4e00\uff1aone\u3001onelevel\u3001subtree \u6216 subordinate |
| | | 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 |
| | | 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\u6ca1\u6709\u6307\u5b9a\u901a\u914d\u7b26\uff0c\u5219 target \u8868\u8fbe\u5f0f DN \u503c\u5fc5\u987b\u662f ACI \u6761\u76ee DN "%s" \u7684\u540e\u4ee3 |
| | | 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 [|| attribute2] ... [|| attributeN]\u3002\u4e0d\u652f\u6301\u5c5e\u6027\u9009\u9879 |
| | | 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 |
| | | 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" \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\u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s" \u4f4d\u4e8e\u6761\u76ee "%s" \u4e2d\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | WARN_ACI_ADD_FAILED_DECODE_46=\u5c1d\u8bd5\u6dfb\u52a0\u5305\u542b aci \u5c5e\u6027\u7c7b\u578b\u7684\u6761\u76ee "%s" \u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | WARN_ACI_MODIFY_FAILED_DECODE_47=\u5c1d\u8bd5\u4fee\u6539\u6761\u76ee "%s" \u4e2d\u7684 aci \u5c5e\u6027\u7c7b\u578b\u5931\u8d25\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | WARN_ACI_ADD_LIST_FAILED_DECODE_48= "%s" \u4f4d\u4e8e\u6761\u76ee "%s" \u4e2d\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | 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_EXPRESSION_53=\u56e0\u4e3a\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u6240\u4ee5\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilter \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\u3002\u6709\u6548\u7684 targattrsfilters \u8868\u8fbe\u5f0f\u503c\u5fc5\u987b\u662f\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) targattrfilter \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u539f\u56e0\u662f\u4e24\u4e2a\u8fc7\u6ee4\u5668\u5217\u8868\u4e2d\u7684\u64cd\u4f5c\u4ee4\u724c\u90fd\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\u6709\u4e24\u4e2a\u4ee5\u4e0a\u7684\u8fc7\u6ee4\u5668\u5217\u8868\u8bed\u53e5 |
| | | 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\u683c\u5f0f\u9519\u8bef\u3002\u6709\u6548\u7684 targattrfilters \u8fc7\u6ee4\u5668\u5668\u5217\u8868\u5fc5\u987b\u4e3a\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\u7684\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\u7684\u8fc7\u6ee4\u5668\u7531\u4e8e\u8fc7\u6ee4\u5668\u4e2d\u975e\u5339\u914d\u7684\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\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\uff08\u7f8e\u56fd\u4fe1\u606f\u4ea4\u6362\u6807\u51c6\u4ee3\u7801\uff09\u5b57\u6bcd\u5f00\u5934\uff0c\u5e76\u4e14\u5fc5\u987b\u4ec5\u5305\u542b ASCII\uff08\u7f8e\u56fd\u4fe1\u606f\u4ea4\u6362\u6807\u51c6\u4ee3\u7801\uff09\u5b57\u6bcd\u3001\u6570\u5b57\u6216 "-" \u5b57\u7b26 |
| | | 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\u6743\u5a01\u4ee3\u8868\u914d\u7f6e\u4e3a %s\u3002\u670d\u52a1\u5668\u5c06\u5c1d\u8bd5\u81ea\u52a8\u89e3\u91ca\u6b63\u786e\u7684\u672c\u5730\u4e3b\u673a\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\u6743\u5a01\u4e3b\u673a\u540d\u662f %s\u3002\u8fd9\u5f88\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u5c06\u65e0\u6cd5\u5339\u914d\u4efb\u4f55\u5ba2\u6237\u7aef |
| | | SEVERE_WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=\u5c1d\u8bd5\u786e\u5b9a\u5728 dns \u8868\u8fbe\u5f0f\u7ed1\u5b9a\u89c4\u5219 "%2$s" \u4e2d\u5f15\u7528\u7684\u4e3b\u673a\u540d %1$s \u662f\u5426\u4f7f\u7528\u6b63\u786e\u7684\u6743\u5a01\u4ee3\u8868 %3$s \u65f6\u51fa\u9519\u3002\u8fd9\u5f88\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u5c06\u65e0\u6cd5\u5339\u914d\u4efb\u4f55\u5ba2\u6237\u7aef |
| | | 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 |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_EXPRESSION_53=\u56e0\u4e3a\u683c\u5f0f\u4e0d\u6b63\u786e\uff0c\u6240\u4ee5\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilter \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\u3002\u6709\u6548\u7684 targattrsfilters \u8868\u8fbe\u5f0f\u503c\u5fc5\u987b\u662f\u4ee5\u4e0b\u683c\u5f0f\uff1a"add=attr1: F1 && attr2: F2 ... && attrN: FN,del= attr1: F1 && attr2: F2 ... && attrN: FN" |
| | | WARN_ACI_SYNTAX_INVALID_TARGATTRFILTERS_OPS_MATCH_54=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targattrfilter \u8868\u8fbe\u5f0f\u503c %s \u65e0\u6548\uff0c\u539f\u56e0\u662f\u4e24\u4e2a\u8fc7\u6ee4\u5668\u5217\u8868\u4e2d\u7684\u64cd\u4f5c\u4ee4\u724c\u90fd\u5339\u914d |
| | | 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\u6709\u4e24\u4e2a\u4ee5\u4e0a\u7684\u8fc7\u6ee4\u5668\u5217\u8868\u8bed\u53e5 |
| | | 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\u683c\u5f0f\u9519\u8bef\u3002\u6709\u6548\u7684 targattrfilters \u8fc7\u6ee4\u5668\u5668\u5217\u8868\u5fc5\u987b\u4e3a\u4ee5\u4e0b\u683c\u5f0f\uff1aadd=attr1: F1 && attr2: F2 ... && attrN: FN |
| | | 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\u7684\u8fc7\u6ee4\u5668\u65e0\u6548\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | 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\u7684\u8fc7\u6ee4\u5668\u7531\u4e8e\u8fc7\u6ee4\u5668\u4e2d\u975e\u5339\u914d\u7684\u5c5e\u6027\u7c7b\u578b\u540d\u79f0\u800c\u65e0\u6548 |
| | | 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\uff08\u7f8e\u56fd\u4fe1\u606f\u4ea4\u6362\u6807\u51c6\u4ee3\u7801\uff09\u5b57\u6bcd\u5f00\u5934\uff0c\u5e76\u4e14\u5fc5\u987b\u4ec5\u5305\u542b ASCII\uff08\u7f8e\u56fd\u4fe1\u606f\u4ea4\u6362\u6807\u51c6\u4ee3\u7801\uff09\u5b57\u6bcd\u3001\u6570\u5b57\u6216 "-" \u5b57\u7b26 |
| | | NOTE_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 |
| | | 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\u6743\u5a01\u4ee3\u8868\u914d\u7f6e\u4e3a %s\u3002\u670d\u52a1\u5668\u5c06\u5c1d\u8bd5\u81ea\u52a8\u89e3\u91ca\u6b63\u786e\u7684\u672c\u5730\u4e3b\u673a\u503c |
| | | 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\u6743\u5a01\u4e3b\u673a\u540d\u662f %s\u3002\u8fd9\u5f88\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u5c06\u65e0\u6cd5\u5339\u914d\u4efb\u4f55\u5ba2\u6237\u7aef |
| | | WARN_ACI_ERROR_CHECKING_CANONICAL_HOSTNAME_63=\u5c1d\u8bd5\u786e\u5b9a\u5728 dns \u8868\u8fbe\u5f0f\u7ed1\u5b9a\u89c4\u5219 "%2$s" \u4e2d\u5f15\u7528\u7684\u4e3b\u673a\u540d %1$s \u662f\u5426\u4f7f\u7528\u6b63\u786e\u7684\u6743\u5a01\u4ee3\u8868 %3$s \u65f6\u51fa\u9519\u3002\u8fd9\u5f88\u53ef\u80fd\u8868\u793a\u63d0\u4f9b\u7684\u4e3b\u673a\u540d\u5c06\u65e0\u6cd5\u5339\u914d\u4efb\u4f55\u5ba2\u6237\u7aef |
| | | 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\u5728\u5176\u5c5e\u6027\u503c\u4e2d\u8fde\u7eed\u5305\u542b\u4e24\u4e2a\u901a\u914d\u7b26 |
| | | SEVERE_WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u4e3a\u5339\u914d\u5c5e\u6027\u7c7b\u578b\u7684\u5b50\u4e32\u4f7f\u7528\u901a\u914d\u7b26\u3002\u5728\u4e00\u4e2a\u5c5e\u6027\u7c7b\u578b\u4e2d\u5141\u8bb8\u4f7f\u7528\u5355\u4e2a\u901a\u914d\u7b26 |
| | | SEVERE_WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u5728\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\u5f97 ModifyDN \u65b0\u4e0a\u7ea7\u6761\u76ee %s \u7684\u9501 |
| | | SEVERE_WARN_ACI_NOT_VALID_DN_73=\u56e0\u4e3a\u4f7f\u7528\u6807\u8bc6\u540d\u8bed\u6cd5\u7684\u5c5e\u6027 "%s" \u4e0d\u662f\u6709\u6548\u7684 DN\uff0c\u6240\u4ee5\u8df3\u8fc7 Selfwrite \u68c0\u67e5 |
| | | 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\u4ee4\u724c |
| | | 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\u652f\u6301\u7684 roledn \u5173\u952e\u5b57\uff0c\u53ef\u4ee5\u4f7f\u7528 groupdn \u5173\u952e\u5b57\u4ee3\u66ff\u8be5\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=\u56e0\u4e3a\u5728\u542f\u52a8\u670d\u52a1\u5668\u6216\u540e\u7aef\u521d\u59cb\u5316\u671f\u95f4\u68c0\u6d4b\u5230\u65e0\u6548\u7684 ACI \u89c4\u5219\uff0c\u6240\u4ee5\u8be5\u670d\u52a1\u5668\u8fdb\u5165\u9501\u5b9a\u6a21\u5f0f |
| | | 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=\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\u89e3\u6790\uff0c\u56e0\u4e3a ldap URL "%s" \u5305\u542b\u7a7a\u7684\u57fa DN |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\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\u89e3\u6790\uff0c\u56e0\u4e3a ldap URL "%s" \u7684\u5c5e\u6027\u5b57\u6bb5\u5305\u542b\u591a\u4e2a\u63cf\u8ff0\u6216\u8be5\u5b57\u6bb5\u4e3a\u7a7a |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u5305\u542b\u65e0\u6548\u683c\u5f0f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u503c\u662f\u65e0\u6548\u503c\u3002\u5bf9\u4e8e IPV4 \u5730\u5740\uff0c\u6240\u6709\u503c\u5fc5\u987b\u5927\u4e8e\u7b49\u4e8e 0 \u5e76\u4e14\u5c0f\u4e8e\u7b49\u4e8e 32\uff0c\u5bf9\u4e8e IPV6 \u5730\u5740\uff0c\u6240\u6709\u503c\u5fc5\u987b\u5c0f\u4e8e\u7b49\u4e8e 128 |
| | | SEVERE_WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\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=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u683c\u5f0f\u65e0\u6548 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u65e0\u6548\u503c\u3002\u6240\u6709\u5730\u5740\u503c\u5fc5\u987b\u5728 0 \u81f3 255 \u4e4b\u95f4 |
| | | SEVERE_WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6570\u5b57\u503c |
| | | SEVERE_WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv6 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6cd5\u901a\u914d\u7b26\u5b57\u7b26\u3002\u5728 IP \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u4e2d\u4f7f\u7528 IPv6 \u5730\u5740\u65f6\u4e0d\u652f\u6301\u901a\u914d\u7b26 |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f "%s" \u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u539f\u56e0\u5982\u4e0b: "%s" |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u5305\u542b\u65e0\u6548\u683c\u5f0f |
| | | SEVERE_WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u5305\u542b\u65e0\u6548\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=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%1$s" \u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8be5\u503c\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c |
| | | SEVERE_WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%s" \u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8be5\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9 |
| | | 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\u7684\u5b58\u5728\u7d22\u5f15\u3002\u8bbf\u95ee\u63a7\u5236\u521d\u59cb\u5316\u53ef\u80fd\u9700\u8981\u5728\u540e\u53f0\u6267\u884c\u5f88\u957f\u4e00\u6bb5\u65f6\u95f4\u624d\u80fd\u5b8c\u6210 |
| | | WARN_PATTERN_DN_CONSECUTIVE_WILDCARDS_IN_VALUE_69=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5728\u5176\u5c5e\u6027\u503c\u4e2d\u8fde\u7eed\u5305\u542b\u4e24\u4e2a\u901a\u914d\u7b26 |
| | | WARN_PATTERN_DN_TYPE_CONTAINS_SUBSTRINGS_70=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u4e3a\u5339\u914d\u5c5e\u6027\u7c7b\u578b\u7684\u5b50\u4e32\u4f7f\u7528\u901a\u914d\u7b26\u3002\u5728\u4e00\u4e2a\u5c5e\u6027\u7c7b\u578b\u4e2d\u5141\u8bb8\u4f7f\u7528\u5355\u4e2a\u901a\u914d\u7b26 |
| | | WARN_PATTERN_DN_TYPE_WILDCARD_IN_MULTIVALUED_RDN_71=\u6a21\u5f0f DN %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u5728\u591a\u503c RDN \u7684\u5c5e\u6027\u7c7b\u578b\u4e2d\u5305\u542b\u901a\u914d\u7b26 |
| | | WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=\u65e0\u6cd5\u83b7\u5f97 ModifyDN \u65b0\u4e0a\u7ea7\u6761\u76ee %s \u7684\u9501 |
| | | WARN_ACI_NOT_VALID_DN_73=\u56e0\u4e3a\u4f7f\u7528\u6807\u8bc6\u540d\u8bed\u6cd5\u7684\u5c5e\u6027 "%s" \u4e0d\u662f\u6709\u6548\u7684 DN\uff0c\u6240\u4ee5\u8df3\u8fc7 Selfwrite \u68c0\u67e5 |
| | | 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\u4ee4\u724c |
| | | 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\u652f\u6301\u7684 roledn \u5173\u952e\u5b57\uff0c\u53ef\u4ee5\u4f7f\u7528 groupdn \u5173\u952e\u5b57\u4ee3\u66ff\u8be5\u5173\u952e\u5b57 |
| | | WARN_ACI_SERVER_DECODE_FAILED_76=\u65e0\u6cd5\u89e3\u7801\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI)%s |
| | | WARN_ACI_ENTER_LOCKDOWN_MODE_77=\u56e0\u4e3a\u5728\u542f\u52a8\u670d\u52a1\u5668\u6216\u540e\u7aef\u521d\u59cb\u5316\u671f\u95f4\u68c0\u6d4b\u5230\u65e0\u6548\u7684 ACI \u89c4\u5219\uff0c\u6240\u4ee5\u8be5\u670d\u52a1\u5668\u8fdb\u5165\u9501\u5b9a\u6a21\u5f0f |
| | | 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 |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_BASEDN_URL_79=\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\u89e3\u6790\uff0c\u56e0\u4e3a ldap URL "%s" \u5305\u542b\u7a7a\u7684\u57fa DN |
| | | WARN_ACI_SYNTAX_INVALID_USERATTR_ATTR_URL_80=\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\u89e3\u6790\uff0c\u56e0\u4e3a ldap URL "%s" \u7684\u5c5e\u6027\u5b57\u6bb5\u5305\u542b\u591a\u4e2a\u63cf\u8ff0\u6216\u8be5\u5b57\u6bb5\u4e3a\u7a7a |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_FORMAT_81=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u5305\u542b\u65e0\u6548\u683c\u5f0f |
| | | WARN_ACI_SYNTAX_INVALID_PREFIX_VALUE_82=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u503c\u662f\u65e0\u6548\u503c\u3002\u5bf9\u4e8e IPV4 \u5730\u5740\uff0c\u6240\u6709\u503c\u5fc5\u987b\u5927\u4e8e\u7b49\u4e8e 0 \u5e76\u4e14\u5c0f\u4e8e\u7b49\u4e8e 32\uff0c\u5bf9\u4e8e IPV6 \u5730\u5740\uff0c\u6240\u6709\u503c\u5fc5\u987b\u5c0f\u4e8e\u7b49\u4e8e 128 |
| | | WARN_ACI_SYNTAX_PREFIX_NOT_NUMERIC_83=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u524d\u7f00\u90e8\u5206\u5305\u542b\u975e\u6570\u5b57\u503c |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_FORMAT_84=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u683c\u5f0f\u65e0\u6548 |
| | | WARN_ACI_SYNTAX_INVALID_IPV4_VALUE_85=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u65e0\u6548\u503c\u3002\u6240\u6709\u5730\u5740\u503c\u5fc5\u987b\u5728 0 \u81f3 255 \u4e4b\u95f4 |
| | | WARN_ACI_SYNTAX_IPV4_NOT_NUMERIC_86=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv4 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6570\u5b57\u503c |
| | | WARN_ACI_SYNTAX_IPV6_WILDCARD_INVALID_87=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a IPv6 \u5730\u5740\u8868\u8fbe\u5f0f "%s" \u5305\u542b\u975e\u6cd5\u901a\u914d\u7b26\u5b57\u7b26\u3002\u5728 IP \u7ed1\u5b9a\u89c4\u5219\u8868\u8fbe\u5f0f\u4e2d\u4f7f\u7528 IPv6 \u5730\u5740\u65f6\u4e0d\u652f\u6301\u901a\u914d\u7b26 |
| | | WARN_ACI_SYNTAX_INVALID_IPV6_FORMAT_88=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f "%s" \u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u539f\u56e0\u5982\u4e0b: "%s" |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_FORMAT_89=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u5305\u542b\u65e0\u6548\u683c\u5f0f |
| | | WARN_ACI_SYNTAX_INVALID_NETMASK_90=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) \u7ed1\u5b9a\u89c4\u5219 IP address \u8868\u8fbe\u5f0f\u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8868\u8fbe\u5f0f "%s" \u7684\u7f51\u7edc\u63a9\u7801\u90e8\u5206\u5305\u542b\u65e0\u6548\u503c |
| | | 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] |
| | | WARN_ACI_SYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID_92=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%1$s" \u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8be5\u503c\u5728\u4f4d\u7f6e %3$d \u5904\u5305\u542b\u975e\u6cd5\u5b57\u7b26 %2$c |
| | | WARN_ACI_SYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID_93=\u63d0\u4f9b\u7684\u8bbf\u95ee\u63a7\u5236\u6307\u4ee4 (Access Control Instruction, ACI) targetcontrol OID \u503c "%s" \u65e0\u6cd5\u8fdb\u884c\u89e3\u6790\uff0c\u56e0\u4e3a\u8be5\u6570\u5b57 OID \u5728\u4f4d\u7f6e %d \u5904\u5305\u542b\u4e24\u4e2a\u8fde\u7eed\u7684\u53e5\u70b9 |
| | | 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] |
| | | WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=\u540e\u7aef %s \u6ca1\u6709\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u5b9a\u4e49\u7684\u5b58\u5728\u7d22\u5f15\u3002\u8bbf\u95ee\u63a7\u5236\u521d\u59cb\u5316\u53ef\u80fd\u9700\u8981\u5728\u540e\u53f0\u6267\u884c\u5f88\u957f\u4e00\u6bb5\u65f6\u95f4\u624d\u80fd\u5b8c\u6210 |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2008 Sun Microsystems, Inc. |
| | | # Portions Copyright 2012 ForgeRock AS |
| | | # Portions Copyright 2012-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # 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 |
| | | 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_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_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 targattrfilters |
| | | 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_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\u3002A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate |
| | | 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 [|| attribute2] ... [|| attributeN]\u3002\u4e0d\u652f\u6301\u5c6c\u6027\u9078\u9805 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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") |
| | | 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 |
| | | 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 |
| | | 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") |
| | | 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 |
| | | 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) |
| | | 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 |
| | | 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] |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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) |
| | | 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) |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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") |
| | | 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 targattrfilters |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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\u3002A valid targetscope expression value is one of the following: one, onelevel, subtree or subordinate |
| | | 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 |
| | | 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 |
| | | 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 [|| attribute2] ... [|| attributeN]\u3002\u4e0d\u652f\u6301\u5c6c\u6027\u9078\u9805 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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_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 |
| | | 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 |
| | | 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 |
| | | 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" |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | NOTE_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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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_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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | WARN_ACI_HANDLER_CANNOT_LOCK_NEW_SUPERIOR_USER_72=\u7121\u6cd5\u53d6\u5f97 ModifyDN \u65b0\u7684\u4e0a\u5c64\u9805\u76ee %s \u7684\u9396\u5b9a |
| | | 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 |
| | | 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 |
| | | 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 |
| | | WARN_ACI_SERVER_DECODE_FAILED_76=\u7121\u6cd5\u89e3\u78bc\u5b58\u53d6\u63a7\u5236\u6307\u4ee4 (ACT) %s |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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] |
| | | 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 |
| | | 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 |
| | | 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] |
| | | 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 |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ |
| | | ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=An error occurred while trying to \ |
| | | retrieve relation configuration entry %s: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=An error occurred while trying \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ |
| | | 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 |
| | | MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \ |
| | | ERR_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \ |
| | | exist, therefore no extensions will be loaded |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=The core administration manifest \ |
| | | file %s cannot be located |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=The administration \ |
| | | 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=This utility can be used to perform operations \ |
| | |
| | | server group |
| | | INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=List server groups in which \ |
| | | the specified server is a member |
| | | FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=Could not connect to %s. Check that \ |
| | | 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=Create a new ADS DN |
| | | INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=Delete an existing ADS DN |
| | | 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 \ |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=The host name is missing |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=The host name is not valid |
| | | ERR_ADMIN_MISSING_IPATH_37=The installation path is missing |
| | | ERR_ADMIN_NOVALID_IPATH_38=The installation path is not valid |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=An access permission error occurs |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=The entity is already registered |
| | | ERR_ADMIN_BROKEN_INSTALL_41=The administrative repository is broken |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=The entity is not yet registered |
| | | ERR_ADMIN_MISSING_PORT_43=The port is missing |
| | | ERR_ADMIN_NOVALID_PORT_44=The port is not valid |
| | | ERR_ADMIN_MISSING_NAME_45=The name is missing |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=The administration UID is missing |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=The administrator password is \ |
| | | missing |
| | | FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=An unexpected error occurs |
| | | INFO_ADMIN_ERROR_49=[error] |
| | | INFO_ADMIN_SUCCESSFUL_50=The operation has been successfully completed |
| | | INFO_ADMIN_SUCCESSFUL_NOP_51=The operation has been successfully completed, \ |
| | | but no action was required |
| | | SEVERE_ERR_ADMIN_NO_MESSAGE_52= |
| | | ERR_ADMIN_NO_MESSAGE_52= |
| | | INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=The new group's \ |
| | | identifier. This is a required argument |
| | | INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=The group's identifier. This is a \ |
| | |
| | | required argument |
| | | INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=The name of the backend in which \ |
| | | the admin data will be stored |
| | | SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Unable to register an \ |
| | | 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=Register a server into the \ |
| | |
| | | properties |
| | | INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=The registered server's unique \ |
| | | identifier. This is a required argument |
| | | FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=The provided serverId is not \ |
| | | registered |
| | | INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=Creates a new \ |
| | | administrator |
| | |
| | | administrator's properties |
| | | INFO_ADMIN_ARG_USERID_DESCRIPTION_73=The administrator's unique identifier. \ |
| | | This is a required argument |
| | | SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown |
| | | SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=A configuration exception \ |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=Reason unknown |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=The %s \ |
| | | could be found but its type resolved to an abstract managed object \ |
| | | definition |
| | | SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=The default values \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentication failure |
| | | 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 \ |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Authorization failure |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=A communication problem \ |
| | | occurred while contacting the server |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=The operation was rejected \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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" \ |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=The "%s" \ |
| | | property is mandatory |
| | | SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=The following \ |
| | | 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 \ |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=The property "%s" was not \ |
| | | recognized |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=A communication problem \ |
| | | occurred while contacting the server: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=The following \ |
| | | constraint violation occurred: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=The following \ |
| | | constraint violations occurred: %s |
| | | SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=The value "%s" in \ |
| | | 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_TARGET_DISABLED_116=The value "%s" in \ |
| | | 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" \ |
| | | 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" \ |
| | | 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" |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=An unexpected \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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" \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ |
| | | on file %s |
| | | FATAL_ERR_ADMIN_MERGING_138=The registry information of the servers could not \ |
| | | ERR_ADMIN_MERGING_138=The registry information of the servers could not \ |
| | | be merged |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Fehler beim Versuch, Konfigurationseintrag %s der Relation abzurufen: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Fehler beim Versuch, Konfigurationseintrag %s des verwalteten Objekts abzurufen: %s |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=Der Konfigurationseintrag %s des verwalteten Objekts ist in der Directory-Server-Konfiguration nicht vorhanden. Dies ist ein erforderlicher Eintrag |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Fehler beim Versuch, Konfigurationseintrag %s des verwalteten Objekts zu entschl\u00fcsseln: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=Der Directory-Server konnte Klasse %s nicht laden und verwendet sie zum Erstellen einer Komponenteninstanz wie in Konfigurationseintrag %s definiert. Folgender Fehler ist aufgetreten: %s. Diese Komponente wird deaktiviert |
| | | SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=Die JAR-Datei %s des Directory-Servers in Verzeichnis %s kann nicht geladen werden, da beim Versuch, die Datei zum Lesen zu \u00f6ffnen, ein unerwarteter Fehler aufgetreten ist: %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=Die Directory-Server-Erweiterungen konnten nicht gelesen werden, da das Verzeichnis f\u00fcr Erweiterungen %s zwar vorhanden ist, aber kein Verzeichnis darstellt |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Die Directory-Server-Erweiterungen konnten nicht aus Verzeichnis %s gelesen werden, da beim Versuch, die Dateien in diesem Verzeichnis aufzulisten, ein Fehler aufgetreten ist: %s |
| | | FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=Die Manifest-Datei der Kernadministration %s wurde nicht gefunden |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=Die Manifest-Datei der Administration %s, die sich auf die Erweiterung %s bezieht, kann nicht geladen werden, da beim Versuch, diese zu lesen, ein unerwarteter Fehler aufgetreten ist: %s |
| | | ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Fehler beim Versuch, Konfigurationseintrag %s der Relation abzurufen: %s |
| | | ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Fehler beim Versuch, Konfigurationseintrag %s des verwalteten Objekts abzurufen: %s |
| | | ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=Der Konfigurationseintrag %s des verwalteten Objekts ist in der Directory-Server-Konfiguration nicht vorhanden. Dies ist ein erforderlicher Eintrag |
| | | ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Fehler beim Versuch, Konfigurationseintrag %s des verwalteten Objekts zu entschl\u00fcsseln: %s |
| | | ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=Der Directory-Server konnte Klasse %s nicht laden und verwendet sie zum Erstellen einer Komponenteninstanz wie in Konfigurationseintrag %s definiert. Folgender Fehler ist aufgetreten: %s. Diese Komponente wird deaktiviert |
| | | ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=Die JAR-Datei %s des Directory-Servers in Verzeichnis %s kann nicht geladen werden, da beim Versuch, die Datei zum Lesen zu \u00f6ffnen, ein unerwarteter Fehler aufgetreten ist: %s |
| | | ERR_ADMIN_NO_EXTENSIONS_DIR_12=Das Verzeichnis f\u00fcr Erweiterungen %s ist nicht vorhanden, deshalb werden keine Erweiterungen geladen |
| | | ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Die Directory-Server-Erweiterungen konnten nicht gelesen werden, da das Verzeichnis f\u00fcr Erweiterungen %s zwar vorhanden ist, aber kein Verzeichnis darstellt |
| | | ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Die Directory-Server-Erweiterungen konnten nicht aus Verzeichnis %s gelesen werden, da beim Versuch, die Dateien in diesem Verzeichnis aufzulisten, ein Fehler aufgetreten ist: %s |
| | | ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=Die Manifest-Datei der Kernadministration %s wurde nicht gefunden |
| | | ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=Die Manifest-Datei der Administration %s, die sich auf die Erweiterung %s bezieht, kann nicht geladen werden, da beim Versuch, diese zu lesen, ein unerwarteter Fehler aufgetreten ist: %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 |
| | |
| | | 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 |
| | | 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 |
| | | 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=Ein Zugriffsrechtfehler ist aufgetreten |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=Die Entit\u00e4t ist bereits registriert |
| | | FATAL_ERR_ADMIN_BROKEN_INSTALL_41=Das administrative Repository ist defekt |
| | | FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=Die Entit\u00e4t 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 Passwort f\u00fcr den Administrator fehlt |
| | | FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=Es ist ein unerwarteter Fehler aufgetreten |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=Der Hostname fehlt |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=Der Hostname ist ung\u00fcltig |
| | | ERR_ADMIN_MISSING_IPATH_37=Der Installationspfad fehlt |
| | | ERR_ADMIN_NOVALID_IPATH_38=Der Installationspfad ist ung\u00fcltig |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=Ein Zugriffsrechtfehler ist aufgetreten |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=Die Entit\u00e4t ist bereits registriert |
| | | ERR_ADMIN_BROKEN_INSTALL_41=Das administrative Repository ist defekt |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=Die Entit\u00e4t ist noch nicht registriert |
| | | ERR_ADMIN_MISSING_PORT_43=Der Port fehlt |
| | | ERR_ADMIN_NOVALID_PORT_44=Der Port ist ung\u00fcltig |
| | | ERR_ADMIN_MISSING_NAME_45=Der Name fehlt |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=Die Administrations-UID fehlt |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Das Passwort f\u00fcr den Administrator fehlt |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=Es ist ein unerwarteter Fehler aufgetreten |
| | | 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= |
| | | 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 Hinzuf\u00fcgen-/Entfernen-Zielger\u00e4t konnte f\u00fcr Eintrag "%s" nicht registriert werden, da es in dieser Konfiguration nicht vorhanden ist |
| | | ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Ein Hinzuf\u00fcgen-/Entfernen-Zielger\u00e4t konnte f\u00fcr Eintrag "%s" nicht registriert werden, da es in dieser Konfiguration nicht vorhanden ist |
| | | 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_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=Beschreibt Servereigenschaften |
| | |
| | | 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 angegebene Server-ID ist nicht registriert |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=Die angegebene Server-ID ist nicht registriert |
| | | 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 |
| | |
| | | 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=Ein Konfigurationsausnahmefehler ist bei der Evaluierung einer Einschr\u00e4nkung aufgetreten: %s |
| | | SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=Das Element %s wurde nicht gefunden, enth\u00e4lt aber keine Typinformationen (z. B. fehlende Objektklassen in LDAP) |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=Das Element %s wurde nicht gefunden, enth\u00e4lt aber nicht die erwarteten Typinformationen (z. B. falsche Objektklassen in LDAP) |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=Das Element %s wurde nicht gefunden, der Typ wurde aber in eine abstrakte Definition des verwalteten Objekts aufgel\u00f6st |
| | | SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=Die Standardwerte f\u00fcr die Eigenschaft "%s" konnten nicht festgelegt werden |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=Der Wert "%s" ist kein g\u00fcltiger Wert f\u00fcr die Eigenschaft "%s", die folgende Syntax besitzen muss: %s |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=Die Zeichenkette "%s" ist kein g\u00fcltiger Wert f\u00fcr die Eigenschaft "%s", die folgende Syntax besitzen muss: %s |
| | | SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Die Eigenschaft "%s" muss angegeben werden, da sie obligatorisch ist |
| | | 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 nur einen Wert enthalten |
| | | SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Bei der Verarbeitung der Eigenschaft "%s" ist ein interner Fehler aufgetreten: unbekannter Eigenschaftstyp "%s" |
| | | SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentifizierungsfehler |
| | | SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=Der angeforderte Authentifizierungsmechanismus wird nicht von dem Server unterst\u00fctzt |
| | | SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Autorisierungsfehler |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Ein Kommunikationsproblem ist beim Ansprechen des Servers aufgetreten |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=Der Vorgang wurde aus dem folgenden Grund abgelehnt: %s |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=Der Vorgang wurde aus den folgenden Gr\u00fcnden abgelehnt: %s |
| | | SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=Der Vorgang konnte nicht ausgef\u00fchrt werden, da bereits eine widersprechende \u00c4nderung aufgetreten ist. Es wird m\u00f6glicherweise ein weiteres Client-Verwaltungswerkzeug verwendet |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=Das Element %s konnte aus dem folgenden Grund nicht entschl\u00fcsselt werden: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=Das Element %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 unzul\u00e4ssig |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Fehlende Namen f\u00fcr verwaltete Objekte sind unzul\u00e4ssig |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=Der Name des verwalteten Objekts "%s" ist kein g\u00fcltiger Wert f\u00fcr die Namenseigenschaft "%s", die folgende Syntax besitzen muss: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=Der Name des verwalteten Objekts "%s" ist unzul\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=Ein Kommunikationsproblem ist beim Ansprechen des Servers aufgetreten: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=Die folgende Verletzung von Einschr\u00e4nkungen ist aufgetreten: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Die folgenden Verletzungen von Einschr\u00e4nkungen sind aufgetreten: %s |
| | | SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=Der Wert "%s" in Eigenschaft "%s" in dem %s in Eintrag "%s" bezieht sich auf einen nicht vorhandenen %s in Eintrag "%s" |
| | | SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=Der Wert "%s" in Eigenschaft "%s" in dem %s in Eintrag "%s" bezieht sich auf einen deaktivierten %s in Eintrag "%s" |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=Der %s in Eintrag "%s" kann nicht gel\u00f6scht werden, da er von Eigenschaft "%s" des %s in Eintrag "%s" referenziert wird |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=Der %s in Eintrag "%s" kann nicht deaktivert werden, da er von Eigenschaft "%s" des %s in Eintrag "%s" referenziert wird |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Unerwarteter Fehler beim Versuch, die Manifest-Datei zu lesen: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Fehler beim Versuch, die Klasse "%s" zu laden: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Die Methode getInstance() konnte nicht in der Definitionsklasse des verwalteteten Objekts "%s" gefunden werden: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Die Methode getInstance() konnte nicht in der Definitionsklasse des verwalteteten Objekts "%s" aufgerufen werden: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Die "%s" Definitionsklasse des verwalteten Objekts "%s" konnte nicht initialisiert werden: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=Die Erweiterung "%s" mit der Manifest-Datei %s kann nicht geladen werden, da beim Versuch, diese zu initialisieren, ein unerwarteter Fehler aufgetreten ist: %s |
| | | FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Die Kernadministrationsklassen konnten nicht aus der Manifest-Datei %s geladen werden, da ein unerwarteter Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=Das Element %s "%s", das in Eigenschaft "%s" referenziert wird, ist nicht vorhanden |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=Das Element %s "%s", das in Eigenschaft "%s" referenziert wird, ist vorhanden, besitzt aber eine ung\u00fcltige Konfiguration: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=Das Element %s "%s", das in Eigenschaft "%s" referenziert wird, ist deaktiviert |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=Die Eigenschaft "%s" in %s, genannt "%s", referenziert dieses Element %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=Die Eigenschaft "%s" in %s referenziert diesen %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=Dieser %s kann nicht deaktiviert werden, da er von der Eigenschaft "%s" in %s, genannt "%s", referenziert wird |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=Dieser %s kann nicht deaktiviert werden, da er von der Eigenschaft "%s" in %s referenziert wird |
| | | SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Fehler beim Versuch, festzustellen, ob %s in Eintrag %s aktiviert ist: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=Das selbstsignierte Zertifikat des Administrationskonnektors kann nicht generiert werden, da der folgende Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=Das selbstsignierte Zertifikat des Administrationskonnektors kann nicht generiert werden, da die folgenden Dateien fehlen: %s |
| | | SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Das Einrichten von Berechtigungen f\u00fcr Datei %s ist fehlgeschlagen |
| | | FATAL_ERR_ADMIN_MERGING_138=Die Registrierungsinformationen der Server konnten nicht zusammengef\u00fchrt werden |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=Ursache unbekannt |
| | | ERR_SERVER_CONSTRAINT_EXCEPTION_75=Ein Konfigurationsausnahmefehler ist bei der Evaluierung einer Einschr\u00e4nkung aufgetreten: %s |
| | | ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=Das Element %s wurde nicht gefunden, enth\u00e4lt aber keine Typinformationen (z. B. fehlende Objektklassen in LDAP) |
| | | ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=Das Element %s wurde nicht gefunden, enth\u00e4lt aber nicht die erwarteten Typinformationen (z. B. falsche Objektklassen in LDAP) |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=Das Element %s wurde nicht gefunden, der Typ wurde aber in eine abstrakte Definition des verwalteten Objekts aufgel\u00f6st |
| | | ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=Die Standardwerte f\u00fcr die Eigenschaft "%s" konnten nicht festgelegt werden |
| | | ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=Der Wert "%s" ist kein g\u00fcltiger Wert f\u00fcr die Eigenschaft "%s", die folgende Syntax besitzen muss: %s |
| | | ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=Die Zeichenkette "%s" ist kein g\u00fcltiger Wert f\u00fcr die Eigenschaft "%s", die folgende Syntax besitzen muss: %s |
| | | ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Die Eigenschaft "%s" muss angegeben werden, da sie obligatorisch ist |
| | | ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=Die Eigenschaft "%s" darf nicht ge\u00e4ndert werden, da sie schreibgesch\u00fctzt ist |
| | | ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=Die Eigenschaft "%s" darf nur einen Wert enthalten |
| | | ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Bei der Verarbeitung der Eigenschaft "%s" ist ein interner Fehler aufgetreten: unbekannter Eigenschaftstyp "%s" |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Authentifizierungsfehler |
| | | ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=Der angeforderte Authentifizierungsmechanismus wird nicht von dem Server unterst\u00fctzt |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Autorisierungsfehler |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Ein Kommunikationsproblem ist beim Ansprechen des Servers aufgetreten |
| | | ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=Der Vorgang wurde aus dem folgenden Grund abgelehnt: %s |
| | | ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=Der Vorgang wurde aus den folgenden Gr\u00fcnden abgelehnt: %s |
| | | ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=Der Vorgang konnte nicht ausgef\u00fchrt werden, da bereits eine widersprechende \u00c4nderung aufgetreten ist. Es wird m\u00f6glicherweise ein weiteres Client-Verwaltungswerkzeug verwendet |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=Das Element %s konnte aus dem folgenden Grund nicht entschl\u00fcsselt werden: %s |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=Das Element %s konnte aus den folgenden Gr\u00fcnden nicht entschl\u00fcsselt werden: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Leere Namen f\u00fcr verwaltete Objekte sind unzul\u00e4ssig |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Fehlende Namen f\u00fcr verwaltete Objekte sind unzul\u00e4ssig |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=Der Name des verwalteten Objekts "%s" ist kein g\u00fcltiger Wert f\u00fcr die Namenseigenschaft "%s", die folgende Syntax besitzen muss: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=Der Name des verwalteten Objekts "%s" ist unzul\u00e4ssig |
| | | ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=Das verwaltete Objekt konnte nicht erstellt werden, da bereits ein verwaltetes Objekt mit demselben Namen vorhanden ist |
| | | ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=Das angeforderte verwaltete Objekt konnte nicht gefunden werden |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=Die Eigenschaft "%s" ist obligatorisch |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=Die folgenden Eigenschaften sind obligatorisch: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=Die Eigenschaft "%s" wurde nicht erkannt |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Ein Kommunikationsproblem ist beim Ansprechen des Servers aufgetreten: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=Die folgende Verletzung von Einschr\u00e4nkungen ist aufgetreten: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Die folgenden Verletzungen von Einschr\u00e4nkungen sind aufgetreten: %s |
| | | ERR_SERVER_REFINT_DANGLING_REFERENCE_114=Der Wert "%s" in Eigenschaft "%s" in dem %s in Eintrag "%s" bezieht sich auf einen nicht vorhandenen %s in Eintrag "%s" |
| | | ERR_SERVER_REFINT_TARGET_DISABLED_116=Der Wert "%s" in Eigenschaft "%s" in dem %s in Eintrag "%s" bezieht sich auf einen deaktivierten %s in Eintrag "%s" |
| | | ERR_SERVER_REFINT_CANNOT_DELETE_117=Der %s in Eintrag "%s" kann nicht gel\u00f6scht werden, da er von Eigenschaft "%s" des %s in Eintrag "%s" referenziert wird |
| | | ERR_SERVER_REFINT_CANNOT_DISABLE_118=Der %s in Eintrag "%s" kann nicht deaktivert werden, da er von Eigenschaft "%s" des %s in Eintrag "%s" referenziert wird |
| | | ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Unerwarteter Fehler beim Versuch, die Manifest-Datei zu lesen: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Fehler beim Versuch, die Klasse "%s" zu laden: %s |
| | | ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Die Methode getInstance() konnte nicht in der Definitionsklasse des verwalteteten Objekts "%s" gefunden werden: %s |
| | | ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Die Methode getInstance() konnte nicht in der Definitionsklasse des verwalteteten Objekts "%s" aufgerufen werden: %s |
| | | ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Die "%s" Definitionsklasse des verwalteten Objekts "%s" konnte nicht initialisiert werden: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=Die Erweiterung "%s" mit der Manifest-Datei %s kann nicht geladen werden, da beim Versuch, diese zu initialisieren, ein unerwarteter Fehler aufgetreten ist: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Die Kernadministrationsklassen konnten nicht aus der Manifest-Datei %s geladen werden, da ein unerwarteter Fehler aufgetreten ist: %s |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=Das Element %s "%s", das in Eigenschaft "%s" referenziert wird, ist nicht vorhanden |
| | | ERR_CLIENT_REFINT_TARGET_INVALID_128=Das Element %s "%s", das in Eigenschaft "%s" referenziert wird, ist vorhanden, besitzt aber eine ung\u00fcltige Konfiguration: %s |
| | | ERR_CLIENT_REFINT_TARGET_DISABLED_129=Das Element %s "%s", das in Eigenschaft "%s" referenziert wird, ist deaktiviert |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=Die Eigenschaft "%s" in %s, genannt "%s", referenziert dieses Element %s |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=Die Eigenschaft "%s" in %s referenziert diesen %s |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=Dieser %s kann nicht deaktiviert werden, da er von der Eigenschaft "%s" in %s, genannt "%s", referenziert wird |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=Dieser %s kann nicht deaktiviert werden, da er von der Eigenschaft "%s" in %s referenziert wird |
| | | ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Fehler beim Versuch, festzustellen, ob %s in Eintrag %s aktiviert ist: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_135=Das selbstsignierte Zertifikat des Administrationskonnektors kann nicht generiert werden, da der folgende Fehler aufgetreten ist: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=Das selbstsignierte Zertifikat des Administrationskonnektors kann nicht generiert werden, da die folgenden Dateien fehlen: %s |
| | | WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Das Einrichten von Berechtigungen f\u00fcr Datei %s ist fehlgeschlagen |
| | | ERR_ADMIN_MERGING_138=Die Registrierungsinformationen der Server konnten nicht zusammengef\u00fchrt werden |
| | | |
| | |
| | | # |
| | | # 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 tratar de recuperar la entrada de configuraci\u00f3n de relaci\u00f3n %s: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Se ha producido un error al tratar de 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. Se trata de una entrada obligatoria |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Se ha producido un error al tratar de descodificar la entrada de configuraci\u00f3n del objeto administrado %s: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=El Servidor de directorios no pudo cargar la clase %s ni emplearla para crear una instancia de componente como se define en la entrada de configuraci\u00f3n %s. El error producido fue el siguiente: %s. Este componente se inhabilitar\u00e1 |
| | | SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=No puede cargarse el archivo jar del Servidor de directorios %s en el directorio %s debido a que se ha producido un error inesperado al tratar de abrir el archivo para su lectura: %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 pueden leerse las extensiones del Servidor de directorios debido a que, pese a que existe el directorio de extensiones %s, \u00e9ste no es un directorio |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=No pueden leerse las extensiones del Servidor de directorios desde el directorio %s debido a que se ha producido un error inesperado al tratar de mostrar los archivos en ese directorio: %s |
| | | FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=No puede ubicarse el archivo de manifiesto de administraci\u00f3n de base %s |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=No puede cargarse el archivo de manifiesto de administaci\u00f3n %s asociado con la extensi\u00f3n %s debido a que se ha producido un error inesperado al tratar de leerlo: %s |
| | | ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Se ha producido un error al tratar de recuperar la entrada de configuraci\u00f3n de relaci\u00f3n %s: %s |
| | | ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Se ha producido un error al tratar de recuperar la entrada de configuraci\u00f3n del objeto administrado %s: %s |
| | | 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. Se trata de una entrada obligatoria |
| | | ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Se ha producido un error al tratar de descodificar la entrada de configuraci\u00f3n del objeto administrado %s: %s |
| | | ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=El Servidor de directorios no pudo cargar la clase %s ni emplearla para crear una instancia de componente como se define en la entrada de configuraci\u00f3n %s. El error producido fue el siguiente: %s. Este componente se inhabilitar\u00e1 |
| | | ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=No puede cargarse el archivo jar del Servidor de directorios %s en el directorio %s debido a que se ha producido un error inesperado al tratar de abrir el archivo para su lectura: %s |
| | | ERR_ADMIN_NO_EXTENSIONS_DIR_12=El directorio de extensiones %s no existe, por lo que no se cargar\u00e1 ninguna extensi\u00f3n |
| | | ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=No pueden leerse las extensiones del Servidor de directorios debido a que, pese a que existe el directorio de extensiones %s, \u00e9ste no es un directorio |
| | | ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=No pueden leerse las extensiones del Servidor de directorios desde el directorio %s debido a que se ha producido un error inesperado al tratar de mostrar los archivos en ese directorio: %s |
| | | ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=No puede ubicarse el archivo de manifiesto de administraci\u00f3n de base %s |
| | | ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=No puede cargarse el archivo de manifiesto de administaci\u00f3n %s asociado con la extensi\u00f3n %s debido a que se ha producido un error inesperado al tratar de leerlo: %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 |
| | |
| | | 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 |
| | | 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 |
| | | 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 produce un error de permiso de acceso |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=La entidad ya est\u00e1 registrada |
| | | FATAL_ERR_ADMIN_BROKEN_INSTALL_41=El repositorio administrativo est\u00e1 inoperativo |
| | | FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=Todav\u00eda no se ha registrado 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 administrador |
| | | FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=Se produce un error inesperado |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=Falta el nombre de host |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=El nombre de host no es v\u00e1lido |
| | | ERR_ADMIN_MISSING_IPATH_37=Falta la ruta de instalaci\u00f3n |
| | | ERR_ADMIN_NOVALID_IPATH_38=La ruta de instalaci\u00f3n no es v\u00e1lida |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=Se produce un error de permiso de acceso |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=La entidad ya est\u00e1 registrada |
| | | ERR_ADMIN_BROKEN_INSTALL_41=El repositorio administrativo est\u00e1 inoperativo |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=Todav\u00eda no se ha registrado la entidad |
| | | ERR_ADMIN_MISSING_PORT_43=Falta el puerto |
| | | ERR_ADMIN_NOVALID_PORT_44=El puerto no es v\u00e1lido |
| | | ERR_ADMIN_MISSING_NAME_45=Falta el nombre |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=Falta el UID de administraci\u00f3n |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Falta la contrase\u00f1a de administrador |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=Se produce un error inesperado |
| | | 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= |
| | | 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 una escucha a\u00f1adir/eliminar contra la entrada "%s" porque no existe en la configuraci\u00f3n |
| | | ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=No se puede registrar una escucha a\u00f1adir/eliminar contra la entrada "%s" porque no existe en la configuraci\u00f3n |
| | | 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_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=Describe las propiedades del servidor |
| | |
| | | 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 (serverId) proporcionado no est\u00e1 registrado |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=El Id. de servidor (serverId) proporcionado no est\u00e1 registrado |
| | | 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 |
| | |
| | | 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=Raz\u00f3n desconocida |
| | | 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=Pudo encontrarse el objeto %s, pero no conten\u00eda ninguna informaci\u00f3n de tipo (p. ej., clases de objeto que faltan en LDAP) |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=Pudo encontrarse el objeto %s, pero no conten\u00eda la informaci\u00f3n de tipo esperada (p. ej., clases de objeto incorrectas en LDAP) |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=Pudo encontrarse el objeto %s, pero su tipo resolvi\u00f3 en una definici\u00f3n de objeto administrado abstracta |
| | | SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=No pudieron determinarse los valores predeterminados para la propiedad "%s" |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=El valor "%s" no es un valor v\u00e1lido para la propiedad "%s", que debe tener la siguiente sintaxis: %s |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=El valor de cadena "%s" no es un valor v\u00e1lido para la propiedad "%s", que debe tener 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=No debe modificarse la propiedad "%s", 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 contactar con el servidor |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=Se ha rechazado la operaci\u00f3n por la siguiente raz\u00f3n: %s |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=Se ha rechazado la operaci\u00f3n por las siguientes razones: %s |
| | | SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=No pudo realizarse la operaci\u00f3n debido a un cambio conflictivo. Es posible que se est\u00e9 empleando otra herramienta de administraci\u00f3n del cliente |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=No pudo descodificarse el objeto %s debido a la siguiente raz\u00f3n: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=No pudo descodificarse el objeto %s debido a las siguientes razones: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=No se permite asignar nombres vac\u00edos a los objetos administrados |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=No se permite asignar nombres en blanco a los objetos administrados |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=El nombre de objeto administrado "%s" no es un valor v\u00e1lido para la propiedad de asignaci\u00f3n de nombres "%s", que debe tener 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 pudo crearse el objeto administrado debido a que ya existe un objeto administrado con el mismo nombre |
| | | SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=No pudo encontrarse 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 reconoci\u00f3 la propiedad "%s" |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Se ha producido un problema de comunicaci\u00f3n al contactar con el servidor: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=Se ha producido la siguiente infracci\u00f3n de restricci\u00f3n: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Se han producido las siguientes infracciones de restricci\u00f3n: %s |
| | | SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=El valor "%s" en la propiedad "%s" en el objeto %s en la entrada "%s" se refiere a un objeto inexistente %s en la entrada "%s" |
| | | SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=El valor "%s" en la propiedad "%s" en el objeto %s en la entrada "%s" se refiere a un objeto inhabilitado %s en la entrada "%s" |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=No puede eliminarse el objeto %s en la entrada "%s" debido a que est\u00e1 referenciado por la propiedad "%s" del objeto %s en la entrada "%s" |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=No puede inhabilitarse el objeto %s en la entrada "%s" debido a que est\u00e1 referenciado por la propiedad "%s" del objeto %s en la entrada "%s" |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Se ha producido un error inesperado al leer el archivo de manifiesto: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Se ha producido un error al tratar de cargar la clase "%s": %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=No puede encontrarse el m\u00e9todo getInstance() en la clase de definici\u00f3n del objeto administrado "%s": %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=No puede invocarse el m\u00e9todo getInstance() en la clase de definici\u00f3n del objeto administrado "%s": %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=No puede inicializarse la definici\u00f3n del objeto administrado "%s" en la clase "%s": %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=No puede cargarse la extensi\u00f3n "%s" con el archivo de manifiesto %s debido a que se ha producido un error inesperado al tratar de proceder a su inicializaci\u00f3n: %s |
| | | FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=No pueden cargarse las clases de administraci\u00f3n de base desde el archivo de manifiesto %s debido a que se ha producido un error inesperado: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=No existe el objeto %s "%s" referenciado en la propiedad "%s" |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=El objeto %s "%s" referenciado en la propiedad "%s" existe, pero tiene una configuraci\u00f3n no v\u00e1lida: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=Se ha inhabilitado el objeto %s "%s" referenciado en la propiedad "%s" |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=La propiedad "%s" en el objeto %s llamado "%s" hace referencia a este objeto %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=La propiedad "%s" en el objeto %s hace referencia a este objeto %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=No puede inhabilitarse el objeto %s debido a que est\u00e1 referenciado por la propiedad "%s" en el objeto %s llamado "%s" |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=No puede inhabilitarse el objeto %s debido a que est\u00e1 referenciado por la propiedad "%s" en el objeto %s |
| | | SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Se ha producido un error al tratar de determinar si est\u00e1 habilitado el objeto %s en la entrada %s: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=El conector de administraci\u00f3n de certificado auto-firmado no puede ser generado porque se han producido los siguientes errores: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=El conector de administraci\u00f3n de certificado auto-firmado no puede ser generado porque los siguientes archivos faltan: %s |
| | | SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=No se ha podido establecer permisos en el archivo %s |
| | | FATAL_ERR_ADMIN_MERGING_138=No pudo combinarse la informaci\u00f3n de registro de los servidores |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=Raz\u00f3n desconocida |
| | | ERR_SERVER_CONSTRAINT_EXCEPTION_75=Se ha producido una excepci\u00f3n de configuraci\u00f3n al evaluar una restricci\u00f3n: %s |
| | | ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=Pudo encontrarse el objeto %s, pero no conten\u00eda ninguna informaci\u00f3n de tipo (p. ej., clases de objeto que faltan en LDAP) |
| | | ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=Pudo encontrarse el objeto %s, pero no conten\u00eda la informaci\u00f3n de tipo esperada (p. ej., clases de objeto incorrectas en LDAP) |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=Pudo encontrarse el objeto %s, pero su tipo resolvi\u00f3 en una definici\u00f3n de objeto administrado abstracta |
| | | ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=No pudieron determinarse los valores predeterminados para la propiedad "%s" |
| | | ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=El valor "%s" no es un valor v\u00e1lido para la propiedad "%s", que debe tener la siguiente sintaxis: %s |
| | | ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=El valor de cadena "%s" no es un valor v\u00e1lido para la propiedad "%s", que debe tener la siguiente sintaxis: %s |
| | | ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Debe especificarse la propiedad "%s", ya que es obligatoria |
| | | ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=No debe modificarse la propiedad "%s", ya que es de s\u00f3lo lectura |
| | | ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=La propiedad "%s" no debe contener m\u00e1s de un valor |
| | | ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Se ha producido un error interno al procesar la propiedad "%s": tipo de propiedad desconocido "%s" |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=Error de autenticaci\u00f3n |
| | | ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=El servidor no admite el mecanismo de autenticaci\u00f3n solicitado |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=Error de autorizaci\u00f3n |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Se ha producido un problema de comunicaci\u00f3n al contactar con el servidor |
| | | ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=Se ha rechazado la operaci\u00f3n por la siguiente raz\u00f3n: %s |
| | | ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=Se ha rechazado la operaci\u00f3n por las siguientes razones: %s |
| | | ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=No pudo realizarse la operaci\u00f3n debido a un cambio conflictivo. Es posible que se est\u00e9 empleando otra herramienta de administraci\u00f3n del cliente |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=No pudo descodificarse el objeto %s debido a la siguiente raz\u00f3n: %s |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=No pudo descodificarse el objeto %s debido a las siguientes razones: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=No se permite asignar nombres vac\u00edos a los objetos administrados |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=No se permite asignar nombres en blanco a los objetos administrados |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=El nombre de objeto administrado "%s" no es un valor v\u00e1lido para la propiedad de asignaci\u00f3n de nombres "%s", que debe tener la siguiente sintaxis: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=No se permite el nombre de objeto administrado "%s" |
| | | ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=No pudo crearse el objeto administrado debido a que ya existe un objeto administrado con el mismo nombre |
| | | ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=No pudo encontrarse el objeto administrado solicitado |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=La propiedad "%s" es obligatoria |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=Las siguientes propiedades son obligatorias: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=No se reconoci\u00f3 la propiedad "%s" |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Se ha producido un problema de comunicaci\u00f3n al contactar con el servidor: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=Se ha producido la siguiente infracci\u00f3n de restricci\u00f3n: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Se han producido las siguientes infracciones de restricci\u00f3n: %s |
| | | ERR_SERVER_REFINT_DANGLING_REFERENCE_114=El valor "%s" en la propiedad "%s" en el objeto %s en la entrada "%s" se refiere a un objeto inexistente %s en la entrada "%s" |
| | | ERR_SERVER_REFINT_TARGET_DISABLED_116=El valor "%s" en la propiedad "%s" en el objeto %s en la entrada "%s" se refiere a un objeto inhabilitado %s en la entrada "%s" |
| | | ERR_SERVER_REFINT_CANNOT_DELETE_117=No puede eliminarse el objeto %s en la entrada "%s" debido a que est\u00e1 referenciado por la propiedad "%s" del objeto %s en la entrada "%s" |
| | | ERR_SERVER_REFINT_CANNOT_DISABLE_118=No puede inhabilitarse el objeto %s en la entrada "%s" debido a que est\u00e1 referenciado por la propiedad "%s" del objeto %s en la entrada "%s" |
| | | ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Se ha producido un error inesperado al leer el archivo de manifiesto: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Se ha producido un error al tratar de cargar la clase "%s": %s |
| | | ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=No puede encontrarse el m\u00e9todo getInstance() en la clase de definici\u00f3n del objeto administrado "%s": %s |
| | | ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=No puede invocarse el m\u00e9todo getInstance() en la clase de definici\u00f3n del objeto administrado "%s": %s |
| | | ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=No puede inicializarse la definici\u00f3n del objeto administrado "%s" en la clase "%s": %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=No puede cargarse la extensi\u00f3n "%s" con el archivo de manifiesto %s debido a que se ha producido un error inesperado al tratar de proceder a su inicializaci\u00f3n: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=No pueden cargarse las clases de administraci\u00f3n de base desde el archivo de manifiesto %s debido a que se ha producido un error inesperado: %s |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=No existe el objeto %s "%s" referenciado en la propiedad "%s" |
| | | ERR_CLIENT_REFINT_TARGET_INVALID_128=El objeto %s "%s" referenciado en la propiedad "%s" existe, pero tiene una configuraci\u00f3n no v\u00e1lida: %s |
| | | ERR_CLIENT_REFINT_TARGET_DISABLED_129=Se ha inhabilitado el objeto %s "%s" referenciado en la propiedad "%s" |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=La propiedad "%s" en el objeto %s llamado "%s" hace referencia a este objeto %s |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=La propiedad "%s" en el objeto %s hace referencia a este objeto %s |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=No puede inhabilitarse el objeto %s debido a que est\u00e1 referenciado por la propiedad "%s" en el objeto %s llamado "%s" |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=No puede inhabilitarse el objeto %s debido a que est\u00e1 referenciado por la propiedad "%s" en el objeto %s |
| | | ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Se ha producido un error al tratar de determinar si est\u00e1 habilitado el objeto %s en la entrada %s: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_135=El conector de administraci\u00f3n de certificado auto-firmado no puede ser generado porque se han producido los siguientes errores: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=El conector de administraci\u00f3n de certificado auto-firmado no puede ser generado porque los siguientes archivos faltan: %s |
| | | WARN_ADMIN_SET_PERMISSIONS_FAILED_137=No se ha podido establecer permisos en el archivo %s |
| | | ERR_ADMIN_MERGING_138=No pudo combinarse la informaci\u00f3n de registro de los servidores |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Une erreur s'est produite lors de la tentative de r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration de relation %s\u00a0: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Une erreur s'est produite lors de la tentative de r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration d'objet g\u00e9r\u00e9 %s\u00a0: %s |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=L'entr\u00e9e de configuration d'objet g\u00e9r\u00e9 %s ne semble pas exister dans la configuration Directory Server. Cette entr\u00e9e est obligatoire |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'entr\u00e9e de configuration d'objet g\u00e9r\u00e9 %s\u00a0: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=Directory Server n'a pas pu charger la classe %s et l'utiliser en tant qu'instance de composant comme le d\u00e9finit l'entr\u00e9e de configuration %s. Erreur d\u00e9tect\u00e9e\u00a0: %s. Ce composant va \u00eatre d\u00e9sactiv\u00e9 |
| | | SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=Impossible de charger le fichier jar Directory Server %s dans le r\u00e9pertoire %s car une erreur inattendue s'est produite lors de la tentative d'ouverture du fichier pour la lecture\u00a0: %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 Directory Server car le r\u00e9pertoire d'extensions %s existe mais il ne s'agit pas d'un r\u00e9pertoire |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Impossible de lire les extensions Directory Server depuis le r\u00e9pertoire %s car une erreur inattendue s'est produite 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 manifest d'administration de serveur de base %s est introuvable |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=Impossible de charger le fichier manifest d'administration %s associ\u00e9 \u00e0 l'extension %s car une erreur inattendue s'est produite lors de la tentative de lecture de ce fichier\u00a0: %s |
| | | ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=Une erreur s'est produite lors de la tentative de r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration de relation %s\u00a0: %s |
| | | ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=Une erreur s'est produite lors de la tentative de r\u00e9cup\u00e9ration de l'entr\u00e9e de configuration d'objet g\u00e9r\u00e9 %s\u00a0: %s |
| | | ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=L'entr\u00e9e de configuration d'objet g\u00e9r\u00e9 %s ne semble pas exister dans la configuration Directory Server. Cette entr\u00e9e est obligatoire |
| | | ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'entr\u00e9e de configuration d'objet g\u00e9r\u00e9 %s\u00a0: %s |
| | | ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=Directory Server n'a pas pu charger la classe %s et l'utiliser en tant qu'instance de composant comme le d\u00e9finit l'entr\u00e9e de configuration %s. Erreur d\u00e9tect\u00e9e\u00a0: %s. Ce composant va \u00eatre d\u00e9sactiv\u00e9 |
| | | ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=Impossible de charger le fichier jar Directory Server %s dans le r\u00e9pertoire %s car une erreur inattendue s'est produite lors de la tentative d'ouverture du fichier pour la lecture\u00a0: %s |
| | | ERR_ADMIN_NO_EXTENSIONS_DIR_12=Le r\u00e9pertoire d'extensions %s n'existe pas, aucune extension ne sera donc charg\u00e9e |
| | | ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Impossible de lire les extensions Directory Server car le r\u00e9pertoire d'extensions %s existe mais il ne s'agit pas d'un r\u00e9pertoire |
| | | ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=Impossible de lire les extensions Directory Server depuis le r\u00e9pertoire %s car une erreur inattendue s'est produite lors de la tentative d'\u00e9num\u00e9ration des fichiers de ce r\u00e9pertoire\u00a0: %s |
| | | ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=Le fichier manifest d'administration de serveur de base %s est introuvable |
| | | ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=Impossible de charger le fichier manifest d'administration %s associ\u00e9 \u00e0 l'extension %s car une erreur inattendue s'est produite lors de la tentative de lecture de ce fichier\u00a0: %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 |
| | |
| | | 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 |
| | | 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 |
| | | 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=Nom d'h\u00f4te manquant |
| | | FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=Le nom d\u2019h\u00f4te n\u2019est pas valide |
| | | FATAL_ERR_ADMIN_MISSING_IPATH_37=Chemin d'installation manquant |
| | | FATAL_ERR_ADMIN_NOVALID_IPATH_38=Chemin d'installation non valide |
| | | FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=Erreur de permission d'acc\u00e8s |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=Entit\u00e9 d\u00e9j\u00e0 enregistr\u00e9e |
| | | FATAL_ERR_ADMIN_BROKEN_INSTALL_41=R\u00e9f\u00e9rentiel d'administration endommag\u00e9 |
| | | FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=Entit\u00e9 pas encore enregistr\u00e9e |
| | | FATAL_ERR_ADMIN_MISSING_PORT_43=Port manquant |
| | | FATAL_ERR_ADMIN_NOVALID_PORT_44=Port non valide |
| | | FATAL_ERR_ADMIN_MISSING_NAME_45=Nom manquant |
| | | FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=UID d'administration manquant |
| | | FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Mot de passe de l'administrateur manquant |
| | | FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=Une erreur inattendue s'est produite |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=Nom d'h\u00f4te manquant |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=Le nom d\u2019h\u00f4te n\u2019est pas valide |
| | | ERR_ADMIN_MISSING_IPATH_37=Chemin d'installation manquant |
| | | ERR_ADMIN_NOVALID_IPATH_38=Chemin d'installation non valide |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=Erreur de permission d'acc\u00e8s |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=Entit\u00e9 d\u00e9j\u00e0 enregistr\u00e9e |
| | | ERR_ADMIN_BROKEN_INSTALL_41=R\u00e9f\u00e9rentiel d'administration endommag\u00e9 |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=Entit\u00e9 pas encore enregistr\u00e9e |
| | | ERR_ADMIN_MISSING_PORT_43=Port manquant |
| | | ERR_ADMIN_NOVALID_PORT_44=Port non valide |
| | | ERR_ADMIN_MISSING_NAME_45=Nom manquant |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=UID d'administration manquant |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=Mot de passe de l'administrateur manquant |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=Une erreur inattendue s'est produite |
| | | 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= |
| | | 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 de le backend dans lequel les donn\u00e9es d'administration vont \u00eatre stock\u00e9es |
| | | SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Impossible d'enregistrer un listener d'ajout/suppression aupr\u00e8s de l'entr\u00e9e "%s" car cet \u00e9l\u00e9ment n'existe pas dans la configuration |
| | | ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=Impossible d'enregistrer un listener d'ajout/suppression aupr\u00e8s de l'entr\u00e9e "%s" car cet \u00e9l\u00e9ment n'existe pas dans la 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_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=D\u00e9crit les propri\u00e9t\u00e9s du serveur |
| | |
| | | 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=La valeur serverId indiqu\u00e9e n'est pas enregistr\u00e9e |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=La valeur serverId indiqu\u00e9e n'est pas enregistr\u00e9e |
| | | 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 |
| | |
| | | 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=L'objet %s a \u00e9t\u00e9 trouv\u00e9 mais ne contenait aucune information de type (ex. classes d'objet manquantes dans LDAP) |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=L'objet %s a \u00e9t\u00e9 trouv\u00e9 mais ne contenait pas les informations de type attendues (ex. classes d'objet incorrectes dans LDAP) |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=L'objet %s a \u00e9t\u00e9 trouv\u00e9 mais son type se r\u00e9sout en une d\u00e9finition d'objet g\u00e9r\u00e9 abstraite |
| | | SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=Impossible de d\u00e9terminer les valeurs par d\u00e9faut de la propri\u00e9t\u00e9 "%s" |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=La valeur "%s" n'est pas une valeur valide pour la propri\u00e9t\u00e9 "%s", qui doit avoir la syntaxe suivante\u00a0: %s |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=La valeur de cha\u00eene "%s" n'est pas une valeur valide pour la propri\u00e9t\u00e9 "%s", qui doit avoir la syntaxe suivante\u00a0: %s |
| | | SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Vous devez indiquer la propri\u00e9t\u00e9 "%s" car elle est d\u00e9finie comme \u00e9tant obligatoire |
| | | SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=Vous ne devez pas modifier la propri\u00e9t\u00e9 "%s" car elle est en lecture seule |
| | | SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=La propri\u00e9t\u00e9 "%s" ne doit contenir qu'une seule valeur |
| | | SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Une erreur interne s'est produite lors du traitement de la propri\u00e9t\u00e9 "%s"\u00a0: type de propri\u00e9t\u00e9 "%s" inconnu |
| | | SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u00c9chec de l'authentification |
| | | SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=Le m\u00e9canisme d'authentification requis n'est pas pris en charge par le serveur |
| | | 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 prise de contact avec le serveur |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=L'op\u00e9ration a \u00e9t\u00e9 rejet\u00e9e pour la raison suivante\u00a0: %s |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=L'op\u00e9ration a \u00e9t\u00e9 rejet\u00e9e pour les raisons suivantes\u00a0: %s |
| | | SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=Impossible de r\u00e9aliser l'op\u00e9ration car une modification en conflit a d\u00e9j\u00e0 \u00e9t\u00e9 effectu\u00e9e. 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 l'objet %s pour la raison suivante\u00a0: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=Impossible de d\u00e9coder l'objet %s pour les raisons suivantes\u00a0: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Les noms d'objet g\u00e9r\u00e9 vides ne sont pas admis |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Les noms d'objet g\u00e9r\u00e9 blancs ne sont pas admis |
| | | 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 nommage "%s", qui doit avoir 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 admis |
| | | SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=Impossible de cr\u00e9er l'objet g\u00e9r\u00e9 car il existe d\u00e9j\u00e0 un objet g\u00e9r\u00e9 portant le m\u00eame nom |
| | | SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=L'objet g\u00e9r\u00e9 requis est introuvable |
| | | 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 obligatoires\u00a0: %s |
| | | SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=La propri\u00e9t\u00e9 "%s" n'est pas reconnue |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Un probl\u00e8me de communication s'est produit lors de la prise de contact avec le 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 contrainte suivantes se sont produites\u00a0: %s |
| | | SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=La valeur "%s", dans la propri\u00e9t\u00e9 "%s" de l'objet %s de l'entr\u00e9e "%s", fait r\u00e9f\u00e9rence \u00e0 un objet %s inexistant dans l'entr\u00e9e "%s" |
| | | SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=La valeur "%s", dans la propri\u00e9t\u00e9 "%s" de l'objet %s de l'entr\u00e9e "%s", fait r\u00e9f\u00e9rence \u00e0 un objet %s d\u00e9sactiv\u00e9 dans l'entr\u00e9e "%s" |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=Impossible de supprimer l'objet %s dans l'entr\u00e9e "%s" car la propri\u00e9t\u00e9 "%s" de l'objet %s dans l'entr\u00e9e "%s" y fait r\u00e9f\u00e9rence |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=Impossible de d\u00e9sactiver l'objet %s dans l'entr\u00e9e "%s" car la propri\u00e9t\u00e9 "%s" de l'objet %s dans l'entr\u00e9e "%s" y fait r\u00e9f\u00e9rence |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Une erreur inattendue s'est produite lors de la lecture du fichier manifest\u00a0: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Une erreur s'est produite lors de la tentative de chargement de la classe "%s"\u00a0: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Impossible de trouver la m\u00e9thode getInstance() dans la classe de d\u00e9finition d'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 d'objet g\u00e9r\u00e9 "%s"\u00a0: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Impossible d'initialiser la d\u00e9finition d'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 manifest %s car une erreur inattendue s'est produite lors de la tentative d'initialisation de cette extension\u00a0: %s |
| | | FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Impossible de charger les classes d'administration de serveur de base depuis le fichier manifest %s car une erreur inattendue s'est produite\u00a0: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=L'objet %s "%s", r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s", n'existe pas |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=L'objet %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=L'objet %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 l'objet %s nomm\u00e9 "%s" fait r\u00e9f\u00e9rence \u00e0 cet objet %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=La propri\u00e9t\u00e9 "%s" dans l'objet %s fait r\u00e9f\u00e9rence \u00e0 cet objet %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=Impossible de d\u00e9sactiver cet objet %s car la propri\u00e9t\u00e9 "%s" de l'objet %s appel\u00e9 "%s" y fait r\u00e9f\u00e9rence |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=Impossible de d\u00e9sactiver cet objet %s car la propri\u00e9t\u00e9 "%s" de l'objet %s y fait r\u00e9f\u00e9rence |
| | | SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Une erreur s'est produite lors de la tentative de d\u00e9termination de l'\u00e9tat d'activation/d\u00e9sactivation de l'objet %s dans l'entr\u00e9e %s\u00a0: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=Impossible de g\u00e9n\u00e9rer le certificat autosign\u00e9 du connecteur d'administration car l'erreur suivante s'est produite\u00a0: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=Impossible de g\u00e9n\u00e9rer le certificat autosign\u00e9 du connecteur d'administration car les fichiers suivants sont manquants\u00a0: %s |
| | | SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Impossible de d\u00e9finir des permissions sur le fichier %s |
| | | FATAL_ERR_ADMIN_MERGING_138=Impossible de fusionner les informations de registre des serveurs |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=Raison inconnue |
| | | ERR_SERVER_CONSTRAINT_EXCEPTION_75=Une exception de configuration s'est produite lors de l'\u00e9valuation d'une contrainte\u00a0: %s |
| | | ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=L'objet %s a \u00e9t\u00e9 trouv\u00e9 mais ne contenait aucune information de type (ex. classes d'objet manquantes dans LDAP) |
| | | ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=L'objet %s a \u00e9t\u00e9 trouv\u00e9 mais ne contenait pas les informations de type attendues (ex. classes d'objet incorrectes dans LDAP) |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=L'objet %s a \u00e9t\u00e9 trouv\u00e9 mais son type se r\u00e9sout en une d\u00e9finition d'objet g\u00e9r\u00e9 abstraite |
| | | ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=Impossible de d\u00e9terminer les valeurs par d\u00e9faut de la propri\u00e9t\u00e9 "%s" |
| | | ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=La valeur "%s" n'est pas une valeur valide pour la propri\u00e9t\u00e9 "%s", qui doit avoir la syntaxe suivante\u00a0: %s |
| | | ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=La valeur de cha\u00eene "%s" n'est pas une valeur valide pour la propri\u00e9t\u00e9 "%s", qui doit avoir la syntaxe suivante\u00a0: %s |
| | | ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=Vous devez indiquer la propri\u00e9t\u00e9 "%s" car elle est d\u00e9finie comme \u00e9tant obligatoire |
| | | ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=Vous ne devez pas modifier la propri\u00e9t\u00e9 "%s" car elle est en lecture seule |
| | | ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=La propri\u00e9t\u00e9 "%s" ne doit contenir qu'une seule valeur |
| | | ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=Une erreur interne s'est produite lors du traitement de la propri\u00e9t\u00e9 "%s"\u00a0: type de propri\u00e9t\u00e9 "%s" inconnu |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u00c9chec de l'authentification |
| | | ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=Le m\u00e9canisme d'authentification requis n'est pas pris en charge par le serveur |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u00c9chec de l'autorisation |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=Un probl\u00e8me de communication s'est produit lors de la prise de contact avec le serveur |
| | | ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=L'op\u00e9ration a \u00e9t\u00e9 rejet\u00e9e pour la raison suivante\u00a0: %s |
| | | ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=L'op\u00e9ration a \u00e9t\u00e9 rejet\u00e9e pour les raisons suivantes\u00a0: %s |
| | | ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=Impossible de r\u00e9aliser l'op\u00e9ration car une modification en conflit a d\u00e9j\u00e0 \u00e9t\u00e9 effectu\u00e9e. Un autre outil d'administration client est peut-\u00eatre en cours d'utilisation |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=Impossible de d\u00e9coder l'objet %s pour la raison suivante\u00a0: %s |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=Impossible de d\u00e9coder l'objet %s pour les raisons suivantes\u00a0: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=Les noms d'objet g\u00e9r\u00e9 vides ne sont pas admis |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=Les noms d'objet g\u00e9r\u00e9 blancs ne sont pas admis |
| | | 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 nommage "%s", qui doit avoir la syntaxe suivante\u00a0: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=Le nom d'objet g\u00e9r\u00e9 "%s" n'est pas admis |
| | | ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=Impossible de cr\u00e9er l'objet g\u00e9r\u00e9 car il existe d\u00e9j\u00e0 un objet g\u00e9r\u00e9 portant le m\u00eame nom |
| | | ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=L'objet g\u00e9r\u00e9 requis est introuvable |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=La propri\u00e9t\u00e9 "%s" est obligatoire |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=Les propri\u00e9t\u00e9s suivantes sont obligatoires\u00a0: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=La propri\u00e9t\u00e9 "%s" n'est pas reconnue |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=Un probl\u00e8me de communication s'est produit lors de la prise de contact avec le serveur\u00a0: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=La violation de contrainte suivante s'est produite\u00a0: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=Les violations de contrainte suivantes se sont produites\u00a0: %s |
| | | ERR_SERVER_REFINT_DANGLING_REFERENCE_114=La valeur "%s", dans la propri\u00e9t\u00e9 "%s" de l'objet %s de l'entr\u00e9e "%s", fait r\u00e9f\u00e9rence \u00e0 un objet %s inexistant dans l'entr\u00e9e "%s" |
| | | ERR_SERVER_REFINT_TARGET_DISABLED_116=La valeur "%s", dans la propri\u00e9t\u00e9 "%s" de l'objet %s de l'entr\u00e9e "%s", fait r\u00e9f\u00e9rence \u00e0 un objet %s d\u00e9sactiv\u00e9 dans l'entr\u00e9e "%s" |
| | | ERR_SERVER_REFINT_CANNOT_DELETE_117=Impossible de supprimer l'objet %s dans l'entr\u00e9e "%s" car la propri\u00e9t\u00e9 "%s" de l'objet %s dans l'entr\u00e9e "%s" y fait r\u00e9f\u00e9rence |
| | | ERR_SERVER_REFINT_CANNOT_DISABLE_118=Impossible de d\u00e9sactiver l'objet %s dans l'entr\u00e9e "%s" car la propri\u00e9t\u00e9 "%s" de l'objet %s dans l'entr\u00e9e "%s" y fait r\u00e9f\u00e9rence |
| | | ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=Une erreur inattendue s'est produite lors de la lecture du fichier manifest\u00a0: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=Une erreur s'est produite lors de la tentative de chargement de la classe "%s"\u00a0: %s |
| | | ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=Impossible de trouver la m\u00e9thode getInstance() dans la classe de d\u00e9finition d'objet g\u00e9r\u00e9 "%s"\u00a0: %s |
| | | ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=Impossible d'appeler la m\u00e9thode getInstance() dans la classe de d\u00e9finition d'objet g\u00e9r\u00e9 "%s"\u00a0: %s |
| | | ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=Impossible d'initialiser la d\u00e9finition d'objet g\u00e9r\u00e9 "%s" dans la classe "%s"\u00a0: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=Impossible de charger l'extension "%s" avec le fichier manifest %s car une erreur inattendue s'est produite lors de la tentative d'initialisation de cette extension\u00a0: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=Impossible de charger les classes d'administration de serveur de base depuis le fichier manifest %s car une erreur inattendue s'est produite\u00a0: %s |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=L'objet %s "%s", r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s", n'existe pas |
| | | ERR_CLIENT_REFINT_TARGET_INVALID_128=L'objet %s "%s", r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s", existe mais sa configuration n'est pas valide\u00a0: %s |
| | | ERR_CLIENT_REFINT_TARGET_DISABLED_129=L'objet %s "%s", r\u00e9f\u00e9renc\u00e9 dans la propri\u00e9t\u00e9 "%s", est d\u00e9sactiv\u00e9 |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=La propri\u00e9t\u00e9 "%s" dans l'objet %s nomm\u00e9 "%s" fait r\u00e9f\u00e9rence \u00e0 cet objet %s |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=La propri\u00e9t\u00e9 "%s" dans l'objet %s fait r\u00e9f\u00e9rence \u00e0 cet objet %s |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=Impossible de d\u00e9sactiver cet objet %s car la propri\u00e9t\u00e9 "%s" de l'objet %s appel\u00e9 "%s" y fait r\u00e9f\u00e9rence |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=Impossible de d\u00e9sactiver cet objet %s car la propri\u00e9t\u00e9 "%s" de l'objet %s y fait r\u00e9f\u00e9rence |
| | | ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=Une erreur s'est produite lors de la tentative de d\u00e9termination de l'\u00e9tat d'activation/d\u00e9sactivation de l'objet %s dans l'entr\u00e9e %s\u00a0: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_135=Impossible de g\u00e9n\u00e9rer le certificat autosign\u00e9 du connecteur d'administration car l'erreur suivante s'est produite\u00a0: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=Impossible de g\u00e9n\u00e9rer le certificat autosign\u00e9 du connecteur d'administration car les fichiers suivants sont manquants\u00a0: %s |
| | | WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Impossible de d\u00e9finir des permissions sur le fichier %s |
| | | ERR_ADMIN_MERGING_138=Impossible de fusionner les informations de registre des serveurs |
| | | |
| | |
| | | # |
| | | # 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_CANNOT_GET_MANAGED_OBJECT_3=\u7ba1\u7406\u5bfe\u8c61\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=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u306b\u5b58\u5728\u3057\u306a\u3044\u3088\u3046\u3067\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u306e\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u30c7\u30b3\u30fc\u30c9\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\u30af\u30e9\u30b9 %s \u3092\u8aad\u307f\u8fbc\u3081\u305a\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b9a\u7fa9\u306b\u5f93\u3063\u3066\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6b21\u306e\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 |
| | | 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\u306e jar \u30d5\u30a1\u30a4\u30eb %1$s \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u53d6\u308a\u7528\u306b\u958b\u304f\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$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=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002\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\u3042\u308a\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\u306e\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\u3092\u4e00\u89a7\u8868\u793a\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 |
| | | 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\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | 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 |
| | | ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\u7ba1\u7406\u5bfe\u8c61\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 |
| | | ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u5185\u306b\u5b58\u5728\u3057\u306a\u3044\u3088\u3046\u3067\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u306e\u30a8\u30f3\u30c8\u30ea\u3067\u3059 |
| | | ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u30af\u30e9\u30b9 %s \u3092\u8aad\u307f\u8fbc\u3081\u305a\u3001\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e\u5b9a\u7fa9\u306b\u5f93\u3063\u3066\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6b21\u306e\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 |
| | | 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\u306e jar \u30d5\u30a1\u30a4\u30eb %1$s \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u53d6\u308a\u7528\u306b\u958b\u304f\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | 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 |
| | | ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8aad\u307f\u53d6\u308c\u307e\u305b\u3093\u3002\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\u3042\u308a\u307e\u305b\u3093 |
| | | 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\u306e\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\u3092\u4e00\u89a7\u8868\u793a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | 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 |
| | | 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\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$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 |
| | |
| | | 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\u50cd\u3057\u3066\u3044\u308b\u3053\u3068\u3001\u304a\u3088\u3073\u6307\u5b9a\u3057\u305f\u8cc7\u683c\u60c5\u5831\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | 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\u50cd\u3057\u3066\u3044\u308b\u3053\u3068\u3001\u304a\u3088\u3073\u6307\u5b9a\u3057\u305f\u8cc7\u683c\u60c5\u5831\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | 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\u3057\u305f |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=\u3053\u306e\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u3059\u3067\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\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=\u3053\u306e\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u307e\u3060\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | 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\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 |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=\u30db\u30b9\u30c8\u540d\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=\u30db\u30b9\u30c8\u540d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_MISSING_IPATH_37=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d1\u30b9\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_NOVALID_IPATH_38=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30d1\u30b9\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=\u30a2\u30af\u30bb\u30b9\u6a29\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=\u3053\u306e\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u3059\u3067\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u30ea\u30dd\u30b8\u30c8\u30ea\u304c\u58ca\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=\u3053\u306e\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u307e\u3060\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_ADMIN_MISSING_PORT_43=\u30dd\u30fc\u30c8\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_NOVALID_PORT_44=\u30dd\u30fc\u30c8\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_MISSING_NAME_45=\u540d\u524d\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=\u7ba1\u7406 UID \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7ba1\u7406\u8005\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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= |
| | | 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\u30a8\u30f3\u30c8\u30ea\u304c\u69cb\u6210\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | 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\u30a8\u30f3\u30c8\u30ea\u304c\u69cb\u6210\u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | 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_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u8aac\u660e\u3092\u5165\u529b\u3057\u307e\u3059 |
| | |
| | | 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 |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=\u6307\u5b9a\u3055\u308c\u305f serverId \u306f\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | 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 |
| | |
| | | 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\u4e0d\u660e |
| | | SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u5236\u7d04\u306e\u8a55\u4fa1\u4e2d\u306b\u69cb\u6210\u306e\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s \u306f\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u30bf\u30a4\u30d7\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f (LDAP \u5185\u306b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u306a\u3044\u306a\u3069) |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s \u306f\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u671f\u5f85\u3055\u308c\u308b\u30bf\u30a4\u30d7\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f (LDAP \u5185\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u6b63\u3057\u304f\u306a\u3044\u306a\u3069) |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s \u306f\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u305d\u306e\u30bf\u30a4\u30d7\u304c\u62bd\u8c61\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u306b\u89e3\u6c7a\u3055\u308c\u307e\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\u65ad\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\u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b21\u306e\u69cb\u6587\u306b\u5f93\u3046\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\u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b21\u306e\u69cb\u6587\u306b\u5f93\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s |
| | | SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u3067\u3059 |
| | | SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e\u305f\u3081\u3001\u5909\u66f4\u3067\u304d\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\u308b\u3053\u3068\u306f\u3067\u304d\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" |
| | | SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u8a8d\u8a3c\u5931\u6557 |
| | | SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u8981\u6c42\u3055\u308c\u305f\u8a8d\u8a3c\u6a5f\u69cb\u306f\u30b5\u30fc\u30d0\u30fc\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u627f\u8a8d\u5931\u6557 |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u901a\u4fe1\u306e\u554f\u984c\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\u884c\u308f\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5225\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\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\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u6b21\u306e\u7406\u7531\u3067 %s \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u306f\u7a7a\u306b\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u306f\u7a7a\u767d\u306b\u3067\u304d\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" \u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b21\u306e\u69cb\u6587\u306b\u5f93\u3046\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\u307e\u305b\u3093 |
| | | SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u540c\u3058\u540d\u524d\u306e\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3059\u3067\u306b\u3042\u308a\u307e\u3059 |
| | | 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" \u306f\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u901a\u4fe1\u306e\u554f\u984c\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" \u5185\u306e %3$s \u306b\u542b\u307e\u308c\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \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_TARGET_DISABLED_116=\u30a8\u30f3\u30c8\u30ea "%4$s" \u5185\u306e %3$s \u306b\u542b\u307e\u308c\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \u306e\u5024 "%1$s" \u306f\u3001\u30a8\u30f3\u30c8\u30ea "%6$s" \u5185\u306e\u7121\u52b9\u306b\u3055\u308c\u305f %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 \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea "%5$s" \u5185\u306e %4$s \u306e "%3$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\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 \u3092\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea "%5$s" \u5185\u306e %4$s \u306e "%3$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | 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" \u306b 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\u542b\u3080\u62e1\u5f35\u6a5f\u80fd "%1$s" \u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\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=\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\u3002\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\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" \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\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" \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\u308b %1$s "%2$s" \u306f\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130="%3$s" \u3068\u3044\u3046 %2$s \u306e "%1$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u3053\u306e %4$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=%2$s \u306e "%1$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u3053\u306e %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\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"%4$s" \u3068\u3044\u3046 %3$s \u306e "%2$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\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%3$s \u306e "%2$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\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=\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u7ba1\u7406\u30b3\u30cd\u30af\u30bf\u306e\u81ea\u5df1\u7f72\u540d\u4ed8\u304d\u8a3c\u660e\u66f8\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=\u6b21\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u305f\u3081\u3001\u7ba1\u7406\u30b3\u30cd\u30af\u30bf\u306e\u81ea\u5df1\u7f72\u540d\u4ed8\u304d\u8a3c\u660e\u66f8\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093: %s |
| | | SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=\u30d5\u30a1\u30a4\u30eb %s \u306e\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u8a2d\u5b9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | FATAL_ERR_ADMIN_MERGING_138=\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30b8\u30b9\u30c8\u30ea\u60c5\u5831\u3092\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=\u7406\u7531\u4e0d\u660e |
| | | ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u5236\u7d04\u306e\u8a55\u4fa1\u4e2d\u306b\u69cb\u6210\u306e\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=%s \u306f\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u30bf\u30a4\u30d7\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f (LDAP \u5185\u306b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u306a\u3044\u306a\u3069) |
| | | ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=%s \u306f\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u671f\u5f85\u3055\u308c\u308b\u30bf\u30a4\u30d7\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f (LDAP \u5185\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u6b63\u3057\u304f\u306a\u3044\u306a\u3069) |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=%s \u306f\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u304c\u3001\u305d\u306e\u30bf\u30a4\u30d7\u304c\u62bd\u8c61\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u5b9a\u7fa9\u306b\u89e3\u6c7a\u3055\u308c\u307e\u3057\u305f |
| | | ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\u5024 "%s" \u306f "%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b21\u306e\u69cb\u6587\u306b\u5f93\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s |
| | | ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\u6587\u5b57\u5217\u5024 "%s" \u306f "%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b21\u306e\u69cb\u6587\u306b\u5f93\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s |
| | | ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u5fc5\u9808\u3067\u3059 |
| | | ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e\u305f\u3081\u3001\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306b\u8907\u6570\u306e\u5024\u3092\u542b\u3081\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093 |
| | | 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" |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u8a8d\u8a3c\u5931\u6557 |
| | | ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u8981\u6c42\u3055\u308c\u305f\u8a8d\u8a3c\u6a5f\u69cb\u306f\u30b5\u30fc\u30d0\u30fc\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u627f\u8a8d\u5931\u6557 |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u901a\u4fe1\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u6b21\u306e\u7406\u7531\u3067\u64cd\u4f5c\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s |
| | | ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u6b21\u306e\u7406\u7531\u3067\u64cd\u4f5c\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f: %s |
| | | ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u7af6\u5408\u3059\u308b\u5909\u66f4\u304c\u3059\u3067\u306b\u884c\u308f\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u64cd\u4f5c\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u5225\u306e\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u4e2d\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\u6b21\u306e\u7406\u7531\u3067 %s \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u6b21\u306e\u7406\u7531\u3067 %s \u3092\u30c7\u30b3\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u306f\u7a7a\u306b\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u306f\u7a7a\u767d\u306b\u3067\u304d\u307e\u305b\u3093 |
| | | 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" \u306b\u6709\u52b9\u306a\u5024\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u6b21\u306e\u69cb\u6587\u306b\u5f93\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: %s |
| | | 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\u307e\u305b\u3093 |
| | | ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u540c\u3058\u540d\u524d\u306e\u7ba1\u7406\u5bfe\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u3059\u3067\u306b\u3042\u308a\u307e\u3059 |
| | | 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 |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108="%s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u5fc5\u9808\u3067\u3059 |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u6b21\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u5fc5\u9808\u3067\u3059: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%s" \u306f\u8a8d\u8b58\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u4e2d\u306b\u901a\u4fe1\u306e\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u6b21\u306e\u5236\u7d04\u9055\u53cd\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u6b21\u306e\u5236\u7d04\u9055\u53cd\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u30a8\u30f3\u30c8\u30ea "%4$s" \u5185\u306e %3$s \u306b\u542b\u307e\u308c\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \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 |
| | | ERR_SERVER_REFINT_TARGET_DISABLED_116=\u30a8\u30f3\u30c8\u30ea "%4$s" \u5185\u306e %3$s \u306b\u542b\u307e\u308c\u308b\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%2$s" \u306e\u5024 "%1$s" \u306f\u3001\u30a8\u30f3\u30c8\u30ea "%6$s" \u5185\u306e\u7121\u52b9\u306b\u3055\u308c\u305f %5$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SERVER_REFINT_CANNOT_DELETE_117=\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e %1$s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea "%5$s" \u5185\u306e %4$s \u306e "%3$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u30a8\u30f3\u30c8\u30ea "%2$s" \u5185\u306e %1$s \u3092\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea "%5$s" \u5185\u306e %4$s \u306e "%3$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | 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 |
| | | 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 |
| | | 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" \u306b getInstance() \u30e1\u30bd\u30c3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093: %s |
| | | 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 |
| | | 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 |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb %2$s \u3092\u542b\u3080\u62e1\u5f35\u6a5f\u80fd "%1$s" \u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u521d\u671f\u5316\u4e2d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\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\u3002\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\u308b %1$s "%2$s" \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_CLIENT_REFINT_TARGET_INVALID_128=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\u308b %1$s "%2$s" \u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u69cb\u6210\u304c\u7121\u52b9\u3067\u3059: %4$s |
| | | ERR_CLIENT_REFINT_TARGET_DISABLED_129=\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc "%3$s" \u3067\u53c2\u7167\u3055\u308c\u3066\u3044\u308b %1$s "%2$s" \u306f\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059 |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130="%3$s" \u3068\u3044\u3046 %2$s \u306e "%1$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u3053\u306e %4$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=%2$s \u306e "%1$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306f\u3053\u306e %3$s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u3053\u306e %1$s \u306f\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002"%4$s" \u3068\u3044\u3046 %3$s \u306e "%2$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u3053\u306e %1$s \u306f\u7121\u52b9\u306b\u3067\u304d\u307e\u305b\u3093\u3002%3$s \u306e "%2$s" \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304b\u3089\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | 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 |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_135=\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u7ba1\u7406\u30b3\u30cd\u30af\u30bf\u306e\u81ea\u5df1\u7f72\u540d\u4ed8\u304d\u8a3c\u660e\u66f8\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=\u6b21\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u305f\u3081\u3001\u7ba1\u7406\u30b3\u30cd\u30af\u30bf\u306e\u81ea\u5df1\u7f72\u540d\u4ed8\u304d\u8a3c\u660e\u66f8\u3092\u751f\u6210\u3067\u304d\u307e\u305b\u3093: %s |
| | | WARN_ADMIN_SET_PERMISSIONS_FAILED_137=\u30d5\u30a1\u30a4\u30eb %s \u306e\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u8a2d\u5b9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | ERR_ADMIN_MERGING_138=\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30b8\u30b9\u30c8\u30ea\u60c5\u5831\u3092\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | |
| | |
| | | # |
| | | # 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_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_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 |
| | | 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. |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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 |
| | | 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. |
| | |
| | | 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. |
| | | 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. |
| | | 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. |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=\ud638\uc2a4\ud2b8 \uc774\ub984\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=\ud638\uc2a4\ud2b8 \uc774\ub984\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_MISSING_IPATH_37=\uc124\uce58 \uacbd\ub85c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_NOVALID_IPATH_38=\uc124\uce58 \uacbd\ub85c\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=\uc561\uc138\uc2a4 \uad8c\ud55c \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=\uc5d4\ud2f0\ud2f0\uac00 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_BROKEN_INSTALL_41=\uad00\ub9ac \uc800\uc7a5\uc18c\uac00 \ubd84\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=\uc5d4\ud2f0\ud2f0\uac00 \uc544\uc9c1 \ub4f1\ub85d\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_MISSING_PORT_43=\ud3ec\ud2b8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_NOVALID_PORT_44=\ud3ec\ud2b8\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_MISSING_NAME_45=\uc774\ub984\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=\uad00\ub9ac UID\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\uad00\ub9ac\uc790 \ube44\ubc00\ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=\uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | 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= |
| | | 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. |
| | | 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. |
| | | 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_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=\uc11c\ubc84 \ub4f1\ub85d \uc815\ubcf4\ub97c \uc124\uba85\ud569\ub2c8\ub2e4. |
| | |
| | | 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. |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=\uc81c\uacf5\ub41c serverId\uac00 \ub4f1\ub85d\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | 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. |
| | |
| | | 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_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_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. |
| | | 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 |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=\uc54c \uc218 \uc5c6\ub294 \uc774\uc720 |
| | | 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 |
| | | 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). |
| | | 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). |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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\" |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\uc778\uc99d \uc2e4\ud328 |
| | | 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. |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\uad8c\ud55c \ubd80\uc5ec \uc2e4\ud328 |
| | | 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. |
| | | 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 |
| | | 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 |
| | | 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. |
| | | 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 |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\uc694\uccad\ud55c \uad00\ub9ac \ub300\uc0c1 \uac1d\uccb4\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=\"%s\" \ub4f1\ub85d \uc815\ubcf4\ub294 \ud544\uc218\uc785\ub2c8\ub2e4. |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\ub2e4\uc74c \ub4f1\ub85d \uc815\ubcf4\ub294 \ud544\uc218\uc785\ub2c8\ub2e4: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\"%s\" \ub4f1\ub85d \uc815\ubcf4\uac00 \uc778\uc2dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | 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 |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\ub2e4\uc74c \uc81c\uc57d \uc870\uac74 \uc704\ubc18\uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\ub2e4\uc74c \uc81c\uc57d \uc870\uac74 \uc704\ubc18\uc774 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=%s \"%s\"(\"%s\" \ub4f1\ub85d \uc815\ubcf4\uc5d0\uc11c \ucc38\uc870)\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions copyright 2011-2013 ForgeRock AS. |
| | | # Portions Copyright 2011-2014 ForgeRock AS. |
| | | # Portions copyright 2012 profiq s.r.o. |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=Authenticate |
| | | INFO_BACKENDID_COLUMN=Backend ID |
| | | INFO_BASEDN_COLUMN=Base DN |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Could not connect to the Directory \ |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Could not connect to the Directory \ |
| | | Server with the provided credentials. The possible causes for this are:%n%s |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=Remove Backup Files Contained in bak \ |
| | | Directory? |
| | |
| | | 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 \ |
| | | 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 \ |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=You must select something \ |
| | | to be uninstalled. |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=This server is configured to do \ |
| | | replication.%nIf the server is actually replicating contents with other \ |
| | |
| | | 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 \ |
| | | manually to continue. |
| | | MILD_ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=The \ |
| | | ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=The \ |
| | | following errors were encountered reading the configuration of the existing \ |
| | | servers:%n%s%nDo you want the uninstaller to try to remove the references to \ |
| | | this server in a best-effort mode? |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured \ |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=This server is configured \ |
| | | to replicate some of its base DNs. 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.%nContinuing uninstall as we are \ |
| | | on force on error mode.%n%nThe error found was:%n%s |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=This server is configured \ |
| | | to replicate some of its base DNs. 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 \ |
| | |
| | | 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 \ |
| | | ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=This server is configured \ |
| | | to replicate some of its base DNs. There was an error retrieving the \ |
| | | references to it in the replicated servers.%nDo you want to continue? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Server is Running |
| | | INFO_CONNECTIONS_LABEL=Open Connections: |
| | | MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=Error reading the configuration file.%n\ |
| | | ERR_COULD_NOT_FIND_VALID_LDAPURL=Error reading the configuration file.%n\ |
| | | This could be caused because there is not an enabled LDAP port for the \ |
| | | specified connection parameters or because you do not have read rights on the \ |
| | | configuration file. |
| | |
| | | located outside the install directory |
| | | INFO_DISABLED_LABEL=Disabled |
| | | INFO_ENABLED_LABEL=Enabled |
| | | MILD_ERR_READING_CONFIG_LDAP=Error reading data from server. Verify the \ |
| | | ERR_READING_CONFIG_LDAP=Error reading data from server. Verify the \ |
| | | authentication information provided.%nDetails: %s |
| | | MILD_ERR_READING_SCHEMA_LDAP=Error reading schema from the remote server.\ |
| | | ERR_READING_SCHEMA_LDAP=Error reading schema from the remote server.\ |
| | | %nDetails: %s |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=Uninstall |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Finish Uninstall |
| | |
| | | INFO_STATE_COLUMN=State |
| | | INFO_STATUS_CLI_USAGE_DESCRIPTION=This utility can be used to display basic \ |
| | | server information |
| | | SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Could not launch Control \ |
| | | 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 \ |
| | | 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 \ |
| | |
| | | files that caused the problem.%n%nVerify that there is no other program \ |
| | | using those files and delete them manually. |
| | | INFO_SUMMARY_UNINSTALL_NOT_STARTED=Starting Uninstallation... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ |
| | | 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 \ |
| | | 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_GUI=Launching graphical uninstall... |
| | |
| | | historical informations stored in the user entries by replication. Since this \ |
| | | processing may take a while, you must specify the maximum duration for this \ |
| | | processing. |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one Base \ |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=You must provide at least one Base \ |
| | | DN in non interactive mode. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=You must provide the \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_REPLICATION_STATUS_QUIET=The '%s' subcommand is not compatible with \ |
| | | the %s option. |
| | | INFO_REPLICATION_SUCCESSFUL=The operation has been successfully completed |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=The operation has been successfully completed, \ |
| | | but no action was required |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=User cancelled the operation |
| | | SEVERE_ERR_REPLICATION_NO_MESSAGE= |
| | | SEVERE_ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s option only can be \ |
| | | ERR_REPLICATION_USER_CANCELLED=User cancelled the operation |
| | | ERR_REPLICATION_NO_MESSAGE= |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=The %s option only can be \ |
| | | 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 \ |
| | |
| | | INFO_ADMINISTRATOR_UID_PROMPT=Global Administrator User ID |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=Global Administrator Password: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Confirm Password: |
| | | MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=The provided passwords do not match. |
| | | MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Could not connect to the \ |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=The provided passwords do not match. |
| | | 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 server administration \ |
| | |
| | | administration connection parameters for the source server |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Specify \ |
| | | server administration connection parameters for the destination server |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DNs \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=There are no base DNs \ |
| | | available to enable replication between the two servers. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=There are no \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=There are no \ |
| | | base DNs available to enable replication between the two servers. You must \ |
| | | specify at least one server that will contain the replicated data, before \ |
| | | configuring servers that will only contain the replication changelog \ |
| | |
| | | between the two servers:%n%s |
| | | INFO_ALREADY_NOT_REPLICATED_SUFFIXES=The following base DNs are not \ |
| | | replicated:%n%s |
| | | MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DNs cannot \ |
| | | ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=The following base DNs 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=You must choose at least one Base \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=You must choose at least one Base \ |
| | | DN to be replicated. |
| | | INFO_REPLICATION_ENABLE_SUFFIX_PROMPT=Replicate base DN %s? |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no Base \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=There are no Base \ |
| | | DNs replicated between the two servers. |
| | | MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DNs cannot be \ |
| | | ERR_SUFFIXES_CANNOT_BE_INITIALIZED=The following base DNs 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=You must choose at least one \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=You must choose at least one \ |
| | | base DN to be initialized. |
| | | INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Initialize base DN %s? |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base \ |
| | | DNs replicated in the server. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no \ |
| | | base DNs replicated in the server. The base DNs must be replicated to be \ |
| | | able to use their contents to initialize the base DNs on the other servers. |
| | | MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no \ |
| | | base DNs replicated in the server. |
| | | MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DNs could \ |
| | | ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=The following base DNs could \ |
| | | not be found in the server:%n%s |
| | | MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base \ |
| | | ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=The following base \ |
| | | DNs could not be found in the server:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=You must choose at least one \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=You must choose at least one \ |
| | | base DN to be disabled. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=You must choose at least one \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=You must choose at least one \ |
| | | base DN to initialize. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=You must specify \ |
| | | the base DNs 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 \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=You must specify \ |
| | | the base DNs that have been initialized using the import-ldif command or the \ |
| | | binary copy. |
| | | INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=Disable replication on base DN %s? |
| | |
| | | initialize with import-ldif or binary copy base DN %s? |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=Have you \ |
| | | initialized with import-ldif or binary copy base DN %s? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=The \ |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=The \ |
| | | following errors were encountered reading the configuration of the existing \ |
| | | servers:%n%s%n%nIf you continue the replication tool will to try to update \ |
| | | the configuration of all the servers in a best-effort mode. However it \ |
| | | cannot guarantee that the servers that are generating errors will be \ |
| | | updated. Do you want to continue? |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=The displayed \ |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=The displayed \ |
| | | information might not be complete because the following errors were \ |
| | | encountered reading the configuration of the existing servers:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=You do not have access rights to the \ |
| | | ERR_NOT_ADMINISTRATIVE_USER=You do not have access rights to the \ |
| | | configuration of the server. |
| | | INFO_REPLICATION_CONFIRM_DISABLE_ADS=You chose to disable replication on \ |
| | | base DN %s. This base DN is used by the replication mechanism and by some \ |
| | |
| | | base DN removes all the existing contents of that base DN. Do you want to \ |
| | | remove the contents of the selected base DNs on the replicated servers and \ |
| | | replace them with the contents of server %s? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=The following errors \ |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=The following errors \ |
| | | were encountered reading the configuration of the existing servers:\n%s\nThe \ |
| | | replication tool will to try to update the configuration of all the servers \ |
| | | in a best-effort mode. However it cannot guarantee that the servers that are \ |
| | |
| | | information with the contents of server %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Initializing schema on server %s \ |
| | | with the contents of server %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ |
| | | ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=An unexpected error occurred \ |
| | | seeding the truststore contents of server %s with truststore of server %s. \ |
| | | Details: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error initializing. Could not \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error configuring \ |
| | | replication port on server %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error disabling \ |
| | | replication port on server %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=Error updating replication \ |
| | | configuration on base DN %s of server %s. |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating registration information. \ |
| | | ERR_REPLICATION_UPDATING_ADS=Error updating registration information. \ |
| | | Details: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Error reading registration information. \ |
| | | ERR_REPLICATION_READING_ADS=Error reading registration information. \ |
| | | Details: %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=Server %s (base DN '%s') \ |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=Server %s (base DN '%s') \ |
| | | and server %s (base DN '%s') have the same domain ID: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=The following servers in the \ |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=The following servers in the \ |
| | | two topologies have the same domain ID%n%s%n%nThe replication topologies \ |
| | | cannot be merged. To fix this problem please refer to the documentation. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=Server %s \ |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=Server %s \ |
| | | and server %s have the same replication server ID: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=The following \ |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=The following \ |
| | | servers in the two topologies have the same replication server ID%n%s%n%nThe \ |
| | | replication topologies cannot be merged. To fix this problem please refer to \ |
| | | the documentation. |
| | | SEVERE_ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=The errors reading the \ |
| | | ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=The errors reading the \ |
| | | registry information on %s do not allow to do the merge between the \ |
| | | replication topologies. You will have to fix the following problems before \ |
| | | merging the topologies:%n%s |
| | |
| | | merged. If any conflict is detected, the information of server %s will be \ |
| | | kept and the information of server %s overridden. |
| | | INFO_REPLICATION_MERGING_REGISTRIES_PROGRESS=Merging registration information |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ |
| | | ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error reading replication \ |
| | | configuration of server %s.%nDetails: %s |
| | | INFO_REPLICATION_REMOVING_REFERENCES_ON_REMOTE=Removing references on base DN \ |
| | | %s of server %s |
| | |
| | | server will be defined for the following base DNs:%n%s%nIt is recommended to \ |
| | | have at least two replication servers (two changelogs) to avoid a single \ |
| | | point of failure in the replication topology. |
| | | SEVERE_ERR_REPLICATION_NO_REPLICATION_SERVER=No replication server is defined \ |
| | | ERR_REPLICATION_NO_REPLICATION_SERVER=No replication server is defined \ |
| | | for the following base DNs:%n%s%nAt least one replication server (a \ |
| | | changelog) is required in the replication topology. It is recommended to \ |
| | | have at least two replication servers (two changelogs) to avoid a single \ |
| | |
| | | replication to work with the new base DNs contents. |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Post initialization \ |
| | | procedure completed successfully. |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error reading the progress of \ |
| | | the operation. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error reading the progress of \ |
| | | the operation. |
| | | INFO_ERROR_DURING_PRE_EXTERNAL_INITIALIZATION_NO_LOG=Unexpected error during \ |
| | | the operation. Task state: %s. Check the error logs of %s for more \ |
| | |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_LOG=Unexpected error during the \ |
| | | operation. Last log details: %s. Task state: %s. Check the error logs of \ |
| | | %s for more information. |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error launching the operation. |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=What do you want to do? |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=Enable Replication |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=Disable Replication |
| | |
| | | this command is run in interactive mode |
| | | INFO_REPLICATION_DESCRIPTION_ADVANCED=Use this option to access advanced \ |
| | | settings when running this command in interactive mode |
| | | MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=An error \ |
| | | ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=An error \ |
| | | occurred while attempting to write equivalent non-interactive command line to \ |
| | | file %s. Error details: %s |
| | | SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Cannot \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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=%s Control Panel |
| | |
| | | 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. |
| | | ERR_REFERRAL_LIMIT_EXCEEDED=Referral limit (%d) reached. |
| | | INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Yes |
| | | INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=No |
| | | MILD_ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass \ |
| | | ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME=Cannot modify the objectclass \ |
| | | and rename the entry. |
| | | |
| | | INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=Directory Data |
| | |
| | | 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'. |
| | | MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=The provided passwords do not match. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute \ |
| | | ERR_CTRL_PANEL_DN_NOT_VALID=The DN is not valid. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Invalid dn value: '%s'. |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=The provided passwords do not match. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=You must provide a value for attribute \ |
| | | %s. |
| | | |
| | | INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. Details: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating \ |
| | | configuration. Details: %s |
| | | MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. Details: %s |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error checking entry. Details: %s |
| | | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ATTRIBUTE_OFFLINE=Deleting attribute \ |
| | | '%s' can also be done removing the following attribute from the schema \ |
| | |
| | | command line to add attribute '%s': |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE=Equivalent \ |
| | | command line to add object class '%s': |
| | | 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 \ |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Could not find backend |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error Rebuilding Indexes |
| | | 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_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 occurred starting \ |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error during server start |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error occurred starting \ |
| | | the server. Error code: %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 occurred \ |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error during server restart |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error occurred \ |
| | | restarting the server. Error code: %d |
| | | |
| | | INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Stopping Server... |
| | | 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 occurred stopping \ |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error during Server Stop |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error occurred stopping \ |
| | | the server. Error code: %d |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=The command-line %s returned \ |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=The command-line %s returned \ |
| | | successfully but the server appears to be running. |
| | | |
| | | INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Close window when \ |
| | |
| | | |
| | | INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Index Details |
| | | |
| | | MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=The entry limit must be an integer \ |
| | | 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 \ |
| | | 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. |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unexpected error. Details: %s |
| | | 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 \ |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error creating new entry |
| | | 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 \ |
| | | ERR_LDIF_REPRESENTATION_REQUIRED=You must provide the LDIF representation \ |
| | | of the entry. |
| | | MILD_ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED=You must provide the objectclass \ |
| | | 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_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. \ |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Could not find schema |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No VLV index name provided. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=You must provide a base DN. |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=The group '%s' could not be found. |
| | | 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. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error adding to groups |
| | | 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_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 |
| | | ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error searching backups |
| | | |
| | | |
| | | INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Backup Path: |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No backends selected. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No backends available. |
| | | ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No backup path provided. |
| | | 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 \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No backup ID provided. |
| | | 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 \ |
| | | 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 \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error during Backup |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=An error occurred during the \ |
| | | backup. Error code: %d. |
| | | INFO_CTRL_PANEL_BACKUP_TASK_NAME=Backup |
| | | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=You must provide a base DN. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_FILE_NOT_PROVIDED=You have to provide a value for the file. |
| | | ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=The file '%s' does not exist. |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error deleting entries |
| | | 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_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. \ |
| | | ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No Backends Found |
| | | 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. |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error deleting indexes |
| | | ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS=An error occurred deleting \ |
| | | indexes '%s'. |
| | | |
| | | |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error deleting \ |
| | | schema elements |
| | | MILD_ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS=An error occurred \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error deleting \ |
| | | attribute |
| | | MILD_ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred \ |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS=An error occurred \ |
| | | deleting attribute '%s'. Check details for more information. |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUMMARY=Modifying attribute '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_COMPLETE=Attribute Modified |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL=The attribute '%s' was \ |
| | | successfully modified |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Error modifying \ |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Error modifying \ |
| | | attribute |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=An error occurred \ |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=An error occurred \ |
| | | modifying attribute '%s'. Check details for more information. |
| | | |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUMMARY=Modifying object class '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_COMPLETE=Object Class Modified |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL=The object class '%s' was \ |
| | | successfully modified |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Error modifying \ |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Error modifying \ |
| | | object class |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=An error occurred \ |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=An error occurred \ |
| | | modifying object class '%s'. Check details for more information. |
| | | |
| | | INFO_CTRL_PANEL_DELETE_OBJECTCLASS_BUTTON=Delete Object Class... |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error deleting \ |
| | | object class |
| | | MILD_ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS=An error occurred \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error deleting backends |
| | | 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 DNs of the backend \ |
| | |
| | | INFO_CTRL_PANEL_DELETING_BASE_DNS_COMPLETE=Base DNs Deleted |
| | | INFO_CTRL_PANEL_DELETING_BASE_DNS_SUCCESSFUL=The base DNs were successfully \ |
| | | deleted. |
| | | MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DNs |
| | | MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting \ |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error deleting base DNs |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=An error occurred deleting \ |
| | | base DNs. Check details for more information. |
| | | INFO_CTRL_PANEL_CONFIRMATION_DELETE_BASE_DNS_DETAILS=The following base DNs \ |
| | | will be deleted. All the entries defined on the base DNs will be deleted. |
| | |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=Error resolving referral |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=Could not resolve the referrals \ |
| | | defined in entry '%s'.<br><br>The referrals of the entry are:<br>%s |
| | | MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=The error occurred solving \ |
| | | ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=The error occurred solving \ |
| | | referral '%s'.<br>Details: %s |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Could not find \ |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Could not find \ |
| | | entry specified in '%s'. Check that the entry exists in server %s. |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Could \ |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Could \ |
| | | not find entry specified in '%s'. Check that the entry exists in server. |
| | | INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=To edit the referral in the entry, \ |
| | | deselect the 'Follow Referrals' option in the 'View' menu. |
| | | MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=The selected referral is defined in server \ |
| | | ERR_CTRL_PANEL_REFERRAL_LOOP=The selected referral is defined in server \ |
| | | %s and is referencing to an entry in the same server that is an ascentor of \ |
| | | the entry. This configuration generates a loop in the DIT structure that \ |
| | | should be avoided. |
| | |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | | MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=An error occurred searching entry \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No backend selected. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_INVALID_WRAP_COLUMN=The value of the wrap column must be \ |
| | | between %d and %d. |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error during Export |
| | | 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'. |
| | | |
| | |
| | | file during import. |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_HELP=If left empty the number of threads will \ |
| | | be equal to 2 x Number of CPUs on server machine. |
| | | MILD_ERR_IMPORT_THREAD_NUMBER_INVALID=The thread number must be a positive \ |
| | | ERR_IMPORT_THREAD_NUMBER_INVALID=The thread number must be a positive \ |
| | | integer. |
| | | INFO_CTRL_PANEL_REJECTS_FILE_LABEL=Rejects File: |
| | | INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=Write Rejected Entries to a File |
| | |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=You must provide a value for the \ |
| | | skips file. |
| | | # |
| | | # Note that the following three properties contain line breaks in HTML format |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error during Import |
| | | 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'. |
| | |
| | | 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 \ |
| | | 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 \ |
| | | 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' \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error deleting index |
| | | 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 \ |
| | | ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error modifying index |
| | | 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_OFFLINE_COMMAND_HELP=<html>(**)The operation is executed on \ |
| | | its own process and could benefit from more memory allocation. |
| | | MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred \ |
| | | 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 \ |
| | | 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. \ |
| | | ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Path '%s' does not exist. |
| | | 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 \ |
| | | 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 five properties contain line breaks in HTML format |
| | |
| | | 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' \ |
| | | 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 OPENDJ_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' \ |
| | | ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=The Java binary '%s' \ |
| | | 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' \ |
| | | ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=The Java binary '%s' \ |
| | | could not be used to launch the server scripts. This value will be used as \ |
| | | fall back when the OPENDJ_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 \ |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error checking Java \ |
| | | settings |
| | | MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error updating Java \ |
| | | properties |
| | | MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=An error occurred \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred \ |
| | | updating Java settings. Error code: %d |
| | | INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=Command-Line Name |
| | | INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java Arguments |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error saving changes |
| | | 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 |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error deleting entry |
| | | 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 \ |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error deleting subtree |
| | | 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: |
| | |
| | | connecting to the local server:<br>%s<br>If you continue without providing \ |
| | | authentication no monitoring information will be displayed.<br><br>Do you \ |
| | | want to continue? |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=Could not connect to server '%s' on port \ |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=Could not connect to server '%s' on port \ |
| | | '%s'. Verify that the provided information is valid and that the server is \ |
| | | running. Details: %s |
| | | |
| | |
| | | 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 \ |
| | | 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. \ |
| | | 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' \ |
| | | 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' \ |
| | | ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. Details: %s |
| | | 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' \ |
| | | ERR_CTRL_PANEL_EMPTY_ALIAS=You have provided an empty alias. |
| | | ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=The provided alias '%s' \ |
| | | already exists in the schema (defined as %s). |
| | | MILD_ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Non Modifiable attributes \ |
| | | ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Non Modifiable attributes \ |
| | | must have an operational usage. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=An attribute cannot be \ |
| | | ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=An attribute cannot be \ |
| | | its own superior. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=An object class cannot \ |
| | | ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=An object class cannot \ |
| | | be its own superior. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=The object class is \ |
| | | ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=The object class is \ |
| | | superior (directly or indirectly) of '%s'. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=The attribute is \ |
| | | ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=The attribute is \ |
| | | superior (directly or indirectly) of '%s'. |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creating attribute '%s'... |
| | | INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS=Adding schema elements to schema \ |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error creating \ |
| | | attribute |
| | | MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=An error occurred \ |
| | | 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 |
| | |
| | | running. You must provide authentication to create a new base DN. |
| | | INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=Path: |
| | | INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=Number of User Entries: |
| | | 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 \ |
| | | ERR_NEW_BACKEND_NAME_REQUIRED=You must provide a name for the new backend. |
| | | 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 \ |
| | | ERR_NEW_BASE_DN_VALUE_REQUIRED=You must provide a value for the base DN. |
| | | ERR_BASE_DN_ALREADY_EXISTS=The base DN '%s' is already defined. |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of \ |
| | | base DN '%s'. Check 'Details' text area for more information. |
| | | MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=An error occurred during \ |
| | | 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_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 \ |
| | | 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 \ |
| | | 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_DUPLICATE_ENTRY_MENU=Duplicate Entry... |
| | | |
| | | INFO_CTRL_PANEL_NEW_GROUP_PANEL_TITLE=New Group |
| | | MILD_ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=You must provide a value for the \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_MEMBER_NOT_FOUND=The entry '%s' could not be found. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_MEMBER_REQUIRED=You must provide a member for the group. |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_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 \ |
| | | ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No attribute name selected. |
| | | 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 \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error creating index |
| | | 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_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 \ |
| | | 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. \ |
| | | 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' \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error creating \ |
| | | object class |
| | | MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=An error occurred \ |
| | | 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_ADDREMOVE_AVAILABLE_OBJECTCLASSES=Available Object Classes: |
| | | INFO_CTRL_PANEL_ADDREMOVE_SELECTED_OBJECTCLASSES=Selected Object Classes: |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=You are editing \ |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=You are editing \ |
| | | a structural object class. The following object classes are auxiliary: %s.%n\ |
| | | Only structural or abstract object classes can be used as superior object \ |
| | | classes of a structural object class. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=You are editing \ |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=You are editing \ |
| | | an auxiliary object class. The following object classes are structural: %s.%n\ |
| | | Only auxiliary or abstract object classes can be used as superior object \ |
| | | classes of an auxiliary object class. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=You are editing \ |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=You are editing \ |
| | | an abstract object class. The following object classes are structural or \ |
| | | auxiliary: %s.%nOnly auxiliary object classes can be used as superior object \ |
| | | classes of an abstract object class. |
| | |
| | | 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 \ |
| | | 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_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 \ |
| | | 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 \ |
| | | 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 \ |
| | | 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_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 \ |
| | | 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 \ |
| | | 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_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 DNs 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 \ |
| | | ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No base DNs defined. |
| | | ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=You must select a base DN. |
| | | ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=You must select at least one \ |
| | | index to be rebuilt. |
| | | # |
| | | # 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 \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error updating user \ |
| | | password |
| | | MILD_ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=An error occurred \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error during Backup \ |
| | | Verification |
| | | MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during \ |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= An error occurred during \ |
| | | the backup verification. Error code: %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 \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=You must select a backup from \ |
| | | the list of available backups. |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | |
| | | 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 \ |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error during Restore |
| | | 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_CONTENTS_OF_FILE=- Contents of file '%s' - |
| | | |
| | | MILD_ERR_LOADING_IMAGE=Error loading image |
| | | 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_GENERIC_TITLE=%s Control Panel - %s |
| | | INFO_CTRL_PANEL_STATUS_PANEL_TITLE=General Status |
| | | MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading \ |
| | | ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error Reading \ |
| | | Configuration |
| | | INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Not Available |
| | | INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Server Status |
| | |
| | | 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 \ |
| | | 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 \ |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=An error occurred \ |
| | | during the disabling of the Windows service. Error code: %d. |
| | | INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUMMARY=Enabling Windows Service... |
| | | 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 \ |
| | | 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 \ |
| | | 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 |
| | |
| | | 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 \ |
| | | 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. |
| | | ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No indexes defined for base DN '%s'. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error during Index \ |
| | | Verification |
| | | MILD_ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS=An error occurred during \ |
| | | 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_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 \ |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error deleting VLV index |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=An error occurred VLV \ |
| | | deleting index '%s'. |
| | | 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 \ |
| | | ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error modifying VLV index |
| | | 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_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 |
| | | 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_SERVER_MUST_BE_LOCAL_WINDOWS_SERVICE_SUMMARY=The Windows \ |
| | | Service configuration can only be viewed and updated when the managed server \ |
| | | is the local server. |
| | | SEVERE_ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=Could not created local \ |
| | | ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=Could not created local \ |
| | | LDIF to populate new base DN with automatically generated data. Error code: \ |
| | | %d. |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_ID_LABEL=Parent Backup ID: |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_PATH_LABEL=Parent Backup Path: |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=No parent backup ID provided. |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=No parent backup ID provided. |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_SUMMARY=Could not connect to remote \ |
| | | server |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS=The remote server '%s' might \ |
| | |
| | | the contents of the backend '%s'. |
| | | INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE=Importing \ |
| | | Automatically-Generated Data (%s Entries) |
| | | SEVERE_ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=The remote server in \ |
| | | ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=The remote server in \ |
| | | '%s' is cannot be managed by this control panel. The remote server product \ |
| | | name is '%s' and the control panel product name is '%s'. |
| | | SEVERE_ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=The remote server in '%s' has \ |
| | | ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=The remote server in '%s' has \ |
| | | not the same version as the control panel. The remote server version is \ |
| | | '%s.%s.%s' and the control panel version is '%d.%d.%d'. |
| | | SEVERE_ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=Could not find version \ |
| | | ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=Could not find version \ |
| | | information in the remote server. The remote LDAP server does not seem to be \ |
| | | manageable remotely by the control panel. |
| | | |
| | |
| | | INFO_CTRL_PANEL_CRON_HELP=Use ',' to separate values. For example: \ |
| | | '1,4,5'.<br>Use '-' to indicate intervals. For example '1-5'.<br>Use '*' to \ |
| | | indicate any value. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=The provided hour value is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=The provided minute value is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=The provided day value is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_TIME=The provided time value is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=The day '%d' does not exist in \ |
| | | ERR_CTRL_PANEL_INVALID_HOUR=The provided hour value is not valid. |
| | | ERR_CTRL_PANEL_INVALID_MINUTE=The provided minute value is not valid. |
| | | ERR_CTRL_PANEL_INVALID_DAY=The provided day value is not valid. |
| | | ERR_CTRL_PANEL_INVALID_TIME=The provided time value is not valid. |
| | | ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=The day '%d' does not exist in \ |
| | | %s. |
| | | SEVERE_ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=You must select at least one \ |
| | | ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=You must select at least one \ |
| | | day of the week. |
| | | SEVERE_ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=You must select at least one \ |
| | | ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=You must select at least one \ |
| | | day of the month. |
| | | SEVERE_ERR_CTRL_PANEL_DATE_ALREADY_PASSED=The provided date already passed. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=No minute provided. Use '*' \ |
| | | ERR_CTRL_PANEL_DATE_ALREADY_PASSED=The provided date already passed. |
| | | ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=No minute provided. Use '*' \ |
| | | to indicate any value. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=No hour provided. Use '*' \ |
| | | ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=No hour provided. Use '*' \ |
| | | to indicate any value. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=No day of month \ |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=No day of month \ |
| | | provided. Use '*' to indicate any value. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=No month provided. Use '*' \ |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=No month provided. Use '*' \ |
| | | to indicate any value. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=No day of week provided. \ |
| | | ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=No day of week provided. \ |
| | | Use '*' to indicate any value. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=The minute value \ |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=The minute value \ |
| | | provided is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=The hour value \ |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=The hour value \ |
| | | provided is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=The day of month \ |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=The day of month \ |
| | | value provided is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=The month value \ |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=The month value \ |
| | | provided is not valid. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=The day of week \ |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=The day of week \ |
| | | value provided is not valid. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_LIST_TITLE=Scheduled Tasks |
| | |
| | | canceled. |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUCCESSFUL=The tasks were successfully \ |
| | | canceled. |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Error canceling task |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=An error occurred \ |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Error canceling task |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=An error occurred \ |
| | | canceling the selected tasks. |
| | | INFO_CTRL_PANEL_CANCEL_TASK_TITLE=Cancel Tasks |
| | | INFO_CTRL_PANEL_TASK_IS_CANCELABLE=Cancelable |
| | |
| | | schedule '%s' |
| | | INFO_CTRL_PANEL_TASK_LOG_LABEL=Task Log Message(s) |
| | | INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=Show Task Attributes... |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=To be able to launch \ |
| | | ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=To be able to launch \ |
| | | tasks on a future date, the server must be running. |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=To be able to \ |
| | | ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=To be able to \ |
| | | launch tasks periodically, the server must be running. |
| | | |
| | | INFO_CTRL_PANEL_TASK_SPECIFIC_DETAILS=Task Specific Details |
| | |
| | | INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=Choose Parent DN |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=New Entry Name: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=Parent Entry DN: |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=You must provide the name of \ |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=You must provide the name of \ |
| | | the new entry. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=You must provide a \ |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=You must provide a \ |
| | | valid DN for the parent entry. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=The parent entry \ |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=The parent entry \ |
| | | does not exist. |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=Entry DN: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=New Password: |
| | |
| | | INFO_ERROR_DURING_PURGE_HISTORICAL_LOG=Unexpected error during the \ |
| | | operation. Last log details: %s. Task state: %s. Check the error logs of \ |
| | | %s for more information. |
| | | SEVERE_ERR_POOLING_PURGE_HISTORICAL=Error reading the progress of \ |
| | | ERR_POOLING_PURGE_HISTORICAL=Error reading the progress of \ |
| | | the operation. |
| | | INFO_PROGRESS_PURGE_HISTORICAL=Purging historical on base DNs:%s%s |
| | | INFO_PROGRESS_PURGE_HISTORICAL_FINISHED_PROCEDURE=Purge of historical \ |
| | | has been successfully completed |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_PURGE_HISTORICAL=There are no base DNs \ |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_PURGE_HISTORICAL=There are no base DNs \ |
| | | available to purge historical. |
| | | MILD_ERR_REPLICATION_PURGE_SUFFIXES_NOT_FOUND=The following base DNs could \ |
| | | ERR_REPLICATION_PURGE_SUFFIXES_NOT_FOUND=The following base DNs could \ |
| | | not be found in the server:%n%s |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_PURGE_HISTORICAL=You must choose at least one \ |
| | | ERR_NO_SUFFIXES_SELECTED_TO_PURGE_HISTORICAL=You must choose at least one \ |
| | | base DN to be purged from historical. |
| | | INFO_REPLICATION_PURGE_HISTORICAL_PROMPT=Purge historical on base DN %s? |
| | | INFO_REPLICATION_PURGE_HISTORICAL_MAXIMUM_DURATION_PROMPT=Maximum duration for \ |
| | | the historical purge in seconds? |
| | | SEVERE_ERR_LAUNCHING_PURGE_HISTORICAL=Error launching the operation. |
| | | ERR_LAUNCHING_PURGE_HISTORICAL=Error launching the operation. |
| | | INFO_REPLICATION_PURGE_HISTORICAL_LOCAL_PROMPT=Do you want to execute the \ |
| | | purge on the local server (which is stopped)? |
| | | INFO_REPLICATION_PURGE_HISTORICAL_LOCAL_ENVIRONMENT=Initializing environment \ |
| | | for purge historical |
| | | INFO_REPLICATION_PURGE_HISTORICAL_LOCAL_STARTING=Purging historical started. |
| | | SEVERE_ERR_REPLICATION_PURGE_HISTORICAL_TIMEOUT=The specified maximum time of \ |
| | | ERR_REPLICATION_PURGE_HISTORICAL_TIMEOUT=The specified maximum time of \ |
| | | %d seconds was elapsed before the purge historical completed. |
| | | SEVERE_ERR_REPLICATION_PURGE_HISTORICAL_EXECUTING=An error occurred executing \ |
| | | ERR_REPLICATION_PURGE_HISTORICAL_EXECUTING=An error occurred executing \ |
| | | the purge historical. Details: %s.%nYou can check the error logs of the \ |
| | | local server for more information. |
| | | INFO_RUN_TASK_NOW=Launch now |
| | |
| | | if this task fails? |
| | | INFO_ERROR_NOTIFICATION_PROMPT=Email addresses to send the error notification \ |
| | | to [continue]: |
| | | MILD_ERR_INVALID_EMAIL_ADDRESS=The value '%s' is not a valid email address. |
| | | ERR_INVALID_EMAIL_ADDRESS=The value '%s' is not a valid email address. |
| | | INFO_HAS_COMPLETION_NOTIFICATION_PROMPT=Do you want to send an email \ |
| | | notification when this task completes? |
| | | INFO_COMPLETION_NOTIFICATION_PROMPT=Email addresses to send the completion \ |
| | |
| | | task must run (in crontab(5) format): |
| | | INFO_PURGE_HISTORICAL_TASK_NAME=Purge historical |
| | | INFO_TASK_SCHEDULE_PROMPT_HEADER=>>>> Specify task scheduling parameters |
| | | SEVERE_ERR_DEPENDENCY_TASK_NOT_DEFINED=There is no task with ID '%s' in the \ |
| | | ERR_DEPENDENCY_TASK_NOT_DEFINED=There is no task with ID '%s' in the \ |
| | | server. |
| | | INFO_AVAILABLE_DEFINED_TASKS=The available defined tasks are:%s |
| | | |
| | |
| | | INFO_CLI_UNINSTALL_CONFIRM_LOGS=Voleu eliminar els fitxers de registre? |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=El servidor de directori cont\u00e9 els fitxers de base de dades en les seg\u00fcent localitzacions externes del servidor, ruta:%n%s%nVoleu treure aquests fitxers? |
| | | INFO_CLI_UNINSTALL_CONFIRM_STOP=El servidor actualment s'est\u00e0 executant i ha de ser aturat abans que la des-instal\u00b7laci\u00f3 pugui continuar.%nVoleu aturar el servidor i eliminar definitivament els fitxers? |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Heu de seleccionar els elements a des-instal\u00b7lar. Utilitzeu les opcions descrites en la utilitzaci\u00f3 per especificar que ha de ser des-instal\u00b7lat. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Heu de seleccionar alguna cosa a ser des-instal\u00b7lada. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Heu de seleccionar els elements a des-instal\u00b7lar. Utilitzeu les opcions descrites en la utilitzaci\u00f3 per especificar que ha de ser des-instal\u00b7lat. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Heu de seleccionar alguna cosa a ser des-instal\u00b7lada. |
| | | INFO_CLI_UNINSTALL_WHAT_TO_DELETE=Voleu treure tots els components del servidor o seleccionar els components a treure? |
| | | INFO_CLI_UNINSTALL_REMOVE_ALL=treure tots els components |
| | | INFO_CLI_UNINSTALL_SPECIFY_WHAT_REMOVE=Seleccionar els components a treure |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=Authentifizieren |
| | | INFO_BACKENDID_COLUMN=Backend-ID |
| | | INFO_BASEDN_COLUMN=Basis-DN |
| | | 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 |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Verbindung mit dem Directory-Server mit den angegebenen Berechtigungsnachweisen nicht m\u00f6glich. M\u00f6gliche Ursachen: %n%s |
| | | 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? |
| | |
| | | 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 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=Sie m\u00fcssen die Elemente zur Deinstallation ausw\u00e4hlen. Verwenden Sie die unter Verwendung beschriebenen Optionen, um festzulegen, welche Elemente deinstalliert werden sollen. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Sie m\u00fcssen etwas zur Deinstallation ausw\u00e4hlen. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Sie m\u00fcssen die Elemente zur Deinstallation ausw\u00e4hlen. Verwenden Sie die unter Verwendung beschriebenen Optionen, um festzulegen, welche Elemente deinstalliert werden sollen. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Sie m\u00fcssen etwas zur Deinstallation ausw\u00e4hlen. |
| | | 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 angeben, damit Referenzen auf diesen Server in den Replikations-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 angeben, damit Referenzen auf diesen Server in den Replikations-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? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=Der Name dieses Hosts (bzw. IP-Adresse) wie in Remote-Servern zur Replikation referenziert |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Deinstallation best\u00e4tigen%nAlle Dateien werden permanent gel\u00f6scht. M\u00f6chten Sie trotzdem fortfahren? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Deinstallation best\u00e4tigen |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Server wird ausgef\u00fchrt%nDer 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\u00b7folgende Fehler auf:%n%s%nM\u00f6chten Sie, dass das Deinstallationsprogramm die Referenzen auf diesem Server auf die effizienteste Weise zu entfernen versucht? |
| | | 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=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.%nStellen Sie sicher, dass die angegebenen Verbindungsparameter korrekt sind.%nWenn Sie den Server deinstallieren m\u00f6chten, obwohl die Remote-Referenzen nicht entfernt werden k\u00f6nnen, verwenden Sie die Option %s.%n%nFolgender Fehler wurde gefunden:%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? |
| | | ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Beim Lesen der Konfiguration der vorhandenen Server traten\u00b7folgende Fehler auf:%n%s%nM\u00f6chten Sie, dass das Deinstallationsprogramm die Referenzen auf diesem Server auf die effizienteste Weise zu entfernen versucht? |
| | | 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 |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_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.%nStellen Sie sicher, dass die angegebenen Verbindungsparameter korrekt sind.%nWenn Sie den Server deinstallieren m\u00f6chten, obwohl die Remote-Referenzen nicht entfernt werden k\u00f6nnen, verwenden Sie die Option %s.%n%nFolgender Fehler wurde gefunden:%n%s |
| | | 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. |
| | | 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_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_LDAP=Fehler beim Lesen von Daten vom Server. \u00dcberpr\u00fcfen Sie die bereitgestellten Authentifizierungsinformationen.%nDetails: %s |
| | | MILD_ERR_READING_SCHEMA_LDAP=Fehler beim Lesen des Schemas vom Remote-Server.%nDetails: %s |
| | | ERR_READING_CONFIG_LDAP=Fehler beim Lesen von Daten vom Server. \u00dcberpr\u00fcfen Sie die bereitgestellten Authentifizierungsinformationen.%nDetails: %s |
| | | ERR_READING_SCHEMA_LDAP=Fehler beim Lesen des Schemas vom Remote-Server.%nDetails: %s |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=Deinstallieren |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Deinstallation fertig stellen |
| | | INFO_FRAME_UNINSTALL_TITLE=%s Deinstallation |
| | |
| | | INFO_START_BUTTON_LABEL=Start |
| | | 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=Starten des Steuerbereichs nicht m\u00f6glich. Pr\u00fcfen Sie, ob Sie Zugriff auf die Anzeige haben. |
| | | SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Starten des Steuerbereichs nicht m\u00f6glich. Pr\u00fcfen Sie, ob Sie Zugriff auf die Anzeige haben. Weitere Details finden Sie in der Datei %s. |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Starten des Steuerbereichs nicht m\u00f6glich. Pr\u00fcfen Sie, ob Sie Zugriff auf die Anzeige haben. |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Starten des Steuerbereichs nicht m\u00f6glich. Pr\u00fcfen Sie, ob Sie Zugriff auf die Anzeige haben. Weitere Details finden Sie in der Datei %s. |
| | | 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.%n%nWenn kein Hostname oder Port angegeben ist, versucht das Tool, eine Verbindung mit dem lokalen Server herzustellen. |
| | | INFO_STOP_BUTTON_LABEL=Stoppen |
| | | INFO_BASEDN_NOT_REPLICATED_LABEL= |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>Die Deinstallation wurde erfolgreich mit Warnmeldungen abgeschlossen</b><br>Der Server 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.<br><br>Stellen Sie sicher, dass diese Dateien von keinem anderen Programm verwendet werden, und l\u00f6schen Sie die Dateien anschlie\u00dfend manuell. |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=Der Server 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... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nStarten der Deinstallation \u00fcber grafische Benutzeroberfl\u00e4che ist fehlgeschlagen.%n%nDeinstallation \u00fcber Befehlszeile wird gestartet... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nStarten der Deinstallation \u00fcber grafische Benutzeroberfl\u00e4che ist fehlgeschlagen. Weitere Details finden Sie in der Datei %s.%n%nDeinstallation \u00fcber Befehlszeile wird gestartet... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nStarten der Deinstallation \u00fcber grafische Benutzeroberfl\u00e4che ist fehlgeschlagen.%n%nDeinstallation \u00fcber Befehlszeile wird gestartet... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nStarten der Deinstallation \u00fcber grafische Benutzeroberfl\u00e4che ist fehlgeschlagen. Weitere Details finden Sie in der Datei %s.%n%nDeinstallation \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_LOGIN_CANCEL_BUTTON_TOOLTIP=Schlie\u00dfen Sie dieses Dialogfeld und versuchen Sie nicht, Referenzen dieses Servers in anderen Servern zu entfernen. |
| | |
| | | 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=Sie m\u00fcssen mindestens eine Basis-DN im nicht interaktiven Modus angeben. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Sie m\u00fcssen das Passwort des globalen Administrators im nicht interaktiven Modus angeben. Sie k\u00f6nnen hierf\u00fcr die Optionen %s und %s verwenden. |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=Der angegebene Wert %s ist kein g\u00fcltiger Basis-DN. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Sie m\u00fcssen zur Aktivierung der Replikation zwei unterschiedliche Server angeben. Sie haben den Server %s zweimal angegeben:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Sie m\u00fcssen zwei unterschiedliche Server als Quelle und Ziel der Initialisierung angeben. Sie haben den Server %s zweimal angegeben:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Der Administrationsanschluss des Servers und der Replikations-Port besitzen denselben Wert in Host %s. Sie haben f\u00fcr beide %s angegeben. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Sie haben denselben Replikations-Port (%s) f\u00fcr zwei Server auf demselben System (%s) angegeben. |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=G\u00fcltiger Unterbefehl konnte nicht gefunden werden. Sie m\u00fcssen bei Verwendung der Option %s einen Unterbefehl angeben. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=Der Unterbefehl '%s' ist nicht mit Option %s kompatibel. |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=Sie m\u00fcssen mindestens eine Basis-DN im nicht interaktiven Modus angeben. |
| | | ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Sie m\u00fcssen das Passwort des globalen Administrators im nicht interaktiven Modus angeben. Sie k\u00f6nnen hierf\u00fcr die Optionen %s und %s verwenden. |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=Der angegebene Wert %s ist kein g\u00fcltiger Basis-DN. |
| | | ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Sie m\u00fcssen zur Aktivierung der Replikation zwei unterschiedliche Server angeben. Sie haben den Server %s zweimal angegeben:%s |
| | | ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Sie m\u00fcssen zwei unterschiedliche Server als Quelle und Ziel der Initialisierung angeben. Sie haben den Server %s zweimal angegeben:%s |
| | | ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Der Administrationsanschluss des Servers und der Replikations-Port besitzen denselben Wert in Host %s. Sie haben f\u00fcr beide %s angegeben. |
| | | ERR_REPLICATION_SAME_REPLICATION_PORT=Sie haben denselben Replikations-Port (%s) f\u00fcr zwei Server auf demselben System (%s) angegeben. |
| | | ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=G\u00fcltiger Unterbefehl konnte nicht gefunden werden. Sie m\u00fcssen bei Verwendung der Option %s einen Unterbefehl angeben. |
| | | ERR_REPLICATION_STATUS_QUIET=Der Unterbefehl '%s' ist nicht mit Option %s kompatibel. |
| | | 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=Die Option %s kann nur verwendet werden, wenn %s angegeben wurde |
| | | ERR_REPLICATION_USER_CANCELLED=Benutzer hat Vorgang abgebrochen |
| | | ERR_REPLICATION_NO_MESSAGE= |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=Die Option %s kann nur verwendet werden, wenn %s angegeben wurde |
| | | 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 Serverinstanzen 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: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Die angegebenen Passw\u00f6rter stimmen nicht \u00fcberein. |
| | | 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=>>>> Serveradministrations-Verbindungsparameter f\u00fcr den ersten Server angeben |
| | | INFO_REPLICATION_ENABLE_REPLICATION_SERVER1_PROMPT=Ein Replikationsserver enth\u00e4lt ein \u00c4nderungsprotokoll mit den Replikations\u00e4nderungen und erfordert die Konfiguration eines Replikations-Ports.%nM\u00f6chten Sie, dass der erste Server ein \u00c4nderungsprotokoll enth\u00e4lt? |
| | | INFO_REPLICATION_ENABLE_REPLICATION_DOMAIN1_PROMPT=Soll dieser Server die Daten enthalten, die repliziert werden sollen? |
| | |
| | | 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_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Serveradministrations-Verbindungsparameter f\u00fcr den Quellserver angeben |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Serveradministrations-Verbindungsparameter f\u00fcr den Zielserver angeben |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Es sind keine Basis-DNs verf\u00fcgbar, um die Replikation zwischen zwei Servern zu aktivieren. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=Es sind keine Basis-DNs verf\u00fcgbar, um die Replikation zwischen zwei Servern zu aktivieren. Sie m\u00fcssen mindestens einen Server angeben, der die replizierten Daten enth\u00e4lt, bevor Sie die Server konfigurieren, die nur das \u00c4nderungsprotokoll der Replikation enthalten (Replikationsserver). |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Es sind keine Basis-DNs verf\u00fcgbar, um die Replikation zwischen zwei Servern zu aktivieren. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=Es sind keine Basis-DNs verf\u00fcgbar, um die Replikation zwischen zwei Servern zu aktivieren. Sie m\u00fcssen mindestens einen Server angeben, der die replizierten Daten enth\u00e4lt, bevor Sie die Server konfigurieren, die nur das \u00c4nderungsprotokoll der Replikation enthalten (Replikationsserver). |
| | | 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. |
| | | 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 |
| | | 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=Es sind keine Basis-DNs verf\u00fcgbar, die zwischen den beiden Servern repliziert wurden. |
| | | 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. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=Es sind keine Basis-DNs verf\u00fcgbar, die zwischen den beiden Servern repliziert wurden. |
| | | 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 |
| | | 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=Auf dem Server sind keine replizierten Basis-DNs vorhanden. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Auf dem Server sind keine replizierten Basis-DNs vorhanden. Die Basis-DNs m\u00fcssen repliziert werden, damit deren Inhalt f\u00fcr die Initialisierung der Basis-DNs auf anderen Servern verwendet werden k\u00f6nnen. |
| | | 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. |
| | | 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. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=Auf dem Server sind keine replizierten Basis-DNs vorhanden. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Auf dem Server sind keine replizierten Basis-DNs vorhanden. Die Basis-DNs m\u00fcssen repliziert werden, damit deren Inhalt f\u00fcr die Initialisierung der Basis-DNs auf anderen Servern verwendet werden k\u00f6nnen. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Auf dem Server sind keine replizierten Basis-DNs vorhanden. |
| | | ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs konnten auf dem Server %n%s nicht gefunden werden |
| | | ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Die folgenden Basis-DNs konnten auf dem Server %n%s nicht gefunden werden |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Deaktivierung ausw\u00e4hlen. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Sie m\u00fcssen mindestens einen Basis-DN f\u00fcr die Initialisierung ausw\u00e4hlen. |
| | | 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. |
| | | 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_DISABLE_ALL_SUFFIXES_KEEP_REPLICATION_SERVER=Sie haben angegeben, dass die Replikation auf allen replizierten Basis-DNs von '%s' deaktiviert werden soll. Wenn Sie m\u00f6chten, dass der Replikationsserver (\u00c4nderungsprotokoll und Replikations-Port) ebenfalls deaktiviert wird, m\u00fcssen Sie auch die Option '--%s' oder '--%s' angeben. |
| | | INFO_REPLICATION_DISABLE_ALL_SUFFIXES_DISABLE_REPLICATION_SERVER=Sie haben angegeben, dass alle replizierten Basis-DNs auf dem Server '%s' inaktiviert werden sollen. M\u00f6chten Sie, dass der Replikations-Port '%d' ebenfalls deaktiviert wird? |
| | |
| | | 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? |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=Haben Sie Basis-DN %s mit dem Befehl import-ldif oder der Bin\u00e4rkopie initialisiert? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Beim Lesen der Konfiguration der vorhandenen Server traten folgende Fehler auf:%n%s%n%nWenn Sie fortfahren, versucht das Replikations-Tool die Konfiguration aller Server im effizientesten Modus zu aktualisieren. Allerdings kann nicht garantiert werden, dass die Server, welche Fehler erzeugen, aktualisiert werden. M\u00f6chten Sie fortfahren? |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Die angezeigten Informationen sind m\u00f6glicherweise nicht vollst\u00e4ndig, da beim Lesen der Konfiguration der vorhandenen Server folgende Fehler aufgetreten sind:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=Sie haben keine Zugriffsrechte f\u00fcr die Konfiguration der Server. |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Beim Lesen der Konfiguration der vorhandenen Server traten folgende Fehler auf:%n%s%n%nWenn Sie fortfahren, versucht das Replikations-Tool die Konfiguration aller Server im effizientesten Modus zu aktualisieren. Allerdings kann nicht garantiert werden, dass die Server, welche Fehler erzeugen, aktualisiert werden. M\u00f6chten Sie fortfahren? |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Die angezeigten Informationen sind m\u00f6glicherweise nicht vollst\u00e4ndig, da beim Lesen der Konfiguration der vorhandenen Server folgende Fehler aufgetreten sind:%n%s |
| | | 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=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_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. 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. |
| | | 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_SERVER_CONFIGURED_WARNING=Sie haben angegeben, dass kein Replikationsserver in '%s' konfiguriert werden soll; es ist jedoch bereits ein Replikationsserver auf dem Server konfiguriert (mit dem Replikations-Port '%d'). |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING_PROMPT=Sie haben angegeben, dass kein Replikationsserver in '%s' konfiguriert werden soll; es ist jedoch bereits ein Replikationsserver auf dem Server konfiguriert (mit dem Replikations-Port '%d'). M\u00f6chten Sie fortfahren? |
| | | INFO_REPLICATION_CONNECTING=Herstellen von Verbindungen |
| | |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Initialisieren der Registrierungsinformationen auf Server %s mit dem Inhalt von Server %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_ADS_ALL=Initialisieren der Registrierungsinformationen 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=Beim Senden des Truststore-Inhalts von Server %s mit dem Truststore von Server %s ist ein unerwarteter Fehler aufgetreten. Details: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Fehler initialisieren. Replikations-ID in Server %s f\u00fcr Basis-DN %s konnte nicht gefunden werden. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Fehler initialisieren. Peer zum Starten der Initialisierung nach mehreren Versuchen konnte nicht gefunden werden. Details: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Fehler beim Konfigurieren von Replikations-Port auf Server %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Fehler beim Deaktivieren von Replikations-Port auf Server %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Fehler beim Aktualisieren der Replikationskonfiguration in Basis-DN %s von Server %s. |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Fehler beim Aktualisieren der Registrierungsinformationen. Details: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Fehler beim Lesen der Registrierungsinformationen. Details: %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=Server %s (Basis-DN '%s') und Server %s (Basis-DN '%s') besitzen dieselbe Dom\u00e4nen-ID: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=Die folgenden Server in den beiden Topologien besitzen dieselbe Dom\u00e4nen-ID%n%s%n%nDie Replikationstopologien k\u00f6nnen nicht zusammengef\u00fchrt werden. Informationen zur Behebung dieses Problems finden Sie in der Dokumentation. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=Server %s und Server %s besitzen dieselbe Replikationsserver-ID: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=Die folgenden Server in den beiden Topologien besitzen dieselbe Replikationsserver-ID%n%s%n%nDie Replikationstopologien k\u00f6nnen nicht zusammengef\u00fchrt werden. Informationen zur Behebung dieses Problems finden Sie in der Dokumentation. |
| | | SEVERE_ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=Die Fehler beim Lesen der Registrierungsinformationen in %s verhindern das Zusammenf\u00fchren zwischen den Replikationstopologien. Beheben Sie die folgenden Probleme, bevor Sie die Topologien zusammenf\u00fchren:%n%s |
| | | ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=Beim Senden des Truststore-Inhalts von Server %s mit dem Truststore von Server %s ist ein unerwarteter Fehler aufgetreten. Details: %s |
| | | ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Fehler initialisieren. Replikations-ID in Server %s f\u00fcr Basis-DN %s konnte nicht gefunden werden. |
| | | ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Fehler initialisieren. Peer zum Starten der Initialisierung nach mehreren Versuchen konnte nicht gefunden werden. Details: %s |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Fehler beim Konfigurieren von Replikations-Port auf Server %s. |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Fehler beim Deaktivieren von Replikations-Port auf Server %s. |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=Fehler beim Aktualisieren der Replikationskonfiguration in Basis-DN %s von Server %s. |
| | | ERR_REPLICATION_UPDATING_ADS=Fehler beim Aktualisieren der Registrierungsinformationen. Details: %s |
| | | ERR_REPLICATION_READING_ADS=Fehler beim Lesen der Registrierungsinformationen. Details: %s |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=Server %s (Basis-DN '%s') und Server %s (Basis-DN '%s') besitzen dieselbe Dom\u00e4nen-ID: %d. |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=Die folgenden Server in den beiden Topologien besitzen dieselbe Dom\u00e4nen-ID%n%s%n%nDie Replikationstopologien k\u00f6nnen nicht zusammengef\u00fchrt werden. Informationen zur Behebung dieses Problems finden Sie in der Dokumentation. |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=Server %s und Server %s besitzen dieselbe Replikationsserver-ID: %d. |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=Die folgenden Server in den beiden Topologien besitzen dieselbe Replikationsserver-ID%n%s%n%nDie Replikationstopologien k\u00f6nnen nicht zusammengef\u00fchrt werden. Informationen zur Behebung dieses Problems finden Sie in der Dokumentation. |
| | | ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=Die Fehler beim Lesen der Registrierungsinformationen in %s verhindern das Zusammenf\u00fchren zwischen den Replikationstopologien. Beheben Sie die folgenden Probleme, bevor Sie die Topologien zusammenf\u00fchren:%n%s |
| | | INFO_REPLICATION_MERGING_REGISTRIES_CONFIRMATION=Um Replikation zu konfigurieren, m\u00fcssen die Registrierungsinformationen der Server %s und %s zusammengef\u00fchrt werden. Wenn irgendein Konflikt auftritt, werden die Informationen von Server %s beibehalten und die Informationen von Server %s \u00fcberschrieben%nM\u00f6chten Sie fortfahren? |
| | | INFO_REPLICATION_MERGING_REGISTRIES_DESCRIPTION=Um Replikation zu konfigurieren, m\u00fcssen die Registrierungsinformationen der Server %s und %s zusammengef\u00fchrt werden. Wenn irgendein Konflikt auftritt, werden die Informationen von Server %s beibehalten und die Informationen von Server %s \u00fcberschrieben |
| | | INFO_REPLICATION_MERGING_REGISTRIES_PROGRESS=Registrierungsinformationen werden zusammengef\u00fchrt |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Fehler beim Lesen der Replikationskonfiguration auf Server %s.%nDetails: %s |
| | | ERR_REPLICATION_ERROR_READING_CONFIGURATION=Fehler beim Lesen der Replikationskonfiguration auf 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_INDEPENDENT_REPLICATION_SERVERS=Die folgenden Server haben einen Replikationsserver (mit \u00c4nderungsprotokoll und Replikations-Port), sind jedoch mit keinem Server, der replizierte Daten enth\u00e4lt, verbunden. |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM=Nur ein Replikationsserver wird definiert f\u00fcr die folgenden Basis-DNs:%n%s%nEs ist empfehlenswert, mindestens zwei Replikationsserver (zwei \u00c4nderungsprotokolle) zu haben, um einen Single-Point-of-Failure in der Replikations-Topologie zu vermeiden.%nM\u00f6chten Sie fortfahren? |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_WARNING=Nur ein Replikationsserver wird definiert f\u00fcr die folgenden Basis-DNs:%n%s%nEs ist empfehlenswert, mindestens zwei Replikationsserver (zwei \u00c4nderungsprotokolle) zu haben, um einen Single-Point-of-Failure in der Replikations-Topologie zu vermeiden. |
| | | SEVERE_ERR_REPLICATION_NO_REPLICATION_SERVER=Kein Replikationsserver ist f\u00fcr die folgenden Basis-DNs definiert:%n%s%nIn der Replikationstopologie ist mindestens ein Replikationsserver (ein \u00c4nderungsprotokoll) erforderlich. Es wird empfohlen, mindestens zwei Replikationsserver (zwei \u00c4nderungsprotokolle) zu verwenden, um einen Single-Point-of-Failure in der Replikationstopologie zu vermeiden. |
| | | ERR_REPLICATION_NO_REPLICATION_SERVER=Kein Replikationsserver ist f\u00fcr die folgenden Basis-DNs definiert:%n%s%nIn der Replikationstopologie ist mindestens ein Replikationsserver (ein \u00c4nderungsprotokoll) erforderlich. Es wird empfohlen, mindestens zwei Replikationsserver (zwei \u00c4nderungsprotokolle) zu verwenden, um einen Single-Point-of-Failure in der Replikationstopologie zu vermeiden. |
| | | 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_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=Fehler beim Lesen des Fortschritts des Vorgangs. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Fehler beim Lesen des Fortschritts des Vorgangs. |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Fehler beim Lesen des Fortschritts des Vorgangs. |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Fehler beim Lesen des Fortschritts des Vorgangs. |
| | | 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=Fehler beim Starten des Vorgangs. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Fehler beim Starten des Vorgangs. |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Fehler beim Starten des Vorgangs. |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Fehler beim Starten des Vorgangs. |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=Sie haben folgende M\u00f6glichkeiten: |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=Replikation aktivieren |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=Replikation deaktivieren |
| | |
| | | INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Die entsprechende nicht interaktive Option 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 |
| | | INFO_REPLICATION_DESCRIPTION_ADVANCED=Mit dieser Option k\u00f6nnen Sie auf erweiterte Einstellungen zugreifen, 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=Schreiben in Datei %s nicht m\u00f6glich. Stellen Sie sicher, dass Sie die Zugriffsrechte f\u00fcr diese Datei besitzen und Sie den vollst\u00e4ndigen Pfad der Datei angegeben haben |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=Der angegebene Pfad %s zum Schreiben des entsprechenden Befehls ist ein Verzeichnis. Sie m\u00fcssen einen Pfad zu der Datei angeben |
| | | 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. |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Schreiben in Datei %s nicht m\u00f6glich. Stellen Sie sicher, dass Sie die Zugriffsrechte f\u00fcr diese Datei besitzen und Sie den vollst\u00e4ndigen Pfad der Datei angegeben haben |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=Der angegebene Pfad %s zum Schreiben des entsprechenden Befehls ist ein Verzeichnis. Sie m\u00fcssen einen Pfad zu der Datei angeben |
| | | WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=Der erste Server ist bereits mit Replikations-Port '%d' konfiguriert. Der angegebene Replikationsserver-Port '%d' wurde ignoriert. |
| | | 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=%s Steuerbereich |
| | | INFO_PERSON_ICON_DESCRIPTION=Personenobjekt |
| | | INFO_ORGANIZATION_ICON_DESCRIPTION=Organisation |
| | |
| | | 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. |
| | | 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=\u00c4ndern der Objektklasse und Umbenennen des Eintrags nicht m\u00f6glich. |
| | | 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=Eintr\u00e4ge verwalten |
| | |
| | | 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=Sie m\u00fcssen einen Wert f\u00fcr Attribut %s angeben. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID=Der DN ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Ung\u00fcltiger DN-Wert: '%s'. |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Die angegebenen Passw\u00f6rter stimmen nicht \u00fcberein. |
| | | 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_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 |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Fehler beim Aktualisieren des Schemas Details: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Fehler beim Aktualisieren der Konfiguration Details: %s |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Fehler beim Pr\u00fcfen des Eintrags Details: %s |
| | | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ATTRIBUTE_OFFLINE=Das L\u00f6schen von Attribut '%s' kann auch durch Entfernen des folgenden Attributs aus dem Schemadefinitionseintrag (cn=Schema) in Datei '%s' erfolgen: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_OBJECTCLASS_OFFLINE=Das L\u00f6schen der Objektklasse '%s' kann auch durch Entfernen des folgenden Attributs aus dem Schemadefinitionseintrag (cn=Schema) in Datei '%s' erfolgen: |
| | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Das Hinzuf\u00fcgen der Schemaelemente '%s' kann auch durch Hinzuf\u00fcgen der folgenden Attribute zum Schemadefinitionseintrag (cn=Schema) in Datei '%s' erfolgen: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_ATTRIBUTE_ONLINE=Entsprechende Befehlszeile zum Hinzuf\u00fcgen von Attribut '%s': |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE=Entsprechende Befehlszeile zum Hinzuf\u00fcgen von Objektklasse '%s': |
| | | 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. |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=Backend konnte nicht gefunden werden |
| | | 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_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. |
| | | ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Fehler beim Neuerstellen der Indizes |
| | | 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 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 |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Fehler beim Serverstart |
| | | 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 Neustarten des Servers ist ein Fehler aufgetreten. Fehlercode: %d |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Fehler beim Serverneustart |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=Beim Neustarten des Servers ist ein Fehler aufgetreten. Fehlercode: %d |
| | | |
| | | INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Server wird gestoppt... |
| | | 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 |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=Die Befehlszeile %s wurde erfolgreich ausgegeben, aber der Server wird ausgef\u00fchrt. |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Fehler beim Stoppen des Servers |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=Beim Stoppen des Servers ist ein Fehler aufgetreten. Fehlercode: %d |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=Die Befehlszeile %s wurde erfolgreich ausgegeben, aber der Server wird ausgef\u00fchrt. |
| | | |
| | | 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_INDEX_DETAILS_LABEL=Indexdetails |
| | | |
| | | MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=Das Eintragslimit muss eine Ganzzahl zwischen %d und %d sein. |
| | | 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). |
| | | 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=Unerwarteter Fehler. Details: %s |
| | | MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Eintrag '%s' ist bereits vorhanden. |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Unerwarteter Fehler. Details: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Fehler beim Erstellen des neuen Eintrags |
| | | 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. |
| | | ERR_LDIF_REPRESENTATION_REQUIRED=Sie m\u00fcssen die LDIF-Darstellung des Eintrags angeben. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=Schema konnte nicht gefunden werden |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=Kein VLV-Indexname angegeben. |
| | | ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=In Backend '%2$s' ist bereits ein VLV-Index '%1$s' angegeben. |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Sie m\u00fcssen einen Basis-DN angeben |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=Der angegebene Basis-DN ist nicht g\u00fcltig. Details: %s |
| | | ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Sie m\u00fcssen einen Filter f\u00fcr den Index angeben. |
| | | ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=Der angegebene Filter ist ung\u00fcltig. Details: %s |
| | | ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Sie m\u00fcssen mindestens ein Attribut f\u00fcr die Sortierreihenfolge angeben. |
| | | 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. |
| | | ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=Die Gruppe '%s' konnte nicht gefunden werden. |
| | | ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=Der Eintrag '%s' ist vorhanden, er ist aber keine statische Gruppe. |
| | | 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. |
| | | ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Fehler beim Hinzuf\u00fcgen zu Gruppen |
| | | 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_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 |
| | | ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Fehler beim Suchen nach Sicherungen |
| | | |
| | | |
| | | INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Sicherungspfad: |
| | |
| | | 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. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=Keine Backends ausgew\u00e4hlt. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=Keine Backends verf\u00fcgbar. |
| | | ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=Kein Sicherungspfad angegeben. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=Der Sicherungspfad '%s' ist vorhanden und ist eine Datei. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=Der Sicherungspfad '%s' ist nicht vorhanden. |
| | | ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=Keine Sicherungs-ID angegeben. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=Die Datei '%s' ist vorhanden. Sie m\u00fcssen f\u00fcr die neue Sicherung ein Verzeichnis angeben. |
| | | 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. |
| | | 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. |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Fehler w\u00e4hrend der Sicherung |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=W\u00e4hrend der Sicherung ist ein Fehler aufgetreten. Fehlercode: %d. |
| | | INFO_CTRL_PANEL_BACKUP_TASK_NAME=Sicherung |
| | | |
| | | 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 |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Sie m\u00fcssen einen Basis-DN angeben. |
| | | 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 |
| | | ERR_CTRL_PANEL_FILE_NOT_PROVIDED=Sie m\u00fcssen einen Wert f\u00fcr die Datei angeben. |
| | | ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=Die Datei '%s' ist nicht vorhanden. |
| | | ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=Der Pfad '%s' ist ein Verzeichnis. Sie m\u00fcssen eine Datei angeben. |
| | | ERR_CTRL_PANEL_CANNOT_READ_FILE=Datei '%s' kann nicht gelesen werden. Pr\u00fcfen Sie, ob Sie \u00fcber Leseberechtigungen an der Datei verf\u00fcgen. |
| | | ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=Sie m\u00fcssen einen Wert im Base 64-Format angeben. |
| | | ERR_CTRL_PANEL_ERROR_READING_FILE=Beim Lesen des Dateiinhalts ist ein Fehler aufgetreten. Details: %s |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Fehler beim L\u00f6schen der Eintr\u00e4ge |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=Keine Backends gefunden |
| | | 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. |
| | | 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. |
| | | ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Fehler beim L\u00f6schen der Indizes |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Schemaelemente |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Fehler beim L\u00f6schen des Attributs |
| | | 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_MODIFYING_ATTRIBUTE_SUMMARY=\u00c4ndern von Attribut '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_COMPLETE=Attribut ge\u00e4ndert |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL=Das Attribut '%s' wurde erfolgreich ge\u00e4ndert |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Fehler beim \u00c4ndern des Attributs |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=Beim \u00c4ndern des Attributs '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Fehler beim \u00c4ndern des Attributs |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=Beim \u00c4ndern des Attributs '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. |
| | | |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUMMARY=\u00c4ndern von Objektklasse '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_COMPLETE=Objektklasse ge\u00e4ndert |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL=Die Objektklasse '%s' wurde erfolgreich ge\u00e4ndert |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Fehler beim \u00c4ndern der Objektklasse |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=Beim \u00c4ndern von Objektklasse '%s' ist ein Fehler aufgetreten. Weitere Informationen finden Sie in den Details. |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Fehler beim \u00c4ndern der Objektklasse |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=Beim \u00c4ndern von Objektklasse '%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_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. |
| | | ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Objektklasse |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Backends |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Fehler beim L\u00f6schen der Basis-DNs |
| | | 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 |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=Fehler beim Aufl\u00f6sen eines Bezugs |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=Die in Eintrag '%s' definierten Bez\u00fcge konnten nicht aufgel\u00f6st werden.<br><br>Die Bez\u00fcge des Eintrags sind:<br>%s |
| | | MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=Beim Aufl\u00f6sen des Bezugs '%s' ist ein Fehler aufgetreten.<br>Details: %s |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Der in '%s' angegebene Eintrag konnte nicht gefunden werden. Pr\u00fcfen Sie, ob der Eintrag in Server %s vorhanden ist. |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Der in '%s' angegebene Eintrag konnte nicht gefunden werden. Pr\u00fcfen Sie, ob der Eintrag im Server vorhanden ist. |
| | | ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=Beim Aufl\u00f6sen des Bezugs '%s' ist ein Fehler aufgetreten.<br>Details: %s |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Der in '%s' angegebene Eintrag konnte nicht gefunden werden. Pr\u00fcfen Sie, ob der Eintrag in Server %s vorhanden ist. |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Der in '%s' angegebene Eintrag konnte nicht gefunden werden. Pr\u00fcfen Sie, ob der Eintrag im Server vorhanden ist. |
| | | INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=Um den Bezug im Eintrag zu bearbeiten, deaktivieren Sie im Men\u00fc 'Ansicht' die Option 'Bez\u00fcgen folgen'. |
| | | MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=Der ausgew\u00e4hlte Bezug ist in Server %s definiert und verweist auf einen Eintrag in demselben Server, und stellt einen Ascentor des Eintrags dar. Diese Konfiguration erzeugt einen Loop in der DIT-Struktur, der vermieden werden sollte. |
| | | ERR_CTRL_PANEL_REFERRAL_LOOP=Der ausgew\u00e4hlte Bezug ist in Server %s definiert und verweist auf einen Eintrag in demselben Server, und stellt einen Ascentor des Eintrags dar. Diese Konfiguration erzeugt einen Loop in der DIT-Struktur, der vermieden werden sollte. |
| | | |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | | MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=Beim Suchen des Eintrags '%s' ist ein Fehler aufgetreten. Details:<br>%s |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_BACKEND_SELECTED=Kein Backend ausgew\u00e4hlt. |
| | | ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=Der angebebene Pfad '%s' ist vorhanden und ist ein Verzeichnis. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Fehler w\u00e4hrend des Exports |
| | | 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_IMPORT_THREADS_LABEL=Anzahl der Threads: |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_TOOLTIP=Anzahl der Threads, die zum Lesen der LDIF-Datei w\u00e4hrend des Imports verwendet werden. |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_HELP=Wenn keine Angabe gemacht wird, ist die Anzahl der Threads das Doppelte von der Anzahl der CPUs auf dem Serversystem. |
| | | MILD_ERR_IMPORT_THREAD_NUMBER_INVALID=Die Anzahl der Threads muss eine positive Ganzzahl sein. |
| | | ERR_IMPORT_THREAD_NUMBER_INVALID=Die Anzahl der Threads muss eine positive Ganzzahl sein. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr die abgelehnte Datei angeben. |
| | | ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=Die abgelehnte und \u00fcbersprungene Datei muss \u00fcber unterschiedliche Werte verf\u00fcgen |
| | | ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr die \u00fcbersprungene Datei angeben. |
| | | # |
| | | # Note that the following three properties contain line breaks in HTML format |
| | | # (<br>) |
| | |
| | | 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. |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Fehler w\u00e4hrend des Imports |
| | | 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_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=Der Basis-DN '%s' ist keinem 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 |
| | | ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=Der Basis-DN '%s' ist keinem der Basis-DNs untergeordnet, die in Backend '%s' definiert sind. |
| | | ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=Das Attribut '%s' hat keinen g\u00fcltigen Namen. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Fehler beim L\u00f6schen des Index |
| | | 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. |
| | | ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Fehler beim \u00c4ndern des Index |
| | | 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' |
| | | |
| | |
| | | # Note that the following property must begin with <html> |
| | | # |
| | | INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)Der Vorgang wird f\u00fcr den eigenen Prozess ausgef\u00fchrt und k\u00f6nnte durch die Zuweisung eines gr\u00f6\u00dferen Speichers optimiert werden. |
| | | 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 |
| | | ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Beim Lesen der Java-Einstellungen ist ein unerwarteter Fehler aufgetreten. Details: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Pfad '%s' ist nicht vorhanden. |
| | | 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. |
| | | 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=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 OPENDJ_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=Der Java-Home-Wert '%s' ist ung\u00fcltig. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDJ_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an.<br>Fehlerdetails:<br>%s |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden.<br>Der Server kann nicht mit dem angegebenen Java-Home ausgef\u00fchrt werden. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDJ_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an. |
| | | 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 |
| | | ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Der Java-Home-Wert '%s' ist ung\u00fcltig. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDJ_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an.<br>Fehlerdetails:<br>%s |
| | | ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden.<br>Der Server kann nicht mit dem angegebenen Java-Home ausgef\u00fchrt werden. |
| | | ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Der Java-Bin\u00e4rwert '%s' konnte nicht zum Starten der Serverskripts verwendet werden. Dieser Wert wird als Ausweichl\u00f6sung verwendet, wenn die Umgebungsvariable OPENDJ_JAVA_HOME nicht definiert ist. Wenn Sie keine Ausweichl\u00f6sung angeben m\u00f6chten, lassen Sie das Java-Home-Textfeld leer oder geben Sie einen g\u00fcltigen Wert f\u00fcr Java-Home an. |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Fehler beim Pr\u00fcfen der Java-Einstellungen |
| | | 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_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 |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Fehler beim Aktualisieren der Java-Einstellungen |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Beim Aktualisieren der Java-Einstellungen ist ein Fehler aufgetreten. |
| | | 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_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 |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Fehler beim Speichern der \u00c4nderungen |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=Beim Speichern der \u00c4nderungen in Eintrag '%s' ist ein Fehler aufgetreten. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Fehler beim L\u00f6schen des Eintrags |
| | | 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. |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Fehler beim L\u00f6schen der Unterstruktur |
| | | 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: |
| | |
| | | # (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL=Die folgenden Fehler traten beim Herstellen der Verbindung mit dem lokalen Server auf:<br>%s<br>Wenn Sie fortfahren, ohne eine Authentifizierung zu anzugeben, werden keine \u00dcberwachungsinformationen angezeigt.<br><br>M\u00f6chten Sie fortfahren? |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=Verbindung mit Server '%s' an Port '%s' konnte nicht hergestellt werden Vergewissern Sie sich, dass die angegebenen Informationen korrekt sind und dass der Server ausgef\u00fchrt wird. Details: %s |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=Verbindung mit Server '%s' an Port '%s' konnte nicht hergestellt werden Vergewissern Sie sich, dass die angegebenen Informationen korrekt sind und dass der Server ausgef\u00fchrt wird. Details: %s |
| | | |
| | | INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Authentifizierung erforderlich |
| | | INFO_CTRL_PANEL_BIND_DN_LABEL=Verbindungs-DN: |
| | |
| | | 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). |
| | | MILD_ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Nicht \u00e4nderbare Attribute m\u00fcssen eine betriebliche Verwendung haben. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=Ein Attribut kann sich selbst nicht \u00fcbergeordnet sein. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=Eine Objektklasse kann sich selbst nicht \u00fcbergeordnet sein. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=Die Objektklasse ist '%s' \u00fcbergeordnet (direkt oder indirekt). |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=Das Attribut ist '%s' \u00fcbergeordnet (direkt oder indirekt). |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr das Attribut angeben. |
| | | ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=Der angegebene Name ist ung\u00fcltig. Details: %s |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=Der angegebene Name '%s' ist bereits im Schema vorhanden (definiert als %s). |
| | | ERR_CTRL_PANEL_OID_NOT_VALID=Die angegebene OID ist ung\u00fcltig. Details: %s |
| | | ERR_CTRL_PANEL_OID_ALREADY_IN_USE=Die angegebene OID '%s' ist bereits im Schema vorhanden (definiert als %s). |
| | | ERR_CTRL_PANEL_EMPTY_ALIAS=Sie haben ein leeres Alias angegeben |
| | | ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=Das angegebene Alias '%s' ist bereits im Schema vorhanden (definiert als %s). |
| | | ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Nicht \u00e4nderbare Attribute m\u00fcssen eine betriebliche Verwendung haben. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=Ein Attribut kann sich selbst nicht \u00fcbergeordnet sein. |
| | | ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=Eine Objektklasse kann sich selbst nicht \u00fcbergeordnet sein. |
| | | ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=Die Objektklasse ist '%s' \u00fcbergeordnet (direkt oder indirekt). |
| | | ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=Das Attribut ist '%s' \u00fcbergeordnet (direkt oder indirekt). |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Erstellen von Attribut '%s'... |
| | | INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS=Hinzuf\u00fcgen von Schemaelementen in Schemadatei '%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. |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Fehler beim Erstellen des Attributs |
| | | 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_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=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. |
| | | ERR_NEW_BACKEND_NAME_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr den neuen Backend angeben. |
| | | ERR_BACKEND_ALREADY_EXISTS=Es besteht bereits ein Backend mit folgendem Namen: %s |
| | | ERR_NEW_BASE_DN_VALUE_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr den Backend-DN angeben. |
| | | ERR_BASE_DN_ALREADY_EXISTS=Der Basis-DN '%s' ist bereits definiert. |
| | | 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). |
| | | 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). |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Fehler bei der Erstellung von Basis-DN '%s'. Im Textbereich 'Details' finden Sie weitere Informationen. |
| | | 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 |
| | | 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=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 |
| | | 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_DUPLICATE_ENTRY_MENU=Eintrag duplizieren... |
| | | |
| | | 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 |
| | | ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr den Namen der Gruppe angeben. |
| | | ERR_CTRL_PANEL_MEMBER_NOT_FOUND=Der Eintrag '%s' konnte nicht gefunden werden. |
| | | ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=Der angegebene Wert als Mitglied '%s' ist nicht ung\u00fcltig. Details: %s |
| | | ERR_CTRL_PANEL_MEMBER_REQUIRED=Sie m\u00fcssen ein Mitglied f\u00fcr die Gruppe angeben. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=Sie m\u00fcssen einen LDAP-URL mit einem Filter f\u00fcr die Gruppe angeben. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=Der Wert f\u00fcr den angegebenen LDAP-URL ist nicht g\u00fcltig. Details: %s |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=Die angebenene Referenzgruppe konnte nicht gefunden werden. |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=Die angegebene Referenzgruppe ist vorhanden, aber es handelt sich um keine dynamische Gruppe. |
| | | 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=Beschreibung: |
| | | INFO_CTRL_PANEL_NEW_GROUP_ENTRY_DN_LABEL=Eintrags-DN: |
| | |
| | | |
| | | 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). |
| | | ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=Kein Attributsname ausgew\u00e4hlt. |
| | | ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=Das Eintragslimit muss eine Ganzzahl zwischen %d und %d sein. |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Fehler beim Erstellen des Index |
| | | 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). |
| | | ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=Sie m\u00fcssen einen Namen f\u00fcr die Objektklasse angeben. |
| | | ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=Der angegebene Name ist ung\u00fcltig. Details: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Fehler beim Erstellen der Objektklasse |
| | | 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_ADDREMOVE_AVAILABLE_OBJECTCLASSES=Verf\u00fcgbare Objektklassen: |
| | | INFO_CTRL_PANEL_ADDREMOVE_SELECTED_OBJECTCLASSES=Ausgew\u00e4hlte Objektklassen: |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=Sie bearbeiten eine strukturelle Objektklasse. Die folgenden Objektklassen sind Hilfsobjektklassen: %s.%nNur strukturelle oder abstrakte Objektklassen k\u00f6nnen als \u00fcbergeordnete Objektklassen einer strukturellen Objektklasse verwendet werden. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=Sie bearbeiten eine Hilfsobjektklasse. Die folgenden Objektklassen sind strukturelle Objektklassen: %s.%nNur Hilfsobjektklassen oder abstrakte Objektklassen k\u00f6nnen als \u00fcbergeordnete Objektklassen einer Hilfsobjektklasse verwendet werden. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=Sie bearbeiten eine abstrakte Objektklasse. Die folgenden Objektklassen sind strukturelle Objektklassen: %s.%nNur Hilfsobjektklassen oder abstrakte Objektklassen k\u00f6nnen als \u00fcbergeordnete Objektklassen einer Hilfsobjektklasse verwendet werden. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=Sie bearbeiten eine strukturelle Objektklasse. Die folgenden Objektklassen sind Hilfsobjektklassen: %s.%nNur strukturelle oder abstrakte Objektklassen k\u00f6nnen als \u00fcbergeordnete Objektklassen einer strukturellen Objektklasse verwendet werden. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=Sie bearbeiten eine Hilfsobjektklasse. Die folgenden Objektklassen sind strukturelle Objektklassen: %s.%nNur Hilfsobjektklassen oder abstrakte Objektklassen k\u00f6nnen als \u00fcbergeordnete Objektklassen einer Hilfsobjektklasse verwendet werden. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=Sie bearbeiten eine abstrakte Objektklasse. Die folgenden Objektklassen sind strukturelle Objektklassen: %s.%nNur Hilfsobjektklassen oder abstrakte Objektklassen k\u00f6nnen als \u00fcbergeordnete Objektklassen einer Hilfsobjektklasse verwendet werden. |
| | | |
| | | INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Name: |
| | | INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Beschreibung: |
| | |
| | | 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. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr 'Nachname' angeben. |
| | | ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=Sie m\u00fcssen einen Wert f\u00fcr 'Rufname' angeben. |
| | | 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=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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Fehler beim Erstellen des VLV-Index |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=Keine Basis-DNs definiert. |
| | | ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=Sie m\u00fcssen einen Basis-DN ausw\u00e4hlen. |
| | | 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=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. |
| | | 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=Neues Benutzer-Passwort: |
| | |
| | | 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 |
| | | ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Fehler beim Aktualisieren des Passworts |
| | | ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS=Beim Aktualisieren des Passworts ist ein Fehler aufgetreten |
| | | |
| | | INFO_CTRL_PANEL_RESTORE_PANEL_TITLE=Wiederherstellung anhand der Sicherung |
| | | 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_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. |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Fehler w\u00e4hrend der Verifizierung der Sicherung |
| | | 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=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. |
| | | 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. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Fehler w\u00e4hrend der Wiederherstellung |
| | | 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_CONTENTS_OF_FILE=- Inhalt der Datei '%s' - |
| | | |
| | | MILD_ERR_LOADING_IMAGE=Fehler beim Laden des Bilds |
| | | ERR_LOADING_IMAGE=Fehler beim Laden des Bilds |
| | | INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Thumbnail |
| | | INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Bearbeiten... |
| | | INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=L\u00f6schen... |
| | |
| | | |
| | | INFO_CTRL_PANEL_GENERIC_TITLE=%s Steuerbereich - %s |
| | | INFO_CTRL_PANEL_STATUS_PANEL_TITLE=Allgemeiner Status |
| | | MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Fehler beim Lesen der Konfiguration |
| | | 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=Serverstatus: |
| | |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Windows-Dienst wird deaktiviert... |
| | | 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. |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Fehler beim Deaktivieren des Windows-Diensts |
| | | 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-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. |
| | | ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Fehler beim Aktivieren des Windows-Diensts |
| | | 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_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=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. |
| | | ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=Sie m\u00fcssen mindestens einen zu verifzierenden Index angeben. |
| | | ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=Keine Indizes definiert f\u00fcr Basis-DN '%s'. |
| | | 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. |
| | | ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Fehler w\u00e4hrend der Indexpr\u00fcfung |
| | | 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'. |
| | | |
| | | # |
| | |
| | | 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. |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Fehler beim L\u00f6schen des VLV-Index |
| | | 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_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. |
| | | ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Fehler beim Erstellen des VLV-Index |
| | | 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_VLV_ASCENDING_VLV_INDEX=%s (aufsteigend) |
| | | INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (absteigend) |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Fehler in der Einstellungsumgebung: %s |
| | | ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Fehler in der Einstellungsumgebung: %s |
| | | |
| | | INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Fehler |
| | | INFO_CTRL_PANEL_PROGRESS_DONE=Erledigt |
| | |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_REBUILD_INDEX_SUMMARY=Die Indizes k\u00f6nnen nur dann neu aufgebaut werden, wenn der verwaltete Server der lokale Server ist. |
| | | INFO_CTRL_PANEL_REMOTE_SERVER_PATH=Der Remote-Server muss auf den Pfad zugreifen k\u00f6nnen. |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_WINDOWS_SERVICE_SUMMARY=Die Windows-Dienstkonfiguration kann nur angezeigt und aktualisiert werden, wenn der verwaltete Server der lokale Server ist. |
| | | SEVERE_ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=Lokaler LDIF konnte nicht erstellt werden, um neue Basis-DN mit automatisch generierten Daten zu aktualisieren. Fehlercode: %d. |
| | | ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=Lokaler LDIF konnte nicht erstellt werden, um neue Basis-DN mit automatisch generierten Daten zu aktualisieren. Fehlercode: %d. |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_ID_LABEL=\u00dcbergeordnete Sicherungs-ID: |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_PATH_LABEL=\u00dcbergeordneter Sicherungspfad: |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=Keine \u00fcbergeordnete Sicherungs-ID angegeben. |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=Keine \u00fcbergeordnete Sicherungs-ID angegeben. |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_SUMMARY=Verbindung mit dem Remote-Server konnte nicht hergestellt werden |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS=Der Remote-Server '%s' ist m\u00f6glicherweise au\u00dfer Betrieb, oder die angegebene Authentifizierung ist nicht l\u00e4nger g\u00fcltig. Um ein Fern-Management eines Servers durchzuf\u00fchren, muss dieser ausgef\u00fchrt werden, und Sie m\u00fcssen sich authentifizieren. |
| | | INFO_CTRL_PANEL_CONNECT_TO_SERVER_MENU=Zu verwaltender Server... |
| | | INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_REMOTE_DETAILS=Die Indexkonfiguration f\u00fcr '%s' wurde erfolgreich ge\u00e4ndert. Die Datenbankindexdateien m\u00fcssen neu generiert werden, damit die Konfiguration ber\u00fccksichtigt wird. Sie k\u00f6nnen dazu die Befehlszeile 'rebuild-index' auf dem Remote-Server verwenden oder die Inhalte des Backend '%s' erneut importieren. |
| | | INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE=Automatisch generierte Daten werden importiert (%s Eintr\u00e4ge) |
| | | SEVERE_ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=Der Remote-Server in '%s' kann nicht \u00fcber diesen Steuerbereich verwaltet werden. Der Produktname des Remote-Servers ist '%s' und der Produktname des Steuerbereichs ist '%s'. |
| | | SEVERE_ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=Der Remote-Server in '%s' besitzt eine andere Version als der Steuerbereich. Die Version des Remote-Servers ist '%s.%s.%s' und die Version des Steuerbereichs ist '%d.%d.%d'. |
| | | SEVERE_ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=Es wurden keine Versionsinformationen in dem Remote-Server gefunden. Der Remote-LDAP-Server kann scheinbar nicht remote \u00fcber den Steuerbereich verwaltet werden. |
| | | ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=Der Remote-Server in '%s' kann nicht \u00fcber diesen Steuerbereich verwaltet werden. Der Produktname des Remote-Servers ist '%s' und der Produktname des Steuerbereichs ist '%s'. |
| | | ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=Der Remote-Server in '%s' besitzt eine andere Version als der Steuerbereich. Die Version des Remote-Servers ist '%s.%s.%s' und die Version des Steuerbereichs ist '%d.%d.%d'. |
| | | ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=Es wurden keine Versionsinformationen in dem Remote-Server gefunden. Der Remote-LDAP-Server kann scheinbar nicht remote \u00fcber den Steuerbereich verwaltet werden. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TITLE='%s' Aufgabenzeitplan |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_SUMMARY=Geben Sie an, wann die Aufgabe '%s' gestartet werden soll. |
| | |
| | | # Note that the following property contains line breaks in HTML format (<br>). |
| | | # |
| | | INFO_CTRL_PANEL_CRON_HELP=Verwenden Sie ',' zum Trennen von Werten. Beispiel: '1,4,5'.<br>Verwenden Sie '-' zum Angeben von Intervallen. Beispiel: '1-5'.<br>Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=Der angegebene Wert f\u00fcr die Stunde ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=Der angegebene Wert f\u00fcr die Minute ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=Der angegebene Wert f\u00fcr den Tag ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_TIME=Der angegebene Wert f\u00fcr die Zeit ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=Der Tag '%d' ist nicht in %s vorhanden. |
| | | SEVERE_ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=Sie m\u00fcssen mindestens einen Wochentag ausw\u00e4hlen. |
| | | SEVERE_ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=Sie m\u00fcssen mindestens einen Tag des Monats ausw\u00e4hlen. |
| | | SEVERE_ERR_CTRL_PANEL_DATE_ALREADY_PASSED=Das angegebene Datum ist bereits vergangen. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=Keine Minute angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=Keine Stunde angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=Keinen Tag des Monats angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=Keinen Monat angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=Keinen Tag der Woche angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=Der angegebene Wert f\u00fcr die Minuten ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=Der angegebene Wert f\u00fcr die Stunde ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=Der angegebene Wert f\u00fcr den Tag des Monats ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=Der angegebene Wert f\u00fcr den Monat ist ung\u00fcltig. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=Der angegebene Wert f\u00fcr den Wochentag ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_INVALID_HOUR=Der angegebene Wert f\u00fcr die Stunde ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_INVALID_MINUTE=Der angegebene Wert f\u00fcr die Minute ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_INVALID_DAY=Der angegebene Wert f\u00fcr den Tag ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_INVALID_TIME=Der angegebene Wert f\u00fcr die Zeit ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=Der Tag '%d' ist nicht in %s vorhanden. |
| | | ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=Sie m\u00fcssen mindestens einen Wochentag ausw\u00e4hlen. |
| | | ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=Sie m\u00fcssen mindestens einen Tag des Monats ausw\u00e4hlen. |
| | | ERR_CTRL_PANEL_DATE_ALREADY_PASSED=Das angegebene Datum ist bereits vergangen. |
| | | ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=Keine Minute angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=Keine Stunde angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=Keinen Tag des Monats angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=Keinen Monat angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=Keinen Tag der Woche angegeben. Verwenden Sie '*' zum Angeben eines beliebigen Wertes. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=Der angegebene Wert f\u00fcr die Minuten ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=Der angegebene Wert f\u00fcr die Stunde ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=Der angegebene Wert f\u00fcr den Tag des Monats ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=Der angegebene Wert f\u00fcr den Monat ist ung\u00fcltig. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=Der angegebene Wert f\u00fcr den Wochentag ist ung\u00fcltig. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_LIST_TITLE=Geplante Aufgaben |
| | | INFO_CTRL_PANEL_NO_TASKS_FOUND=- Keine Aufgaben gefunden - |
| | |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUMMARY=Aufgaben werden abgebrochen... |
| | | INFO_CTRL_PANEL_CANCELING_TASK_COMPLETE=Die Aufgaben wurden erfolgreich abgebrochen. |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUCCESSFUL=Die Aufgaben wurden erfolgreich abgebrochen. |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Fehler beim Abbrechen der Aufgabe |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=Beim Abbrechen der ausgew\u00e4hlten Aufgaben ist ein Fehler aufgetreten. |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Fehler beim Abbrechen der Aufgabe |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=Beim Abbrechen der ausgew\u00e4hlten Aufgaben ist ein Fehler aufgetreten. |
| | | INFO_CTRL_PANEL_CANCEL_TASK_TITLE=Aufgaben abbrechen |
| | | INFO_CTRL_PANEL_TASK_IS_CANCELABLE=Abbrechbar |
| | | INFO_CTRL_PANEL_TASK_IS_NOT_CANCELABLE=Nicht abbrechbar |
| | |
| | | INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY=Regelm\u00e4\u00dfig nach CRON-Plan '%s' starten |
| | | INFO_CTRL_PANEL_TASK_LOG_LABEL=Aufgaben-Protokollnachricht(en) |
| | | INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=Aufgabenattribute anzeigen... |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=Um Aufgaben an einem in der Zukunft liegenden Datum zu starten, muss der Server ausgef\u00fchrt werden. |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=Um Aufgaben regelm\u00e4\u00dfig zu starten, muss der Server ausgef\u00fchrt werden. |
| | | ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=Um Aufgaben an einem in der Zukunft liegenden Datum zu starten, muss der Server ausgef\u00fchrt werden. |
| | | ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=Um Aufgaben regelm\u00e4\u00dfig zu starten, muss der Server ausgef\u00fchrt werden. |
| | | |
| | | INFO_CTRL_PANEL_TASK_SPECIFIC_DETAILS=Aufgabenspezifische Details |
| | | INFO_CTRL_PANEL_NO_TASK_SELECTED=-Keine Aufgabe ausgew\u00e4hlt- |
| | |
| | | INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=\u00dcbergeordneten Eintrag w\u00e4hlen |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=Neuer Eintragsname: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=DN des \u00fcbergeordneten Eintrags: |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=Sie m\u00fcssen den Namen des neuen Eintrags angeben. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=Sie m\u00fcssen einen g\u00fcltigen DN f\u00fcr den \u00fcbergeordneten Eintrag angeben. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=Der \u00fcbergeordnete Eintrag ist nicht vorhanden. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=Sie m\u00fcssen den Namen des neuen Eintrags angeben. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=Sie m\u00fcssen einen g\u00fcltigen DN f\u00fcr den \u00fcbergeordneten Eintrag angeben. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=Der \u00fcbergeordnete Eintrag ist nicht vorhanden. |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=Eintrags-DN: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=Neues Benutzer-Passwort: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=Passwortbest\u00e4tigung: |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=Autenticar |
| | | INFO_BACKENDID_COLUMN=Id. de servidor de fondo |
| | | INFO_BASEDN_COLUMN=ND base |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=No se pudo establecer la conexi\u00f3n con el servidor de directorios con las credenciales especificadas. Las posibles causas de este error son:%n%s |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=No se pudo establecer la conexi\u00f3n con el servidor de directorios con las credenciales especificadas. Las posibles causas de este error son:%n%s |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=\u00bfDesea suprimir los archivos de copia de seguridad incluidos en el directorio bak? |
| | | INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=\u00bfDesea suprimir los archivos de esquema y configuraci\u00f3n? |
| | | INFO_CLI_UNINSTALL_CONFIRM_DATABASES=\u00bfDesea suprimir el contenido de la base de datos? |
| | |
| | | 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 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=Usted debe seleccionar los elementos que desea desinstalar. Utilice las opciones descritas en el uso para especificar lo que debe ser desinstalado. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Debe seleccionar alg\u00fan elemento para desinstalarlo. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Usted debe seleccionar los elementos que desea desinstalar. Utilice las opciones descritas en el uso para especificar lo que debe ser desinstalado. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Debe seleccionar alg\u00fan elemento para desinstalarlo. |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Se ha configurado el servidor para que efect\u00fae la r\u00e9plica.%nSi el servidor ya est\u00e1 repitiendo contenido en otros servidores, debe especificar la informaci\u00f3n de autenticaci\u00f3n del administrador para suprimir las referencias a este servidor en los servidores en los que se est\u00e9 realizando la repetici\u00f3n.%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 repitiendo 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 en los que se est\u00e9 realizando la repetici\u00f3n.%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? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=El nombre de este host (o la direcci\u00f3n IP) tal y como aparece indicado en los servidores remotos de la r\u00e9plica |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Confirmar desinstalaci\u00f3n%nTodos los archivos seleccionados se eliminar\u00e1n permanentemente; \u00bfest\u00e1 seguro de que desea continuar? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Confirmar desinstalaci\u00f3n |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=El servidor se est\u00e1 ejecutando.%nEl servidor 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=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=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).%nCompruebe que los par\u00e1metros de conexi\u00f3n proporcionados sean correctos.%nSi desea desinstalar el servidor cuando no puedan eliminarse referencias remotas, puede usar la opci\u00f3n %s.%n%nEl error encontrado fue:%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? |
| | | 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? |
| | | 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 |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_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).%nCompruebe que los par\u00e1metros de conexi\u00f3n proporcionados sean correctos.%nSi desea desinstalar el servidor cuando no puedan eliminarse referencias remotas, puede usar la opci\u00f3n %s.%n%nEl error encontrado fue:%n%s |
| | | 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. |
| | | 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. |
| | | INFO_DATABASES_TITLE=Or\u00edgenes de datos |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=Eliminar estos archivos de base de datos |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=El servidor de directorios contiene archivos de base de datos en las siguientes ubicaciones situadas fuera de la ruta del servidor: |
| | |
| | | INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=Active esta casilla para eliminar los archivos de registro ubicados fuera del directorio de instalaci\u00f3n |
| | | INFO_DISABLED_LABEL=Desactivado |
| | | INFO_ENABLED_LABEL=Activado |
| | | MILD_ERR_READING_CONFIG_LDAP=Error al leer los datos del servidor. Verifique la informaci\u00f3n de autenticaci\u00f3n especificada.%nDetalles: %s |
| | | MILD_ERR_READING_SCHEMA_LDAP=Error al leer el esquema desde el servidor remoto.%nDetalles: %s |
| | | ERR_READING_CONFIG_LDAP=Error al leer los datos del servidor. Verifique la informaci\u00f3n de autenticaci\u00f3n especificada.%nDetalles: %s |
| | | ERR_READING_SCHEMA_LDAP=Error al leer el esquema desde el servidor remoto.%nDetalles: %s |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=Desinstalar |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Finalizar desinstalaci\u00f3n |
| | | INFO_FRAME_UNINSTALL_TITLE=Desinstalaci\u00f3n de %s |
| | |
| | | INFO_START_BUTTON_LABEL=Inicio |
| | | 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=No se pudo iniciar el panel de control. Aseg\u00farese de que tenga acceso a la visualizaci\u00f3n. |
| | | SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=No se pudo iniciar el panel de control. Aseg\u00farese de que tenga acceso a la visualizaci\u00f3n Consulte el archivo %s para obtener informaci\u00f3n. |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=No se pudo iniciar el panel de control. Aseg\u00farese de que tenga acceso a la visualizaci\u00f3n. |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=No se pudo iniciar el panel de control. Aseg\u00farese de que tenga acceso a la visualizaci\u00f3n Consulte el archivo %s para obtener informaci\u00f3n. |
| | | 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.%n%nSi no se proporciona un nombre de host o un puerto, la herramienta tratar\u00e1 de conectar con el servidor local. |
| | | INFO_STOP_BUTTON_LABEL=Detener |
| | | INFO_BASEDN_NOT_REPLICATED_LABEL= |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>La desinstalaci\u00f3n se ha realizado correctamente, pero con advertencias.</b><br>El servidor se ha desinstalado correctamente en el equipo local, pero se han producido algunos errores al eliminar archivos. Consulte el \u00e1rea de texto "Detalles" para obtener m\u00e1s informaci\u00f3n sobre los archivos que han provocado el problema.<br><br>Verifique que no haya ning\u00fan otro programa utilizando esos archivos y elim\u00ednelos manualmente. |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=El servidor 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... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nError al iniciar la desinstalaci\u00f3n gr\u00e1fica.%n%nIniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nError al iniciar la desinstalaci\u00f3n gr\u00e1fica. Consulte el archivo %s para obtener m\u00e1s informaci\u00f3n.%n%nIniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nError al iniciar la desinstalaci\u00f3n gr\u00e1fica.%n%nIniciando la desinstalaci\u00f3n mediante l\u00ednea de comandos... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nError al iniciar la desinstalaci\u00f3n gr\u00e1fica. Consulte el archivo %s para obtener m\u00e1s informaci\u00f3n.%n%nIniciando 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. |
| | | INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=Cierre este cuadro de di\u00e1logo y no intente suprimir las referencias de este servidor en otros servidores |
| | |
| | | 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=Debe propocionarse al menos un ND de base en un modo no interactivo. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Debe proporcionarse la contrase\u00f1a del administrador global en un modo no interactivo. Puede proporcionarse por medio de las opciones %s o %s |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=El valor proporcionado %s no es un ND de base v\u00e1lido. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Usted tiene que proporcionar dos servidores diferentes para permitir la replicaci\u00f3n. Ha proporcionado dos veces el servidor %s:%s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Deben proporcionarse dos servidores diferentes como origen y destino de la inicializaci\u00f3n. Ha proporcionado dos veces el servidor %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=El puerto de administraci\u00f3n del servidor y el puerto de repetici\u00f3n tienen el mismo valor en el host %s. Ha proporcionado %s para ambos. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Ha proporcionado el mismo puerto de repetici\u00f3n (%s) para dos servidores ubicados en la misma m\u00e1quina (%s). |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=No pudo encontrarse un subcomando v\u00e1lido. Debe especificarse un subcomando al emplear la opci\u00f3n %s |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=El subcomando '%s' no es compatible con la opci\u00f3n %s. |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=Debe propocionarse al menos un ND de base en un modo no interactivo. |
| | | ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Debe proporcionarse la contrase\u00f1a del administrador global en un modo no interactivo. Puede proporcionarse por medio de las opciones %s o %s |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=El valor proporcionado %s no es un ND de base v\u00e1lido. |
| | | ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Usted tiene que proporcionar dos servidores diferentes para permitir la replicaci\u00f3n. Ha proporcionado dos veces el servidor %s:%s |
| | | ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Deben proporcionarse dos servidores diferentes como origen y destino de la inicializaci\u00f3n. Ha proporcionado dos veces el servidor %s:%s |
| | | ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=El puerto de administraci\u00f3n del servidor y el puerto de repetici\u00f3n tienen el mismo valor en el host %s. Ha proporcionado %s para ambos. |
| | | ERR_REPLICATION_SAME_REPLICATION_PORT=Ha proporcionado el mismo puerto de repetici\u00f3n (%s) para dos servidores ubicados en la misma m\u00e1quina (%s). |
| | | ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=No pudo encontrarse un subcomando v\u00e1lido. Debe especificarse un subcomando al emplear la opci\u00f3n %s |
| | | ERR_REPLICATION_STATUS_QUIET=El subcomando '%s' no es compatible con la opci\u00f3n %s. |
| | | 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=S\u00f3lo puede usarse la opci\u00f3n %s si se ha especificado %s |
| | | ERR_REPLICATION_USER_CANCELLED=El usuario ha cancelado la operaci\u00f3n |
| | | ERR_REPLICATION_NO_MESSAGE= |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=S\u00f3lo puede usarse la opci\u00f3n %s si se ha especificado %s |
| | | 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 del servidor 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: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Las contrase\u00f1as especificadas no coinciden. |
| | | 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=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de servidor para el primer servidor |
| | | INFO_REPLICATION_ENABLE_REPLICATION_SERVER1_PROMPT=Un servidor de repetici\u00f3n contiene un registro de cambios con los cambios de repetici\u00f3n y requiere la configuraci\u00f3n de un puerto de repetici\u00f3n.%n\u00bfDesea que el primer servidor contenga un registro de cambios? |
| | | INFO_REPLICATION_ENABLE_REPLICATION_DOMAIN1_PROMPT=\u00bfContendr\u00e1 este servidor los datos que va a repetir? |
| | |
| | | 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_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de servidor para el servidor de origen |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Especifique los par\u00e1metros de la conexi\u00f3n de administraci\u00f3n de servidor para el servidor de destino |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=No hay ning\u00fan ND de base disponible para habilitar la repetici\u00f3n entre los dos servidores. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=No hay ning\u00fan ND de base disponible para habilitar la repetici\u00f3n entre los dos servidores. Debe especificarse al menos un servidor que contendr\u00e1 los datos repetidos antes de configurar servidores que s\u00f3lo contendr\u00e1n el registro de cambios de la repetici\u00f3n (servidores de repetici\u00f3n) |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=No hay ning\u00fan ND de base disponible para habilitar la repetici\u00f3n entre los dos servidores. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=No hay ning\u00fan ND de base disponible para habilitar la repetici\u00f3n entre los dos servidores. Debe especificarse al menos un servidor que contendr\u00e1 los datos repetidos antes de configurar servidores que s\u00f3lo contendr\u00e1n el registro de cambios de la repetici\u00f3n (servidores de repetici\u00f3n) |
| | | 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. |
| | | 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 |
| | | 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=No hay ning\u00fan ND de base repetido entre los dos servidores. |
| | | 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. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=No hay ning\u00fan ND de base repetido entre los dos servidores. |
| | | 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 |
| | | 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=No hay ning\u00fan ND de base replicado en el servidor. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. Deben repetirse los ND de base para poder emplear sus contenidos con el fin de inicializar los ND de base en los otros servidores. |
| | | 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. |
| | | 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. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. Deben repetirse los ND de base para poder emplear sus contenidos con el fin de inicializar los ND de base en los otros servidores. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=No hay ning\u00fan ND de base replicado en el servidor. |
| | | ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=No se pudo encontrar el siguiente ND de base en el servidor:%n%s |
| | | ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=No se pudo encontrar el siguiente ND de base en el servidor:%n%s |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Debe seleccionar, al menos, un ND de base para inhabilitarlo. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Debe seleccionar, al menos, un ND de base para inicializarlo. |
| | | 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. |
| | | 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_DISABLE_ALL_SUFFIXES_KEEP_REPLICATION_SERVER=Ha seleccionado inhabilitar la repetici\u00f3n en todos los ND de base repetidos de '%s'. Si tambi\u00e9n desea inhabilitar el servidor de repetici\u00f3n (registro de cambios y puerto de repetici\u00f3n), debe especificar asimismo la opci\u00f3n '--%s' o '--%s'. |
| | | INFO_REPLICATION_DISABLE_ALL_SUFFIXES_DISABLE_REPLICATION_SERVER=Ha seleccionado inhabilitar todos los ND de base repetidos en el servidor '%s'. \u00bfDesea inhabilitar tambi\u00e9n el puerto de repetici\u00f3n '%d'? |
| | |
| | | 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? |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=\u00bfHa inicializado el ND de base %s con "import-ldif" o la copia binaria? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Se han detectado los siguientes errores al leer la configuraci\u00f3n de los servidores existentes:%n%s%n%nSi contin\u00faa, la 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. \u00bfDesea continuar? |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Es posible que la informaci\u00f3n mostrada no est\u00e9 completa debido a los siguientes errores detectados al leer la configuraci\u00f3n de los servidores existentes:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=No dispone de derechos de acceso a la configuraci\u00f3n del servidor. |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Se han detectado los siguientes errores al leer la configuraci\u00f3n de los servidores existentes:%n%s%n%nSi contin\u00faa, la 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. \u00bfDesea continuar? |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Es posible que la informaci\u00f3n mostrada no est\u00e9 completa debido a los siguientes errores detectados al leer la configuraci\u00f3n de los servidores existentes:%n%s |
| | | 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=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_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. \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. |
| | | 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_SERVER_CONFIGURED_WARNING=Ha pedido no configurar un servidor de repetici\u00f3n en '%s' pero el servidor ya tiene un servidor de repetici\u00f3n configurado (con puerto de repetici\u00f3n '%d'). |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING_PROMPT=Ha pedido no configurar un servidor de repetici\u00f3n en '%s' pero el servidor ya tiene un servidor de repetici\u00f3n configurado (con puerto de repetici\u00f3n '%d'). \u00bfDesea continuar? |
| | | INFO_REPLICATION_CONNECTING=Estableciendo conexiones |
| | |
| | | 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_ADS_ALL=Inicializando la informaci\u00f3n de registro 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=Se ha producido un error inesperado al inicializar los contenidos del almac\u00e9n de confianza del servidor %s con el almac\u00e9n de confianza del servidor %s. Detalles: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error de inicializaci\u00f3n. No pudo encontrarse un Id. de repetici\u00f3n en el servidor %s para el ND de base %s. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error de inicializaci\u00f3n. Tras varios intentos, no pudo encontrarse un interlocutor del mismo nivel para iniciar la inicializaci\u00f3n. Detalles: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error al configurar el puerto de repetici\u00f3n en el servidor %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error al inhabilitar el puerto de repetici\u00f3n en el servidor %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Error al actualizar la configuraci\u00f3n de repetici\u00f3n en el ND de base %s del servidor %s |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Error al actualizar la informaci\u00f3n de registro. Detalles: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Error al leer la informaci\u00f3n de registro. Detalles: %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=El servidor %s (ND de base '%s') y el servidor %s (ND de base '%s') tienen el mismo Id. de dominio: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=Los siguientes servidores en las dos topolog\u00edas tienen el mismo Id. de dominio%n%s%n%nNo pueden combinarse las topolog\u00edas de repetici\u00f3n. Para solucionar este problema, consulte la documentaci\u00f3n. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=El servidor %s y el servidor %s tienen el mismo Id. de servidor de repetici\u00f3n: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=Los siguientes servidores en las dos topolog\u00edas tienen el mismo Id. de servidor de repetici\u00f3n%n%s%n%nNo pueden combinarse las topolog\u00edas de repetici\u00f3n. Para solucionar este problema, consulte la documentaci\u00f3n. |
| | | SEVERE_ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=Los errores al leer la informaci\u00f3n de registro en %s no permiten realizar una combinaci\u00f3n entre las topolog\u00edas de repetici\u00f3n. Deben solucionarse los siguientes problemas antes de combinar las topolog\u00edas:%n%s |
| | | ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=Se ha producido un error inesperado al inicializar los contenidos del almac\u00e9n de confianza del servidor %s con el almac\u00e9n de confianza del servidor %s. Detalles: %s |
| | | ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Error de inicializaci\u00f3n. No pudo encontrarse un Id. de repetici\u00f3n en el servidor %s para el ND de base %s. |
| | | ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Error de inicializaci\u00f3n. Tras varios intentos, no pudo encontrarse un interlocutor del mismo nivel para iniciar la inicializaci\u00f3n. Detalles: %s |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Error al configurar el puerto de repetici\u00f3n en el servidor %s. |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Error al inhabilitar el puerto de repetici\u00f3n en el servidor %s. |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=Error al actualizar la configuraci\u00f3n de repetici\u00f3n en el ND de base %s del servidor %s |
| | | ERR_REPLICATION_UPDATING_ADS=Error al actualizar la informaci\u00f3n de registro. Detalles: %s |
| | | ERR_REPLICATION_READING_ADS=Error al leer la informaci\u00f3n de registro. Detalles: %s |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=El servidor %s (ND de base '%s') y el servidor %s (ND de base '%s') tienen el mismo Id. de dominio: %d. |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=Los siguientes servidores en las dos topolog\u00edas tienen el mismo Id. de dominio%n%s%n%nNo pueden combinarse las topolog\u00edas de repetici\u00f3n. Para solucionar este problema, consulte la documentaci\u00f3n. |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=El servidor %s y el servidor %s tienen el mismo Id. de servidor de repetici\u00f3n: %d. |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=Los siguientes servidores en las dos topolog\u00edas tienen el mismo Id. de servidor de repetici\u00f3n%n%s%n%nNo pueden combinarse las topolog\u00edas de repetici\u00f3n. Para solucionar este problema, consulte la documentaci\u00f3n. |
| | | ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=Los errores al leer la informaci\u00f3n de registro en %s no permiten realizar una combinaci\u00f3n entre las topolog\u00edas de repetici\u00f3n. Deben solucionarse los siguientes problemas antes de combinar las topolog\u00edas:%n%s |
| | | INFO_REPLICATION_MERGING_REGISTRIES_CONFIRMATION=Para poder configurar la repetici\u00f3n, se debe fusionar la informaci\u00f3n de registro de los servidores %s y %s. Si se detecta alg\u00fan conflicto, se mantendr\u00e1 la informaci\u00f3n del servidor %s y se ignorar\u00e1 la informaci\u00f3n del servidor %s.%n\u00bfDesea continuar? |
| | | INFO_REPLICATION_MERGING_REGISTRIES_DESCRIPTION=Para poder configurar la repetici\u00f3n se debe fusionar la informaci\u00f3n de registro de los servidores %s y %s. Si se detecta alg\u00fan conflicto, se mantendr\u00e1 la informaci\u00f3n del servidor %s y se ignorar\u00e1 la informaci\u00f3n del servidor %s. |
| | | INFO_REPLICATION_MERGING_REGISTRIES_PROGRESS=Fusionando la informaci\u00f3n de registro |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error al leer la configuraci\u00f3n de repetici\u00f3n del servidor %s.%nDetalles: %s |
| | | ERR_REPLICATION_ERROR_READING_CONFIGURATION=Error al leer la configuraci\u00f3n de repetici\u00f3n del servidor %s.%nDetalles: %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_INDEPENDENT_REPLICATION_SERVERS=Los servidores siguientes tienen un servidor de repetici\u00f3n (con registro de cambios y un puerto de repetici\u00f3n) pero no est\u00e1n vinculados a ning\u00fan servidor que contenga datos repetidos. |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM=S\u00f3lo se definir\u00e1 un servidor de repetici\u00f3n para los siguientes ND de base:%n%s%nSe recomienda tener al menos dos servidores de repetici\u00f3n (dos registros de cambios) para evitar un punto de error \u00fanico en la topolog\u00eda de repetici\u00f3n.%n\u00bfDesea continuar? |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_WARNING=S\u00f3lo se definir\u00e1 un servidor de repetici\u00f3n para el siguiente ND de base:%n%s%nSe recomienda tener al menos dos servidores de repetici\u00f3n (dos registros de cambios) para evitar un punto de error \u00fanico en la topolog\u00eda de repetici\u00f3n. |
| | | SEVERE_ERR_REPLICATION_NO_REPLICATION_SERVER=No se ha definido un servidor de repetici\u00f3n para los siguientes ND de base:%n%s%nSe requiere al menos un servidor de repetici\u00f3n (un registro de cambios) en la topolog\u00eda de repetici\u00f3n. Se recomienda tener al menos dos servidores de repetici\u00f3n (dos registros de cambios) para evitar un punto de error \u00fanico en la topolog\u00eda de repetici\u00f3n. |
| | | ERR_REPLICATION_NO_REPLICATION_SERVER=No se ha definido un servidor de repetici\u00f3n para los siguientes ND de base:%n%s%nSe requiere al menos un servidor de repetici\u00f3n (un registro de cambios) en la topolog\u00eda de repetici\u00f3n. Se recomienda tener al menos dos servidores de repetici\u00f3n (dos registros de cambios) para evitar un punto de error \u00fanico en la topolog\u00eda de repetici\u00f3n. |
| | | 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_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 al leer el progreso de la operaci\u00f3n. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error al leer el progreso de la operaci\u00f3n. |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Error al leer el progreso de la operaci\u00f3n. |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Error al leer el progreso de la operaci\u00f3n. |
| | | 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 al iniciar la operaci\u00f3n. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error al iniciar la operaci\u00f3n. |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Error al iniciar la operaci\u00f3n. |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Error al iniciar la operaci\u00f3n. |
| | | 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 |
| | |
| | | INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Muestre la opci\u00f3n no interactiva equivalente en la salida est\u00e1ndar cuando este comando se ejecute 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 |
| | | INFO_REPLICATION_DESCRIPTION_ADVANCED=Utilice esta opci\u00f3n para acceder a la configuraci\u00f3n avanzada al ejecutar este comando en 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=No puede escribirse el archivo %s. Compruebe si posee los derechos de acceso a ese archivo y si ha proporcionado la ruta completa del archivo |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=La ruta %s especificada para escribir el comando equivalente es un directorio. Debe especificar una ruta a un archivo |
| | | 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. |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=No puede escribirse el archivo %s. Compruebe si posee los derechos de acceso a ese archivo y si ha proporcionado la ruta completa del archivo |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=La ruta %s especificada para escribir el comando equivalente es un directorio. Debe especificar una ruta a un archivo |
| | | 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. |
| | | 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 %s |
| | | INFO_PERSON_ICON_DESCRIPTION=Objeto Person |
| | | INFO_ORGANIZATION_ICON_DESCRIPTION=Organizaci\u00f3n |
| | |
| | | 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. |
| | | 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=No es posible modificar la clase de objeto y cambiar el nombre a la entrada. |
| | | 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=Administrar entradas |
| | |
| | | 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=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=Debe proporcionar un valor para el atributo %s. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID=El ND no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Valor de ND no v\u00e1lido: '%s'. |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Las contrase\u00f1as especificadas no coinciden. |
| | | 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_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 |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error al actualizar el esquema. Detalles: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error al actualizar la configuraci\u00f3n. Detalles: %s |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=Error al comprobar la entrada. Detalles: %s |
| | | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ATTRIBUTE_OFFLINE=Tambi\u00e9n puede eliminarse el atributo '%s' mediante la supresi\u00f3n del siguiente atributo de la entrada de definici\u00f3n de esquema (cn=schema) en el archivo '%s': |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_OBJECTCLASS_OFFLINE=Tambi\u00e9n puede eliminarse la clase de objeto '%s' mediante la supresi\u00f3n del siguiente atributo de la entrada de definici\u00f3n de esquema (cn=schema) en el archivo '%s': |
| | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Tambi\u00e9n pueden a\u00f1adirse los elementos de esquema '%s' mediante la adici\u00f3n de los siguientes atributos a la entrada de definici\u00f3n de esquema (cn=schema) en el archivo '%s': |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_ATTRIBUTE_ONLINE=L\u00ednea de comandos equivalente para a\u00f1adir el atributo '%s': |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE=L\u00ednea de comandos equivalente para a\u00f1adir la clase de objeto '%s': |
| | | 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. |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=No se encontr\u00f3 el backend |
| | | 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_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. |
| | | ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Error al regenerar \u00edndices |
| | | 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=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 ha producido un error al iniciar el servidor. C\u00f3digo de error: %d |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Error al iniciar el servidor |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=Se ha producido 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 ha producido un error al reiniciar el servidor. C\u00f3digo de error: %d |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Error al reiniciar el servidor |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=Se ha producido 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=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 ha producido un error al detener el servidor. C\u00f3digo de error: %d |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=La l\u00ednea de comandos %s se devolvi\u00f3 satisfactoriamente, pero el servidor parece estar en ejecuci\u00f3n. |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Error al detener el servidor |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=Se ha producido un error al detener el servidor. C\u00f3digo de error: %d |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=La l\u00ednea de comandos %s se devolvi\u00f3 satisfactoriamente, pero el servidor parece estar en ejecuci\u00f3n. |
| | | |
| | | 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_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. |
| | | 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) |
| | | 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=Error inesperado. Detalles: %s |
| | | MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=La entrada %s ya existe. |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Error inesperado. Detalles: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Error al crear una nueva entrada |
| | | 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. |
| | | ERR_LDIF_REPRESENTATION_REQUIRED=Debe proporcionar la representaci\u00f3n LDIF de la entrada. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=No se encontr\u00f3 el esquema |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=No se ha proporcionado ning\u00fan nombre para el \u00edndice VLV. |
| | | ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=Ya existe un \u00edndice VLV '%s' definido en el backend '%s'. |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Debe especificar un ND de base. |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=El ND de base especificado no es v\u00e1lido. Detalles: %s |
| | | ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Debe proporcionar un filtro para el \u00edndice. |
| | | ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=El filtro especificado no es v\u00e1lido. Detalles: %s |
| | | ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Debe seleccionar al menos un atributo para el orden de clasificaci\u00f3n. |
| | | 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. |
| | | ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=No se encontr\u00f3 el grupo '%s'. |
| | | ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=La entrada '%s' existe pero no es un grupo est\u00e1tico. |
| | | 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. |
| | | ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Error al agregar a grupos |
| | | 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_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 |
| | | ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Error al buscar copias de seguridad |
| | | |
| | | |
| | | INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Ruta de copia de seguridad: |
| | |
| | | INFO_CTRL_PANEL_SIGN_MESSAGE_DIGEST_HASH_LABEL=Firmar hash de recopilaci\u00f3n de mensajes |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=El servidor no se est\u00e1 ejecutando. 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'. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=No se ha seleccionado ning\u00fan backend. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=No hay ning\u00fan backend disponible. |
| | | ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=No se ha proporcionado ninguna ruta de la copia de seguridad. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=La ruta de la copia de seguridad '%s" existe y es un archivo. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=La ruta de la copia de seguridad '%s' no existe. |
| | | ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=No se ha proporcionado ning\u00fan Id. de la copia de seguridad. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=El archivo '%s' ya existe. Debe proporcionar un directorio para realizar la nueva copia de seguridad. |
| | | 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. |
| | | 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. |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Error durante la copia de seguridad |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=Se produjo un error durante la copia de seguridad. C\u00f3digo de error: %d. |
| | | INFO_CTRL_PANEL_BACKUP_TASK_NAME=Copia de seguridad |
| | | |
| | | 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 |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Debe especificar un ND de base. |
| | | 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 base64 proporcionada. Detalles: %s |
| | | ERR_CTRL_PANEL_FILE_NOT_PROVIDED=Tiene que proporcionar un valor para el archivo. |
| | | ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=El archivo '%s' no existe. |
| | | ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=La ruta '%s' es un directorio. Debe proporcionar un archivo. |
| | | ERR_CTRL_PANEL_CANNOT_READ_FILE=No se puede leer el archivo '%s'. Compruebe que dispone de derechos de lectura. |
| | | ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=Debe proporcionar un valor en formato base 64. |
| | | ERR_CTRL_PANEL_ERROR_READING_FILE=Se produjo un error al leer el contenido del archivo. Detalles: %s |
| | | ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=Se produjo un error al descodificar la cadena en base64 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_DELETING_ENTRIES_SUMMARY=Eliminando entradas... |
| | | INFO_CTRL_PANEL_DELETING_ENTRIES_COMPLETE=Entradas eliminadas |
| | | INFO_CTRL_PANEL_DELETING_ENTRIES_SUCCESSFUL=Las entradas se han eliminado satisfactoriamente. |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Error al eliminar las entradas |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=No se encontr\u00f3 ning\u00fan backend |
| | | 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". |
| | | 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'. |
| | | ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Error al eliminar los \u00edndices |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Error al eliminar los elementos de esquema |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Error al eliminar el atributo |
| | | 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_MODIFYING_ATTRIBUTE_SUMMARY=Modificando el atributo '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_COMPLETE=Atributo modificado |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL=El atributo '%s' se ha modificado correctamente |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Error al modificar el atributo |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=Se ha producido un error al modificar el atributo '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Error al modificar el atributo |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=Se ha producido un error al modificar el atributo '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. |
| | | |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUMMARY=Modificando la clase de objeto '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_COMPLETE=Clase de objeto modificada |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL=La clase de objeto '%s' se ha modificado correctamente |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Error al modificar la clase de objeto |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=Se ha producido un error al modificar la clase de objeto '%s'. Compruebe los detalles para obtener m\u00e1s informaci\u00f3n. |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Error al modificar la clase de objeto |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=Se ha producido un error al modificar la clase de objeto '%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_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. |
| | | ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Error al eliminar la clase de objeto |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Error al eliminar los backend |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Error al eliminar los ND de base |
| | | 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 |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=Error al resolver la referencia |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=No pudieron resolverse las referencias definidas en la entrada '%s'.<br><br>Las referencias de la entrada son:<br>%s |
| | | MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=Se ha producido el error al resolver la referencia '%s'.<br>Detalles: %s |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=No pudo encontrarse la entrada especificada en '%s'. Compruebe que exista la entrada en el servidor %s. |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=No pudo encontrarse la entrada especificada en '%s'. Compruebe que exista la entrada en el servidor. |
| | | ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=Se ha producido el error al resolver la referencia '%s'.<br>Detalles: %s |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=No pudo encontrarse la entrada especificada en '%s'. Compruebe que exista la entrada en el servidor %s. |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=No pudo encontrarse la entrada especificada en '%s'. Compruebe que exista la entrada en el servidor. |
| | | INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=Para editar la referencia en la entrada, anule la selecci\u00f3n de la opci\u00f3n 'Seguir referencias' en el men\u00fa 'Ver'. |
| | | MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=La referencia seleccionada es\u00e1 definida en el servidor %s y se refiere a una entrada en el mismo servidor que act\u00faa como ascendente de la entrada Esta configuraci\u00f3n genera un bucle en la estructura DIT que debe evitarse. |
| | | ERR_CTRL_PANEL_REFERRAL_LOOP=La referencia seleccionada es\u00e1 definida en el servidor %s y se refiere a una entrada en el mismo servidor que act\u00faa como ascendente de la entrada Esta configuraci\u00f3n genera un bucle en la estructura DIT que debe evitarse. |
| | | |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | | MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=Se produjo error al buscar la entrada '%s'. Detalles:<br>%s |
| | | 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_EXCLUDE_OPERATIONAL_ATTRIBUTES=Excluir atributos operativos |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=El servidor no se est\u00e1 ejecutando. 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. |
| | | ERR_CTRL_PANEL_NO_BACKEND_SELECTED=No se ha seleccionado ning\u00fan backend. |
| | | ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=La ruta proporcionada '%s' existe y es un directorio. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Error durante la exportaci\u00f3n |
| | | 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_IMPORT_THREADS_LABEL=N\u00famero de subprocesos: |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_TOOLTIP=N\u00famero de subprocesos utilizados para leer el archivo LDIF durante la importaci\u00f3n. |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_HELP=Si se deja vac\u00edo, el n\u00famero de subprocesos equivaldr\u00e1 al doble del n\u00famero de unidades CPU en la m\u00e1quina servidor. |
| | | MILD_ERR_IMPORT_THREAD_NUMBER_INVALID=El n\u00famero de subprocesos debe ser un n\u00famero entero positivo. |
| | | ERR_IMPORT_THREAD_NUMBER_INVALID=El n\u00famero de subprocesos debe ser un n\u00famero entero positivo. |
| | | 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_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 no se est\u00e1 ejecutando. 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. |
| | | ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=Debe especificar un valor para el archivo de rechazos. |
| | | ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=Los archivos de rechazos y omisiones deben tener valores distintos. |
| | | ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=Debe especificar un valor para el archivo de omisiones. |
| | | # |
| | | # Note that the following three properties contain line breaks in HTML format |
| | | # (<br>) |
| | |
| | | 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. |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Error al importar |
| | | 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_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 |
| | | 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'. |
| | | ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=El atributo '%s' no tiene un nombre v\u00e1lido. |
| | | 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_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'. |
| | | ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Error al eliminar el \u00edndice |
| | | 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'. |
| | | ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Error al modificar el \u00edndice |
| | | 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 |
| | | |
| | |
| | | # Note that the following property must begin with <html> |
| | | # |
| | | INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)La operaci\u00f3n se ejecuta en su propio proceso y podr\u00eda beneficiarse de una mayor asignaci\u00f3n de memoria. |
| | | 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 |
| | | ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=Se produjo un error inesperado al leer la configuraci\u00f3n de Java. Detalles: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=La ruta %s no existe. |
| | | 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. |
| | | 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 five properties contain line breaks in HTML format |
| | | # (<br>) |
| | | # |
| | | 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 OPENDJ_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=El valor de Java Home '%s' no es v\u00e1lido. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDJ_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido.<br>Detalles del error:<br>%s |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor.<br>El servidor no se puede ejecutar utilizando el Java Home proporcionado. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDJ_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido. |
| | | 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 |
| | | ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=El valor de Java Home '%s' no es v\u00e1lido. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDJ_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido.<br>Detalles del error:<br>%s |
| | | ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor.<br>El servidor no se puede ejecutar utilizando el Java Home proporcionado. |
| | | ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=El binario de Java '%s' no puede utilizarse para lanzar los scripts del servidor. Este valor se emplear\u00e1 como retroceso si no se ha definido la variable de entorno OPENDJ_JAVA_HOME. Si no desea especificar un retroceso, deje vac\u00edo el campo de texto Inicio de Java (Java Home) o especifique un inicio de Java v\u00e1lido. |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Error al comprobar la configuraci\u00f3n de Java |
| | | 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_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 |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Error al actualizar las propiedades de Java |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Se produjo un error al actualizar la configuraci\u00f3n de Java. |
| | | 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_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 |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Error al guardar los cambios |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=Se produjo un error al guardar los cambios a la entrada '%s'. |
| | | 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_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'. |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Error al eliminar la entrada |
| | | 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'. |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Error al eliminar el sub\u00e1rbol |
| | | 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 |
| | |
| | | # (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL=Se han producido los errores siguientes al conectar al servidor local:<br>%s<br>Si contin\u00faa sin proporcionar la autenticaci\u00f3n, no se mostrar\u00e1 la informaci\u00f3n de supervisi\u00f3n.<br><br>\u00bfDesea continuar? |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=No se ha podido conectar el servidor '%s' en el puerto '%s'. Verifique que la informaci\u00f3n proporcionada es v\u00e1lida y que el servidor se est\u00e1 ejecutando. Detalles: %s |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=No se ha podido conectar el servidor '%s' en el puerto '%s'. Verifique que la informaci\u00f3n proporcionada es v\u00e1lida y que el servidor se est\u00e1 ejecutando. Detalles: %s |
| | | |
| | | INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Autenticaci\u00f3n necesaria |
| | | INFO_CTRL_PANEL_BIND_DN_LABEL=ND de enlace: |
| | |
| | | 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 no se est\u00e1 ejecutando. 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) |
| | | MILD_ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Los atributos no modificables deben tener un uso operativo. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=Un atributo no puede ser su propio superior. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=Una clase de objeto no puede ser su propio superior. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=La clase de objeto act\u00faa como superior (directa o indirectamente) de '%s'. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=El atributo act\u00faa como superior (directa o indirectamente) de '%s'. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=Debe proporcionar un nombre para el atributo. |
| | | ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=El nombre proporcionado no es v\u00e1lido. Detalles: %s |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=El nombre proporcionado '%s' ya existe en el esquema (definido como %s) |
| | | ERR_CTRL_PANEL_OID_NOT_VALID=El OID proporcionado no es v\u00e1lido. Detalles: %s |
| | | ERR_CTRL_PANEL_OID_ALREADY_IN_USE=El OID proporcionado '%s' ya existe en el esquema (definido como %s) |
| | | ERR_CTRL_PANEL_EMPTY_ALIAS=Ha proporcionado un alias vac\u00edo. |
| | | ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=El alias proporcionado '%s' ya existe en el esquema (definido como %s) |
| | | ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Los atributos no modificables deben tener un uso operativo. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=Un atributo no puede ser su propio superior. |
| | | ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=Una clase de objeto no puede ser su propio superior. |
| | | ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=La clase de objeto act\u00faa como superior (directa o indirectamente) de '%s'. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=El atributo act\u00faa como superior (directa o indirectamente) de '%s'. |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Creando atributo '%s'... |
| | | INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS=A\u00f1adiendo elementos de esquema al archivo de esquema '%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. |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Error al crear el atributo |
| | | 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_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=El servidor no se est\u00e1 ejecutando. 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=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. |
| | | ERR_NEW_BACKEND_NAME_REQUIRED=Debe proporcionar un nombre para el nuevo backend. |
| | | ERR_BACKEND_ALREADY_EXISTS=Ya existe un backend con el nombre: %s |
| | | ERR_NEW_BASE_DN_VALUE_REQUIRED=Debe proporcionar un valor para el ND de base. |
| | | ERR_BASE_DN_ALREADY_EXISTS=El ND de base '%s' ya est\u00e1 definido. |
| | | 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). |
| | | 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). |
| | | 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 ND de base '%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. |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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_DUPLICATE_ENTRY_MENU=Duplicar entrada... |
| | | |
| | | 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 |
| | | ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=Debe proporcionar un valor para el nombre del grupo. |
| | | ERR_CTRL_PANEL_MEMBER_NOT_FOUND=No se encontr\u00f3 la entrada '%s'. |
| | | ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=El valor proporcionado como miembro '%s' no es v\u00e1lido. Detalles: %s |
| | | ERR_CTRL_PANEL_MEMBER_REQUIRED=Debe proporcionar un miembro para el grupo. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=Debe proporcionar una URL de LDAP con un filtro para el grupo. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=El valor de la URL de LDAP proporcionado no es v\u00e1lido. Detalles: %s |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=No se encontr\u00f3 el grupo de referencia proporcionado. |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=El grupo de referencia proporcionado existe pero no es un grupo din\u00e1mico. |
| | | 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_INDEX_TITLE=Nuevo \u00edndice |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=El servidor no se est\u00e1 ejecutando. 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) |
| | | ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=No se ha seleccionado ning\u00fan nombre de atributo. |
| | | ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=El l\u00edmite de entradas debe ser un n\u00famero entero entre %d y %d. |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Error al crear el \u00edndice |
| | | 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 no se est\u00e1 ejecutando. 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) |
| | | ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=Debe proporcionar un nombre para la clase de objeto. |
| | | ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=El nombre proporcionado no es v\u00e1lido. Detalles: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Error al eliminar la clase de objeto |
| | | 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_ADDREMOVE_AVAILABLE_OBJECTCLASSES=Clases de objeto disponibles: |
| | | INFO_CTRL_PANEL_ADDREMOVE_SELECTED_OBJECTCLASSES=Clases de objeto seleccionadas: |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=Est\u00e1 editando una clase de objeto estructural. Las siguientes clases de objeto son auxiliares: %s.%nS\u00f3lo pueden emplearse clases de objeto estructurales o abstractas como clases de objeto superiores de una clase de objeto estructural. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=Est\u00e1 editando una clase de objeto auxiliar. Las siguientes clases de objeto son estructurales: %s.%nS\u00f3lo pueden emplearse clases de objeto auxiliares o abstractas como clases de objeto superiores de una clase de objeto auxiliar. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=Est\u00e1 editando una clase de objeto abstracta. Las siguientes clases de objeto son estructurales o auxiliares: %s.%nS\u00f3lo pueden emplearse clases de objeto auxiliares como clases de objeto superiores de una clase de objeto abstracta. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=Est\u00e1 editando una clase de objeto estructural. Las siguientes clases de objeto son auxiliares: %s.%nS\u00f3lo pueden emplearse clases de objeto estructurales o abstractas como clases de objeto superiores de una clase de objeto estructural. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=Est\u00e1 editando una clase de objeto auxiliar. Las siguientes clases de objeto son estructurales: %s.%nS\u00f3lo pueden emplearse clases de objeto auxiliares o abstractas como clases de objeto superiores de una clase de objeto auxiliar. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=Est\u00e1 editando una clase de objeto abstracta. Las siguientes clases de objeto son estructurales o auxiliares: %s.%nS\u00f3lo pueden emplearse clases de objeto auxiliares como clases de objeto superiores de una clase de objeto abstracta. |
| | | |
| | | INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Nombre: |
| | | INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Descripci\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. |
| | | 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_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'. |
| | | ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=Debe proporcionar un valor para 'Apellidos\'. |
| | | ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=Debe proporcionar un valor para 'Nombre com\u00fan'. |
| | | 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 no se est\u00e1 ejecutando. 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Error al crear el \u00edndice VLV |
| | | 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_REQUIRES_REBUILD_LEGEND=(*) Requiere regeneraci\u00f3n |
| | | INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=Regenerar \u00edndices |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=El servidor no se est\u00e1 ejecutando. 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. |
| | | ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=No se ha definido ning\u00fan ND de base |
| | | ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=Debe seleccionar un ND de base. |
| | | 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=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. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Error al actualizar la contrase\u00f1a de usuario |
| | | 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=Restablecer a partir de la copia de seguridad |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=El servidor no se est\u00e1 ejecutando. Debe proporcionar autenticaci\u00f3n para restaurar la 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. |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Error durante la verificaci\u00f3n de la copia de seguridad |
| | | 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=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. |
| | | 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. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Error al restaurar |
| | | 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_CONTENTS_OF_FILE=- Contenido del archivo '%s' - |
| | | |
| | | MILD_ERR_LOADING_IMAGE=Error al cargar la imagen |
| | | 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_GENERIC_TITLE=Panel de control de %s: %s |
| | | INFO_CTRL_PANEL_STATUS_PANEL_TITLE=Estado general |
| | | MILD_ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Error al leer la configuraci\u00f3n |
| | | 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=Estado del servidor: |
| | |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Inhabilitando el servicio de Windows... |
| | | 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. |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error al deshabilitar Windows Service |
| | | 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 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. |
| | | ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Error al habilitar Windows Service |
| | | 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_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. |
| | | ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=Debe seleccionar al menos un \u00edndice para verificarlo. |
| | | ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=No se ha definido ning\u00fan \u00edndice para el ND de base '%s'. |
| | | 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. |
| | | ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Error durante la verificaci\u00f3n del \u00edndice |
| | | 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'. |
| | | |
| | | # |
| | |
| | | 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'. |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Error al eliminar el \u00edndice VLV |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=Se produjo un error al eliminar el \u00edndice VLV '%s'. |
| | | 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'. |
| | | ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Error al modificar el \u00edndice VLV |
| | | 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_VLV_ASCENDING_VLV_INDEX=%s (ascendente) |
| | | INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (descendente) |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error estableciendo el entorno: %s |
| | | ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Error estableciendo el entorno: %s |
| | | |
| | | INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Error |
| | | INFO_CTRL_PANEL_PROGRESS_DONE=Realizada |
| | |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_REBUILD_INDEX_SUMMARY=Los \u00edndices s\u00f3lo se pueden reconstruir cuando el servidor administrado es el servidor local. |
| | | INFO_CTRL_PANEL_REMOTE_SERVER_PATH=El servidor remoto debe poder acceder a la ruta. |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_WINDOWS_SERVICE_SUMMARY=La configuraci\u00f3n del servicio de Windows s\u00f3lo se puede ver y actualizar cuando el servidor administrado es el servidor local. |
| | | SEVERE_ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=No pudo crearse un LDIF local para rellenar el nuevo ND de base con datos generados autom\u00e1ticamente. C\u00f3digo de error: %d. |
| | | ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=No pudo crearse un LDIF local para rellenar el nuevo ND de base con datos generados autom\u00e1ticamente. C\u00f3digo de error: %d. |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_ID_LABEL=ID de copia de seguridad principal: |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_PATH_LABEL=Ruta de copia de seguridad principal: |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=No se ha proporcionado ning\u00fan ID de la copia de seguridad principal. |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=No se ha proporcionado ning\u00fan ID de la copia de seguridad principal. |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_SUMMARY=No se ha podido conectar al servidor remoto |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS=El servidor remoto '%s' podr\u00eda estar inactivo o que la autenticaci\u00f3n proporcionada ya no sea v\u00e1lida. Para poder gestionar un servidor remotamente, \u00e9ste debe estar ejecut\u00e1ndose y debe proporcionar la autenticaci\u00f3n. |
| | | INFO_CTRL_PANEL_CONNECT_TO_SERVER_MENU=Servidor que se va a administrar... |
| | | INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_REMOTE_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 se puede hacer mediante la l\u00ednea de comandos 'rebuild-index' en el servidor remoto o volviendo a importar el contenido del backend '%s'. |
| | | INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE=Importando datos generados autom\u00e1ticamente (%s entradas) |
| | | SEVERE_ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=El servidor remoto en '%s' no puede administrarse por medio de este panel de control. El nombre de producto del servidor remoto es '%s' y el del panel de control es '%s'. |
| | | SEVERE_ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=El servidor remoto en '%s' no tiene la misma versi\u00f3n que el panel de control. La versi\u00f3n del servidor remoto es '%s.%s.%s' y la del panel de control es '%d.%d.%d'. |
| | | SEVERE_ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=No se pudo encontrar la informaci\u00f3n de la versi\u00f3n en el servidor remoto. No parece que el servidor LDAP remoto pueda administrarse de forma remota por medio del panel de control. |
| | | ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=El servidor remoto en '%s' no puede administrarse por medio de este panel de control. El nombre de producto del servidor remoto es '%s' y el del panel de control es '%s'. |
| | | ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=El servidor remoto en '%s' no tiene la misma versi\u00f3n que el panel de control. La versi\u00f3n del servidor remoto es '%s.%s.%s' y la del panel de control es '%d.%d.%d'. |
| | | ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=No se pudo encontrar la informaci\u00f3n de la versi\u00f3n en el servidor remoto. No parece que el servidor LDAP remoto pueda administrarse de forma remota por medio del panel de control. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TITLE=Programaci\u00f3n de tareas '%s' |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_SUMMARY=Especifique cu\u00e1ndo se iniciar\u00e1 la tarea '%s'. |
| | |
| | | # Note that the following property contains line breaks in HTML format (<br>). |
| | | # |
| | | INFO_CTRL_PANEL_CRON_HELP=Utilice ',' para separar valores. Por ejemplo: '1,4,5'.<br>Utilice '-' para indicar intervalos. Por ejemplo '1-5'.<br>Utilice '*' para indicar cualquier valor. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=El valor indicado de la hora no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=El valor indicado del minuto no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=El valor indicado del d\u00eda no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_TIME=El valor indicado del tiempo no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=El d\u00eda '%d' no existe en %s. |
| | | SEVERE_ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=Debe seleccionar almenos un d\u00eda de la semana. |
| | | SEVERE_ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=Debe seleccionar almenos un d\u00eda del mes. |
| | | SEVERE_ERR_CTRL_PANEL_DATE_ALREADY_PASSED=La fecha indicada ya ha pasado. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=Minuto no proporcionado Utilize '*' para indicar cualquier valor. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=Hora no proporcionada Utilize '*' para indicar cuaquie valor. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=No se ha indicado el d\u00eda del mes. Utilize '*' para indicar cuaquie valor. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=Mes no proporcionado Utilize '*' para indicar cuaquie valor. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=D\u00eda no proporcionado Utilize '*' para indicar cuaquie valor. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=El valor del minuto indicado no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=El valor de la hora indicada no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=El valor del d\u00eda el mes indicado no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=El valor del mes indicado no es v\u00e1lido. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=El valor del d\u00eda de la semana indicado no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_INVALID_HOUR=El valor indicado de la hora no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_INVALID_MINUTE=El valor indicado del minuto no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_INVALID_DAY=El valor indicado del d\u00eda no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_INVALID_TIME=El valor indicado del tiempo no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=El d\u00eda '%d' no existe en %s. |
| | | ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=Debe seleccionar almenos un d\u00eda de la semana. |
| | | ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=Debe seleccionar almenos un d\u00eda del mes. |
| | | ERR_CTRL_PANEL_DATE_ALREADY_PASSED=La fecha indicada ya ha pasado. |
| | | ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=Minuto no proporcionado Utilize '*' para indicar cualquier valor. |
| | | ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=Hora no proporcionada Utilize '*' para indicar cuaquie valor. |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=No se ha indicado el d\u00eda del mes. Utilize '*' para indicar cuaquie valor. |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=Mes no proporcionado Utilize '*' para indicar cuaquie valor. |
| | | ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=D\u00eda no proporcionado Utilize '*' para indicar cuaquie valor. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=El valor del minuto indicado no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=El valor de la hora indicada no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=El valor del d\u00eda el mes indicado no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=El valor del mes indicado no es v\u00e1lido. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=El valor del d\u00eda de la semana indicado no es v\u00e1lido. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_LIST_TITLE=Tareas programadas |
| | | INFO_CTRL_PANEL_NO_TASKS_FOUND=- No se ha encontrado ninguna tarea - |
| | |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUMMARY=Cancelando tareas... |
| | | INFO_CTRL_PANEL_CANCELING_TASK_COMPLETE=Las tareas se han cancelado correctamente. |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUCCESSFUL=Las tareas se han cancelado correctamente. |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Error al cancelar tarea |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=Se ha producido un error al cancelar las tareas seleccionadas. |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Error al cancelar tarea |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=Se ha producido un error al cancelar las tareas seleccionadas. |
| | | INFO_CTRL_PANEL_CANCEL_TASK_TITLE=Cancelar tareas |
| | | INFO_CTRL_PANEL_TASK_IS_CANCELABLE=Se puede cancelar |
| | | INFO_CTRL_PANEL_TASK_IS_NOT_CANCELABLE=No se puede cancelar |
| | |
| | | INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY=Iniciar peri\u00f3dicamente con programaci\u00f3n CRON '%s' |
| | | INFO_CTRL_PANEL_TASK_LOG_LABEL=Mensaje(s) de registro de tarea |
| | | INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=Mostrar atributos de tarea |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=Para poder iniciar tareas en una fecha futura, el servidor debe estar en ejecuci\u00f3n. |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=Para poder iniciar tareas peri\u00f3dicamente, el servidor debe estar en ejecuci\u00f3n. |
| | | ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=Para poder iniciar tareas en una fecha futura, el servidor debe estar en ejecuci\u00f3n. |
| | | ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=Para poder iniciar tareas peri\u00f3dicamente, el servidor debe estar en ejecuci\u00f3n. |
| | | |
| | | INFO_CTRL_PANEL_TASK_SPECIFIC_DETAILS=Detalles espec\u00edficos de tarea |
| | | INFO_CTRL_PANEL_NO_TASK_SELECTED=-No se ha seleccionado ninguna tarea- |
| | |
| | | INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=Seleccionar ND principal |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=Nombre de la entrada nueva: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=ND de la entrada principal: |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=Debe proporcionar el nombre de la entrada nueva. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=Debe proporcionar un ND v\u00e1lido para la entrada principal. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=La entrada principal no existe. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=Debe proporcionar el nombre de la entrada nueva. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=Debe proporcionar un ND v\u00e1lido para la entrada principal. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=La entrada principal no existe. |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=ND de la entrada: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=Contrase\u00f1a: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=Contrase\u00f1a (confirmar): |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=Authentifier |
| | | INFO_BACKENDID_COLUMN=Identifiant du backend |
| | | INFO_BASEDN_COLUMN=DN de base |
| | | 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 |
| | | 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 |
| | | 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? |
| | |
| | | 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_STOP=Le serveur 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 d\u00e9tails d'utilisation 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. |
| | | 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 d\u00e9tails d'utilisation pour sp\u00e9cifier les \u00e9l\u00e9ments \u00e0 d\u00e9sinstaller. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Vous devez s\u00e9lectionner un \u00e9l\u00e9ment \u00e0 d\u00e9sinstaller. |
| | | 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 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 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 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_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Confirmer la d\u00e9sinstallation%nTous les fichiers s\u00e9lectionn\u00e9s seront d\u00e9finitivement supprim\u00e9s, \u00eates-vous s\u00fbr de vouloir continuer\u00a0? |
| | | 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 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%nVoulez-vous que le programme 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=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=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).%nV\u00e9rifiez que les param\u00e8tres de connexion entr\u00e9s sont corrects.%nPour d\u00e9sinstaller le serveur m\u00eame s'il est impossible de supprimer les r\u00e9f\u00e9rences distantes, vous pouvez utiliser l'option %s.%n%nL'erreur trouv\u00e9e est\u00a0: %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? |
| | | 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%nVoulez-vous que le programme de d\u00e9sinstallation tente de supprimer les r\u00e9f\u00e9rences \u00e0 ce serveur via le mode best-effort\u00a0? |
| | | 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 |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_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).%nV\u00e9rifiez que les param\u00e8tres de connexion entr\u00e9s sont corrects.%nPour d\u00e9sinstaller le serveur m\u00eame s'il est impossible de supprimer les r\u00e9f\u00e9rences distantes, vous pouvez utiliser l'option %s.%n%nL'erreur trouv\u00e9e est\u00a0: %n%s |
| | | 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\u00a0: |
| | | 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. |
| | | 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 |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=Directory Server contient des fichiers de base de donn\u00e9es aux emplacements suivants en dehors du chemin de serveur\u00a0: |
| | |
| | | INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=Cochez cette case si vous souhaitez supprimer les fichiers journaux ne se trouvant pas dans le r\u00e9pertoire d'installation |
| | | INFO_DISABLED_LABEL=D\u00e9sactiv\u00e9 |
| | | INFO_ENABLED_LABEL=Activ\u00e9 |
| | | 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 |
| | | MILD_ERR_READING_SCHEMA_LDAP=Une erreur s'est produite lors de la lecture du sch\u00e9ma \u00e0 partir du serveur distant.%nD\u00e9tails\u00a0: %s |
| | | 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 |
| | | ERR_READING_SCHEMA_LDAP=Une erreur s'est produite lors de la lecture du sch\u00e9ma \u00e0 partir du serveur distant.%nD\u00e9tails\u00a0: %s |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=D\u00e9sinstaller |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Terminer la d\u00e9sinstallation |
| | | INFO_FRAME_UNINSTALL_TITLE=D\u00e9sinstaller %s |
| | |
| | | INFO_START_BUTTON_LABEL=D\u00e9marrer |
| | | INFO_STATE_COLUMN=Etat |
| | | 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=Impossible de lancer le panneau de contr\u00f4le. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. |
| | | SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Impossible de lancer le panneau de contr\u00f4le. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. Pour plus d'informations, consultez le fichier journal %s. |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Impossible de lancer le panneau de contr\u00f4le. Assurez-vous que vous avez acc\u00e8s \u00e0 l'affichage. |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Impossible de lancer le panneau de contr\u00f4le. 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=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.%n%nSi vous n'entrez aucun nom d'h\u00f4te ou num\u00e9ro de port, l'outil tente de se connecter au serveur local. |
| | | INFO_STOP_BUTTON_LABEL=Arr\u00eater |
| | | INFO_BASEDN_NOT_REPLICATED_LABEL= |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>La d\u00e9sinstallation s'est termin\u00e9e avec des avertissements</b><br>Le serveur 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=Le serveur 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... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u00c9chec du d\u00e9marrage de la d\u00e9sinstallation graphique.%n%nD\u00e9marrage de la d\u00e9sinstallation via la ligne de commande... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u00c9chec du d\u00e9marrage de la d\u00e9sinstallation graphique. Reportez-vous au fichier %s pour plus d'informations.%n%nD\u00e9marrage de la d\u00e9sinstallation via la ligne de commande... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u00c9chec du d\u00e9marrage de la d\u00e9sinstallation graphique.%n%nD\u00e9marrage de la d\u00e9sinstallation via la ligne de commande... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u00c9chec du d\u00e9marrage de la d\u00e9sinstallation graphique. Reportez-vous au fichier %s pour plus d'informations.%n%nD\u00e9marrage 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. |
| | | INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=Fermez cette bo\u00eete de dialogue et ne tentez pas de supprimer des r\u00e9f\u00e9rences de ce serveur sur d'autres serveurs |
| | |
| | | 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=Vous devez indiquer 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. Vous pouvez entrer cette valeur \u00e0 l'aide des options %s ou %s. |
| | | 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\u00a0: %s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Vous devez indiquer deux serveurs diff\u00e9rents en tant que source et destination de l'initialisation. Vous avez indiqu\u00e9 deux fois le serveur %s\u00a0: %s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Le port d'administration du serveur et le port de r\u00e9plication ont la m\u00eame valeur dans l'h\u00f4te %s. Vous avez indiqu\u00e9 %s pour les deux. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Vous avez indiqu\u00e9 le m\u00eame port de r\u00e9plication (%s) pour deux serveurs r\u00e9sidant sur la m\u00eame machine (%s). |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Impossible de trouver une sous-commande valide. Vous devez indiquer une sous-commande pour utiliser l'option %s. |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET=La sous-commande '%s' n'est pas compatible avec l'option %s. |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=Vous devez indiquer au moins un DN de base en mode non interactif. |
| | | ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Vous devez fournir le mot de passe de l'administrateur global en mode non interactif. Vous pouvez entrer cette valeur \u00e0 l'aide des options %s ou %s. |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=La valeur %s fournie n'est pas un DN de base valide. |
| | | 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\u00a0: %s |
| | | ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Vous devez indiquer deux serveurs diff\u00e9rents en tant que source et destination de l'initialisation. Vous avez indiqu\u00e9 deux fois le serveur %s\u00a0: %s |
| | | ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Le port d'administration du serveur et le port de r\u00e9plication ont la m\u00eame valeur dans l'h\u00f4te %s. Vous avez indiqu\u00e9 %s pour les deux. |
| | | ERR_REPLICATION_SAME_REPLICATION_PORT=Vous avez indiqu\u00e9 le m\u00eame port de r\u00e9plication (%s) pour deux serveurs r\u00e9sidant sur la m\u00eame machine (%s). |
| | | ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Impossible de trouver une sous-commande valide. Vous devez indiquer une sous-commande pour utiliser l'option %s. |
| | | ERR_REPLICATION_STATUS_QUIET=La sous-commande '%s' n'est pas compatible avec l'option %s. |
| | | 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=Vous ne pouvez utiliser l'option %s que si %s a \u00e9t\u00e9 sp\u00e9cifi\u00e9 |
| | | ERR_REPLICATION_USER_CANCELLED=L'op\u00e9ration a \u00e9t\u00e9 annul\u00e9e par l'utilisateur |
| | | ERR_REPLICATION_NO_MESSAGE= |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=Vous ne pouvez utiliser l'option %s que si %s a \u00e9t\u00e9 sp\u00e9cifi\u00e9 |
| | | 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 r\u00e9pliqu\u00e9es du serveur. |
| | | 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 indiqu\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: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Les mots de passe indiqu\u00e9s ne correspondent pas. |
| | | 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=>>>> Entrez les param\u00e8tres de connexion pour le premier serveur |
| | | INFO_REPLICATION_ENABLE_REPLICATION_SERVER1_PROMPT=Un serveur de r\u00e9plication contient un journal des modifications de r\u00e9plication et n\u00e9cessite la configuration du port de r\u00e9plication.%nSouhaitez-vous que le premier serveur contienne un journal des modifications ? |
| | | INFO_REPLICATION_ENABLE_REPLICATION_DOMAIN1_PROMPT=Ce serveur contient-il les donn\u00e9es qui seront r\u00e9pliqu\u00e9es ? |
| | |
| | | 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_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Entrez les param\u00e8tres de connexion pour le serveur source |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> Entrez les param\u00e8tres de connexion pour le serveur de destination |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Aucun DN de base n'est disponible pour permettre la r\u00e9plication entre les deux serveurs. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=Aucun DN de base n'est disponible pour permettre la r\u00e9plication entre les deux serveurs. Vous devez sp\u00e9cifier au moins un serveur o\u00f9 stocker les donn\u00e9es r\u00e9pliqu\u00e9es, avant de configurer les serveurs qui doivent uniquement stocker le journal des modifications de r\u00e9plication (serveurs de r\u00e9plication). |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Aucun DN de base n'est disponible pour permettre la r\u00e9plication entre les deux serveurs. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=Aucun DN de base n'est disponible pour permettre la r\u00e9plication entre les deux serveurs. Vous devez sp\u00e9cifier au moins un serveur o\u00f9 stocker les donn\u00e9es r\u00e9pliqu\u00e9es, avant de configurer les serveurs qui doivent uniquement stocker le journal des modifications de r\u00e9plication (serveurs de r\u00e9plication). |
| | | 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. |
| | | 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 |
| | | 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=Aucun DN de base n'est r\u00e9pliqu\u00e9 entre les deux serveurs. |
| | | 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. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=Aucun DN de base n'est r\u00e9pliqu\u00e9 entre les deux serveurs. |
| | | 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 |
| | | 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=Il n'existe aucun DN de base r\u00e9pliqu\u00e9 dans le serveur. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Il n'existe aucun DN de base r\u00e9pliqu\u00e9 dans le serveur. Les DN de base doivent \u00eatre r\u00e9pliqu\u00e9s pour que vous puissiez utiliser leur contenu pour initialiser les DN de base des autres serveurs. |
| | | 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. |
| | | 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. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=Il n'existe aucun DN de base r\u00e9pliqu\u00e9 dans le serveur. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Il n'existe aucun DN de base r\u00e9pliqu\u00e9 dans le serveur. Les DN de base doivent \u00eatre r\u00e9pliqu\u00e9s pour que vous puissiez utiliser leur contenu pour initialiser les DN de base des autres serveurs. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Il n'existe aucun DN de base r\u00e9pliqu\u00e9 dans le serveur. |
| | | ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Impossible de trouver les DN de base suivants sur le serveur\u00a0: %n%s |
| | | ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Impossible de trouver les DN de base suivants sur le serveur\u00a0: %n%s |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Vous devez s\u00e9lectionner au moins un DN de base \u00e0 d\u00e9sactiver. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Vous devez s\u00e9lectionner au moins un DN de base \u00e0 initialiser. |
| | | 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. |
| | | 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_DISABLE_ALL_SUFFIXES_KEEP_REPLICATION_SERVER=Vous avez choisi de d\u00e9sactiver la r\u00e9plication sur tous les DN de base r\u00e9pliqu\u00e9s de '%s'. Si vous souhaitez \u00e9galement d\u00e9sactiver le serveur de r\u00e9plication (journal des modifications et port de r\u00e9plication), vous devez sp\u00e9cifier l'option '--%s' ou '--%s'. |
| | | INFO_REPLICATION_DISABLE_ALL_SUFFIXES_DISABLE_REPLICATION_SERVER=Vous avez choisi de d\u00e9sactiver la r\u00e9plication sur tous les DN de base r\u00e9pliqu\u00e9s sur le serveur '%s'. Souhaitez-vous d\u00e9sactiver \u00e9galement le port de r\u00e9plication '%d' ? |
| | |
| | | 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 ? |
| | | 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. |
| | | 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 ? |
| | | 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 |
| | | 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 ? |
| | | 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 ? |
| | | 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 ? |
| | |
| | | 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 ? |
| | | 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. |
| | | 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_SERVER_CONFIGURED_WARNING=Vous avez demand\u00e9 \u00e0 annuler la configuration d'un serveur de r\u00e9plication dans '%s', mais le serveur dispose d\u00e9j\u00e0 d'un serveur de r\u00e9plication configur\u00e9 (avec le port de r\u00e9plication '%d'). |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING_PROMPT=Vous avez demand\u00e9 \u00e0 annuler la configuration d'un serveur de r\u00e9plication dans '%s', mais le serveur dispose d\u00e9j\u00e0 d'un serveur de r\u00e9plication configur\u00e9 (avec le port de r\u00e9plication '%d'). Voulez-vous continuer ? |
| | | INFO_REPLICATION_CONNECTING=\u00c9tablissement des connexions |
| | |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_ADS=Initialisation des informations d'enregistrement sur le serveur %s avec le contenu du serveur %s |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_ADS_ALL=Initialisation des informations d'enregistrement 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 la cr\u00e9ation de la valeur de d\u00e9part du contenu de magasin d'approbations du serveur %s \u00e0 partir du magasin d'approbations du serveur %s. D\u00e9tails\u00a0: %s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Erreur lors de l'initialisation. Aucun ID de r\u00e9plication n'a \u00e9t\u00e9 trouv\u00e9 sur le serveur %s pour le DN de base %s. |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Erreur lors de l'initialisation. Apr\u00e8s plusieurs tentative, impossible de trouver un pair pour d\u00e9marrer l'initialisation. D\u00e9tails\u00a0: %s |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Erreur lors de la configuration du port de r\u00e9plication sur le serveur %s. |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Erreur lors de la d\u00e9sactivation du port de r\u00e9plication sur le serveur %s. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=Erreur 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=Une erreur s\u2019est produite lors de la mise \u00e0 jour des informations d\u2019enregistrement. D\u00e9tails\u00a0: %s |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Erreur lors de la lecture des informations d'enregistrement. D\u00e9tails\u00a0: %s |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=Le serveur %s (DN de base '%s') et le serveur %s (DN de base '%s') ont le m\u00eame ID de domaine\u00a0: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=Les serveurs suivants dans les deux topologies ont le m\u00eame ID de domaine.%n%s%n%nImpossible de fusionner les topologies de r\u00e9plication. Pour r\u00e9soudre le probl\u00e8me, reportez-vous \u00e0 la documentation. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=Le serveur %s et le serveur %s ont le m\u00eame ID de serveur de r\u00e9plication\u00a0: %d. |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=Les serveurs suivants dans les deux topologies ont le m\u00eame ID de serveur de r\u00e9plication.%n%s%n%nImpossible de fusionner les topologies de r\u00e9plication. Pour r\u00e9soudre le probl\u00e8me, reportez-vous \u00e0 la documentation. |
| | | SEVERE_ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=Des erreurs se sont produites lors de la lecture des informations de registre sur %s, ce qui interdit toute fusion des topologies de r\u00e9plication. Vous devez corriger les probl\u00e8mes suivants avant de fusionner les topologies\u00a0:%n%s |
| | | ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=Une erreur inattendue s'est produite lors de la cr\u00e9ation de la valeur de d\u00e9part du contenu de magasin d'approbations du serveur %s \u00e0 partir du magasin d'approbations du serveur %s. D\u00e9tails\u00a0: %s |
| | | ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=Erreur lors de l'initialisation. Aucun ID de r\u00e9plication n'a \u00e9t\u00e9 trouv\u00e9 sur le serveur %s pour le DN de base %s. |
| | | ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=Erreur lors de l'initialisation. Apr\u00e8s plusieurs tentative, impossible de trouver un pair pour d\u00e9marrer l'initialisation. D\u00e9tails\u00a0: %s |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=Erreur lors de la configuration du port de r\u00e9plication sur le serveur %s. |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=Erreur lors de la d\u00e9sactivation du port de r\u00e9plication sur le serveur %s. |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=Erreur lors de la mise \u00e0 jour de la configuration de la r\u00e9plication sur le DN de base %s du serveur %s. |
| | | ERR_REPLICATION_UPDATING_ADS=Une erreur s\u2019est produite lors de la mise \u00e0 jour des informations d\u2019enregistrement. D\u00e9tails\u00a0: %s |
| | | ERR_REPLICATION_READING_ADS=Erreur lors de la lecture des informations d'enregistrement. D\u00e9tails\u00a0: %s |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=Le serveur %s (DN de base '%s') et le serveur %s (DN de base '%s') ont le m\u00eame ID de domaine\u00a0: %d. |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=Les serveurs suivants dans les deux topologies ont le m\u00eame ID de domaine.%n%s%n%nImpossible de fusionner les topologies de r\u00e9plication. Pour r\u00e9soudre le probl\u00e8me, reportez-vous \u00e0 la documentation. |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=Le serveur %s et le serveur %s ont le m\u00eame ID de serveur de r\u00e9plication\u00a0: %d. |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=Les serveurs suivants dans les deux topologies ont le m\u00eame ID de serveur de r\u00e9plication.%n%s%n%nImpossible de fusionner les topologies de r\u00e9plication. Pour r\u00e9soudre le probl\u00e8me, reportez-vous \u00e0 la documentation. |
| | | ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=Des erreurs se sont produites lors de la lecture des informations de registre sur %s, ce qui interdit toute fusion des topologies de r\u00e9plication. Vous devez corriger les probl\u00e8mes suivants avant de fusionner les topologies\u00a0:%n%s |
| | | INFO_REPLICATION_MERGING_REGISTRIES_CONFIRMATION=Pour pouvoir configurer la r\u00e9plication, les informations d'enregistrement des serveurs %s et %s doivent \u00eatre fusionn\u00e9es. Si un conflit est d\u00e9tect\u00e9, les informations du serveur %s sont conserv\u00e9es et celles du serveur %s sont remplac\u00e9es.%nVoulez-vous continuer\u00a0? |
| | | INFO_REPLICATION_MERGING_REGISTRIES_DESCRIPTION=Pour pouvoir configurer la r\u00e9plication, les informations d'enregistrement des serveurs %s et %s doivent \u00eatre fusionn\u00e9es. Si un conflit est d\u00e9tect\u00e9, les informations du serveur %s sont conserv\u00e9es et celles du serveur %s sont remplac\u00e9es. |
| | | INFO_REPLICATION_MERGING_REGISTRIES_PROGRESS=Fusion des informations d'enregistrement |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=Erreur lors de la lecture de la configuration de r\u00e9plication du serveur %s.%nD\u00e9tails\u00a0: %s |
| | | ERR_REPLICATION_ERROR_READING_CONFIGURATION=Erreur lors de la lecture de la configuration de r\u00e9plication du serveur %s.%nD\u00e9tails\u00a0: %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_INDEPENDENT_REPLICATION_SERVERS=Les serveurs suivants disposent d'un serveur de r\u00e9plication (avec un journal des modifications et un port de r\u00e9plication), mais ne sont pas connect\u00e9s \u00e0 un serveur contenant des donn\u00e9es r\u00e9pliqu\u00e9es. |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM=Un seul serveur de r\u00e9plication est d\u00e9fini pour le DN de base suivant\u00a0: %n%s%nIl est recommand\u00e9 de disposer d'au moins deux serveurs de r\u00e9plication (deux journaux des modifications) pour \u00e9viter un point d'\u00e9chec unique dans la topologie de r\u00e9plication.%nVoulez-vous continuer\u00a0? |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_WARNING=Un seul serveur de r\u00e9plication est d\u00e9fini pour le DN de base suivant\u00a0: %n%s%nIl est recommand\u00e9 de disposer d'au moins deux serveurs de r\u00e9plication (deux journaux des modifications) pour \u00e9viter un point d'\u00e9chec unique dans la topologie de r\u00e9plication. |
| | | SEVERE_ERR_REPLICATION_NO_REPLICATION_SERVER=Aucun serveur de r\u00e9plication n'est d\u00e9fini pour les DN de base suivants\u00a0:%n%s%nVous devez d\u00e9finir au moins un serveur de r\u00e9plication (journal des modifications) dans la topologie de r\u00e9plication. Il est recommand\u00e9 de d\u00e9finir au moins deux serveurs de r\u00e9plication (deux journaux des modifications) pour \u00e9viter de cr\u00e9er un point d'\u00e9chec unique dans la topologie de r\u00e9plication. |
| | | ERR_REPLICATION_NO_REPLICATION_SERVER=Aucun serveur de r\u00e9plication n'est d\u00e9fini pour les DN de base suivants\u00a0:%n%s%nVous devez d\u00e9finir au moins un serveur de r\u00e9plication (journal des modifications) dans la topologie de r\u00e9plication. Il est recommand\u00e9 de d\u00e9finir au moins deux serveurs de r\u00e9plication (deux journaux des modifications) pour \u00e9viter de cr\u00e9er un point d'\u00e9chec unique dans la topologie de r\u00e9plication. |
| | | 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_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=Erreur lors de la lecture de la progression de l'op\u00e9ration. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Erreur lors de la lecture de la progression de l'op\u00e9ration. |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=Erreur lors de la lecture de la progression de l'op\u00e9ration. |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=Erreur lors de la lecture de la progression de l'op\u00e9ration. |
| | | 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=Erreur lors du d\u00e9marrage de l'op\u00e9ration. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Erreur lors du d\u00e9marrage de l'op\u00e9ration. |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=Erreur lors du d\u00e9marrage de l'op\u00e9ration. |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=Erreur lors du d\u00e9marrage de l'op\u00e9ration. |
| | | 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 |
| | |
| | | INFO_REPLICATION_DESCRIPTION_DISPLAY_EQUIVALENT=Afficher l'option non interactive \u00e9quivalente 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 |
| | | INFO_REPLICATION_DESCRIPTION_ADVANCED=Utilisez cette option pour acc\u00e9der aux param\u00e8tres avanc\u00e9s lorsque vous ex\u00e9cutez cette commande 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=Impossible d'\u00e9crire dans le fichier %s. V\u00e9rifiez que vous disposez de droits d'acc\u00e8s sur ce fichier et que vous avez bien indiqu\u00e9 son chemin d'acc\u00e8s complet |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=Le chemin sp\u00e9cifi\u00e9 pour l'\u00e9criture de la commande \u00e9quivalente (%s) est un r\u00e9pertoire. Vous devez sp\u00e9cifier le chemin d'un fichier |
| | | 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. |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Impossible d'\u00e9crire dans le fichier %s. V\u00e9rifiez que vous disposez de droits d'acc\u00e8s sur ce fichier et que vous avez bien indiqu\u00e9 son chemin d'acc\u00e8s complet |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=Le chemin sp\u00e9cifi\u00e9 pour l'\u00e9criture de la commande \u00e9quivalente (%s) est un r\u00e9pertoire. Vous devez sp\u00e9cifier le chemin d'un fichier |
| | | 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. |
| | | 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 de %s |
| | | INFO_PERSON_ICON_DESCRIPTION=Objet personne |
| | | INFO_ORGANIZATION_ICON_DESCRIPTION=Organisation |
| | |
| | | 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. |
| | | 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=Ne peut modifier la classe de l'objet et renommer l'entr\u00e9e. |
| | | 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=G\u00e9rer les entr\u00e9es |
| | |
| | | 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\u2019est 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 indiqu\u00e9s ne correspondent pas. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED=Vous devez fournir une valeur pour l'attribut %s. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID=Le DN n\u2019est pas valide. |
| | | ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=Valeur de dn non valide\u00a0: '%s' |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Les mots de passe indiqu\u00e9s ne correspondent pas. |
| | | 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_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 |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Erreur dans la mise \u00e0 jour du sch\u00e9ma. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Erreur dans la mise \u00e0 jour de la configuration. D\u00e9tails\u00a0: %s |
| | | 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_ATTRIBUTE_OFFLINE=Vous pouvez \u00e9galement supprimer l'attribut '%s' en supprimant l'attribut suivant de l'entr\u00e9e de d\u00e9finition de sch\u00e9ma (cn=schema) dans le fichier '%s'\u00a0: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_OBJECTCLASS_OFFLINE=Vous pouvez \u00e9galement supprimer la classe d'objet '%s' en supprimant l'attribut suivant de l'entr\u00e9e de d\u00e9finition de sch\u00e9ma (cn=schema) dans le fichier '%s'\u00a0: |
| | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Vous pouvez \u00e9galement ajouter les \u00e9l\u00e9ments de sch\u00e9ma '%s' en ajoutant les attributs suivants \u00e0 l'entr\u00e9e de d\u00e9finition de sch\u00e9ma (cn=schema) dans le fichier '%s'\u00a0: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_ATTRIBUTE_ONLINE=Ligne de commande \u00e9quivalente pour ajouter l'attribut '%s'\u00a0: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE=Ligne de commande \u00e9quivalente pour ajouter la classe d'objet '%s'\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. |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=N'a pu trouver de backend |
| | | 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_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. |
| | | ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=Erreur lors de la reconstitution des index |
| | | 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=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 s'est produite lors du d\u00e9marrage du serveur. Code d'erreur\u00a0: %d |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=Erreur lors du d\u00e9marrage du serveur |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=Une erreur s'est produite 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 s'est produite lors du red\u00e9marrage du serveur. Code d'erreur\u00a0: %d |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=Erreur lors du red\u00e9marrage du serveur |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=Une erreur s'est produite lors du red\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=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 s'est produite lors de l'arr\u00eat du serveur. Code d'erreur\u00a0: %d |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=La ligne de commande %s signale la r\u00e9ussite de l'op\u00e9ration mais le serveur semble \u00eatre en cours d'ex\u00e9cution. |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=Erreur lors de l'arr\u00eat du serveur |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=Une erreur s'est produite lors de l'arr\u00eat du serveur. Code d'erreur\u00a0: %d |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=La ligne de commande %s signale la r\u00e9ussite de l'op\u00e9ration mais le serveur semble \u00eatre en cours d'ex\u00e9cution. |
| | | |
| | | 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_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. |
| | | 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). |
| | | 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=Erreur inattendue. D\u00e9tails\u00a0: %s |
| | | MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=L'entr\u00e9e '%s' existe d\u00e9j\u00e0. |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Erreur inattendue. D\u00e9tails\u00a0: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation d'une nouvelle entr\u00e9e |
| | | 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. |
| | | ERR_LDIF_REPRESENTATION_REQUIRED=Vous devez fournir la repr\u00e9sentation LDIF de l'entr\u00e9e. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=N'a pu trouver de sch\u00e9ma |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=Pas de nom d'index fourni. |
| | | ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=Ceci est d\u00e9j\u00e0 un index VLV '%s' d\u00e9fini dans le backend '%s'. |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Vous devez fournir un DN de base. |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=Le DN de base fourni n'est pas valide. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Vous devez fournir un filtre pour l'index. |
| | | ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=Le filtre fourni n'est pas valide. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Vous devez s\u00e9lectionner au moins un attribut pour l'ordre de tri. |
| | | 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. |
| | | ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=Le backend '%s' n'a pu \u00eatre trouv\u00e9. |
| | | ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=L'entr\u00e9e '%s' existe mais ce n'est pas un groupe statique. |
| | | 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. |
| | | ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=Erreur lors de l'addition aux groupes |
| | | 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_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 |
| | | ERR_ERROR_SEARCHING_BACKUPS_SUMMARY=Erreur lors de la recherche de sauvegardes |
| | | |
| | | |
| | | INFO_CTRL_PANEL_BACKUP_PATH_LABEL=Chemin d\u2019acc\u00e8s \u00e0 la sauvegarde\u00a0: |
| | |
| | | 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\u2019ex\u00e9cution. Vous devez fournir une authentification pour ex\u00e9cuter la sauvegarde. |
| | | |
| | | MILD_ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=Aucune backend s\u00e9lectionn\u00e9e. |
| | | MILD_ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=Aucun backend 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'. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=Aucune backend s\u00e9lectionn\u00e9e. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=Aucun backend disponible. |
| | | ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=Aucun chemin de sauvegarde fourni. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=Le chemin '%s" de sauvegarde existe et est un fichier. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=Le chemin de sauvegarde '%s' n'existe pas. |
| | | ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=Aucun ID de suavegarde fourni. |
| | | ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=Le fichier '%s' existe d\u00e9j\u00e0. Vous devez fournir un r\u00e9pertoire pour faire la nouvelle sauvegarde. |
| | | 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. |
| | | 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 backends... |
| | | 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. |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=Erreur lors de la sauvegarde |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS=Une erreur s'est produite lors de la sauvegarde. Code d'erreur\u00a0: %d. |
| | | INFO_CTRL_PANEL_BACKUP_TASK_NAME=Sauvegarder |
| | | |
| | | 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 |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Vous devez fournir un DN de base. |
| | | 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 |
| | | ERR_CTRL_PANEL_FILE_NOT_PROVIDED=Vous devez fournir une valeur pour le fichier. |
| | | ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=Le fichier '%s' n'existe pas. |
| | | ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=Le chemin '%s' est un r\u00e9pertoire. Vous devez fournir un fichier. |
| | | ERR_CTRL_PANEL_CANNOT_READ_FILE=Ne peut lire le fichier '%s'. V\u00e9rifiez que vous avez des droits en lecture le concernant. |
| | | ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=Vous devez fournir une valeur en format de base 64. |
| | | ERR_CTRL_PANEL_ERROR_READING_FILE=Une erreur s'est produite lors de la lecture du contenu du fichier. D\u00e9tails\u00a0: %s |
| | | 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_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 correctement supprim\u00e9es. |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=Erreur lors de la suppression d'entr\u00e9es |
| | | 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_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. |
| | | ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=- Aucun backend trouv\u00e9 - |
| | | 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". |
| | | 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'. |
| | | ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=Erreur lors de la suppression des index |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=Erreur lors de la suppression d'\u00e9l\u00e9ments |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=Erreur lors de la suppression de l'attribut |
| | | 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_MODIFYING_ATTRIBUTE_SUMMARY=Modification de l'attribut '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_COMPLETE=Attribut modifi\u00e9 |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL=L'attribut '%s' a \u00e9t\u00e9 correctement modifi\u00e9 |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Erreur lors de la modification de l'attribut |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=Une erreur s'est produite lors de la modification de l'attribut '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=Erreur lors de la modification de l'attribut |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=Une erreur s'est produite lors de la modification de l'attribut '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. |
| | | |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUMMARY=Modification de la classe d'objet '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_COMPLETE=Classe d'objet modifi\u00e9e |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL=La classe d'objet '%s' a \u00e9t\u00e9 correctement modifi\u00e9e |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Erreur lors de la modification de la classe d'objet |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=Une erreur s'est produite lors de la modification de la classe d'objet '%s'. V\u00e9rifiez les d\u00e9tails pour plus d'informations. |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=Erreur lors de la modification de la classe d'objet |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=Une erreur s'est produite lors de la modification de la classe d'objet '%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_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. |
| | | ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=Erreur lors de la suppression de la classe d'objet |
| | | 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_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. |
| | | ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=Erreur lors de la suppression des backends |
| | | 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 ? |
| | | |
| | |
| | | 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. |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=Erreur lors de la suppression des DN de base |
| | | 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 |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=Erreur lors de la r\u00e9solution de la r\u00e9f\u00e9rence |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=Impossible de r\u00e9soudre les r\u00e9f\u00e9rences d\u00e9finies dans l'entr\u00e9e '%s'.<br><br>Les r\u00e9f\u00e9rences de l'entr\u00e9e sont\u00a0:<br>%s |
| | | MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=Une erreur s'est produite lors de la r\u00e9solution de la r\u00e9f\u00e9rence '%s'.<br>D\u00e9tails\u00a0: %s |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Impossible de trouver l'entr\u00e9e sp\u00e9cifi\u00e9e dans '%s'. V\u00e9rifiez que cette entr\u00e9e existe sur le serveur %s. |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Impossible de trouver l'entr\u00e9e sp\u00e9cifi\u00e9e dans '%s'. V\u00e9rifiez que cette entr\u00e9e existe sur le serveur. |
| | | ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=Une erreur s'est produite lors de la r\u00e9solution de la r\u00e9f\u00e9rence '%s'.<br>D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=Impossible de trouver l'entr\u00e9e sp\u00e9cifi\u00e9e dans '%s'. V\u00e9rifiez que cette entr\u00e9e existe sur le serveur %s. |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=Impossible de trouver l'entr\u00e9e sp\u00e9cifi\u00e9e dans '%s'. V\u00e9rifiez que cette entr\u00e9e existe sur le serveur. |
| | | INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=Pour modifier la r\u00e9f\u00e9rence dans l'entr\u00e9e, d\u00e9s\u00e9lectionnez l'option 'Suivre les r\u00e9f\u00e9rences' dans le menu 'Affichage'. |
| | | MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=La r\u00e9f\u00e9rence s\u00e9lectionn\u00e9e est d\u00e9finie sur le serveur %s et fait r\u00e9f\u00e9rence \u00e0 une entr\u00e9e sur le m\u00eame serveur qui est un ascendant de cette entr\u00e9e. Cette configuration g\u00e9n\u00e8re une boucle dans la structure\u00a0DIT, ce qui doit \u00eatre \u00e9vit\u00e9. |
| | | ERR_CTRL_PANEL_REFERRAL_LOOP=La r\u00e9f\u00e9rence s\u00e9lectionn\u00e9e est d\u00e9finie sur le serveur %s et fait r\u00e9f\u00e9rence \u00e0 une entr\u00e9e sur le m\u00eame serveur qui est un ascendant de cette entr\u00e9e. Cette configuration g\u00e9n\u00e8re une boucle dans la structure\u00a0DIT, ce qui doit \u00eatre \u00e9vit\u00e9. |
| | | |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | | 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 |
| | | 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_EXCLUDE_OPERATIONAL_ATTRIBUTES=Exclure les attributs op\u00e9rationnels |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=Le serveur est en cours d\u2019ex\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. |
| | | ERR_CTRL_PANEL_NO_BACKEND_SELECTED=Aucun backend s\u00e9lectionn\u00e9. |
| | | ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=Le chemin fourni '%s' existe et c'est un r\u00e9pertoire. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=Erreur lors de l'exportation |
| | | 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_IMPORT_THREADS_LABEL=Num\u00e9ro de thread\u00a0: |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_TOOLTIP=Nombre de threads utilis\u00e9s pour lire le fichier LDIF durant l'importation. |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_HELP=Si vous laissez ce champ vide, le nombre de threads utilis\u00e9 est \u00e9gal \u00e0 2 x le nombre de CPU de la machine serveur. |
| | | MILD_ERR_IMPORT_THREAD_NUMBER_INVALID=Le nombre de threads doit \u00eatre un entier positif. |
| | | ERR_IMPORT_THREAD_NUMBER_INVALID=Le nombre de threads doit \u00eatre un entier positif. |
| | | 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_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\u2019ex\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. |
| | | ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=Vous devez fournir une valeur pour le fichier refus\u00e9. |
| | | ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=Les fichiers refus\u00e9s et ignor\u00e9s doivent avoir diff\u00e9rentes valeurs. |
| | | ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=Vous devez fournir une valeur pour le fichier ignor\u00e9. |
| | | # |
| | | # Note that the following three properties contain line breaks in HTML format |
| | | # (<br>) |
| | |
| | | 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. |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=Erreur lors de l'importation |
| | | 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_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 des DN de base d\u00e9finis 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 |
| | | ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN=Le DN de base '%s' n'est pas un descendant des DN de base d\u00e9finis dans le backend '%s'. |
| | | ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=L'attribut '%s' n'a pas de nom valide. |
| | | 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_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'. |
| | | ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=Erreur lors de la suppression de l'index |
| | | 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'. |
| | | ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=Erreur lors de la modification de l'index |
| | | 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' |
| | | |
| | |
| | | # Note that the following property must begin with <html> |
| | | # |
| | | INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)L\u2019op\u00e9ration est ex\u00e9cut\u00e9e sur son propre processus et peut b\u00e9n\u00e9ficier davantage de m\u00e9moire allou\u00e9e. |
| | | 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 |
| | | 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 |
| | | 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. |
| | | ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=Le chemin '%s' n'existe pas. |
| | | 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. |
| | | 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 five properties contain line breaks in HTML format |
| | | # (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_CONFIRM_NOT_WORKING_ARGUMENTS_DETAILS=Les arguments Java suivants ne peuvent pas \u00eatre utilis\u00e9s avec le binaire '%s'\u00a0:<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 OPENDJ_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=La valeur de r\u00e9pertoire de base Java '%s' n'est pas valide. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDJ_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide.<br>D\u00e9tails de l'erreur\u00a0:<br>%s |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur.<br>Impossible d'ex\u00e9cuter le serveur avec le r\u00e9pertoire de base Java indiqu\u00e9. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDJ_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide. |
| | | 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 |
| | | ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=La valeur de r\u00e9pertoire de base Java '%s' n'est pas valide. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDJ_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide.<br>D\u00e9tails de l'erreur\u00a0:<br>%s |
| | | ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur.<br>Impossible d'ex\u00e9cuter le serveur avec le r\u00e9pertoire de base Java indiqu\u00e9. |
| | | ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Impossible d'utiliser le fichier binaire Java '%s' pour lancer les scripts de serveur. Cette valeur est utilis\u00e9e comme solution de repli lorsque la variable d'environnement OPENDJ_JAVA_HOME n'est pas d\u00e9finie. Si vous ne voulez pas indiquer de solution de repli, laissez le champ de r\u00e9pertoire de base Java vide ou indiquez un r\u00e9pertoire de base Java valide. |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=Erreur lors de la v\u00e9rification des param\u00e8tres Java |
| | | 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_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\u00a0: %d |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Erreur lors de la mise \u00e0 jour des propri\u00e9t\u00e9s Java |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Une erreur s'est produite lors de la mise \u00e0 jour des param\u00e8tres Java. |
| | | 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\u00a0: %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_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 |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=Erreur lors de l'enregistrement des modifications |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=Une erreur est apparue lors de l'enregistrement des modifications de l'entr\u00e9e '%s'. |
| | | 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_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'. |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=Erreur lors de la suppression de l'entr\u00e9e |
| | | 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'. |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=Erreur lors de la suppression de la sous-arborescence |
| | | 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 |
| | |
| | | # (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL=Les erreurs suivantes se sont produites lors de la connexion au serveur local\u00a0: <br>%s<br>Si vous continuez sans fournir d'authentification, aucune information de contr\u00f4le ne s'affiche.<br><br> Voulez-vous continuer\u00a0? |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=Impossible de se connecter au serveur '%s' sur le port '%s'. V\u00e9rifiez que les informations fournies sont valides et que le serveur est en cours d'ex\u00e9cution. D\u00e9tails\u00a0: %s |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=Impossible de se connecter au serveur '%s' sur le port '%s'. V\u00e9rifiez que les informations fournies sont valides et que le serveur est en cours d'ex\u00e9cution. D\u00e9tails\u00a0: %s |
| | | |
| | | INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Authentification requise |
| | | INFO_CTRL_PANEL_BIND_DN_LABEL=DN de liaison\u00a0: |
| | |
| | | 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\u2019ex\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). |
| | | MILD_ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Les attributs non modifiables doivent avoir une utilisation op\u00e9rationnelle. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=Un attribut ne peut pas \u00eatre son propre sup\u00e9rieur. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=Une classe d'objet ne peut pas \u00eatre son propre sup\u00e9rieur. |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=La classe d'objet est un sup\u00e9rieur (direct ou indirect) de '%s'. |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=L'attribut est un sup\u00e9rieur (direct ou indirect) de '%s'. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=Vous devez fournir un nom pour l'attribut. |
| | | ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=Le nom fourni n'est pas valide. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE=Le nom fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini comme %s). |
| | | ERR_CTRL_PANEL_OID_NOT_VALID=L'OID fourni n'est pas valide. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_OID_ALREADY_IN_USE=L'OID fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini comme %s). |
| | | ERR_CTRL_PANEL_EMPTY_ALIAS=Vous avez fourni un alias vide. |
| | | ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE=L'alias fourni '%s' existe d\u00e9j\u00e0 dans le sch\u00e9ma (d\u00e9fini comme %s). |
| | | ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=Les attributs non modifiables doivent avoir une utilisation op\u00e9rationnelle. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=Un attribut ne peut pas \u00eatre son propre sup\u00e9rieur. |
| | | ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=Une classe d'objet ne peut pas \u00eatre son propre sup\u00e9rieur. |
| | | ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=La classe d'objet est un sup\u00e9rieur (direct ou indirect) de '%s'. |
| | | ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=L'attribut est un sup\u00e9rieur (direct ou indirect) de '%s'. |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=Cr\u00e9ation de l'attribut '%s'... |
| | | INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS=Ajout d'\u00e9l\u00e9ments de sch\u00e9ma au fichier de sch\u00e9ma '%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. |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de l'attribut |
| | | 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_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=Le serveur est en cours d\u2019ex\u00e9cution. Vous devez fournir une authentification pour cr\u00e9er un DN de base. |
| | | INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=Chemin\u00a0: |
| | | INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=Nombre d'entr\u00e9es utilisateur\u00a0: |
| | | 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. |
| | | ERR_NEW_BACKEND_NAME_REQUIRED=Vous devez fournir un nom pour le nouveau backend. |
| | | ERR_BACKEND_ALREADY_EXISTS=Il existe d\u00e9j\u00e0 un backend avec le nom\u00a0: %s |
| | | ERR_NEW_BASE_DN_VALUE_REQUIRED=Vous devez fournir une valeur pour le DN de base. |
| | | ERR_BASE_DN_ALREADY_EXISTS=Le DN de base '%s' est d\u00e9j\u00e0 d\u00e9fini. |
| | | 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). |
| | | 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). |
| | | 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\u2019un ND de 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. |
| | | 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. |
| | | 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. |
| | | 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\u2019entr\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. |
| | | 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_DUPLICATE_ENTRY_MENU=Dupliquer l'entr\u00e9e... |
| | | |
| | | 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 |
| | | ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=Vous devez fournir une valeur pour le nom du groupe. |
| | | ERR_CTRL_PANEL_MEMBER_NOT_FOUND=L'entr\u00e9e '%s' n'a pu \u00eatre trouv\u00e9e. |
| | | ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=La valeur fournie en tant que membre '%s' n'est pas valide. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_MEMBER_REQUIRED=Vous devez fournir un membre pour le groupe. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED=Vous devez fournir une url de LDAP avec un filtre pour le groupe. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=La valeur d'url de LDAP fournie n'est pas valide. D\u00e9tails\u00a0: %s |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=Le groupe de r\u00e9f\u00e9rence fourni n'a pu \u00eatre trouv\u00e9. |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=Le groupe de r\u00e9f\u00e9rence fourni existe mais ce n'est pas un groupe dynamique. |
| | | 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\u2019entr\u00e9e\u00a0: |
| | |
| | | |
| | | INFO_CTRL_PANEL_NEW_INDEX_TITLE=Nouvel index |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_INDEX=Le serveur est en cours d\u2019ex\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). |
| | | ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=Aucun nom d'attribut s\u00e9lectionn\u00e9. |
| | | ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=La limite de l'entr\u00e9e doit \u00eatre un nombre entier entre %d et %d. |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de l'index |
| | | 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\u2019ex\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). |
| | | ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=Vous devez fournir un nom pour la classe d'objet. |
| | | ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=Le nom fourni n'est pas valide. D\u00e9tails\u00a0: %s |
| | | 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. |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de la classe d'objet |
| | | 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_ADDREMOVE_AVAILABLE_OBJECTCLASSES=Classes d'objet disponibles\u00a0: |
| | | INFO_CTRL_PANEL_ADDREMOVE_SELECTED_OBJECTCLASSES=Classes d'objet s\u00e9lectionn\u00e9es\u00a0: |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=Vous modifiez une classe d'objet structurelle. Les classes d'objet suivantes sont auxiliaires\u00a0: %s.%nSeules les classes d'objet structurelles ou abstraites peuvent \u00eatre utilis\u00e9es en tant que classes d'objet sup\u00e9rieures d'une classe d'objet structurelle. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=Vous modifiez une classe d'objet auxiliaire. Les classes d'objet suivantes sont structurelles\u00a0: %s.%nSeules les classes d'objet auxiliaires ou abstraites peuvent \u00eatre utilis\u00e9es en tant que classes d'objet sup\u00e9rieures d'une classe d'objet auxiliaire. |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=Vous modifiez une classe d'objet abstraite. Les classes d'objet suivantes sont structurelles ou auxiliaires\u00a0: %s.%nSeules les classes d'objet auxiliaires peuvent \u00eatre utilis\u00e9es en tant que classes d'objet sup\u00e9rieures d'une classe d'objet abstraite. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=Vous modifiez une classe d'objet structurelle. Les classes d'objet suivantes sont auxiliaires\u00a0: %s.%nSeules les classes d'objet structurelles ou abstraites peuvent \u00eatre utilis\u00e9es en tant que classes d'objet sup\u00e9rieures d'une classe d'objet structurelle. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=Vous modifiez une classe d'objet auxiliaire. Les classes d'objet suivantes sont structurelles\u00a0: %s.%nSeules les classes d'objet auxiliaires ou abstraites peuvent \u00eatre utilis\u00e9es en tant que classes d'objet sup\u00e9rieures d'une classe d'objet auxiliaire. |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=Vous modifiez une classe d'objet abstraite. Les classes d'objet suivantes sont structurelles ou auxiliaires\u00a0: %s.%nSeules les classes d'objet auxiliaires peuvent \u00eatre utilis\u00e9es en tant que classes d'objet sup\u00e9rieures d'une classe d'objet abstraite. |
| | | |
| | | INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=Nom\u00a0: |
| | | INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=Description\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. |
| | | 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_NAMING_ATTRIBUTE_LABEL=Attribut de nommage\u00a0: |
| | | INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=DN d\u2019entr\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'. |
| | | ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=Vous devez fournir une valeur pour 'Nom de famille\'. |
| | | ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=Vous devez fournir une valeur pour 'Nom habituel\'. |
| | | 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\u2019ex\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. |
| | | ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=Erreur lors de la cr\u00e9ation de l'index VLV |
| | | 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_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\u2019ex\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. |
| | | ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=Aucun ND de base d\u00e9fini. |
| | | ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=Vous devez s\u00e9lectionner un DN de base. |
| | | 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=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. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=Erreur lors de la mise \u00e0 jour du mot de passe utilisateur |
| | | 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 \u00e0 partir d\u2019une sauvegarde |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=Le serveur est en cours d\u2019ex\u00e9cution. Vous devez fournir une authentification pour restaurer la sauvegarde. |
| | |
| | | INFO_CTRL_PANEL_VERIFYING_BACKUP_SUMMARY=V\u00e9rification du contenu de la sauvegarde '%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. |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=Erreur lors de la v\u00e9rification de la sauvegarde |
| | | 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=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. |
| | | 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. |
| | | 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_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. |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=Erreur lors de la restauration |
| | | 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_CONTENTS_OF_FILE=- contenu du fichier '%s' - |
| | | |
| | | MILD_ERR_LOADING_IMAGE=Erreur lors du chargement de l'image |
| | | ERR_LOADING_IMAGE=Erreur lors du chargement de l'image |
| | | INFO_CTRL_PANEL_THUMBNAIL_DESCRIPTION=Miniature |
| | | INFO_CTRL_PANEL_EDIT_BUTTON_LABEL=Modifier... |
| | | INFO_CTRL_PANEL_DELETE_BUTTON_LABEL=Supprimer... |
| | |
| | | |
| | | INFO_CTRL_PANEL_GENERIC_TITLE=Panneau de contr\u00f4le de %s - %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 |
| | | ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=Erreur lors de la lecture de la configuration |
| | | INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=Non disponible |
| | | INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Statut du serveur |
| | | INFO_CTRL_PANEL_SERVER_STATUS_LABEL=Statut du serveur\u00a0: |
| | |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=D\u00e9sactivation du service Windows... |
| | | 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. |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Erreur lors de la d\u00e9sactivation du Service Windows |
| | | 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=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. |
| | | ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Erreur lors de l'activation du Service Windows |
| | | 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_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. |
| | | ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=Vous devez s\u00e9levcctionner au moins un index \u00e0 v\u00e9rifier. |
| | | ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=Aucun index d\u00e9fini pour le DN de base '%s'. |
| | | ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=Vous devez s\u00e9lectionner un index. |
| | | INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY=V\u00e9rification du contenu 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. |
| | | ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=Erreur lors de la v\u00e9rification de l'index |
| | | 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' |
| | | |
| | | # |
| | |
| | | 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'. |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=Erreur lors de la suppression de l'index VLV |
| | | 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_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'. |
| | | ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=Erreur lors de la modification de l'index VLV |
| | | 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_VLV_ASCENDING_VLV_INDEX=%s (croissant) |
| | | INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (d\u00e9croissant) |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Erreur lors de la configuration de l'environnement\u00a0: %s |
| | | ERR_CTRL_PANEL_SETTING_ENVIRONMENT=Erreur lors de la configuration de l'environnement\u00a0: %s |
| | | |
| | | INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=Erreur |
| | | INFO_CTRL_PANEL_PROGRESS_DONE=Termin\u00e9 |
| | |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_REBUILD_INDEX_SUMMARY=Les index ne peuvent \u00eatre r\u00e9g\u00e9n\u00e9r\u00e9s que si le serveur g\u00e9r\u00e9 est le serveur local. |
| | | INFO_CTRL_PANEL_REMOTE_SERVER_PATH=Le chemin doit \u00eatre accessible par le serveur distant. |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_WINDOWS_SERVICE_SUMMARY=La configuration du service Windows ne peut \u00eatre affich\u00e9e et mise \u00e0 jour que si le serveur g\u00e9r\u00e9 est le serveur local. |
| | | SEVERE_ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=Impossible de cr\u00e9er le LDIF local pour remplir le nouveau DN de base avec les donn\u00e9es g\u00e9n\u00e9r\u00e9es automatiquement. Code d'erreur\u00a0: %d. |
| | | ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=Impossible de cr\u00e9er le LDIF local pour remplir le nouveau DN de base avec les donn\u00e9es g\u00e9n\u00e9r\u00e9es automatiquement. Code d'erreur\u00a0: %d. |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_ID_LABEL=ID de sauvegarde parent\u00a0: |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_PATH_LABEL=Chemin de sauvegarde parent\u00a0: |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=Aucun ID de sauvegarde parent fourni. |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=Aucun ID de sauvegarde parent fourni. |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_SUMMARY=Impossible de se connecter au serveur distant |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS=Il se peut que le serveur distant '%s' soit \u00e9teint ou que les informations d'authentification fournies ne soient plus valides. Pour pouvoir g\u00e9rer un serveur \u00e0 distance, il doit \u00eatre en cours d'ex\u00e9cution et vous devez fournir des informations d'authentification. |
| | | INFO_CTRL_PANEL_CONNECT_TO_SERVER_MENU=Serveur \u00e0 administrer... |
| | | INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_REMOTE_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. Pour ce faire, utilisez la ligne de commande 'rebuild-index' sur le serveur distant ou r\u00e9importez le contenu du backend '%s'. |
| | | INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE=Importation des donn\u00e9es g\u00e9n\u00e9r\u00e9es automatiquement (%s entr\u00e9es) |
| | | SEVERE_ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=Le serveur distant dans '%s' ne peut pas \u00eatre g\u00e9r\u00e9 depuis ce panneau de contr\u00f4le. Le nom de produit du serveur distant est '%s' et le nom de produit du panneau de contr\u00f4le est '%s'. |
| | | SEVERE_ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=Le serveur distant dans '%s' n'a pas la m\u00eame version que le panneau de contr\u00f4le. La version du serveur distant est '%s.%s.%s' et la version du panneau de contr\u00f4le est '%d.%d.%d'. |
| | | SEVERE_ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=Impossible de trouver les informations de version sur le serveur distant. Le serveur\u00a0LDAP distant ne semble pas pouvoir \u00eatre g\u00e9r\u00e9 \u00e0 distance par le panneau de contr\u00f4le. |
| | | ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND=Le serveur distant dans '%s' ne peut pas \u00eatre g\u00e9r\u00e9 depuis ce panneau de contr\u00f4le. Le nom de produit du serveur distant est '%s' et le nom de produit du panneau de contr\u00f4le est '%s'. |
| | | ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER=Le serveur distant dans '%s' n'a pas la m\u00eame version que le panneau de contr\u00f4le. La version du serveur distant est '%s.%s.%s' et la version du panneau de contr\u00f4le est '%d.%d.%d'. |
| | | ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=Impossible de trouver les informations de version sur le serveur distant. Le serveur\u00a0LDAP distant ne semble pas pouvoir \u00eatre g\u00e9r\u00e9 \u00e0 distance par le panneau de contr\u00f4le. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TITLE=Planification de la t\u00e2che '%s' |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_SUMMARY=Indiquez quand la t\u00e2che '%s' est d\u00e9marr\u00e9e. |
| | |
| | | # Note that the following property contains line breaks in HTML format (<br>). |
| | | # |
| | | INFO_CTRL_PANEL_CRON_HELP=Utilisez ',' pour s\u00e9parer les valeurs. Exemple\u00a0: '1,4,5'.<br>Utilisez '-' pour indiquer des intervalles. Exemple, '1-5'.<br>Utilisez '*' pour indiquer une valeur. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=La valeur d'heures fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=La valeur de minutes fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=La valeur de jours fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_TIME=La valeur d'heure fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=Le jour '%d' n'existe pas dans %s. |
| | | SEVERE_ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=Vous devez s\u00e9lectionner au moins un jour de semaine. |
| | | SEVERE_ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=Vous devez s\u00e9lectionner au moins un jour du mois. |
| | | SEVERE_ERR_CTRL_PANEL_DATE_ALREADY_PASSED=La date entr\u00e9e est d\u00e9j\u00e0 pass\u00e9e. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=Aucune valeur de minutes fournie. Utilisez '*' pour indiquer une valeur. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=Aucune valeur d'heures fournie. Utilisez '*' pour indiquer une valeur. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=Aucun jour du mois fourni. Utilisez '*' pour indiquer une valeur. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=Aucune valeur de mois fournie. Utilisez '*' pour indiquer une valeur. |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=Aucun jour de semaine fourni. Utilisez '*' pour indiquer une valeur. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=La valeur de minutes fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=La valeur d'heures fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=La valeur de jour du mois fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=La valeur de mois fournie n'est pas valide. |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=La valeur de jour de semaine fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_INVALID_HOUR=La valeur d'heures fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_INVALID_MINUTE=La valeur de minutes fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_INVALID_DAY=La valeur de jours fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_INVALID_TIME=La valeur d'heure fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=Le jour '%d' n'existe pas dans %s. |
| | | ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=Vous devez s\u00e9lectionner au moins un jour de semaine. |
| | | ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=Vous devez s\u00e9lectionner au moins un jour du mois. |
| | | ERR_CTRL_PANEL_DATE_ALREADY_PASSED=La date entr\u00e9e est d\u00e9j\u00e0 pass\u00e9e. |
| | | ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=Aucune valeur de minutes fournie. Utilisez '*' pour indiquer une valeur. |
| | | ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=Aucune valeur d'heures fournie. Utilisez '*' pour indiquer une valeur. |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=Aucun jour du mois fourni. Utilisez '*' pour indiquer une valeur. |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=Aucune valeur de mois fournie. Utilisez '*' pour indiquer une valeur. |
| | | ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=Aucun jour de semaine fourni. Utilisez '*' pour indiquer une valeur. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=La valeur de minutes fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=La valeur d'heures fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=La valeur de jour du mois fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=La valeur de mois fournie n'est pas valide. |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=La valeur de jour de semaine fournie n'est pas valide. |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_LIST_TITLE=T\u00e2ches programm\u00e9es |
| | | INFO_CTRL_PANEL_NO_TASKS_FOUND=- Aucune t\u00e2che trouv\u00e9e - |
| | |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUMMARY=Annulation des t\u00e2ches... |
| | | INFO_CTRL_PANEL_CANCELING_TASK_COMPLETE=Les t\u00e2ches ont \u00e9t\u00e9 annul\u00e9es. |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUCCESSFUL=Les t\u00e2ches ont \u00e9t\u00e9 annul\u00e9es. |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Erreur d'annulation de la t\u00e2che |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=Une erreur s'est produite lors de l'annulation des t\u00e2ches s\u00e9lectionn\u00e9es. |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=Erreur d'annulation de la t\u00e2che |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=Une erreur s'est produite lors de l'annulation des t\u00e2ches s\u00e9lectionn\u00e9es. |
| | | INFO_CTRL_PANEL_CANCEL_TASK_TITLE=Annuler les t\u00e2ches |
| | | INFO_CTRL_PANEL_TASK_IS_CANCELABLE=Annulable |
| | | INFO_CTRL_PANEL_TASK_IS_NOT_CANCELABLE=Non annulable |
| | |
| | | INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY=D\u00e9marrer p\u00e9riodiquement \u00e0 l'aide de la planification CRON '%s' |
| | | INFO_CTRL_PANEL_TASK_LOG_LABEL=Message(s) du journal des t\u00e2ches |
| | | INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=Afficher les attributs de t\u00e2che... |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=Pour pouvoir d\u00e9marrer les t\u00e2ches \u00e0 une date ult\u00e9rieure, le serveur doit \u00eatre en cours d'ex\u00e9cution. |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=Pour pouvoir d\u00e9marrer les t\u00e2ches p\u00e9riodiquement, le serveur doit \u00eatre en cours d'ex\u00e9cution. |
| | | ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=Pour pouvoir d\u00e9marrer les t\u00e2ches \u00e0 une date ult\u00e9rieure, le serveur doit \u00eatre en cours d'ex\u00e9cution. |
| | | ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=Pour pouvoir d\u00e9marrer les t\u00e2ches p\u00e9riodiquement, le serveur doit \u00eatre en cours d'ex\u00e9cution. |
| | | |
| | | INFO_CTRL_PANEL_TASK_SPECIFIC_DETAILS=D\u00e9tails propres \u00e0 la t\u00e2che |
| | | INFO_CTRL_PANEL_NO_TASK_SELECTED=-Aucune t\u00e2che s\u00e9lectionn\u00e9e- |
| | |
| | | INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=Choisir le DN parent |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=Nom de la nouvelle entr\u00e9e\u00a0: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=DN de l\u2019entr\u00e9e parente\u00a0: |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=Vous devez fournir le nom de la nouvelle entr\u00e9e. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=Vous devez fournir un DN valide pour l'entr\u00e9e parente. |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=L'entr\u00e9e parente n'existe pas. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=Vous devez fournir le nom de la nouvelle entr\u00e9e. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=Vous devez fournir un DN valide pour l'entr\u00e9e parente. |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=L'entr\u00e9e parente n'existe pas. |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=DN d\u2019entr\u00e9e\u00a0: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=Nouveau mot de passe\u00a0: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=Mot de passe (confirmation)\u00a0: |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=\u8a8d\u8a3c |
| | | INFO_BACKENDID_COLUMN=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID |
| | | INFO_BASEDN_COLUMN=\u30d9\u30fc\u30b9 DN |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\u6307\u5b9a\u3055\u308c\u305f\u8cc7\u683c\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u8003\u3048\u3089\u308c\u308b\u539f\u56e0\u306f\u6b21\u306e\u901a\u308a\u3067\u3059: %n%s |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\u6307\u5b9a\u3055\u308c\u305f\u8cc7\u683c\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u8003\u3048\u3089\u308c\u308b\u539f\u56e0\u306f\u6b21\u306e\u901a\u308a\u3067\u3059: %n%s |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=bak \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u304b ? |
| | | INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u3068\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u304b ? |
| | | INFO_CLI_UNINSTALL_CONFIRM_DATABASES=\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u524a\u9664\u3057\u307e\u3059\u304b ? |
| | |
| | | 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=\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\u7528\u3057\u3066\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5fc5\u8981\u306a\u5bfe\u8c61\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\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 |
| | | 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\u7528\u3057\u3066\u3001\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5fc5\u8981\u306a\u5bfe\u8c61\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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\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\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 ? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u53c2\u7167\u3055\u308c\u3066\u3044\u308b\u3001\u3053\u306e\u30db\u30b9\u30c8\u306e\u540d\u524d (\u307e\u305f\u306f IP \u30a2\u30c9\u30ec\u30b9) |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306e\u78ba\u8a8d%n\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3059\u3079\u3066\u304c\u6052\u4e45\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u7d9a\u884c\u3057\u3066\u3088\u308d\u3057\u3044\u3067\u3059\u304b ? |
| | | 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%n\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\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u3092\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%n%n\u898b\u3064\u304b\u3063\u305f\u30a8\u30e9\u30fc:%n%s |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_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\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%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3067\u304d\u306a\u304f\u3066\u3082\u30b5\u30fc\u30d0\u30fc\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5834\u5408\u306f\u3001%s \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u898b\u3064\u304b\u3063\u305f\u30a8\u30e9\u30fc:%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 ? |
| | | ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u69cb\u6210\u3092\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 ? |
| | | 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 |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_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\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%n\u30ea\u30e2\u30fc\u30c8\u53c2\u7167\u3092\u524a\u9664\u3067\u304d\u306a\u304f\u3066\u3082\u30b5\u30fc\u30d0\u30fc\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5834\u5408\u306f\u3001%s \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002%n%n\u898b\u3064\u304b\u3063\u305f\u30a8\u30e9\u30fc:%n%s |
| | | 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: |
| | | MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u3053\u308c\u306f\u3001\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u7528\u306e\u6709\u52b9\u306a LDAP \u30dd\u30fc\u30c8\u304c\u5b58\u5728\u3057\u306a\u3044\u305f\u3081\u3001\u307e\u305f\u306f\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u8aad\u307f\u53d6\u308a\u6a29\u304c\u306a\u3044\u305f\u3081\u306b\u3001\u767a\u751f\u3057\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | ERR_COULD_NOT_FIND_VALID_LDAPURL=\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u3053\u308c\u306f\u3001\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u7528\u306e\u6709\u52b9\u306a LDAP \u30dd\u30fc\u30c8\u304c\u5b58\u5728\u3057\u306a\u3044\u305f\u3081\u3001\u307e\u305f\u306f\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u8aad\u307f\u53d6\u308a\u6a29\u304c\u306a\u3044\u305f\u3081\u306b\u3001\u767a\u751f\u3057\u305f\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | INFO_DATABASES_TITLE=\u30c7\u30fc\u30bf\u30bd\u30fc\u30b9 |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=\u3053\u308c\u3089\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664 |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=\u30b5\u30fc\u30d0\u30fc\u30d1\u30b9\u5916\u90e8\u306e\u6b21\u306e\u5834\u6240\u306b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059: |
| | |
| | | INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5916\u90e8\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3059\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30dc\u30c3\u30af\u30b9\u306b\u30c1\u30a7\u30c3\u30af\u30de\u30fc\u30af\u3092\u4ed8\u3051\u307e\u3059 |
| | | INFO_DISABLED_LABEL=\u7121\u52b9 |
| | | INFO_ENABLED_LABEL=\u6709\u52b9 |
| | | 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 |
| | | MILD_ERR_READING_SCHEMA_LDAP=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u30b9\u30ad\u30fc\u30de\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u8a73\u7d30: %s |
| | | 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 |
| | | ERR_READING_SCHEMA_LDAP=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u30b9\u30ad\u30fc\u30de\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u8a73\u7d30: %s |
| | | 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=%s \u306e\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb |
| | |
| | | INFO_START_BUTTON_LABEL=\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 |
| | | 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 |
| | | 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 |
| | | 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%n%n\u30db\u30b9\u30c8\u540d\u3082\u30dd\u30fc\u30c8\u3082\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u3001\u30c4\u30fc\u30eb\u306f\u30ed\u30fc\u30ab\u30eb\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u63a5\u7d9a\u3092\u8a66\u307f\u307e\u3059\u3002 |
| | | INFO_STOP_BUTTON_LABEL=\u505c\u6b62 |
| | | INFO_BASEDN_NOT_REPLICATED_LABEL= |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u6210\u529f\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f</b><br>\u30b5\u30fc\u30d0\u30fc\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<br><br>\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_FINISHED_WITH_ERROR_DELETING_CLI=\u30b5\u30fc\u30d0\u30fc\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... |
| | | 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... |
| | | 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... |
| | | 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... |
| | | 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 |
| | | INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=\u3053\u306e\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u9589\u3058\u3066\u3001\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u5185\u306b\u5b58\u5728\u3059\u308b\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u53c2\u7167\u3092\u524a\u9664\u3057\u3088\u3046\u3068\u3057\u306a\u3044\u3067\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\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\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\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002%s \u307e\u305f\u306f %s \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002 |
| | | 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 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 \u3092 2 \u56de\u6307\u5b9a\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u521d\u671f\u5316\u306e\u30bd\u30fc\u30b9\u304a\u3088\u3073\u30bf\u30fc\u30b2\u30c3\u30c8\u3068\u3057\u3066 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 \u3092 2 \u56de\u6307\u5b9a\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u30db\u30b9\u30c8 %s \u3067\u30b5\u30fc\u30d0\u30fc\u7ba1\u7406\u30dd\u30fc\u30c8\u3068\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u306e\u5024\u304c\u540c\u3058\u3067\u3059\u3002\u4e21\u65b9\u306b %s \u3092\u6307\u5b9a\u3057\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u540c\u3058\u30de\u30b7\u30f3 (%2$s) \u4e0a\u306e 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u540c\u3058\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 (%1$s) \u3092\u6307\u5b9a\u3057\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\u30aa\u30d7\u30b7\u30e7\u30f3 %s \u3092\u4f7f\u7528\u3059\u308b\u3068\u304d\u306f\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET='%s' \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u306f %s \u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u4e92\u63db\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u975e\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u30b0\u30ed\u30fc\u30d0\u30eb\u7ba1\u7406\u8005\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002%s \u307e\u305f\u306f %s \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059\u3002 |
| | | 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 |
| | | ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b 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 \u3092 2 \u56de\u6307\u5b9a\u3057\u307e\u3057\u305f: %s |
| | | ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u521d\u671f\u5316\u306e\u30bd\u30fc\u30b9\u304a\u3088\u3073\u30bf\u30fc\u30b2\u30c3\u30c8\u3068\u3057\u3066 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 \u3092 2 \u56de\u6307\u5b9a\u3057\u307e\u3057\u305f: %s |
| | | ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u30db\u30b9\u30c8 %s \u3067\u30b5\u30fc\u30d0\u30fc\u7ba1\u7406\u30dd\u30fc\u30c8\u3068\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u306e\u5024\u304c\u540c\u3058\u3067\u3059\u3002\u4e21\u65b9\u306b %s \u3092\u6307\u5b9a\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_REPLICATION_SAME_REPLICATION_PORT=\u540c\u3058\u30de\u30b7\u30f3 (%2$s) \u4e0a\u306e 2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u540c\u3058\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 (%1$s) \u3092\u6307\u5b9a\u3057\u307e\u3057\u305f\u3002 |
| | | 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\u30aa\u30d7\u30b7\u30e7\u30f3 %s \u3092\u4f7f\u7528\u3059\u308b\u3068\u304d\u306f\u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_REPLICATION_STATUS_QUIET='%s' \u30b5\u30d6\u30b3\u30de\u30f3\u30c9\u306f %s \u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u4e92\u63db\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | 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=%s \u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u3001%s \u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059 |
| | | ERR_REPLICATION_USER_CANCELLED=\u30e6\u30fc\u30b6\u30fc\u304c\u64cd\u4f5c\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f |
| | | ERR_REPLICATION_NO_MESSAGE= |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u3001%s \u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059 |
| | | 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\u30b5\u30fc\u30d0\u30fc\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: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u78ba\u8a8d: |
| | | MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\u6307\u5b9a\u3055\u308c\u305f\u8cc7\u683c\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc %s \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%n\u30a8\u30e9\u30fc\u306e\u8a73\u7d30: %s%n%n\u5fc5\u8981\u306a\u60c5\u5831\u3092\u3082\u3046\u4e00\u5ea6\u6307\u5b9a\u3057\u3066\u3001\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3057\u3066\u304f\u3060\u3055\u3044: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002 |
| | | ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\u6307\u5b9a\u3055\u308c\u305f\u8cc7\u683c\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc %s \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002%n\u30a8\u30e9\u30fc\u306e\u8a73\u7d30: %s%n%n\u5fc5\u8981\u306a\u60c5\u5831\u3092\u3082\u3046\u4e00\u5ea6\u6307\u5b9a\u3057\u3066\u3001\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3057\u3066\u304f\u3060\u3055\u3044: |
| | | INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> \u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30b5\u30fc\u30d0\u30fc\u7ba1\u7406\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059 |
| | | INFO_REPLICATION_ENABLE_REPLICATION_SERVER1_PROMPT=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306b\u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u5909\u66f4\u3092\u8a18\u9332\u3059\u308b\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u3092\u69cb\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002%n\u6700\u521d\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0\u3092\u542b\u3081\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_ENABLE_REPLICATION_DOMAIN1_PROMPT=\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u5bfe\u8c61\u3068\u306a\u308b\u30c7\u30fc\u30bf\u3092\u542b\u3081\u307e\u3059\u304b ? |
| | |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=2 \u756a\u76ee\u306e\u30b5\u30fc\u30d0\u30fc\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 %s \u3078\u306e\u63a5\u7d9a\u6642\u306b\u3001\u6697\u53f7\u5316\u3055\u308c\u305f\u901a\u4fe1\u3092\u4f7f\u3063\u3066\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> \u30bd\u30fc\u30b9\u30b5\u30fc\u30d0\u30fc\u306e\u30b5\u30fc\u30d0\u30fc\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\u30b5\u30fc\u30d0\u30fc\u7ba1\u7406\u63a5\u7d9a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059 |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u53ef\u80fd\u306a\u30d9\u30fc\u30b9 DN \u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u53ef\u80fd\u306a\u30d9\u30fc\u30b9 DN \u304c\u3042\u308a\u307e\u305b\u3093\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0\u3060\u3051\u3092\u542b\u3081\u308b\u30b5\u30fc\u30d0\u30fc (\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc) \u3092\u69cb\u6210\u3059\u308b\u524d\u306b\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u542b\u3081\u308b\u30b5\u30fc\u30d0\u30fc\u3092 1 \u3064\u4ee5\u4e0a\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u53ef\u80fd\u306a\u30d9\u30fc\u30b9 DN \u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6709\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u53ef\u80fd\u306a\u30d9\u30fc\u30b9 DN \u304c\u3042\u308a\u307e\u305b\u3093\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0\u3060\u3051\u3092\u542b\u3081\u308b\u30b5\u30fc\u30d0\u30fc (\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc) \u3092\u69cb\u6210\u3059\u308b\u524d\u306b\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u542b\u3081\u308b\u30b5\u30fc\u30d0\u30fc\u3092 1 \u3064\u4ee5\u4e0a\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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 |
| | | 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=2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u308b\u30d9\u30fc\u30b9 DN \u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | 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 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=2 \u3064\u306e\u30b5\u30fc\u30d0\u30fc\u9593\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u308b\u30d9\u30fc\u30b9 DN \u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | 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 |
| | | 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 ? |
| | | 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 |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\u7121\u52b9\u306b\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3057\u305f\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\u7121\u52b9\u306b\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=import-ldif \u30b3\u30de\u30f3\u30c9\u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057\u3066\u521d\u671f\u5316\u3057\u305f\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=\u30d9\u30fc\u30b9 DN %s \u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_DISABLE_ALL_SUFFIXES_KEEP_REPLICATION_SERVER='%s' \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30d9\u30fc\u30b9 DN \u4e0a\u3067\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b\u3088\u3046\u9078\u629e\u3057\u307e\u3057\u305f\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0\u304a\u3088\u3073\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8) \u3082\u7121\u52b9\u306b\u3059\u308b\u5834\u5408\u306f\u3001'--%s' \u307e\u305f\u306f '--%s' \u30aa\u30d7\u30b7\u30e7\u30f3\u3082\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_REPLICATION_DISABLE_ALL_SUFFIXES_DISABLE_REPLICATION_SERVER=\u30b5\u30fc\u30d0\u30fc '%s' \u4e0a\u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30d9\u30fc\u30b9 DN \u3092\u7121\u52b9\u306b\u3059\u308b\u3088\u3046\u9078\u629e\u3057\u307e\u3057\u305f\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 '%d' \u3082\u7121\u52b9\u306b\u3057\u307e\u3059\u304b ? |
| | |
| | | INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=\u30d9\u30fc\u30b9 DN %s \u3092\u521d\u671f\u5316\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=import-ldif \u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057\u3066\u30d9\u30fc\u30b9 DN %s \u3092\u521d\u671f\u5316\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=import-ldif \u307e\u305f\u306f\u30d0\u30a4\u30ca\u30ea\u30b3\u30d4\u30fc\u3092\u4f7f\u7528\u3057\u3066\u30d9\u30fc\u30b9 DN %s \u3092\u521d\u671f\u5316\u3057\u307e\u3057\u305f\u304b ? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:%n%s%n%n\u7d9a\u884c\u3059\u308b\u3068\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c4\u30fc\u30eb\u306b\u3088\u308a\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u66f4\u65b0\u304c\u30d9\u30b9\u30c8\u30a8\u30d5\u30a9\u30fc\u30c8\u30e2\u30fc\u30c9\u3067\u8a66\u307f\u3089\u308c\u307e\u3059\u3002 \u305f\u3060\u3057\u3001\u30a8\u30e9\u30fc\u3092\u751f\u6210\u3057\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u66f4\u65b0\u306f\u4fdd\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u60c5\u5831\u306f\u5b8c\u5168\u3067\u306f\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:%n%s%n%n\u7d9a\u884c\u3059\u308b\u3068\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c4\u30fc\u30eb\u306b\u3088\u308a\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u66f4\u65b0\u304c\u30d9\u30b9\u30c8\u30a8\u30d5\u30a9\u30fc\u30c8\u30e2\u30fc\u30c9\u3067\u8a66\u307f\u3089\u308c\u307e\u3059\u3002 \u305f\u3060\u3057\u3001\u30a8\u30e9\u30fc\u3092\u751f\u6210\u3057\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u66f4\u65b0\u306f\u4fdd\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u60c5\u5831\u306f\u5b8c\u5168\u3067\u306f\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002:%n%s |
| | | ERR_NOT_ADMINISTRATIVE_USER=\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | INFO_REPLICATION_CONFIRM_DISABLE_ADS=\u30d9\u30fc\u30b9 DN %s \u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7121\u52b9\u5316\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u6a5f\u69cb\u304a\u3088\u3073\u4e00\u90e8\u306e\u7ba1\u7406\u30c4\u30fc\u30eb\u306b\u3088\u308a\u4f7f\u7528\u3055\u308c\u308b\u305f\u3081\u3001\u3053\u308c\u3092\u76f4\u63a5\u69cb\u6210\u3059\u308b\u3053\u3068\u306f\u63a8\u5968\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=\u30b9\u30ad\u30fc\u30de\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7121\u52b9\u5316\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f\u3002 \u30b9\u30ad\u30fc\u30de\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7121\u52b9\u5316\u304c\u63a8\u5968\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u3001\u7279\u5b9a\u306e\u30b7\u30ca\u30ea\u30aa\u3060\u3051\u3067\u3059\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_GENERIC=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3059\u308b\u3068\u3001\u9078\u629e\u3057\u305f\u30d9\u30fc\u30b9 DN \u5185\u306e\u30c7\u30fc\u30bf\u304c\u307b\u304b\u306e\u30b5\u30fc\u30d0\u30fc\u3068\u540c\u671f\u3057\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u3068\u3001\u305d\u306e\u30d9\u30fc\u30b9 DN \u306e\u65e2\u5b58\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u3059\u3079\u3066\u524a\u9664\u3055\u308c\u307e\u3059\u3002 \u30b5\u30fc\u30d0\u30fc %s \u4e0a\u306e\u9078\u629e\u3057\u305f\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u524a\u9664\u3057\u3066\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=\u30b5\u30fc\u30d0\u30fc %2$s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4f7f\u7528\u3057\u305f\u30d9\u30fc\u30b9 DN %1$s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u521d\u671f\u5316\u304c\u9078\u629e\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u6a5f\u69cb\u304a\u3088\u3073\u4e00\u90e8\u306e\u7ba1\u7406\u30c4\u30fc\u30eb\u306b\u3088\u308a\u4f7f\u7528\u3055\u308c\u308b\u305f\u3081\u3001\u3053\u308c\u3092\u76f4\u63a5\u69cb\u6210\u3059\u308b\u3053\u3068\u306f\u63a8\u5968\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u521d\u671f\u5316\u3059\u308b\u3068\u3001\u305d\u306e\u30d9\u30fc\u30b9 DN \u306e\u65e2\u5b58\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u3059\u3079\u3066\u524a\u9664\u3055\u308c\u307e\u3059\u3002 \u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3057\u305f\u30b5\u30fc\u30d0\u30fc\u4e0a\u306e\u9078\u629e\u3057\u305f\u30d9\u30fc\u30b9 DN \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u524a\u9664\u3057\u3066\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3067\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b ? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:\n%s\n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c4\u30fc\u30eb\u306b\u3088\u308a\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u66f4\u65b0\u304c\u30d9\u30b9\u30c8\u30a8\u30d5\u30a9\u30fc\u30c8\u30e2\u30fc\u30c9\u3067\u8a66\u307f\u3089\u308c\u307e\u3059\u3002 \u305f\u3060\u3057\u3001\u30a8\u30e9\u30fc\u3092\u751f\u6210\u3057\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u66f4\u65b0\u306f\u4fdd\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\u65e2\u5b58\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:\n%s\n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c4\u30fc\u30eb\u306b\u3088\u308a\u3001\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u66f4\u65b0\u304c\u30d9\u30b9\u30c8\u30a8\u30d5\u30a9\u30fc\u30c8\u30e2\u30fc\u30c9\u3067\u8a66\u307f\u3089\u308c\u307e\u3059\u3002 \u305f\u3060\u3057\u3001\u30a8\u30e9\u30fc\u3092\u751f\u6210\u3057\u3066\u3044\u308b\u30b5\u30fc\u30d0\u30fc\u306e\u66f4\u65b0\u306f\u4fdd\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING='%s' \u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u306a\u3044\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u306f\u3059\u3067\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 '%d') \u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING_PROMPT='%s' \u3067\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u3092\u69cb\u6210\u3057\u306a\u3044\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3057\u305f\u304c\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u3067\u306f\u3059\u3067\u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8 '%d') \u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_CONNECTING=\u63a5\u7d9a\u3092\u78ba\u7acb\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_ADS_ALL=\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=\u30b5\u30fc\u30d0\u30fc %s \u306e\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30b5\u30fc\u30d0\u30fc %s \u306e\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30b7\u30fc\u30c9\u4e2d\u306b\u3001\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\u30d9\u30fc\u30b9 DN %2$s \u306e\u30b5\u30fc\u30d0\u30fc %1$s \u306b\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\u4f55\u56de\u304b\u8a66\u884c\u3057\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 \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 \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u3092\u7121\u52b9\u5316\u4e2d\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 \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_ENABLE_COMMON_DOMAIN_ID_ARG=\u30b5\u30fc\u30d0\u30fc %s (\u30d9\u30fc\u30b9 DN '%s') \u3068\u30b5\u30fc\u30d0\u30fc %s (\u30d9\u30fc\u30b9 DN '%s') \u306e\u30c9\u30e1\u30a4\u30f3 ID \u304c\u540c\u3058\u3067\u3059: %d\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=2 \u3064\u306e\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u540c\u3058\u30c9\u30e1\u30a4\u30f3 ID \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059%n%s%n%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u3092\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=\u30b5\u30fc\u30d0\u30fc %s \u3068\u30b5\u30fc\u30d0\u30fc %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc ID \u304c\u540c\u3058\u3067\u3059: %d\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=2 \u3064\u306e\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u540c\u3058\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc ID \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059%n%s%n%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u3092\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=%s \u3067\u30ec\u30b8\u30b9\u30c8\u30ea\u60c5\u5831\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u9593\u3067\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3002\u30c8\u30dd\u30ed\u30b8\u3092\u30de\u30fc\u30b8\u3059\u308b\u524d\u306b\u6b21\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059:%n%s |
| | | ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=\u30b5\u30fc\u30d0\u30fc %s \u306e\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30b5\u30fc\u30d0\u30fc %s \u306e\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30b7\u30fc\u30c9\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s |
| | | ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30d9\u30fc\u30b9 DN %2$s \u306e\u30b5\u30fc\u30d0\u30fc %1$s \u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 ID \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 |
| | | ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\u521d\u671f\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u4f55\u56de\u304b\u8a66\u884c\u3057\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 |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=\u30b5\u30fc\u30d0\u30fc %s \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 |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=\u30b5\u30fc\u30d0\u30fc %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8\u3092\u7121\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=\u30b5\u30fc\u30d0\u30fc %2$s \u306e\u30d9\u30fc\u30b9 DN %1$s \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 |
| | | 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 |
| | | 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 |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=\u30b5\u30fc\u30d0\u30fc %s (\u30d9\u30fc\u30b9 DN '%s') \u3068\u30b5\u30fc\u30d0\u30fc %s (\u30d9\u30fc\u30b9 DN '%s') \u306e\u30c9\u30e1\u30a4\u30f3 ID \u304c\u540c\u3058\u3067\u3059: %d\u3002 |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=2 \u3064\u306e\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u540c\u3058\u30c9\u30e1\u30a4\u30f3 ID \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059%n%s%n%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u3092\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=\u30b5\u30fc\u30d0\u30fc %s \u3068\u30b5\u30fc\u30d0\u30fc %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc ID \u304c\u540c\u3058\u3067\u3059: %d\u3002 |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=2 \u3064\u306e\u30c8\u30dd\u30ed\u30b8\u5185\u306e\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u540c\u3058\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc ID \u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059%n%s%n%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u3092\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=%s \u3067\u30ec\u30b8\u30b9\u30c8\u30ea\u60c5\u5831\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u9593\u3067\u30de\u30fc\u30b8\u3067\u304d\u307e\u305b\u3093\u3002\u30c8\u30dd\u30ed\u30b8\u3092\u30de\u30fc\u30b8\u3059\u308b\u524d\u306b\u6b21\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059:%n%s |
| | | INFO_REPLICATION_MERGING_REGISTRIES_CONFIRMATION=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u6210\u53ef\u80fd\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30fc\u30d0\u30fc %s \u3068 %s \u306e\u767b\u9332\u60c5\u5831\u3092\u30de\u30fc\u30b8\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u7af6\u5408\u304c\u691c\u51fa\u3055\u308c\u305f\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u60c5\u5831\u306f\u4fdd\u6301\u3055\u308c\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u60c5\u5831\u306f\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3055\u308c\u307e\u3059\u3002%n\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_MERGING_REGISTRIES_DESCRIPTION=\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u69cb\u6210\u53ef\u80fd\u306b\u3059\u308b\u305f\u3081\u306b\u3001\u30b5\u30fc\u30d0\u30fc %s \u3068 %s \u306e\u767b\u9332\u60c5\u5831\u3092\u30de\u30fc\u30b8\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u7af6\u5408\u304c\u691c\u51fa\u3055\u308c\u305f\u5834\u5408\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u60c5\u5831\u306f\u4fdd\u6301\u3055\u308c\u3001\u30b5\u30fc\u30d0\u30fc %s \u306e\u60c5\u5831\u306f\u30aa\u30fc\u30d0\u30fc\u30e9\u30a4\u30c9\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_REPLICATION_MERGING_REGISTRIES_PROGRESS=\u767b\u9332\u60c5\u5831\u3092\u30de\u30fc\u30b8\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=\u30b5\u30fc\u30d0\u30fc %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u69cb\u6210\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u8a73\u7d30: %s |
| | | ERR_REPLICATION_ERROR_READING_CONFIGURATION=\u30b5\u30fc\u30d0\u30fc %s \u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u69cb\u6210\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002%n\u8a73\u7d30: %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 |
| | |
| | | INFO_REPLICATION_STATUS_INDEPENDENT_REPLICATION_SERVERS=\u6b21\u306e\u30b5\u30fc\u30d0\u30fc\u306b\u306f\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0\u304a\u3088\u3073\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30dd\u30fc\u30c8) \u304c\u3042\u308a\u307e\u3059\u304c\u3001\u30ec\u30d7\u30ea\u30b1\u30fc\u30c8\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u542b\u3080\u30b5\u30fc\u30d0\u30fc\u306b\u306f\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM=1 \u3064\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306e\u307f\u3092\u6b21\u306e\u30d9\u30fc\u30b9 DN \u7528\u306b\u5b9a\u7fa9\u3057\u307e\u3059:%n%s%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u5185\u3067\u30b7\u30f3\u30b0\u30eb\u30dd\u30a4\u30f3\u30c8\u969c\u5bb3\u3092\u56de\u907f\u3059\u308b\u305f\u3081\u3001\u5c11\u306a\u304f\u3068\u3082 2 \u3064\u4ee5\u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (2 \u3064\u306e\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0) \u3092\u542b\u3081\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u3066\u3044\u307e\u3059\u3002%n\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_WARNING=1 \u3064\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u306e\u307f\u3092\u6b21\u306e\u30d9\u30fc\u30b9 DN \u7528\u306b\u5b9a\u7fa9\u3057\u307e\u3059:%n%s%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u5185\u3067\u30b7\u30f3\u30b0\u30eb\u30dd\u30a4\u30f3\u30c8\u969c\u5bb3\u3092\u56de\u907f\u3059\u308b\u305f\u3081\u3001\u5c11\u306a\u304f\u3068\u3082 2 \u3064\u4ee5\u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (2 \u3064\u306e\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0) \u3092\u542b\u3081\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_REPLICATION_SERVER=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093:%n%s%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u5185\u306b 1 \u3064\u4ee5\u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0) \u304c\u5fc5\u8981\u3067\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u5185\u3067\u30b7\u30f3\u30b0\u30eb\u30dd\u30a4\u30f3\u30c8\u969c\u5bb3\u3092\u56de\u907f\u3059\u308b\u305f\u3081\u3001\u5c11\u306a\u304f\u3068\u3082 2 \u3064\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (2 \u3064\u306e\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0) \u3092\u542b\u3081\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | ERR_REPLICATION_NO_REPLICATION_SERVER=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u306b\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093:%n%s%n\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u5185\u306b 1 \u3064\u4ee5\u4e0a\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0) \u304c\u5fc5\u8981\u3067\u3059\u3002\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30c8\u30dd\u30ed\u30b8\u5185\u3067\u30b7\u30f3\u30b0\u30eb\u30dd\u30a4\u30f3\u30c8\u969c\u5bb3\u3092\u56de\u907f\u3059\u308b\u305f\u3081\u3001\u5c11\u306a\u304f\u3068\u3082 2 \u3064\u306e\u30ec\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30b5\u30fc\u30d0\u30fc (2 \u3064\u306e\u66f4\u65b0\u5c65\u6b74\u30ed\u30b0) \u3092\u542b\u3081\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=\u8a73\u7d30: %s |
| | | 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_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\u884c\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\u884c\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u9032\u884c\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u9032\u884c\u72b6\u6cc1\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | 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\u958b\u59cb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u958b\u59cb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u958b\u59cb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u64cd\u4f5c\u306e\u958b\u59cb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | 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 |
| | |
| | | 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\u30aa\u30d7\u30b7\u30e7\u30f3\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 |
| | | INFO_REPLICATION_DESCRIPTION_ADVANCED=\u3053\u306e\u30b3\u30de\u30f3\u30c9\u304c\u5bfe\u8a71\u578b\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3055\u308c\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u8a73\u7d30\u8a2d\u5b9a\u3092\u8868\u793a\u3057\u307e\u3059 |
| | | 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=\u30d5\u30a1\u30a4\u30eb %s \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u3092\u6301\u3063\u3066\u3044\u308b\u3053\u3068\u3001\u304a\u3088\u3073\u30d5\u30a1\u30a4\u30eb\u306e\u30d5\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\u7b49\u4fa1\u306e\u30b3\u30de\u30f3\u30c9\u306e\u66f8\u304d\u8fbc\u307f\u5148\u3068\u3057\u3066\u6307\u5b9a\u3057\u305f\u30d1\u30b9 %s \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | 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 |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=\u30d5\u30a1\u30a4\u30eb %s \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093\u3002\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u3092\u6301\u3063\u3066\u3044\u308b\u3053\u3068\u3001\u304a\u3088\u3073\u30d5\u30a1\u30a4\u30eb\u306e\u30d5\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\u7b49\u4fa1\u306e\u30b3\u30de\u30f3\u30c9\u306e\u66f8\u304d\u8fbc\u307f\u5148\u3068\u3057\u3066\u6307\u5b9a\u3057\u305f\u30d1\u30b9 %s \u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | 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 |
| | | 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=%s \u5236\u5fa1\u30d1\u30cd\u30eb |
| | | INFO_PERSON_ICON_DESCRIPTION=\u500b\u4eba\u30aa\u30d6\u30b8\u30a7\u30af\u30c8 |
| | | INFO_ORGANIZATION_ICON_DESCRIPTION=\u7d44\u7e54 |
| | |
| | | INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 |
| | | INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=\u4eee\u60f3\u30b9\u30bf\u30c6\u30a3\u30c3\u30af\u30b0\u30eb\u30fc\u30d7 |
| | | INFO_PASSWORD_POLICY_ICON_DESCRIPTION=\u30d1\u30b9\u30ef\u30fc\u30c9\u30dd\u30ea\u30b7\u30fc |
| | | MILD_ERR_REFERRAL_LIMIT_EXCEEDED=\u30ea\u30d5\u30a7\u30e9\u30eb\u5236\u9650 (%d) \u306b\u9054\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_REFERRAL_LIMIT_EXCEEDED=\u30ea\u30d5\u30a7\u30e9\u30eb\u5236\u9650 (%d) \u306b\u9054\u3057\u307e\u3057\u305f\u3002 |
| | | 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 |
| | | 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_CATEGORY_RUNTIME_OPTIONS=\u5b9f\u884c\u6642\u30aa\u30d7\u30b7\u30e7\u30f3 |
| | | INFO_CTRL_PANEL_ACTION_JAVA_SETTINGS=Java \u8a2d\u5b9a |
| | | INFO_CTRL_PANEL_ACTION_WINDOWS_SERVICE=Windows \u30b5\u30fc\u30d3\u30b9 |
| | | MILD_ERR_CTRL_PANEL_DN_NOT_VALID=DN \u304c\u7121\u52b9\u3067\u3059\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_DN_NOT_VALID=DN \u304c\u7121\u52b9\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=\u7121\u52b9\u306a dn \u5024: '%s'\u3002 |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u6307\u5b9a\u3057\u305f\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002 |
| | | 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_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\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 |
| | | 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 |
| | | 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 |
| | | 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_ATTRIBUTE_OFFLINE=\u5c5e\u6027 '%s' \u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb '%s' \u5185\u306e\u30b9\u30ad\u30fc\u30de\u5b9a\u7fa9\u30a8\u30f3\u30c8\u30ea (cn=schema) \u304b\u3089\u6b21\u306e\u5c5e\u6027\u3092\u524a\u9664\u3059\u308b\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_OBJECTCLASS_OFFLINE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u524a\u9664\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb '%s' \u5185\u306e\u30b9\u30ad\u30fc\u30de\u5b9a\u7fa9\u30a8\u30f3\u30c8\u30ea (cn=schema) \u304b\u3089\u6b21\u306e\u5c5e\u6027\u3092\u524a\u9664\u3059\u308b\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059: |
| | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=\u30b9\u30ad\u30fc\u30de\u8981\u7d20 '%s' \u3092\u8ffd\u52a0\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb '%s' \u5185\u306e\u30b9\u30ad\u30fc\u30de\u5b9a\u7fa9\u30a8\u30f3\u30c8\u30ea (cn=schema) \u306b\u6b21\u306e\u5c5e\u6027\u3092\u8ffd\u52a0\u3059\u308b\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_ATTRIBUTE_ONLINE=\u5c5e\u6027 '%s' \u3092\u8ffd\u52a0\u3059\u308b\u540c\u7b49\u306e\u30b3\u30de\u30f3\u30c9\u884c: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u8ffd\u52a0\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 |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | 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_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. |
| | | 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 |
| | | 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=\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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=\u30b3\u30de\u30f3\u30c9\u884c %s \u306f\u6b63\u5e38\u306b\u8fd4\u308a\u307e\u3057\u305f\u304c\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002 |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=\u30b3\u30de\u30f3\u30c9\u884c %s \u306f\u6b63\u5e38\u306b\u8fd4\u308a\u307e\u3057\u305f\u304c\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u3002 |
| | | |
| | | 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_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 |
| | | 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 |
| | | 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=\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc. \u8a73\u7d30: %s |
| | | MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=\u30a8\u30f3\u30c8\u30ea '%s' \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc. \u8a73\u7d30: %s |
| | | 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 |
| | | 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 |
| | | 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 |
| | | ERR_LDIF_REPRESENTATION_REQUIRED=\u30a8\u30f3\u30c8\u30ea\u306e LDIF \u8868\u73fe\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=\u30b9\u30ad\u30fc\u30de\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | 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 |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | |
| | | INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=\u30bf\u30a4\u30d7 %2$s \u306b\u306a\u308b\u3088\u3046\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%1$s' \u306e\u5b9a\u7fa9\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=\u30bf\u30a4\u30d7 %2$s \u306b\u306a\u308b\u3088\u3046\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%1$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\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\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 |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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: |
| | | INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=\u30b0\u30eb\u30fc\u30d7\u306e\u8ffd\u52a0... |
| | | INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=\u30b0\u30eb\u30fc\u30d7\u306e\u9078\u629e |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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_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 |
| | | 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\u30d1\u30b9: |
| | |
| | | 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 |
| | | MILD_ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30d1\u30b9 '%s' \u306f\u5b58\u5728\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u3002 |
| | | MILD_ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30d1\u30b9 '%s' \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=\u30d5\u30a1\u30a4\u30eb '%s' \u306f\u5b58\u5728\u3057\u307e\u3059\u3002\u65b0\u3057\u304f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u5b9f\u884c\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=\u5897\u5206\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5b9f\u884c\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u3002\u4f7f\u7528\u53ef\u80fd\u306a\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30ea\u30b9\u30c8\u306b\u3042\u308b\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=ID '%s' \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306f\u3001\u3059\u3067\u306b '%s' \u306e\u4e0b\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30d1\u30b9 '%s' \u306f\u5b58\u5728\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30d1\u30b9 '%s' \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_BACKUP_PATH_EXISTS=\u30d5\u30a1\u30a4\u30eb '%s' \u306f\u5b58\u5728\u3057\u307e\u3059\u3002\u65b0\u3057\u304f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u5b9f\u884c\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED=\u5897\u5206\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5b9f\u884c\u3092\u9078\u629e\u3057\u307e\u3057\u305f\u3002\u4f7f\u7528\u53ef\u80fd\u306a\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30ea\u30b9\u30c8\u306b\u3042\u308b\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST=ID '%s' \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306f\u3001\u3059\u3067\u306b '%s' \u306e\u4e0b\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_BACKUP_TASK_DESCRIPTION='%s' \u306e\u5185\u5bb9\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea '%s' \u306b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3057\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_RUN_BACKUP_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_RUN_BACKUP_ALL_BACKENDS=\u3059\u3079\u3066\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_RUN_BACKUP_SUCCESSFUL_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u5b8c\u4e86 |
| | | 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. |
| | | 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 |
| | | 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_BACKUP_TASK_NAME=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 |
| | | |
| | | 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\u3002\u8a73\u7d30: %s |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=\u30d9\u30fc\u30b9 DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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\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\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 |
| | | ERR_CTRL_PANEL_FILE_NOT_PROVIDED=\u30d5\u30a1\u30a4\u30eb\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=\u30d5\u30a1\u30a4\u30eb '%s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=\u5024\u3092 Base 64 \u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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_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\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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_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 |
| | | MILD_ERR_CTRL_PANEL_NO_INDEX_SELECTED=\u30c4\u30ea\u30fc\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 |
| | | 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 |
| | | ERR_CTRL_PANEL_NO_INDEX_SELECTED=\u30c4\u30ea\u30fc\u3067\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | INFO_CTRL_PANEL_DELETE_INDEXES_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u524a\u9664 |
| | | INFO_CTRL_PANEL_CONFIRMATION_INDEXES_DELETE_DETAILS=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u524a\u9664\u3057\u307e\u3059\u304b ? |
| | | INFO_CTRL_PANEL_DELETING_INDEXES_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_INDEXES_COMPLETE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | 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 |
| | | 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 |
| | | 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_DELETING_SCHEMA_ELEMENTS_SUMMARY=\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_COMPLETE=\u30b9\u30ad\u30fc\u30de\u306e\u5b9a\u7fa9\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | 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 |
| | | 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 |
| | | 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_DELETING_ATTRIBUTE_SUMMARY=\u5c5e\u6027 '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_ATTRIBUTE_COMPLETE=\u5c5e\u6027\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=\u5c5e\u6027\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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_MODIFYING_ATTRIBUTE_SUMMARY=\u5c5e\u6027 '%s' \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_COMPLETE=\u5c5e\u6027\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL=\u5c5e\u6027 '%s' \u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=\u5c5e\u6027\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=\u5c5e\u6027 '%s' \u306e\u5909\u66f4\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 |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=\u5c5e\u6027\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=\u5c5e\u6027 '%s' \u306e\u5909\u66f4\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_MODIFYING_OBJECTCLASS_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_COMPLETE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u306e\u5909\u66f4\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 |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u306e\u5909\u66f4\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_DELETING_OBJECTCLASS_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_OBJECTCLASS_COMPLETE=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | 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 |
| | | 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 |
| | | 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_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 |
| | | MILD_ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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_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 |
| | | MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=\u30d9\u30fc\u30b9 DN \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=\u30d9\u30fc\u30b9 DN \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 |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=\u30d9\u30fc\u30b9 DN \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS=\u30d9\u30fc\u30b9 DN \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_BASE_DNS_DETAILS=\u6b21\u306e\u30d9\u30fc\u30b9 DN \u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u30d9\u30fc\u30b9 DN \u4e0a\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u3059\u3079\u3066\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u524a\u9664\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_ERROR_SEARCHING_ENTRY_TITLE=\u30a8\u30f3\u30c8\u30ea\u306e\u691c\u7d22\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=\u30ea\u30d5\u30a7\u30e9\u30eb\u306e\u89e3\u6c7a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=\u30a8\u30f3\u30c8\u30ea '%s' \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ea\u30d5\u30a7\u30e9\u30eb\u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<br><br>\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u30ea\u30d5\u30a7\u30e9\u30eb:<br>%s |
| | | MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=\u30ea\u30d5\u30a7\u30e9\u30eb '%s' \u306e\u89e3\u6c7a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002<br>\u8a73\u7d30: %s |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL='%s' \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b5\u30fc\u30d0\u30fc %s \u5185\u306b\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST='%s' \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b5\u30fc\u30d0\u30fc\u5185\u306b\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=\u30ea\u30d5\u30a7\u30e9\u30eb '%s' \u306e\u89e3\u6c7a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002<br>\u8a73\u7d30: %s |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL='%s' \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b5\u30fc\u30d0\u30fc %s \u5185\u306b\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST='%s' \u3067\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30b5\u30fc\u30d0\u30fc\u5185\u306b\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=\u30a8\u30f3\u30c8\u30ea\u5185\u306e\u30ea\u30d5\u30a7\u30e9\u30eb\u3092\u7de8\u96c6\u3059\u308b\u306b\u306f\u3001\u300c\u8868\u793a\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30ea\u30d5\u30a7\u30e9\u30eb\u306b\u5f93\u3046\u300d\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e\u89e3\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=\u9078\u629e\u3057\u305f\u30ea\u30d5\u30a7\u30e9\u30eb\u306f\u30b5\u30fc\u30d0\u30fc %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u304a\u308a\u3001\u540c\u3058\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u7956\u5148\u3067\u3059\u3002\u3053\u306e\u69cb\u6210\u3067\u306f DIT \u69cb\u9020\u306b\u30eb\u30fc\u30d7\u304c\u751f\u6210\u3055\u308c\u307e\u3059\u3002\u30eb\u30fc\u30d7\u306f\u907f\u3051\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_REFERRAL_LOOP=\u9078\u629e\u3057\u305f\u30ea\u30d5\u30a7\u30e9\u30eb\u306f\u30b5\u30fc\u30d0\u30fc %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u304a\u308a\u3001\u540c\u3058\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u30b5\u30fc\u30d0\u30fc\u306f\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e\u7956\u5148\u3067\u3059\u3002\u3053\u306e\u69cb\u6210\u3067\u306f DIT \u69cb\u9020\u306b\u30eb\u30fc\u30d7\u304c\u751f\u6210\u3055\u308c\u307e\u3059\u3002\u30eb\u30fc\u30d7\u306f\u907f\u3051\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | |
| | | # |
| | | # 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 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_NO_BACKEND_SELECTED=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | 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 |
| | | 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 |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | |
| | | INFO_CTRL_PANEL_EXPORTING_LDIF_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u304b\u3089\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_SUMMARY=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5b8c\u4e86 |
| | | INFO_CTRL_PANEL_EXPORTING_LDIF_SUCCESSFUL_DETAILS=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 |
| | | 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. |
| | | 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 |
| | | 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_IMPORT_THREADS_LABEL=\u30b9\u30ec\u30c3\u30c9\u6570: |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_TOOLTIP=\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b LDIF \u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u53d6\u308b\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u306e\u6570\u3002 |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_HELP=\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u7a7a\u767d\u306e\u307e\u307e\u306b\u3057\u305f\u5834\u5408\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30de\u30b7\u30f3\u306e CPU \u6570\u3092 2 \u500d\u3057\u305f\u6570\u306b\u306a\u308a\u307e\u3059\u3002 |
| | | MILD_ERR_IMPORT_THREAD_NUMBER_INVALID=\u30b9\u30ec\u30c3\u30c9\u6570\u306f\u6b63\u306e\u6574\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_IMPORT_THREAD_NUMBER_INVALID=\u30b9\u30ec\u30c3\u30c9\u6570\u306f\u6b63\u306e\u6574\u6570\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002 |
| | | INFO_CTRL_PANEL_REJECTS_FILE_LABEL=\u62d2\u5426\u30d5\u30a1\u30a4\u30eb: |
| | | INFO_CTRL_PANEL_WRITE_REJECTS_FILE_LABEL=\u62d2\u5426\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059 |
| | | INFO_CTRL_PANEL_OVERWRITE_REJECTS_FILE_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 |
| | |
| | | INFO_CTRL_PANEL_WRITE_SKIPS_FILE_LABEL=\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059 |
| | | INFO_CTRL_PANEL_OVERWRITE_SKIPS_FILE_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 |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30a4\u30f3\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_REJECTS_FILE_REQUIRED=\u62d2\u5426\u30d5\u30a1\u30a4\u30eb\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=\u62d2\u5426\u30d5\u30a1\u30a4\u30eb\u3068\u30b9\u30ad\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u5225\u3005\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=\u30b9\u30ad\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=\u62d2\u5426\u30d5\u30a1\u30a4\u30eb\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT=\u62d2\u5426\u30d5\u30a1\u30a4\u30eb\u3068\u30b9\u30ad\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u5225\u3005\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=\u30b9\u30ad\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | # |
| | | # Note that the following three properties contain line breaks in HTML format |
| | | # (<br>) |
| | |
| | | INFO_CTRL_PANEL_IMPORTING_LDIF_SUMMARY=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_SUMMARY=\u30a4\u30f3\u30dd\u30fc\u30c8\u5b8c\u4e86 |
| | | INFO_CTRL_PANEL_IMPORTING_LDIF_SUCCESSFUL_DETAILS=\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS=\u30a4\u30f3\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_IMPORT_TASK_DESCRIPTION=\u30d5\u30a1\u30a4\u30eb '%s' \u306e\u5185\u5bb9\u3092\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306b\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_DATA_INCLUSION_OPTIONS=\u30c7\u30fc\u30bf\u53d6\u308a\u8fbc\u307f\u30aa\u30d7\u30b7\u30e7\u30f3 |
| | | INFO_CTRL_PANEL_DATA_EXCLUSION_OPTIONS=\u30c7\u30fc\u30bf\u9664\u5916\u30aa\u30d7\u30b7\u30e7\u30f3 |
| | |
| | | INFO_CTRL_PANEL_EXCLUSION_FILTER=\u9664\u5916\u30d5\u30a3\u30eb\u30bf: |
| | | INFO_CTRL_PANEL_SEPARATE_DNS_LINE_BREAK=\u8907\u6570\u306e DN \u3092\u884c\u30d6\u30ec\u30fc\u30af\u3067\u533a\u5207\u308b |
| | | 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\u3002\u8a73\u7d30: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=\u5c5e\u6027 '%s' \u306e\u540d\u524d\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | 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_DELETING_INDEX_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_INDEX_COMPLETE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_DELETING_INDEX_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_INDEX_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_INDEX_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 |
| | | ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_DELETING_INDEX_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_MODIFYING_INDEX_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4 |
| | | INFO_CTRL_PANEL_MODIFYING_INDEX_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_MODIFYING_INDEX_COMPLETE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_MODIFYING_INDEX_SUCCESSFUL=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | |
| | |
| | | # Note that the following property must begin with <html> |
| | | # |
| | | INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)\u64cd\u4f5c\u306f\u72ec\u81ea\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3055\u308c\u3001\u3088\u308a\u591a\u304f\u306e\u8a18\u61b6\u57df\u5272\u308a\u5f53\u3066\u3092\u53d7\u3051\u3089\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | 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 |
| | | 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 |
| | | 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\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 |
| | | ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=\u30d1\u30b9 '%s' \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | 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 |
| | | 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 five properties contain line breaks in HTML format |
| | | # (<br>) |
| | | # |
| | | 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\u3001OPENDJ_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=Java \u30db\u30fc\u30e0\u306e\u5024 '%s' \u306f\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u5024\u306f\u3001OPENDJ_JAVA_HOME \u74b0\u5883\u5909\u6570\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\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u30a8\u30e9\u30fc\u8a73\u7d30:<br>%s |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<br>\u6307\u5b9a\u3055\u308c\u305f Java \u30db\u30fc\u30e0\u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u5024\u306f\u3001OPENDJ_JAVA_HOME \u74b0\u5883\u5909\u6570\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\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u7d30: %s |
| | | ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Java \u30db\u30fc\u30e0\u306e\u5024 '%s' \u306f\u7121\u52b9\u3067\u3059\u3002\u3053\u306e\u5024\u306f\u3001OPENDJ_JAVA_HOME \u74b0\u5883\u5909\u6570\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\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u30a8\u30e9\u30fc\u8a73\u7d30:<br>%s |
| | | ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<br>\u6307\u5b9a\u3055\u308c\u305f Java \u30db\u30fc\u30e0\u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u3092\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Java \u30d0\u30a4\u30ca\u30ea '%s' \u3092\u4f7f\u7528\u3057\u3066\u30b5\u30fc\u30d0\u30fc\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u5024\u306f\u3001OPENDJ_JAVA_HOME \u74b0\u5883\u5909\u6570\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\u300cJava \u30db\u30fc\u30e0\u300d\u30c6\u30ad\u30b9\u30c8\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u7a7a\u306e\u307e\u307e\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f\u3001\u6709\u52b9\u306a Java \u30db\u30fc\u30e0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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_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 |
| | | INFO_CTRL_PANEL_UPDATING_JAVA_SETTINGS_SUCCESSFUL=Java \u8a2d\u5b9a\u304c\u6b63\u5e38\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u8a2d\u5b9a\u306f\u3001\u30b3\u30de\u30f3\u30c9\u884c\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u53cd\u6620\u3055\u308c\u307e\u3059\u3002 |
| | | MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Java \u8a2d\u5b9a\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=Java \u8a2d\u5b9a\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=Java \u8a2d\u5b9a\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=Java \u8a2d\u5b9a\u306e\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d |
| | | INFO_CTRL_PANEL_COMMAND_LINE_NAME_COLUMN=\u30b3\u30de\u30f3\u30c9\u884c\u540d |
| | | INFO_CTRL_PANEL_JAVA_ARGUMENTS_COLUMN=Java \u5f15\u6570 |
| | | INFO_CTRL_PANEL_SERVER_RUNTIME_CELL=%s (\u30b5\u30fc\u30d0\u30fc\u5b9f\u884c\u6642) |
| | |
| | | INFO_CTRL_PANEL_MODIFYING_ENTRY_SUMMARY=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_MODIFYING_ENTRY_COMPLETE=\u30a8\u30f3\u30c8\u30ea\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | 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\u3002\u8a73\u7d30: %s |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=\u5909\u66f4\u306e\u4fdd\u5b58\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | 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_DELETE_SUBTREE_CONFIRMATION_DETAILS=\u30b5\u30d6\u30c4\u30ea\u30fc '%s' (\u30c4\u30ea\u30fc\u4e0a\u306b\u3042\u308b\u305d\u306e\u30b5\u30d6\u30c4\u30ea\u30fc\u306e\u4e0b\u4f4d\u306e\u3059\u3079\u3066\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u542b\u3080) \u3092\u524a\u9664\u3057\u307e\u3059\u304b ? |
| | | INFO_CTRL_PANEL_DELETING_ENTRY_COMPLETE=\u30a8\u30f3\u30c8\u30ea\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_DELETING_ENTRY_SUCCESSFUL=\u30a8\u30f3\u30c8\u30ea '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=\u30a8\u30f3\u30c8\u30ea\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS=\u30a8\u30f3\u30c8\u30ea '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | INFO_CTRL_PANEL_DELETING_SUBTREE_SUMMARY=\u30b5\u30d6\u30c4\u30ea\u30fc '%s' \u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_SUBTREE_COMPLETE=\u30b5\u30d6\u30c4\u30ea\u30fc\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_DELETING_SUBTREE_SUCCESSFUL=\u30b5\u30d6\u30c4\u30ea\u30fc '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=\u30b5\u30d6\u30c4\u30ea\u30fc\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=\u30b5\u30d6\u30c4\u30ea\u30fc '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=\u30b5\u30d6\u30c4\u30ea\u30fc\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS=\u30b5\u30d6\u30c4\u30ea\u30fc '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | INFO_CTRL_PANEL_ALL_BASE_DNS=\u3059\u3079\u3066\u306e\u30d9\u30fc\u30b9 DN |
| | | INFO_CTRL_PANEL_LDAP_FILTER=LDAP \u30d5\u30a3\u30eb\u30bf: |
| | | INFO_CTRL_PANEL_USERS_FILTER=\u30e6\u30fc\u30b6\u30fc |
| | |
| | | # (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL=\u30ed\u30fc\u30ab\u30eb\u30b5\u30fc\u30d0\u30fc\u3078\u306e\u63a5\u7d9a\u4e2d\u306b\u6b21\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f:<br>%s<br>\u8a8d\u8a3c\u3092\u6307\u5b9a\u305b\u305a\u306b\u7d9a\u884c\u3059\u308b\u5834\u5408\u3001\u76e3\u8996\u60c5\u5831\u306f\u8868\u793a\u3055\u308c\u307e\u305b\u3093\u3002<br><br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=\u30b5\u30fc\u30d0\u30fc '%s' \u306e\u30dd\u30fc\u30c8 '%s' \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6307\u5b9a\u3055\u308c\u305f\u60c5\u5831\u304c\u6b63\u3057\u3044\u3053\u3068\u3001\u304a\u3088\u3073\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u4e2d\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a73\u7d30: %s |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=\u30b5\u30fc\u30d0\u30fc '%s' \u306e\u30dd\u30fc\u30c8 '%s' \u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6307\u5b9a\u3055\u308c\u305f\u60c5\u5831\u304c\u6b63\u3057\u3044\u3053\u3068\u3001\u304a\u3088\u3073\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u4e2d\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u8a73\u7d30: %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_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\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\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 |
| | | MILD_ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=\u5909\u66f4\u4e0d\u53ef\u306e\u5c5e\u6027\u306b\u306f\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u306e\u4f7f\u7528\u6cd5\u304c\u5fc5\u8981\u3067\u3059\u3002 |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=\u5c5e\u6027\u3092\u81ea\u8eab\u306e\u4e0a\u4f4d\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u81ea\u8eab\u306e\u4e0a\u4f4d\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f '%s' \u306e (\u76f4\u63a5\u7684\u307e\u305f\u306f\u9593\u63a5\u7684\u306a) \u4e0a\u4f4d\u3067\u3059\u3002 |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=\u3053\u306e\u5c5e\u6027\u306f '%s' \u306e (\u76f4\u63a5\u7684\u307e\u305f\u306f\u9593\u63a5\u7684\u306a) \u4e0a\u4f4d\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=\u5c5e\u6027\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_EMPTY_ALIAS=\u7a7a\u306e\u30a8\u30a4\u30ea\u30a2\u30b9\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | 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 |
| | | ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=\u5909\u66f4\u4e0d\u53ef\u306e\u5c5e\u6027\u306b\u306f\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u306e\u4f7f\u7528\u6cd5\u304c\u5fc5\u8981\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=\u5c5e\u6027\u3092\u81ea\u8eab\u306e\u4e0a\u4f4d\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u81ea\u8eab\u306e\u4e0a\u4f4d\u306b\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f '%s' \u306e (\u76f4\u63a5\u7684\u307e\u305f\u306f\u9593\u63a5\u7684\u306a) \u4e0a\u4f4d\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=\u3053\u306e\u5c5e\u6027\u306f '%s' \u306e (\u76f4\u63a5\u7684\u307e\u305f\u306f\u9593\u63a5\u7684\u306a) \u4e0a\u4f4d\u3067\u3059\u3002 |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=\u5c5e\u6027 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS=\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u3092\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb '%s' \u306b\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_COMPLETE=\u30b9\u30ad\u30fc\u30de\u3067\u4f5c\u6210\u3055\u308c\u305f\u5c5e\u6027 |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUCCESSFUL=\u5c5e\u6027 '%s' \u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=\u5c5e\u6027\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=\u5c5e\u6027 '%s' \u306e\u4f5c\u6210\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 |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=\u5c5e\u6027\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS=\u5c5e\u6027 '%s' \u306e\u4f5c\u6210\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_TYPE_ATTRIBUTE=\u5c5e\u6027 |
| | | INFO_CTRL_PANEL_TYPE_OBJECT_CLASS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 |
| | | INFO_CTRL_PANEL_TYPE_MATCHING_RULE=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb |
| | |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u65b0\u898f\u30d9\u30fc\u30b9 DN \u3092\u4f5c\u6210\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CTRL_PANEL_IMPORT_LDIF_PATH_LABEL=\u30d1\u30b9: |
| | | INFO_CTRL_PANEL_NUMBER_OF_USER_ENTRIES_LABEL=\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306e\u6570: |
| | | MILD_ERR_NEW_BACKEND_NAME_REQUIRED=\u65b0\u898f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_BACKEND_ALREADY_EXISTS=\u6b21\u306e\u540d\u524d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059: %s |
| | | MILD_ERR_NEW_BASE_DN_VALUE_REQUIRED=\u30d9\u30fc\u30b9 DN \u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_BASE_DN_ALREADY_EXISTS=\u30d9\u30fc\u30b9 DN '%s' \u306f\u3059\u3067\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | MILD_ERR_BASE_DN_ANCESTOR_EXISTS=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3001\u540c\u3058\u968e\u5c64\u30d1\u30b9\u5185\u306b\u3042\u308b\u5225\u306e\u30d9\u30fc\u30b9 DN \u304c\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 (%s \u306f\u3001\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u7956\u5148)\u3002 |
| | | MILD_ERR_BASE_DN_DN_IS_ANCESTOR_OF=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3001\u540c\u3058\u968e\u5c64\u30d1\u30b9\u5185\u306b\u3042\u308b\u5225\u306e\u30d9\u30fc\u30b9 DN \u304c\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 (%s \u306f\u3001\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u5b50\u5b6b)\u3002 |
| | | MILD_ERR_NUMBER_OF_ENTRIES_INVALID=\u751f\u6210\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306e\u6570\u306f\u3001%d \u304b\u3089 %d \u307e\u3067\u306e\u9593\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_NEW_BACKEND_NAME_REQUIRED=\u65b0\u898f\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_BACKEND_ALREADY_EXISTS=\u6b21\u306e\u540d\u524d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059: %s |
| | | ERR_NEW_BASE_DN_VALUE_REQUIRED=\u30d9\u30fc\u30b9 DN \u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_BASE_DN_ALREADY_EXISTS=\u30d9\u30fc\u30b9 DN '%s' \u306f\u3059\u3067\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002 |
| | | ERR_BASE_DN_ANCESTOR_EXISTS=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3001\u540c\u3058\u968e\u5c64\u30d1\u30b9\u5185\u306b\u3042\u308b\u5225\u306e\u30d9\u30fc\u30b9 DN \u304c\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 (%s \u306f\u3001\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u7956\u5148)\u3002 |
| | | ERR_BASE_DN_DN_IS_ANCESTOR_OF=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3001\u540c\u3058\u968e\u5c64\u30d1\u30b9\u5185\u306b\u3042\u308b\u5225\u306e\u30d9\u30fc\u30b9 DN \u304c\u3059\u3067\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059 (%s \u306f\u3001\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u5b50\u5b6b)\u3002 |
| | | ERR_NUMBER_OF_ENTRIES_INVALID=\u751f\u6210\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u30a8\u30f3\u30c8\u30ea\u306e\u6570\u306f\u3001%d \u304b\u3089 %d \u307e\u3067\u306e\u9593\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CTRL_PANEL_CREATING_BASE_DN_SUMMARY=\u30d9\u30fc\u30b9 DN '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_CREATING_BASE_DN_COMPLETE=\u30d9\u30fc\u30b9 DN \u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_CREATING_BASE_DN_SUCCESSFUL=\u30d9\u30fc\u30b9 DN '%s' \u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=\u30d9\u30fc\u30b9 DN '%s' \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u3057\u304f\u306f '\u8a73\u7d30' \u30c6\u30ad\u30b9\u30c8\u9818\u57df\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=\u30d9\u30fc\u30b9 DN \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=\u30d9\u30fc\u30b9 DN '%s' \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u8a73\u3057\u304f\u306f '\u8a73\u7d30' \u30c6\u30ad\u30b9\u30c8\u9818\u57df\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS=\u30d9\u30fc\u30b9 DN \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | INFO_CTRL_PANEL_NEW_BASE_DN_TASK_DESCRIPTION=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u3067\u65b0\u898f\u30d9\u30fc\u30b9 DN '%s' \u3092\u4f5c\u6210\u3057\u307e\u3059\u3002 |
| | | 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 |
| | | 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 |
| | | 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_DUPLICATE_ENTRY_MENU=\u30a8\u30f3\u30c8\u30ea\u306e\u8907\u88fd... |
| | | |
| | | 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\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\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\u3002\u8a73\u7d30: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_MEMBER_NOT_FOUND=\u30a8\u30f3\u30c8\u30ea '%s' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_MEMBER_REQUIRED=\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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: |
| | |
| | | |
| | | 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 |
| | | MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=\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_INFO_ONE_INDEX_TYPE_MUST_BE_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 |
| | | ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=\u5c5e\u6027\u540d\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=\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 |
| | | ERR_INFO_ONE_INDEX_TYPE_MUST_BE_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 |
| | | INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUMMARY=\u65b0\u898f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_CREATING_NEW_INDEX_SUCCESSFUL_DETAILS=\u65b0\u898f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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\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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | INFO_CTRL_PANEL_CREATING_OBJECTCLASS_SUCCESSFUL=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u306e\u4f5c\u6210\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 |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 '%s' \u306e\u4f5c\u6210\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_OBJECTCLASS_OBSOLETE_LABEL=\u5ec3\u6b62 |
| | | INFO_CTRL_PANEL_OBJECTCLASS_ABSTRACT_LABEL=\u62bd\u8c61 |
| | | INFO_CTRL_PANEL_OBJECTCLASS_STRUCTURAL_LABEL=\u69cb\u9020 |
| | |
| | | INFO_CTRL_PANEL_ADDREMOVE_AVAILABLE_OBJECTCLASSES=\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9: |
| | | INFO_CTRL_PANEL_ADDREMOVE_SELECTED_OBJECTCLASSES=\u9078\u629e\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9: |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u7de8\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u3059: %s.%n\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u69cb\u9020\u307e\u305f\u306f\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3060\u3051\u3067\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u7de8\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u69cb\u9020\u30af\u30e9\u30b9\u3067\u3059: %s.%n\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u88dc\u52a9\u307e\u305f\u306f\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3060\u3051\u3067\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u7de8\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u69cb\u9020\u307e\u305f\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u3059: %s.%n\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3060\u3051\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u7de8\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u3059: %s.%n\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u69cb\u9020\u307e\u305f\u306f\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3060\u3051\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u7de8\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u69cb\u9020\u30af\u30e9\u30b9\u3067\u3059: %s.%n\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u88dc\u52a9\u307e\u305f\u306f\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3060\u3051\u3067\u3059\u3002 |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3092\u7de8\u96c6\u3057\u3066\u3044\u307e\u3059\u3002\u6b21\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u69cb\u9020\u307e\u305f\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u3059: %s.%n\u62bd\u8c61\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306e\u4e0a\u4f4d\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f\u3001\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3060\u3051\u3067\u3059\u3002 |
| | | |
| | | INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=\u540d\u524d: |
| | | INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=\u8aac\u660e: |
| | |
| | | INFO_CTRL_PANEL_NEW_OU_TELEPHONE_NUMBER_LABEL=\u96fb\u8a71\u756a\u53f7: |
| | | 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 |
| | | 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_NAMING_ATTRIBUTE_LABEL=\u30cd\u30fc\u30df\u30f3\u30b0\u5c5e\u6027: |
| | | INFO_CTRL_PANEL_NEW_USER_ENTRY_DN_LABEL=\u30a8\u30f3\u30c8\u30ea DN: |
| | | INFO_CTRL_PANEL_NEW_USER_PANEL_TITLE=\u65b0\u898f\u30e6\u30fc\u30b6\u30fc |
| | | 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 |
| | | ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=\u300c\u59d3\\u300d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=\u300c\u5171\u901a\u540d\u300d\u306b\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | 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... |
| | | INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_CREATING_NEW_VLV_INDEX_SUCCESSFUL_DETAILS=\u65b0\u898f VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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_REQUIRES_REBUILD_LEGEND=(*) \u518d\u69cb\u7bc9\u304c\u5fc5\u8981 |
| | | INFO_CTRL_PANEL_REBUILD_INDEXES_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u518d\u69cb\u7bc9 |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=\u30b5\u30fc\u30d0\u30fc\u306f\u7a3c\u50cd\u3057\u3066\u3044\u307e\u3059\u3002\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u518d\u69cb\u7bc9\u3059\u308b\u524d\u306b\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u8a8d\u8a3c\u3092\u884c\u306a\u3063\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=\u30d9\u30fc\u30b9 DN \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=\u30d9\u30fc\u30b9 DN \u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=\u518d\u69cb\u7bc9\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=\u30d9\u30fc\u30b9 DN \u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=\u30d9\u30fc\u30b9 DN \u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD=\u518d\u69cb\u7bc9\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | # |
| | | # Note that the following property contain line breaks in HTML format (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_CONFIRM_REBUILD_INDEX_DETAILS=\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\u3059\u3079\u3066\u306e\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059\u3002<br><br>\u7d9a\u884c\u3057\u307e\u3059\u304b ? |
| | | MILD_ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED=\u65b0\u898f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u5024\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CTRL_PANEL_RESET_USER_PASSWORD_TITLE=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8 |
| | | INFO_CTRL_PANEL_RESET_USER_PASSWORD_DN_LABEL=DN: |
| | | INFO_CTRL_PANEL_RESET_USER_PASSWORD_PWD_LABEL=\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9: |
| | |
| | | INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUMMARY=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_RESETTING_USER_PASSWORD_SUCCESSFUL_SUMMARY=\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f |
| | | 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 |
| | | 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 |
| | | 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_VERIFYING_BACKUP_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 '%s' \u306e\u5185\u5bb9\u3092\u691c\u8a3c\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_SUMMARY=\u691c\u8a3c\u5b8c\u4e86 |
| | | INFO_CTRL_PANEL_VERIFYING_BACKUP_SUCCESSFUL_DETAILS=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= \u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS= \u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u691c\u8a3c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | # |
| | | # Note that the following property contain line breaks in HTML format (<br>) |
| | | # |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3093\u3060\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6b21\u306b\u3001\u300c\u518d\u8868\u793a\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30ea\u30b9\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3059\u3002<br>\u6700\u5f8c\u306b\u3001\u30ea\u30b9\u30c8\u304b\u3089\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u9078\u629e\u3057\u307e\u3059\u3002 |
| | | MILD_ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30ea\u30b9\u30c8\u304b\u3089\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3093\u3060\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6b21\u306b\u3001\u300c\u518d\u8868\u793a\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u3001\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30ea\u30b9\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3059\u3002<br>\u6700\u5f8c\u306b\u3001\u30ea\u30b9\u30c8\u304b\u3089\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u9078\u629e\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY=\u4f7f\u7528\u53ef\u80fd\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30ea\u30b9\u30c8\u304b\u3089\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | |
| | | INFO_CTRL_PANEL_RESTORING_SUMMARY=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 '%s' \u306e\u5185\u5bb9\u3092\u5fa9\u5143\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_SUMMARY=\u5fa9\u5143\u5b8c\u4e86 |
| | | INFO_CTRL_PANEL_RESTORING_SUCCESSFUL_DETAILS=\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=\u5fa9\u5143\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=\u5fa9\u5143\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=\u5fa9\u5143\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS=\u5fa9\u5143\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | INFO_CTRL_PANEL_VERIFY_TASK_DESCRIPTION=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea '%s' \u306b\u3042\u308b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 '%s' \u306e\u5185\u5bb9\u3092\u691c\u8a3c\u3057\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_RESTORE_TASK_DESCRIPTION=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea '%s' \u306b\u3042\u308b\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 '%s' \u306e\u5185\u5bb9\u3092\u5fa9\u5143\u3057\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_CN_FRIENDLY_NAME=\u5171\u901a\u540d |
| | |
| | | |
| | | 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 |
| | | 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_GENERIC_TITLE=%s \u5236\u5fa1\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 |
| | | 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 |
| | | INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=\u5229\u7528\u4e0d\u53ef |
| | | INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=\u30b5\u30fc\u30d0\u30fc\u306e\u72b6\u614b |
| | | INFO_CTRL_PANEL_SERVER_STATUS_LABEL=\u30b5\u30fc\u30d0\u30fc\u306e\u72b6\u614b: |
| | |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u3092\u7121\u52b9\u306b\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u304c\u7121\u52b9\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=Windows \u30b5\u30fc\u30d3\u30b9\u304c\u6b63\u5e38\u306b\u7121\u52b9\u306b\u306a\u308a\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u7121\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u7121\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u7121\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u7121\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_ENABLING_WINDOWS_SERVICE_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u3092\u6709\u52b9\u5316\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u304c\u6709\u52b9\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_SUCCESSFUL_DETAILS=Windows \u30b5\u30fc\u30d3\u30b9\u304c\u6b63\u5e38\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u6709\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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. |
| | | ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u6709\u52b9\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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_VERIFY_ALL_KEYS=\u3059\u3079\u3066\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ad\u30fc\u306e\u30a8\u30f3\u30c8\u30ea ID \u304c\u524a\u9664\u3055\u308c\u3001\u65e2\u5b58\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u304b\u691c\u8a3c\u3059\u308b |
| | | INFO_CTRL_PANEL_INDEX_LABEL=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9: |
| | | INFO_CTRL_PANEL_VERIFY_INDEXES_PANEL_TITLE=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u691c\u8a3c |
| | | MILD_ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=\u691c\u8a3c\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=\u30d9\u30fc\u30b9 DN '%s' \u306b\u5bfe\u3057\u3066\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | MILD_ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=\u691c\u8a3c\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=\u30d9\u30fc\u30b9 DN '%s' \u306b\u5bfe\u3057\u3066\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | INFO_CTRL_PANEL_VERIFYING_INDEXES_SUMMARY='%s' \u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5185\u5bb9\u3092\u691c\u8a3c\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u691c\u8a3c\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_VERIFYING_INDEXES_SUCCESSFUL_DETAILS=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u6b63\u5e38\u306b\u691c\u8a3c\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | 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. |
| | | 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 |
| | | 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 |
| | | |
| | | # |
| | |
| | | INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u524a\u9664\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_DELETING_VLV_INDEX_COMPLETE=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_DELETING_VLV_INDEX_SUCCESSFUL=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=VLV \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_VLV_INDEX_ERROR_DETAILS=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS=VLV \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_MODIFYING_VLV_INDEX_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 %s \u3092\u5909\u66f4\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_COMPLETE=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f |
| | | INFO_CTRL_PANEL_MODIFYING_VLV_INDEX_SUCCESSFUL=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 '%s' \u306e VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9 '%s' \u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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 |
| | | ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=VLV \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | 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_VLV_ASCENDING_VLV_INDEX=%s (\u6607\u9806) |
| | | INFO_CTRL_PANEL_VLV_DESCENDING_VLV_INDEX=%s (\u964d\u9806) |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_SETTING_ENVIRONMENT=\u74b0\u5883\u306e\u8a2d\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_CTRL_PANEL_SETTING_ENVIRONMENT=\u74b0\u5883\u306e\u8a2d\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | |
| | | INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=\u30a8\u30e9\u30fc |
| | | INFO_CTRL_PANEL_PROGRESS_DONE=\u5b8c\u4e86 |
| | |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_REBUILD_INDEX_SUMMARY=\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f\u3001\u7ba1\u7406\u5bfe\u8c61\u306e\u30b5\u30fc\u30d0\u30fc\u304c\u30ed\u30fc\u30ab\u30eb\u30b5\u30fc\u30d0\u30fc\u3067\u3042\u308b\u5834\u5408\u306e\u307f\u306b\u518d\u69cb\u7bc9\u3067\u304d\u307e\u3059 |
| | | INFO_CTRL_PANEL_REMOTE_SERVER_PATH=\u30d1\u30b9\u306f\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u304b\u3089\u30a2\u30af\u30bb\u30b9\u53ef\u80fd\u306a\u72b6\u614b\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_WINDOWS_SERVICE_SUMMARY=Windows \u30b5\u30fc\u30d3\u30b9\u306e\u69cb\u6210\u306f\u3001\u7ba1\u7406\u5bfe\u8c61\u306e\u30b5\u30fc\u30d0\u30fc\u304c\u30ed\u30fc\u30ab\u30eb\u30b5\u30fc\u30d0\u30fc\u3067\u3042\u308b\u5834\u5408\u306e\u307f\u8868\u793a\u304a\u3088\u3073\u5909\u66f4\u3067\u304d\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=\u81ea\u52d5\u751f\u6210\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306e\u30ed\u30fc\u30ab\u30eb LDIF \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=\u81ea\u52d5\u751f\u6210\u3055\u308c\u305f\u30c7\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u65b0\u3057\u3044\u30d9\u30fc\u30b9 DN \u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306e\u30ed\u30fc\u30ab\u30eb LDIF \u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: %d. |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_ID_LABEL=\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID: |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_PATH_LABEL=\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d1\u30b9: |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=\u89aa\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_SUMMARY=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306b\u63a5\u7d9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc '%s' \u304c\u505c\u6b62\u3057\u3066\u3044\u308b\u3001\u307e\u305f\u306f\u6307\u5b9a\u3055\u308c\u305f\u8a8d\u8a3c\u304c\u6709\u52b9\u3067\u306f\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30b5\u30fc\u30d0\u30fc\u3092\u9060\u9694\u7ba1\u7406\u3067\u304d\u308b\u3088\u3046\u306b\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_CONNECT_TO_SERVER_MENU=\u7ba1\u7406\u3059\u308b\u30b5\u30fc\u30d0\u30fc... |
| | | INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_REMOTE_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\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u4e0a\u306e\u300crebuild-index\u300d\u30b3\u30de\u30f3\u30c9\u884c\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 |
| | | INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE=\u81ea\u52d5\u751f\u6210\u3055\u308c\u305f\u30c7\u30fc\u30bf (%s \u30a8\u30f3\u30c8\u30ea) \u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND='%s' \u5185\u306e\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306f\u3053\u306e\u5236\u5fa1\u30d1\u30cd\u30eb\u3067\u306f\u7ba1\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306e\u88fd\u54c1\u540d\u306f '%s' \u3067\u3001\u5236\u5fa1\u30d1\u30cd\u30eb\u306e\u88fd\u54c1\u540d\u306f '%s' \u3067\u3059\u3002 |
| | | SEVERE_ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER='%s' \u5185\u306e\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5236\u5fa1\u30d1\u30cd\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u7570\u306a\u308a\u307e\u3059\u3002\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f '%s.%s.%s' \u3067\u3001\u5236\u5fa1\u30d1\u30cd\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f '%d.%d.%d' \u3067\u3059\u3002 |
| | | SEVERE_ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u3067\u30d0\u30fc\u30b8\u30e7\u30f3\u60c5\u5831\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u30ea\u30e2\u30fc\u30c8 LDAP \u30b5\u30fc\u30d0\u30fc\u306f\u5236\u5fa1\u30d1\u30cd\u30eb\u3067\u30ea\u30e2\u30fc\u30c8\u7ba1\u7406\u3067\u304d\u306a\u3044\u3088\u3046\u3067\u3059\u3002 |
| | | ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND='%s' \u5185\u306e\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306f\u3053\u306e\u5236\u5fa1\u30d1\u30cd\u30eb\u3067\u306f\u7ba1\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306e\u88fd\u54c1\u540d\u306f '%s' \u3067\u3001\u5236\u5fa1\u30d1\u30cd\u30eb\u306e\u88fd\u54c1\u540d\u306f '%s' \u3067\u3059\u3002 |
| | | ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER='%s' \u5185\u306e\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5236\u5fa1\u30d1\u30cd\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u7570\u306a\u308a\u307e\u3059\u3002\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f '%s.%s.%s' \u3067\u3001\u5236\u5fa1\u30d1\u30cd\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f '%d.%d.%d' \u3067\u3059\u3002 |
| | | ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=\u30ea\u30e2\u30fc\u30c8\u30b5\u30fc\u30d0\u30fc\u3067\u30d0\u30fc\u30b8\u30e7\u30f3\u60c5\u5831\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3053\u306e\u30ea\u30e2\u30fc\u30c8 LDAP \u30b5\u30fc\u30d0\u30fc\u306f\u5236\u5fa1\u30d1\u30cd\u30eb\u3067\u30ea\u30e2\u30fc\u30c8\u7ba1\u7406\u3067\u304d\u306a\u3044\u3088\u3046\u3067\u3059\u3002 |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TITLE='%s' \u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_SUMMARY='%s' \u30bf\u30b9\u30af\u3092\u3044\u3064\u5b9f\u884c\u3059\u308b\u304b\u6307\u5b9a\u3057\u307e\u3059\u3002 |
| | |
| | | # Note that the following property contains line breaks in HTML format (<br>). |
| | | # |
| | | INFO_CTRL_PANEL_CRON_HELP=\u300c,\u300d\u3092\u4f7f\u7528\u3057\u3066\u5024\u3092\u533a\u5207\u308a\u307e\u3059\u3002\u305f\u3068\u3048\u3070\u300c1,4,5\u300d\u306e\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<br>\u300c-\u300d\u3092\u4f7f\u7528\u3057\u3066\u7bc4\u56f2\u3092\u8868\u3057\u307e\u3059\u3002\u305f\u3068\u3048\u3070\u300c1-5\u300d\u306e\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<br>\u300c*\u300d\u3092\u4f7f\u7528\u3057\u3066\u4efb\u610f\u306e\u5024\u3092\u8868\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=\u6307\u5b9a\u3055\u308c\u305f\u300c\u6642\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=\u6307\u5b9a\u3055\u308c\u305f\u300c\u5206\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=\u6307\u5b9a\u3055\u308c\u305f\u65e5\u4ed8\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_TIME=\u6307\u5b9a\u3055\u308c\u305f\u6642\u523b\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=\u65e5\u4ed8 '%d' \u306f %s \u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=\u66dc\u65e5\u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=\u65e5\u4ed8\u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_DATE_ALREADY_PASSED=\u6307\u5b9a\u3055\u308c\u305f\u65e5\u4ed8\u306f\u3059\u3067\u306b\u904e\u304e\u3066\u3044\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=\u300c\u5206\u300d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=\u300c\u6642\u300d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=\u65e5\u4ed8\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=\u6708\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=\u66dc\u65e5\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u300c\u5206\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u300c\u6642\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u65e5\u4ed8\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u6708\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u66dc\u65e5\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_INVALID_HOUR=\u6307\u5b9a\u3055\u308c\u305f\u300c\u6642\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_INVALID_MINUTE=\u6307\u5b9a\u3055\u308c\u305f\u300c\u5206\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_INVALID_DAY=\u6307\u5b9a\u3055\u308c\u305f\u65e5\u4ed8\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_INVALID_TIME=\u6307\u5b9a\u3055\u308c\u305f\u6642\u523b\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=\u65e5\u4ed8 '%d' \u306f %s \u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=\u66dc\u65e5\u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=\u65e5\u4ed8\u3092 1 \u3064\u4ee5\u4e0a\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_DATE_ALREADY_PASSED=\u6307\u5b9a\u3055\u308c\u305f\u65e5\u4ed8\u306f\u3059\u3067\u306b\u904e\u304e\u3066\u3044\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=\u300c\u5206\u300d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=\u300c\u6642\u300d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=\u65e5\u4ed8\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=\u6708\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=\u66dc\u65e5\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4efb\u610f\u306e\u5024\u3092\u8868\u3059\u306b\u306f '*' \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u300c\u5206\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u300c\u6642\u300d\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u65e5\u4ed8\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u6708\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=\u6307\u5b9a\u3055\u308c\u305f\u66dc\u65e5\u306e\u5024\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_LIST_TITLE=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af |
| | | INFO_CTRL_PANEL_NO_TASKS_FOUND=- \u30bf\u30b9\u30af\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093 - |
| | |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUMMARY=\u30bf\u30b9\u30af\u3092\u53d6\u308a\u6d88\u3057\u3066\u3044\u307e\u3059... |
| | | INFO_CTRL_PANEL_CANCELING_TASK_COMPLETE=\u30bf\u30b9\u30af\u306f\u6b63\u5e38\u306b\u53d6\u308a\u6d88\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUCCESSFUL=\u30bf\u30b9\u30af\u306f\u6b63\u5e38\u306b\u53d6\u308a\u6d88\u3055\u308c\u307e\u3057\u305f\u3002 |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=\u30bf\u30b9\u30af\u306e\u53d6\u308a\u6d88\u3057\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=\u9078\u629e\u3057\u305f\u30bf\u30b9\u30af\u306e\u53d6\u308a\u6d88\u3057\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=\u30bf\u30b9\u30af\u306e\u53d6\u308a\u6d88\u3057\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=\u9078\u629e\u3057\u305f\u30bf\u30b9\u30af\u306e\u53d6\u308a\u6d88\u3057\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002 |
| | | INFO_CTRL_PANEL_CANCEL_TASK_TITLE=\u30bf\u30b9\u30af\u306e\u53d6\u308a\u6d88\u3057 |
| | | INFO_CTRL_PANEL_TASK_IS_CANCELABLE=\u53d6\u308a\u6d88\u3057\u53ef\u80fd |
| | | INFO_CTRL_PANEL_TASK_IS_NOT_CANCELABLE=\u53d6\u308a\u6d88\u3057\u4e0d\u53ef\u80fd |
| | |
| | | INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY=CRON \u30b9\u30b1\u30b8\u30e5\u30fc\u30eb '%s' \u3092\u4f7f\u7528\u3057\u3066\u5b9a\u671f\u7684\u306b\u5b9f\u884c\u3059\u308b |
| | | INFO_CTRL_PANEL_TASK_LOG_LABEL=\u30bf\u30b9\u30af\u306e\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8 |
| | | INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=\u30bf\u30b9\u30af\u306e\u5c5e\u6027\u306e\u8868\u793a... |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=\u5c06\u6765\u306e\u65e5\u4ed8\u306b\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u3057\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=\u5b9a\u671f\u7684\u306b\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u3057\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=\u5c06\u6765\u306e\u65e5\u4ed8\u306b\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u3057\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=\u5b9a\u671f\u7684\u306b\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u304c\u7a3c\u50cd\u3057\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 |
| | | |
| | | INFO_CTRL_PANEL_TASK_SPECIFIC_DETAILS=\u30bf\u30b9\u30af\u306e\u5177\u4f53\u7684\u306a\u8a73\u7d30 |
| | | INFO_CTRL_PANEL_NO_TASK_SELECTED=- \u30bf\u30b9\u30af\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093 - |
| | |
| | | INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=\u89aa DN \u306e\u9078\u629e |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=\u65b0\u898f\u30a8\u30f3\u30c8\u30ea\u540d: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=\u89aa\u30a8\u30f3\u30c8\u30ea DN: |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=\u65b0\u3057\u3044\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=\u89aa\u30a8\u30f3\u30c8\u30ea\u306e\u6709\u52b9\u306a DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=\u89aa\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=\u65b0\u3057\u3044\u30a8\u30f3\u30c8\u30ea\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=\u89aa\u30a8\u30f3\u30c8\u30ea\u306e\u6709\u52b9\u306a DN \u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=\u89aa\u30a8\u30f3\u30c8\u30ea\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002 |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=\u30a8\u30f3\u30c8\u30ea DN: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u30d1\u30b9\u30ef\u30fc\u30c9: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=\u30d1\u30b9\u30ef\u30fc\u30c9 (\u78ba\u8a8d): |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2009 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2012 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=\uc778\uc99d |
| | | INFO_BACKENDID_COLUMN=\ubc31\uc5d4\ub4dc \uc544\uc774\ub514 |
| | | INFO_BASEDN_COLUMN=\uae30\ubcf8 DN |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\uc81c\uacf5\ub41c \uc790\uaca9 \uc99d\uba85\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uac00\ub2a5\ud55c \uc6d0\uc778: %n%s |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\uc81c\uacf5\ub41c \uc790\uaca9 \uc99d\uba85\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uac00\ub2a5\ud55c \uc6d0\uc778: %n%s |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=bak \ub514\ub809\ud1a0\ub9ac\uc5d0 \ud3ec\ud568\ub41c \ubc31\uc5c5 \ud30c\uc77c\uc744 \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=\uad6c\uc131 \ubc0f \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc744 \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_CLI_UNINSTALL_CONFIRM_DATABASES=\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ub0b4\uc6a9\uc744 \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | |
| | | INFO_CLI_UNINSTALL_CONFIRM_LOGS=\ub85c\uadf8 \ud30c\uc77c\uc744 \uc81c\uac70\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | 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? |
| | | 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. |
| | | 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. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\uc81c\uac70\ud560 \ud56d\ubaa9\uc744 \uc120\ud0dd\ud574\uc57c \ud569\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.%nIf the server is actually replicating contents with other servers you must provide administrator authentication to remove references to this server in the replicating servers.%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.%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 servers.%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? |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=\ubcf5\uc81c\ub97c \uc704\ud574 \uc6d0\uaca9 \uc11c\ubc84\uc5d0\uc11c \ucc38\uc870\ub418\ub294 \uc774 \ud638\uc2a4\ud2b8\uc758 \uc774\ub984 \ub610\ub294 IP \uc8fc\uc18c |
| | |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=\ud655\uc778 \ud544\uc694 |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=\uc81c\uac70 \ud655\uc778%n\uc120\ud0dd\ud55c \ubaa8\ub4e0 \ud30c\uc77c\uc774 \uc601\uad6c\ud788 \uc0ad\uc81c\ub429\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\uc81c\uac70 \ud655\uc778 |
| | | 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? |
| | | 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? |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\uc11c\ubc84 \uc2e4\ud589 \uc911 |
| | | INFO_CONNECTIONS_LABEL=\uc5f0\uacb0 \uc5f4\uae30: |
| | | MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=\uad6c\uc131 \ud30c\uc77c\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.%n\uc9c0\uc815\ub41c \uc5f0\uacb0 \ub9e4\uac1c\ubcc0\uc218\uc5d0 \ub300\ud574 \uc0ac\uc6a9 \uac00\ub2a5\ud55c LDAP \ud3ec\ud2b8\uac00 \uc5c6\uac70\ub098 \uad6c\uc131 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc77d\uae30 \uad8c\ud55c\uc774 \uc5c6\uae30 \ub54c\ubb38\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_COULD_NOT_FIND_VALID_LDAPURL=\uad6c\uc131 \ud30c\uc77c\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.%n\uc9c0\uc815\ub41c \uc5f0\uacb0 \ub9e4\uac1c\ubcc0\uc218\uc5d0 \ub300\ud574 \uc0ac\uc6a9 \uac00\ub2a5\ud55c LDAP \ud3ec\ud2b8\uac00 \uc5c6\uac70\ub098 \uad6c\uc131 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc77d\uae30 \uad8c\ud55c\uc774 \uc5c6\uae30 \ub54c\ubb38\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | INFO_DATABASES_TITLE=\ub370\uc774\ud130 \uc18c\uc2a4 |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=\uc774 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c \uc0ad\uc81c |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\ub294 \uc11c\ubc84 \uacbd\ub85c \uc678\ubd80\uc758 \ub2e4\uc74c \uc704\uce58\uc5d0 \uc788\ub294 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud30c\uc77c\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | |
| | | INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=\uc124\uce58 \ub514\ub809\ud1a0\ub9ac \uc678\ubd80\uc5d0 \uc788\ub294 \ub85c\uadf8 \ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\ub824\uba74 \uc774 \uc0c1\uc790\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4. |
| | | INFO_DISABLED_LABEL=\uc0ac\uc6a9 \ubd88\uac00\ub2a5 |
| | | INFO_ENABLED_LABEL=\uc0ac\uc6a9 \uac00\ub2a5 |
| | | 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 |
| | | 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 |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=\uc81c\uac70 |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\uc81c\uac70 \ub9c8\uce68 |
| | | INFO_FRAME_UNINSTALL_TITLE=OpenDJ \uc81c\uac70 |
| | |
| | | INFO_SUMMARY_DISABLING_WINDOWS_SERVICE=Windows \uc11c\ube44\uc2a4\ub97c \ube44\ud65c\uc131\ud654\ud558\ub294 \uc911... |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR=\uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 '\uc790\uc138\ud788' \ud14d\uc2a4\ud2b8 \uc601\uc5ed\uc744 \ucc38\uc870\ud558\uc2ed\uc2dc\uc624. |
| | | INFO_SUMMARY_UNINSTALL_NOT_STARTED=\uc81c\uac70\ub97c \uc2dc\uc791\ud558\ub294 \uc911... |
| | | 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... |
| | | 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... |
| | | 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... |
| | | 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. |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_LABEL=\ud638\uc2a4\ud2b8 \uc774\ub984: |
| | |
| | | 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 DNs 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 DNs 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) |
| | | 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_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. |
| | | 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. |
| | | 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. |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=\uc81c\uacf5\ub41c \uac12 %s\uc740(\ub294) \uc62c\ubc14\ub978 \uae30\ubcf8 DN\uc774 \uc544\ub2d9\ub2c8\ub2e4. |
| | | 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 |
| | | 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 |
| | | 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. |
| | | 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. |
| | | ERR_REPLICATION_STATUS_QUIET='%s' \ud558\uc704 \uba85\ub839\uc774 %s \uc778\uc218\uc640 \ud638\ud658\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | 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_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. |
| | | ERR_REPLICATION_USER_CANCELLED=\uc0ac\uc6a9\uc790\uac00 \uc791\uc5c5\uc744 \ucde8\uc18c\ud588\uc2b5\ub2c8\ub2e4. |
| | | 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. |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\uc804\uc5ed \uad00\ub9ac\uc790\ub97c \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4.%nYou must provide the credentials of the Global Administrator that will be created to manage the server instances that are being replicated. |
| | | 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: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\ube44\ubc00\ubc88\ud638 \ud655\uc778: |
| | | MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\uc785\ub825\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\uc81c\uacf5\ub41c \uc790\uaca9 \uc99d\uba85\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac %s \uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.%n\uc624\ub958 \uc138\ubd80 \uc815\ubcf4: %s%n%n\uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc815\ubcf4\ub97c \ub2e4\uc2dc \uc81c\uacf5\ud569\ub2c8\ub2e4: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\uc785\ub825\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\uc81c\uacf5\ub41c \uc790\uaca9 \uc99d\uba85\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub514\ub809\ud1a0\ub9ac %s \uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.%n\uc624\ub958 \uc138\ubd80 \uc815\ubcf4: %s%n%n\uc11c\ubc84\uc5d0 \uc5f0\uacb0\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc815\ubcf4\ub97c \ub2e4\uc2dc \uc81c\uacf5\ud569\ub2c8\ub2e4: |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=\uccab \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \ud3ec\ud2b8(\ud3ec\ud2b8\uac00 \uc0ac\uc6a9 \uac00\ub2a5\ud574\uc57c \ud568) |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\ubcf5\uc81c \uc791\uc5c5 \uc911\uc5d0 \uccab \ubc88\uc9f8 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c \ud3ec\ud2b8 %s\uc5d0 \uc5f0\uacb0\ud560 \ub54c \uc554\ud638\ud654\ub41c \ud1b5\uc2e0\uc744 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=\ub450 \ubc88\uc9f8 \uc11c\ubc84\uc758 \ubcf5\uc81c \ud3ec\ud2b8(\ud3ec\ud2b8\uac00 \uc0ac\uc6a9 \uac00\ub2a5\ud574\uc57c \ud568) |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\ubcf5\uc81c \uc791\uc5c5 \uc911\uc5d0 \ub450 \ubc88\uc9f8 \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c \ud3ec\ud2b8 %s\uc5d0 \uc5f0\uacb0\ud560 \ub54c \uc554\ud638\ud654\ub41c \ud1b5\uc2e0\uc744 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | 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. |
| | | 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? |
| | | 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. |
| | | 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? |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\ube44\ud65c\uc131\ud654\ud560 \uae30\ubcf8 DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\ucd08\uae30\ud654\ud560 \uae30\ubcf8 DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\ube44\ud65c\uc131\ud654\ud560 \uae30\ubcf8 DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\ucd08\uae30\ud654\ud560 \uae30\ubcf8 DN\uc744 \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=\uae30\ubcf8 DN %s\uc5d0\uc11c \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=\uae30\ubcf8 DN %s\uc744(\ub97c) \ucd08\uae30\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=import-ldif \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 DN %s\uc744(\ub97c) \ucd08\uae30\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=import-ldif \ub610\ub294 \uc774\uc9c4 \ubcf5\uc0ac\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 DN %s\uc744(\ub97c) \ucd08\uae30\ud654\ud588\uc2b5\ub2c8\uae4c? |
| | | MILD_ERR_REPLICATION_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%n\uacc4\uc18d\ud558\uba74 \ubcf5\uc81c \ub3c4\uad6c\uc5d0\uc11c \ubaa8\ub4e0 \uc11c\ubc84 \uad6c\uc131\uc744 \ucd5c\uc0c1\uc758 \ubaa8\ub4dc\ub85c \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc624\ub958\ub97c \ubc1c\uc0dd\ud55c \uc11c\ubc84\uac00 \uc5c5\ub370\uc774\ud2b8\ub418\ub294\uc9c0\ub97c \ubcf4\uc7a5\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\uae30\uc874 \uc11c\ubc84\uc758 \uad6c\uc131\uc744 \uc77d\ub294 \ub3d9\uc548 \ub2e4\uc74c\uacfc \uac19\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \ud45c\uc2dc\ub41c \uc815\ubcf4\uac00 \uc644\uc804\ud558\uc9c0 \uc54a\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=\uc11c\ubc84 \uad6c\uc131\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_REPLICATION_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%n\uacc4\uc18d\ud558\uba74 \ubcf5\uc81c \ub3c4\uad6c\uc5d0\uc11c \ubaa8\ub4e0 \uc11c\ubc84 \uad6c\uc131\uc744 \ucd5c\uc0c1\uc758 \ubaa8\ub4dc\ub85c \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc624\ub958\ub97c \ubc1c\uc0dd\ud55c \uc11c\ubc84\uac00 \uc5c5\ub370\uc774\ud2b8\ub418\ub294\uc9c0\ub97c \ubcf4\uc7a5\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\uae30\uc874 \uc11c\ubc84\uc758 \uad6c\uc131\uc744 \uc77d\ub294 \ub3d9\uc548 \ub2e4\uc74c\uacfc \uac19\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uae30 \ub54c\ubb38\uc5d0 \ud45c\uc2dc\ub41c \uc815\ubcf4\uac00 \uc644\uc804\ud558\uc9c0 \uc54a\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4:%n%s |
| | | ERR_NOT_ADMINISTRATIVE_USER=\uc11c\ubc84 \uad6c\uc131\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_CONFIRM_DISABLE_ADS=\uae30\ubcf8 DN %s\uc5d0\uc11c \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud558\ub3c4\ub85d \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ubcf8 DN\uc740 \ubcf5\uc81c \uba54\ucee4\ub2c8\uc998\uacfc \uc77c\ubd80 \uad00\ub9ac \ub3c4\uad6c\uc5d0\uc11c \uc0ac\uc6a9\ub418\ubbc0\ub85c \uc9c1\uc811 \uad6c\uc131\ud558\uc9c0 \uc54a\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=\uc2a4\ud0a4\ub9c8 \ubcf5\uc81c\ub97c \ube44\ud65c\uc131\ud654\ud558\ub3c4\ub85d \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. \uc2a4\ud0a4\ub9c8 \ubcf5\uc81c \ube44\ud65c\uc131\ud654\ub294 \ud2b9\uc815 \uc2dc\ub098\ub9ac\uc624\uc5d0\uc11c\ub9cc \uad8c\uc7a5\ub429\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=\uae30\ubcf8 DN %s(%s \uc11c\ubc84)\uc758 \ub0b4\uc6a9\uc744 %s \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud558\ub3c4\ub85d \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ubcf8 DN\uc740 \ubcf5\uc81c \uba54\ucee4\ub2c8\uc998\uacfc \uc77c\ubd80 \uad00\ub9ac \ub3c4\uad6c\uc5d0\uc11c \uc0ac\uc6a9\ub418\ubbc0\ub85c \uc9c1\uc811 \uad6c\uc131\ud558\uc9c0 \uc54a\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=\uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uba74 \ud574\ub2f9 \uae30\ubcf8 DN\uc758 \ubaa8\ub4e0 \ub0b4\uc6a9\uc774 \uc81c\uac70\ub429\ub2c8\ub2e4. Do you want to remove the contents of the selected base DNs on server %s and replace them with the contents of server %s? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=\uae30\ubcf8 DN %s\uc758 \ub0b4\uc6a9\uc744 %s \uc11c\ubc84\uc758 \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654\ud558\ub3c4\ub85d \uc120\ud0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \uae30\ubcf8 DN\uc740 \ubcf5\uc81c \uba54\ucee4\ub2c8\uc998\uacfc \uc77c\ubd80 \uad00\ub9ac \ub3c4\uad6c\uc5d0\uc11c \uc0ac\uc6a9\ub418\ubbc0\ub85c \uc9c1\uc811 \uad6c\uc131\ud558\uc9c0 \uc54a\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=\uae30\ubcf8 DN\uc758 \ub0b4\uc6a9\uc744 \ucd08\uae30\ud654\ud558\uba74 \ud574\ub2f9 \uae30\ubcf8 DN\uc758 \ubaa8\ub4e0 \ub0b4\uc6a9\uc774 \uc81c\uac70\ub429\ub2c8\ub2e4. Do you want to remove the contents of the selected base DNs on the replicated servers and replace them with the contents of server %s? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\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\ubcf5\uc81c \ub3c4\uad6c\uc5d0\uc11c \ubaa8\ub4e0 \uc11c\ubc84 \uad6c\uc131\uc744 \ucd5c\uc0c1\uc758 \ubaa8\ub4dc\ub85c \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc624\ub958\ub97c \ubc1c\uc0dd\ud55c \uc11c\ubc84\uac00 \uc5c5\ub370\uc774\ud2b8\ub418\ub294\uc9c0\ub97c \ubcf4\uc7a5\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\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\ubcf5\uc81c \ub3c4\uad6c\uc5d0\uc11c \ubaa8\ub4e0 \uc11c\ubc84 \uad6c\uc131\uc744 \ucd5c\uc0c1\uc758 \ubaa8\ub4dc\ub85c \uc5c5\ub370\uc774\ud2b8\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc624\ub958\ub97c \ubc1c\uc0dd\ud55c \uc11c\ubc84\uac00 \uc5c5\ub370\uc774\ud2b8\ub418\ub294\uc9c0\ub97c \ubcf4\uc7a5\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_REPLICATION_CONNECTING=\uc5f0\uacb0 \uc124\uc815 |
| | | INFO_REPLICATION_ENABLE_UPDATING_REPLICATION_SERVER=%s \uc11c\ubc84\uc5d0\uc11c \uc6d0\uaca9 \ucc38\uc870 \uc5c5\ub370\uc774\ud2b8 |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_REPLICATION_SERVER=%s \uc11c\ubc84\uc5d0\uc11c \ubcf5\uc81c \ud3ec\ud2b8 \uad6c\uc131 |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_BASEDN=baseDN %s\uc758 \ubcf5\uc81c \uad6c\uc131(%s \uc11c\ubc84) \uc5c5\ub370\uc774\ud2b8 |
| | | 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_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_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 |
| | | 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. |
| | | 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 |
| | | 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. |
| | | 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. |
| | | 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. |
| | | 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 |
| | | 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 |
| | |
| | | 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_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. |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\uc791\uc5c5 \uc9c4\ud589\ub960\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\uc791\uc5c5 \uc9c4\ud589\ub960\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | 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. |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\uc791\uc5c5\uc744 \uc2dc\uc791\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\uc791\uc5c5\uc744 \uc2dc\uc791\ud558\ub294 \uc911\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | 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 |
| | |
| | | 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=\ud30c\uc77c %s\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc788\uace0 \ud30c\uc77c\uc758 \uc804\uccb4 \uacbd\ub85c\ub97c \uc785\ub825\ud588\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\ub3d9\ub4f1\ud55c \uba85\ub839\uc744 \uc4f0\ub3c4\ub85d \uc9c0\uc815\ud55c \uacbd\ub85c %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac\uc785\ub2c8\ub2e4. \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\ub97c \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=\ud30c\uc77c %s\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc561\uc138\uc2a4 \uad8c\ud55c\uc774 \uc788\uace0 \ud30c\uc77c\uc758 \uc804\uccb4 \uacbd\ub85c\ub97c \uc785\ub825\ud588\ub294\uc9c0 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\ub3d9\ub4f1\ud55c \uba85\ub839\uc744 \uc4f0\ub3c4\ub85d \uc9c0\uc815\ud55c \uacbd\ub85c %s\uc774(\uac00) \ub514\ub809\ud1a0\ub9ac\uc785\ub2c8\ub2e4. \ud30c\uc77c\uc5d0 \ub300\ud55c \uacbd\ub85c\ub97c \uc9c0\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=\uc544\ub2c8\uc694 |
| | | INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=\ub514\ub809\ud1a0\ub9ac \ub370\uc774\ud130 |
| | | MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\uc785\ub825\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\uc785\ub825\ud55c \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=\ubcf5\uc81c |
| | | INFO_CTRL_PANEL_CONN_HANDLER_OTHER=\uae30\ud0c0 |
| | | INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=\uae30\ubcf8 DN |
| | |
| | | INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=\ub2eb\uae30 |
| | | INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=\ucde8\uc18c |
| | | INFO_CTRL_PANEL_OK_BUTTON_LABEL=\ud655\uc778 |
| | | 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 |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc138\ubd80 \uc815\ubcf4: %s |
| | | INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=\ucc3e\uc544\ubcf4\uae30... |
| | | INFO_CTRL_PANEL_ENTRIES_MENU=\ud56d\ubaa9 |
| | | INFO_CTRL_PANEL_CLOSE_MENU=\ub2eb\uae30 |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2012 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_REMOVE_JARFILES=<b>Deinstalacja Zako\u0144czona Sukcesem.</b><br><br>Aby doko\u0144czy\u0107 deinstalacj\u0119 musisz r\u0119cznie usun\u0105\u0107 nast\u0119puj\u0105ce pliki i katalogi:<br>%s |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=Autentykuj |
| | | INFO_CONFIRM_UNINSTALL_PANEL_INSTRUCTIONS=Narz\u0119dzie deinstalatora usunie z Twojego systemu wszystkie sk\u0142adniki serwera zaznaczone poni\u017cej. Je\u015bli zaznaczono wszystko, serwer zostanie usuni\u0119ty w ca\u0142o\u015bci. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=Musisz poda\u0107 bazowe DN, kt\u00f3re b\u0119d\u0105 zainicjowane poleceniem import-ldif lub kopiowaniem binarnym. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION=Musisz poda\u0107 bazowe DN, kt\u00f3re b\u0119d\u0105 zainicjowane poleceniem import-ldif lub kopiowaniem binarnym. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_NO_SCHEMA_REPLICATION=Nie powielaj schematu pomi\u0119dzy serwerami |
| | | INFO_PROTOCOL_COLUMN=Protok\u00f3\u0142 |
| | | INFO_ERROR_DURING_POST_EXTERNAL_INITIALIZATION_NO_LOG=Nieoczekiwany b\u0142\u0105d podczas operacji. Stan zadania: %s Sprawd\u017a logi b\u0142\u0119d\u00f3w %s aby uzyska\u0107 wi\u0119cej informacji. |
| | |
| | | INFO_REPLICATION_DISABLING_BASEDN=Wy\u0142\u0105czam powielanie bazowej DN %s serwera %s |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LOG_FILES=Usu\u0144 pliki log\u00f3w |
| | | INFO_CTRL_PANEL_STOP_SERVER_PROGRESS_DLG_TITLE=Zatrzymanie serwera |
| | | SEVERE_ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Nie mo\u017cna zapisywa\u0107 do pliku %s. Sprawd\u017a, czy masz prawa dost\u0119pu do pliku i czy poda\u0142e\u015b pe\u0142n\u0105 \u015bcie\u017ck\u0119 do pliku |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=Nie mo\u017cna zapisywa\u0107 do pliku %s. Sprawd\u017a, czy masz prawa dost\u0119pu do pliku i czy poda\u0142e\u015b pe\u0142n\u0105 \u015bcie\u017ck\u0119 do pliku |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_BASEDN=Uaktualniam konfiguracj\u0119 powielania dla bazowej DN %s na serwerze %s |
| | | INFO_CTRL_PANEL_CONNECTION_HANDLERS=Obs\u0142uga Po\u0142\u0105cze\u0144 |
| | | INFO_CTRL_PANEL_SCHEMA_ELEMENT_NAME=Nazwa |
| | | MILD_ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=Musisz wybra\u0107 co najmniej jeden typ indeksu (przybli\u017cenie, r\u00f3wno\u015b\u0107, kolejno\u015b\u0107, obecno\u015b\u0107 lub podci\u0105g). |
| | | ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED=Musisz wybra\u0107 co najmniej jeden typ indeksu (przybli\u017cenie, r\u00f3wno\u015b\u0107, kolejno\u015b\u0107, obecno\u015b\u0107 lub podci\u0105g). |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING_CLI=Serwer zosta\u0142 pomy\u015blnie odinstalowany na lokalnej maszynie, ale wyst\u0105pi\u0142y b\u0142\u0119dy podczas usuwania plik\u00f3w. Sprawd\u017a pole tekstowe 'Szczeg\u00f3\u0142y' aby uzyska\u0107 wi\u0119cej informacji na temat plik\u00f3w kt\u00f3re spowodowa\u0142y problemy.Sprawd\u017a czy \u017caden program nie u\u017cywa tych plik\u00f3w i usu\u0144 je r\u0119cznie. |
| | | 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>Czy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_MODIFY_ENTRY_TASK_DESCRIPTION=Modyfikuj wpis '%s'. |
| | |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_MSG=Serwer jest skonfigurowany do wykonywania replikacji.%nJe\u015bli serwer powiela zawarto\u015b\u0107 z innymi serwerami, musisz autentykowa\u0107 si\u0119 jako administrator aby usun\u0105\u0107 odwo\u0142ania do tego serwera na serwerach powielaj\u0105cych.%n%nKliknij 'Tak' aby autentykowa\u0107 si\u0119 jako administrator w celu usuni\u0119cia zdalnych odwo\u0142a\u0144.%nKliknij 'Nie' aby kontynuowa\u0107 deinstalacj\u0119 bez uaktualniania zdalnych odwo\u0142a\u0144. |
| | | INFO_CTRL_PANEL_ADD_GROUPS_BUTTON_LABEL=Dodaj grupy... |
| | | INFO_REPLICATION_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> Podaj parametry po\u0142\u0105czenia administracyjnego dla serwera \u017ar\u00f3d\u0142owego |
| | | MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=Podany podstawowy DN nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=Podany podstawowy DN nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | INFO_DESCRIPTION_SUBCMD_STATUS_REPLICATION=Wy\u015bwietla list\u0119 podstawowych informacji dotycz\u0105cych powielania bazowych DN zdefiniowanych serwer\u00f3w. Je\u015bli nie okre\u015blono bazowej DN, informacje dotycz\u0105ce wszystkich bazowych DN b\u0119d\u0105 wy\u015bwietlone |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Wy\u015bwietlone informacje mog\u0105 by\u0107 niekompletne poniewa\u017c wyst\u0105pi\u0142y nast\u0119puj\u0105ce b\u0142\u0119dy podczas czytania konfiguracji instniej\u0105cych serwer\u00f3w:%n%s |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=Wy\u015bwietlone informacje mog\u0105 by\u0107 niekompletne poniewa\u017c wyst\u0105pi\u0142y nast\u0119puj\u0105ce b\u0142\u0119dy podczas czytania konfiguracji instniej\u0105cych serwer\u00f3w:%n%s |
| | | INFO_REPLICATION_INITIALIZE_MENU_PROMPT=Zainicjuj Powielanie na Jednym Serwerze |
| | | INFO_CTRL_PANEL_INDEX_DETAILS_LABEL=Szczeg\u00f3\u0142y indeksu |
| | | INFO_CTRL_PANEL_INDEXES_HEADER_ATTRIBUTE=Atrybut |
| | |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_EXPORT=Serwer jest uruchomiony. You must provide authentication to perform the export. |
| | | INFO_CTRL_PANEL_START_SERVER_PROGRESS_DLG_TITLE=Uruchomienie serwera |
| | | INFO_CTRL_PANEL_ENTRY_CACHES=Wej\u015bciowy Cache |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Musisz wybra\u0107 co\u015b do deinstalacji. |
| | | MILD_WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=Drugi serwer jest ju\u017c skonfigurowany z portem replikacji '%d'. Podany port '%d' serwera replikacji zosta\u0142 zignorowany. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Wybra\u0142e\u015b przynajmniej jedn\u0105 bazow\u0105 DN do zainicjowania. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=Musisz wybra\u0107 co\u015b do deinstalacji. |
| | | WARN_SECOND_REPLICATION_SERVER_ALREADY_CONFIGURED=Drugi serwer jest ju\u017c skonfigurowany z portem replikacji '%d'. Podany port '%d' serwera replikacji zosta\u0142 zignorowany. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=Wybra\u0142e\u015b przynajmniej jedn\u0105 bazow\u0105 DN do zainicjowania. |
| | | INFO_DISABLE_REPLICATION_ONE_POINT_OF_FAILURE_PROMPT=You have decided to disable the replication server (replication changelog). After disabling the replication server only one replication server will be configured for the following suffixes:%n%s%nTo avoid a single point of failure at least two replication servers must be configured.%nCzy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUCCESSFUL_DETAILS=Wpis utworzony pomy\u015blnie. |
| | | INFO_CLI_UNINSTALL_CONFIRM_LOGS=Usun\u0105\u0107 pliki log\u00f3w? |
| | | SEVERE_ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Musisz zdefiniowa\u0107 dwa r\u00f3\u017cne serwery jako \u017ar\u00f3d\u0142o i cel inicjalizacji. Poda\u0142e\u015b ten sam serwer %s dwa razy:%s |
| | | ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=Musisz zdefiniowa\u0107 dwa r\u00f3\u017cne serwery jako \u017ar\u00f3d\u0142o i cel inicjalizacji. Poda\u0142e\u015b ten sam serwer %s dwa razy:%s |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_MENU_PROMPT=Po Zewn\u0119trznej Inicjalizacji |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=Has\u0142o Globalnego Administratora: |
| | | SEVERE_ERR_REPLICATION_NO_BASE_DN_PROVIDED=Musisz poda\u0107 przynajmniej jedn\u0105 bazow\u0105 DN w trybie nieinteraktywnym. |
| | | MILD_ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. W panelu g\u0142\u00f3wnym znajdziesz wi\u0119cej informacji. |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=Musisz poda\u0107 przynajmniej jedn\u0105 bazow\u0105 DN w trybie nieinteraktywnym. |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS=The backend '%s' could not be found. W panelu g\u0142\u00f3wnym znajdziesz wi\u0119cej informacji. |
| | | INFO_NOT_AVAILABLE_SERVER_DOWN_TOOLTIP=<html>Informacja dost\u0119pna tylko gdy serwer dzia\u0142a i ty jeste\u015b zautentykowany<br> jako u\u017cytkownik administruj\u0105cy. |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=Zako\u0144cz deinstalacj\u0119 |
| | | SEVERE_ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas uruchamiania operacji. |
| | | MILD_ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. Szczeg\u00f3\u0142y: %s |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas uruchamiania operacji. |
| | | ERR_CTRL_PANEL_ERROR_DECODING_BASE_64=An error occurred decoding the provided base 64 string. Szczeg\u00f3\u0142y: %s |
| | | INFO_REPLICATION_STATUS_MENU_PROMPT=Wy\u015bwietl Status Powielania |
| | | INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL=The following errors occurred connecting to the local server:<br>%s<br>If you continue without providing authentication no monitoring information will be displayed.<br><br>Czy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_VLV_INDEXES_HEADER_REQUIRES_REBUILD=Wymaga przebudowa |
| | |
| | | INFO_CTRL_PANEL_DO_YOU_WANT_TO_CONTINUE=Czy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_CONFIRM_RESTART_SERVER_DETAILS=Podczas procesu restartu wszystkie otwarte po\u0142\u0105czenia do serwera zostan\u0105 zamkni\u0119te i serwer nie b\u0119dzie dost\u0119pny.<br><br>Czy chcesz kontynuowa\u0107? |
| | | INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_CLI_LEGEND=* Informacja dost\u0119pna tylko gdy podasz w\u0142a\u015bciwe dane autentykuj\u0105ce podczas uruchamiania komendy status. |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Nie mo\u017cna znale\u017a\u0107 poprawnego podprogramu. Musisz okre\u015bli\u0107 podprogram, je\u017celi u\u017cywasz opcji %s. |
| | | ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=Nie mo\u017cna znale\u017a\u0107 poprawnego podprogramu. Musisz okre\u015bli\u0107 podprogram, je\u017celi u\u017cywasz opcji %s. |
| | | INFO_CTRL_PANEL_RENAMING_ENTRY=Zmiana nazwy wpisu '%s' na '%s'. |
| | | INFO_REPLICATED_COLUMN=Replikacja |
| | | INFO_CLOSE_BUTTON_UNINSTALL_TOOLTIP=Zamknij okno deinstalacji |
| | | INFO_CTRL_PANEL_CONN_HANDLER_OTHER=Inny |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_BACKUP_FILES=Usu\u0144 pliki kopii zapasowej |
| | | INFO_DESCRIPTION_REFERENCED_HOST=Nazwa tego hosta (lub adres IP) jaka wyst\u0119puje w zdalnym odwo\u0142aniu na serwerach powielaj\u0105cych |
| | | MILD_ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=Error updating schema. Szczeg\u00f3\u0142y: %s |
| | | INFO_DELETE_OUTSIDE_LOGS_MSG=Serwer Us\u0142ug Katalogowych przechowuje pliki log\u00f3w w nast\u0119puj\u0105cych miejscach poza \u015bcie\u017ck\u0105 serwera: |
| | | INFO_ENABLED_LABEL=W\u0142\u0105czony |
| | | INFO_REPLICATION_STATUS_REPLICATED_LEGEND=[1] Port u\u017cywany do komunikacji pomi\u0119dzy serwerami, kt\u00f3rych zawarto\u015b\u0107 jest powielana.%n[2] (Brakuj\u0105ce Zmiany) Liczba zmian, kt\u00f3rych nie ma jeszcze na tym serwerze (i kt\u00f3re zosta\u0142y zaaplikowane na przynajmniej jednym innym serwerze).%n[3] Wiek najstarszej brakuj\u0105cej zmiany: data, kiedy najstarsza zmiana nie dotar\u0142a do tego serwera.%n[4] Wskazuje czy komunikacja przez port powielania jest szyfrowana. |
| | |
| | | INFO_BASEDN_REPLICATED_LABEL=W\u0142\u0105czony |
| | | INFO_REPLICATION_ENABLE_HOST2_CONNECTION_PARAMETERS=>>>> Podaj parametry po\u0142\u0105czenia administracyjnego dla drugiego serwera |
| | | INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=Replikacja |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=Could not connect to server '%s' on port '%s'. Verify that the provided information is valid and that the server is running. Szczeg\u00f3\u0142y: %s |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=Could not connect to server '%s' on port '%s'. Verify that the provided information is valid and that the server is running. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_ACTION_IMPORT_LDIF=Importuj LDIF... |
| | | MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=B\u0142\u0105d wczytywania pliku konfiguracji.%nMo\u017ce to by\u0107 spowodowane tym, \u017ce port LDAP dla danego po\u0142\u0105czenia nie jest aktywny lub nie masz praw odczytu pliku konfiguracyjnego. |
| | | ERR_COULD_NOT_FIND_VALID_LDAPURL=B\u0142\u0105d wczytywania pliku konfiguracji.%nMo\u017ce to by\u0107 spowodowane tym, \u017ce port LDAP dla danego po\u0142\u0105czenia nie jest aktywny lub nie masz praw odczytu pliku konfiguracyjnego. |
| | | INFO_UNINSTALLDS_DESCRIPTION_CLI=Okre\u015bla u\u017cycie wiersza polece\u0144 do instalacji. Je\u015bli nie u\u017cyto tej opcji, interfejs graficzny zostanie uruchomiony. Reszta opcji (z wyj\u0105tkiem help i version) b\u0119dzie brana pod uwag\u0119 jedynie przy tej opcji w\u0142\u0105czonej |
| | | MILD_ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating Java settings. Kod b\u0142\u0119du: %d |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE=An error occurred updating Java settings. Kod b\u0142\u0119du: %d |
| | | INFO_JAVA_VERSION_LABEL=Wersja Java: |
| | | INFO_CTRL_PANEL_INDEX_MODIFIED_LABEL=<html>Indeks zosta\u0142 zmieniony.<br>Wymagana przebudowa indeks\u00f3w (u\u017cyj 'Przebuduj indeks' lub 'Import'). |
| | | INFO_CTRL_PANEL_RUNNING_TASKS_CHANGE_SERVER_CONFIRMATION_DETAILS=The following tasks are running:<br>%s<br><br>If you connect to another server the tasks will continue but you will have to check the log files to see if they complete successfully.<br><br>Czy chcesz kontynuowa\u0107? |
| | |
| | | INFO_CTRL_PANEL_NAME_LABEL=Nazwa |
| | | INFO_CTRL_PANEL_SCHEMA_ELEMENT_TYPE=Typ |
| | | INFO_DESCRIPTION_SUBCMD_PRE_EXTERNAL_INITIALIZATION=Ten podprogram musi zosta\u0107 wywo\u0142any przed inicjowaniem zawarto\u015bci powielanych serwer\u00f3w poleceniem import-ldif lub kopiowaniem binarnym. Musisz podac list\u0119 Bazowych DN, kt\u00f3re zostan\u0105 zainicjowane a tak\u017ce dane wszystkich serwer\u00f3w, kt\u00f3re maj\u0105 by\u0107 powielane. Po wywo\u0142aniu tego podprogramu zainicjuj zawarto\u015b\u0107 ka\u017cdego serwera w topologii (u\u017cyj tego samego pliku LDIF/kopii binarnej na ka\u017cdym serwerze), nast\u0119pnie wywo\u0142aj podprogram '%s' |
| | | SEVERE_ERR_REPLICATION_NOT_A_VALID_BASEDN=Podana warto\u015b\u0107 %s nie jest prawid\u0142ow\u0105 bazow\u0105 DN. |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=Podana warto\u015b\u0107 %s nie jest prawid\u0142ow\u0105 bazow\u0105 DN. |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=Serwer jest skonfigurowany do wykonywania replikacji.%nJe\u015bli serwer powiela zawarto\u015b\u0107 z innymi serwerami, musisz autentykowa\u0107 si\u0119 jako administrator aby usun\u0105\u0107 odwo\u0142ania do tego serwera na serwerach powielaj\u0105cych.%n%nNapisz 'Tak' aby autentykowa\u0107 si\u0119 jako administrator w celu usuni\u0119cia zdalnych odwo\u0142a\u0144.%nNapisz 'Nie' aby kontynuowa\u0107 deinstalacj\u0119 bez uaktualniania zdalnych odwo\u0142a\u0144.%nRozpocz\u0105\u0107 autentykacj\u0119? |
| | | INFO_REMOVE_LOGS_LABEL=Pliki Log\u00f3w |
| | | INFO_CTRL_PANEL_VLV_INDEX_PRESENCE_TYPE=obecno\u015b\u0107 |
| | | MILD_WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=Pierwszy serwer jest ju\u017c skonfigurowany z portem replikacji '%d'. Podany port '%d' serwera replikacji zosta\u0142 zignorowany. |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Nast\u0119puj\u0105ce b\u0142\u0119dy napotkano podczas czytania konfiguracji istniej\u0105cych serwer\u00f3w:%n%s%n%nJe\u015bli b\u0119dziesz kontynuowa\u0142, narz\u0119dzie powielania spr\u00f3buje uaktualni\u0107 konfiguracj\u0119 wszystkich serwer\u00f3w. Jednak nie mo\u017ce zagwarantowa\u0107, \u017ce serwery generuj\u0105ce b\u0142\u0119dy zostan\u0105 uaktualnione. Czy chcesz kontynuowa\u0107? |
| | | WARN_FIRST_REPLICATION_SERVER_ALREADY_CONFIGURED=Pierwszy serwer jest ju\u017c skonfigurowany z portem replikacji '%d'. Podany port '%d' serwera replikacji zosta\u0142 zignorowany. |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE=Nast\u0119puj\u0105ce b\u0142\u0119dy napotkano podczas czytania konfiguracji istniej\u0105cych serwer\u00f3w:%n%s%n%nJe\u015bli b\u0119dziesz kontynuowa\u0142, narz\u0119dzie powielania spr\u00f3buje uaktualni\u0107 konfiguracj\u0119 wszystkich serwer\u00f3w. Jednak nie mo\u017ce zagwarantowa\u0107, \u017ce serwery generuj\u0105ce b\u0142\u0119dy zostan\u0105 uaktualnione. Czy chcesz kontynuowa\u0107? |
| | | INFO_REPLICATION_DESCRIPTION_EQUIVALENT_COMMAND_FILE_PATH=Pe\u0142na \u015bcie\u017cka do pliku gdzie odpowiednik nieinteraktywnych polece\u0144 b\u0119dzie zapisany je\u015bli polecenie uruchomione jest w trybie interaktywnym |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_NEW_VLV=Serwer jest uruchomiony. You must provide authentication to create a VLV index. |
| | | INFO_CTRL_PANEL_MUST_DEFINE_INDEX=Musisz zdefiniowa\u0107 indeks '%s'. |
| | | INFO_REMOVE_LDIFS_LABEL=Pliki Eksportu LDIF Znajduj\u0105ce si\u0119 w Katalogu ldif |
| | | INFO_CTRL_PANEL_CONFIRM_RESTORE_DETAILS=If you continue with the restore the contents on the server will be overwritten.<br><br>Czy chcesz kontynuowa\u0107? |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE_AND_START=Serwer jest skonfigurowany do wykonywania replikacji.%nJe\u015bli serwer powiela zawarto\u015b\u0107 z innymi serwerami, musz\u0105 one by\u0107 wystartowane i musisz autentykowa\u0107 si\u0119 jako administrator aby usun\u0105\u0107 odwo\u0142ania do tego serwera na serwerach powielaj\u0105cych.%n%nNapisz 'Tak' aby wystartowa\u0107 serwer, a nast\u0119pnie autentykowa\u0107 si\u0119 jako administrator w celu usuni\u0119cia zdalnych odwo\u0142a\u0144.%nNapisz 'Nie' aby kontynuowa\u0107 deinstalacj\u0119 bez uaktualniania zdalnych odwo\u0142a\u0144.%nWystartowa\u0107 serwer i rozpocz\u0105\u0107 autentykacj\u0119? |
| | | MILD_ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_OID_NOT_VALID=The provided OID is not valid. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_VLV_INDEX_EQUALITY_TYPE=r\u00f3wno\u015b\u0107 |
| | | INFO_CTRL_PANEL_CONFIRMATION_REQUIRED_SUMMARY=Wymagane potwierdzenie |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Nie ma bazowych DN powielanych na serwerze. Bazowa DN musi by\u0107 powielona, aby mo\u017cna by\u0142o wykorzysta\u0107 jej zawarto\u015b\u0107 do zainicjowania bazowej DN na innym serwerze. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=Nie ma bazowych DN powielanych na serwerze. Bazowa DN musi by\u0107 powielona, aby mo\u017cna by\u0142o wykorzysta\u0107 jej zawarto\u015b\u0107 do zainicjowania bazowej DN na innym serwerze. |
| | | INFO_SUMMARY_DELETING_EXTERNAL_REFERENCES=Usuwam Zdalne Odwo\u0142ania... |
| | | MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Wpis '%s' ju\u017c istnieje. |
| | | ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=Wpis '%s' ju\u017c istnieje. |
| | | INFO_REMOVE_DATABASES_LABEL=Zawarto\u015b\u0107 Bazy Danych |
| | | MILD_ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. W panelu g\u0142\u00f3wnym znajdziesz wi\u0119cej informacji. |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Musisz wybra\u0107 elementy do odinstalowania. U\u017cyj opcji opisanej w opisie u\u017cycia aby wybra\u0107 co ma zosta\u0107 odinstalowane. |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS=The schema could not be found. W panelu g\u0142\u00f3wnym znajdziesz wi\u0119cej informacji. |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=Musisz wybra\u0107 elementy do odinstalowania. U\u017cyj opcji opisanej w opisie u\u017cycia aby wybra\u0107 co ma zosta\u0107 odinstalowane. |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING_PROMPT=You asked not to configure a replication server in '%s' but the server already has a replication server configured (with replication port '%d'). Czy chcesz kontynuowa\u0107? |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=Deinstalacja |
| | | INFO_REPLICATION_PROMPT_NO_REPLICATION_SERVER_TO_DISABLE=There is no replication server configured in '%s'. Czy chcesz kontynuowa\u0107? |
| | | INFO_NOTHING_SELECTED_TO_UNINSTALL=Musisz wybra\u0107 co\u015b do deinstalacji. |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=Wybra\u0142e\u015b inicjowanie zawarto\u015bci bazowej DN %s na serwerze %s zawarto\u015bci\u0105 serwera %s. Ta bazowa DN jest u\u017cywana przez mechanizm powielania i przez niekt\u00f3re narz\u0119dzia administracyjne i nie zaleca si\u0119 konfigurowania jej bezpo\u015brednio. Czy chcesz kontynuowa\u0107? |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=Musisz poda\u0107 bazowe DN, kt\u00f3re b\u0119d\u0105 zainicjowane poleceniem import-ldif lub kopiowaniem binarnym. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION=Musisz poda\u0107 bazowe DN, kt\u00f3re b\u0119d\u0105 zainicjowane poleceniem import-ldif lub kopiowaniem binarnym. |
| | | INFO_CONTROL_PANEL_LAUNCHER_USAGE_DESCRIPTION=To narz\u0119dzie mo\u017ce by\u0107 wykorzystane do pokazania okna Panelu Kontrolnego, kt\u00f3re wy\u015bwietla podstawowe informacje o serwerze i pozwala na wykonanie prostych zada\u0144 administracyjnych. |
| | | INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SCOPE=Zakres |
| | | MILD_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Ten serwer jest skonfigurowany aby powiela\u0107 niekt\u00f3re z Bazowych DN. Wyst\u0105pi\u0142 b\u0142\u0105d podczas odbierania odwo\u0142a\u0144 do niego na serwerach powielaj\u0105cych. Zauwa\u017c, \u017ce aby m\u00f3c usun\u0105\u0107 zdalne odwo\u0142ania, musisz poda\u0107 dane Globalnego Administratora u\u017cywaj\u0105c opcji %s i %s (lub %s).%nKontynuuj\u0119 deinstalacj\u0119 jako \u017ce jeste\u015bmy w trybie 'wymu\u015b przy b\u0142\u0119dzie'.%n%nB\u0142\u0105d jaki wyst\u0105pi\u0142 to:%n%s |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE=Ten serwer jest skonfigurowany aby powiela\u0107 niekt\u00f3re z Bazowych DN. Wyst\u0105pi\u0142 b\u0142\u0105d podczas odbierania odwo\u0142a\u0144 do niego na serwerach powielaj\u0105cych. Zauwa\u017c, \u017ce aby m\u00f3c usun\u0105\u0107 zdalne odwo\u0142ania, musisz poda\u0107 dane Globalnego Administratora u\u017cywaj\u0105c opcji %s i %s (lub %s).%nKontynuuj\u0119 deinstalacj\u0119 jako \u017ce jeste\u015bmy w trybie 'wymu\u015b przy b\u0142\u0119dzie'.%n%nB\u0142\u0105d jaki wyst\u0105pi\u0142 to:%n%s |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_BROWSE_SUMMARY=Serwer jest uruchomiony. You must provide authentication to browse data. |
| | | MILD_ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group Reference DN is not valid. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=The provided Dynamic Group Reference DN is not valid. Szczeg\u00f3\u0142y: %s |
| | | INFO_REPLICATION_CRITICAL_ERROR_DETAILS=Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_IMPORT=Serwer jest uruchomiony. You must provide authentication to perform the import. |
| | | INFO_CTRL_PANEL_SERVER_STOPPED=Serwer zatrzymany |
| | | INFO_CTRL_PANEL_CLOSE_WINDOW_WHEN_OPERATION_COMPLETES_LABEL=Zamknij okno po zako\u0144czeniu operacji |
| | | INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=Wy\u0142\u0105czy\u0107 powielanie dla bazowej DN %s? |
| | | MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=B\u0142\u0105d tworzenia nowego wpisu |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=B\u0142\u0105d tworzenia nowego wpisu |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_MSG=Serwer jest skonfigurowany do wykonywania replikacji.%nJe\u015bli serwer powiela zawarto\u015b\u0107 z innymi serwerami, musz\u0105 one by\u0107 wystartowane i musisz autentykowa\u0107 si\u0119 jako administrator aby usun\u0105\u0107 odwo\u0142ania do tego serwera na serwerach powielaj\u0105cych.%n%nKliknij 'Tak' aby wystartowa\u0107 serwer, a nast\u0119pnie autentykowa\u0107 si\u0119 jako administrator w celu usuni\u0119cia zdalnych odwo\u0142a\u0144.%nKliknij 'Nie' aby kontynuowa\u0107 deinstalacj\u0119 bez uaktualniania zdalnych odwo\u0142a\u0144. |
| | | INFO_STATE_COLUMN=Stan |
| | | INFO_CTRL_PANEL_MUST_DEFINE_INDEX_TYPE=Musisz zdefiniowa\u0107 indeks '%s' jako typ %s. |
| | | MILD_ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=The provided value '%s' is not a valid filter. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_MUST_UPDATE_INDEX_DEFINITION_TYPE=Musisz aktualizowa\u0107 definicj\u0119 indeksu '%s' do typu %s. |
| | | INFO_CTRL_PANEL_LOADING_PANEL_SUMMARY=\u0141adowanie panelu... |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=Odpowiednik polecenia do odbudowy indeks\u00f3w w '%s': |
| | |
| | | INFO_CTRL_PANEL_INDEXES_HEADER_REQUIRES_REBUILD=Wymaga przebudowa |
| | | INFO_CTRL_PANEL_OPENDS_VERSION_LABEL=Wersja: |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE=<b>Instalacja Zako\u0144czona Z Ostrze\u017ceniami</b><br>Serwer zosta\u0142 pomy\u015blnie odinstalowany na lokalnej maszynie, ale wyst\u0105pi\u0142y b\u0142\u0119dy podczas aktualizowania serwer\u00f3w zdalnych. Sprawd\u017a pole tekstowe 'Szczeg\u00f3\u0142y' aby uzyska\u0107 wi\u0119cej informacji. |
| | | MILD_ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=Limit wpis\u00f3w mu\u015bi by\u0107 liczb\u0105 ca\u0142kowit\u0105 pomi\u0119dzy %d i %d. |
| | | ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID=Limit wpis\u00f3w mu\u015bi by\u0107 liczb\u0105 ca\u0142kowit\u0105 pomi\u0119dzy %d i %d. |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_DATABASES=Usu\u0144 zawarto\u015b\u0107 bazy danych |
| | | INFO_DYNAMIC_GROUP_ICON_DESCRIPTION=Grupa dynamiczna |
| | | INFO_REPLICATION_SUCCESSFUL_NOP=Operacja zako\u0144czona pomy\u015blnie, chocia\u017c nic nie zrobiono |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_NOT_RUNNING_TITLE=Wymagane potwierdzenie |
| | | INFO_CTRL_PANEL_MODIFYING_ENTRY_CHANGES_TITLE=Zapisz zmiany |
| | | INFO_CTRL_PANEL_APPROXIMATE_LABEL=Przybli\u017cenie |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Port administracyjny i port powielania maj\u0105 tak\u0105 sam\u0105 warto\u015b\u0107 dla hosta %s. Poda\u0142e\u015b %s dla obydwu. |
| | | ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=Port administracyjny i port powielania maj\u0105 tak\u0105 sam\u0105 warto\u015b\u0107 dla hosta %s. Poda\u0142e\u015b %s dla obydwu. |
| | | INFO_CTRL_PANEL_ADDING_TO_GROUP_SUMMARY=Dodawanie do grupy... |
| | | INFO_REPLICATION_STATUS_HEADER_SERVERPORT=Serwer |
| | | SEVERE_ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=Ten serwer jest skonfigurowany aby powiela\u0107 niekt\u00f3re z Bazowych DN. Wyst\u0105pi\u0142 b\u0142\u0105d podczas odbierania odwo\u0142a\u0144 do niego na serwerach powielaj\u0105cych. Zauwa\u017c, \u017ce aby m\u00f3c usun\u0105\u0107 zdalne odwo\u0142ania, musisz poda\u0107 dane Globalnego Administratora u\u017cywaj\u0105c opcji %s i %s (lub %s).%nSprawd\u017a czy podane parametry po\u0142\u0105czenia s\u0105 prawid\u0142owe.%nJe\u015bli chcesz kontynuowa\u0107 deinstalacj\u0119, nawet je\u017celi zdalne odwo\u0142ania nie mog\u0105 by\u0107 usuni\u0119te, u\u017cyj opcji %s.%n%nB\u0142\u0105d jaki wyst\u0105pi\u0142 to:%n%s |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE=Ten serwer jest skonfigurowany aby powiela\u0107 niekt\u00f3re z Bazowych DN. Wyst\u0105pi\u0142 b\u0142\u0105d podczas odbierania odwo\u0142a\u0144 do niego na serwerach powielaj\u0105cych. Zauwa\u017c, \u017ce aby m\u00f3c usun\u0105\u0107 zdalne odwo\u0142ania, musisz poda\u0107 dane Globalnego Administratora u\u017cywaj\u0105c opcji %s i %s (lub %s).%nSprawd\u017a czy podane parametry po\u0142\u0105czenia s\u0105 prawid\u0142owe.%nJe\u015bli chcesz kontynuowa\u0107 deinstalacj\u0119, nawet je\u017celi zdalne odwo\u0142ania nie mog\u0105 by\u0107 usuni\u0119te, u\u017cyj opcji %s.%n%nB\u0142\u0105d jaki wyst\u0105pi\u0142 to:%n%s |
| | | INFO_CTRL_PANEL_CHECKING_SUMMARY=Sprawdzanie... |
| | | INFO_REPLICATION_CONFIRM_DISABLE_ADS=Wybra\u0142e\u015b wy\u0142\u0105czenie powielania bazowej DN %s. Ta bazowa DN jest u\u017cywana przez mechanizm powielania i przez niekt\u00f3re narz\u0119dzia administracyjne i nie zaleca si\u0119 konfigurowania jej bezpo\u015brednio. Czy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_ST_FRIENDLY_NAME=Stan |
| | |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_RESTORE=Serwer jest uruchomiony. You must provide authentication to restore from backup. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_REPLICATION=Zainicjuj zawarto\u015b\u0107 danych pod podan\u0105 Bazow\u0105 DN na docelowym serwerze u\u017cywaj\u0105c zawarto\u015bci serwera \u017ar\u00f3d\u0142owego. Ta operacja jest wymagana po w\u0142\u0105czeniu powielania aby powielanie zadzia\u0142a\u0142o ('%s' mo\u017ce by\u0107 tak\u017ce u\u017cyte w tym celu) |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_VLV_INDEX_EDITING=Serwer jest uruchomiony. You must provide authentication to edit the VLV index. |
| | | MILD_ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=Podany podstawowy DN nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=Podany podstawowy DN nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=Status Serwera |
| | | INFO_DESCRIPTION_REPLICATION_BASEDNS=Bazowa DN danych do powielenia, zainicjowania lub dla kt\u00f3rych chcemy wy\u0142\u0105czy\u0107 powielanie. Wiele bazowych DN mo\u017ce by\u0107 podanych, przez u\u017cycie tej opcji wielokrotnie |
| | | INFO_SERVER_NOT_CONNECTED_TO_REMOTE_STATUS_LABEL=Nie Po\u0142\u0105czono do Zdalnego |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=B\u0142\u0105d podczas inicjowania. Nie mo\u017cna znale\u017a\u0107 ID powielania na serwerze %s dla bazowej DN %s. |
| | | MILD_ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=Wyst\u0105pi\u0142 b\u0142\u0105d podczas tworzenia nowego wpisu. |
| | | ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=B\u0142\u0105d podczas inicjowania. Nie mo\u017cna znale\u017a\u0107 ID powielania na serwerze %s dla bazowej DN %s. |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS=Wyst\u0105pi\u0142 b\u0142\u0105d podczas tworzenia nowego wpisu. |
| | | INFO_PROGRESS_REMOVING_REFERENCES=Usuwam odwo\u0142ania na %s |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=Wy\u0142\u0105czam Us\u0142ug\u0119 Windows... |
| | | MILD_ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=The provided name is not valid. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_ADD_TO_GROUP_GROUPS_LABEL=Grupy: |
| | | MILD_ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Nast\u0119puj\u0105ce bazowe DN nie mog\u0142y by\u0107 znalezione na serwerze:%n%s |
| | | ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=Nast\u0119puj\u0105ce bazowe DN nie mog\u0142y by\u0107 znalezione na serwerze:%n%s |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT2=Numer portu serwera us\u0142ug katalogowych drugiego serwera, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_INDEX_EDITING=Serwer jest uruchomiony. You must provide authentication to edit the index. |
| | | INFO_CTRL_PANEL_ENTRIES_MENU=Wpisy |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SERVER_PORT1=Numer portu serwera us\u0142ug katalogowych pierwszego serwera, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona |
| | | INFO_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=Wymagane potwierdzenie |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=Czy chcesz aby powielanie u\u017cywa\u0142o szyfrowania podczas \u0142\u0105czenia na porcie %s drugiego serwera? |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=B\u0142\u0105d podczas zatrzymywania serwera |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=B\u0142\u0105d podczas zatrzymywania serwera |
| | | INFO_SUMMARY_DELETING_EXTERNAL_DB_FILES=Usuwam Pliki Bazy Danych znajduj\u0105ce si\u0119 poza \u015bcie\u017ck\u0105 instalacyjn\u0105... |
| | | INFO_DESCRIPTION_DISABLE_REPLICATION_BINDDN=DN, kt\u00f3ra pos\u0142u\u017cy do po\u0142\u0105czenia z serwerem na kt\u00f3rym chcemy wy\u0142\u0105czy\u0107 powielanie. Ta opcja musi zosta\u0107 u\u017cyta je\u017celi nie zdafiniowano Globalnego Administratora na serwerze lub je\u017celi u\u017cytkownik nie chce usuwa\u0107 odwo\u0142a\u0144 na innych powielaj\u0105cych serwerach. Has\u0142o Globalnego Administratora zostanie u\u017cyte podczas u\u017cywania tej opcji |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_PORT2=Port, kt\u00f3ry zostanie u\u017cyty przez mechanizm powielania na drugim serwerze do komunikacji z innymi serwerami. Musisz poda\u0107 t\u0105 opcj\u0119 tylko je\u017celi powielanie nie by\u0142o wcze\u015bniej skonfigurowane na drugim serwerze. |
| | | INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Aktualizacja has\u0142a we wpisie '%s' |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_PORT1=Port, kt\u00f3ry zostanie u\u017cyty przez mechanizm powielania na pierwszym serwerze do komunikacji z innymi serwerami. You have to specify this option only if replication was not previously configured in the first server |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=Nie masz praw dost\u0119pu do konfiguracji serwera. |
| | | MILD_ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid. Szczeg\u00f3\u0142y: %s |
| | | ERR_NOT_ADMINISTRATIVE_USER=Nie masz praw dost\u0119pu do konfiguracji serwera. |
| | | ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=The provided name is not valid. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_ATTRIBUTE_USAGE_LABEL=U\u017cycie: |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_ON_REMOTE_CLI=Serwer zosta\u0142 pomy\u015blnie odinstalowany na lokalnej maszynie, ale wyst\u0105pi\u0142y b\u0142\u0119dy podczas aktualizowania serwer\u00f3w zdalnych. |
| | | INFO_CLI_UNINSTALL_CONFIRM_LDIFS=Usun\u0105\u0107 pliki eksportu LDIF zawarte w katalogu ldif? |
| | | INFO_UNINSTALLDS_DESCRIPTION_FORCE=Okre\u015bla czy deinstalacji powinna kontynuowa\u0107, je\u015bli wyst\u0105pi b\u0142\u0105d podczas uaktualniania odwo\u0142a\u0144 do tego serwera na zdalnych serwerach. This option can only be used with the %s no prompt option. |
| | | MILD_ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Musisz poda\u0107 podstawowy DN. |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=Musisz poda\u0107 podstawowy DN. |
| | | INFO_SERVER_STOPPING_LABEL=Zatrzymuj\u0119 |
| | | INFO_REPLICATION_CONNECTING=Ustanawiam po\u0142\u0105czenia |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_SKIPPORT=Pomi\u0144 sprawdzenie czy podane porty powielania s\u0105 aktywne |
| | | INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LEGEND=* Informacja dost\u0119pna tylko gdy serwer dzia\u0142a i ty podasz w\u0142a\u015bciwe dane autentykuj\u0105ce podczas uruchamiania komendy status. |
| | | SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Nieoczekiwany b\u0142\u0105d. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=Nieoczekiwany b\u0142\u0105d. Szczeg\u00f3\u0142y: %s |
| | | INFO_REPLICATION_ENABLE_HOST1_CONNECTION_PARAMETERS=>>>> Podaj parametry po\u0142\u0105czenia administracyjnego dla pierwszego serwera |
| | | INFO_CTRL_PANEL_SAVE_CHANGES_LABEL=Zapisz zmiany |
| | | INFO_SUMMARY_UNCONFIGURING_REPLICATION=Usuwam odwo\u0142ania na zdalnych serwerach... |
| | |
| | | INFO_PROGRESS_PRE_EXTERNAL_INITIALIZATION=Przygotowuj\u0119 bazow\u0105 DN %s do zewn\u0119trznego inicjowania |
| | | INFO_OPENDS_VERSION_LABEL=Wersja: |
| | | INFO_CTRL_PANEL_MODIFYING_ENTRY=Modyfikacja wpisu '%s' |
| | | SEVERE_ERR_REPLICATION_UPDATING_ADS=Error updating registration information. Szczeg\u00f3\u0142y: %s |
| | | MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error occurred starting the server. Kod b\u0142\u0119du: %d |
| | | MILD_ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=B\u0142\u0105d dodawania do grup |
| | | ERR_REPLICATION_UPDATING_ADS=Error updating registration information. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS=An error occurred starting the server. Kod b\u0142\u0119du: %d |
| | | ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=B\u0142\u0105d dodawania do grup |
| | | INFO_UNINSTALL_LOGIN_UID_TOOLTIP=Nazwa Globalnego U\u017cytkownika Administracyjnego, kt\u00f3ra zostanie u\u017cyta do odczytania i uaktualnienia konfiguracji na innych serwerach. |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Musisz poda\u0107 has\u0142o globalnego administratora w trybie nieinteraktywnym. Mo\u017cesz je poda\u0107 u\u017cywaj\u0105c opcji %s lub %s. |
| | | MILD_ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not valid. Szczeg\u00f3\u0142y: %s |
| | | ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=Musisz poda\u0107 has\u0142o globalnego administratora w trybie nieinteraktywnym. Mo\u017cesz je poda\u0107 u\u017cywaj\u0105c opcji %s lub %s. |
| | | ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=The provided LDAP URL value is not valid. Szczeg\u00f3\u0142y: %s |
| | | INFO_START_BUTTON_LABEL=Uruchom |
| | | INFO_SUMMARY_DELETING_INSTALLATION_FILES=Usuwam Pliki znajduj\u0105ce si\u0119 w katalogu instalacyjnym... |
| | | INFO_REPLICATION_INITIALIZE_SUFFIX_PROMPT=Zainicjowa\u0107 bazow\u0105 DN %s? |
| | | INFO_VIRTUAL_STATIC_GROUP_ICON_DESCRIPTION=Wirtualna grupa statyczna |
| | | INFO_REPLICATION_MERGING_REGISTRIES_CONFIRMATION=To be able to configure replication the registration information of servers %s and %s must be merged. If any conflict is detected, the information of server %s will be kept and the information of server %s overridden.%nCzy chcesz kontynuowa\u0107? |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR=Wyst\u0105pi\u0142 b\u0142\u0105d. Sprawd\u017a pole tekstowe 'Szczeg\u00f3\u0142y' aby uzyska\u0107 wi\u0119cej informacji. |
| | | SEVERE_ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Musisz zdefiniowa\u0107 dwa r\u00f3\u017cne serwery aby w\u0142\u0105czy\u0107 powielanie. Poda\u0142e\u015b ten sam serwer %s dwa razy:%s |
| | | ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=Musisz zdefiniowa\u0107 dwa r\u00f3\u017cne serwery aby w\u0142\u0105czy\u0107 powielanie. Poda\u0142e\u015b ten sam serwer %s dwa razy:%s |
| | | INFO_UNINSTALL_LOGIN_OK_BUTTON_TOOLTIP=Spr\u00f3buj po\u0142\u0105czy\u0107 si\u0119 przy pomocy podanych danych autentykacyjnych. |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=B\u0142\u0105d podczas konfigurowania portu powielania na serwerze %s. |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=B\u0142\u0105d podczas konfigurowania portu powielania na serwerze %s. |
| | | INFO_PROGRESS_PRE_INITIALIZATION_FINISHED_PROCEDURE=Teraz mo\u017cesz kontynuowa\u0107 inicjalizacj\u0119 zawarto\u015bci bazowej DN na wszystkich powielanych serwerach. Mo\u017cesz w tym celu u\u017cy\u0107 polecenia import-ldif lub kopii binarnej. Musisz u\u017cy\u0107 tego samego pliku LDIF lub kopii binarnej na ka\u017cdym serwerze.%n%nGdy inicjalizacja b\u0119dzie zako\u0144czona musisz u\u017cy\u0107 podprogramu '%s' aby powielanie zadzia\u0142a\u0142o z now\u0105 zawarto\u015bci\u0105 bazowych DN. |
| | | INFO_UNINSTALL_LOGIN_PWD_TOOLTIP=Has\u0142o Globalnego Administratora, kt\u00f3re zostanie u\u017cyte do odczytania i uaktualnienia konfiguracji na innych serwerach. |
| | | INFO_CTRL_PANEL_ERROR_CONNECT_BROWSE_SUMMARY=An error occurred trying to connect to the server to read data. Szczeg\u00f3\u0142y: %s |
| | | INFO_REPLICATION_SUBCOMMAND_PROMPT=Co chcesz zrobi\u0107? |
| | | MILD_ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=Limit wpis\u00f3w mu\u015bi by\u0107 liczb\u0105 ca\u0142kowit\u0105 pomi\u0119dzy %d i %d. |
| | | ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL=Limit wpis\u00f3w mu\u015bi by\u0107 liczb\u0105 ca\u0142kowit\u0105 pomi\u0119dzy %d i %d. |
| | | INFO_MISSING_CHANGES_COLUMN=Brak Zmian |
| | | MILD_ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\u00f3by zapisu odpowiednika nieinteraktywnego polecenia do pliku %s. Szczeg\u00f3\u0142by b\u0142\u0119du: %s |
| | | ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE=Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\u00f3by zapisu odpowiednika nieinteraktywnego polecenia do pliku %s. Szczeg\u00f3\u0142by b\u0142\u0119du: %s |
| | | INFO_ALREADY_NOT_REPLICATED_SUFFIXES=Nast\u0119puj\u0105ce bazowe DN nie s\u0105 powielane:%n%s |
| | | INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=Zainicjowa\u0107 bazow\u0105 DN %s? |
| | | INFO_BACKENDID_COLUMN=ID Zaplecza |
| | |
| | | INFO_UNINSTALL_LOGIN_DIALOG_MSG=Musisz poda\u0107 dane Globalnego U\u017cytkownika Administracyjnego aby m\u00f3c usun\u0105\u0107 odwo\u0142ania do tego serwera na innych serwerach.%Musisz tak\u017ce poda\u0107 nazw\u0119 tego hosta (lub adres IP) jaka wyst\u0119puje w odwo\u0142aniu na zdalnych serwerach. |
| | | INFO_DESCRIPTION_SUBCMD_INITIALIZE_ALL_REPLICATION=Zainicjuj zawarto\u015b\u0107 danych pod podan\u0105 Bazow\u0105 DN na wszystkich serwerach, kt\u00f3rych zawarto\u015b\u0107 ma by\u0107 powielona z zawarto\u015bci\u0105 okre\u015blonego serwera. Ta operacja jest wymagana po w\u0142\u0105czeniu powielania aby powielanie zadzia\u0142a\u0142o ('%s' uruchomione na poszczeg\u00f3lnych serwerach mo\u017ce tak\u017ce by\u0107 u\u017cyte w tym celu) |
| | | INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=To narz\u0119dzie mo\u017ce by\u0107 wykorzystane do odinstalowania Serwera Us\u0142ug Katalogowych. |
| | | MILD_ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=Musisz wybra\u0107 co najmniej jeden typ indeksu (przybli\u017cenie, r\u00f3wno\u015b\u0107, kolejno\u015b\u0107, obecno\u015b\u0107 lub podci\u0105g). |
| | | ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED=Musisz wybra\u0107 co najmniej jeden typ indeksu (przybli\u017cenie, r\u00f3wno\u015b\u0107, kolejno\u015b\u0107, obecno\u015b\u0107 lub podci\u0105g). |
| | | INFO_REPLICATION_NON_INTERACTIVE=Odpowiednik nieinteraktywnego polecenia to:%n%s |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE1=Plik zawieraj\u0105cy has\u0142o kt\u00f3re zostanie wykorzystane do po\u0142\u0105czenia z pierwszym serwerem, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona. Je\u015bli nie podano DN dla pierwszego serwera, has\u0142o globalnego administratora zostanie wykorzystane do po\u0142\u0105czenia |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORDFILE2=Plik zawieraj\u0105cy has\u0142o kt\u00f3re zostanie wykorzystane do po\u0142\u0105czenia z drugim serwerem, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona. Je\u015bli nie podano DN dla drugiego serwera, has\u0142o globalnego administratora zostanie wykorzystane do po\u0142\u0105czenia |
| | |
| | | INFO_REPLICATION_DISABLE_MENU_PROMPT=Wy\u0142\u0105cz Powielanie |
| | | INFO_CTRL_PANEL_VLV_INDEX_APPROXIMATE_TYPE=przybli\u017cenie |
| | | INFO_CTRL_PANEL_CONNECTION_HANDLER_MONITORING=Program Obs\u0142uguj\u0105cy Po\u0142\u0105czenia |
| | | MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=B\u0142\u0105d podczas restartu serwera |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=B\u0142\u0105d podczas restartu serwera |
| | | INFO_DESCRIPTION_SUBCMD_ENABLE_REPLICATION=Uaktualnia konfiguracj\u0119 serwer\u00f3w w celu powielania zawarto\u015bci poni\u017cej podanej Bazowej DN. Je\u015bli kt\u00f3ry\u015b z podanych serwer\u00f3w powiela ju\u017c dane poni\u017cej Bazowej DN z innymi serwerami, wywo\u0142anie tego podprogramu uaktualni konfiguracj\u0119 wszystkich serwer\u00f3w (zatem wystarczy wywo\u0142a\u0107 podprogram raz, gdy dodajemy serwer do topologii powielania) |
| | | INFO_REMOVE_BACKUPS_LABEL=Pliki Kopii Zapasowej Znajduj\u0105ce si\u0119 w Katalogu bak |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN2=DN kt\u00f3ra b\u0119dzie u\u017cyta do po\u0142\u0105czenia z drugim serwerem, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona. Je\u015bli nie podano, administrator globalny zostanie wykorzystany do po\u0142\u0105czenia |
| | |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_CREATE_BASE_DN=Serwer jest uruchomiony. You must provide authentication to create a new base DN. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDDN1=DN kt\u00f3ra b\u0119dzie u\u017cyta do po\u0142\u0105czenia z pierwszym serwerem, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona. Je\u015bli nie podano, administrator globalny zostanie wykorzystany do po\u0142\u0105czenia |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=Usu\u0144 te Pliki Bazy Danych |
| | | MILD_ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of base DN '%s'. Sprawd\u017a pole tekstowe 'Szczeg\u00f3\u0142y' aby uzyska\u0107 wi\u0119cej informacji. |
| | | MILD_ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Musisz poda\u0107 filtr dla indeksu. |
| | | MILD_ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=Maksymalny rozmiar bloku musi by\u0107 liczb\u0105 ca\u0142kowit\u0105 pomi\u0119dzy %d i %d. |
| | | ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY=Error during creation of base DN '%s'. Sprawd\u017a pole tekstowe 'Szczeg\u00f3\u0142y' aby uzyska\u0107 wi\u0119cej informacji. |
| | | ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=Musisz poda\u0107 filtr dla indeksu. |
| | | ERR_CTRL_PANEL_INVALID_MAX_BLOCK_SIZE_FOR_VLV_PROVIDED=Maksymalny rozmiar bloku musi by\u0107 liczb\u0105 ca\u0142kowit\u0105 pomi\u0119dzy %d i %d. |
| | | INFO_CLI_DO_YOU_WANT_TO_CONTINUE=Czy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_CREATING_NEW_ENTRY_SUMMARY=Tworzenie nowego wpisu... |
| | | INFO_REPLICATION_DESCRIPTION_QUIET=Wykonaj operacj\u0119 w trybie cichym (informacje na temat post\u0119pu nie b\u0119da wy\u015bwietlane na standardowe wyj\u015bcie) |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM=Only one replication server will be defined for the following base DNs:%n%s%nIt is recommended to have at least two replication servers (two changelogs) to avoid a single point of failure in the replication topology.%nCzy chcesz kontynuowa\u0107? |
| | | INFO_REMOVE_LIBRARIES_AND_TOOLS_LABEL=Biblioteki Serwera i Narz\u0119dzia Administracyjne |
| | | INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_SUMMARY=Zatrzymanie zako\u0144czone |
| | | SEVERE_ERR_REPLICATION_ERROR_READING_CONFIGURATION=B\u0142\u0105d podczas czytania konfiguracji powielania serwera %s.%nSzczeg\u00f3\u0142y: %s |
| | | MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=B\u0142\u0105d sprawdzania wpisu. Szczeg\u00f3\u0142y: %s |
| | | ERR_REPLICATION_ERROR_READING_CONFIGURATION=B\u0142\u0105d podczas czytania konfiguracji powielania serwera %s.%nSzczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=B\u0142\u0105d sprawdzania wpisu. Szczeg\u00f3\u0142y: %s |
| | | INFO_DELETE_OUTSIDE_LOGS_LABEL=Usu\u0144 te Pliki Log\u00f3w |
| | | INFO_CTRL_PANEL_INVALID_DN_DETAILS=The value %s is not a valid DN. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_VLV_INDEX_ORDERING_TYPE=kolejno\u015b\u0107 |
| | | INFO_INSTALLATION_PATH_LABEL=\u015acie\u017cka instalacji: |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=B\u0142\u0105d podczas inicjowania. Nie mo\u017cna znale\u017a\u0107 cz\u0142onka inicjalizacji pomimo kilku pr\u00f3b. Szczeg\u00f3\u0142y: %s |
| | | ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=B\u0142\u0105d podczas inicjowania. Nie mo\u017cna znale\u017a\u0107 cz\u0142onka inicjalizacji pomimo kilku pr\u00f3b. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=Wymagana Autentykacja |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=Ta operacja jest odpowiednikiem dodania nast\u0119puj\u0105cych atrybut\u00f3w do definicji schematu wpisu (cn=schemat) w pliku '%s': |
| | | SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Nie mo\u017cna uruchomi\u0107 Panelu Kontrolnego. Sprawd\u017a czy masz dost\u0119p do monitora. Sprawd\u017a plik %s aby uzyska\u0107 szczeg\u00f3\u0142owe informacje. |
| | | MILD_ERR_READING_CONFIG_LDAP=B\u0142\u0105d w odczycie danych z serwera. Sprawd\u017a podane dane autentykuj\u0105ce.%nSzczeg\u00f3\u0142y: %s |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=Nie mo\u017cna uruchomi\u0107 Panelu Kontrolnego. Sprawd\u017a czy masz dost\u0119p do monitora. Sprawd\u017a plik %s aby uzyska\u0107 szczeg\u00f3\u0142owe informacje. |
| | | ERR_READING_CONFIG_LDAP=B\u0142\u0105d w odczycie danych z serwera. Sprawd\u017a podane dane autentykuj\u0105ce.%nSzczeg\u00f3\u0142y: %s |
| | | INFO_INDEX_MUST_BE_REBUILT_CELL_VALUE=Tak |
| | | INFO_CTRL_PANEL_WORK_QUEUE=Kolejka Robocza |
| | | INFO_NO_DBS_FOUND=-Nie znaleziono Baz Danych LDAP- |
| | |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=Chcesz zainicjowa\u0107 bazow\u0105 DN %s u\u017cywaj\u0105c import-ldif lub binarnego kopiowania? |
| | | INFO_CONNECTIONS_LABEL=Otwarte po\u0142\u0105czenia: |
| | | INFO_NUMBER_ENTRIES_COLUMN=Wpisy |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=Podana \u015bcie\u017cka %s do zapisu odpowiednika polecenia jest katalogiem. Musisz poda\u0107 \u015bcie\u017ck\u0119 do pliku |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=Podana \u015bcie\u017cka %s do zapisu odpowiednika polecenia jest katalogiem. Musisz poda\u0107 \u015bcie\u017ck\u0119 do pliku |
| | | INFO_CTRL_PANEL_ADD_TO_GROUP_TASK_DESCRIPTION=Dodaj pozycje do grup. |
| | | INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_SUMMARY=Wpisy dodane do grup |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_MODIFY=Odpowiednik polecenia do modyfikacji pozycji: |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_MSG=Serwer jest uruchomiony%nSerwer jest w tej chwili uruchomiony i musi by\u0107 zatrzymany przed kontynuowaniem deinstalacji. Czy chcesz aby deinstalator zatrzyma\u0142 serwer i kontynuowa\u0142 deinstalacj\u0119? Je\u015bli klikniesz Nie, b\u0119dziesz musia\u0142 zatrzyma\u0107 serwer samodzielnie aby kontynuowa\u0107. |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error occurred stopping the server. Kod b\u0142\u0119du: %d |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=An error occurred stopping the server. Kod b\u0142\u0119du: %d |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_STOP_SERVER=Odpowiednik polecenia do zatrzymania serwera: |
| | | INFO_CTRL_PANEL_VLV_INDEXES_HEADER_NAME=Nazwa |
| | | INFO_CTRL_PANEL_INVALID_FILTER_DETAILS=Podany filtr nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RENAME=Odpowiednik polecenia do zmiany nazwy pozycji: |
| | | MILD_ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member '%s' is not valid. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=The provided value as member '%s' is not valid. Szczeg\u00f3\u0142y: %s |
| | | INFO_SERVER_STARTED_LABEL=Uruchomiony |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BASE_DN_DELETE=Serwer jest uruchomiony. You must provide authentication to delete a base DN. |
| | | INFO_CTRL_PANEL_AUTH_REQUIRED_TO_BROWSE_MONITORING_SUMMARY=Serwer jest uruchomiony. You must provide authentication to see the monitoring data. |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=Inicjowanie zawarto\u015bci bazowej DN usuwa wszystkie dane w niej zawarte. Czy chcesz usun\u0105\u0107 dane wybranej bazowej DN na powielanym serwerze %s i zast\u0105pi\u0107 je zawarto\u015bci\u0105 serwera %s? |
| | | INFO_CTRL_PANEL_PRESENCE_LABEL=Obecno\u015b\u0107 |
| | | MILD_ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error occurred restarting the server. Kod b\u0142\u0119du: %d |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS=An error occurred restarting the server. Kod b\u0142\u0119du: %d |
| | | INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=Katalog danych |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=Serwer jest uruchomiony |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKUP=Serwer jest uruchomiony. You must provide authentication to perform the backup. |
| | | MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Podane has\u0142a r\u00f3\u017cni\u0105 si\u0119. |
| | | MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z Serwerem Us\u0142ug Katalogowych u\u017cywaj\u0105c podanych danych.%nSzczeg\u00f3\u0142y b\u0142\u0119du: %s%n%nPodaj jeszcze raz niezb\u0119dne dane do po\u0142\u0105czenia z serwerem: |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=Podane has\u0142a r\u00f3\u017cni\u0105 si\u0119. |
| | | ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z Serwerem Us\u0142ug Katalogowych u\u017cywaj\u0105c podanych danych.%nSzczeg\u00f3\u0142y b\u0142\u0119du: %s%n%nPodaj jeszcze raz niezb\u0119dne dane do po\u0142\u0105czenia z serwerem: |
| | | INFO_DESCRIPTION_SUBCMD_DISABLE_REPLICATION=Wy\u0142\u0105cza powielanie na wskazanym serwerze dla podanej Bazowej DN i usuwa odwo\u0142ania z innych serwer\u00f3w z kt\u00f3rymi powiela\u0142 dane. |
| | | INFO_CTRL_PANEL_ADDING_TO_GROUP_SUCCESSFUL_DETAILS=Pomy\u015blne dodanie wpis\u00f3w. |
| | | INFO_PROGRESS_POST_EXTERNAL_INITIALIZATION=Uaktualniam dane powielania bazowej DN %s |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDELOGS=Directory Server zawiera pliki log\u00f3w w nast\u0119puj\u0105cych lokacjach poza \u015bcie\u017ck\u0105 serwera:%n%s%nUsun\u0105\u0107 te pliki? |
| | | SEVERE_ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Nie mo\u017cna uruchomi\u0107 Panelu Kontrolnego. Sprawd\u017a czy masz dost\u0119p do monitora. |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=Poda\u0142e\u015b taki sam port powielania (%s) dla dw\u00f3ch serwer\u00f3w znajduj\u0105cych si\u0119 na tej samej maszynie (%s). |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=Nie mo\u017cna uruchomi\u0107 Panelu Kontrolnego. Sprawd\u017a czy masz dost\u0119p do monitora. |
| | | ERR_REPLICATION_SAME_REPLICATION_PORT=Poda\u0142e\u015b taki sam port powielania (%s) dla dw\u00f3ch serwer\u00f3w znajduj\u0105cych si\u0119 na tej samej maszynie (%s). |
| | | INFO_CLI_UNINSTALL_CONFIRM_OUTSIDEDBS=Directory Server zawiera pliki bazy w nast\u0119puj\u0105cych lokacjach poza \u015bcie\u017ck\u0105 serwera:%n$s%nUsun\u0105\u0107 te pliki? |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nStart Deinstalacji graficznej nie powi\u00f3d\u0142 si\u0119.%n%nUruchamiam deinstalacj\u0119 w wierszu polece\u0144... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nStart Deinstalacji graficznej nie powi\u00f3d\u0142 si\u0119.%n%nUruchamiam deinstalacj\u0119 w wierszu polece\u0144... |
| | | INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_TITLE=Serwer Us\u0142ug Katalogowych nie jest uruchomiony. |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_ATTRIBUTE_SUMMARY=Serwer jest uruchomiony. You must provide authentication to create an attribute in the schema. |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_DOMAIN=Odpowiednik polecenia do wy\u0142\u0105czenia replikacji na podstawowym DN '%s': |
| | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ENTRY_OFFLINE=Ta operacja jest odpowiednikiem dodania nast\u0119puj\u0105cego wpisu do pliku '%s': |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_REPLICATION_SERVER=Konfiguruj\u0119 port powielania na serwerze %s |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORDFILE=Plik zawieraj\u0105cy has\u0142o administratora globalnego |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=Nast\u0119puj\u0105ce b\u0142\u0119dy napotkano podczas czytania konfiguracji istniej\u0105cych serwer\u00f3w:%n%s%n%nNarz\u0119dzie powielania spr\u00f3buje uaktualni\u0107 konfiguracj\u0119 wszystkich serwer\u00f3w. Jednak nie mo\u017ce zagwarantowa\u0107, \u017ce serwery generuj\u0105ce b\u0142\u0119dy zostan\u0105 uaktualnione. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Musisz poda\u0107 przynajmniej jedn\u0105 bazow\u0105 DN do powielania. |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=Nast\u0119puj\u0105ce b\u0142\u0119dy napotkano podczas czytania konfiguracji istniej\u0105cych serwer\u00f3w:%n%s%n%nNarz\u0119dzie powielania spr\u00f3buje uaktualni\u0107 konfiguracj\u0119 wszystkich serwer\u00f3w. Jednak nie mo\u017ce zagwarantowa\u0107, \u017ce serwery generuj\u0105ce b\u0142\u0119dy zostan\u0105 uaktualnione. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=Musisz poda\u0107 przynajmniej jedn\u0105 bazow\u0105 DN do powielania. |
| | | INFO_CTRL_PANEL_RESTARTING_SERVER_SUCCESSFUL_SUMMARY=Restart zako\u0144czony |
| | | SEVERE_ERR_REPLICATION_DISABLING_REPLICATIONSERVER=B\u0142\u0105d podczas wy\u0142\u0105czania portu powielania na serwerze %s. |
| | | SEVERE_ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas uruchamiania operacji. |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=B\u0142\u0105d podczas wy\u0142\u0105czania portu powielania na serwerze %s. |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas uruchamiania operacji. |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_BACKEND_DELETE=Serwer jest uruchomiony. You must provide authentication to delete a backend. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=Nie ma bazowych DN powielanych na serwerze. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=Nie ma bazowych DN powielanych na serwerze. |
| | | INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_TOOLTIP=<html>Informacja dost\u0119pna tylko gdy jeste\u015b zautentykowany<br> jako u\u017cytkownik administruj\u0105cy. |
| | | INFO_PROGRESS_POST_INITIALIZATION_FINISHED_PROCEDURE=Procedury poinicjalizacyjne zako\u0144czone pomy\u015blnie. |
| | | SEVERE_ERR_REPLICATION_READING_ADS=Error reading registration information. Szczeg\u00f3\u0142y: %s |
| | | ERR_REPLICATION_READING_ADS=Error reading registration information. Szczeg\u00f3\u0142y: %s |
| | | INFO_CLI_UNINSTALL_CONFIRM_LIBRARIES_BINARIES=Usun\u0105\u0107 biblioteki serwera i narz\u0119dzia administracyjne? |
| | | INFO_SERVER_PATH_LABEL=\u015acie\u017cka Serwera: |
| | | INFO_CTRL_PANEL_VLV_INDEXES_HEADER_SORT_ORDER=Porz\u0105dek sortowania |
| | | INFO_CTRL_PANEL_NEW_ENTRY_TASK_DESCRIPTION=Nowy wpis '%s'. |
| | | INFO_REPLICATION_STATUS_REPLICATED=%s - Powielanie W\u0142\u0105czone |
| | | MILD_ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Musisz wybra\u0107 przy najmniej jeden atrybut do kolejno\u015bci sortowania. |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z Directory Server przy u\u017cyciu dostarczonych po\u015bwiadcze\u0144. Mo\u017cliwe powody:%n%s |
| | | ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED=Musisz wybra\u0107 przy najmniej jeden atrybut do kolejno\u015bci sortowania. |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z Directory Server przy u\u017cyciu dostarczonych po\u015bwiadcze\u0144. Mo\u017cliwe powody:%n%s |
| | | INFO_CTRL_PANEL_SUBSTRING_LABEL=Podci\u0105g |
| | | INFO_CONFIRM_CLOSE_UNINSTALL_TITLE=Wymagane potwierdzenie |
| | | INFO_CTRL_PANEL_INDEX_PRESENCE=Obecno\u015b\u0107 |
| | | MILD_ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Nast\u0119puj\u0105ce bazowe DN nie mog\u0142y by\u0107 znalezione na serwerze:%n%s |
| | | ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=Nast\u0119puj\u0105ce bazowe DN nie mog\u0142y by\u0107 znalezione na serwerze:%n%s |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_FOR_DISABLE_BACKEND=Serwer jest uruchomiony. You must provide authentication to disable the backend before rebuilding the indexes. |
| | | SEVERE_ERR_POOLING_POST_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas odczytu post\u0119pu operacji. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=Nie ma dost\u0119pnych DN aby w\u0142\u0105czy\u0107 powielanie pomi\u0119dzy dwoma serwerami. You must specify at least one server that will contain the replicated data, before configuring servers that will only contain the replication changelog (replication servers). |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas odczytu post\u0119pu operacji. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=Nie ma dost\u0119pnych DN aby w\u0142\u0105czy\u0107 powielanie pomi\u0119dzy dwoma serwerami. You must specify at least one server that will contain the replicated data, before configuring servers that will only contain the replication changelog (replication servers). |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=Potwierd\u017a deinstalacj\u0119%nWszystkie zaznaczone pliki zostan\u0105 nieodwracalnie usuni\u0119te, czy jeste\u015b pewien \u017ce chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_STOPPING_SERVER_SUMMARY=Zatrzymywanie serwera... |
| | | INFO_CTRL_PANEL_ADD_TO_GROUP_ENTRIES_LABEL=Wpisy do dodania: |
| | | MILD_ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_ERROR_READING_FILE=An error occurred reading the contents of the file. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=Odpowiednik polecenia do tworzenia wpisu: |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nStart Deinstalacji graficznej nie powi\u00f3d\u0142 si\u0119. Sprawd\u017a plik %s aby uzyska\u0107 szczeg\u00f3\u0142owe informacje.%n%nUruchamiam deinstalacj\u0119 w wierszu polece\u0144... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nStart Deinstalacji graficznej nie powi\u00f3d\u0142 si\u0119. Sprawd\u017a plik %s aby uzyska\u0107 szczeg\u00f3\u0142owe informacje.%n%nUruchamiam deinstalacj\u0119 w wierszu polece\u0144... |
| | | INFO_DISABLE_REPLICATION_DISABLE_IN_REMOTE_PROMPT=You have decided to disable the replication server (replication changelog). At least one replicaton server is required in a replication topology and this is the last replication server for the following suffixes:%n%s%nReplication will be disabled for these servers.%nCzy chcesz kontynuowa\u0107? |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Musisz poda\u0107 przynajmniej jedn\u0105 bazow\u0105 DN do zainicjowania. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE=Musisz poda\u0107 przynajmniej jedn\u0105 bazow\u0105 DN do zainicjowania. |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_LDIF_FILES=Usu\u0144 pliki LDIF |
| | | MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=Error updating configuration. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_ADD_TO_GROUP_TITLE=Dodaj do grupy |
| | | INFO_STATIC_GROUP_ICON_DESCRIPTION=Grupa statyczna |
| | | INFO_HOSTNAME_LABEL=Nazwa Hosta: |
| | | INFO_UNINSTALL_CONFIRM_PROVIDE_AUTHENTICATION_AGAIN=Czy chcesz autentykowa\u0107 si\u0119 jeszcze raz? (Je\u015bli powiesz 'nie', odwo\u0142ania do tego serwera na innych serwerach nie zostan\u0105 usuni\u0119te). |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Nie ma dost\u0119pnych DN aby w\u0142\u0105czy\u0107 powielanie pomi\u0119dzy dwoma serwerami. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=Nie ma dost\u0119pnych DN aby w\u0142\u0105czy\u0107 powielanie pomi\u0119dzy dwoma serwerami. |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD1=Has\u0142o wykorzystane do po\u0142\u0105czenia z pierwszym serwerem, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona. Je\u015bli nie podano DN dla pierwszego serwera, has\u0142o globalnego administratora zostanie wykorzystane do po\u0142\u0105czenia |
| | | INFO_DESCRIPTION_ENABLE_REPLICATION_BINDPASSWORD2=Has\u0142o wykorzystane do po\u0142\u0105czenia z drugim serwerem, kt\u00f3rego zawarto\u015b\u0107 b\u0119dzie powielona. Je\u015bli nie podano DN dla drugiego serwera, has\u0142o globalnego administratora zostanie wykorzystane do po\u0142\u0105czenia |
| | | MILD_ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=Nie mo\u017cna znale\u017a\u0107 grupy '%s'. |
| | | ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=Nie mo\u017cna znale\u017a\u0107 grupy '%s'. |
| | | INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Resetowanie has\u0142a dla wpisu '%s'. |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=Potwierd\u017a Has\u0142o: |
| | | INFO_LOGIN_DIALOG_SERVER_NOT_RUNNING_MSG=Serwer Us\u0142ug Katalogowych nie jest uruchomiony. Kliknij OK aby kontynuowa\u0107. |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_TOOLTIP=Nazwa tego hosta (lub adres IP) jaka wyst\u0119puje na innych serwerach. |
| | | INFO_NOT_AVAILABLE_AUTHENTICATION_REQUIRED_CLI_LABEL=<niedost\u0119pne> (*) |
| | | MILD_ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Ten serwer jest skonfigurowany aby powiela\u0107 niekt\u00f3re z Bazowych DN. Wyst\u0105pi\u0142 b\u0142\u0105d podczas odbierania odwo\u0142a\u0144 do niego na serwerach powielaj\u0105cych.%nCzy chcesz kontynuowa\u0107? |
| | | ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT=Ten serwer jest skonfigurowany aby powiela\u0107 niekt\u00f3re z Bazowych DN. Wyst\u0105pi\u0142 b\u0142\u0105d podczas odbierania odwo\u0142a\u0144 do niego na serwerach powielaj\u0105cych.%nCzy chcesz kontynuowa\u0107? |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>Instalacja Zako\u0144czona Z Ostrze\u017ceniami</b><br>Serwer zosta\u0142 pomy\u015blnie odinstalowany na lokalnej maszynie, ale wyst\u0105pi\u0142y b\u0142\u0119dy podczas usuwania plik\u00f3w. Sprawd\u017a pole tekstowe 'Szczeg\u00f3\u0142y' aby uzyska\u0107 wi\u0119cej informacji na temat plik\u00f3w kt\u00f3re spowodowa\u0142y problemy.<br><br>Sprawd\u017a czy \u017caden program nie u\u017cywa tych plik\u00f3w i usu\u0144 je r\u0119cznie. |
| | | INFO_CTRL_PANEL_CREATING_ENTRY=Tworzenie wpisu '%s' |
| | | MILD_ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_INVALID_ENTRY=The entry is not correct. Szczeg\u00f3\u0142y: %s |
| | | INFO_REPLICATION_STATUS_HEADER_MISSING_CHANGES=B.Z. (1) |
| | | INFO_CTRL_PANEL_CONFIRM_STOP_SERVER_DETAILS=Je\u015bli serwer jest zatrzymany wszystkie otwarte po\u0142\u0105czenia do serwera zostan\u0105 zamkni\u0119te i serwer nie b\u0119dzie dost\u0119pny.<br><br>Czy chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_ADDING_TO_GROUP=Aktualizacja grupy '%s' |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=Potwierd\u017a deinstalacj\u0119 |
| | | INFO_REPLICATION_ENABLE_UPDATING_REPLICATION_SERVER=Uaktualniam zdalne odwo\u0142ania na serwerze %s |
| | | INFO_REPLICATION_ENABLE_MENU_PROMPT=W\u0142\u0105cz Powielanie |
| | | MILD_ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=Wpis '%s' istnieje, ale nie jest grup\u0105 statyczn\u0105. |
| | | ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=Wpis '%s' istnieje, ale nie jest grup\u0105 statyczn\u0105. |
| | | INFO_CLI_UNINSTALL_REMOVE_ALL=Usu\u0144 wszystkie sk\u0142adniki |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=Nie ma bazowych DN powielanych pomi\u0119dzy serwerami. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=Nie ma bazowych DN powielanych pomi\u0119dzy serwerami. |
| | | INFO_ENABLE_REPLICATION_INITIALIZING_SCHEMA=Inicjalizuj\u0119 schemat na serwerze %s zawarto\u015bci\u0105 serwera %s |
| | | INFO_CTRL_PANEL_INDEX_ORDERING=Kolejno\u015b\u0107 |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_ALL=Usu\u0144 wszystkie komponenty serwera (ta opcja nie jest kompatybilna z reszt\u0105 opcji usuwania) |
| | | MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Nie ma bazowych DN powielanych na serwerze. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=Nie ma bazowych DN powielanych na serwerze. |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_CONFIGURATION_FILES=Usu\u0144 pliki konfiguracyjne |
| | | INFO_PASSWORD_POLICY_ICON_DESCRIPTION=Polityka has\u0142a |
| | | INFO_SUMMARY_DELETING_EXTERNAL_LOG_FILES=Usuwam Pliki Log\u00f3w znajduj\u0105ce si\u0119 poza \u015bcie\u017ck\u0105 instalacyjn\u0105... |
| | | INFO_CTRL_PANEL_ATTRIBUTE_SYNTAXES_CATEGORY_NODE=Sk\u0142adnie Atrybut\u00f3w |
| | | INFO_REPLICATION_STATUS_HEADER_NUMBER_ENTRIES=Wpisy |
| | | INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=Przegl\u0105daj... |
| | | MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the Java settings. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=An unexpected error occurred reading the Java settings. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION_SECURE=Replikacja (bezpieczna) |
| | | INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Uruchomienie serwera. |
| | | INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=Usun\u0105\u0107 pliki konfiguracji i schematy? |
| | | MILD_ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided Java settings. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=An unexpected error occurred checking the provided Java settings. Szczeg\u00f3\u0142y: %s |
| | | INFO_UNINSTALLDS_DESCRIPTION_REMOVE_SERVER_LIBRARIES=Usu\u0144 Biblioteki Serwera i Narz\u0119dzia Administracyjne |
| | | INFO_CTRL_PANEL_CHOOSE_GROUP_TITLE=Wybierz grupy |
| | | INFO_ADMINISTRATOR_UID_PROMPT=Nazwa U\u017cytkownika Globalnego Administratora |
| | | MILD_ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=Podany filtr nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=Podany filtr nie jest prawid\u0142owy. Szczeg\u00f3\u0142y: %s |
| | | INFO_CTRL_PANEL_READING_SUMMARY=Wczytywanie... |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_SUCCESSFULLY_CLI=Deinstalacja Zako\u0144czona Sukcesem. |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=Serwer Us\u0142ug Katalogowych przechowuje pliki bazy danych w nast\u0119puj\u0105cych miejscach poza \u015bcie\u017ck\u0105 serwera: |
| | | MILD_ERR_REPLICATION_USER_CANCELLED=U\u017cytkownik anulowa\u0142 operacj\u0119 |
| | | ERR_REPLICATION_USER_CANCELLED=U\u017cytkownik anulowa\u0142 operacj\u0119 |
| | | INFO_STATUS_CLI_USAGE_DESCRIPTION=To narz\u0119dzie mo\u017ce by\u0107 wykorzystane do wy\u015bwietlenia podstawowych informacji o serwerze |
| | | INFO_SUMMARY_DISABLING_WINDOWS_SERVICE=Wy\u0142\u0105czam Us\u0142ug\u0119 Windows... |
| | | INFO_CTRL_PANEL_READING_JAVA_SETTINGS_SUMMARY=Wczytywanie ustawie\u0144 Java... |
| | |
| | | INFO_CLI_UNINSTALL_CONFIRM_STOP=Serwer jest uruchomiony i musi zosta\u0107 zatrzymany przed odinstalowaniem.%nZatrzyma\u0107 serwer i nieodwracalnie usun\u0105\u0107 pliki? |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BASE_DN=Odpowiednik polecenia do usuni\u0119cia podstawowego DN: |
| | | INFO_CTRL_PANEL_DB_HEADER=ID Zaplecza |
| | | MILD_ERR_READING_SCHEMA_LDAP=B\u0142\u0105d wczytywania schematu ze zdalnego serwera.%nSzczeg\u00f3\u0142y: %s |
| | | ERR_READING_SCHEMA_LDAP=B\u0142\u0105d wczytywania schematu ze zdalnego serwera.%nSzczeg\u00f3\u0142y: %s |
| | | INFO_SERVER_STOPPED_LABEL=Zatrzymany |
| | | INFO_CTRL_PANEL_AUTH_REQUIRED_TO_SEE_TRAFFIC_MONITORING_SUMMARY=Serwer jest uruchomiony. You must provide authentication to see the monitoring data. |
| | | INFO_CTRL_PANEL_CONFIRMATION_IMPORT_LDIF_DETAILS=All the data in backend '%s' will be overwritten.<br><br>Czy chcesz kontynuowa\u0107? |
| | | MILD_ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Nast\u0119puj\u0105ce bazowe DN nie mog\u0105 by\u0107 zainicjowane, poniewa\u017c nie zosta\u0142y powielone lub nie zosta\u0142y skonfigurowane na obydwu serwerach:%n%s |
| | | ERR_SUFFIXES_CANNOT_BE_INITIALIZED=Nast\u0119puj\u0105ce bazowe DN nie mog\u0105 by\u0107 zainicjowane, poniewa\u017c nie zosta\u0142y powielone lub nie zosta\u0142y skonfigurowane na obydwu serwerach:%n%s |
| | | INFO_CTRL_PANEL_AUTHENTICATION_REQUIRED_TO_CREATE_OBJECTCLASS_SUMMARY=Serwer jest uruchomiony. You must provide authentication to create an attribute in the schema. |
| | | INFO_DESCRIPTION_REPLICATION_ADMIN_BINDPASSWORD=Has\u0142o administratora globalnego |
| | | MILD_ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Nast\u0119puj\u0105ce bazowe DN nie mog\u0105 by\u0107 powielane pomi\u0119dzy dwoma serwerami, poniewa\u017c nie zosta\u0142y znalezione na przynajmniej jednym serwerze:%n%s |
| | | ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND=Nast\u0119puj\u0105ce bazowe DN nie mog\u0105 by\u0107 powielane pomi\u0119dzy dwoma serwerami, poniewa\u017c nie zosta\u0142y znalezione na przynajmniej jednym serwerze:%n%s |
| | | INFO_ALREADY_REPLICATED_SUFFIXES=Nast\u0119puj\u0105ce bazowe DN s\u0105 ju\u017c powielane pomi\u0119dzy dwoma serwerami:%n%s |
| | | INFO_CTRL_PANEL_INDEX_SUBSTRING=Podci\u0105g |
| | | MILD_ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Musisz poda\u0107 podstawowy DN. |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=Musisz poda\u0107 podstawowy DN. |
| | | INFO_REPLICATION_POST_ENABLE_INFO=Powielanie zosta\u0142o w\u0142\u0105czone pomy\u015blnie. Note that for replication to work you must initialize the contents of the base DNs that are being replicated (use %s %s to do so). |
| | | INFO_REPLICATION_DISABLING_REPLICATION_SERVER=Wy\u0142\u0105czam port powielania %s serwera %s |
| | | INFO_DELETE_OUTSIDE_DBS_TOOLTIP=Zaznacz t\u0105 opcj\u0119 aby Usun\u0105\u0107 Pliki Bazy Danych znajduj\u0105ce si\u0119 poza katalogiem instalacyjnym |
| | | SEVERE_ERR_REPLICATION_CONFIGURING_BASEDN=B\u0142\u0105d podczas uaktualniania konfiguracji powielania w bazowej DN %s na serwerze %s. |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=B\u0142\u0105d podczas uaktualniania konfiguracji powielania w bazowej DN %s na serwerze %s. |
| | | INFO_BASEDN_COLUMN=Podstawowy DN |
| | | INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Uruchamiam deinstalacj\u0119 graficzn\u0105... |
| | | MILD_ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=Musisz wybra\u0107 grup\u0119. |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Wybra\u0142e\u015b przynajmniej jedn\u0105 bazow\u0105 DN do wy\u0142\u0105czenia. |
| | | ERR_CTRL_PANEL_GROUP_NOT_PROVIDED=Musisz wybra\u0107 grup\u0119. |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=Wybra\u0142e\u015b przynajmniej jedn\u0105 bazow\u0105 DN do wy\u0142\u0105czenia. |
| | | INFO_CTRL_PANEL_BINARY_VALUE=- Warto\u015b\u0107 binarna - |
| | | INFO_NOT_AVAILABLE_SERVER_DOWN_CLI_LABEL=<niedost\u0119pne> (*) |
| | | INFO_CTRL_PANEL_INCOMPATIBLE_TASKS=Nast\u0119puj\u0105ce zadanie jest uruchomione: %s<br>Nie mo\u017ce dzia\u0142a\u0107 r\u00f3wnocze\u015bnie z zadaniem %s |
| | |
| | | INFO_REMOVE_DATABASES_TOOLTIP=Usu\u0144 Zawarto\u015b\u0107 Bazy Danych |
| | | INFO_CTRL_PANEL_INSTALLATION_PATH_LABEL=\u015acie\u017cka instalacji: |
| | | INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=Wybra\u0142e\u015b wy\u0142\u0105czenie powielania schematu. Wy\u0142\u0105czenie powielania schematu jest zalecane jedynie w specyficznych sytuacjach. Czy chcesz kontynuowa\u0107? |
| | | MILD_ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=B\u0142\u0105d podczas uruchomienia serwera |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=B\u0142\u0105d podczas uruchomienia serwera |
| | | INFO_CLI_UNINSTALL_CONFIRM_DELETE_FILES=Pliki zostan\u0105 nieodwracalnie usuni\u0119te, czy napewno chcesz kontynuowa\u0107? |
| | | INFO_CTRL_PANEL_ATTRIBUTE_SYNTAX_TITLE=Sk\u0142adnia Atrybut\u00f3w |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=Usun\u0105\u0107 pliki archiwum z katalogu bak? |
| | |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_LABEL=Nazwa Hosta: |
| | | INFO_CTRL_PANEL_STOPPING_SERVER_SUCCESSFUL_DETAILS=Serwer zatrzymany pomy\u015blnie |
| | | INFO_CTRL_PANEL_CONFIRMATION_EXPORT_LDIF_DETAILS=File '%s' exists and its contents will be overwritten.<br><br>Czy chcesz kontynuowa\u0107? |
| | | SEVERE_ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas odczytu post\u0119pu operacji. |
| | | MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Podane has\u0142a r\u00f3\u017cni\u0105 si\u0119. |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=B\u0142\u0105d podczas odczytu post\u0119pu operacji. |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=Podane has\u0142a r\u00f3\u017cni\u0105 si\u0119. |
| | | INFO_REMOVE_SCHEMA_AND_CONFIGURATION_LABEL=Pliki Konfiguracyjne i Schematy |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=\u9a8c\u8bc1 |
| | | INFO_BACKENDID_COLUMN=\u540e\u7aef ID |
| | | INFO_BASEDN_COLUMN=\u57fa DN |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\u65e0\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u51ed\u8bc1\u6765\u8fde\u63a5\u76ee\u5f55\u670d\u52a1\u5668\u3002\u53ef\u80fd\u7684\u539f\u56e0\u4e3a:%n%s |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\u65e0\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u51ed\u8bc1\u6765\u8fde\u63a5\u76ee\u5f55\u670d\u52a1\u5668\u3002\u53ef\u80fd\u7684\u539f\u56e0\u4e3a:%n%s |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=\u662f\u5426\u5220\u9664 bak \u76ee\u5f55\u4e2d\u5305\u542b\u7684\u5907\u4efd\u6587\u4ef6\uff1f |
| | | INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=\u662f\u5426\u5220\u9664\u914d\u7f6e\u6587\u4ef6\u548c\u6a21\u5f0f\u6587\u4ef6\uff1f |
| | | INFO_CLI_UNINSTALL_CONFIRM_DATABASES=\u662f\u5426\u5220\u9664\u6570\u636e\u5e93\u5185\u5bb9\uff1f |
| | |
| | | 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=\u670d\u52a1\u5668\u5f53\u524d\u6b63\u5728\u8fd0\u884c\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\u4f7f\u7528\u7528\u6cd5\u4e2d\u8bf4\u660e\u7684\u9009\u9879\u6307\u5b9a\u5fc5\u987b\u5378\u8f7d\u7684\u5143\u7d20\u3002 |
| | | SEVERE_ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u5fc5\u987b\u9009\u62e9\u8981\u5378\u8f7d\u7684\u5185\u5bb9\u3002 |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE=\u5fc5\u987b\u9009\u62e9\u8981\u5378\u8f7d\u7684\u5143\u7d20\u3002\u4f7f\u7528\u7528\u6cd5\u4e2d\u8bf4\u660e\u7684\u9009\u9879\u6307\u5b9a\u5fc5\u987b\u5378\u8f7d\u7684\u5143\u7d20\u3002 |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u5fc5\u987b\u9009\u62e9\u8981\u5378\u8f7d\u7684\u5185\u5bb9\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\u4f7f\u7528\u5176\u4ed6\u670d\u52a1\u5668\u590d\u5236\u5185\u5bb9\uff0c\u5219\u5fc5\u987b\u63d0\u4f9b\u7ba1\u7406\u5458\u9a8c\u8bc1\uff0c\u4ee5\u4fbf\u5220\u9664\u6b63\u5728\u590d\u5236\u7684\u670d\u52a1\u5668\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\u4f7f\u7528\u5176\u4ed6\u670d\u52a1\u5668\u590d\u5236\u5185\u5bb9\uff0c\u5219\u5fc5\u987b\u542f\u52a8\u8be5\u670d\u52a1\u5668\u5e76\u63d0\u4f9b\u7ba1\u7406\u5458\u9a8c\u8bc1\uff0c\u4ee5\u4fbf\u5220\u9664\u6b63\u5728\u590d\u5236\u7684\u670d\u52a1\u5668\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 |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=\u6b64\u4e3b\u673a\u5728\u8981\u590d\u5236\u5176\u5185\u5bb9\u7684\u8fdc\u7a0b\u670d\u52a1\u5668\u4e2d\u5f15\u7528\u65f6\u6240\u7528\u7684\u540d\u79f0\uff08\u6216 IP \u5730\u5740\uff09 |
| | |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=\u786e\u8ba4\u5378\u8f7d%n\u5c06\u6c38\u4e45\u5220\u9664\u6240\u6709\u9009\u5b9a\u7684\u6587\u4ef6\uff0c\u662f\u5426\u786e\u5b9e\u8981\u7ee7\u7eed\uff1f |
| | | 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\u670d\u52a1\u5668\u5f53\u524d\u6b63\u5728\u8fd0\u884c\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=\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=\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\u68c0\u67e5\u63d0\u4f9b\u7684\u8fde\u63a5\u53c2\u6570\u662f\u5426\u6b63\u786e\u3002%n\u5982\u679c\u5e0c\u671b\u5728\u65e0\u6cd5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u65f6\u5378\u8f7d\u670d\u52a1\u5668\uff0c\u53ef\u4ee5\u4f7f\u7528 %s \u9009\u9879\u3002%n%n\u627e\u5230\u7684\u9519\u8bef\u4e3a:%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 |
| | | 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 |
| | | 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 |
| | | ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_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\u68c0\u67e5\u63d0\u4f9b\u7684\u8fde\u63a5\u53c2\u6570\u662f\u5426\u6b63\u786e\u3002%n\u5982\u679c\u5e0c\u671b\u5728\u65e0\u6cd5\u5220\u9664\u8fdc\u7a0b\u5f15\u7528\u65f6\u5378\u8f7d\u670d\u52a1\u5668\uff0c\u53ef\u4ee5\u4f7f\u7528 %s \u9009\u9879\u3002%n%n\u627e\u5230\u7684\u9519\u8bef\u4e3a:%n%s |
| | | 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 |
| | | 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 |
| | | INFO_DATABASES_TITLE=\u6570\u636e\u6e90 |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=\u5220\u9664\u8fd9\u4e9b\u6570\u636e\u5e93\u6587\u4ef6 |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=\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: |
| | |
| | | INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=\u9009\u4e2d\u6b64\u6846\u53ef\u5220\u9664\u4f4d\u4e8e\u5b89\u88c5\u76ee\u5f55\u4ee5\u5916\u7684\u65e5\u5fd7\u6587\u4ef6 |
| | | INFO_DISABLED_LABEL=\u5df2\u7981\u7528 |
| | | INFO_ENABLED_LABEL=\u5df2\u542f\u7528 |
| | | 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 |
| | | MILD_ERR_READING_SCHEMA_LDAP=\u8bfb\u53d6\u8fdc\u7a0b\u670d\u52a1\u5668\u4e2d\u7684\u6a21\u5f0f\u65f6\u51fa\u9519\u3002%n\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_READING_SCHEMA_LDAP=\u8bfb\u53d6\u8fdc\u7a0b\u670d\u52a1\u5668\u4e2d\u7684\u6a21\u5f0f\u65f6\u51fa\u9519\u3002%n\u8be6\u7ec6\u4fe1\u606f: %s |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=\u5378\u8f7d |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\u5b8c\u6210\u5378\u8f7d |
| | | INFO_FRAME_UNINSTALL_TITLE=%s \u5378\u8f7d |
| | |
| | | INFO_START_BUTTON_LABEL=\u542f\u52a8 |
| | | 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=\u65e0\u6cd5\u542f\u52a8\u63a7\u5236\u9762\u677f\u3002\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=\u65e0\u6cd5\u542f\u52a8\u63a7\u5236\u9762\u677f\u3002\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 |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED=\u65e0\u6cd5\u542f\u52a8\u63a7\u5236\u9762\u677f\u3002\u8bf7\u68c0\u67e5\u60a8\u662f\u5426\u5177\u6709\u8bbf\u95ee\u6b64\u663e\u793a\u5185\u5bb9\u7684\u6743\u9650\u3002 |
| | | ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS=\u65e0\u6cd5\u542f\u52a8\u63a7\u5236\u9762\u677f\u3002\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=\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%n%n\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\u4e3b\u673a\u540d\u6216\u7aef\u53e3\uff0c\u8be5\u5de5\u5177\u5c06\u5c1d\u8bd5\u8fde\u63a5\u5230\u672c\u5730\u670d\u52a1\u5668\u3002 |
| | | INFO_STOP_BUTTON_LABEL=\u505c\u6b62 |
| | | INFO_BASEDN_NOT_REPLICATED_LABEL= |
| | |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR_DELETING=<b>\u5df2\u6210\u529f\u5378\u8f7d\uff0c\u4f46\u7cfb\u7edf\u53d1\u51fa\u8b66\u544a</b><br>\u5df2\u5728\u672c\u5730\u8ba1\u7b97\u673a\u4e2d\u6210\u529f\u5378\u8f7d\u670d\u52a1\u5668\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<br><br>\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_FINISHED_WITH_ERROR_DELETING_CLI=\u5df2\u5728\u672c\u5730\u8ba1\u7b97\u673a\u4e2d\u6210\u529f\u5378\u8f7d\u670d\u52a1\u5668\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... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u56fe\u5f62\u5316\u5378\u8f7d\u542f\u52a8\u5931\u8d25\u3002%n%n\u6b63\u5728\u542f\u52a8\u547d\u4ee4\u884c\u5378\u8f7d... |
| | | SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u56fe\u5f62\u5316\u5378\u8f7d\u542f\u52a8\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\u542f\u52a8\u547d\u4ee4\u884c\u5378\u8f7d... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%n\u56fe\u5f62\u5316\u5378\u8f7d\u542f\u52a8\u5931\u8d25\u3002%n%n\u6b63\u5728\u542f\u52a8\u547d\u4ee4\u884c\u5378\u8f7d... |
| | | ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%n\u56fe\u5f62\u5316\u5378\u8f7d\u542f\u52a8\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\u542f\u52a8\u547d\u4ee4\u884c\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 |
| | | INFO_UNINSTALL_LOGIN_CANCEL_BUTTON_TOOLTIP=\u5173\u95ed\u6b64\u5bf9\u8bdd\u6846\uff0c\u4e14\u4e0d\u5c1d\u8bd5\u5220\u9664\u5176\u4ed6\u670d\u52a1\u5668\u5bf9\u6b64\u670d\u52a1\u5668\u7684\u5f15\u7528\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 |
| | | 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=\u5728\u975e\u4ea4\u4e92\u5f0f\u6a21\u5f0f\u4e2d\u5fc5\u987b\u63d0\u4f9b\u81f3\u5c11\u4e00\u4e2a\u57fa DN\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u5728\u975e\u4ea4\u4e92\u5f0f\u6a21\u5f0f\u4e2d\u5fc5\u987b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u3002\u53ef\u4ee5\u4f7f\u7528 %s \u6216 %s \u9009\u9879\u63d0\u4f9b\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\u624d\u80fd\u542f\u7528\u590d\u5236\u3002\u5df2\u63d0\u4f9b\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\u4f5c\u4e3a\u521d\u59cb\u5316\u7684\u6e90\u548c\u76ee\u7684\u5730\u3002\u5df2\u63d0\u4f9b\u4e24\u6b21\u670d\u52a1\u5668 %s:%s |
| | | SEVERE_ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u5728\u4e3b\u673a %s \u4e2d\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u548c\u590d\u5236\u7aef\u53e3\u7684\u503c\u76f8\u540c\u3002\u60a8\u4e3a\u8fd9\u4e24\u4e2a\u7aef\u53e3\u63d0\u4f9b %s\u3002 |
| | | SEVERE_ERR_REPLICATION_SAME_REPLICATION_PORT=\u60a8\u5df2\u7ecf\u4e3a\u4f4d\u4e8e\u76f8\u540c\u673a\u5668 (%s) \u4e0a\u7684\u4e24\u4e2a\u670d\u52a1\u5668\u63d0\u4f9b\u4e86\u76f8\u540c\u7684\u590d\u5236\u7aef\u53e3 (%s)\u3002 |
| | | SEVERE_ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u547d\u4ee4\u3002\u4f7f\u7528\u9009\u9879 %s \u65f6\u5fc5\u987b\u6307\u5b9a\u5b50\u547d\u4ee4\u3002 |
| | | SEVERE_ERR_REPLICATION_STATUS_QUIET='%s' \u5b50\u547d\u4ee4\u4e0e %s \u9009\u9879\u4e0d\u517c\u5bb9\u3002 |
| | | ERR_REPLICATION_NO_BASE_DN_PROVIDED=\u5728\u975e\u4ea4\u4e92\u5f0f\u6a21\u5f0f\u4e2d\u5fc5\u987b\u63d0\u4f9b\u81f3\u5c11\u4e00\u4e2a\u57fa DN\u3002 |
| | | ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED=\u5728\u975e\u4ea4\u4e92\u5f0f\u6a21\u5f0f\u4e2d\u5fc5\u987b\u63d0\u4f9b\u5168\u5c40\u7ba1\u7406\u5458\u5bc6\u7801\u3002\u53ef\u4ee5\u4f7f\u7528 %s \u6216 %s \u9009\u9879\u63d0\u4f9b\u3002 |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684\u57fa DN\u3002 |
| | | ERR_REPLICATION_ENABLE_SAME_SERVER_PORT=\u5fc5\u987b\u63d0\u4f9b\u4e24\u4e2a\u4e0d\u540c\u7684\u670d\u52a1\u5668\u624d\u80fd\u542f\u7528\u590d\u5236\u3002\u5df2\u63d0\u4f9b\u4e24\u6b21\u670d\u52a1\u5668 %s:%s |
| | | ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT=\u5fc5\u987b\u63d0\u4f9b\u4e24\u4e2a\u4e0d\u540c\u7684\u670d\u52a1\u5668\u4f5c\u4e3a\u521d\u59cb\u5316\u7684\u6e90\u548c\u76ee\u7684\u5730\u3002\u5df2\u63d0\u4f9b\u4e24\u6b21\u670d\u52a1\u5668 %s:%s |
| | | ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL=\u5728\u4e3b\u673a %s \u4e2d\u670d\u52a1\u5668\u7ba1\u7406\u7aef\u53e3\u548c\u590d\u5236\u7aef\u53e3\u7684\u503c\u76f8\u540c\u3002\u60a8\u4e3a\u8fd9\u4e24\u4e2a\u7aef\u53e3\u63d0\u4f9b %s\u3002 |
| | | ERR_REPLICATION_SAME_REPLICATION_PORT=\u60a8\u5df2\u7ecf\u4e3a\u4f4d\u4e8e\u76f8\u540c\u673a\u5668 (%s) \u4e0a\u7684\u4e24\u4e2a\u670d\u52a1\u5668\u63d0\u4f9b\u4e86\u76f8\u540c\u7684\u590d\u5236\u7aef\u53e3 (%s)\u3002 |
| | | ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND=\u627e\u4e0d\u5230\u6709\u6548\u7684\u5b50\u547d\u4ee4\u3002\u4f7f\u7528\u9009\u9879 %s \u65f6\u5fc5\u987b\u6307\u5b9a\u5b50\u547d\u4ee4\u3002 |
| | | ERR_REPLICATION_STATUS_QUIET='%s' \u5b50\u547d\u4ee4\u4e0e %s \u9009\u9879\u4e0d\u517c\u5bb9\u3002 |
| | | 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=\u4ec5\u5728\u5df2\u6307\u5b9a %s \u65f6\u53ef\u4ee5\u4f7f\u7528 %s \u9009\u9879 |
| | | ERR_REPLICATION_USER_CANCELLED=\u7528\u6237\u5df2\u53d6\u6d88\u8be5\u64cd\u4f5c |
| | | ERR_REPLICATION_NO_MESSAGE= |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=\u4ec5\u5728\u5df2\u6307\u5b9a %s \u65f6\u53ef\u4ee5\u4f7f\u7528 %s \u9009\u9879 |
| | | 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\u521b\u5efa\u8fd9\u4e9b\u51ed\u8bc1\uff0c\u662f\u7528\u4e8e\u7ba1\u7406\u6240\u590d\u5236\u7684\u670d\u52a1\u5668\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: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\u63d0\u4f9b\u7684\u5bc6\u7801\u4e0d\u5339\u914d\u3002 |
| | | 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=>>>> \u4e3a\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u6307\u5b9a\u670d\u52a1\u5668\u7ba1\u7406\u8fde\u63a5\u53c2\u6570 |
| | | INFO_REPLICATION_ENABLE_REPLICATION_SERVER1_PROMPT=\u590d\u5236\u670d\u52a1\u5668\u5305\u542b\u8bb0\u5f55\u590d\u5236\u66f4\u6539\u7684\u66f4\u6539\u65e5\u5fd7\uff0c\u5e76\u8981\u6c42\u914d\u7f6e\u4e00\u4e2a\u590d\u5236\u7aef\u53e3\u3002%n\u662f\u5426\u8ba9\u7b2c\u4e00\u4e2a\u670d\u52a1\u5668\u5305\u542b\u66f4\u6539\u65e5\u5fd7\uff1f |
| | | INFO_REPLICATION_ENABLE_REPLICATION_DOMAIN1_PROMPT=\u6b64\u670d\u52a1\u5668\u662f\u5426\u4f1a\u5305\u542b\u5c06\u88ab\u590d\u5236\u7684\u6570\u636e\uff1f |
| | |
| | | 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_INITIALIZE_SOURCE_CONNECTION_PARAMETERS=>>>> \u4e3a\u6e90\u670d\u52a1\u5668\u6307\u5b9a\u670d\u52a1\u5668\u7ba1\u7406\u8fde\u63a5\u53c2\u6570 |
| | | INFO_REPLICATION_INITIALIZE_DESTINATION_CONNECTION_PARAMETERS=>>>> \u4e3a\u76ee\u6807\u670d\u52a1\u5668\u6307\u5b9a\u670d\u52a1\u5668\u7ba1\u7406\u8fde\u63a5\u53c2\u6570 |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=\u6ca1\u6709\u7528\u4e8e\u542f\u7528\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u7684\u53ef\u7528\u57fa DN\u3002 |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=\u6ca1\u6709\u7528\u4e8e\u542f\u7528\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u7684\u53ef\u7528\u57fa DN\u3002\u5728\u914d\u7f6e\u4ec5\u5305\u542b\u590d\u5236\u66f4\u6539\u65e5\u5fd7\uff08\u590d\u5236\u670d\u52a1\u5668\uff09\u7684\u670d\u52a1\u5668\u4e4b\u524d\uff0c\u5fc5\u987b\u6307\u5b9a\u81f3\u5c11\u4e00\u4e2a\u5305\u542b\u590d\u5236\u6570\u636e\u7684\u670d\u52a1\u5668\u3002 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION=\u6ca1\u6709\u7528\u4e8e\u542f\u7528\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u7684\u53ef\u7528\u57fa DN\u3002 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN=\u6ca1\u6709\u7528\u4e8e\u542f\u7528\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u590d\u5236\u7684\u53ef\u7528\u57fa DN\u3002\u5728\u914d\u7f6e\u4ec5\u5305\u542b\u590d\u5236\u66f4\u6539\u65e5\u5fd7\uff08\u590d\u5236\u670d\u52a1\u5668\uff09\u7684\u670d\u52a1\u5668\u4e4b\u524d\uff0c\u5fc5\u987b\u6307\u5b9a\u81f3\u5c11\u4e00\u4e2a\u5305\u542b\u590d\u5236\u6570\u636e\u7684\u670d\u52a1\u5668\u3002 |
| | | 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 |
| | | 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 |
| | | 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=\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u6ca1\u6709\u590d\u5236\u7684\u57fa DN\u3002 |
| | | 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 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION=\u4e24\u4e2a\u670d\u52a1\u5668\u4e4b\u95f4\u6ca1\u6709\u590d\u5236\u7684\u57fa DN\u3002 |
| | | 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 |
| | | 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 DNs replicated in the server. |
| | | SEVERE_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DNs replicated in the server. \u5fc5\u987b\u590d\u5236\u57fa DN \u624d\u80fd\u4f7f\u7528\u5176\u5185\u5bb9\u521d\u59cb\u5316\u53e6\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u57fa DN\u3002 |
| | | MILD_ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DNs replicated in the server. |
| | | 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 |
| | | 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 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION=There are no base DNs replicated in the server. |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION=There are no base DNs replicated in the server. \u5fc5\u987b\u590d\u5236\u57fa DN \u624d\u80fd\u4f7f\u7528\u5176\u5185\u5bb9\u521d\u59cb\u5316\u53e6\u4e00\u4e2a\u670d\u52a1\u5668\u4e0a\u7684\u57fa DN\u3002 |
| | | ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION=There are no base DNs replicated in the server. |
| | | ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND=\u5728\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u4ee5\u4e0b\u57fa DN:%n%s |
| | | ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND=\u5728\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u4ee5\u4e0b\u57fa DN:%n%s |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u7981\u7528\u7684\u57fa DN\u3002 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u521d\u59cb\u5316\u7684\u57fa DN\u3002 |
| | | 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 |
| | | 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_DISABLE_ALL_SUFFIXES_KEEP_REPLICATION_SERVER=\u60a8\u5df2\u9009\u62e9\u5bf9 '%s' \u7684\u6240\u6709\u590d\u5236\u7684\u57fa DN \u7981\u7528\u590d\u5236\u3002\u5982\u679c\u8fd8\u9700\u8981\u7981\u7528\u590d\u5236\u670d\u52a1\u5668\uff08\u66f4\u6539\u65e5\u5fd7\u548c\u590d\u5236\u7aef\u53e3\uff09\uff0c\u5219\u8fd8\u5fc5\u987b\u6307\u5b9a '--%s' \u6216 '--%s' \u9009\u9879\u3002 |
| | | INFO_REPLICATION_DISABLE_ALL_SUFFIXES_DISABLE_REPLICATION_SERVER=\u60a8\u5df2\u9009\u62e9\u5bf9\u670d\u52a1\u5668 '%s' \u7981\u7528\u6240\u6709\u590d\u5236\u7684\u57fa DN\u3002\u662f\u5426\u8fd8\u8981\u7981\u7528\u590d\u5236\u7aef\u53e3 '%d'\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 |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=\u662f\u5426\u5df2\u4f7f\u7528 import-ldif \u6216\u4e8c\u8fdb\u5236\u590d\u5236\u521d\u59cb\u5316\u57fa DN %s\uff1f |
| | | MILD_ERR_REPLICATION_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%n\u5982\u679c\u7ee7\u7eed\u64cd\u4f5c\uff0c\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\u662f\u5426\u7ee7\u7eed\uff1f |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\u663e\u793a\u7684\u4fe1\u606f\u53ef\u80fd\u4e0d\u5b8c\u6574\uff0c\u56e0\u4e3a\u5728\u8bfb\u53d6\u73b0\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\u65f6\u9047\u5230\u4ee5\u4e0b\u9519\u8bef:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=\u60a8\u6ca1\u6709\u8bbf\u95ee\u670d\u52a1\u5668\u914d\u7f6e\u7684\u6743\u9650\u3002 |
| | | ERR_REPLICATION_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%n\u5982\u679c\u7ee7\u7eed\u64cd\u4f5c\uff0c\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\u662f\u5426\u7ee7\u7eed\uff1f |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\u663e\u793a\u7684\u4fe1\u606f\u53ef\u80fd\u4e0d\u5b8c\u6574\uff0c\u56e0\u4e3a\u5728\u8bfb\u53d6\u73b0\u6709\u670d\u52a1\u5668\u7684\u914d\u7f6e\u65f6\u9047\u5230\u4ee5\u4e0b\u9519\u8bef:%n%s |
| | | 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=\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_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\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 |
| | | 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_SERVER_CONFIGURED_WARNING=\u60a8\u672a\u8981\u6c42\u5728 '%s' \u4e2d\u914d\u7f6e\u590d\u5236\u670d\u52a1\u5668\uff0c\u4f46\u8be5\u670d\u52a1\u5668\u5df2\u914d\u7f6e\uff08\u4f7f\u7528\u590d\u5236\u7aef\u53e3 '%d'\uff09\u6709\u4e00\u4e2a\u590d\u5236\u670d\u52a1\u5668\u3002 |
| | | INFO_REPLICATION_SERVER_CONFIGURED_WARNING_PROMPT=\u60a8\u672a\u8981\u6c42\u5728 '%s' \u4e2d\u914d\u7f6e\u590d\u5236\u670d\u52a1\u5668\uff0c\u4f46\u8be5\u670d\u52a1\u5668\u5df2\u914d\u7f6e\uff08\u4f7f\u7528\u590d\u5236\u7aef\u53e3 '%d'\uff09\u6709\u4e00\u4e2a\u590d\u5236\u670d\u52a1\u5668\u3002\u662f\u5426\u7ee7\u7eed\uff1f |
| | | INFO_REPLICATION_CONNECTING=\u5efa\u7acb\u8fde\u63a5 |
| | |
| | | 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_ADS_ALL=\u5c06\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=\u590d\u5236\u4f7f\u7528\u670d\u52a1\u5668 %2$s \u7684 truststore \u7684\u670d\u52a1\u5668 %1$s \u7684 truststore \u5185\u5bb9\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %3$s |
| | | SEVERE_ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\u9519\u8bef\u6b63\u5728\u521d\u59cb\u5316\u3002\u5728\u670d\u52a1\u5668 %s \u4e2d\u627e\u4e0d\u5230\u57fa DN %s \u7684\u590d\u5236 ID\u3002 |
| | | SEVERE_ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\u9519\u8bef\u6b63\u5728\u521d\u59cb\u5316\u3002\u6570\u6b21\u5c1d\u8bd5\u540e\u4ecd\u7136\u627e\u4e0d\u5230\u53ef\u4ee5\u542f\u52a8\u521d\u59cb\u5316\u7684\u540c\u7ea7\u8bbe\u5907\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 \u7684\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_ENABLE_COMMON_DOMAIN_ID_ARG=\u670d\u52a1\u5668 %s\uff08\u57fa DN '%s'\uff09\u548c\u670d\u52a1\u5668 %s\uff08\u57fa DN '%s'\uff09\u5177\u6709\u76f8\u540c\u7684\u57df ID: %d\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=\u4ee5\u4e0b\u4e24\u4e2a\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\u5177\u6709\u76f8\u540c\u7684\u57df\u6807\u8bc6%n%s%n%n\u590d\u5236\u62d3\u6251\u65e0\u6cd5\u5408\u5e76\u3002\u8981\u4fee\u590d\u8be5\u95ee\u9898\uff0c\u8bf7\u53c2\u9605\u6587\u6863\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=\u670d\u52a1\u5668 %s \u548c\u670d\u52a1\u5668 %s \u5177\u6709\u76f8\u540c\u7684\u590d\u5236\u670d\u52a1\u5668 ID: %d\u3002 |
| | | SEVERE_ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=\u4ee5\u4e0b\u4e24\u4e2a\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\u5177\u6709\u76f8\u540c\u7684\u590d\u5236\u670d\u52a1\u5668 ID%n%s%n%n\u590d\u5236\u62d3\u6251\u65e0\u6cd5\u5408\u5e76\u3002\u8981\u4fee\u590d\u8be5\u95ee\u9898\uff0c\u8bf7\u53c2\u9605\u6587\u6863\u3002 |
| | | SEVERE_ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=\u8bfb\u53d6 %s \u4e0a\u7684\u6ce8\u518c\u8868\u4fe1\u606f\u65f6\u51fa\u73b0\u7684\u9519\u8bef\u5bfc\u81f4\u65e0\u6cd5\u5728\u590d\u5236\u62d3\u6251\u4e4b\u95f4\u8fdb\u884c\u5408\u5e76\u3002\u5728\u5408\u5e76\u62d3\u6251\u4e4b\u524d\u5fc5\u987b\u4fee\u590d\u4ee5\u4e0b\u95ee\u9898: %n%s |
| | | ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE=\u590d\u5236\u4f7f\u7528\u670d\u52a1\u5668 %2$s \u7684 truststore \u7684\u670d\u52a1\u5668 %1$s \u7684 truststore \u5185\u5bb9\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %3$s |
| | | ERR_INITIALIZING_REPLICATIONID_NOT_FOUND=\u9519\u8bef\u6b63\u5728\u521d\u59cb\u5316\u3002\u5728\u670d\u52a1\u5668 %s \u4e2d\u627e\u4e0d\u5230\u57fa DN %s \u7684\u590d\u5236 ID\u3002 |
| | | ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED=\u9519\u8bef\u6b63\u5728\u521d\u59cb\u5316\u3002\u6570\u6b21\u5c1d\u8bd5\u540e\u4ecd\u7136\u627e\u4e0d\u5230\u53ef\u4ee5\u542f\u52a8\u521d\u59cb\u5316\u7684\u540c\u7ea7\u8bbe\u5907\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=\u914d\u7f6e\u670d\u52a1\u5668 %s \u4e0a\u7684\u590d\u5236\u7aef\u53e3\u65f6\u51fa\u9519\u3002 |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=\u7981\u7528\u670d\u52a1\u5668 %s \u4e0a\u7684\u590d\u5236\u7aef\u53e3\u65f6\u51fa\u9519\u3002 |
| | | ERR_REPLICATION_CONFIGURING_BASEDN=\u66f4\u65b0\u670d\u52a1\u5668 %2$s \u7684\u57fa DN %1$s \u4e0a\u7684\u590d\u5236\u914d\u7f6e\u65f6\u51fa\u9519\u3002 |
| | | ERR_REPLICATION_UPDATING_ADS=\u66f4\u65b0\u6ce8\u518c\u4fe1\u606f\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_REPLICATION_READING_ADS=\u8bfb\u53d6\u6ce8\u518c\u4fe1\u606f\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG=\u670d\u52a1\u5668 %s\uff08\u57fa DN '%s'\uff09\u548c\u670d\u52a1\u5668 %s\uff08\u57fa DN '%s'\uff09\u5177\u6709\u76f8\u540c\u7684\u57df ID: %d\u3002 |
| | | ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID=\u4ee5\u4e0b\u4e24\u4e2a\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\u5177\u6709\u76f8\u540c\u7684\u57df\u6807\u8bc6%n%s%n%n\u590d\u5236\u62d3\u6251\u65e0\u6cd5\u5408\u5e76\u3002\u8981\u4fee\u590d\u8be5\u95ee\u9898\uff0c\u8bf7\u53c2\u9605\u6587\u6863\u3002 |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG=\u670d\u52a1\u5668 %s \u548c\u670d\u52a1\u5668 %s \u5177\u6709\u76f8\u540c\u7684\u590d\u5236\u670d\u52a1\u5668 ID: %d\u3002 |
| | | ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID=\u4ee5\u4e0b\u4e24\u4e2a\u62d3\u6251\u4e2d\u7684\u670d\u52a1\u5668\u5177\u6709\u76f8\u540c\u7684\u590d\u5236\u670d\u52a1\u5668 ID%n%s%n%n\u590d\u5236\u62d3\u6251\u65e0\u6cd5\u5408\u5e76\u3002\u8981\u4fee\u590d\u8be5\u95ee\u9898\uff0c\u8bf7\u53c2\u9605\u6587\u6863\u3002 |
| | | ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS=\u8bfb\u53d6 %s \u4e0a\u7684\u6ce8\u518c\u8868\u4fe1\u606f\u65f6\u51fa\u73b0\u7684\u9519\u8bef\u5bfc\u81f4\u65e0\u6cd5\u5728\u590d\u5236\u62d3\u6251\u4e4b\u95f4\u8fdb\u884c\u5408\u5e76\u3002\u5728\u5408\u5e76\u62d3\u6251\u4e4b\u524d\u5fc5\u987b\u4fee\u590d\u4ee5\u4e0b\u95ee\u9898: %n%s |
| | | INFO_REPLICATION_MERGING_REGISTRIES_CONFIRMATION=\u4e3a\u4e86\u80fd\u591f\u914d\u7f6e\u590d\u5236\uff0c\u5fc5\u987b\u5408\u5e76\u670d\u52a1\u5668 %s \u548c %s \u7684\u6ce8\u518c\u4fe1\u606f\u3002\u5982\u679c\u68c0\u6d4b\u5230\u4efb\u4f55\u51b2\u7a81\uff0c\u5219\u5c06\u4fdd\u5b58\u670d\u52a1\u5668 %s \u7684\u4fe1\u606f\uff0c\u5e76\u8986\u76d6\u670d\u52a1\u5668 %s \u7684\u4fe1\u606f\u3002%n\u662f\u5426\u8981\u7ee7\u7eed\uff1f |
| | | INFO_REPLICATION_MERGING_REGISTRIES_DESCRIPTION=\u4e3a\u4e86\u80fd\u591f\u914d\u7f6e\u590d\u5236\uff0c\u5fc5\u987b\u5408\u5e76\u670d\u52a1\u5668 %s \u548c %s \u7684\u6ce8\u518c\u4fe1\u606f\u3002\u5982\u679c\u68c0\u6d4b\u5230\u4efb\u4f55\u51b2\u7a81\uff0c\u5219\u5c06\u4fdd\u5b58\u670d\u52a1\u5668 %s \u7684\u4fe1\u606f\uff0c\u5e76\u8986\u76d6\u670d\u52a1\u5668 %s \u7684\u4fe1\u606f\u3002 |
| | | INFO_REPLICATION_MERGING_REGISTRIES_PROGRESS=\u5408\u5e76\u6ce8\u518c\u4fe1\u606f |
| | | 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 |
| | | 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 |
| | | 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_INDEPENDENT_REPLICATION_SERVERS=\u4ee5\u4e0b\u670d\u52a1\u5668\u5177\u6709\u590d\u5236\u670d\u52a1\u5668\uff08\u4ee5\u53ca\u66f4\u6539\u65e5\u5fd7\u548c\u590d\u5236\u7aef\u53e3\uff09\uff0c\u4f46\u672a\u94fe\u63a5\u81f3\u4efb\u4f55\u5305\u542b\u590d\u5236\u6570\u636e\u7684\u670d\u52a1\u5668\u3002 |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_CONFIRM=\u4ec5\u4f1a\u4e3a\u4ee5\u4e0b\u57fa DN \u5b9a\u4e49\u4e00\u4e2a\u590d\u5236\u670d\u52a1\u5668:%n%s%n\u5efa\u8bae\u81f3\u5c11\u6709\u4e24\u4e2a\u590d\u5236\u670d\u52a1\u5668\uff08\u4e24\u4e2a\u66f4\u6539\u65e5\u5fd7\uff09\uff0c\u4ee5\u907f\u514d\u5728\u590d\u5236\u62d3\u6251\u4e2d\u53d1\u751f\u5355\u70b9\u6545\u969c\u3002%n\u662f\u5426\u8981\u7ee7\u7eed\uff1f |
| | | INFO_REPLICATION_ONLY_ONE_REPLICATION_SERVER_WARNING=\u4ec5\u4f1a\u4e3a\u4ee5\u4e0b\u57fa DN \u5b9a\u4e49\u4e00\u4e2a\u590d\u5236\u670d\u52a1\u5668:%n%s%n\u5efa\u8bae\u81f3\u5c11\u6709\u4e24\u4e2a\u590d\u5236\u670d\u52a1\u5668\uff08\u4e24\u4e2a\u66f4\u6539\u65e5\u5fd7\uff09\uff0c\u4ee5\u907f\u514d\u5728\u590d\u5236\u62d3\u6251\u4e2d\u53d1\u751f\u5355\u70b9\u6545\u969c\u3002 |
| | | SEVERE_ERR_REPLICATION_NO_REPLICATION_SERVER=\u6ca1\u6709\u4e3a\u4ee5\u4e0b\u57fa DN \u5b9a\u4e49\u590d\u5236\u670d\u52a1\u5668: %n%s%n\u590d\u5236\u62d3\u6251\u4e2d\u81f3\u5c11\u9700\u8981\u4e00\u4e2a\u590d\u5236\u670d\u52a1\u5668\uff08\u66f4\u6539\u65e5\u5fd7\uff09\u3002\u63a8\u8350\u81f3\u5c11\u4e24\u4e2a\u590d\u5236\u670d\u52a1\u5668\uff08\u4e24\u4e2a\u66f4\u6539\u65e5\u5fd7\uff09\u4ee5\u907f\u514d\u5728\u590d\u5236\u62d3\u6251\u4e2d\u53d1\u751f\u5355\u70b9\u6545\u969c\u3002 |
| | | ERR_REPLICATION_NO_REPLICATION_SERVER=\u6ca1\u6709\u4e3a\u4ee5\u4e0b\u57fa DN \u5b9a\u4e49\u590d\u5236\u670d\u52a1\u5668: %n%s%n\u590d\u5236\u62d3\u6251\u4e2d\u81f3\u5c11\u9700\u8981\u4e00\u4e2a\u590d\u5236\u670d\u52a1\u5668\uff08\u66f4\u6539\u65e5\u5fd7\uff09\u3002\u63a8\u8350\u81f3\u5c11\u4e24\u4e2a\u590d\u5236\u670d\u52a1\u5668\uff08\u4e24\u4e2a\u66f4\u6539\u65e5\u5fd7\uff09\u4ee5\u907f\u514d\u5728\u590d\u5236\u62d3\u6251\u4e2d\u53d1\u751f\u5355\u70b9\u6545\u969c\u3002 |
| | | 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_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 |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u8bfb\u53d6\u64cd\u4f5c\u8fdb\u5ea6\u65f6\u51fa\u9519\u3002 |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u8bfb\u53d6\u64cd\u4f5c\u8fdb\u5ea6\u65f6\u51fa\u9519\u3002 |
| | | 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 |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u542f\u52a8\u64cd\u4f5c\u65f6\u51fa\u9519\u3002 |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u542f\u52a8\u64cd\u4f5c\u65f6\u51fa\u9519\u3002 |
| | | 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 |
| | |
| | | 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\u9009\u9879 |
| | | 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 |
| | | INFO_REPLICATION_DESCRIPTION_ADVANCED=\u5728\u4ea4\u4e92\u6a21\u5f0f\u4e0b\u8fd0\u884c\u6b64\u547d\u4ee4\u65f6\uff0c\u4f7f\u7528\u6b64\u9009\u9879\u8bbf\u95ee\u9ad8\u7ea7\u8bbe\u7f6e |
| | | 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=\u65e0\u6cd5\u5199\u5165\u6587\u4ef6 %s\u3002\u9a8c\u8bc1\u60a8\u5177\u6709\u8be5\u6587\u4ef6\u7684\u8bbf\u95ee\u6743\u9650\u5e76\u63d0\u4f9b\u6587\u4ef6\u7684\u5b8c\u6574\u8def\u5f84 |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\u5199\u5165\u7b49\u540c\u547d\u4ee4\u7684\u6307\u5b9a\u8def\u5f84 %s \u662f\u4e00\u4e2a\u76ee\u5f55\u3002\u60a8\u5fc5\u987b\u6307\u5b9a\u6587\u4ef6\u8def\u5f84\u3002 |
| | | 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 |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=\u65e0\u6cd5\u5199\u5165\u6587\u4ef6 %s\u3002\u9a8c\u8bc1\u60a8\u5177\u6709\u8be5\u6587\u4ef6\u7684\u8bbf\u95ee\u6743\u9650\u5e76\u63d0\u4f9b\u6587\u4ef6\u7684\u5b8c\u6574\u8def\u5f84 |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\u5199\u5165\u7b49\u540c\u547d\u4ee4\u7684\u6307\u5b9a\u8def\u5f84 %s \u662f\u4e00\u4e2a\u76ee\u5f55\u3002\u60a8\u5fc5\u987b\u6307\u5b9a\u6587\u4ef6\u8def\u5f84\u3002 |
| | | 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 |
| | | 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=%s \u63a7\u5236\u9762\u677f |
| | | INFO_PERSON_ICON_DESCRIPTION=\u4eba\u5458 |
| | | INFO_ORGANIZATION_ICON_DESCRIPTION=\u7ec4\u7ec7 |
| | |
| | | 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 |
| | | 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=\u65e0\u6cd5\u4fee\u6539\u5bf9\u8c61\u7c7b\u5e76\u91cd\u547d\u540d\u6761\u76ee\u3002 |
| | | 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=\u7ba1\u7406\u6761\u76ee |
| | |
| | | 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=\u60a8\u5fc5\u987b\u4e3a\u5c5e\u6027 %s \u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 |
| | | ERR_CTRL_PANEL_DN_NOT_VALID=DN \u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE=\u65e0\u6548\u7684 DN \u503c: '%s'\u3002 |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u63d0\u4f9b\u7684\u5bc6\u7801\u4e0d\u5339\u914d\u3002 |
| | | 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_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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | MILD_ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=\u66f4\u65b0\u914d\u7f6e\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | MILD_ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=\u68c0\u67e5\u6761\u76ee\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA=\u66f4\u65b0\u6a21\u5f0f\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_ERROR_UPDATING_CONFIGURATION=\u66f4\u65b0\u914d\u7f6e\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY=\u68c0\u67e5\u6761\u76ee\u65f6\u51fa\u9519\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_ATTRIBUTE_OFFLINE=\u5220\u9664\u5c5e\u6027 '%s' \u4e5f\u53ef\u4ee5\u901a\u8fc7\u4ece\u6587\u4ef6 '%s' \u4e2d\u7684\u6a21\u5f0f\u5b9a\u4e49\u6761\u76ee (cn=schema) \u5220\u9664\u4ee5\u4e0b\u5c5e\u6027\u5b8c\u6210: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_OBJECTCLASS_OFFLINE=\u5220\u9664\u5bf9\u8c61\u7c7b '%s' \u4e5f\u53ef\u4ee5\u901a\u8fc7\u4ece\u6587\u4ef6 '%s' \u4e2d\u7684\u6a21\u5f0f\u5b9a\u4e49\u6761\u76ee (cn=schema) \u5220\u9664\u4ee5\u4e0b\u5c5e\u6027\u5b8c\u6210: |
| | |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_SCHEMA_ELEMENT_OFFLINE=\u6dfb\u52a0\u6a21\u5f0f\u5143\u7d20 '%s' \u4e5f\u53ef\u4ee5\u901a\u8fc7\u5c06\u4ee5\u4e0b\u5c5e\u6027\u6dfb\u52a0\u5230\u6587\u4ef6 '%s' \u4e2d\u7684\u6a21\u5f0f\u5b9a\u4e49\u6761\u76ee (cn=schema) \u5b8c\u6210: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_ATTRIBUTE_ONLINE=\u6dfb\u52a0\u5c5e\u6027 '%s' \u7684\u7b49\u6548\u547d\u4ee4\u884c: |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ADD_OBJECTCLASS_ONLINE=\u6dfb\u52a0\u5bf9\u8c61\u7c7b '%s' \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 |
| | | ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY=\u627e\u4e0d\u5230\u540e\u7aef |
| | | 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_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 |
| | | ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY=\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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=\u8be6\u7ec6\u4fe1\u606f: %s |
| | | |
| | | INFO_CTRL_PANEL_STARTING_SERVER_SUMMARY=\u6b63\u5728\u542f\u52a8\u670d\u52a1\u5668... |
| | | 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 |
| | | ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY=\u670d\u52a1\u5668\u542f\u52a8\u671f\u95f4\u51fa\u9519 |
| | | 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 |
| | | ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY=\u670d\u52a1\u5668\u91cd\u65b0\u542f\u52a8\u671f\u95f4\u51fa\u9519 |
| | | 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=\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 |
| | | MILD_ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=\u547d\u4ee4\u884c %s \u6210\u529f\u8fd4\u56de\u4f46\u670d\u52a1\u5668\u4ecd\u5728\u8fd0\u884c\u3002 |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY=\u670d\u52a1\u5668\u505c\u6b62\u671f\u95f4\u51fa\u9519 |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS=\u505c\u6b62\u670d\u52a1\u5668\u65f6\u51fa\u9519\u3002\u9519\u8bef\u4ee3\u7801: %d |
| | | ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE=\u547d\u4ee4\u884c %s \u6210\u529f\u8fd4\u56de\u4f46\u670d\u52a1\u5668\u4ecd\u5728\u8fd0\u884c\u3002 |
| | | |
| | | 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_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 |
| | | 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 |
| | | 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=\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | MILD_ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS=\u6761\u76ee '%s' \u5df2\u5b58\u5728\u3002 |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY=\u521b\u5efa\u65b0\u6761\u76ee\u65f6\u51fa\u9519 |
| | | 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 |
| | | ERR_LDIF_REPRESENTATION_REQUIRED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u6761\u76ee\u7684 LDIF \u8868\u793a\u3002 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY=\u627e\u4e0d\u5230\u6a21\u5f0f |
| | | 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_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\u3002\u8be6\u7ec6\u4fe1\u606f: %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\u3002\u8be6\u7ec6\u4fe1\u606f: %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 |
| | | ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED=\u672a\u63d0\u4f9b VLV \u7d22\u5f15\u540d\u79f0\u3002 |
| | | ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED=\u5728\u540e\u7aef '%s' \u4e2d\u5df2\u5b9a\u4e49\u4e86 VLV \u7d22\u5f15 '%s'\u3002 |
| | | ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u57fa DN\u3002 |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED=\u63d0\u4f9b\u7684\u57fa DN \u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED=\u60a8\u5fc5\u987b\u4e3a\u7d22\u5f15\u63d0\u4f9b\u8fc7\u6ee4\u5668\u3002 |
| | | ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED=\u63d0\u4f9b\u7684\u8fc7\u6ee4\u5668\u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND=\u627e\u4e0d\u5230\u7ec4 '%s'\u3002 |
| | | ERR_CTRL_PANEL_NOT_A_STATIC_GROUP=\u6761\u76ee '%s' \u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u9759\u6001\u7ec4\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY=\u6dfb\u52a0\u5230\u7ec4\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_NO_BACKENDS_SELECTED=\u672a\u9009\u62e9\u540e\u7aef\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE=\u65e0\u53ef\u7528\u7684\u540e\u7aef\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED=\u672a\u63d0\u4f9b\u5907\u4efd\u8def\u5f84\u3002 |
| | | ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE=\u5907\u4efd\u8def\u5f84 '%s" \u5b58\u5728\u5e76\u4e14\u4e3a\u4e00\u4e2a\u6587\u4ef6\u3002 |
| | | ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST=\u5907\u4efd\u8def\u5f84 '%s' \u4e0d\u5b58\u5728\u3002 |
| | | ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED=\u672a\u63d0\u4f9b\u5907\u4efd ID\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY=\u5907\u4efd\u671f\u95f4\u51fa\u9519 |
| | | 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_BACKUP_TASK_NAME=\u5907\u4efd |
| | | |
| | | 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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED=\u60a8\u5fc5\u987b\u63d0\u4f9b\u57fa DN\u3002 |
| | | ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED=\u63d0\u4f9b\u7684\u57fa DN \u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %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\u3002\u8be6\u7ec6\u4fe1\u606f: %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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_FILE_NOT_PROVIDED=\u60a8\u5fc5\u987b\u4e3a\u6587\u4ef6\u6307\u5b9a\u503c\u3002 |
| | | ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST=\u6587\u4ef6 '%s' \u4e0d\u5b58\u5728\u3002 |
| | | ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY=\u8def\u5f84 '%s' \u4e3a\u76ee\u5f55\u3002\u60a8\u5fc5\u987b\u63d0\u4f9b\u6587\u4ef6\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED=\u60a8\u63d0\u4f9b\u7684\u503c\u5fc5\u987b\u91c7\u7528 Base 64 \u683c\u5f0f\u3002 |
| | | ERR_CTRL_PANEL_ERROR_READING_FILE=\u8bfb\u53d6\u6587\u4ef6\u5185\u5bb9\u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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\u3002\u8be6\u7ec6\u4fe1\u606f: %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_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 |
| | | ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY=\u5220\u9664\u6761\u76ee\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE=\u672a\u627e\u5230\u540e\u7aef |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY=\u5220\u9664\u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY=\u5220\u9664\u6a21\u5f0f\u5143\u7d20\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY=\u5220\u9664\u5c5e\u6027\u65f6\u51fa\u9519 |
| | | 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_MODIFYING_ATTRIBUTE_SUMMARY=\u6b63\u5728\u4fee\u6539\u5c5e\u6027 '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_COMPLETE=\u5c5e\u6027\u5df2\u4fee\u6539 |
| | | INFO_CTRL_PANEL_MODIFYING_ATTRIBUTE_SUCCESSFUL=\u5c5e\u6027 '%s' \u4fee\u6539\u6210\u529f |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=\u4fee\u6539\u5c5e\u6027\u65f6\u51fa\u9519 |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=\u4fee\u6539\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 |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY=\u4fee\u6539\u5c5e\u6027\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS=\u4fee\u6539\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_MODIFYING_OBJECTCLASS_SUMMARY=\u6b63\u5728\u4fee\u6539\u5bf9\u8c61\u7c7b '%s'... |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_COMPLETE=\u5bf9\u8c61\u7c7b\u5df2\u4fee\u6539 |
| | | INFO_CTRL_PANEL_MODIFYING_OBJECTCLASS_SUCCESSFUL=\u5bf9\u8c61\u7c7b '%s' \u4fee\u6539\u6210\u529f |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=\u4fee\u6539\u5bf9\u8c61\u7c7b\u65f6\u51fa\u9519 |
| | | MILD_ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=\u4fee\u6539\u5bf9\u8c61\u7c7b '%s' \u65f6\u51fa\u9519\u3002\u8bf7\u68c0\u67e5\u8be6\u7ec6\u4fe1\u606f\uff0c\u4ee5\u83b7\u53d6\u66f4\u591a\u4fe1\u606f\u3002 |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY=\u4fee\u6539\u5bf9\u8c61\u7c7b\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS=\u4fee\u6539\u5bf9\u8c61\u7c7b '%s' \u65f6\u51fa\u9519\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_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 |
| | | ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY=\u5220\u9664\u5bf9\u8c61\u7c7b\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY=\u5220\u9664\u540e\u7aef\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY=\u5220\u9664\u57fa DN \u65f6\u51fa\u9519 |
| | | 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 |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_TITLE=\u89e3\u6790\u5f15\u7528\u65f6\u51fa\u9519 |
| | | INFO_CTRL_PANEL_ERROR_RESOLVING_REFERRAL_MSG=\u65e0\u6cd5\u89e3\u6790\u6761\u76ee '%s' \u4e2d\u5b9a\u4e49\u7684\u5f15\u7528\u3002<br><br>\u8be5\u6761\u76ee\u7684\u5f15\u7528\u662f: <br>%s |
| | | MILD_ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=\u89e3\u6790\u5f15\u7528 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002<br>\u8be6\u7ec6\u4fe1\u606f: %s |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=\u627e\u4e0d\u5230 '%s' \u4e2d\u6307\u5b9a\u7684\u6761\u76ee\u3002\u68c0\u67e5\u670d\u52a1\u5668 %s \u4e2d\u662f\u5426\u5b58\u5728\u8be5\u6761\u76ee\u3002 |
| | | MILD_ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=\u627e\u4e0d\u5230 '%s' \u4e2d\u6307\u5b9a\u7684\u6761\u76ee\u3002\u68c0\u67e5\u670d\u52a1\u5668\u4e2d\u662f\u5426\u5b58\u5728\u8be5\u6761\u76ee\u3002 |
| | | ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS=\u89e3\u6790\u5f15\u7528 '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002<br>\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL=\u627e\u4e0d\u5230 '%s' \u4e2d\u6307\u5b9a\u7684\u6761\u76ee\u3002\u68c0\u67e5\u670d\u52a1\u5668 %s \u4e2d\u662f\u5426\u5b58\u5728\u8be5\u6761\u76ee\u3002 |
| | | ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST=\u627e\u4e0d\u5230 '%s' \u4e2d\u6307\u5b9a\u7684\u6761\u76ee\u3002\u68c0\u67e5\u670d\u52a1\u5668\u4e2d\u662f\u5426\u5b58\u5728\u8be5\u6761\u76ee\u3002 |
| | | INFO_CTRL_PANEL_HOW_TO_EDIT_REFERRALS=\u8981\u7f16\u8f91\u6761\u76ee\u4e2d\u7684\u5f15\u7528\uff0c\u53ef\u4ee5\u53d6\u6d88\u9009\u5b9a\u201c\u89c6\u56fe\u201d\u83dc\u5355\u4e2d\u7684\u201c\u8ddf\u968f\u5f15\u7528\u201d\u9009\u9879\u3002 |
| | | MILD_ERR_CTRL_PANEL_REFERRAL_LOOP=\u9009\u5b9a\u5f15\u7528\u5728\u670d\u52a1\u5668 %s \u4e2d\u5b9a\u4e49\uff0c\u5e76\u4e14\u5f15\u7528\u4e0e\u8be5\u6761\u76ee\u4e0a\u7ea7\u76f8\u540c\u670d\u52a1\u5668\u4e2d\u7684\u6761\u76ee\u3002\u5e94\u8be5\u907f\u514d\u8be5\u914d\u7f6e\u5728 DIT \u7ed3\u6784\u4e2d\u4ea7\u751f\u5faa\u73af\u3002 |
| | | ERR_CTRL_PANEL_REFERRAL_LOOP=\u9009\u5b9a\u5f15\u7528\u5728\u670d\u52a1\u5668 %s \u4e2d\u5b9a\u4e49\uff0c\u5e76\u4e14\u5f15\u7528\u4e0e\u8be5\u6761\u76ee\u4e0a\u7ea7\u76f8\u540c\u670d\u52a1\u5668\u4e2d\u7684\u6761\u76ee\u3002\u5e94\u8be5\u907f\u514d\u8be5\u914d\u7f6e\u5728 DIT \u7ed3\u6784\u4e2d\u4ea7\u751f\u5faa\u73af\u3002 |
| | | |
| | | # |
| | | # Note that the following property contains line breaks in HTML format (<br>) |
| | | # |
| | | MILD_ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY=\u641c\u7d22\u6761\u76ee '%s' \u65f6\u51fa\u73b0\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f:<br>%s |
| | | 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_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 |
| | | ERR_CTRL_PANEL_NO_BACKEND_SELECTED=\u672a\u9009\u62e9\u540e\u7aef\u3002 |
| | | ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED=\u63d0\u4f9b\u7684\u8def\u5f84 '%s' \u5b58\u5728\u5e76\u4e14\u4e3a\u76ee\u5f55\u3002 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY=\u5bfc\u51fa\u671f\u95f4\u51fa\u9519 |
| | | 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_IMPORT_THREADS_LABEL=\u7ebf\u7a0b\u6570: |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_TOOLTIP=\u5728\u5bfc\u5165\u671f\u95f4\u7528\u4e8e\u8bfb\u53d6 LDIF \u6587\u4ef6\u7684\u7ebf\u7a0b\u6570\u3002 |
| | | INFO_CTRL_PANEL_IMPORT_THREADS_HELP=\u5982\u679c\u7559\u7a7a\uff0c\u5219\u7ebf\u7a0b\u6570\u7b49\u4e8e 2 x \u670d\u52a1\u5668\u673a\u5668\u4e0a\u7684 CPU \u6570\u91cf\u3002 |
| | | MILD_ERR_IMPORT_THREAD_NUMBER_INVALID=\u7ebf\u7a0b\u6570\u5fc5\u987b\u662f\u6b63\u6574\u6570\u3002 |
| | | ERR_IMPORT_THREAD_NUMBER_INVALID=\u7ebf\u7a0b\u6570\u5fc5\u987b\u662f\u6b63\u6574\u6570\u3002 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u62d2\u7edd\u6587\u4ef6\u63d0\u4f9b\u503c\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8df3\u8fc7\u6587\u4ef6\u63d0\u4f9b\u503c\u3002 |
| | | # |
| | | # Note that the following three properties contain line breaks in HTML format |
| | | # (<br>) |
| | |
| | | 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 |
| | | ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY=\u5bfc\u5165\u671f\u95f4\u51fa\u9519 |
| | | 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_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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME=\u5c5e\u6027 '%s' \u6ca1\u6709\u4e00\u4e2a\u6709\u6548\u7684\u540d\u79f0\u3002 |
| | | ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE=\u63d0\u4f9b\u7684\u503c '%s' \u4e0d\u662f\u6709\u6548\u7684\u8fc7\u6ee4\u5668\u3002\u8be6\u7ec6\u4fe1\u606f: %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_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 |
| | | ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY=\u5220\u9664\u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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 |
| | | ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY=\u4fee\u6539\u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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' |
| | | |
| | |
| | | # Note that the following property must begin with <html> |
| | | # |
| | | INFO_CTRL_PANEL_OFFLINE_COMMAND_HELP=<html>(**)\u8be5\u64cd\u4f5c\u6309\u81ea\u5df1\u7684\u8fdb\u7a0b\u6267\u884c\u5e76\u4e14\u5982\u679c\u5206\u914d\u66f4\u591a\u5185\u5b58\uff0c\u4f1a\u66f4\u597d\u3002 |
| | | MILD_ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=\u8bfb\u53d6 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | MILD_ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY=\u8bfb\u53d6 Java \u8bbe\u7f6e\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS=\u8bfb\u53d6 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST=\u8def\u5f84 '%s' \u4e0d\u5b58\u5728\u3002 |
| | | 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 |
| | | 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 five properties contain line breaks in HTML format |
| | | # (<br>) |
| | | # |
| | | 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=Java \u4e3b\u76ee\u5f55\u503c '%s' \u65e0\u6548\u3002\u5f53\u672a\u5b9a\u4e49 OPENDS_JAVA_HOME \u73af\u5883\u53d8\u91cf\u65f6\uff0c\u8be5\u503c\u5c06\u7528\u4f5c\u6545\u969c\u6062\u590d\u503c\u3002\u5982\u679c\u4e0d\u5e0c\u671b\u6307\u5b9a\u6545\u969c\u6062\u590d\uff0c\u53ef\u4ee5\u5c06 Java \u4e3b\u76ee\u5f55\u6587\u672c\u5b57\u6bb5\u7559\u7a7a\u6216\u6307\u5b9a\u6709\u6548\u7684 Java \u4e3b\u76ee\u5f55\u3002<br>\u9519\u8bef\u8be6\u7ec6\u8d44\u6599: <br>%s |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Java \u4e8c\u8fdb\u5236\u7a0b\u5e8f '%s' \u4e0d\u80fd\u7528\u4e8e\u542f\u52a8\u670d\u52a1\u5668\u811a\u672c\u3002<br>\u4e0d\u80fd\u4f7f\u7528\u63d0\u4f9b\u7684 Java \u4e3b\u76ee\u5f55\u8fd0\u884c\u670d\u52a1\u5668\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Java \u4e8c\u8fdb\u5236\u7a0b\u5e8f '%s' \u4e0d\u80fd\u7528\u4e8e\u542f\u52a8\u670d\u52a1\u5668\u811a\u672c\u3002\u5f53\u672a\u5b9a\u4e49 OPENDS_JAVA_HOME \u73af\u5883\u53d8\u91cf\u65f6\uff0c\u8be5\u503c\u5c06\u7528\u4f5c\u6545\u969c\u6062\u590d\u503c\u3002\u5982\u679c\u4e0d\u5e0c\u671b\u6307\u5b9a\u6545\u969c\u6062\u590d\uff0c\u53ef\u4ee5\u5c06 Java \u4e3b\u76ee\u5f55\u6587\u672c\u5b57\u6bb5\u7559\u7a7a\u6216\u6307\u5b9a\u6709\u6548\u7684 Java \u4e3b\u76ee\u5f55\u3002 |
| | | 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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME=Java \u4e3b\u76ee\u5f55\u503c '%s' \u65e0\u6548\u3002\u5f53\u672a\u5b9a\u4e49 OPENDS_JAVA_HOME \u73af\u5883\u53d8\u91cf\u65f6\uff0c\u8be5\u503c\u5c06\u7528\u4f5c\u6545\u969c\u6062\u590d\u503c\u3002\u5982\u679c\u4e0d\u5e0c\u671b\u6307\u5b9a\u6545\u969c\u6062\u590d\uff0c\u53ef\u4ee5\u5c06 Java \u4e3b\u76ee\u5f55\u6587\u672c\u5b57\u6bb5\u7559\u7a7a\u6216\u6307\u5b9a\u6709\u6548\u7684 Java \u4e3b\u76ee\u5f55\u3002<br>\u9519\u8bef\u8be6\u7ec6\u8d44\u6599: <br>%s |
| | | ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS=Java \u4e8c\u8fdb\u5236\u7a0b\u5e8f '%s' \u4e0d\u80fd\u7528\u4e8e\u542f\u52a8\u670d\u52a1\u5668\u811a\u672c\u3002<br>\u4e0d\u80fd\u4f7f\u7528\u63d0\u4f9b\u7684 Java \u4e3b\u76ee\u5f55\u8fd0\u884c\u670d\u52a1\u5668\u3002 |
| | | ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS=Java \u4e8c\u8fdb\u5236\u7a0b\u5e8f '%s' \u4e0d\u80fd\u7528\u4e8e\u542f\u52a8\u670d\u52a1\u5668\u811a\u672c\u3002\u5f53\u672a\u5b9a\u4e49 OPENDS_JAVA_HOME \u73af\u5883\u53d8\u91cf\u65f6\uff0c\u8be5\u503c\u5c06\u7528\u4f5c\u6545\u969c\u6062\u590d\u503c\u3002\u5982\u679c\u4e0d\u5e0c\u671b\u6307\u5b9a\u6545\u969c\u6062\u590d\uff0c\u53ef\u4ee5\u5c06 Java \u4e3b\u76ee\u5f55\u6587\u672c\u5b57\u6bb5\u7559\u7a7a\u6216\u6307\u5b9a\u6709\u6548\u7684 Java \u4e3b\u76ee\u5f55\u3002 |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY=\u68c0\u67e5 Java \u8bbe\u7f6e\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS=\u68c0\u67e5\u63d0\u4f9b\u7684 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY=\u66f4\u65b0 Java \u7279\u6027\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS=\u66f4\u65b0 Java \u8bbe\u7f6e\u65f6\u51fa\u73b0\u9519\u8bef\u3002 |
| | | 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_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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY=\u4fdd\u5b58\u66f4\u6539\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS=\u4fdd\u5b58\u5bf9\u6761\u76ee '%s' \u7684\u66f4\u6539\u65f6\u51fa\u73b0\u9519\u8bef\u3002 |
| | | ERR_CTRL_PANEL_INVALID_ENTRY=\u6761\u76ee\u4e0d\u6b63\u786e\u3002\u8be6\u7ec6\u4fe1\u606f: %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_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 |
| | | ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY=\u5220\u9664\u6761\u76ee\u65f6\u51fa\u9519 |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY=\u5220\u9664\u5b50\u6811\u65f6\u51fa\u9519 |
| | | 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 |
| | |
| | | # (<br>) |
| | | # |
| | | INFO_CTRL_PANEL_ERROR_CONNECTING_TO_LOCAL=\u8fde\u63a5\u5230\u672c\u5730\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u4ee5\u4e0b\u9519\u8bef:<br>%s<br>\u5982\u679c\u60a8\u5728\u672a\u63d0\u4f9b\u9a8c\u8bc1\u7684\u60c5\u51b5\u4e0b\u7ee7\u7eed\uff0c\u5c06\u4e0d\u4f1a\u663e\u793a\u4efb\u4f55\u76d1\u89c6\u4fe1\u606f\u3002<br><br>\u662f\u5426\u8981\u7ee7\u7eed\uff1f |
| | | MILD_ERR_CANNOT_CONNECT_TO_REMOTE=\u65e0\u6cd5\u8fde\u63a5\u5230\u7aef\u53e3 '%2$s' \u4e0a\u7684\u670d\u52a1\u5668 '%1$s'\u3002\u8bf7\u9a8c\u8bc1\u63d0\u4f9b\u7684\u4fe1\u606f\u662f\u5426\u6709\u6548\uff0c\u4ee5\u53ca\u670d\u52a1\u5668\u662f\u5426\u6b63\u5728\u8fd0\u884c\u3002\u8be6\u7ec6\u4fe1\u606f: %3$s |
| | | ERR_CANNOT_CONNECT_TO_REMOTE=\u65e0\u6cd5\u8fde\u63a5\u5230\u7aef\u53e3 '%2$s' \u4e0a\u7684\u670d\u52a1\u5668 '%1$s'\u3002\u8bf7\u9a8c\u8bc1\u63d0\u4f9b\u7684\u4fe1\u606f\u662f\u5426\u6709\u6548\uff0c\u4ee5\u53ca\u670d\u52a1\u5668\u662f\u5426\u6b63\u5728\u8fd0\u884c\u3002\u8be6\u7ec6\u4fe1\u606f: %3$s |
| | | |
| | | INFO_CTRL_PANEL_LOGIN_PANEL_TITLE=\u9700\u8981\u9a8c\u8bc1 |
| | | INFO_CTRL_PANEL_BIND_DN_LABEL=\u7ed1\u5b9a DN: |
| | |
| | | INFO_CTRL_PANEL_NO_MATCHING_RULE_FOR_ATTRIBUTE=- \u65e0\u5339\u914d\u89c4\u5219 - |
| | | INFO_CTRL_PANEL_NEW_ATTRIBUTE_PANEL_TITLE=\u65b0\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\u3002\u8be6\u7ec6\u4fe1\u606f: %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\u3002\u8be6\u7ec6\u4fe1\u606f: %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 |
| | | MILD_ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=\u4e0d\u53ef\u4fee\u6539\u7684\u5c5e\u6027\u5fc5\u987b\u5177\u6709\u53ef\u64cd\u4f5c\u7528\u6cd5\u3002 |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=\u5c5e\u6027\u4e0d\u80fd\u662f\u5176\u81ea\u8eab\u7684\u4e0a\u7ea7\u3002 |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=\u5bf9\u8c61\u7c7b\u4e0d\u80fd\u662f\u5176\u81ea\u8eab\u7684\u4e0a\u7ea7\u3002 |
| | | MILD_ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=\u8be5\u5bf9\u8c61\u7c7b\u662f '%s' \u7684\u4e0a\u7ea7\uff08\u76f4\u63a5\u6216\u95f4\u63a5\uff09\u3002 |
| | | MILD_ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=\u8be5\u5c5e\u6027\u662f '%s' \u7684\u4e0a\u7ea7\uff08\u76f4\u63a5\u6216\u95f4\u63a5\uff09\u3002 |
| | | ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8be5\u5c5e\u6027\u63d0\u4f9b\u540d\u79f0\u3002 |
| | | ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME=\u63d0\u4f9b\u7684\u540d\u79f0\u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_OID_NOT_VALID=\u63d0\u4f9b\u7684 OID \u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_EMPTY_ALIAS=\u60a8\u63d0\u4f9b\u4e86\u4e00\u4e2a\u7a7a\u522b\u540d\u3002 |
| | | 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 |
| | | ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS=\u4e0d\u53ef\u4fee\u6539\u7684\u5c5e\u6027\u5fc5\u987b\u5177\u6709\u53ef\u64cd\u4f5c\u7528\u6cd5\u3002 |
| | | ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR=\u5c5e\u6027\u4e0d\u80fd\u662f\u5176\u81ea\u8eab\u7684\u4e0a\u7ea7\u3002 |
| | | ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR=\u5bf9\u8c61\u7c7b\u4e0d\u80fd\u662f\u5176\u81ea\u8eab\u7684\u4e0a\u7ea7\u3002 |
| | | ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR=\u8be5\u5bf9\u8c61\u7c7b\u662f '%s' \u7684\u4e0a\u7ea7\uff08\u76f4\u63a5\u6216\u95f4\u63a5\uff09\u3002 |
| | | ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR=\u8be5\u5c5e\u6027\u662f '%s' \u7684\u4e0a\u7ea7\uff08\u76f4\u63a5\u6216\u95f4\u63a5\uff09\u3002 |
| | | INFO_CTRL_PANEL_CREATING_ATTRIBUTE_SUMMARY=\u6b63\u5728\u521b\u5efa\u5c5e\u6027 '%s'... |
| | | INFO_CTRL_PANEL_UPDATING_SCHEMA_FILE_PROGRESS=\u5c06\u6a21\u5f0f\u6dfb\u52a0\u5230\u6a21\u5f0f\u6587\u4ef6 '%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 |
| | | ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY=\u521b\u5efa\u5c5e\u6027\u65f6\u51fa\u9519 |
| | | 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_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=\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 |
| | | ERR_NEW_BACKEND_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u65b0\u540e\u7aef\u63d0\u4f9b\u540d\u79f0\u3002 |
| | | ERR_BACKEND_ALREADY_EXISTS=\u5df2\u5b58\u5728\u5177\u6709\u4ee5\u4e0b\u540d\u79f0\u7684\u540e\u7aef: %s |
| | | ERR_NEW_BASE_DN_VALUE_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u57fa DN \u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 |
| | | ERR_BASE_DN_ALREADY_EXISTS=\u5df2\u5b9a\u4e49\u57fa DN '%s'\u3002 |
| | | 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 |
| | | 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 |
| | | 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 '%s'\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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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_DUPLICATE_ENTRY_MENU=\u590d\u5236\u6761\u76ee... |
| | | |
| | | 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\u3002\u8be6\u7ec6\u4fe1\u606f: %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\u3002\u8be6\u7ec6\u4fe1\u606f: %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\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u7ec4\u540d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 |
| | | ERR_CTRL_PANEL_MEMBER_NOT_FOUND=\u627e\u4e0d\u5230\u6761\u76ee '%s'\u3002 |
| | | ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID=\u63d0\u4f9b\u7684\u503c\u4f5c\u4e3a\u6210\u5458 '%s' \u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_MEMBER_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8be5\u7ec4\u63d0\u4f9b\u4e00\u4e2a\u6210\u5458\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID=\u63d0\u4f9b\u7684 LDAP URL \u503c\u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND=\u627e\u4e0d\u5230\u63d0\u4f9b\u7684\u5f15\u7528\u7ec4\u3002 |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC=\u63d0\u4f9b\u7684\u5f15\u7528\u7ec4\u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u52a8\u6001\u7ec4\u3002 |
| | | ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID=\u63d0\u4f9b\u7684\u52a8\u6001\u7ec4\u5f15\u7528 DN \u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %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_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 |
| | | ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED=\u672a\u9009\u62e9\u5c5e\u6027\u540d\u79f0\u3002 |
| | | 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 |
| | | 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 |
| | | ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY=\u521b\u5efa\u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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\u3002\u8be6\u7ec6\u4fe1\u606f: %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 |
| | | ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u8be5\u5bf9\u8c61\u7c7b\u63d0\u4f9b\u540d\u79f0\u3002 |
| | | ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME=\u63d0\u4f9b\u7684\u540d\u79f0\u65e0\u6548\u3002\u8be6\u7ec6\u4fe1\u606f: %s |
| | | 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 |
| | | ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY=\u521b\u5efa\u5bf9\u8c61\u7c7b\u65f6\u51fa\u9519 |
| | | 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_ADDREMOVE_AVAILABLE_OBJECTCLASSES=\u53ef\u7528\u7684\u5bf9\u8c61\u7c7b: |
| | | INFO_CTRL_PANEL_ADDREMOVE_SELECTED_OBJECTCLASSES=\u9009\u5b9a\u7684\u5bf9\u8c61\u7c7b: |
| | | |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=\u6b63\u5728\u7f16\u8f91\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u3002\u4ee5\u4e0b\u662f\u8f85\u52a9\u5bf9\u8c61\u7c7b: %s\u3002%n\u53ea\u6709\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u6216\u62bd\u8c61\u5bf9\u8c61\u7c7b\u53ef\u4ee5\u7528\u4f5c\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u7684\u4e0a\u7ea7\u5bf9\u8c61\u7c7b\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=\u6b63\u5728\u7f16\u8f91\u8f85\u52a9\u5bf9\u8c61\u7c7b\u3002\u4ee5\u4e0b\u662f\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b: %s\u3002%n\u53ea\u6709\u8f85\u52a9\u5bf9\u8c61\u7c7b\u6216\u62bd\u8c61\u5bf9\u8c61\u7c7b\u53ef\u4ee5\u7528\u4f5c\u8f85\u52a9\u5bf9\u8c61\u7c7b\u7684\u4e0a\u7ea7\u5bf9\u8c61\u7c7b\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=\u6b63\u5728\u7f16\u8f91\u62bd\u8c61\u5bf9\u8c61\u7c7b\u3002\u4ee5\u4e0b\u662f\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u6216\u8f85\u52a9\u5bf9\u8c61\u7c7b: %s\u3002%n\u53ea\u6709\u8f85\u52a9\u5bf9\u8c61\u7c7b\u53ef\u4ee5\u7528\u4f5c\u62bd\u8c61\u5bf9\u8c61\u7c7b\u7684\u4e0a\u7ea7\u5bf9\u8c61\u7c7b\u3002 |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL=\u6b63\u5728\u7f16\u8f91\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u3002\u4ee5\u4e0b\u662f\u8f85\u52a9\u5bf9\u8c61\u7c7b: %s\u3002%n\u53ea\u6709\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u6216\u62bd\u8c61\u5bf9\u8c61\u7c7b\u53ef\u4ee5\u7528\u4f5c\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u7684\u4e0a\u7ea7\u5bf9\u8c61\u7c7b\u3002 |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY=\u6b63\u5728\u7f16\u8f91\u8f85\u52a9\u5bf9\u8c61\u7c7b\u3002\u4ee5\u4e0b\u662f\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b: %s\u3002%n\u53ea\u6709\u8f85\u52a9\u5bf9\u8c61\u7c7b\u6216\u62bd\u8c61\u5bf9\u8c61\u7c7b\u53ef\u4ee5\u7528\u4f5c\u8f85\u52a9\u5bf9\u8c61\u7c7b\u7684\u4e0a\u7ea7\u5bf9\u8c61\u7c7b\u3002 |
| | | ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT=\u6b63\u5728\u7f16\u8f91\u62bd\u8c61\u5bf9\u8c61\u7c7b\u3002\u4ee5\u4e0b\u662f\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b\u6216\u8f85\u52a9\u5bf9\u8c61\u7c7b: %s\u3002%n\u53ea\u6709\u8f85\u52a9\u5bf9\u8c61\u7c7b\u53ef\u4ee5\u7528\u4f5c\u62bd\u8c61\u5bf9\u8c61\u7c7b\u7684\u4e0a\u7ea7\u5bf9\u8c61\u7c7b\u3002 |
| | | |
| | | INFO_CTRL_PANEL_NEW_OU_NAME_LABEL=\u540d\u79f0: |
| | | INFO_CTRL_PANEL_NEW_OU_DESCRIPTION_LABEL=\u63cf\u8ff0: |
| | |
| | | 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 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u201c\u59d3\u201d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 |
| | | ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED=\u60a8\u5fc5\u987b\u4e3a\u201c\u5e38\u7528\u540d\u201d\u63d0\u4f9b\u4e00\u4e2a\u503c\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY=\u521b\u5efa VLV \u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL=\u672a\u5b9a\u4e49\u57fa DN\u3002 |
| | | ERR_CTRL_PANEL_MUST_SELECT_BASE_DN=\u60a8\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u57fa DN\u3002 |
| | | 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=\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 |
| | | 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=\u65b0\u5efa\u7528\u6237\u5bc6\u7801: |
| | |
| | | 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 |
| | | ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY=\u66f4\u65b0\u7528\u6237\u5bc6\u7801\u65f6\u51fa\u9519 |
| | | 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\u4e2d\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_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 |
| | | ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY=\u5907\u4efd\u68c0\u9a8c\u671f\u95f4\u51fa\u9519 |
| | | 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=\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 |
| | | 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 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY=\u6062\u590d\u671f\u95f4\u51fa\u9519 |
| | | 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_CONTENTS_OF_FILE=- \u6587\u4ef6 '%s' \u7684\u5185\u5bb9 - |
| | | |
| | | MILD_ERR_LOADING_IMAGE=\u88c5\u5165\u56fe\u50cf\u65f6\u51fa\u9519 |
| | | 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_GENERIC_TITLE=%s \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 |
| | | ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY=\u8bfb\u53d6\u914d\u7f6e\u65f6\u51fa\u9519 |
| | | INFO_CTRL_PANEL_NOT_AVAILABLE_LONG_LABEL=\u672a\u63d0\u4f9b |
| | | INFO_CTRL_PANEL_SERVER_STATUS_TITLE_BORDER=\u670d\u52a1\u5668\u72b6\u6001 |
| | | INFO_CTRL_PANEL_SERVER_STATUS_LABEL=\u670d\u52a1\u5668\u72b6\u6001: |
| | |
| | | INFO_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_SUMMARY=\u6b63\u5728\u7981\u7528 Windows \u670d\u52a1... |
| | | 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 |
| | | ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY=\u7981\u7528 Windows \u670d\u52a1\u671f\u95f4\u51fa\u9519 |
| | | 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 \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 |
| | | ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY=\u542f\u7528 Windows \u670d\u52a1\u671f\u95f4\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED=\u60a8\u5fc5\u987b\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u8981\u68c0\u9a8c\u7684\u7d22\u5f15\u3002 |
| | | ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN=\u6ca1\u6709\u4e3a\u57fa DN '%s' \u5b9a\u4e49\u7684\u7d22\u5f15\u3002 |
| | | 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 |
| | | ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY=\u7d22\u5f15\u68c0\u9a8c\u671f\u95f4\u51fa\u9519 |
| | | 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 |
| | | |
| | | # |
| | |
| | | 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 |
| | | ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY=\u5220\u9664 VLV \u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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_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 |
| | | ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY=\u4fee\u6539 VLV \u7d22\u5f15\u65f6\u51fa\u9519 |
| | | 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_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=\u8bbe\u7f6e\u73af\u5883: %s \u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_SETTING_ENVIRONMENT=\u8bbe\u7f6e\u73af\u5883: %s \u65f6\u51fa\u9519 |
| | | |
| | | INFO_CTRL_PANEL_ERROR_DIALOG_TITLE=\u9519\u8bef |
| | | INFO_CTRL_PANEL_PROGRESS_DONE=\u5b8c\u6210 |
| | |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_REBUILD_INDEX_SUMMARY=\u4ec5\u5f53\u53d7\u7ba1\u670d\u52a1\u5668\u4e3a\u672c\u5730\u670d\u52a1\u5668\u65f6\uff0c\u624d\u53ef\u4ee5\u91cd\u65b0\u751f\u6210\u7d22\u5f15\u3002 |
| | | INFO_CTRL_PANEL_REMOTE_SERVER_PATH=\u8fdc\u7a0b\u670d\u52a1\u5668\u5fc5\u987b\u53ef\u4ee5\u8bbf\u95ee\u8be5\u8def\u5f84\u3002 |
| | | INFO_CTRL_PANEL_SERVER_MUST_BE_LOCAL_WINDOWS_SERVICE_SUMMARY=\u4ec5\u5f53\u53d7\u7ba1\u670d\u52a1\u5668\u4e3a\u672c\u5730\u670d\u52a1\u5668\u65f6\uff0c\u624d\u53ef\u4ee5\u67e5\u770b\u548c\u66f4\u65b0 Windows \u670d\u52a1\u914d\u7f6e\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=\u65e0\u6cd5\u4f7f\u7528\u81ea\u52a8\u751f\u6210\u7684\u6570\u636e\u521b\u5efa\u672c\u5730 LDIF \u586b\u5145\u65b0\u7684\u57fa DN\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 |
| | | ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF=\u65e0\u6cd5\u4f7f\u7528\u81ea\u52a8\u751f\u6210\u7684\u6570\u636e\u521b\u5efa\u672c\u5730 LDIF \u586b\u5145\u65b0\u7684\u57fa DN\u3002\u9519\u8bef\u4ee3\u7801: %d\u3002 |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_ID_LABEL=\u7236\u5907\u4efd ID: |
| | | INFO_CTRL_PANEL_PARENT_BACKUP_PATH_LABEL=\u7236\u5907\u4efd\u8def\u5f84: |
| | | MILD_ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=\u672a\u63d0\u4f9b\u7236\u5907\u4efd ID\u3002 |
| | | ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED=\u672a\u63d0\u4f9b\u7236\u5907\u4efd ID\u3002 |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_SUMMARY=\u65e0\u6cd5\u8fde\u63a5\u5230\u8fdc\u7a0b\u670d\u52a1\u5668 |
| | | INFO_CTRL_PANEL_CANNOT_CONNECT_TO_REMOTE_DETAILS=\u8fdc\u7a0b\u670d\u52a1\u5668 '%s' \u53ef\u80fd\u5df2\u5173\u95ed\u6216\u63d0\u4f9b\u7684\u9a8c\u8bc1\u4e0d\u518d\u6709\u6548\u3002\u4e3a\u4e86\u80fd\u591f\u8fdc\u7a0b\u7ba1\u7406\u670d\u52a1\u5668\uff0c\u8be5\u670d\u52a1\u5668\u5fc5\u987b\u6b63\u5728\u8fd0\u884c\uff0c\u5e76\u4e14\u60a8\u5fc5\u987b\u63d0\u4f9b\u9a8c\u8bc1\u3002 |
| | | INFO_CTRL_PANEL_CONNECT_TO_SERVER_MENU=\u8981\u7ba1\u7406\u7684\u670d\u52a1\u5668... |
| | | INFO_CTRL_PANEL_INDEX_REBUILD_REQUIRED_REMOTE_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\u8fdc\u7a0b\u670d\u52a1\u5668\u4e0a\u7684 'rebuild-index' \u547d\u4ee4\u884c\u6216\u91cd\u65b0\u5bfc\u5165\u540e\u7aef '%s' \u7684\u5185\u5bb9\u5b8c\u6210\u6b64\u64cd\u4f5c\u3002 |
| | | INFO_PROGRESS_IMPORT_AUTOMATICALLY_GENERATED_REMOTE=\u6b63\u5728\u5bfc\u5165\u81ea\u52a8\u751f\u6210\u7684\u6570\u636e\uff08%s \u4e2a\u6761\u76ee\uff09 |
| | | SEVERE_ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND='%s' \u4e2d\u7684\u8fdc\u7a0b\u670d\u52a1\u5668\u65e0\u6cd5\u901a\u8fc7\u8be5\u63a7\u5236\u9762\u677f\u7ba1\u7406\u3002\u8fdc\u7a0b\u670d\u52a1\u5668\u4ea7\u54c1\u540d\u79f0\u662f '%s' \u5e76\u4e14\u63a7\u5236\u9762\u677f\u4ea7\u54c1\u540d\u79f0\u662f '%s'\u3002 |
| | | SEVERE_ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER='%s' \u4e2d\u7684\u8fdc\u7a0b\u670d\u52a1\u5668\u4e0e\u63a7\u5236\u9762\u677f\u7684\u7248\u672c\u4e0d\u540c\u3002\u8fdc\u7a0b\u670d\u52a1\u5668\u7248\u672c\u662f '%s.%s.%s' \u800c\u63a7\u5236\u9762\u677f\u7684\u7248\u672c\u662f '%d.%d.%d'\u3002 |
| | | SEVERE_ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=\u5728\u8fdc\u7a0b\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u7248\u672c\u4fe1\u606f\u3002\u8fdc\u7a0b LDAP \u670d\u52a1\u5668\u65e0\u6cd5\u901a\u8fc7\u63a7\u5236\u9762\u677f\u8fdb\u884c\u8fdc\u7a0b\u7ba1\u7406\u3002 |
| | | ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND='%s' \u4e2d\u7684\u8fdc\u7a0b\u670d\u52a1\u5668\u65e0\u6cd5\u901a\u8fc7\u8be5\u63a7\u5236\u9762\u677f\u7ba1\u7406\u3002\u8fdc\u7a0b\u670d\u52a1\u5668\u4ea7\u54c1\u540d\u79f0\u662f '%s' \u5e76\u4e14\u63a7\u5236\u9762\u677f\u4ea7\u54c1\u540d\u79f0\u662f '%s'\u3002 |
| | | ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER='%s' \u4e2d\u7684\u8fdc\u7a0b\u670d\u52a1\u5668\u4e0e\u63a7\u5236\u9762\u677f\u7684\u7248\u672c\u4e0d\u540c\u3002\u8fdc\u7a0b\u670d\u52a1\u5668\u7248\u672c\u662f '%s.%s.%s' \u800c\u63a7\u5236\u9762\u677f\u7684\u7248\u672c\u662f '%d.%d.%d'\u3002 |
| | | ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND=\u5728\u8fdc\u7a0b\u670d\u52a1\u5668\u4e2d\u627e\u4e0d\u5230\u7248\u672c\u4fe1\u606f\u3002\u8fdc\u7a0b LDAP \u670d\u52a1\u5668\u65e0\u6cd5\u901a\u8fc7\u63a7\u5236\u9762\u677f\u8fdb\u884c\u8fdc\u7a0b\u7ba1\u7406\u3002 |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TITLE='%s' \u4efb\u52a1\u8ba1\u5212 |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_SUMMARY=\u6307\u5b9a\u542f\u52a8\u4efb\u52a1 '%s' \u7684\u65f6\u95f4\u3002 |
| | |
| | | # Note that the following property contains line breaks in HTML format (<br>). |
| | | # |
| | | INFO_CTRL_PANEL_CRON_HELP=\u4f7f\u7528 ',' \u6765\u5206\u9694\u503c\u3002\u4f8b\u5982\uff1a'1,4,5'\u3002<br>\u4f7f\u7528 '-' \u6765\u6307\u793a\u95f4\u9694\u3002\u4f8b\u5982 '1-5'\u3002<br>\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=\u63d0\u4f9b\u7684\u5c0f\u65f6\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=\u63d0\u4f9b\u7684\u5206\u949f\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY=\u63d0\u4f9b\u7684\u65e5\u671f\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_TIME=\u63d0\u4f9b\u7684\u65f6\u95f4\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=%2$s \u4e2d\u4e0d\u5b58\u5728\u65e5\u671f '%1$d'\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u661f\u671f\u4e2d\u7684\u81f3\u5c11\u4e00\u5929\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u6708\u4e2d\u7684\u81f3\u5c11\u4e00\u5929\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_DATE_ALREADY_PASSED=\u63d0\u4f9b\u7684\u6570\u636e\u5df2\u901a\u8fc7\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=\u672a\u63d0\u4f9b\u5206\u949f\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=\u672a\u63d0\u4f9b\u5c0f\u65f6\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=\u672a\u63d0\u4f9b\u6708\u4e2d\u51e0\u53f7\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=\u672a\u63d0\u4f9b\u6708\u4efd\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=\u672a\u63d0\u4f9b\u661f\u671f\u51e0\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=\u63d0\u4f9b\u7684\u5206\u949f\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=\u63d0\u4f9b\u7684\u5c0f\u65f6\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=\u63d0\u4f9b\u7684\u6708\u4e2d\u51e0\u53f7\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=\u63d0\u4f9b\u7684\u6708\u4efd\u503c\u65e0\u6548\u3002 |
| | | SEVERE_ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=\u63d0\u4f9b\u7684\u661f\u671f\u51e0\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_INVALID_HOUR=\u63d0\u4f9b\u7684\u5c0f\u65f6\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_INVALID_MINUTE=\u63d0\u4f9b\u7684\u5206\u949f\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_INVALID_DAY=\u63d0\u4f9b\u7684\u65e5\u671f\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_INVALID_TIME=\u63d0\u4f9b\u7684\u65f6\u95f4\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH=%2$s \u4e2d\u4e0d\u5b58\u5728\u65e5\u671f '%1$d'\u3002 |
| | | ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u661f\u671f\u4e2d\u7684\u81f3\u5c11\u4e00\u5929\u3002 |
| | | ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED=\u60a8\u5fc5\u987b\u9009\u62e9\u6708\u4e2d\u7684\u81f3\u5c11\u4e00\u5929\u3002 |
| | | ERR_CTRL_PANEL_DATE_ALREADY_PASSED=\u63d0\u4f9b\u7684\u6570\u636e\u5df2\u901a\u8fc7\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED=\u672a\u63d0\u4f9b\u5206\u949f\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED=\u672a\u63d0\u4f9b\u5c0f\u65f6\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED=\u672a\u63d0\u4f9b\u6708\u4e2d\u51e0\u53f7\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED=\u672a\u63d0\u4f9b\u6708\u4efd\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED=\u672a\u63d0\u4f9b\u661f\u671f\u51e0\u3002\u4f7f\u7528 '*' \u6765\u6307\u793a\u4efb\u610f\u503c\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED=\u63d0\u4f9b\u7684\u5206\u949f\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED=\u63d0\u4f9b\u7684\u5c0f\u65f6\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED=\u63d0\u4f9b\u7684\u6708\u4e2d\u51e0\u53f7\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED=\u63d0\u4f9b\u7684\u6708\u4efd\u503c\u65e0\u6548\u3002 |
| | | ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED=\u63d0\u4f9b\u7684\u661f\u671f\u51e0\u503c\u65e0\u6548\u3002 |
| | | |
| | | INFO_CTRL_PANEL_TASK_TO_SCHEDULE_LIST_TITLE=\u9884\u5b9a\u4efb\u52a1 |
| | | INFO_CTRL_PANEL_NO_TASKS_FOUND=-\u672a\u627e\u5230\u4efb\u4f55\u4efb\u52a1- |
| | |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUMMARY=\u6b63\u5728\u53d6\u6d88\u4efb\u52a1... |
| | | INFO_CTRL_PANEL_CANCELING_TASK_COMPLETE=\u4efb\u52a1\u5df2\u6210\u529f\u53d6\u6d88\u3002 |
| | | INFO_CTRL_PANEL_CANCELING_TASK_SUCCESSFUL=\u4efb\u52a1\u5df2\u6210\u529f\u53d6\u6d88\u3002 |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=\u53d6\u6d88\u4efb\u52a1\u65f6\u51fa\u9519 |
| | | MILD_ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=\u53d6\u6d88\u9009\u5b9a\u7684\u4efb\u52a1\u65f6\u51fa\u73b0\u9519\u8bef\u3002 |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY=\u53d6\u6d88\u4efb\u52a1\u65f6\u51fa\u9519 |
| | | ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS=\u53d6\u6d88\u9009\u5b9a\u7684\u4efb\u52a1\u65f6\u51fa\u73b0\u9519\u8bef\u3002 |
| | | INFO_CTRL_PANEL_CANCEL_TASK_TITLE=\u53d6\u6d88\u4efb\u52a1 |
| | | INFO_CTRL_PANEL_TASK_IS_CANCELABLE=\u53ef\u53d6\u6d88 |
| | | INFO_CTRL_PANEL_TASK_IS_NOT_CANCELABLE=\u4e0d\u53ef\u53d6\u6d88 |
| | |
| | | INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY=\u6839\u636e CRON \u8ba1\u5212 '%s' \u5b9a\u671f\u542f\u52a8 |
| | | INFO_CTRL_PANEL_TASK_LOG_LABEL=\u4efb\u52a1\u65e5\u5fd7\u6d88\u606f |
| | | INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=\u663e\u793a\u4efb\u52a1\u5c5e\u6027... |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=\u4e3a\u4e86\u80fd\u591f\u5728\u672a\u6765\u67d0\u4e00\u5929\u542f\u52a8\u4efb\u52a1\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u6b63\u5728\u8fd0\u884c\u3002 |
| | | MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=\u4e3a\u4e86\u80fd\u591f\u5b9a\u671f\u542f\u52a8\u4efb\u52a1\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u6b63\u5728\u8fd0\u884c\u3002 |
| | | ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=\u4e3a\u4e86\u80fd\u591f\u5728\u672a\u6765\u67d0\u4e00\u5929\u542f\u52a8\u4efb\u52a1\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u6b63\u5728\u8fd0\u884c\u3002 |
| | | ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=\u4e3a\u4e86\u80fd\u591f\u5b9a\u671f\u542f\u52a8\u4efb\u52a1\uff0c\u670d\u52a1\u5668\u5fc5\u987b\u6b63\u5728\u8fd0\u884c\u3002 |
| | | |
| | | INFO_CTRL_PANEL_TASK_SPECIFIC_DETAILS=\u7279\u5b9a\u4e8e\u4efb\u52a1\u7684\u8be6\u7ec6\u4fe1\u606f |
| | | INFO_CTRL_PANEL_NO_TASK_SELECTED=-\u672a\u9009\u5b9a\u4efb\u4f55\u4efb\u52a1- |
| | |
| | | INFO_CTRL_PANEL_CHOOSE_PARENT_ENTRY_DN=\u9009\u62e9\u7236 DN |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NAME_LABEL=\u65b0\u6761\u76ee\u540d\u79f0: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_LABEL=\u7236\u6761\u76ee DN: |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=\u60a8\u5fc5\u987b\u63d0\u4f9b\u65b0\u6761\u76ee\u540d\u79f0\u3002 |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=\u60a8\u5fc5\u987b\u4e3a\u7236\u6761\u76ee\u63d0\u4f9b\u6709\u6548\u7684 DN\u3002 |
| | | MILD_ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=\u7236\u6761\u76ee\u4e0d\u5b58\u5728\u3002 |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY=\u60a8\u5fc5\u987b\u63d0\u4f9b\u65b0\u6761\u76ee\u540d\u79f0\u3002 |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID=\u60a8\u5fc5\u987b\u4e3a\u7236\u6761\u76ee\u63d0\u4f9b\u6709\u6548\u7684 DN\u3002 |
| | | ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST=\u7236\u6761\u76ee\u4e0d\u5b58\u5728\u3002 |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_DN=\u6761\u76ee DN: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_NEWPASSWORD_LABEL=\u65b0\u5efa\u7528\u6237\u5bc6\u7801: |
| | | INFO_CTRL_PANEL_DUPLICATE_ENTRY_CONFIRMNEWPASSWORD_LABEL=\u5bc6\u7801\uff08\u786e\u8ba4\uff09: |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2009 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2012 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | INFO_AUTHENTICATE_BUTTON_LABEL=\u8a8d\u8b49 |
| | | INFO_BACKENDID_COLUMN=\u5f8c\u7aef ID |
| | | INFO_BASEDN_COLUMN=\u57fa\u5e95 DN |
| | | MILD_ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\u7121\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6191\u8b49\u9023\u7dda\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u80fd\u9020\u6210\u6b64\u72c0\u6cc1\u7684\u539f\u56e0\u70ba:%n%s |
| | | ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE=\u7121\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6191\u8b49\u9023\u7dda\u81f3\u76ee\u9304\u4f3a\u670d\u5668\u3002\u53ef\u80fd\u9020\u6210\u6b64\u72c0\u6cc1\u7684\u539f\u56e0\u70ba:%n%s |
| | | INFO_CLI_UNINSTALL_CONFIRM_BACKUPS=\u8981\u79fb\u9664\u5305\u542b\u5728 bak \u76ee\u9304\u4e2d\u7684\u5099\u4efd\u6a94\u6848\u55ce\uff1f |
| | | INFO_CLI_UNINSTALL_CONFIRM_CONFIGURATION_SCHEMA=\u8981\u79fb\u9664\u914d\u7f6e\u6a94\u6848\u548c\u6a21\u5f0f\u6a94\u6848\u55ce\uff1f |
| | | INFO_CLI_UNINSTALL_CONFIRM_DATABASES=\u8981\u79fb\u9664\u8cc7\u6599\u5eab\u5167\u5bb9\u55ce\uff1f |
| | |
| | | INFO_CLI_UNINSTALL_CONFIRM_LOGS=\u8981\u79fb\u9664\u8a18\u9304\u6a94\uff1f |
| | | 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 |
| | | 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 |
| | | 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 |
| | | ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED=\u60a8\u5fc5\u9808\u9078\u53d6\u8981\u89e3\u9664\u5b89\u88dd\u7684\u9805\u76ee\u3002 |
| | | INFO_CLI_UNINSTALL_CONFIRM_UPDATE_REMOTE=\u6b64\u4f3a\u670d\u5668\u914d\u7f6e\u70ba\u9032\u884c\u8907\u88fd\u3002%nIf the server is actually replicating contents with other servers you must provide administrator authentication to remove references to this server in the replicating servers.%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%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 servers.%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 |
| | | INFO_UNINSTALL_CLI_REFERENCED_HOSTNAME_PROMPT=\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_CONFIRM_UNINSTALL_REPLICATION_SERVER_RUNNING_TITLE=\u9700\u8981\u78ba\u8a8d |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_MSG=\u78ba\u8a8d\u89e3\u9664\u5b89\u88dd%n\u6240\u6709\u9078\u53d6\u7684\u6a94\u6848\u5c07\u6703\u6c38\u4e45\u522a\u9664\uff0c\u78ba\u5b9a\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | INFO_CONFIRM_UNINSTALL_SERVER_NOT_RUNNING_TITLE=\u78ba\u8a8d\u89e3\u9664\u5b89\u88dd |
| | | 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 |
| | | 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 |
| | | INFO_CONFIRM_UNINSTALL_SERVER_RUNNING_TITLE=\u4f3a\u670d\u5668\u6b63\u5728\u57f7\u884c\u4e2d |
| | | INFO_CONNECTIONS_LABEL=\u958b\u555f\u9023\u7dda: |
| | | MILD_ERR_COULD_NOT_FIND_VALID_LDAPURL=\u8b80\u53d6\u914d\u7f6e\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4\u3002%n\u6b64\u60c5\u6cc1\u53ef\u80fd\u7684\u539f\u56e0\u662f\u6c92\u6709\u70ba\u6307\u5b9a\u7684\u9023\u7dda\u53c3\u6578\u555f\u7528 LDAP \u9023\u63a5\u57e0\uff0c\u6216\u60a8\u6c92\u6709\u914d\u7f6e\u6a94\u6848\u7684\u8b80\u53d6\u5b58\u53d6\u6b0a\u3002 |
| | | ERR_COULD_NOT_FIND_VALID_LDAPURL=\u8b80\u53d6\u914d\u7f6e\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4\u3002%n\u6b64\u60c5\u6cc1\u53ef\u80fd\u7684\u539f\u56e0\u662f\u6c92\u6709\u70ba\u6307\u5b9a\u7684\u9023\u7dda\u53c3\u6578\u555f\u7528 LDAP \u9023\u63a5\u57e0\uff0c\u6216\u60a8\u6c92\u6709\u914d\u7f6e\u6a94\u6848\u7684\u8b80\u53d6\u5b58\u53d6\u6b0a\u3002 |
| | | INFO_DATABASES_TITLE=\u8cc7\u6599\u4f86\u6e90 |
| | | INFO_DELETE_OUTSIDE_DBS_LABEL=\u522a\u9664\u9019\u4e9b\u8cc7\u6599\u5eab\u6a94\u6848 |
| | | INFO_DELETE_OUTSIDE_DBS_MSG=\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: |
| | |
| | | INFO_DELETE_OUTSIDE_LOGS_TOOLTIP=\u9078\u53d6\u6b64\u6838\u53d6\u65b9\u584a\u4ee5\u522a\u9664\u4f4d\u65bc\u5b89\u88dd\u76ee\u9304\u4e4b\u5916\u7684\u8a18\u9304\u6a94 |
| | | INFO_DISABLED_LABEL=\u5df2\u505c\u7528 |
| | | INFO_ENABLED_LABEL=\u5df2\u555f\u7528 |
| | | 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 |
| | | 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 |
| | | INFO_FINISH_BUTTON_UNINSTALL_LABEL=\u89e3\u9664\u5b89\u88dd |
| | | INFO_FINISH_BUTTON_UNINSTALL_TOOLTIP=\u5b8c\u6210\u89e3\u9664\u5b89\u88dd |
| | | INFO_FRAME_UNINSTALL_TITLE=OpenDJ \u89e3\u9664\u5b89\u88dd |
| | |
| | | INFO_SUMMARY_DISABLING_WINDOWS_SERVICE=\u6b63\u5728\u505c\u7528 Windows \u670d\u52d9... |
| | | INFO_SUMMARY_UNINSTALL_FINISHED_WITH_ERROR=\u767c\u751f\u932f\u8aa4\u3002\u5982\u9700\u66f4\u591a\u8cc7\u8a0a\uff0c\u8acb\u6aa2\u67e5\u300c\u8a73\u7d30\u8cc7\u8a0a\u300d\u6587\u5b57\u5340\u3002 |
| | | INFO_SUMMARY_UNINSTALL_NOT_STARTED=\u6b63\u5728\u555f\u52d5\u89e3\u9664\u5b89\u88dd... |
| | | 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... |
| | | 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... |
| | | 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... |
| | | 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 |
| | | INFO_UNINSTALL_LOGIN_HOST_NAME_LABEL=\u4e3b\u6a5f\u540d\u7a31: |
| | |
| | | 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 DNs 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 DNs 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) |
| | | 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_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 |
| | | 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 |
| | | 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 |
| | | ERR_REPLICATION_NOT_A_VALID_BASEDN=\u63d0\u4f9b\u7684\u503c %s \u4e0d\u662f\u6709\u6548\u7684\u57fa\u5e95 DN\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | ERR_REPLICATION_STATUS_QUIET=\u300c%s\u300d\u5b50\u6307\u4ee4\u8207 %s \u5f15\u6578\u4e0d\u76f8\u5bb9\u3002 |
| | | 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_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u5f15\u6578\u50c5\u80fd\u5728\u5df2\u6307\u5b9a %s \u6642\u4f7f\u7528 |
| | | ERR_REPLICATION_USER_CANCELLED=\u4f7f\u7528\u8005\u5df2\u53d6\u6d88\u4f5c\u696d |
| | | ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT=%s \u5f15\u6578\u50c5\u80fd\u5728\u5df2\u6307\u5b9a %s \u6642\u4f7f\u7528 |
| | | INFO_REPLICATION_ENABLE_ADMINISTRATOR_MUST_BE_CREATED=\u5fc5\u9808\u5efa\u7acb\u5168\u57df\u7ba1\u7406\u54e1\u3002%nYou must provide the credentials of the Global Administrator that will be created to manage the server instances that are being replicated. |
| | | INFO_ADMINISTRATOR_UID_PROMPT=\u5168\u57df\u7ba1\u7406\u54e1\u4f7f\u7528\u8005 ID |
| | | INFO_ADMINISTRATOR_PWD_PROMPT=\u5168\u57df\u7ba1\u7406\u54e1\u5bc6\u78bc: |
| | | INFO_ADMINISTRATOR_PWD_CONFIRM_PROMPT=\u78ba\u8a8d\u5bc6\u78bc: |
| | | MILD_ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc\u4e0d\u76f8\u7b26\u3002 |
| | | MILD_ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\u7121\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6191\u8b49\u9023\u7dda\u81f3\u76ee\u9304\u4f3a\u670d\u5668 %s\u3002%n\u932f\u8aa4\u8a73\u7d30\u8cc7\u8a0a: %s%n%n\u8acb\u518d\u6b21\u63d0\u4f9b\u9023\u7dda\u5230\u4f3a\u670d\u5668\u6240\u9700\u7684\u8cc7\u8a0a: |
| | | ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH=\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc\u4e0d\u76f8\u7b26\u3002 |
| | | ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN=\u7121\u6cd5\u4f7f\u7528\u63d0\u4f9b\u7684\u6191\u8b49\u9023\u7dda\u81f3\u76ee\u9304\u4f3a\u670d\u5668 %s\u3002%n\u932f\u8aa4\u8a73\u7d30\u8cc7\u8a0a: %s%n%n\u8acb\u518d\u6b21\u63d0\u4f9b\u9023\u7dda\u5230\u4f3a\u670d\u5668\u6240\u9700\u7684\u8cc7\u8a0a: |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT1_PROMPT=\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u7684\u8907\u88fd\u9023\u63a5\u57e0 (\u8a72\u9023\u63a5\u57e0\u5fc5\u9808\u70ba\u53ef\u7528) |
| | | INFO_REPLICATION_ENABLE_SECURE1_PROMPT=\u5728\u9023\u7dda\u81f3\u7b2c\u4e00\u90e8\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 %s \u6642\uff0c\u60a8\u60f3\u8981\u8b93\u8907\u88fd\u4f7f\u7528\u52a0\u5bc6\u901a\u8a0a\u55ce\uff1f |
| | | INFO_REPLICATION_ENABLE_REPLICATIONPORT2_PROMPT=\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u7684\u8907\u88fd\u9023\u63a5\u57e0 (\u8a72\u9023\u63a5\u57e0\u5fc5\u9808\u70ba\u53ef\u7528) |
| | | INFO_REPLICATION_ENABLE_SECURE2_PROMPT=\u5728\u9023\u7dda\u81f3\u7b2c\u4e8c\u90e8\u4f3a\u670d\u5668\u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 %s \u6642\uff0c\u60a8\u60f3\u8981\u8b93\u8907\u88fd\u4f7f\u7528\u52a0\u5bc6\u901a\u8a0a\u55ce\uff1f |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE=\u60a8\u5fc5\u9808\u9078\u64c7\u4e00\u500b\u8981\u8907\u88fd\u7684\u57fa\u5e95 DN\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\u60a8\u5fc5\u9808\u81f3\u5c11\u9078\u64c7\u4e00\u500b\u8981\u505c\u7528\u7684\u57fa\u5e95 DN\u3002 |
| | | MILD_ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\u60a8\u5fc5\u9808\u81f3\u5c11\u9078\u64c7\u4e00\u500b\u8981\u521d\u59cb\u5316\u7684\u57fa\u5e95 DN\u3002 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_DISABLE=\u60a8\u5fc5\u9808\u81f3\u5c11\u9078\u64c7\u4e00\u500b\u8981\u505c\u7528\u7684\u57fa\u5e95 DN\u3002 |
| | | ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL=\u60a8\u5fc5\u9808\u81f3\u5c11\u9078\u64c7\u4e00\u500b\u8981\u521d\u59cb\u5316\u7684\u57fa\u5e95 DN\u3002 |
| | | INFO_REPLICATION_DISABLE_SUFFIX_PROMPT=\u8981\u5728\u57fa\u5e95 DN %s \u4e0a\u505c\u7528\u8907\u88fd\u55ce\uff1f |
| | | INFO_REPLICATION_INITIALIZE_ALL_SUFFIX_PROMPT=\u8981\u521d\u59cb\u5316\u57fa\u5e95 DN %s \u55ce\uff1f |
| | | INFO_REPLICATION_PRE_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=\u60a8\u5c07\u6703\u4f7f\u7528 import-ldif \u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u521d\u59cb\u5316\u57fa\u5e95 DN %s \u55ce\uff1f |
| | | INFO_REPLICATION_POST_EXTERNAL_INITIALIZATION_SUFFIX_PROMPT=\u60a8\u662f\u5426\u5df2\u4f7f\u7528 import-ldif \u6216\u4e8c\u9032\u4f4d\u8907\u88fd\u521d\u59cb\u5316\u57fa\u5e95 DN %s\uff1f |
| | | MILD_ERR_REPLICATION_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%n\u5982\u679c\u60a8\u7e7c\u7e8c\u8907\u88fd\uff0c\u5de5\u5177\u5c07\u6703\u5617\u8a66\u4ee5\u6700\u9ad8\u901f\u7387 (best-effort) \u6a21\u5f0f\u66f4\u65b0\u6240\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u3002\u7136\u800c\u7121\u6cd5\u4fdd\u8b49\u6703\u66f4\u65b0\u7522\u751f\u932f\u8aa4\u7684\u4f3a\u670d\u5668\u3002\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | MILD_ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\u986f\u793a\u7684\u8cc7\u8a0a\u53ef\u80fd\u4e0d\u5b8c\u6574\uff0c\u56e0\u70ba\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:%n%s |
| | | MILD_ERR_NOT_ADMINISTRATIVE_USER=\u60a8\u6c92\u6709\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u5b58\u53d6\u6b0a\u9650\u3002 |
| | | ERR_REPLICATION_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%n\u5982\u679c\u60a8\u7e7c\u7e8c\u8907\u88fd\uff0c\u5de5\u5177\u5c07\u6703\u5617\u8a66\u4ee5\u6700\u9ad8\u901f\u7387 (best-effort) \u6a21\u5f0f\u66f4\u65b0\u6240\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u3002\u7136\u800c\u7121\u6cd5\u4fdd\u8b49\u6703\u66f4\u65b0\u7522\u751f\u932f\u8aa4\u7684\u4f3a\u670d\u5668\u3002\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS=\u986f\u793a\u7684\u8cc7\u8a0a\u53ef\u80fd\u4e0d\u5b8c\u6574\uff0c\u56e0\u70ba\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:%n%s |
| | | ERR_NOT_ADMINISTRATIVE_USER=\u60a8\u6c92\u6709\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u5b58\u53d6\u6b0a\u9650\u3002 |
| | | INFO_REPLICATION_CONFIRM_DISABLE_ADS=\u60a8\u5df2\u9078\u64c7\u505c\u7528\u57fa\u5e95 DN %s \u4e0a\u7684\u8907\u88fd\u3002\u6b64\u57fa\u5e95 DN \u662f\u4f9b\u8907\u88fd\u6a5f\u5236\u548c\u90e8\u5206\u7ba1\u7406\u5de5\u5177\u4f7f\u7528\uff0c\u4e14\u4e0d\u5efa\u8b70\u60a8\u76f4\u63a5\u52a0\u4ee5\u914d\u7f6e\u3002\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | INFO_REPLICATION_CONFIRM_DISABLE_SCHEMA=\u60a8\u5df2\u9078\u64c7\u505c\u7528\u6a21\u5f0f\u7684\u8907\u88fd\u3002\u5efa\u8b70\u60a8\u50c5\u5728\u7279\u5b9a\u60c5\u6cc1\u4e2d\u505c\u7528\u6a21\u5f0f\u8907\u88fd\u3002\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ADS=\u60a8\u5df2\u9078\u64c7\u4f7f\u7528\u4f3a\u670d\u5668 %3$s \u4e2d\u7684\u5167\u5bb9\u521d\u59cb\u5316\u4f3a\u670d\u5668 %2$s \u4e0a\u7684\u57fa\u5e95 DN %1$s\u3002\u6b64\u57fa\u5e95 DN \u662f\u4f9b\u8907\u88fd\u6a5f\u5236\u548c\u90e8\u5206\u7ba1\u7406\u5de5\u5177\u4f7f\u7528\uff0c\u4e14\u4e0d\u5efa\u8b70\u60a8\u76f4\u63a5\u52a0\u4ee5\u914d\u7f6e\u3002\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_GENERIC=\u521d\u59cb\u5316\u57fa\u5e95 DN \u7684\u5167\u5bb9\u6703\u79fb\u9664\u8a72\u57fa\u5e95 DN \u4e4b\u6240\u6709\u73fe\u6709\u5167\u5bb9\u3002Do you want to remove the contents of the selected base DNs on server %s and replace them with the contents of server %s? |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_ADS=\u60a8\u5df2\u9078\u64c7\u4f7f\u7528\u4f3a\u670d\u5668 %2$s \u4e2d\u7684\u5167\u5bb9\u521d\u59cb\u5316\u57fa\u5e95 DN %1$s\u3002\u6b64\u57fa\u5e95 DN \u662f\u4f9b\u8907\u88fd\u6a5f\u5236\u548c\u90e8\u5206\u7ba1\u7406\u5de5\u5177\u4f7f\u7528\uff0c\u4e14\u4e0d\u5efa\u8b70\u60a8\u76f4\u63a5\u52a0\u4ee5\u914d\u7f6e\u3002\u8981\u7e7c\u7e8c\u55ce\uff1f |
| | | INFO_REPLICATION_CONFIRM_INITIALIZE_ALL_GENERIC=\u521d\u59cb\u5316\u57fa\u5e95 DN \u7684\u5167\u5bb9\u6703\u79fb\u9664\u8a72\u57fa\u5e95 DN \u4e4b\u6240\u6709\u73fe\u6709\u5167\u5bb9\u3002Do you want to remove the contents of the selected base DNs on the replicated servers and replace them with the contents of server %s? |
| | | MILD_ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:\n%s\n\u8907\u88fd\u5de5\u5177\u5c07\u6703\u5617\u8a66\u4ee5\u6700\u9ad8\u901f\u7387 (best-effort) \u6a21\u5f0f\u66f4\u65b0\u6240\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u3002\u7136\u800c\u7121\u6cd5\u4fdd\u8b49\u6703\u66f4\u65b0\u7522\u751f\u932f\u8aa4\u7684\u4f3a\u670d\u5668\u3002 |
| | | ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING=\u8b80\u53d6\u73fe\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u6642\u767c\u751f\u4e0b\u5217\u932f\u8aa4:\n%s\n\u8907\u88fd\u5de5\u5177\u5c07\u6703\u5617\u8a66\u4ee5\u6700\u9ad8\u901f\u7387 (best-effort) \u6a21\u5f0f\u66f4\u65b0\u6240\u6709\u4f3a\u670d\u5668\u7684\u914d\u7f6e\u3002\u7136\u800c\u7121\u6cd5\u4fdd\u8b49\u6703\u66f4\u65b0\u7522\u751f\u932f\u8aa4\u7684\u4f3a\u670d\u5668\u3002 |
| | | INFO_REPLICATION_CONNECTING=\u6b63\u5728\u5efa\u7acb\u9023\u7dda |
| | | INFO_REPLICATION_ENABLE_UPDATING_REPLICATION_SERVER=\u6b63\u5728\u66f4\u65b0\u4f3a\u670d\u5668 %s \u4e0a\u7684\u9060\u7aef\u53c3\u7167 |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_REPLICATION_SERVER=\u6b63\u5728\u914d\u7f6e\u4f3a\u670d\u5668 %s \u4e0a\u7684\u8907\u88fd\u9023\u63a5\u57e0 |
| | | INFO_REPLICATION_ENABLE_CONFIGURING_BASEDN=\u6b63\u5728\u66f4\u65b0\u4f3a\u670d\u5668 %2$s \u4e0a\u57fa\u5e95 DN %1$s \u7684\u8907\u88fd\u914d\u7f6e |
| | | 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_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_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 |
| | | 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 |
| | | 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 |
| | | ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER=\u5728\u4f3a\u670d\u5668 %s \u4e0a\u914d\u7f6e\u8907\u88fd\u9023\u63a5\u57e0\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | ERR_REPLICATION_DISABLING_REPLICATIONSERVER=\u5728\u4f3a\u670d\u5668 %s \u4e0a\u505c\u7528\u8907\u88fd\u9023\u63a5\u57e0\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | 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 |
| | | 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 |
| | | 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 |
| | |
| | | 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_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 |
| | | ERR_POOLING_PRE_EXTERNAL_INITIALIZATION=\u8b80\u53d6\u4f5c\u696d\u9032\u5ea6\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | ERR_POOLING_POST_EXTERNAL_INITIALIZATION=\u8b80\u53d6\u4f5c\u696d\u9032\u5ea6\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | 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 |
| | | ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION=\u555f\u52d5\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION=\u555f\u52d5\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002 |
| | | 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 |
| | |
| | | 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=\u7121\u6cd5\u5beb\u5165\u81f3\u6a94\u6848 %s\u3002\u8acb\u9a57\u8b49\u60a8\u5177\u6709\u8a72\u6a94\u6848\u7684\u5b58\u53d6\u6b0a\u9650\uff0c\u4e26\u5df2\u63d0\u4f9b\u6a94\u6848\u7684\u5b8c\u6574\u8def\u5f91 |
| | | SEVERE_ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\u6307\u5b9a\u8981\u5beb\u5165\u7b49\u6548\u6307\u4ee4\u7684\u8def\u5f91 %s \u662f\u76ee\u9304\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u6a94\u6848\u7684\u8def\u5f91 |
| | | 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 |
| | | ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE=\u7121\u6cd5\u5beb\u5165\u81f3\u6a94\u6848 %s\u3002\u8acb\u9a57\u8b49\u60a8\u5177\u6709\u8a72\u6a94\u6848\u7684\u5b58\u53d6\u6b0a\u9650\uff0c\u4e26\u5df2\u63d0\u4f9b\u6a94\u6848\u7684\u5b8c\u6574\u8def\u5f91 |
| | | ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY=\u6307\u5b9a\u8981\u5beb\u5165\u7b49\u6548\u6307\u4ee4\u7684\u8def\u5f91 %s \u662f\u76ee\u9304\u3002\u60a8\u5fc5\u9808\u6307\u5b9a\u6a94\u6848\u7684\u8def\u5f91 |
| | | INFO_INDEX_MUST_NOT_BE_REBUILT_CELL_VALUE=\u5426 |
| | | INFO_CTRL_PANEL_CATEGORY_DIRECTORY_DATA=\u76ee\u9304\u8cc7\u6599 |
| | | MILD_ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc\u4e0d\u76f8\u7b26\u3002 |
| | | ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH=\u6240\u63d0\u4f9b\u7684\u5bc6\u78bc\u4e0d\u76f8\u7b26\u3002 |
| | | INFO_CTRL_PANEL_CONN_HANDLER_REPLICATION=\u8907\u88fd |
| | | INFO_CTRL_PANEL_CONN_HANDLER_OTHER=\u5176\u4ed6 |
| | | INFO_CTRL_PANEL_VLV_INDEXES_HEADER_BASE_DN=\u57fa\u5e95 DN |
| | |
| | | INFO_CTRL_PANEL_CLOSE_BUTTON_LABEL=\u95dc\u9589 |
| | | INFO_CTRL_PANEL_CANCEL_BUTTON_LABEL=\u53d6\u6d88 |
| | | INFO_CTRL_PANEL_OK_BUTTON_LABEL=\u78ba\u5b9a |
| | | SEVERE_ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s |
| | | ERR_CTRL_PANEL_UNEXPECTED_DETAILS=\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s |
| | | INFO_CTRL_PANEL_BROWSE_BUTTON_LABEL=\u700f\u89bd... |
| | | INFO_CTRL_PANEL_BACKUP_TASK_NAME=\u5099\u4efd |
| | | INFO_CTRL_PANEL_ENTRIES_MENU=\u9805\u76ee |
| | |
| | | # |
| | | # 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_CANNOT_GET_MANAGED_OBJECT_3=\u5c1d\u8bd5\u68c0\u7d22\u7ba1\u7406\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\u4e0d\u5b58\u5728\u7ba1\u7406\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u7684\u6761\u76ee |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u5c1d\u8bd5\u89e3\u7801\u7ba1\u7406\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u88c5\u5165\u7c7b %s \u5e76\u4f7f\u7528\u5b83\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u7ec4\u4ef6\u5b9e\u4f8b\u3002\u51fa\u73b0\u7684\u9519\u8bef\u662f\uff1a%s\u3002\u8be5\u7ec4\u4ef6\u5c06\u88ab\u7981\u7528 |
| | | SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\u65e0\u6cd5\u88c5\u5165\u76ee\u5f55 %2$s \u4e2d\u7684\u76ee\u5f55\u670d\u52a1\u5668 jar \u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u6253\u5f00\u7528\u4e8e\u8bfb\u53d6\u7684\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$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\u6269\u5c55\u76ee\u5f55 %s \u5b58\u5728\u4f46\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\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=\u65e0\u6cd5\u5b9a\u4f4d\u5230\u6838\u5fc3\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %s |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u65e0\u6cd5\u88c5\u5165\u4e0e\u6269\u5c55 %2$s \u76f8\u5173\u8054\u7684\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u8bfb\u53d6\u8be5\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s |
| | | ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=\u5c1d\u8bd5\u68c0\u7d22\u5173\u7cfb\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\u5c1d\u8bd5\u68c0\u7d22\u7ba1\u7406\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e2d\u4e0d\u5b58\u5728\u7ba1\u7406\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s\u3002\u8fd9\u662f\u4e00\u4e2a\u5fc5\u9700\u7684\u6761\u76ee |
| | | ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u5c1d\u8bd5\u89e3\u7801\u7ba1\u7406\u5bf9\u8c61\u914d\u7f6e\u6761\u76ee %s \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u88c5\u5165\u7c7b %s \u5e76\u4f7f\u7528\u5b83\u521b\u5efa\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u7ec4\u4ef6\u5b9e\u4f8b\u3002\u51fa\u73b0\u7684\u9519\u8bef\u662f\uff1a%s\u3002\u8be5\u7ec4\u4ef6\u5c06\u88ab\u7981\u7528 |
| | | ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\u65e0\u6cd5\u88c5\u5165\u76ee\u5f55 %2$s \u4e2d\u7684\u76ee\u5f55\u670d\u52a1\u5668 jar \u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u6253\u5f00\u7528\u4e8e\u8bfb\u53d6\u7684\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$s |
| | | 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 |
| | | ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u65e0\u6cd5\u8bfb\u53d6\u76ee\u5f55\u670d\u52a1\u5668\u6269\u5c55\uff0c\u56e0\u4e3a\u6269\u5c55\u76ee\u5f55 %s \u5b58\u5728\u4f46\u4e0d\u662f\u76ee\u5f55 |
| | | 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\u5c1d\u8bd5\u5217\u51fa\u8be5\u76ee\u5f55\u4e2d\u7684\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\u65e0\u6cd5\u5b9a\u4f4d\u5230\u6838\u5fc3\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %s |
| | | ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u65e0\u6cd5\u88c5\u5165\u4e0e\u6269\u5c55 %2$s \u76f8\u5173\u8054\u7684\u7ba1\u7406\u6e05\u5355\u6587\u4ef6 %1$s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u8bfb\u53d6\u8be5\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %3$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 |
| | |
| | | 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\u5230 %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 |
| | | ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=\u65e0\u6cd5\u8fde\u63a5\u5230 %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 |
| | | 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=\u53d1\u751f\u5b58\u53d6\u6743\u9650\u9519\u8bef |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=\u8be5\u5b9e\u4f53\u5df2\u6ce8\u518c |
| | | FATAL_ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u7cfb\u7edf\u4fe1\u606f\u5e93\u635f\u574f |
| | | FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=\u8be5\u5b9e\u4f53\u5c1a\u672a\u6ce8\u518c |
| | | 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 |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=\u7f3a\u5c11\u4e3b\u673a\u540d |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=\u4e3b\u673a\u540d\u65e0\u6548 |
| | | ERR_ADMIN_MISSING_IPATH_37=\u7f3a\u5c11\u5b89\u88c5\u8def\u5f84 |
| | | ERR_ADMIN_NOVALID_IPATH_38=\u5b89\u88c5\u8def\u5f84\u65e0\u6548 |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=\u53d1\u751f\u5b58\u53d6\u6743\u9650\u9519\u8bef |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=\u8be5\u5b9e\u4f53\u5df2\u6ce8\u518c |
| | | ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u7cfb\u7edf\u4fe1\u606f\u5e93\u635f\u574f |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=\u8be5\u5b9e\u4f53\u5c1a\u672a\u6ce8\u518c |
| | | ERR_ADMIN_MISSING_PORT_43=\u7f3a\u5c11\u7aef\u53e3 |
| | | ERR_ADMIN_NOVALID_PORT_44=\u7aef\u53e3\u65e0\u6548 |
| | | ERR_ADMIN_MISSING_NAME_45=\u7f3a\u5c11\u540d\u79f0 |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=\u7f3a\u5c11\u7ba1\u7406 UID |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7f3a\u5c11\u7ba1\u7406\u5458\u5bc6\u7801 |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=\u51fa\u73b0\u610f\u5916\u9519\u8bef |
| | | 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= |
| | | 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\u4e3a\u6761\u76ee "%s" \u6ce8\u518c\u4e00\u4e2a\u6dfb\u52a0/\u5220\u9664\u4fa6\u542c\u5668\uff0c\u56e0\u4e3a\u5176\u4e0d\u5b58\u5728\u4e8e\u914d\u7f6e\u4e2d |
| | | ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=\u65e0\u6cd5\u4e3a\u6761\u76ee "%s" \u6ce8\u518c\u4e00\u4e2a\u6dfb\u52a0/\u5220\u9664\u4fa6\u542c\u5668\uff0c\u56e0\u4e3a\u5176\u4e0d\u5b58\u5728\u4e8e\u914d\u7f6e\u4e2d |
| | | 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_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=\u63cf\u8ff0\u670d\u52a1\u5668\u5c5e\u6027 |
| | |
| | | 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=\u63d0\u4f9b\u7684 serverId \u5c1a\u672a\u6ce8\u518c |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=\u63d0\u4f9b\u7684 serverId \u5c1a\u672a\u6ce8\u518c |
| | | 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 |
| | |
| | | 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 \u4f46\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u7c7b\u578b\u4fe1\u606f\uff08\u4f8b\u5982 LDAP \u4e2d\u7f3a\u5c11\u7684\u5bf9\u8c61\u7c7b\uff09 |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=\u53ef\u4ee5\u627e\u5230 %s \u4f46\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u9884\u671f\u7c7b\u578b\u4fe1\u606f\uff08\u4f8b\u5982 LDAP \u4e2d\u4e0d\u6b63\u786e\u7684\u5bf9\u8c61\u7c7b\uff09 |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=\u53ef\u4ee5\u627e\u5230 %s \u4f46\u5176\u7c7b\u578b\u89e3\u6790\u4e3a\u62bd\u8c61\u7ba1\u7406\u5bf9\u8c61\u5b9a\u4e49 |
| | | 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\u5c5e\u6027\u5fc5\u987b\u5305\u542b\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\u5c5e\u6027\u5fc5\u987b\u5305\u542b\u4ee5\u4e0b\u8bed\u6cd5: %s |
| | | SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=\u5fc5\u987b\u6307\u5b9a "%s" \u5c5e\u6027\uff0c\u56e0\u4e3a\u5176\u4e3a\u5fc5\u9700\u5c5e\u6027 |
| | | SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=\u4e0d\u80fd\u4fee\u6539 "%s" \u5c5e\u6027\uff0c\u56e0\u4e3a\u5176\u4e3a\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\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=\u8054\u7cfb\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u901a\u4fe1\u95ee\u9898 |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u64cd\u4f5c\u88ab\u62d2\u7edd\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u64cd\u4f5c\u88ab\u62d2\u7edd\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u65e0\u6cd5\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5df2\u51fa\u73b0\u66f4\u6539\u51b2\u7a81\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=\u65e0\u6cd5\u89e3\u7801 %s\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u65e0\u6cd5\u89e3\u7801 %s\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u4e0d\u5141\u8bb8\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0\u4e3a\u7a7a |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u4e0d\u5141\u8bb8\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0\u4e3a\u7a7a |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0 "%s" \u4e0d\u662f\u547d\u540d\u5c5e\u6027 "%s" \u7684\u6709\u6548\u503c\uff0c\u8be5\u5c5e\u6027\u5fc5\u987b\u5305\u542b\u4ee5\u4e0b\u8bed\u6cd5: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\u4e0d\u5141\u8bb8\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0 "%s" |
| | | SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u65e0\u6cd5\u521b\u5efa\u8be5\u7ba1\u7406\u5bf9\u8c61\uff0c\u56e0\u4e3a\u5b58\u5728\u76f8\u540c\u540d\u79f0\u7684\u7ba1\u7406\u5bf9\u8c61 |
| | | SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\u672a\u627e\u5230\u8bf7\u6c42\u7684\u7ba1\u7406\u5bf9\u8c61 |
| | | SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108="%s" \u5c5e\u6027\u662f\u5fc5\u9700\u5c5e\u6027 |
| | | SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u4ee5\u4e0b\u5c5e\u6027\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=\u8054\u7cfb\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u901a\u4fe1\u95ee\u9898: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u51fa\u73b0\u4ee5\u4e0b\u7ea6\u675f\u8fdd\u89c4: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u51fa\u73b0\u4ee5\u4e0b\u7ea6\u675f\u8fdd\u89c4: %s |
| | | SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u6761\u76ee "%4$s" \u7684 %3$s \u4e2d\u7684\u5c5e\u6027 "%2$s" \u7684\u503c "%1$s" \u5f15\u7528\u6761\u76ee "%6$s" \u4e2d\u4e0d\u5b58\u5728\u7684 %5$s |
| | | SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=\u6761\u76ee "%4$s" \u7684 %3$s \u4e2d\u7684\u5c5e\u6027 "%2$s" \u7684\u503c "%1$s" \u5f15\u7528\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\u5b83\u88ab\u6761\u76ee "%5$s" \u4e2d\u7684 %4$s \u7684 "%3$s" \u5c5e\u6027\u6240\u5f15\u7528 |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u65e0\u6cd5\u7981\u7528\u6761\u76ee "%2$s" \u4e2d\u7684 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab\u6761\u76ee "%5$s" \u4e2d\u7684 %4$s \u7684 "%3$s" \u5c5e\u6027\u6240\u5f15\u7528 |
| | | 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\u88c5\u5165\u7c7b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\u65e0\u6cd5\u5728\u7ba1\u7406\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\u7ba1\u7406\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" \u7ba1\u7406\u5bf9\u8c61\u5b9a\u4e49: %3$s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u65e0\u6cd5\u88c5\u5165\u6269\u5c55 "%s" \u548c\u6e05\u5355\u6587\u4ef6 %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\u65e0\u6cd5\u4ece\u6e05\u5355\u6587\u4ef6 %s \u88c5\u5165\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" \u5b58\u5728\u4f46\u5305\u542b\u65e0\u6548\u914d\u7f6e: %4$s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" \u5df2\u7981\u7528 |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=%2$s \u4e2d\u79f0\u4e3a "%3$s" \u7684 "%1$s" \u5c5e\u6027\u5f15\u7528\u8be5 %4$s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=%2$s \u4e2d\u7684 "%1$s" \u5c5e\u6027\u5f15\u7528\u8be5 %3$s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u65e0\u6cd5\u7981\u7528 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab %3$s \u4e2d\u79f0\u4e3a "%4$s" \u7684 "%2$s" \u5c5e\u6027\u5f15\u7528 |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u65e0\u6cd5\u7981\u7528 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab %3$s \u4e2d\u7684 "%2$s" \u5c5e\u6027\u5f15\u7528 |
| | | SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u542f\u7528\u4e86\u6761\u76ee %2$s \u4e2d\u7684 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_135=\u7531\u4e8e\u51fa\u73b0\u4ee5\u4e0b\u9519\u8bef\u5bfc\u81f4\u65e0\u6cd5\u751f\u6210\u7ba1\u7406\u8fde\u63a5\u5668\u81ea\u7b7e\u540d\u8bc1\u4e66: %s |
| | | SEVERE_ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=\u7531\u4e8e\u7f3a\u5c11\u4ee5\u4e0b\u6587\u4ef6\u5bfc\u81f4\u65e0\u6cd5\u751f\u6210\u7ba1\u7406\u8fde\u63a5\u5668\u81ea\u7b7e\u540d\u8bc1\u4e66: %s |
| | | SEVERE_WARN_ADMIN_SET_PERMISSIONS_FAILED_137=\u65e0\u6cd5\u4e3a\u6587\u4ef6 %s \u8bbe\u7f6e\u6743\u9650 |
| | | FATAL_ERR_ADMIN_MERGING_138=\u65e0\u6cd5\u5408\u5e76\u670d\u52a1\u5668\u7684\u6ce8\u518c\u8868\u4fe1\u606f |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=\u539f\u56e0\u672a\u77e5 |
| | | ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u8bc4\u4f30\u7ea6\u675f\u65f6\u51fa\u73b0\u914d\u7f6e\u5f02\u5e38: %s |
| | | ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=\u53ef\u4ee5\u627e\u5230 %s \u4f46\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u7c7b\u578b\u4fe1\u606f\uff08\u4f8b\u5982 LDAP \u4e2d\u7f3a\u5c11\u7684\u5bf9\u8c61\u7c7b\uff09 |
| | | ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=\u53ef\u4ee5\u627e\u5230 %s \u4f46\u5176\u4e2d\u4e0d\u5305\u542b\u4efb\u4f55\u9884\u671f\u7c7b\u578b\u4fe1\u606f\uff08\u4f8b\u5982 LDAP \u4e2d\u4e0d\u6b63\u786e\u7684\u5bf9\u8c61\u7c7b\uff09 |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=\u53ef\u4ee5\u627e\u5230 %s \u4f46\u5176\u7c7b\u578b\u89e3\u6790\u4e3a\u62bd\u8c61\u7ba1\u7406\u5bf9\u8c61\u5b9a\u4e49 |
| | | ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=\u65e0\u6cd5\u786e\u5b9a "%s" \u5c5e\u6027\u7684\u9ed8\u8ba4\u503c |
| | | ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\u503c "%s" \u4e0d\u662f "%s" \u5c5e\u6027\u7684\u6709\u6548\u503c\uff0c\u8be5\u5c5e\u6027\u5fc5\u987b\u5305\u542b\u4ee5\u4e0b\u8bed\u6cd5: %s |
| | | ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\u5b57\u7b26\u4e32\u503c "%s" \u4e0d\u662f "%s" \u5c5e\u6027\u7684\u6709\u6548\u503c\uff0c\u8be5\u5c5e\u6027\u5fc5\u987b\u5305\u542b\u4ee5\u4e0b\u8bed\u6cd5: %s |
| | | ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=\u5fc5\u987b\u6307\u5b9a "%s" \u5c5e\u6027\uff0c\u56e0\u4e3a\u5176\u4e3a\u5fc5\u9700\u5c5e\u6027 |
| | | ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=\u4e0d\u80fd\u4fee\u6539 "%s" \u5c5e\u6027\uff0c\u56e0\u4e3a\u5176\u4e3a\u53ea\u8bfb\u5c5e\u6027 |
| | | ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91="%s" \u5c5e\u6027\u4e0d\u80fd\u5305\u542b\u591a\u4e2a\u503c |
| | | ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=\u5904\u7406\u5c5e\u6027 "%s" \u65f6\u51fa\u73b0\u5185\u90e8\u9519\u8bef\uff1a\u672a\u77e5\u5c5e\u6027\u7c7b\u578b "%s" |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u9a8c\u8bc1\u5931\u8d25 |
| | | ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u670d\u52a1\u5668\u4e0d\u652f\u6301\u8bf7\u6c42\u7684\u9a8c\u8bc1\u673a\u5236 |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u6388\u6743\u5931\u8d25 |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u8054\u7cfb\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u901a\u4fe1\u95ee\u9898 |
| | | ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u64cd\u4f5c\u88ab\u62d2\u7edd\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u64cd\u4f5c\u88ab\u62d2\u7edd\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u65e0\u6cd5\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u56e0\u4e3a\u5df2\u51fa\u73b0\u66f4\u6539\u51b2\u7a81\u3002\u53ef\u80fd\u6b63\u5728\u4f7f\u7528\u53e6\u4e00\u4e2a\u5ba2\u6237\u7aef\u7ba1\u7406\u5de5\u5177 |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\u65e0\u6cd5\u89e3\u7801 %s\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u65e0\u6cd5\u89e3\u7801 %s\uff0c\u539f\u56e0\u5982\u4e0b: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u4e0d\u5141\u8bb8\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0\u4e3a\u7a7a |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u4e0d\u5141\u8bb8\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0\u4e3a\u7a7a |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0 "%s" \u4e0d\u662f\u547d\u540d\u5c5e\u6027 "%s" \u7684\u6709\u6548\u503c\uff0c\u8be5\u5c5e\u6027\u5fc5\u987b\u5305\u542b\u4ee5\u4e0b\u8bed\u6cd5: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\u4e0d\u5141\u8bb8\u7ba1\u7406\u5bf9\u8c61\u540d\u79f0 "%s" |
| | | ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u65e0\u6cd5\u521b\u5efa\u8be5\u7ba1\u7406\u5bf9\u8c61\uff0c\u56e0\u4e3a\u5b58\u5728\u76f8\u540c\u540d\u79f0\u7684\u7ba1\u7406\u5bf9\u8c61 |
| | | ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\u672a\u627e\u5230\u8bf7\u6c42\u7684\u7ba1\u7406\u5bf9\u8c61 |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108="%s" \u5c5e\u6027\u662f\u5fc5\u9700\u5c5e\u6027 |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u4ee5\u4e0b\u5c5e\u6027\u662f\u5fc5\u9700\u5c5e\u6027: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\u65e0\u6cd5\u8bc6\u522b\u5c5e\u6027 "%s" |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u8054\u7cfb\u670d\u52a1\u5668\u65f6\u51fa\u73b0\u901a\u4fe1\u95ee\u9898: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u51fa\u73b0\u4ee5\u4e0b\u7ea6\u675f\u8fdd\u89c4: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u51fa\u73b0\u4ee5\u4e0b\u7ea6\u675f\u8fdd\u89c4: %s |
| | | ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u6761\u76ee "%4$s" \u7684 %3$s \u4e2d\u7684\u5c5e\u6027 "%2$s" \u7684\u503c "%1$s" \u5f15\u7528\u6761\u76ee "%6$s" \u4e2d\u4e0d\u5b58\u5728\u7684 %5$s |
| | | ERR_SERVER_REFINT_TARGET_DISABLED_116=\u6761\u76ee "%4$s" \u7684 %3$s \u4e2d\u7684\u5c5e\u6027 "%2$s" \u7684\u503c "%1$s" \u5f15\u7528\u6761\u76ee "%6$s" \u4e2d\u5df2\u7981\u7528\u7684 %5$s |
| | | ERR_SERVER_REFINT_CANNOT_DELETE_117=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%2$s" \u4e2d\u7684 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab\u6761\u76ee "%5$s" \u4e2d\u7684 %4$s \u7684 "%3$s" \u5c5e\u6027\u6240\u5f15\u7528 |
| | | ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u65e0\u6cd5\u7981\u7528\u6761\u76ee "%2$s" \u4e2d\u7684 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab\u6761\u76ee "%5$s" \u4e2d\u7684 %4$s \u7684 "%3$s" \u5c5e\u6027\u6240\u5f15\u7528 |
| | | ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=\u8bfb\u53d6\u6e05\u5355\u6587\u4ef6\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=\u5c1d\u8bd5\u88c5\u5165\u7c7b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\u65e0\u6cd5\u5728\u7ba1\u7406\u5bf9\u8c61\u5b9a\u4e49\u7c7b "%s" \u4e2d\u627e\u5230 getInstance() \u65b9\u6cd5: %s |
| | | ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=\u65e0\u6cd5\u5728\u7ba1\u7406\u5bf9\u8c61\u5b9a\u4e49\u7c7b "%s" \u4e2d\u8c03\u7528 getInstance() \u65b9\u6cd5: %s |
| | | ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=\u65e0\u6cd5\u5728\u7c7b "%2$s" \u4e2d\u521d\u59cb\u5316 "%1$s" \u7ba1\u7406\u5bf9\u8c61\u5b9a\u4e49: %3$s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u65e0\u6cd5\u88c5\u5165\u6269\u5c55 "%s" \u548c\u6e05\u5355\u6587\u4ef6 %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u521d\u59cb\u5316\u65f6\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\u65e0\u6cd5\u4ece\u6e05\u5355\u6587\u4ef6 %s \u88c5\u5165\u6838\u5fc3\u7ba1\u7406\u7c7b\uff0c\u56e0\u4e3a\u51fa\u73b0\u610f\u5916\u9519\u8bef: %s |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" \u4e0d\u5b58\u5728 |
| | | ERR_CLIENT_REFINT_TARGET_INVALID_128=\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" \u5b58\u5728\u4f46\u5305\u542b\u65e0\u6548\u914d\u7f6e: %4$s |
| | | ERR_CLIENT_REFINT_TARGET_DISABLED_129=\u5c5e\u6027 "%3$s" \u4e2d\u5f15\u7528\u7684 %1$s "%2$s" \u5df2\u7981\u7528 |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=%2$s \u4e2d\u79f0\u4e3a "%3$s" \u7684 "%1$s" \u5c5e\u6027\u5f15\u7528\u8be5 %4$s |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=%2$s \u4e2d\u7684 "%1$s" \u5c5e\u6027\u5f15\u7528\u8be5 %3$s |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u65e0\u6cd5\u7981\u7528 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab %3$s \u4e2d\u79f0\u4e3a "%4$s" \u7684 "%2$s" \u5c5e\u6027\u5f15\u7528 |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u65e0\u6cd5\u7981\u7528 %1$s\uff0c\u56e0\u4e3a\u5b83\u88ab %3$s \u4e2d\u7684 "%2$s" \u5c5e\u6027\u5f15\u7528 |
| | | ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u542f\u7528\u4e86\u6761\u76ee %2$s \u4e2d\u7684 %1$s \u65f6\u51fa\u73b0\u9519\u8bef: %3$s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_135=\u7531\u4e8e\u51fa\u73b0\u4ee5\u4e0b\u9519\u8bef\u5bfc\u81f4\u65e0\u6cd5\u751f\u6210\u7ba1\u7406\u8fde\u63a5\u5668\u81ea\u7b7e\u540d\u8bc1\u4e66: %s |
| | | ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES_136=\u7531\u4e8e\u7f3a\u5c11\u4ee5\u4e0b\u6587\u4ef6\u5bfc\u81f4\u65e0\u6cd5\u751f\u6210\u7ba1\u7406\u8fde\u63a5\u5668\u81ea\u7b7e\u540d\u8bc1\u4e66: %s |
| | | WARN_ADMIN_SET_PERMISSIONS_FAILED_137=\u65e0\u6cd5\u4e3a\u6587\u4ef6 %s \u8bbe\u7f6e\u6743\u9650 |
| | | ERR_ADMIN_MERGING_138=\u65e0\u6cd5\u5408\u5e76\u670d\u52a1\u5668\u7684\u6ce8\u518c\u8868\u4fe1\u606f |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=\u5617\u8a66\u64f7\u53d6\u95dc\u4fc2\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\u5617\u8a66\u64f7\u53d6\u53d7\u7ba1\u7406\u7269\u4ef6\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u53d7\u7ba1\u7406\u7269\u4ef6\u914d\u7f6e\u9805\u76ee %s\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | SEVERE_ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u5617\u8a66\u89e3\u78bc\u53d7\u7ba1\u7406\u7269\u4ef6\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u6309\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u5f97\u4f86\u5efa\u7acb\u5143\u4ef6\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u6b64\u5143\u4ef6\u5c07\u6703\u505c\u7528 |
| | | SEVERE_ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\u7121\u6cd5\u8f09\u5165\u76ee\u9304\u4f3a\u670d\u5668 JAR \u6a94\u6848 %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d)\uff0c\u56e0\u70ba\u5617\u8a66\u958b\u555f\u6a94\u6848\u4ee5\u8b80\u53d6\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | MILD_ERR_ADMIN_NO_EXTENSIONS_DIR_12=\u64f4\u5145\u8edf\u9ad4\u76ee\u9304 %s \u4e0d\u5b58\u5728\uff0c\u56e0\u6b64\u4e0d\u6703\u8f09\u5165\u4efb\u4f55\u64f4\u5145\u8edf\u9ad4 |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u7121\u6cd5\u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u64f4\u5145\u8edf\u9ad4\u76ee\u9304 %s \u5b58\u5728\uff0c\u4f46\u4e26\u975e\u76ee\u9304 |
| | | SEVERE_ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=\u7121\u6cd5\u5f9e\u76ee\u9304 %s \u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u5617\u8a66\u5217\u51fa\u8a72\u76ee\u9304\u4e2d\u7684\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | FATAL_ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\u627e\u4e0d\u5230\u6838\u5fc3\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s |
| | | SEVERE_ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u7121\u6cd5\u8f09\u5165\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s (\u8207\u64f4\u5145\u8edf\u9ad4 %s \u76f8\u95dc)\uff0c\u56e0\u70ba\u5617\u8a66\u8b80\u53d6\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_ADMIN_CANNOT_GET_LISTENER_BASE_1=\u5617\u8a66\u64f7\u53d6\u95dc\u4fc2\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT_3=\u5617\u8a66\u64f7\u53d6\u53d7\u7ba1\u7406\u7269\u4ef6\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST_4=\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u4e2d\u4f3c\u4e4e\u4e0d\u5b58\u5728\u53d7\u7ba1\u7406\u7269\u4ef6\u914d\u7f6e\u9805\u76ee %s\u3002\u6b64\u70ba\u5fc5\u8981\u9805\u76ee |
| | | ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM_5=\u5617\u8a66\u89e3\u78bc\u53d7\u7ba1\u7406\u7269\u4ef6\u914d\u7f6e\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_ADMIN_CANNOT_INSTANTIATE_CLASS_6=\u76ee\u9304\u4f3a\u670d\u5668\u7121\u6cd5\u8f09\u5165\u985e\u5225 %s\uff0c\u4e26\u4f7f\u7528\u6b64\u985e\u5225\u6309\u914d\u7f6e\u9805\u76ee %s \u4e2d\u6240\u5b9a\u7fa9\u5f97\u4f86\u5efa\u7acb\u5143\u4ef6\u5be6\u4f8b\u3002\u767c\u751f\u7684\u932f\u8aa4\u70ba: %s\u3002\u6b64\u5143\u4ef6\u5c07\u6703\u505c\u7528 |
| | | ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=\u7121\u6cd5\u8f09\u5165\u76ee\u9304\u4f3a\u670d\u5668 JAR \u6a94\u6848 %s (\u4f4d\u65bc\u76ee\u9304 %s \u4e2d)\uff0c\u56e0\u70ba\u5617\u8a66\u958b\u555f\u6a94\u6848\u4ee5\u8b80\u53d6\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_ADMIN_NO_EXTENSIONS_DIR_12=\u64f4\u5145\u8edf\u9ad4\u76ee\u9304 %s \u4e0d\u5b58\u5728\uff0c\u56e0\u6b64\u4e0d\u6703\u8f09\u5165\u4efb\u4f55\u64f4\u5145\u8edf\u9ad4 |
| | | ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=\u7121\u6cd5\u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u64f4\u5145\u8edf\u9ad4\u76ee\u9304 %s \u5b58\u5728\uff0c\u4f46\u4e26\u975e\u76ee\u9304 |
| | | ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES_14=\u7121\u6cd5\u5f9e\u76ee\u9304 %s \u8b80\u53d6\u76ee\u9304\u4f3a\u670d\u5668\u64f4\u5145\u8edf\u9ad4\uff0c\u56e0\u70ba\u5617\u8a66\u5217\u51fa\u8a72\u76ee\u9304\u4e2d\u7684\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST_15=\u627e\u4e0d\u5230\u6838\u5fc3\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s |
| | | ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST_17=\u7121\u6cd5\u8f09\u5165\u7ba1\u7406\u6e05\u55ae\u6a94\u6848 %s (\u8207\u64f4\u5145\u8edf\u9ad4 %s \u76f8\u95dc)\uff0c\u56e0\u70ba\u5617\u8a66\u8b80\u53d6\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_ADMIN_TOOL_DESCRIPTION_18=\u6b64\u516c\u7528\u7a0b\u5f0f\u53ef\u7528\u4f86\u5728\u76ee\u9304\u4f3a\u670d\u5668\u7ba1\u7406\u67b6\u69cb\u4e2d\u57f7\u884c\u4f5c\u696d |
| | | INFO_ADMIN_SUBCMD_CREATE_GROUP_DESCRIPTION_19=\u5efa\u7acb\u65b0\u7684\u4f3a\u670d\u5668\u7fa4\u7d44 |
| | | INFO_ADMIN_ARG_DESCRIPTION_DESCRIPTION_20=\u4f3a\u670d\u5668\u7fa4\u7d44\u63cf\u8ff0\u3002\u82e5\u672a\u6307\u5b9a\uff0c\u63cf\u8ff0\u6703\u662f\u7a7a\u7684 |
| | |
| | | INFO_ADMIN_ARG_REMOVE_MEMBERNAME_DESCRIPTION_29=\u8981\u79fb\u9664\u7684\u4f3a\u670d\u5668\u3002\u6b64\u70ba\u5fc5\u8981\u5f15\u6578 |
| | | INFO_ADMIN_SUBCMD_LIST_MEMBERS_DESCRIPTION_30=\u5217\u51fa\u6307\u5b9a\u4f3a\u670d\u5668\u7fa4\u7d44\u7684\u4f3a\u670d\u5668 |
| | | INFO_ADMIN_SUBCMD_LIST_MEMBERSHIP_DESCRIPTION_31=\u5217\u51fa\u6307\u5b9a\u4f3a\u670d\u5668\u6240\u5c6c\u7684\u4f3a\u670d\u5668\u7fa4\u7d44 |
| | | FATAL_ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=\u7121\u6cd5\u9023\u7dda\u81f3 %s\u3002\u8acb\u6aa2\u67e5\u4f3a\u670d\u5668\u662f\u5426\u6b63\u5728\u57f7\u884c\uff0c\u4ee5\u53ca\u63d0\u4f9b\u7684\u6191\u8b49\u662f\u5426\u6709\u6548 |
| | | ERR_ADMIN_CANNOT_CONNECT_TO_ADS_32=\u7121\u6cd5\u9023\u7dda\u81f3 %s\u3002\u8acb\u6aa2\u67e5\u4f3a\u670d\u5668\u662f\u5426\u6b63\u5728\u57f7\u884c\uff0c\u4ee5\u53ca\u63d0\u4f9b\u7684\u6191\u8b49\u662f\u5426\u6709\u6548 |
| | | INFO_ADMIN_SUBCMD_CREATE_ADS_DESCRIPTION_33=\u5efa\u7acb\u65b0\u7684 ADS DN |
| | | INFO_ADMIN_SUBCMD_DELETE_ADS_DESCRIPTION_34=\u522a\u9664\u73fe\u6709\u7684 ADS DN |
| | | FATAL_ERR_ADMIN_MISSING_HOSTNAME_35=\u7f3a\u5c11\u4e3b\u6a5f\u540d\u7a31 |
| | | FATAL_ERR_ADMIN_NOVALID_HOSTNAME_36=\u4e3b\u6a5f\u540d\u7a31\u7121\u6548 |
| | | FATAL_ERR_ADMIN_MISSING_IPATH_37=\u7f3a\u5c11\u5b89\u88dd\u8def\u5f91 |
| | | FATAL_ERR_ADMIN_NOVALID_IPATH_38=\u5b89\u88dd\u8def\u5f91\u7121\u6548 |
| | | FATAL_ERR_ADMIN_ACCESS_PERMISSION_39=\u767c\u751f\u5b58\u53d6\u6b0a\u9650\u932f\u8aa4 |
| | | FATAL_ERR_ADMIN_ALREADY_REGISTERED_40=\u5be6\u9ad4\u5df2\u8a3b\u518a |
| | | FATAL_ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u5132\u5b58\u5eab\u640d\u6bc0 |
| | | FATAL_ERR_ADMIN_NOT_YET_REGISTERED_42=\u5be6\u9ad4\u5c1a\u672a\u8a3b\u518a |
| | | FATAL_ERR_ADMIN_MISSING_PORT_43=\u7f3a\u5c11\u9023\u63a5\u57e0 |
| | | FATAL_ERR_ADMIN_NOVALID_PORT_44=\u9023\u63a5\u57e0\u7121\u6548 |
| | | FATAL_ERR_ADMIN_MISSING_NAME_45=\u7f3a\u5c11\u540d\u7a31 |
| | | FATAL_ERR_ADMIN_MISSING_ADMIN_UID_46=\u7f3a\u5c11\u7ba1\u7406 UID |
| | | FATAL_ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7f3a\u5c11\u7ba1\u7406\u54e1\u5bc6\u78bc |
| | | FATAL_ERR_ADMIN_ERROR_UNEXPECTED_48=\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4 |
| | | ERR_ADMIN_MISSING_HOSTNAME_35=\u7f3a\u5c11\u4e3b\u6a5f\u540d\u7a31 |
| | | ERR_ADMIN_NOVALID_HOSTNAME_36=\u4e3b\u6a5f\u540d\u7a31\u7121\u6548 |
| | | ERR_ADMIN_MISSING_IPATH_37=\u7f3a\u5c11\u5b89\u88dd\u8def\u5f91 |
| | | ERR_ADMIN_NOVALID_IPATH_38=\u5b89\u88dd\u8def\u5f91\u7121\u6548 |
| | | ERR_ADMIN_ACCESS_PERMISSION_39=\u767c\u751f\u5b58\u53d6\u6b0a\u9650\u932f\u8aa4 |
| | | ERR_ADMIN_ALREADY_REGISTERED_40=\u5be6\u9ad4\u5df2\u8a3b\u518a |
| | | ERR_ADMIN_BROKEN_INSTALL_41=\u7ba1\u7406\u5132\u5b58\u5eab\u640d\u6bc0 |
| | | ERR_ADMIN_NOT_YET_REGISTERED_42=\u5be6\u9ad4\u5c1a\u672a\u8a3b\u518a |
| | | ERR_ADMIN_MISSING_PORT_43=\u7f3a\u5c11\u9023\u63a5\u57e0 |
| | | ERR_ADMIN_NOVALID_PORT_44=\u9023\u63a5\u57e0\u7121\u6548 |
| | | ERR_ADMIN_MISSING_NAME_45=\u7f3a\u5c11\u540d\u7a31 |
| | | ERR_ADMIN_MISSING_ADMIN_UID_46=\u7f3a\u5c11\u7ba1\u7406 UID |
| | | ERR_ADMIN_MISSING_ADMIN_PASSWORD_47=\u7f3a\u5c11\u7ba1\u7406\u54e1\u5bc6\u78bc |
| | | ERR_ADMIN_ERROR_UNEXPECTED_48=\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4 |
| | | INFO_ADMIN_ERROR_49=[\u932f\u8aa4] |
| | | INFO_ADMIN_SUCCESSFUL_50=\u5df2\u6210\u529f\u5b8c\u6210\u4f5c\u696d |
| | | INFO_ADMIN_SUCCESSFUL_NOP_51=\u5df2\u6210\u529f\u5b8c\u6210\u4f5c\u696d\uff0c\u4f46\u4e0d\u9700\u8981\u4efb\u4f55\u52d5\u4f5c |
| | | SEVERE_ERR_ADMIN_NO_MESSAGE_52= |
| | | ERR_ADMIN_NO_MESSAGE_52= |
| | | INFO_ADMIN_ARG_CREATE_GROUP_GROUPNAME_DESCRIPTION_53=\u65b0\u7fa4\u7d44\u8b58\u5225\u78bc\u3002\u6b64\u70ba\u5fc5\u8981\u5f15\u6578 |
| | | INFO_ADMIN_ARG_GROUPNAME_DESCRIPTION_54=\u7fa4\u7d44\u8b58\u5225\u78bc\u3002\u6b64\u70ba\u5fc5\u8981\u5f15\u6578 |
| | | INFO_ADMIN_ARG_MEMBERNAME_DESCRIPTION_55=\u6210\u54e1\u8b58\u5225\u78bc\u3002\u6b64\u70ba\u5fc5\u8981\u5f15\u6578 |
| | | INFO_ADMIN_ARG_BACKENDNAME_DESCRIPTION_56=\u5c07\u6703\u5132\u5b58\u7ba1\u7406\u8cc7\u6599\u7684\u5f8c\u7aef\u540d\u7a31 |
| | | SEVERE_ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=\u7121\u6cd5\u91dd\u5c0d\u9805\u76ee\u300c%s\u300d\u8a3b\u518a\u65b0\u589e/\u522a\u9664\u5075\u807d\u7a0b\u5f0f\uff0c\u56e0\u70ba\u9805\u76ee\u4e0d\u5b58\u5728\u65bc\u914d\u7f6e\u4e2d |
| | | ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER_57=\u7121\u6cd5\u91dd\u5c0d\u9805\u76ee\u300c%s\u300d\u8a3b\u518a\u65b0\u589e/\u522a\u9664\u5075\u807d\u7a0b\u5f0f\uff0c\u56e0\u70ba\u9805\u76ee\u4e0d\u5b58\u5728\u65bc\u914d\u7f6e\u4e2d |
| | | INFO_ADMIN_SUBCMD_REGISTER_SERVER_DESCRIPTION_58=\u8a3b\u518a\u4f3a\u670d\u5668\u5230\u7ba1\u7406\u7db2\u57df |
| | | INFO_ADMIN_SUBCMD_UNREGISTER_SERVER_DESCRIPTION_59=\u5f9e\u7ba1\u7406\u7db2\u57df\u53d6\u6d88\u8a3b\u518a\u4f3a\u670d\u5668 |
| | | INFO_ADMIN_SUBCMD_LIST_SERVER_PROPS_DESCRIPTION_61=\u63cf\u8ff0\u4f3a\u670d\u5668\u7279\u6027 |
| | |
| | | INFO_ADMIN_SUBCMD_GET_SERVER_PROPERTIES_DESCRIPTION_63=\u986f\u793a\u4f3a\u670d\u5668\u7279\u6027 |
| | | INFO_ADMIN_SUBCMD_SET_SERVER_PROPERTIES_DESCRIPTION_64=\u4fee\u6539\u4f3a\u670d\u5668\u7279\u6027 |
| | | INFO_ADMIN_ARG_SERVERID_DESCRIPTION_65=\u5df2\u8a3b\u518a\u4e4b\u4f3a\u670d\u5668\u7684\u552f\u4e00\u8b58\u5225\u78bc\u3002\u6b64\u70ba\u5fc5\u8981\u5f15\u6578 |
| | | FATAL_ERR_ADMIN_SERVER_NOT_REGISTERED_66=\u63d0\u4f9b\u7684\u4f3a\u670d\u5668\u8b58\u5225\u78bc\u5c1a\u672a\u8a3b\u518a |
| | | ERR_ADMIN_SERVER_NOT_REGISTERED_66=\u63d0\u4f9b\u7684\u4f3a\u670d\u5668\u8b58\u5225\u78bc\u5c1a\u672a\u8a3b\u518a |
| | | INFO_ADMIN_SUBCMD_CREATE_ADMIN_USER_DESCRIPTION_67=\u5efa\u7acb\u65b0\u7ba1\u7406\u54e1 |
| | | INFO_ADMIN_SUBCMD_DELETE_ADMIN_USER_DESCRIPTION_68=\u522a\u9664\u73fe\u6709\u7684\u7ba1\u7406\u54e1 |
| | | INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_DESCRIPTION_69=\u5217\u51fa\u5df2\u5b9a\u7fa9\u7684\u7ba1\u7406\u54e1 |
| | |
| | | INFO_ADMIN_SUBCMD_SET_ADMIN_USER_PROPERTIES_DESCRIPTION_71=\u4fee\u6539\u7ba1\u7406\u54e1\u7279\u6027 |
| | | INFO_ADMIN_SUBCMD_LIST_ADMIN_USER_PROPERTIES_DESCRIPTION_72=\u8aaa\u660e\u7ba1\u7406\u54e1\u7279\u6027 |
| | | INFO_ADMIN_ARG_USERID_DESCRIPTION_73=\u7ba1\u7406\u54e1\u7684\u552f\u4e00\u8b58\u5225\u78bc\u3002\u6b64\u70ba\u5fc5\u8981\u5f15\u6578 |
| | | SEVERE_ERR_OPERATION_REJECTED_DEFAULT_74=\u539f\u56e0\u4e0d\u660e |
| | | SEVERE_ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u8a08\u7b97\u9650\u5236\u5f0f\u6642\u767c\u751f\u914d\u7f6e\u7570\u5e38: %s |
| | | SEVERE_ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=\u53ef\u627e\u5230 %s\uff0c\u4f46\u4e0d\u5305\u542b\u4efb\u4f55\u985e\u578b\u8cc7\u8a0a (\u4f8b\u5982 LDAP \u4e2d\u7684\u7269\u4ef6\u985e\u5225\u907a\u5931) |
| | | SEVERE_ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=\u53ef\u627e\u5230 %s\uff0c\u4f46\u4e0d\u5305\u542b\u9810\u671f\u7684\u985e\u578b\u8cc7\u8a0a (\u4f8b\u5982 LDAP \u4e2d\u7684\u4e0d\u6b63\u78ba\u7269\u4ef6\u985e\u5225) |
| | | SEVERE_ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=\u53ef\u627e\u5230 %s\uff0c\u4f46\u5176\u985e\u578b\u89e3\u6790\u70ba\u62bd\u8c61\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9 |
| | | SEVERE_ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=\u7121\u6cd5\u5224\u65b7\u300c%s\u300d\u7279\u6027\u7684\u9810\u8a2d\u503c |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\u503c\u300c%s\u300d\u4e0d\u662f\u300c%s\u300d\u7279\u6027\u7684\u6709\u6548\u503c\uff0c\u8a72\u503c\u5fc5\u9808\u5177\u5099\u4e0b\u5217\u8a9e\u6cd5: %s |
| | | SEVERE_ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\u5b57\u4e32\u503c\u300c%s\u300d\u4e0d\u662f\u300c%s\u300d\u7279\u6027\u7684\u6709\u6548\u503c\uff0c\u8a72\u503c\u5fc5\u9808\u5177\u5099\u4e0b\u5217\u8a9e\u6cd5: %s |
| | | SEVERE_ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=\u5fc5\u9808\u6307\u5b9a\u300c%s\u300d\u7279\u6027\uff0c\u5b83\u662f\u5fc5\u8981\u7279\u6027 |
| | | SEVERE_ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=\u4e0d\u80fd\u4fee\u6539\u300c%s\u300d\u7279\u6027\uff0c\u5b83\u662f\u552f\u8b80\u7279\u6027 |
| | | SEVERE_ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=\u300c%s\u300d\u7279\u6027\u4e0d\u80fd\u5305\u542b\u4e00\u500b\u4ee5\u4e0a\u7684\u503c |
| | | SEVERE_ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=\u8655\u7406\u7279\u6027\u300c%s\u300d\u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4\uff1a\u4e0d\u660e\u7684\u7279\u6027\u985e\u578b\u300c%s\u300d |
| | | SEVERE_ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u8a8d\u8b49\u5931\u6557 |
| | | SEVERE_ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u4f3a\u670d\u5668\u4e0d\u652f\u63f4\u8acb\u6c42\u7684\u8a8d\u8b49\u6a5f\u5236 |
| | | SEVERE_ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u6388\u6b0a\u5931\u6557 |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u9023\u7d61\u4f3a\u670d\u5668\u6642\u767c\u751f\u901a\u8a0a\u554f\u984c |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u4f5c\u696d\u56e0\u4e0b\u5217\u539f\u56e0\u906d\u5230\u62d2\u7d55: %s |
| | | SEVERE_ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u4f5c\u696d\u56e0\u4e0b\u5217\u591a\u9805\u539f\u56e0\u906d\u5230\u62d2\u7d55: %s |
| | | SEVERE_ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u7121\u6cd5\u57f7\u884c\u4f5c\u696d\uff0c\u56e0\u70ba\u5df2\u767c\u751f\u8b8a\u66f4\u885d\u7a81\u3002\u53ef\u80fd\u6709\u53e6\u4e00\u500b\u7528\u6236\u7aef\u7ba1\u7406\u5de5\u5177\u6b63\u5728\u4f7f\u7528\u4e2d |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\u7531\u65bc\u4e0b\u5217\u539f\u56e0\uff0c\u7121\u6cd5\u89e3\u78bc %s: %s |
| | | SEVERE_ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u7531\u65bc\u4e0b\u5217\u591a\u9805\u539f\u56e0\uff0c\u7121\u6cd5\u89e3\u78bc %s: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u4e0d\u5141\u8a31\u7a7a\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31 |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u4e0d\u5141\u8a31\u7a7a\u767d\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31 |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31\u300c%s\u300d\u4e0d\u662f\u300c%s\u300d\u547d\u540d\u7279\u6027\u7684\u6709\u6548\u503c\uff0c\u8a72\u503c\u5fc5\u9808\u5177\u5099\u4e0b\u5217\u8a9e\u6cd5: %s |
| | | SEVERE_ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\u4e0d\u5141\u8a31\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31\u300c%s\u300d |
| | | SEVERE_ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u7121\u6cd5\u5efa\u7acb\u53d7\u7ba1\u7406\u7269\u4ef6\uff0c\u56e0\u70ba\u73fe\u6709\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u5177\u6709\u76f8\u540c\u540d\u7a31 |
| | | SEVERE_ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\u627e\u4e0d\u5230\u8acb\u6c42\u7684\u53d7\u7ba1\u7406\u7269\u4ef6 |
| | | SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=\u300c%s\u300d\u7279\u6027\u662f\u5fc5\u8981\u7279\u6027 |
| | | SEVERE_ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u4e0b\u5217\u7279\u6027\u662f\u5fc5\u8981\u7279\u6027: %s |
| | | SEVERE_ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\u7121\u6cd5\u8fa8\u8b58\u7279\u6027\u300c%s\u300d |
| | | SEVERE_ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u9023\u7d61\u4f3a\u670d\u5668\u6642\u767c\u751f\u901a\u8a0a\u554f\u984c: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u767c\u751f\u4e0b\u5217\u5f37\u5236\u9055\u898f: %s |
| | | SEVERE_ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u767c\u751f\u4e0b\u5217\u5f37\u5236\u9055\u898f: %s |
| | | SEVERE_ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u9805\u76ee\u300c%4$s\u300d\u4e2d\u7684 %3$s \u4e4b\u7279\u6027\u300c%2$s\u300d\u7684\u503c\u300c%1$s\u300d\u53c3\u8003\u9805\u76ee\u300c%6$s\u300d\u4e2d\u4e0d\u5b58\u5728\u7684 %5$s |
| | | SEVERE_ERR_SERVER_REFINT_TARGET_DISABLED_116=\u9805\u76ee\u300c%4$s\u300d\u4e2d\u7684 %3$s \u4e4b\u7279\u6027\u300c%2$s\u300d\u7684\u503c\u300c%1$s\u300d\u53c3\u8003\u9805\u76ee\u300c%6$s\u300d\u4e2d\u5df2\u505c\u7528\u7684 %5$s |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DELETE_117=\u7121\u6cd5\u522a\u9664\u9805\u76ee\u300c%2$s\u300d\u4e2d\u7684 %1$s \uff0c\u56e0\u5b83\u70ba\u9805\u76ee\u300c%5$s\u300d\u4e2d\u7684 %4$s \u4e4b\u7279\u6027\u300c%3$s\u300d\u6240\u53c3\u7167 |
| | | SEVERE_ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u7121\u6cd5\u505c\u7528\u9805\u76ee\u300c%2$s\u300d\u4e2d\u7684 %1$s \uff0c\u56e0\u5b83\u70ba\u9805\u76ee\u300c%5$s\u300d\u4e2d\u7684 %4$s \u4e4b\u7279\u6027\u300c%3$s\u300d\u6240\u53c3\u7167 |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=\u8b80\u53d6\u6e05\u55ae\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=\u5617\u8a66\u8f09\u5165\u985e\u5225\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\u7121\u6cd5\u5728\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9\u985e\u5225\u300c%s\u300d\u4e2d\u627e\u5230 getInstance() \u65b9\u6cd5: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=\u7121\u6cd5\u5728\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9\u985e\u5225\u300c%s\u300d\u4e2d\u547c\u53eb getInstance() \u65b9\u6cd5: %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=\u7121\u6cd5\u521d\u59cb\u5316\u300c%s\u300d\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9(\u5728\u985e\u5225\u300c%s\u300d\u4e2d): %s |
| | | SEVERE_ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u7121\u6cd5\u8f09\u5165\u64f4\u5145\u8edf\u9ad4\u300c%s\u300d(\u6e05\u55ae\u6a94\u6848 %s)\uff0c\u56e0\u70ba\u5617\u8a66\u521d\u59cb\u5316\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | FATAL_ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\u7121\u6cd5\u5f9e\u6e05\u55ae\u6a94\u6848 %s \u8f09\u5165\u6838\u5fc3\u7ba1\u7406\u985e\u5225\uff0c\u56e0\u70ba\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=%s\u300c%s\u300d(\u5728\u7279\u6027\u300c%s\u300d\u4e2d\u53c3\u7167) \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_INVALID_128=%s\u300c%s\u300d(\u5728\u7279\u6027\u300c%s\u300d\u4e2d\u53c3\u7167) \u5b58\u5728\uff0c\u4f46\u5177\u6709\u7121\u6548\u7684\u914d\u7f6e: %s |
| | | SEVERE_ERR_CLIENT_REFINT_TARGET_DISABLED_129=%s\u300c%s\u300d(\u5728\u7279\u6027\u300c%s\u300d\u4e2d\u53c3\u7167) \u5df2\u505c\u7528 |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=\u300c%s\u300d\u7279\u6027 (\u5728 %s \u4e2d\uff0c\u540d\u70ba\u300c%s\u300d) \u6703\u53c3\u7167\u6b64 %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=\u300c%s\u300d\u7279\u6027 (\u5728 %s \u4e2d) \u6703\u53c3\u7167\u6b64 %s |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u7121\u6cd5\u505c\u7528\u6b64 %s\uff0c\u56e0\u70ba\u5b83\u662f\u7531\u7279\u6027\u300c%s\u300d\u53c3\u7167 (\u5728 %s \u4e2d\uff0c\u540d\u70ba\u300c%s\u300d) |
| | | SEVERE_ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u7121\u6cd5\u505c\u7528\u6b64 %s\uff0c\u56e0\u70ba\u5b83\u662f\u7531\u7279\u6027\u300c%s\u300d\u53c3\u7167 (\u5728 %s \u4e2d) |
| | | SEVERE_ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=\u5617\u8a66\u5224\u65b7 %s (\u65bc\u9805\u76ee %s) \u662f\u5426\u555f\u7528\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_OPERATION_REJECTED_DEFAULT_74=\u539f\u56e0\u4e0d\u660e |
| | | ERR_SERVER_CONSTRAINT_EXCEPTION_75=\u8a08\u7b97\u9650\u5236\u5f0f\u6642\u767c\u751f\u914d\u7f6e\u7570\u5e38: %s |
| | | ERR_DECODING_EXCEPTION_NO_TYPE_INFO_82=\u53ef\u627e\u5230 %s\uff0c\u4f46\u4e0d\u5305\u542b\u4efb\u4f55\u985e\u578b\u8cc7\u8a0a (\u4f8b\u5982 LDAP \u4e2d\u7684\u7269\u4ef6\u985e\u5225\u907a\u5931) |
| | | ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO_83=\u53ef\u627e\u5230 %s\uff0c\u4f46\u4e0d\u5305\u542b\u9810\u671f\u7684\u985e\u578b\u8cc7\u8a0a (\u4f8b\u5982 LDAP \u4e2d\u7684\u4e0d\u6b63\u78ba\u7269\u4ef6\u985e\u5225) |
| | | ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO_84=\u53ef\u627e\u5230 %s\uff0c\u4f46\u5176\u985e\u578b\u89e3\u6790\u70ba\u62bd\u8c61\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9 |
| | | ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION_86=\u7121\u6cd5\u5224\u65b7\u300c%s\u300d\u7279\u6027\u7684\u9810\u8a2d\u503c |
| | | ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION_87=\u503c\u300c%s\u300d\u4e0d\u662f\u300c%s\u300d\u7279\u6027\u7684\u6709\u6548\u503c\uff0c\u8a72\u503c\u5fc5\u9808\u5177\u5099\u4e0b\u5217\u8a9e\u6cd5: %s |
| | | ERR_ILLEGAL_PROPERTY_VALUE_STRING_EXCEPTION_88=\u5b57\u4e32\u503c\u300c%s\u300d\u4e0d\u662f\u300c%s\u300d\u7279\u6027\u7684\u6709\u6548\u503c\uff0c\u8a72\u503c\u5fc5\u9808\u5177\u5099\u4e0b\u5217\u8a9e\u6cd5: %s |
| | | ERR_PROPERTY_IS_MANDATORY_EXCEPTION_89=\u5fc5\u9808\u6307\u5b9a\u300c%s\u300d\u7279\u6027\uff0c\u5b83\u662f\u5fc5\u8981\u7279\u6027 |
| | | ERR_PROPERTY_IS_READ_ONLY_EXCEPTION_90=\u4e0d\u80fd\u4fee\u6539\u300c%s\u300d\u7279\u6027\uff0c\u5b83\u662f\u552f\u8b80\u7279\u6027 |
| | | ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION_91=\u300c%s\u300d\u7279\u6027\u4e0d\u80fd\u5305\u542b\u4e00\u500b\u4ee5\u4e0a\u7684\u503c |
| | | ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION_92=\u8655\u7406\u7279\u6027\u300c%s\u300d\u6642\u767c\u751f\u5167\u90e8\u932f\u8aa4\uff1a\u4e0d\u660e\u7684\u7279\u6027\u985e\u578b\u300c%s\u300d |
| | | ERR_AUTHENTICATION_EXCEPTION_DEFAULT_93=\u8a8d\u8b49\u5931\u6557 |
| | | ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT_94=\u4f3a\u670d\u5668\u4e0d\u652f\u63f4\u8acb\u6c42\u7684\u8a8d\u8b49\u6a5f\u5236 |
| | | ERR_AUTHORIZATION_EXCEPTION_DEFAULT_95=\u6388\u6b0a\u5931\u6557 |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_96=\u9023\u7d61\u4f3a\u670d\u5668\u6642\u767c\u751f\u901a\u8a0a\u554f\u984c |
| | | ERR_OPERATION_REJECTED_EXCEPTION_SINGLE_97=\u4f5c\u696d\u56e0\u4e0b\u5217\u539f\u56e0\u906d\u5230\u62d2\u7d55: %s |
| | | ERR_OPERATION_REJECTED_EXCEPTION_PLURAL_98=\u4f5c\u696d\u56e0\u4e0b\u5217\u591a\u9805\u539f\u56e0\u906d\u5230\u62d2\u7d55: %s |
| | | ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT_99=\u7121\u6cd5\u57f7\u884c\u4f5c\u696d\uff0c\u56e0\u70ba\u5df2\u767c\u751f\u8b8a\u66f4\u885d\u7a81\u3002\u53ef\u80fd\u6709\u53e6\u4e00\u500b\u7528\u6236\u7aef\u7ba1\u7406\u5de5\u5177\u6b63\u5728\u4f7f\u7528\u4e2d |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE_100=\u7531\u65bc\u4e0b\u5217\u539f\u56e0\uff0c\u7121\u6cd5\u89e3\u78bc %s: %s |
| | | ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL_101=\u7531\u65bc\u4e0b\u5217\u591a\u9805\u539f\u56e0\uff0c\u7121\u6cd5\u89e3\u78bc %s: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY_102=\u4e0d\u5141\u8a31\u7a7a\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31 |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK_103=\u4e0d\u5141\u8a31\u7a7a\u767d\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31 |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX_104=\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31\u300c%s\u300d\u4e0d\u662f\u300c%s\u300d\u547d\u540d\u7279\u6027\u7684\u6709\u6548\u503c\uff0c\u8a72\u503c\u5fc5\u9808\u5177\u5099\u4e0b\u5217\u8a9e\u6cd5: %s |
| | | ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER_105=\u4e0d\u5141\u8a31\u53d7\u7ba1\u7406\u7269\u4ef6\u540d\u7a31\u300c%s\u300d |
| | | ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION_106=\u7121\u6cd5\u5efa\u7acb\u53d7\u7ba1\u7406\u7269\u4ef6\uff0c\u56e0\u70ba\u73fe\u6709\u7684\u53d7\u7ba1\u7406\u7269\u4ef6\u5177\u6709\u76f8\u540c\u540d\u7a31 |
| | | ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION_107=\u627e\u4e0d\u5230\u8acb\u6c42\u7684\u53d7\u7ba1\u7406\u7269\u4ef6 |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE_108=\u300c%s\u300d\u7279\u6027\u662f\u5fc5\u8981\u7279\u6027 |
| | | ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL_109=\u4e0b\u5217\u7279\u6027\u662f\u5fc5\u8981\u7279\u6027: %s |
| | | ERR_PROPERTY_NOT_FOUND_EXCEPTION_110=\u7121\u6cd5\u8fa8\u8b58\u7279\u6027\u300c%s\u300d |
| | | ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE_111=\u9023\u7d61\u4f3a\u670d\u5668\u6642\u767c\u751f\u901a\u8a0a\u554f\u984c: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE_112=\u767c\u751f\u4e0b\u5217\u5f37\u5236\u9055\u898f: %s |
| | | ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL_113=\u767c\u751f\u4e0b\u5217\u5f37\u5236\u9055\u898f: %s |
| | | ERR_SERVER_REFINT_DANGLING_REFERENCE_114=\u9805\u76ee\u300c%4$s\u300d\u4e2d\u7684 %3$s \u4e4b\u7279\u6027\u300c%2$s\u300d\u7684\u503c\u300c%1$s\u300d\u53c3\u8003\u9805\u76ee\u300c%6$s\u300d\u4e2d\u4e0d\u5b58\u5728\u7684 %5$s |
| | | ERR_SERVER_REFINT_TARGET_DISABLED_116=\u9805\u76ee\u300c%4$s\u300d\u4e2d\u7684 %3$s \u4e4b\u7279\u6027\u300c%2$s\u300d\u7684\u503c\u300c%1$s\u300d\u53c3\u8003\u9805\u76ee\u300c%6$s\u300d\u4e2d\u5df2\u505c\u7528\u7684 %5$s |
| | | ERR_SERVER_REFINT_CANNOT_DELETE_117=\u7121\u6cd5\u522a\u9664\u9805\u76ee\u300c%2$s\u300d\u4e2d\u7684 %1$s \uff0c\u56e0\u5b83\u70ba\u9805\u76ee\u300c%5$s\u300d\u4e2d\u7684 %4$s \u4e4b\u7279\u6027\u300c%3$s\u300d\u6240\u53c3\u7167 |
| | | ERR_SERVER_REFINT_CANNOT_DISABLE_118=\u7121\u6cd5\u505c\u7528\u9805\u76ee\u300c%2$s\u300d\u4e2d\u7684 %1$s \uff0c\u56e0\u5b83\u70ba\u9805\u76ee\u300c%5$s\u300d\u4e2d\u7684 %4$s \u4e4b\u7279\u6027\u300c%3$s\u300d\u6240\u53c3\u7167 |
| | | ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE_120=\u8b80\u53d6\u6e05\u55ae\u6a94\u6848\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CLASS_121=\u5617\u8a66\u8f09\u5165\u985e\u5225\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD_122=\u7121\u6cd5\u5728\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9\u985e\u5225\u300c%s\u300d\u4e2d\u627e\u5230 getInstance() \u65b9\u6cd5: %s |
| | | ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD_123=\u7121\u6cd5\u5728\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9\u985e\u5225\u300c%s\u300d\u4e2d\u547c\u53eb getInstance() \u65b9\u6cd5: %s |
| | | ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN_124=\u7121\u6cd5\u521d\u59cb\u5316\u300c%s\u300d\u53d7\u7ba1\u7406\u7269\u4ef6\u5b9a\u7fa9(\u5728\u985e\u5225\u300c%s\u300d\u4e2d): %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION_125=\u7121\u6cd5\u8f09\u5165\u64f4\u5145\u8edf\u9ad4\u300c%s\u300d(\u6e05\u55ae\u6a94\u6848 %s)\uff0c\u56e0\u70ba\u5617\u8a66\u521d\u59cb\u5316\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_CLASS_LOADER_CANNOT_LOAD_CORE_126=\u7121\u6cd5\u5f9e\u6e05\u55ae\u6a94\u6848 %s \u8f09\u5165\u6838\u5fc3\u7ba1\u7406\u985e\u5225\uff0c\u56e0\u70ba\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE_127=%s\u300c%s\u300d(\u5728\u7279\u6027\u300c%s\u300d\u4e2d\u53c3\u7167) \u4e0d\u5b58\u5728 |
| | | ERR_CLIENT_REFINT_TARGET_INVALID_128=%s\u300c%s\u300d(\u5728\u7279\u6027\u300c%s\u300d\u4e2d\u53c3\u7167) \u5b58\u5728\uff0c\u4f46\u5177\u6709\u7121\u6548\u7684\u914d\u7f6e: %s |
| | | ERR_CLIENT_REFINT_TARGET_DISABLED_129=%s\u300c%s\u300d(\u5728\u7279\u6027\u300c%s\u300d\u4e2d\u53c3\u7167) \u5df2\u505c\u7528 |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME_130=\u300c%s\u300d\u7279\u6027 (\u5728 %s \u4e2d\uff0c\u540d\u70ba\u300c%s\u300d) \u6703\u53c3\u7167\u6b64 %s |
| | | ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME_131=\u300c%s\u300d\u7279\u6027 (\u5728 %s \u4e2d) \u6703\u53c3\u7167\u6b64 %s |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME_132=\u7121\u6cd5\u505c\u7528\u6b64 %s\uff0c\u56e0\u70ba\u5b83\u662f\u7531\u7279\u6027\u300c%s\u300d\u53c3\u7167 (\u5728 %s \u4e2d\uff0c\u540d\u70ba\u300c%s\u300d) |
| | | ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME_133=\u7121\u6cd5\u505c\u7528\u6b64 %s\uff0c\u56e0\u70ba\u5b83\u662f\u7531\u7279\u6027\u300c%s\u300d\u53c3\u7167 (\u5728 %s \u4e2d) |
| | | ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION_134=\u5617\u8a66\u5224\u65b7 %s (\u65bc\u9805\u76ee %s) \u662f\u5426\u555f\u7528\u6642\uff0c\u767c\u751f\u932f\u8aa4: %s |
| | | |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | # |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=An attempt was made to \ |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=An attempt was made to \ |
| | | de-register sub-suffix "%s" from the backend with suffix "%s". However, the \ |
| | | subordinate backend containing that sub-suffix also contains additional \ |
| | | sub-suffixes and may not be de-registered. It may be possible to remove this \ |
| | | sub-suffix by editing the configuration for the subordinate backend with \ |
| | | which it is associated |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=An attempt was made to configure the \ |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=An attempt was made to configure the \ |
| | | root DSE backend without providing a configuration entry. This is not \ |
| | | allowed |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Base DN "%s" is \ |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Base DN "%s" is \ |
| | | configured as one of the subordinate base DNs to use for searches below the \ |
| | | root DSE. However, this base DN is not handled by any suffix registered with \ |
| | | the Directory Server and will therefore not be used |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=An unexpected problem \ |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=An unexpected problem \ |
| | | occurred while trying to determine the set of subordinate base DNs to use for \ |
| | | searches below the root DSE: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=The root DSE backend was asked to \ |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=The root DSE backend was asked to \ |
| | | retrieve entry with DN "%s". This backend should only be asked to retrieve \ |
| | | the root DSE itself. However, it will check with the defined subordinate \ |
| | | backends and see if it can find the requested entry |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Unwilling to add entry "%s" because add \ |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Unwilling to add entry "%s" because add \ |
| | | operations are not supported in the root DSE backend |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Unwilling to remove entry "%s" \ |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Unwilling to remove entry "%s" \ |
| | | because delete operations are not supported in the root DSE backend |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Unwilling to update entry "%s" \ |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Unwilling to update entry "%s" \ |
| | | because modify operations are not supported in the root DSE backend. If you \ |
| | | wish to alter the contents of the root DSE itself, then it may be possible to \ |
| | | do so by modifying the "%s" entry in the configuration |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Unwilling to rename entry "%s" \ |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Unwilling to rename entry "%s" \ |
| | | because modify DN operations are not supported in the root DSE backend |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Unwilling to perform a search \ |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Unwilling to perform a search \ |
| | | (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE \ |
| | | backend. The base DN for searches in this backend must be the DN of the root \ |
| | | DSE itself |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=An unexpected failure \ |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=An unexpected failure \ |
| | | occurred while trying to process a search operation (connection ID %d, \ |
| | | operation ID %d) in the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Unable to process the search with \ |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Unable to process the search with \ |
| | | connection ID %d and operation ID %d because it had an invalid scope of %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=An unexpected error \ |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=An unexpected error \ |
| | | occurred while trying to open the LDIF writer for the root DSE backend: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while \ |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while \ |
| | | trying to export the root DSE entry to the specified LDIF target: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not \ |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not \ |
| | | support LDIF import operations |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend \ |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend \ |
| | | does not provide a facility for backup and restore operations. The contents \ |
| | | of the root DSE should be backed up as part of the Directory Server \ |
| | | configuration |
| | |
| | | the root DSE |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=The root DSE configuration has been \ |
| | | updated so that it will now use a new set of user-defined attributes |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=An attempt was made to configure the \ |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=An attempt was made to configure the \ |
| | | monitor backend without providing a configuration entry. This is not \ |
| | | allowed, and no monitor information will be available over protocol |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=An unexpected error \ |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=An unexpected error \ |
| | | occurred while attempting to decode cn=monitor as the base DN for the \ |
| | | Directory Server monitor information: %s. No monitor information will be \ |
| | | available over protocol |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=Unwilling to add entry "%s" because add \ |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=Unwilling to add entry "%s" because add \ |
| | | operations are not supported in the monitor backend |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Unwilling to remove entry "%s" \ |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Unwilling to remove entry "%s" \ |
| | | because delete operations are not supported in the monitor backend |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Unwilling to update entry "%s" \ |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Unwilling to update entry "%s" \ |
| | | because modify operations are not supported in the monitor backend. If you \ |
| | | wish to alter the contents of the base monitor entry itself, then it may be \ |
| | | possible to do so by modifying the "%s" entry in the configuration |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Unwilling to rename entry "%s" \ |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Unwilling to rename entry "%s" \ |
| | | because modify DN operations are not supported in the monitor backend |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while \ |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while \ |
| | | attempting to export the base monitor entry: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while \ |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while \ |
| | | attempting to export the monitor entry for monitor provider %s: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not \ |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not \ |
| | | support LDIF import operations |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend \ |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend \ |
| | | does not provide a facility for backup and restore operations |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=The monitor configuration has been \ |
| | | updated so that it will now use a new set of user-defined attributes |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=Unable to retrieve the requested entry \ |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=Unable to retrieve the requested entry \ |
| | | from the monitor backend because the provided DN was null |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=Unable to retrieve the requested entry %s \ |
| | | ERR_MONITOR_INVALID_BASE_34=Unable to retrieve the requested entry %s \ |
| | | from the monitor backend because the DN is not below the monitor base of %s |
| | | INFO_MONITOR_UPTIME_37=%d days %d hours %d minutes %d seconds |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=An attempt was made to configure the \ |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=An attempt was made to configure the \ |
| | | schema backend without providing a configuration entry. This is not allowed, \ |
| | | and no schema information will be available over protocol |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=An error occurred while trying \ |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=An error occurred while trying \ |
| | | to determine the base DNs to use when publishing the Directory Server schema \ |
| | | information, as specified in the ds-cfg-schema-entry-dn attribute of \ |
| | | configuration entry %s: %s. The default schema base DN of cn=schema will be \ |
| | | used |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Unwilling to add entry "%s" because add \ |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Unwilling to add entry "%s" because add \ |
| | | operations are not supported in the schema backend |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Unwilling to remove entry "%s" \ |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Unwilling to remove entry "%s" \ |
| | | because delete operations are not supported in the schema backend |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Unwilling to rename entry "%s" \ |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Unwilling to rename entry "%s" \ |
| | | because modify DN operations are not supported in the schema backend |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting \ |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting \ |
| | | to export the base schema entry: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=Unable to retrieve the requested entry %s \ |
| | | ERR_SCHEMA_INVALID_BASE_48=Unable to retrieve the requested entry %s \ |
| | | from the schema backend because the DN is equal to one of the schema entry \ |
| | | DNs |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=An unexpected error \ |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=An unexpected error \ |
| | | occurred while trying to open the LDIF writer for the schema backend: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Successfully deregistered DN %s so that \ |
| | | it will no longer be available as a schema entry DN |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=An error occurred while trying \ |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=An error occurred while trying \ |
| | | to deregister %s as a schema entry DN: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=Successfully registered DN %s as a new \ |
| | | schema entry DN |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=An error occurred while trying \ |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=An error occurred while trying \ |
| | | to register %s as a schema entry DN: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=The schema configuration has been updated \ |
| | | so that it will now use a new set of user-defined attributes |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=The Directory Server was unable to \ |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=The Directory Server was unable to \ |
| | | obtain a lock on entry %s after multiple attempts. This could mean that the \ |
| | | entry is already locked by a long-running operation or that the entry has \ |
| | | previously been locked but was not properly unlocked |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=An error occurred while attempting \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=An error occurred while attempting \ |
| | | to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=An error occurred while \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=An error occurred while \ |
| | | attempting to obtain the %s message digest to create the hash for the backup: \ |
| | | %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=An error occurred \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=An error occurred \ |
| | | while trying to create the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=An error occurred while \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=An error occurred while \ |
| | | attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s schema backup %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=An error occurred while \ |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s schema backup %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=An error occurred while \ |
| | | attempting to obtain a list of the files in directory %s to include in the \ |
| | | schema backup: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=An error occurred while \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=An error occurred while \ |
| | | attempting to back up schema file %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=An error occurred while \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=An error occurred while \ |
| | | trying to close the schema archive file %s in directory %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=An error occurred \ |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=An error occurred \ |
| | | while attempting to update the backup descriptor file %s with information \ |
| | | about the schema backup: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Unable to restore or verify \ |
| | | schema backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Unable to restore or verify \ |
| | | schema backup %s in directory %s because the archive filename could not be \ |
| | | determined |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Unable to restore or verify schema \ |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Unable to restore or verify schema \ |
| | | backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Unable to restore or \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Unable to restore or \ |
| | | verify schema backup %s because an error occurred while trying to determine \ |
| | | whether backup archive %s exists: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Unable to restore or verify \ |
| | | schema backup %s because an unsigned hash of this backup is available but the \ |
| | | server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Unable to restore or verify \ |
| | | schema backup %s because it has an unsigned hash that uses an unknown or \ |
| | | unsupported digest algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Unable to restore or verify schema \ |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Unable to restore or verify schema \ |
| | | backup %s because a signed hash of this backup is available but the server \ |
| | | cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Unable to restore or verify \ |
| | | schema backup %s because it has a signed hash that uses an unknown or \ |
| | | unsupported MAC algorithm of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Unable to restore or \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Unable to restore or \ |
| | | verify schema backup %s because an error occurred while attempting to open \ |
| | | the backup archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Unable to restore or verify \ |
| | | schema backup %s because it is encrypted using an unknown or unsupported \ |
| | | cipher: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Unable to \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Unable to \ |
| | | restore schema backup %s because an error occurred while attempting to rename \ |
| | | the current schema directory from %s to %s: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=An error occurred that prevented \ |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=An error occurred that prevented \ |
| | | the schema backup from being properly restored. However, the original schema \ |
| | | files that were in place before the start of the restore process have been \ |
| | | preserved and are now in their original location of %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=An error occurred that \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=An error occurred that \ |
| | | prevented the schema backup from being properly restored. The original \ |
| | | schema files that were in place before the start of the restore process have \ |
| | | been preserved and are contained in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore \ |
| | | schema backup %s because an error occurred while attempting to create a new \ |
| | | empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that \ |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=An error occurred that \ |
| | | prevented the schema backup from being properly restored. The original \ |
| | | schema files that were in place before the start of the restore process have \ |
| | | been preserved in the %s directory |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Unable to restore or verify \ |
| | | schema backup %s because an error occurred while trying to read the next \ |
| | | entry from the archive file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Unable to restore schema \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Unable to restore schema \ |
| | | backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Unable to restore or \ |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Unable to restore or \ |
| | | verify schema backup %s because an error occurred while processing archived \ |
| | | file %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Unable to restore or \ |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Unable to restore or \ |
| | | verify schema backup %s because an unexpected error occurred while trying to \ |
| | | close the archive file %s: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=The message digest calculated \ |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=The message digest calculated \ |
| | | from the backup archive matches the digest stored with the backup information |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Unable to restore or \ |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Unable to restore or \ |
| | | verify schema backup %s because the message digest calculated from the backup \ |
| | | archive does not match the digest stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=The signed digest calculated from \ |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=The signed digest calculated from \ |
| | | the backup archive matches the signature stored with the backup information |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Unable to restore or verify \ |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Unable to restore or verify \ |
| | | schema backup %s because the signed digest calculated from the backup archive \ |
| | | does not match the signature stored with the backup information |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=All tests performed on schema \ |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=All tests performed on schema \ |
| | | backup %s from directory %s show that the archive appears to be valid |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=Schema backup %s was successfully \ |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=Schema backup %s was successfully \ |
| | | restored from the archive in directory %s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=The task defined in entry %s is invalid \ |
| | | ERR_TASK_INVALID_STATE_91=The task defined in entry %s is invalid \ |
| | | because it has an invalid state %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=An error occurred while \ |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=An error occurred while \ |
| | | trying to parse the scheduled start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=An error occurred while \ |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=An error occurred while \ |
| | | trying to parse the actual start time value %s from task entry %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=An error occurred while \ |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=An error occurred while \ |
| | | trying to parse the completion time value %s from task entry %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=Task entry %s is missing required attribute \ |
| | | ERR_TASK_MISSING_ATTR_95=Task entry %s is missing required attribute \ |
| | | %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=There are multiple instances of \ |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=There are multiple instances of \ |
| | | attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=There are no values for attribute %s in \ |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=There are no values for attribute %s in \ |
| | | task entry %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=There are multiple values for \ |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=There are multiple values for \ |
| | | attribute %s in task entry %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=An error occurred while executing the task \ |
| | | ERR_TASK_EXECUTE_FAILED_99=An error occurred while executing the task \ |
| | | defined in entry %s: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=The provided recurring task \ |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=The provided recurring task \ |
| | | entry does not contain attribute %s which is needed to hold the recurring \ |
| | | task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=The provided recurring task \ |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=The provided recurring task \ |
| | | entry contains multiple attributes with type %s, which is used to hold the \ |
| | | recurring task ID, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=The provided recurring task entry does not \ |
| | | ERR_RECURRINGTASK_NO_ID_102=The provided recurring task entry does not \ |
| | | contain any values for the %s attribute, which is used to specify the \ |
| | | recurring task ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task \ |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=The provided recurring task \ |
| | | entry contains multiple values for the %s attribute, which is used to specify \ |
| | | the recurring task ID, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=The provided recurring task \ |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=The provided recurring task \ |
| | | entry does not contain attribute %s which is needed to specify recurring task \ |
| | | schedule |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=The provided recurring \ |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=The provided recurring \ |
| | | task entry contains multiple attributes with type %s, which is used to hold \ |
| | | recurring task schedule, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=The provided recurring task \ |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=The provided recurring task \ |
| | | entry does not contain any values for the %s attribute, which is used to \ |
| | | specify recurring task schedule |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=The provided recurring \ |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=The provided recurring \ |
| | | task entry contains multiple values for the %s attribute, which is used to \ |
| | | specify recurring task schedule, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while \ |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=An error occurred while \ |
| | | attempting to load class %s specified in attribute %s of the provided \ |
| | | recurring task entry: %s. Does this class exist in the Directory Server \ |
| | | classpath? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=An error \ |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=An error \ |
| | | occurred while trying to create an instance of class %s as a Directory Server \ |
| | | task. Is this class a subclass of %s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=An error occurred \ |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=An error occurred \ |
| | | while attempting to perform internal initialization on an instance of class \ |
| | | %s with the information contained in the provided entry: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=The task backend configuration entry does \ |
| | | ERR_TASKBE_NO_BASE_DNS_112=The task backend configuration entry does \ |
| | | not contain any base DNs. There must be exactly one base DN for task \ |
| | | information in the Directory Server |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=The task backend configuration entry \ |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=The task backend configuration entry \ |
| | | contains multiple base DNs. There must be exactly one base DN for task \ |
| | | information in the Directory Server |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=An error occurred \ |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=An error occurred \ |
| | | while attempting to decode recurring task base %s as a DN: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=An error occurred \ |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=An error occurred \ |
| | | while attempting to decode scheduled task base %s as a DN: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=The specified task data backing \ |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=The specified task data backing \ |
| | | file %s already exists and the Directory Server will not attempt to overwrite \ |
| | | it. Please delete or rename the existing file before attempting to use that \ |
| | | path for the new backing file, or choose a new path |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=The specified path %s for the \ |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=The specified path %s for the \ |
| | | new task data backing file appears to be an invalid path. Please choose a \ |
| | | new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=The parent directory %s for \ |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=The parent directory %s for \ |
| | | the new task data backing file %s does not exist. Please create this \ |
| | | directory before attempting to use this path for the new backing file or \ |
| | | choose a new path |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=The parent directory \ |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=The parent directory \ |
| | | %s for the new task data backing file %s exists but is not a directory. \ |
| | | Please choose a new path for the task data backing file |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=An error occurred while \ |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=An error occurred while \ |
| | | attempting to determine the new path to the task data backing file: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=The completed task retention time has \ |
| | | been updated to %d seconds. This will take effect immediately |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=The path to the task data backing file \ |
| | | has been changed to %s. A snapshot of the current task configuration has \ |
| | | been written to that file and it will continue to be used for future updates |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may \ |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may \ |
| | | only be added immediately below %s for scheduled tasks or immediately below \ |
| | | %s for recurring tasks |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not \ |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not \ |
| | | supported in the task backend |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=This file contains the data used by the \ |
| | | Directory Server task scheduler backend. Do not edit this file directly, as \ |
| | | there is a risk that those changes will be lost. Scheduled and recurring \ |
| | | task definitions should only be edited using the administration utilities \ |
| | | provided with the Directory Server |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Unable to add recurring task \ |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Unable to add recurring task \ |
| | | %s to the task scheduler because another recurring task already exists with \ |
| | | the same ID |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because \ |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Unable to schedule task %s because \ |
| | | another task already exists with the same ID |
| | | MILD_WARN_TASKSCHED_DUPLICATE_TASK_ID_135=Unable to add completed task %s to \ |
| | | WARN_TASKSCHED_DUPLICATE_TASK_ID_135=Unable to add completed task %s to \ |
| | | the task scheduler because another task already exists with the same ID |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error \ |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=An error \ |
| | | occurred while attempting to schedule the next iteration of recurring task \ |
| | | %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=An error occurred \ |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=An error occurred \ |
| | | while attempting to read an entry from the tasks backing file %s on or near \ |
| | | line %d: %s. This is not a fatal error, so the task scheduler will attempt \ |
| | | to continue parsing the file and schedule any additional tasks that it \ |
| | | contains |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=An error occurred while \ |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=An error occurred while \ |
| | | attempting to read an entry from the tasks backing file %s on or near line \ |
| | | %d: %s. This is an unrecoverable error, and parsing cannot continue |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Entry %s read from the tasks \ |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Entry %s read from the tasks \ |
| | | backing file is invalid because it has no parent and does not match the task \ |
| | | root DN of %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=An error \ |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=An error \ |
| | | occurred while attempting to parse entry %s as a recurring task and add it to \ |
| | | the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=An error occurred \ |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=An error occurred \ |
| | | while attempting to parse entry %s as a task and add it to the scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Entry %s read from the tasks \ |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Entry %s read from the tasks \ |
| | | backing file %s has a DN which is not valid for a task or recurring task \ |
| | | definition and will be ignored |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=An error occurred \ |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=An error occurred \ |
| | | while attempting to read from the tasks data backing file %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=An error occurred while \ |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=An error occurred while \ |
| | | attempting to create a new tasks backing file %s for use with the task \ |
| | | scheduler: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=The provided task entry does not \ |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=The provided task entry does not \ |
| | | contain attribute %s which is needed to specify the fully-qualified name of \ |
| | | the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=The provided task entry \ |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=The provided task entry \ |
| | | contains multiple attributes with type %s, which is used to hold the task \ |
| | | class name, but only a single instance is allowed |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=The provided task entry does not \ |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=The provided task entry does not \ |
| | | contain any values for the %s attribute, which is used to specify the \ |
| | | fully-qualified name of the class providing the task logic |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=The provided task entry \ |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=The provided task entry \ |
| | | contains multiple values for the %s attribute, which is used to specify the \ |
| | | task class name, but only a single value is allowed |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=An error occurred while attempting \ |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=An error occurred while attempting \ |
| | | to load class %s specified in attribute %s of the provided task entry: %s. \ |
| | | Does this class exist in the Directory Server classpath? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=An error occurred \ |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=An error occurred \ |
| | | while trying to create an instance of class %s as a Directory Server task. \ |
| | | Is this class a subclass of %s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=An error occurred while \ |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=An error occurred while \ |
| | | attempting to perform internal initialization on an instance of class %s with \ |
| | | the information contained in the provided entry: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=An error \ |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=An error \ |
| | | occurred while attempting to rename the current tasks backing file from %s to \ |
| | | %s: %s. The previous task configuration (which does not reflect the latest \ |
| | | update) may be lost |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred \ |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred \ |
| | | while attempting to rename the new tasks backing file from %s to %s: %s. If \ |
| | | the Directory Server is restarted, then the task scheduler may not work as \ |
| | | expected |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while \ |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while \ |
| | | attempting to write the new tasks data backing file %s: %s. Configuration \ |
| | | information reflecting the latest update may be lost |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support \ |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support \ |
| | | LDIF import operations |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=The tasks backend is being shut down |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=The root DSE configuration has been \ |
| | | updated so that configuration attribute %s will now use a value of %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Unable to remove pending \ |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Unable to remove pending \ |
| | | task %s because no such task exists |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Unable to remove pending \ |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Unable to remove pending \ |
| | | task %s because the task is no longer pending |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Unable to remove \ |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Unable to remove \ |
| | | completed task %s because no such task exists in the list of completed tasks |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Unable to remove entry %s from the \ |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=Unable to remove entry %s from the \ |
| | | task backend because its DN is either not appropriate for that backend or it \ |
| | | is not below the scheduled or recurring tasks base entry |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Unable to remove entry %s from the \ |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Unable to remove entry %s from the \ |
| | | task backend because there is no scheduled task associated with that entry DN |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Unable to delete entry %s from the task \ |
| | | ERR_TASKBE_DELETE_RUNNING_166=Unable to delete entry %s from the task \ |
| | | backend because the associated task is currently running |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Unable to remove entry %s \ |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Unable to remove entry %s \ |
| | | from the task backend because there is no recurring task associated with that \ |
| | | entry DN |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Unable to process the search \ |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=Unable to process the search \ |
| | | operation in the task backend because the provided base DN %s is not valid \ |
| | | for entries in the task backend |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Unable to process the search \ |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Unable to process the search \ |
| | | operation in the task backend because there is no scheduled task associated \ |
| | | with the provided search base entry %s |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the \ |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the \ |
| | | search operation in the task backend because there is no recurring task \ |
| | | associated with the provided search base entry %s |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup \ |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup \ |
| | | backend because the provided configuration entry is null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the \ |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the \ |
| | | backup backend because an error occurred while attempting to decode the base \ |
| | | DN for the backend: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the \ |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the \ |
| | | backup backend because the requested entry was null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the \ |
| | | ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the \ |
| | | backup backend |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry \ |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry \ |
| | | %s from the backup backend because the requested DN is one level below the \ |
| | | base DN but does not specify a backup directory |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Unable to retrieve entry %s \ |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Unable to retrieve entry %s \ |
| | | from the backup backend because the requested backup directory is invalid: \ |
| | | %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=An error occurred while \ |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=An error occurred while \ |
| | | attempting to examine the requested backup directory: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Unable to retrieve entry %s from the \ |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Unable to retrieve entry %s from the \ |
| | | backup backend because the requested DN is two levels below the base DN but \ |
| | | does not specify a backup ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Unable to retrieve entry %s from \ |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Unable to retrieve entry %s from \ |
| | | the backup backend because it does not have a parent |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Unable to retrieve entry %s from \ |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Unable to retrieve entry %s from \ |
| | | the backup backend because the DN does not contain the backup directory in \ |
| | | which the requested backup should reside |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup \ |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup \ |
| | | directory %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in \ |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in \ |
| | | the backup backend |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not \ |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not \ |
| | | supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not \ |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not \ |
| | | supported in the backup backend |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not \ |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not \ |
| | | supported in the backup backend |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in \ |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in \ |
| | | the backup backend |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not \ |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not \ |
| | | supported in the backup backend |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not \ |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not \ |
| | | supported in the backup backend |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore \ |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore \ |
| | | operations are not supported in the backup backend |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN \ |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN \ |
| | | must be provided for use with the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in \ |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in \ |
| | | the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Entry %s does not belong in \ |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Entry %s does not belong in \ |
| | | the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s \ |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s \ |
| | | because its parent entry %s does not exist in the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in \ |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in \ |
| | | the memory-based backend |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete \ |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete \ |
| | | entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an \ |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an \ |
| | | LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Cannot write entry %s \ |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Cannot write entry %s \ |
| | | to LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an \ |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an \ |
| | | LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error \ |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error \ |
| | | occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred \ |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred \ |
| | | while processing the import: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=The memory-based \ |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=The memory-based \ |
| | | backend does not support backup or restore operations |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Cannot rename \ |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Cannot rename \ |
| | | entry %s because it has one or more subordinate entries |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Cannot rename \ |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Cannot rename \ |
| | | entry %s because the target entry is in a different backend |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Cannot rename entry \ |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Cannot rename entry \ |
| | | %s because the new parent entry %s doesn't exist |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=An error occurred while \ |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=An error occurred while \ |
| | | attempting to register base DN %s in the Directory Server: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=The schema backend does not \ |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=The schema backend does not \ |
| | | support the %s modification type |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=The schema backend does \ |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=The schema backend does \ |
| | | not support the modification of the %s attribute type. Only attribute types, \ |
| | | object classes, ldap syntaxes, name forms, DIT content rules, DIT structure rules, and \ |
| | | matching rule uses may be modified |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=An error occurred while \ |
| | | attempting to decode the attribute type "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=An error occurred while \ |
| | | attempting to decode the object class "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Unable to add \ |
| | | objectclass %s because its superior class of %s is not defined in the server \ |
| | | schema |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Unable to add \ |
| | | objectclass %s because it requires attribute %s which is not defined in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Unable to add \ |
| | | objectclass %s because it allows attribute %s which is not defined in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=An error occurred while \ |
| | | attempting to write the updated schema: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=An error occurred while \ |
| | | attempting to decode the name form "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=An error occurred while \ |
| | | attempting to decode the DIT content rule "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=An error occurred while \ |
| | | attempting to decode the DIT structure rule "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=An error occurred while \ |
| | | attempting to decode the matching rule use "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=The server will not allow \ |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=The server will not allow \ |
| | | removing all values for the %s attribute type in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Unable to add \ |
| | | attribute type %s because it conflicts with multiple existing attribute types \ |
| | | (%s and %s) |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Unable to add \ |
| | | attribute type %s because it references superior attribute type %s which is \ |
| | | not defined in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Unable to \ |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Unable to \ |
| | | add objectclass %s because it conflicts with multiple existing objectclasses \ |
| | | (%s and %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Unable to add \ |
| | | name form %s because it conflicts with multiple existing name forms (%s and \ |
| | | %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Unable to add name form \ |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Unable to add name form \ |
| | | %s because it references structural objectclass %s which is not defined in \ |
| | | the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Unable to add name form \ |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Unable to add name form \ |
| | | %s because it references required attribute type %s which is not defined in \ |
| | | the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Unable to add name form \ |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Unable to add name form \ |
| | | %s because it references optional attribute type %s which is not defined in \ |
| | | the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=Unable to add DIT \ |
| | | content rule %s because it conflicts with multiple existing DIT content rules \ |
| | | (%s and %s) |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=Unable to add \ |
| | | DIT content rule %s because it references structural objectclass %s which is \ |
| | | already associated with another DIT content rule %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=Unable to add DIT \ |
| | | content rule %s because it references structural objectclass %s which is not \ |
| | | defined in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=Unable to add DIT \ |
| | | content rule %s because it references auxiliary objectclass %s which is not \ |
| | | defined in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=Unable to add DIT \ |
| | | content rule %s because it references required attribute type %s which is not \ |
| | | defined in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=Unable to add DIT \ |
| | | content rule %s because it references optional attribute type %s which is not \ |
| | | defined in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=Unable to add DIT \ |
| | | content rule %s because it references prohibited attribute type %s which is \ |
| | | not defined in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=Unable to add DIT \ |
| | | structure rule %s because it conflicts with multiple existing DIT structure \ |
| | | rules (%s and %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=Unable to add DIT \ |
| | | structure rule %s because it references name form %s which is already \ |
| | | associated with another DIT structure rule %s |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=Unable to add DIT \ |
| | | structure rule %s because it references name form %s which is not defined in \ |
| | | the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Unable to add \ |
| | | matching rule use %s because it conflicts with multiple existing matching \ |
| | | rule uses (%s and %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Unable to add matching \ |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Unable to add matching \ |
| | | rule use %s because it references matching rule %s which is already \ |
| | | associated with another matching rule use %s |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Unable to add matching rule use \ |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Unable to add matching rule use \ |
| | | %s because it references attribute type %s which is not defined in the server \ |
| | | schema |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=Circular reference detected \ |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=Circular reference detected \ |
| | | for attribute type %s in which the superior type chain references the \ |
| | | attribute type itself |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=Circular reference detected \ |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=Circular reference detected \ |
| | | for objectclass %s in which the superior class chain references the \ |
| | | objectclass itself |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=Circular reference detected \ |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=Circular reference detected \ |
| | | for DIT structure rule %s in which the superior rule chain references the DIT \ |
| | | structure rule itself |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=An error occurred \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=An error occurred \ |
| | | while attempting to create copies of the existing schema files before \ |
| | | applying the updates: %s. The server was able to restore the original \ |
| | | schema configuration, so no additional cleanup should be required |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=An error \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=An error \ |
| | | occurred while attempting to create copies of the existing schema files \ |
| | | before applying the updates: %s. A problem also occurred when attempting to \ |
| | | restore the original schema configuration, so the server may be left in an \ |
| | | inconsistent state and could require manual cleanup |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=An error occurred \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=An error occurred \ |
| | | while attempting to write new versions of the server schema files: %s. The \ |
| | | server was able to restore the original schema configuration, so no \ |
| | | additional cleanup should be required |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=An error \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=An error \ |
| | | occurred while attempting to write new versions of the server schema files: \ |
| | | %s. A problem also occurred when attempting to restore the original schema \ |
| | | configuration, so the server may be left in an inconsistent state and could \ |
| | | require manual cleanup |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Unable to remove \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Unable to remove \ |
| | | attribute type %s from the server schema because no such attribute type is \ |
| | | defined |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Unable to remove attribute \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Unable to remove attribute \ |
| | | type %s from the server schema because it is referenced as the superior type \ |
| | | for attribute type %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Unable to remove attribute type %s \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Unable to remove attribute type %s \ |
| | | from the server schema because it is referenced as a required or optional \ |
| | | attribute type in objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Unable to remove attribute type %s \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Unable to remove attribute type %s \ |
| | | from the server schema because it is referenced as a required or optional \ |
| | | attribute type in name form %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Unable to remove attribute type \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Unable to remove attribute type \ |
| | | %s from the server schema because it is referenced as a required, optional, \ |
| | | or prohibited attribute type in DIT content rule %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Unable to remove attribute \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Unable to remove attribute \ |
| | | type %s from the server schema because it is referenced by matching rule use \ |
| | | %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Unable to remove \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Unable to remove \ |
| | | objectclass %s from the server schema because no such objectclass is defined |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Unable to remove \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Unable to remove \ |
| | | objectclass %s from the server schema because it is referenced as the \ |
| | | superior class for objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Unable to remove objectclass %s \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Unable to remove objectclass %s \ |
| | | from the server schema because it is referenced as the structural class for \ |
| | | name form %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Unable to remove objectclass %s \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Unable to remove objectclass %s \ |
| | | from the server schema because it is referenced as a structural or auxiliary \ |
| | | class for DIT content rule %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Unable to remove name \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Unable to remove name \ |
| | | form %s from the server schema because no such name form is defined |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Unable to remove name form %s \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Unable to remove name form %s \ |
| | | from the server schema because it is referenced by DIT structure rule %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=Unable to remove DIT content \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=Unable to remove DIT content \ |
| | | rule %s from the server schema because no such DIT content rule is defined |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=Unable to remove DIT structure \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=Unable to remove DIT structure \ |
| | | rule %s from the server schema because no such DIT structure rule is defined |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=Unable to remove DIT \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=Unable to remove DIT \ |
| | | structure rule %s from the server schema because it is referenced as a \ |
| | | superior rule for DIT structure rule %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Unable to remove matching \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Unable to remove matching \ |
| | | rule use %s from the server schema because no such matching rule use is \ |
| | | defined |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Unable to add name form %s \ |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Unable to add name form %s \ |
| | | because it references objectclass %s which is defined in the server schema \ |
| | | but is not a structural objectclass |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=Unable to add DIT content \ |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=Unable to add DIT content \ |
| | | rule %s because it references structural objectclass %s which is defined in \ |
| | | the server schema but is not structural |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Unable to add \ |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Unable to add \ |
| | | attribute type %s because the superior type %s is marked as OBSOLETE in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Unable to add attribute type \ |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Unable to add attribute type \ |
| | | %s because the associated matching rule %s is marked as OBSOLETE in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Unable to add object \ |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Unable to add object \ |
| | | class %s because the superior class %s is marked as OBSOLETE in the server \ |
| | | schema |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Unable to add object \ |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Unable to add object \ |
| | | class %s because required attribute %s is marked as OBSOLETE in the server \ |
| | | schema |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Unable to add object \ |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Unable to add object \ |
| | | class %s because optional attribute %s is marked as OBSOLETE in the server \ |
| | | schema |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Unable to add name form %s because \ |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Unable to add name form %s because \ |
| | | its structural object class %s is marked as OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Unable to add name form \ |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Unable to add name form \ |
| | | %s because it requires attribute type %s which is marked as OBSOLETE in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Unable to add name form \ |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Unable to add name form \ |
| | | %s because it allows attribute type %s which is marked as OBSOLETE in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=Unable to add DIT \ |
| | | content rule %s because its structural object class %s is marked as OBSOLETE \ |
| | | in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=Unable to add DIT content \ |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=Unable to add DIT content \ |
| | | rule %s because it references auxiliary object class %s which is defined in \ |
| | | the server schema but is not an auxiliary class |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=Unable to add DIT \ |
| | | content rule %s because it requires attribute type %s which is marked as \ |
| | | OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=Unable to add DIT \ |
| | | content rule %s because it allows attribute type %s which is marked as \ |
| | | OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=Unable to add DIT \ |
| | | content rule %s because it prohibits attribute type %s which is marked as \ |
| | | OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=Unable to add DIT structure \ |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=Unable to add DIT structure \ |
| | | rule %s because its name form %s is marked OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=Unable to add DIT \ |
| | | structure rule %s because it references superior rule %s which is marked as \ |
| | | OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Unable to add matching rule use %s \ |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Unable to add matching rule use %s \ |
| | | because its matching rule %s is marked OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Unable to add matching rule use \ |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Unable to add matching rule use \ |
| | | %s because it references attribute type %s which is marked as OBSOLETE in the \ |
| | | server schema |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=Unable to add DIT \ |
| | | content rule %s because it references auxiliary object class %s which is \ |
| | | marked as OBSOLETE in the server schema |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=You do not have sufficient \ |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=You do not have sufficient \ |
| | | privileges to modify the Directory Server schema |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Unable to find a file \ |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Unable to find a file \ |
| | | containing concatenated schema element definitions in order to determine if \ |
| | | any schema changes were made with the server offline. The file was expected \ |
| | | in the %s directory and should have been named either %s or %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=An error occurred \ |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=An error occurred \ |
| | | while attempting to determine whether any schema changes had been made by \ |
| | | directly editing the schema files with the server offline: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=An error occurred while \ |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=An error occurred while \ |
| | | attempting to write file %s containing a concatenated list of all server \ |
| | | schema elements: %s. The server may not be able to accurately identify any \ |
| | | schema changes made with the server offline |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=JE Database Environment corresponding \ |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=JE Database Environment corresponding \ |
| | | to backend id %s is corrupt. Restart the Directory Server to reopen the \ |
| | | Environment |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=The Directory Server is not \ |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=The Directory Server is not \ |
| | | configured to allow task %s to be invoked |
| | | INFO_TASK_COMPLETION_BODY_299=Task ID: %s\r\nTask State: %s\r\nScheduled \ |
| | | Start Time: %s\r\nActual Start Time: %s\r\nCompletion Time: %s\r\n\r\nLog \ |
| | | Messages:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the \ |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the \ |
| | | trust store backend because the requested entry was null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in \ |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in \ |
| | | the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process \ |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process \ |
| | | entry %s in the trust store backend because the requested DN is one level \ |
| | | below the base DN but does not specify a certificate name |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve \ |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve \ |
| | | certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not \ |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not \ |
| | | supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not \ |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not \ |
| | | supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to \ |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to \ |
| | | initialize the trust store backend from configuration entry %s because it \ |
| | | does not contain exactly one base DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and \ |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and \ |
| | | export operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and \ |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and \ |
| | | restore operations are not supported in the trust store backend |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s \ |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s \ |
| | | specified in attribute ds-cfg-trust-store-file of configuration entry %s does \ |
| | | not exist |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s \ |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=The trust store type %s \ |
| | | specified in attribute ds-cfg-trust-store-type of configuration entry %s is \ |
| | | not valid: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while \ |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=An error occurred while \ |
| | | trying to create the PIN file %s specified in attribute \ |
| | | ds-cfg-trust-store-pin-file of configuration entry %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while \ |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=An error occurred while \ |
| | | trying to read the trust store PIN from file %s specified in configuration \ |
| | | attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=File %s specified in \ |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=File %s specified in \ |
| | | attribute ds-cfg-trust-store-pin-file of configuration entry %s should \ |
| | | contain the PIN needed to access the trust store, but this file \ |
| | | is empty |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Environment variable %s \ |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Environment variable %s \ |
| | | which is specified in attribute ds-cfg-trust-store-pin-environment-variable \ |
| | | of configuration entry %s should contain the PIN needed to access the \ |
| | | trust store, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java property %s which \ |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java property %s which \ |
| | | is specified in attribute ds-cfg-trust-store-pin-property of configuration \ |
| | | entry %s should contain the PIN needed to access the file-based trust \ |
| | | manager, but this property is not set |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=An unexpected error \ |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=An unexpected error \ |
| | | occurred while trying to determine the value of configuration attribute \ |
| | | ds-cfg-trust-store-file in configuration entry %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=An error occurred while trying \ |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=An error occurred while trying \ |
| | | to load the trust store contents from file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=An error occurred \ |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=An error occurred \ |
| | | while trying to create a trust manager factory to access the contents of \ |
| | | trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=The certificate entry %s already exists |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error while attempting to \ |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=The certificate entry %s already exists |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error while attempting to \ |
| | | generate a self-signed certificate %s in the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error while trying to add \ |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error while trying to add \ |
| | | certificate %s to the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=The entry %s could not be \ |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=The entry %s could not be \ |
| | | added because it does not contain a certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=The entry %s could \ |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=The entry %s could \ |
| | | not be added because it contains multiple certificate attributes %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=The entry %s could not be \ |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=The entry %s could not be \ |
| | | added because it does not contain a value of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=The entry %s could \ |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=The entry %s could \ |
| | | not be added because it contains multiple values of certificate attribute %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error while writing certificate %s \ |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error while writing certificate %s \ |
| | | to a file: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions \ |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Failed to set permissions \ |
| | | on trust store file %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend \ |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=The root container for backend \ |
| | | %s has not been initialized preventing this backend from processing the \ |
| | | requested operation |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock \ |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Unable to obtain a write lock \ |
| | | on entry %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified \ |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Entry %s cannot be modified \ |
| | | because it does not represent a task entry. Only task entries may be \ |
| | | modified in the task backend |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because \ |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Entry %s cannot be modified because \ |
| | | it does not represent a valid task in the server |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because \ |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=Entry %s cannot be modified because \ |
| | | the assoicated task has completed running. Completed tasks cannot be modified |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because \ |
| | | ERR_TASKBE_MODIFY_RECURRING_334=Entry %s cannot be modified because \ |
| | | the server does not currently support modifying recurring task entries |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is \ |
| | | ERR_TASKBE_MODIFY_RUNNING_335=The task associated with entry %s is \ |
| | | currently running. The only modification allowed for running tasks is to \ |
| | | replace the value of the ds-task-state attribute with "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Task processing was interrupted by a \ |
| | | modify request to cancel the task |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete \ |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error while trying to delete \ |
| | | certificate %s from the trust store file %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s \ |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Unable to retrieve entry %s \ |
| | | from the trust store backend because the certificate %s does not exist |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=The LDIF backend defined in \ |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=The LDIF backend defined in \ |
| | | configuration entry %s only supports a single base DN, but was configured \ |
| | | for use with multiple base DNs |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=LDIF file %s configured for use \ |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=LDIF file %s configured for use \ |
| | | with the LDIF backend defined in configuration entry %s has multiple entries \ |
| | | with a DN of %s |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=LDIF file %s configured for use \ |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=LDIF file %s configured for use \ |
| | | with the LDIF backend defined in configuration entry %s includes entry %s \ |
| | | which is not below the base DN defined for that backend |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=LDIF file %s configured for use with \ |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=LDIF file %s configured for use with \ |
| | | the LDIF backend defined in configuration entry %s contains entry %s but \ |
| | | its parent entry has not yet been read |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=An error occurred while \ |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=An error occurred while \ |
| | | trying to create file %s to write an updated version of the data for the \ |
| | | LDIF backend defined in configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=An error occurred while \ |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=An error occurred while \ |
| | | trying to write updated data to file %s for the LDIF backend defined in \ |
| | | configuration entry %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=An error occurred while \ |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=An error occurred while \ |
| | | attempting to rename file %s to %s while writing updated data for the LDIF \ |
| | | backend defined in configuration entry %s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=Entry %s already exists in the \ |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=Entry %s already exists in the \ |
| | | LDIF backend |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=The parent for entry %s does not \ |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=The parent for entry %s does not \ |
| | | exist |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=Entry %s does not exist |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=Entry %s has one or more subordinate \ |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=Entry %s does not exist |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=Entry %s has one or more subordinate \ |
| | | entries and cannot be deleted until all of its subordinate entries are \ |
| | | removed first |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=Entry %s does not exist |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=Source entry %s does not \ |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=Entry %s does not exist |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=Source entry %s does not \ |
| | | exist |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=Target entry %s \ |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=Target entry %s \ |
| | | already exists |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=The new parent DN %s \ |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=The new parent DN %s \ |
| | | does not exist |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=Entry %s specified as the \ |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=Entry %s specified as the \ |
| | | search base DN does not exist |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=An error occurred while \ |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=An error occurred while \ |
| | | trying to create the writer for the LDIF export operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=An error occurred \ |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=An error occurred \ |
| | | while trying to write entry %s during the LDIF export: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=An error occurred while \ |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=An error occurred while \ |
| | | trying to create the reader for the LDIF import operation: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=An unrecoverable error \ |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=An unrecoverable error \ |
| | | occurred while attempting to read data from the import file: %s. The LDIF \ |
| | | import cannot continue |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=The LDIF backend \ |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=The LDIF backend \ |
| | | currently does not provide a backup or restore mechanism. Use LDIF import \ |
| | | and export operations instead |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=The change to the LDIF file path \ |
| | | will not take effect until the backend is disabled and re-enabled |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=The change to the LDIF backend base DN \ |
| | | will not take effect until the backend is disabled and re-enabled |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=The target entry %s \ |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=The target entry %s \ |
| | | does not exist |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=The target entry %s \ |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=The target entry %s \ |
| | | does not exist |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key \ |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error reading key %s from key \ |
| | | store %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=This backend does not provide \ |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=This backend does not provide \ |
| | | support for the hasSubordinates operational attribute |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=This backend does not provide \ |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=This backend does not provide \ |
| | | support for the numSubordinates operational attribute |
| | | NOTICE_BACKEND_OFFLINE_370=The backend %s is now taken offline |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=The provided recurring task \ |
| | | NOTE_BACKEND_OFFLINE_370=The backend %s is now taken offline |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid number \ |
| | | of tokens |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=The provided recurring task \ |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid minute \ |
| | | token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=The provided recurring task \ |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid hour \ |
| | | token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=The provided recurring task \ |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid day of \ |
| | | the month token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=The provided recurring task \ |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid month of \ |
| | | the year token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=The provided recurring task \ |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid day of the \ |
| | | week token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=The provided recurring task \ |
| | | ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=The provided recurring task \ |
| | | entry attribute %s holding the recurring task schedule has invalid tokens \ |
| | | combination yielding a nonexistent calendar date |
| | | SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=An error occurred while \ |
| | | ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=An error occurred while \ |
| | | attempting to export task backend data: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=An error occurred while attempting \ |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=An error occurred while attempting \ |
| | | to obtain the %s MAC provider to create the signed hash for the backup: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=An error occurred while \ |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=An error occurred while \ |
| | | attempting to obtain the %s message digest to create the hash for the backup: \ |
| | | %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=An error occurred \ |
| | | ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=An error occurred \ |
| | | while trying to create the tasks archive file %s in directory %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=An error occurred while \ |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=An error occurred while \ |
| | | attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s tasks backup %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=An error occurred while \ |
| | | ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s tasks backup %s |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=An error occurred while \ |
| | | attempting to back up tasks file %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=An error occurred while \ |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=An error occurred while \ |
| | | trying to close the tasks archive file %s in directory %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=An error occurred \ |
| | | ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=An error occurred \ |
| | | while attempting to update the backup descriptor file %s with information \ |
| | | about the tasks backup: %s |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Unable to restore or verify \ |
| | | tasks backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Unable to restore or verify \ |
| | | tasks backup %s in directory %s because the archive filename could not be \ |
| | | determined |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Unable to restore or verify tasks \ |
| | | ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Unable to restore or verify tasks \ |
| | | backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Unable to restore or \ |
| | | ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Unable to restore or \ |
| | | verify tasks backup %s because an error occurred while trying to determine \ |
| | | whether backup archive %s exists: %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Unable to restore or verify \ |
| | | tasks backup %s because an unsigned hash of this backup is available but the \ |
| | | server cannot determine the digest algorithm used to generate this hash |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Unable to restore or verify \ |
| | | tasks backup %s because it has an unsigned hash that uses an unknown or \ |
| | | unsupported digest algorithm of %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Unable to restore or verify tasks \ |
| | | ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Unable to restore or verify tasks \ |
| | | backup %s because a signed hash of this backup is available but the server \ |
| | | cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Unable to restore or verify \ |
| | | tasks backup %s because it has a signed hash that uses an unknown or \ |
| | | unsupported MAC algorithm of %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Unable to restore or \ |
| | | ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Unable to restore or \ |
| | | verify tasks backup %s because an error occurred while attempting to open \ |
| | | the backup archive file %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Unable to restore or verify \ |
| | | tasks backup %s because it is encrypted using an unknown or unsupported \ |
| | | cipher: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Unable to restore or verify \ |
| | | tasks backup %s because an error occurred while trying to read the next \ |
| | | entry from the archive file %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Unable to restore tasks \ |
| | | ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Unable to restore tasks \ |
| | | backup %s because an error occurred while trying to recreate file %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Unable to restore or \ |
| | | ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Unable to restore or \ |
| | | verify tasks backup %s because an error occurred while processing archived \ |
| | | file %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Unable to restore or \ |
| | | ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Unable to restore or \ |
| | | verify tasks backup %s because an unexpected error occurred while trying to \ |
| | | close the archive file %s: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=The message digest calculated \ |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=The message digest calculated \ |
| | | from the backup archive matches the digest stored with the backup information |
| | | SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Unable to restore or \ |
| | | ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Unable to restore or \ |
| | | verify tasks backup %s because the message digest calculated from the backup \ |
| | | archive does not match the digest stored with the backup information |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=The signed digest calculated from \ |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=The signed digest calculated from \ |
| | | the backup archive matches the signature stored with the backup information |
| | | SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Unable to restore or verify \ |
| | | ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Unable to restore or verify \ |
| | | tasks backup %s because the signed digest calculated from the backup archive \ |
| | | does not match the signature stored with the backup information |
| | | NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=All tests performed on tasks \ |
| | | NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=All tests performed on tasks \ |
| | | backup %s from directory %s show that the archive appears to be valid |
| | | NOTICE_TASKS_RESTORE_SUCCESSFUL_406=Tasks backup %s was successfully \ |
| | | NOTE_TASKS_RESTORE_SUCCESSFUL_406=Tasks backup %s was successfully \ |
| | | restored from the archive in directory %s |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=The information for backup %s could \ |
| | | ERR_BACKUP_MISSING_BACKUPID_407=The information for backup %s could \ |
| | | not be found in the backup directory %s |
| | | SEVERE_ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=An error occurred \ |
| | | ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=An error occurred \ |
| | | while attempting to update the backup descriptor file %s with information \ |
| | | about the backup: %s |
| | | MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Unable to add DIT \ |
| | | ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Unable to add DIT \ |
| | | structure rule %s because its rule identifier conflicts with existing DIT structure \ |
| | | rule (%s) |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=Local DB backend %s does not \ |
| | | specify the number of cleaner threads: defaulting to %d threads |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=Local DB backend %s does not \ |
| | | specify the number of lock tables: defaulting to %d |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=Unable to schedule task %s \ |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=Unable to schedule task %s \ |
| | | because its dependency task %s is missing |
| | | NOTICE_TASK_STARTED_413=%s task %s started execution |
| | | NOTICE_TASK_FINISHED_414=%s task %s finished execution in the state %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Unable to \ |
| | | NOTE_TASK_STARTED_413=%s task %s started execution |
| | | NOTE_TASK_FINISHED_414=%s task %s finished execution in the state %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Unable to \ |
| | | add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Unable to remove ldap syntax \ |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Unable to remove ldap syntax \ |
| | | description %s from the server schema because no such ldap syntax \ |
| | | description is defined |
| | | MILD_ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=The provided value "%s" \ |
| | | ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=The provided value "%s" \ |
| | | could not be parsed as an ldap syntax because its OID %s corresponds \ |
| | | to an attribute syntax that is already implemented |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=An error occurred while \ |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=An error occurred while \ |
| | | attempting to decode the ldapsyntax description "%s": %s |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=The provided recurring \ |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=The provided recurring \ |
| | | task schedule value has an invalid number of tokens |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=The provided \ |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=The provided \ |
| | | recurring task schedule value has an invalid minute token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=The provided \ |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=The provided \ |
| | | recurring task schedule value has an invalid hour token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=The provided \ |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=The provided \ |
| | | recurring task schedule value has an invalid day of the month token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=The provided \ |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=The provided \ |
| | | recurring task schedule value has an invalid month of the year token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=The provided \ |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=The provided \ |
| | | recurring task schedule value has an invalid day of the week token |
| | | MILD_ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=The schema backend does \ |
| | | ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=The schema backend does \ |
| | | not support the Replace modification type for the %s attribute type |
| | |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=L'entrada %s no existeix en la infraestructura de fons (Backend) basada en mem\u00f2ria |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=No es pot eliminar l'entrada %s perqu\u00e8 t\u00e9 una o m\u00e9s tasques subordinades |
| | | NOTICE_BACKEND_OFFLINE_370=La infraestructura de fons (Backend): %s, ara s'est\u00e0 desconnectant |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=L'atribut d'entrada de tasca recorrent proporcionada %s que subjecta la programaci\u00f3 de la tasca recurrent, t\u00e9 un n\u00famero incorrecte de senyals |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=S'ha produ\u00eft un error mentre s'intentava resguardar el fitxer de tasques %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=S'ha produ\u00eft un error mentre s'intentava tancar el fitxer de l'arxiu de tasques %s en el directori %s: %s |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=L'entrada %s no existeix en la infraestructura de fons (Backend) basada en mem\u00f2ria |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=No es pot eliminar l'entrada %s perqu\u00e8 t\u00e9 una o m\u00e9s tasques subordinades |
| | | NOTE_BACKEND_OFFLINE_370=La infraestructura de fons (Backend): %s, ara s'est\u00e0 desconnectant |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=L'atribut d'entrada de tasca recorrent proporcionada %s que subjecta la programaci\u00f3 de la tasca recurrent, t\u00e9 un n\u00famero incorrecte de senyals |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=S'ha produ\u00eft un error mentre s'intentava resguardar el fitxer de tasques %s: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=S'ha produ\u00eft un error mentre s'intentava tancar el fitxer de l'arxiu de tasques %s en el directori %s: %s |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=La base de dades d'infraestructura de fons (Backend): %s, no especifica el n\u00famero de fils d'execuci\u00f3 clar: predeterminant a %d fils d'execuci\u00f3 |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=La base de dades d'infraestructura de fons (Backend): %s, no especifica el n\u00famero de taules bloquejades: predeterminant a %d |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=No es pot programar la tasca %s perqu\u00e8 falta la seva depend\u00e8ncia %s |
| | | NOTICE_TASK_STARTED_413=%s tasca %s iniciada l'execuci\u00f3 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=No es pot afegir la descripci\u00f3 de sintaxis ldap amb l'OID %s perqu\u00e8 aquest entra amb conflict amb una descripci\u00f3 de sintaxis ldap existent |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=No es pot programar la tasca %s perqu\u00e8 falta la seva depend\u00e8ncia %s |
| | | NOTE_TASK_STARTED_413=%s tasca %s iniciada l'execuci\u00f3 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=No es pot afegir la descripci\u00f3 de sintaxis ldap amb l'OID %s perqu\u00e8 aquest entra amb conflict amb una descripci\u00f3 de sintaxis ldap existent |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2009 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=Es wurde versucht, die Registrierung von Teilsuffix "%s" vom Backend mit Suffix "%s" aufzuheben. Das untergeordnete Backend, das dieses Teilsuffix enth\u00e4lt, enth\u00e4lt auch zus\u00e4tzliche Teilsuffixes, sodass die Registrierung m\u00f6glicherweise nicht aufgehoben werden kann. Dieses Teilsuffix kann m\u00f6glicherweise entfernt werden, indem die Konfiguration f\u00fcr das untergeordnete Backend, mit dem das Teilsuffix verkn\u00fcpft ist, bearbeitet wird |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=Es wurde versucht, das Root-DSE-Backend ohne Angabe eines Konfigurationseintrags zu konfigurieren. Dies ist nicht zul\u00e4ssig |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Basis-DN "%s" ist als einer der untergeordneten Basis-DNs konfiguriert, der f\u00fcr Suchen unterhalb der Root-DSE verwendet wird. Diese Basis-DN wird jedoch nicht von einem Suffix, das mit dem Directory-Server registriert ist, bearbeitet und wird daher nicht verwendet |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=Unerwarteter Fehler beim Versuch, den Satz von untergeordneten Basis-DNs, die f\u00fcr die Suchen unterhalb der Root-DSE verwendet werden, festzulegen: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Beim Root-DSE-Backend wurde die Abfrage des Eintrags mit der DN "%s" angefordert. Fragen Sie \u00fcber dieses Backend ausschlie\u00dflich den Root-DSE selbst ab. Die definierten untergeordneten Backends werden trotzdem \u00fcberpr\u00fcft und der angeforderte Eintrag wird gesucht |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden. Um Inhalte des Root-DSE zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Eintrag "%s" kann nicht umbenannt werden, weil DN-Bearbeitungsvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Suche (Verbindungs-ID %d, Vorgangs-ID %d) mit dem Basis-DN "%s" kann im Root-DSE-Backend nicht ausgef\u00fchrt werden. Der Basis-DN f\u00fcr Suchen in diesem Backend muss dem DN des Root-DSE entsprechen |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=Unerwarteter Fehler beim Versuch, einen Suchvorgang (Verbindungs-ID %d, Vorgangs-ID %d) im Root-DSE-Backend zu verarbeiten: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Die Suche konnte nicht mit Verbindungs-ID %d und Vorgangs-ID %d verarbeitet werden, da der Geltungsbereich von %s ung\u00fcltig ist |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=Unerwarteter Fehler beim Versuch, den LDIF-Schreiber f\u00fcr das Root-DSE-Backend zu \u00f6ffnen: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=Unerwarteter Fehler beim Versuch, den Root-DSE-Eintrag in ein spezifiziertes LDIF-Ziel zu exportieren: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Das Root-DSE-Backend unterst\u00fctzt keine LDIF-Importvorg\u00e4nge |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Das Root-DSE-Backend bietet keine M\u00f6glichkeit f\u00fcr Sicherungs- und Wiederherstellungsvorg\u00e4nge. Der Inhalt des Root-DSE sollte als Teil der Directory-Server-Konfiguration gesichert werden |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=Es wurde versucht, die Registrierung von Teilsuffix "%s" vom Backend mit Suffix "%s" aufzuheben. Das untergeordnete Backend, das dieses Teilsuffix enth\u00e4lt, enth\u00e4lt auch zus\u00e4tzliche Teilsuffixes, sodass die Registrierung m\u00f6glicherweise nicht aufgehoben werden kann. Dieses Teilsuffix kann m\u00f6glicherweise entfernt werden, indem die Konfiguration f\u00fcr das untergeordnete Backend, mit dem das Teilsuffix verkn\u00fcpft ist, bearbeitet wird |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=Es wurde versucht, das Root-DSE-Backend ohne Angabe eines Konfigurationseintrags zu konfigurieren. Dies ist nicht zul\u00e4ssig |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Basis-DN "%s" ist als einer der untergeordneten Basis-DNs konfiguriert, der f\u00fcr Suchen unterhalb der Root-DSE verwendet wird. Diese Basis-DN wird jedoch nicht von einem Suffix, das mit dem Directory-Server registriert ist, bearbeitet und wird daher nicht verwendet |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=Unerwarteter Fehler beim Versuch, den Satz von untergeordneten Basis-DNs, die f\u00fcr die Suchen unterhalb der Root-DSE verwendet werden, festzulegen: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Beim Root-DSE-Backend wurde die Abfrage des Eintrags mit der DN "%s" angefordert. Fragen Sie \u00fcber dieses Backend ausschlie\u00dflich den Root-DSE selbst ab. Die definierten untergeordneten Backends werden trotzdem \u00fcberpr\u00fcft und der angeforderte Eintrag wird gesucht |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden. Um Inhalte des Root-DSE zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Eintrag "%s" kann nicht umbenannt werden, weil DN-Bearbeitungsvorg\u00e4nge im Root-DSE-Backend nicht unterst\u00fctzt werden |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Suche (Verbindungs-ID %d, Vorgangs-ID %d) mit dem Basis-DN "%s" kann im Root-DSE-Backend nicht ausgef\u00fchrt werden. Der Basis-DN f\u00fcr Suchen in diesem Backend muss dem DN des Root-DSE entsprechen |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=Unerwarteter Fehler beim Versuch, einen Suchvorgang (Verbindungs-ID %d, Vorgangs-ID %d) im Root-DSE-Backend zu verarbeiten: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Die Suche konnte nicht mit Verbindungs-ID %d und Vorgangs-ID %d verarbeitet werden, da der Geltungsbereich von %s ung\u00fcltig ist |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=Unerwarteter Fehler beim Versuch, den LDIF-Schreiber f\u00fcr das Root-DSE-Backend zu \u00f6ffnen: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=Unerwarteter Fehler beim Versuch, den Root-DSE-Eintrag in ein spezifiziertes LDIF-Ziel zu exportieren: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Das Root-DSE-Backend unterst\u00fctzt keine LDIF-Importvorg\u00e4nge |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Das Root-DSE-Backend bietet keine M\u00f6glichkeit f\u00fcr Sicherungs- und Wiederherstellungsvorg\u00e4nge. Der Inhalt des Root-DSE sollte als Teil der Directory-Server-Konfiguration gesichert werden |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=Die Root-DSE-Konfiguration wurde aktualisiert und verwendet den definierten Satz von Directory-Server-Suffixen f\u00fcr Suchen unterhalb des Root-DSE |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=Die Root-DSE-Konfiguration wurde aktualisiert und verwendet den Basis-DN-Satz %s f\u00fcr Suchen unterhalb des Root-DSE |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=Die Root-DSE-Konfiguration wurde aktualisiert und verwendet einen neuen Satz benutzerdefinierter Attribute |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=Es wurde versucht, das Monitoring-Backend ohne Angabe eines Konfigurationseintrags zu konfigurieren. Dies ist unzul\u00e4ssig. Es sind keine Monitoring-Informationen \u00fcber das Protokoll verf\u00fcgbar |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=Unerwarteter Fehler beim Versuch, cn=monitor als Basis-DN f\u00fcr Monitoring-Informationen\u00b7des Directory-Servers zu entschl\u00fcsseln: %s. Es sind keine Monitoring-Informationen \u00fcber das Protokoll verf\u00fcgbar |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Monitoring-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Monitoring-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Monitoring-Backend nicht unterst\u00fctzt werden. Um die Inhalte des Basismonitoreintrags zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Eintrag "%s" kann nicht umbenannt werden, da DN-Bearbeitungsvorg\u00e4ngen im Monitoring-Backend nicht unterst\u00fctzt werden |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=Fehler beim Versuch, den Basismonitoreintrag zu exportieren: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=Fehler beim Versuch, den Monitoreintrag f\u00fcr den \u00dcberwachungsanbieter %s zu exportieren: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=Das Monitoring-Backend unterst\u00fctzt keine LDIF-Importvorg\u00e4nge |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=Das Monitoring-Backend bietet keine M\u00f6glichkeit f\u00fcr Sicherungs- und Wiederherstellungsvorg\u00e4nge |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=Es wurde versucht, das Monitoring-Backend ohne Angabe eines Konfigurationseintrags zu konfigurieren. Dies ist unzul\u00e4ssig. Es sind keine Monitoring-Informationen \u00fcber das Protokoll verf\u00fcgbar |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=Unerwarteter Fehler beim Versuch, cn=monitor als Basis-DN f\u00fcr Monitoring-Informationen\u00b7des Directory-Servers zu entschl\u00fcsseln: %s. Es sind keine Monitoring-Informationen \u00fcber das Protokoll verf\u00fcgbar |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Monitoring-Backend nicht unterst\u00fctzt werden |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Monitoring-Backend nicht unterst\u00fctzt werden |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Eintrag "%s" kann nicht aktualisiert werden, da Bearbeitungsvorg\u00e4nge im Monitoring-Backend nicht unterst\u00fctzt werden. Um die Inhalte des Basismonitoreintrags zu \u00e4ndern, bearbeiten Sie den Eintrag "%s" in der Konfiguration |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Eintrag "%s" kann nicht umbenannt werden, da DN-Bearbeitungsvorg\u00e4ngen im Monitoring-Backend nicht unterst\u00fctzt werden |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=Fehler beim Versuch, den Basismonitoreintrag zu exportieren: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=Fehler beim Versuch, den Monitoreintrag f\u00fcr den \u00dcberwachungsanbieter %s zu exportieren: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=Das Monitoring-Backend unterst\u00fctzt keine LDIF-Importvorg\u00e4nge |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=Das Monitoring-Backend bietet keine M\u00f6glichkeit f\u00fcr Sicherungs- und Wiederherstellungsvorg\u00e4nge |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=Die Monitorkonfiguration wurde aktualisiert und verwendet einen neuen Satz benutzerdefinierter Attribute |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=Angeforderter Eintrag kann nicht vom Monitoring-Backend abgerufen werden, da der angegebene DN ung\u00fcltig ist |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=Angeforderter Eintrag %s kann nicht vom Monitoring-Backend abgerufen werden, da sich der DN nicht unterhalb der Monitorbasis %s befindet |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=Angeforderter Eintrag kann nicht vom Monitoring-Backend abgerufen werden, da der angegebene DN ung\u00fcltig ist |
| | | ERR_MONITOR_INVALID_BASE_34=Angeforderter Eintrag %s kann nicht vom Monitoring-Backend abgerufen werden, da sich der DN nicht unterhalb der Monitorbasis %s befindet |
| | | INFO_MONITOR_UPTIME_37=%d Tage %d Stunden %d Minuten %d Sekunden |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=Es wurde versucht, das Schema-Backend ohne Angabe eines Konfigurationseintrags zu konfigurieren. Dies ist unzul\u00e4ssig. Es sind keine Schemainformationen \u00fcber das Protokoll verf\u00fcgbar |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=Fehler beim Versuch, die Basis-DNs, die beim Ver\u00f6ffentlichen der Schemainformationen des Directory-Servers verwendet werden, wie in Attribut ds-cfg-schema-entry-dn des Konfigurationseintrags %s spezifiziert: %s. Der standardm\u00e4\u00dfige Schema-Basis-DN von cn=schema wird verwendet |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Eintrag "%s" kann nicht umbenannt werden, da DN-Bearbeitungsvorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=Fehler beim Versuch, den Basisschemaeintrag zu exportieren: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=Angeforderter Eintrag %s kann nicht vom Schema-Backend abgerufen werden, weil der DN einem der Schemaeintrags-DNs entspricht |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=Fehler beim Versuch, den LDIF-Schreiber f\u00fcr das Schema-Backend zu \u00f6ffnen: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=Es wurde versucht, das Schema-Backend ohne Angabe eines Konfigurationseintrags zu konfigurieren. Dies ist unzul\u00e4ssig. Es sind keine Schemainformationen \u00fcber das Protokoll verf\u00fcgbar |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=Fehler beim Versuch, die Basis-DNs, die beim Ver\u00f6ffentlichen der Schemainformationen des Directory-Servers verwendet werden, wie in Attribut ds-cfg-schema-entry-dn des Konfigurationseintrags %s spezifiziert: %s. Der standardm\u00e4\u00dfige Schema-Basis-DN von cn=schema wird verwendet |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Eintrag "%s" kann nicht hinzugef\u00fcgt werden, da Hinzuf\u00fcgevorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Eintrag "%s" kann nicht entfernt werden, da L\u00f6schvorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Eintrag "%s" kann nicht umbenannt werden, da DN-Bearbeitungsvorg\u00e4nge im Schema-Backend nicht unterst\u00fctzt werden |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=Fehler beim Versuch, den Basisschemaeintrag zu exportieren: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=Angeforderter Eintrag %s kann nicht vom Schema-Backend abgerufen werden, weil der DN einem der Schemaeintrags-DNs entspricht |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=Fehler beim Versuch, den LDIF-Schreiber f\u00fcr das Schema-Backend zu \u00f6ffnen: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Registrierung von DN %s wurde erfolgreich aufgehoben, sodass er nicht mehr als Schemaeintrags-DN verf\u00fcgbar ist |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=Fehler beim Versuch, %s erneut als Schemaeintrags-DN zu registrieren: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=Fehler beim Versuch, %s erneut als Schemaeintrags-DN zu registrieren: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=DN %s wurde erfolgreich als neuer Schemaeintrags-DN registriert |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=Fehler beim Versuch, %s als Schemaeintrags-DN zu registrieren: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=Fehler beim Versuch, %s als Schemaeintrags-DN zu registrieren: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=Die Schemakonfiguration wurde aktualisiert und verwendet einen neuen Satz von benutzerdefinierten Attributen |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=Der Directory-Server konnte nach mehreren Versuchen keine Sperre f\u00fcr Eintrag %s herstellen. Dies kann bedeuten, dass der Eintrag bereits von einem l\u00e4nger ausgef\u00fchrten Vorgang gesperrt wurde, oder der Eintrag bereits gesperrt aber nicht ordnungsgem\u00e4\u00df entsperrt wurde |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=Fehler beim Versuch, den MAC-Anbieter %s zum Erstellen des signierten Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=Fehler beim Versuch, die Nachrichtenverarbeitung %s zum Erstellen des Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=Fehler beim Versuch, die Schemaarchivdatei %s in Verzeichnis %s zu erstellen: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=Fehler beim Versuch, die Verschl\u00fcsselung zum Verschl\u00fcsseln der Sicherung zu erhalten: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s Schemasicherung %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=Fehler beim Versuch, eine Liste der Dateien in Verzeichnis %s zu erhalten, um die Schemasicherung einzuschlie\u00dfen: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=Fehler beim Versuch, Schemadatei %s zu sichern: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=Fehler beim Versuch, die Schemaarchivdatei %s in Verzeichnis %s zu schlie\u00dfen: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=Fehler beim Versuch, die Sicherungsdeskriptordatei %s mit den Informationen \u00fcber die Schemasicherung zu aktualisieren: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Die Schemasicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da diese Sicherung nicht vorhanden ist |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Die Schemasicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da der Archivdateiname nicht bestimmt werden konnte |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da die spezifizierte Archivdatei %s nicht vorhanden ist |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, festzustellen, ob das Sicherungsarchiv %s vorhanden ist, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein unsignierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den Verarbeitungsalgorithmus, der zum Generieren dieses Hash verwendet wird, nicht bestimmen kann |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen unsignierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten Verarbeitungsalgorithmus von %s verwendet |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein signierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den MAC-Algorithmus, der zum Generieren dieses Hash verwendet wird, nicht bestimmen kann |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen signierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten MAC-Algorithmus von %s verwendet |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Sicherungsarchivdatei %s zu \u00f6ffnen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie mit einer unbekannten oder nicht unterst\u00fctzten Verschl\u00fcsselung verschl\u00fcsselt ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Die Schemasicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, das aktuelle Schemaverzeichnis von %s in %s umzubenennen, ein Fehler aufgetreten ist: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind jedoch noch erhalten und befinden sich an ihrem Originalspeicherort unter %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind erhalten und befinden sich in dem Verzeichnis %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Die Schemasicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, ein neues leeres Verzeichnis %s f\u00fcr die Wiederherstellung der Dateien zu erstellen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind in Verzeichnis %s erhalten |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, den n\u00e4chsten Eintrag aus der Archivdatei %s zu lesen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Die Schemasicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, die Datei %s wiederherzustellen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die archivierte Datei %s zu verarbeiten, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Archivdatei %s zu schlie\u00dfen, ein Fehler aufgetreten ist: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=Der vom Sicherungsarchiv berechnete Message Digest stimmt mit dem in den Sicherungsinformationen gespeichertem Digest \u00fcberein |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete Message Digest nicht mit dem in den Sicherungsinformationen gespeicherten Digest \u00fcbereinstimmt |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=Der vom Sicherungsarchiv berechnete signierte Digest stimmt mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcberein |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete signierte Digest nicht mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcbereinstimmt |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Alle mit der Schemasicherung %s aus dem Verzeichnis %s durchgef\u00fchrten Pr\u00fcfungen ergeben, dass es sich anscheinend um ein g\u00fcltiges Archiv handelt |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=Schemasicherung %s wurde erfolgreich vom Archiv im Verzeichnis %s wiederhergestellt |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=Die in Eintrag %s definierte Aufgabe ist ung\u00fcltig, da sie einen ung\u00fcltigen Status %s besitzt |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=Fehler beim Versuch, den Wert der geplanten Startzeit %s von Aufgabeneintrag %s zu analysieren |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=Fehler beim Versuch, den Wert der aktuellen Startzeit %s von Aufgabeneintrag %s zu analysieren |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=Fehler beim Versuch, den Wert der Fertigstellungszeit %s von Aufgabeneintrag %s zu analysieren |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=F\u00fcr Aufgabeneintrag %s fehlt das erforderliche Attribut %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=Es sind mehrere Instanzen des Attributs %s in Aufgabeneintrag %s vorhanden |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=Es sind keine Werte f\u00fcr Attribut %s in Aufgabeneintrag %s vorhanden |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=Es sind mehrere Werte f\u00fcr Attribut %s in Aufgabeneintrag %s vorhanden |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=Fehler beim Versuch, die in Eintrag %s definierte Aufgabe auszuf\u00fchren: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt kein Attribut %s, das zum Halten der wiederkehrende Aufgaben-ID erforderlich ist |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Attribute des Typs %s, der zum Halten der wiederkehrende Aufgaben-ID erforderlich ist |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt keine Werte f\u00fcr das Attribut %s, das zum Festlegen der wiederkehrende Aufgaben-ID erforderlich ist |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Werte f\u00fcr das Attribut %s, das zum Festlegen der wiederkehrenden Aufgaben-ID erforderlich ist, obwohl nur ein einziger Wert zul\u00e4ssig ist |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt kein Attribut %s, das zum Festlegen des wiederkehrenden Aufgabenzeitplans erforderlich ist |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Attribute des Typs %s, der zum Halten des wiederkehrenden Aufgabenzeitplans erforderlich ist, obwohl nur eine einzige Instanz zul\u00e4ssig ist |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt keine Werte f\u00fcr das Attribut %s, das zum Festlegen des wiederkehrenden Aufgabenzeitplans erforderlich ist |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Werte f\u00fcr das Attribut %s, das zum Festlegen des wiederkehrenden Aufgabenzeitplans erforderlich ist, obwohl nur ein einziger Wert zul\u00e4ssig ist |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=Fehler beim Versuch, Klasse %s zu laden, die in Attribut %s des angegebenen wiederkehrenden Aufgabeneintrags angegeben ist: %s. Ist diese Klasse im Klassenpfad des Directory-Servers vorhanden? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=Fehler beim Versuch, eine Instanz der Klasse %s als Directory-Server-Aufgabe zu erstellen. Ist diese Klasse eine untergeordnete Klasse von %s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=Fehler beim Versuch, eine interne Initialisierung auf einer Instanz der Klasse %s mit den in dem angegebenen Eintrag enthaltenen Informationen durchzuf\u00fchren: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=Der Konfigurationseintrag des Aufgaben-Backends enth\u00e4lt keine Basis-DNs. Es muss exakt eine Basis-DN f\u00fcr die Aufgabeninformationen im Directory-Server vorliegen |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=Der Konfigurationseintrag des Aufgaben-Backends enth\u00e4lt mehrere Basis-DNs. Es muss exakt eine Basis-DN f\u00fcr die Aufgabeninformationen im Directory-Server vorliegen |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=Fehler beim Versuch, eine wiederkehrende Aufgabenbasis %s als ein DN zu entschl\u00fcsseln: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=Fehler beim Versuch, eine geplante Aufgabenbasis %s als ein DN zu entschl\u00fcsseln: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=Die Erg\u00e4nzungsdatei %s der Aufgabendaten ist bereits vorhanden und der Directory-Server unternimmt keinen Versuch, diese zu \u00fcberschreiben. L\u00f6schen Sie die vorhandene Datei oder benennen Sie diese um, bevor Sie diesen Pfad f\u00fcr die neue Erg\u00e4nzungsdatei verwenden, oder w\u00e4hlen Sie einen neuen Pfad |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=Der festgelegte Pfad %s f\u00fcr die neue Erg\u00e4nzungsdatei der Aufgabendaten scheint ein ung\u00fcltiger Pfad zu sein. W\u00e4hlen Sie einen neuen Pfad f\u00fcr die Erg\u00e4nzungsdatei der Aufgabendaten |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=Das \u00fcbergeordnete Verzeichnis %s f\u00fcr die neue Erg\u00e4nzungsdatei %s der Aufgabendaten ist nicht vorhanden. Erstellen Sie dieses Verzeichnis, bevor Sie versuchen, diesen Pfad f\u00fcr die neue Erg\u00e4nzungsdatei zu verwenden, oder w\u00e4hlen Sie einen neuen Pfad |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=Das \u00fcbergeordnete Verzeichnis %s f\u00fcr die neue Erg\u00e4nzungsdatei %s der Aufgabendaten ist vorhanden, aber es ist kein Verzeichnis. W\u00e4hlen Sie einen neuen Pfad f\u00fcr die Erg\u00e4nzungsdatei der Aufgabendaten |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=Fehler beim Versuch, den neuen Pfad zur Erg\u00e4nzungsdatei der Aufgabendaten festzulegen: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=Der Directory-Server konnte nach mehreren Versuchen keine Sperre f\u00fcr Eintrag %s herstellen. Dies kann bedeuten, dass der Eintrag bereits von einem l\u00e4nger ausgef\u00fchrten Vorgang gesperrt wurde, oder der Eintrag bereits gesperrt aber nicht ordnungsgem\u00e4\u00df entsperrt wurde |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=Fehler beim Versuch, den MAC-Anbieter %s zum Erstellen des signierten Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=Fehler beim Versuch, die Nachrichtenverarbeitung %s zum Erstellen des Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=Fehler beim Versuch, die Schemaarchivdatei %s in Verzeichnis %s zu erstellen: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=Fehler beim Versuch, die Verschl\u00fcsselung zum Verschl\u00fcsseln der Sicherung zu erhalten: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s Schemasicherung %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=Fehler beim Versuch, eine Liste der Dateien in Verzeichnis %s zu erhalten, um die Schemasicherung einzuschlie\u00dfen: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=Fehler beim Versuch, Schemadatei %s zu sichern: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=Fehler beim Versuch, die Schemaarchivdatei %s in Verzeichnis %s zu schlie\u00dfen: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=Fehler beim Versuch, die Sicherungsdeskriptordatei %s mit den Informationen \u00fcber die Schemasicherung zu aktualisieren: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Die Schemasicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da diese Sicherung nicht vorhanden ist |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Die Schemasicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da der Archivdateiname nicht bestimmt werden konnte |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da die spezifizierte Archivdatei %s nicht vorhanden ist |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, festzustellen, ob das Sicherungsarchiv %s vorhanden ist, ein Fehler aufgetreten ist: %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein unsignierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den Verarbeitungsalgorithmus, der zum Generieren dieses Hash verwendet wird, nicht bestimmen kann |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen unsignierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten Verarbeitungsalgorithmus von %s verwendet |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein signierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den MAC-Algorithmus, der zum Generieren dieses Hash verwendet wird, nicht bestimmen kann |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen signierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten MAC-Algorithmus von %s verwendet |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Sicherungsarchivdatei %s zu \u00f6ffnen, ein Fehler aufgetreten ist: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie mit einer unbekannten oder nicht unterst\u00fctzten Verschl\u00fcsselung verschl\u00fcsselt ist: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Die Schemasicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, das aktuelle Schemaverzeichnis von %s in %s umzubenennen, ein Fehler aufgetreten ist: %s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind jedoch noch erhalten und befinden sich an ihrem Originalspeicherort unter %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind erhalten und befinden sich in dem Verzeichnis %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Die Schemasicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, ein neues leeres Verzeichnis %s f\u00fcr die Wiederherstellung der Dateien zu erstellen, ein Fehler aufgetreten ist: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=Ein Fehler verhindert, dass die Schemasicherung ordnungsgem\u00e4\u00df wiederhergestellt wird. Die originalen, vor dem Start des Wiederherstellungsprozesses g\u00fcltigen Schemadateien sind in Verzeichnis %s erhalten |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, den n\u00e4chsten Eintrag aus der Archivdatei %s zu lesen, ein Fehler aufgetreten ist: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Die Schemasicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, die Datei %s wiederherzustellen, ein Fehler aufgetreten ist: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die archivierte Datei %s zu verarbeiten, ein Fehler aufgetreten ist: %s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Archivdatei %s zu schlie\u00dfen, ein Fehler aufgetreten ist: %s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=Der vom Sicherungsarchiv berechnete Message Digest stimmt mit dem in den Sicherungsinformationen gespeichertem Digest \u00fcberein |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete Message Digest nicht mit dem in den Sicherungsinformationen gespeicherten Digest \u00fcbereinstimmt |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=Der vom Sicherungsarchiv berechnete signierte Digest stimmt mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcberein |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Die Schemasicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete signierte Digest nicht mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcbereinstimmt |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Alle mit der Schemasicherung %s aus dem Verzeichnis %s durchgef\u00fchrten Pr\u00fcfungen ergeben, dass es sich anscheinend um ein g\u00fcltiges Archiv handelt |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=Schemasicherung %s wurde erfolgreich vom Archiv im Verzeichnis %s wiederhergestellt |
| | | ERR_TASK_INVALID_STATE_91=Die in Eintrag %s definierte Aufgabe ist ung\u00fcltig, da sie einen ung\u00fcltigen Status %s besitzt |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=Fehler beim Versuch, den Wert der geplanten Startzeit %s von Aufgabeneintrag %s zu analysieren |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=Fehler beim Versuch, den Wert der aktuellen Startzeit %s von Aufgabeneintrag %s zu analysieren |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=Fehler beim Versuch, den Wert der Fertigstellungszeit %s von Aufgabeneintrag %s zu analysieren |
| | | ERR_TASK_MISSING_ATTR_95=F\u00fcr Aufgabeneintrag %s fehlt das erforderliche Attribut %s |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=Es sind mehrere Instanzen des Attributs %s in Aufgabeneintrag %s vorhanden |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=Es sind keine Werte f\u00fcr Attribut %s in Aufgabeneintrag %s vorhanden |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=Es sind mehrere Werte f\u00fcr Attribut %s in Aufgabeneintrag %s vorhanden |
| | | ERR_TASK_EXECUTE_FAILED_99=Fehler beim Versuch, die in Eintrag %s definierte Aufgabe auszuf\u00fchren: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt kein Attribut %s, das zum Halten der wiederkehrende Aufgaben-ID erforderlich ist |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Attribute des Typs %s, der zum Halten der wiederkehrende Aufgaben-ID erforderlich ist |
| | | ERR_RECURRINGTASK_NO_ID_102=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt keine Werte f\u00fcr das Attribut %s, das zum Festlegen der wiederkehrende Aufgaben-ID erforderlich ist |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Werte f\u00fcr das Attribut %s, das zum Festlegen der wiederkehrenden Aufgaben-ID erforderlich ist, obwohl nur ein einziger Wert zul\u00e4ssig ist |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt kein Attribut %s, das zum Festlegen des wiederkehrenden Aufgabenzeitplans erforderlich ist |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Attribute des Typs %s, der zum Halten des wiederkehrenden Aufgabenzeitplans erforderlich ist, obwohl nur eine einzige Instanz zul\u00e4ssig ist |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt keine Werte f\u00fcr das Attribut %s, das zum Festlegen des wiederkehrenden Aufgabenzeitplans erforderlich ist |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=Der angegebene wiederkehrende Aufgabeneintrag enth\u00e4lt mehrere Werte f\u00fcr das Attribut %s, das zum Festlegen des wiederkehrenden Aufgabenzeitplans erforderlich ist, obwohl nur ein einziger Wert zul\u00e4ssig ist |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=Fehler beim Versuch, Klasse %s zu laden, die in Attribut %s des angegebenen wiederkehrenden Aufgabeneintrags angegeben ist: %s. Ist diese Klasse im Klassenpfad des Directory-Servers vorhanden? |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=Fehler beim Versuch, eine Instanz der Klasse %s als Directory-Server-Aufgabe zu erstellen. Ist diese Klasse eine untergeordnete Klasse von %s? |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=Fehler beim Versuch, eine interne Initialisierung auf einer Instanz der Klasse %s mit den in dem angegebenen Eintrag enthaltenen Informationen durchzuf\u00fchren: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=Der Konfigurationseintrag des Aufgaben-Backends enth\u00e4lt keine Basis-DNs. Es muss exakt eine Basis-DN f\u00fcr die Aufgabeninformationen im Directory-Server vorliegen |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=Der Konfigurationseintrag des Aufgaben-Backends enth\u00e4lt mehrere Basis-DNs. Es muss exakt eine Basis-DN f\u00fcr die Aufgabeninformationen im Directory-Server vorliegen |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=Fehler beim Versuch, eine wiederkehrende Aufgabenbasis %s als ein DN zu entschl\u00fcsseln: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=Fehler beim Versuch, eine geplante Aufgabenbasis %s als ein DN zu entschl\u00fcsseln: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=Die Erg\u00e4nzungsdatei %s der Aufgabendaten ist bereits vorhanden und der Directory-Server unternimmt keinen Versuch, diese zu \u00fcberschreiben. L\u00f6schen Sie die vorhandene Datei oder benennen Sie diese um, bevor Sie diesen Pfad f\u00fcr die neue Erg\u00e4nzungsdatei verwenden, oder w\u00e4hlen Sie einen neuen Pfad |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=Der festgelegte Pfad %s f\u00fcr die neue Erg\u00e4nzungsdatei der Aufgabendaten scheint ein ung\u00fcltiger Pfad zu sein. W\u00e4hlen Sie einen neuen Pfad f\u00fcr die Erg\u00e4nzungsdatei der Aufgabendaten |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=Das \u00fcbergeordnete Verzeichnis %s f\u00fcr die neue Erg\u00e4nzungsdatei %s der Aufgabendaten ist nicht vorhanden. Erstellen Sie dieses Verzeichnis, bevor Sie versuchen, diesen Pfad f\u00fcr die neue Erg\u00e4nzungsdatei zu verwenden, oder w\u00e4hlen Sie einen neuen Pfad |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=Das \u00fcbergeordnete Verzeichnis %s f\u00fcr die neue Erg\u00e4nzungsdatei %s der Aufgabendaten ist vorhanden, aber es ist kein Verzeichnis. W\u00e4hlen Sie einen neuen Pfad f\u00fcr die Erg\u00e4nzungsdatei der Aufgabendaten |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=Fehler beim Versuch, den neuen Pfad zur Erg\u00e4nzungsdatei der Aufgabendaten festzulegen: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=Die Aufbewahrungszeit f\u00fcr abgeschlossene Aufgaben wurde auf %d Sekunden aktualisiert. Sie tritt sofort in Kraft |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=Der Pfad zur Erg\u00e4nzungsdatei wurde ge\u00e4ndert nach %s. Ein Schnappschuss der aktuellen Aufgabenkonfiguration wurde in die Datei geschrieben und wird f\u00fcr zuk\u00fcnftige Aktualisierungen weiterverwendet |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=Neue Eintr\u00e4ge in dem Aufgaben-Backend k\u00f6nnen nur direkt unter %s f\u00fcr geplante Aufgaben oder direkt unter %s f\u00fcr wiederkehrende Aufgaben hinzugef\u00fcgt werden |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Die \u00c4nderung von DN-Vorg\u00e4ngen wird in dem Aufgaben-Backend nicht unterst\u00fctzt |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=Neue Eintr\u00e4ge in dem Aufgaben-Backend k\u00f6nnen nur direkt unter %s f\u00fcr geplante Aufgaben oder direkt unter %s f\u00fcr wiederkehrende Aufgaben hinzugef\u00fcgt werden |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Die \u00c4nderung von DN-Vorg\u00e4ngen wird in dem Aufgaben-Backend nicht unterst\u00fctzt |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=Diese Datei enth\u00e4lt die Daten, die der Aufgaben-Scheduler-Backend des Directory-Servers verwendet. Bearbeiten Sie diese Datei nicht direkt, da solche \u00c4nderungen verloren gehen k\u00f6nnen. Bearbeiten Sie Definitionen von geplanten und wiederkehrenden Aufgaben nur mit den zusammen mit dem Directory-Server gelieferten Administrationsdienstprogrammen |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Wiederkehrende Aufgabe %s konnte nicht zum Aufgaben-Scheduler hinzugef\u00fcgt werden, da eine andere wiederkehrende Aufgabe mit derselben ID bereits vorhanden ist |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Aufgabe %s konnte nicht geplant werden, da eine andere Aufgabe mit derselben ID bereits vorhanden ist |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=Fehler beim Versuch, die n\u00e4chste Iteration der wiederkehrenden Aufgabe %s zu planen: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=Fehler beim Versuch, einen Eintrag aus der Erg\u00e4nzungsdatei %s der Aufgabe in oder bei Zeile %d zu lesen: %s. Da dies kein schwerwiegender Fehler ist, versucht der Aufgaben-Scheduler, die Analyse der Datei fortzusetzen und alle weiteren darin enthaltenden Aufgaben zu planen |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=Fehler beim Versuch, einen Eintrag aus der Erg\u00e4nzungsdatei %s der Aufgabe in oder bei Zeile %d zu lesen: %s. Da dies ein nicht wiederherstellbarer Fehler ist, kann die Analyse nicht fortgesetzt werden |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Der aus der Erg\u00e4nzungsdatei gelesene Eintrag %s ist ung\u00fcltig, da er keinen \u00fcbergeordneten Eintrag besitzt und nicht mit dem Aufgaben-Root-DN von %s \u00fcbereinstimmt |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=Fehler beim Versuch, Eintrag %s als eine wiederkehrende Aufgabe zu analysieren und zum Scheduler hinzuzuf\u00fcgen: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=Fehler beim Versuch, Eintrag %s als eine Aufgabe zu analysieren und zum Scheduler hinzuzuf\u00fcgen: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Der aus der Erg\u00e4nzungsdatei %s gelesene Eintrag %s besitzt einen DN, der f\u00fcr eine Aufgabe oder f\u00fcr eine wiederkehrende Aufgabendefinition ung\u00fcltig ist, und wird daher ignoriert |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=Fehler beim Versuch, aus der Erg\u00e4nzungsdatei %s der Aufgabendaten zu lesen: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=Fehler beim Versuch, eine neue Erg\u00e4nzungsdatei %s der Aufgabendaten f\u00fcr die Verwendung mit dem Aufgaben-Scheduler zu erstellen: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=Der angegebene Aufgabeneintrag enth\u00e4lt kein Attribut %s, das zum Festlegen des vollst\u00e4ndigen Namens der Klasse, in der die Aufgabenlogik angegeben ist, ben\u00f6tigt wird |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=Der angegebene Aufgabeneintrag enth\u00e4lt mehrere Attribute des Typs %s, der zum Halten des Aufgabenklassennamens verwendet wird, obwohl nur eine einzige Instanz zul\u00e4ssig ist |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=Der angegebene Aufgabeneintrag enth\u00e4lt keine Werte f\u00fcr das Attribut %s, das zum Festlegen des vollst\u00e4ndigen Namens der Klasse, in der die Aufgabenlogik angegeben ist, verwendet wird |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=Der angegebene Aufgabeneintrag enth\u00e4lt mehrere Werte f\u00fcr das Attribut %s, das zum Festlegen des Aufgabenklassennamens verwendet wird, obwohl nur ein einziger Wert zul\u00e4ssig ist |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=Fehler beim Versuch, Klasse %s zu laden, die in Attribut %s des angegebenen Aufgabeneintrags angegeben ist: %s. Ist diese Klasse im Klassenpfad des Directory-Servers vorhanden? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=Fehler beim Versuch, eine Instanz der Klasse %s als Directory-Server-Aufgabe zu erstellen. Ist diese Klasse eine untergeordnete Klasse von %s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=Fehler beim Versuch, eine interne Initialisierung auf einer Instanz der Klasse %s mit den in dem angegebenen Eintrag enthaltenen Informationen durchzuf\u00fchren: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=Fehler beim Versuch, die aktuelle Erg\u00e4nzungsdatei der Aufgabendaten von %s in %s umzubenennen: %s. Die vorherige Aufgabenkonfiguration (in der die neueste Aktualisierung nicht widergegeben wird) geht m\u00f6glicherweise verloren |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=Fehler beim Versuch, die neue Erg\u00e4ngzungsdatei der Aufgabendaten von %s in %s umzubenennen: %s. Nach einem Neustart des Directory-Servers arbeitet der Aufgaben-Scheduler m\u00f6glicherweise nicht wie erwartet |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=Fehler beim Versuch, die neue Erg\u00e4nzungsdatei %s der Aufgabendaten zu schreiben: %s. Die Konfigurationsinformationen, in der die neuesten Aktualisierungen widergegeben werden, gehen m\u00f6glicherweise verloren |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=Das Aufgaben-Backend unterst\u00fctzt keine LDIF-Importvorg\u00e4nge |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Wiederkehrende Aufgabe %s konnte nicht zum Aufgaben-Scheduler hinzugef\u00fcgt werden, da eine andere wiederkehrende Aufgabe mit derselben ID bereits vorhanden ist |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Aufgabe %s konnte nicht geplant werden, da eine andere Aufgabe mit derselben ID bereits vorhanden ist |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=Fehler beim Versuch, die n\u00e4chste Iteration der wiederkehrenden Aufgabe %s zu planen: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=Fehler beim Versuch, einen Eintrag aus der Erg\u00e4nzungsdatei %s der Aufgabe in oder bei Zeile %d zu lesen: %s. Da dies kein schwerwiegender Fehler ist, versucht der Aufgaben-Scheduler, die Analyse der Datei fortzusetzen und alle weiteren darin enthaltenden Aufgaben zu planen |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=Fehler beim Versuch, einen Eintrag aus der Erg\u00e4nzungsdatei %s der Aufgabe in oder bei Zeile %d zu lesen: %s. Da dies ein nicht wiederherstellbarer Fehler ist, kann die Analyse nicht fortgesetzt werden |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=Der aus der Erg\u00e4nzungsdatei gelesene Eintrag %s ist ung\u00fcltig, da er keinen \u00fcbergeordneten Eintrag besitzt und nicht mit dem Aufgaben-Root-DN von %s \u00fcbereinstimmt |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=Fehler beim Versuch, Eintrag %s als eine wiederkehrende Aufgabe zu analysieren und zum Scheduler hinzuzuf\u00fcgen: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=Fehler beim Versuch, Eintrag %s als eine Aufgabe zu analysieren und zum Scheduler hinzuzuf\u00fcgen: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=Der aus der Erg\u00e4nzungsdatei %s gelesene Eintrag %s besitzt einen DN, der f\u00fcr eine Aufgabe oder f\u00fcr eine wiederkehrende Aufgabendefinition ung\u00fcltig ist, und wird daher ignoriert |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=Fehler beim Versuch, aus der Erg\u00e4nzungsdatei %s der Aufgabendaten zu lesen: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=Fehler beim Versuch, eine neue Erg\u00e4nzungsdatei %s der Aufgabendaten f\u00fcr die Verwendung mit dem Aufgaben-Scheduler zu erstellen: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=Der angegebene Aufgabeneintrag enth\u00e4lt kein Attribut %s, das zum Festlegen des vollst\u00e4ndigen Namens der Klasse, in der die Aufgabenlogik angegeben ist, ben\u00f6tigt wird |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=Der angegebene Aufgabeneintrag enth\u00e4lt mehrere Attribute des Typs %s, der zum Halten des Aufgabenklassennamens verwendet wird, obwohl nur eine einzige Instanz zul\u00e4ssig ist |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=Der angegebene Aufgabeneintrag enth\u00e4lt keine Werte f\u00fcr das Attribut %s, das zum Festlegen des vollst\u00e4ndigen Namens der Klasse, in der die Aufgabenlogik angegeben ist, verwendet wird |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=Der angegebene Aufgabeneintrag enth\u00e4lt mehrere Werte f\u00fcr das Attribut %s, das zum Festlegen des Aufgabenklassennamens verwendet wird, obwohl nur ein einziger Wert zul\u00e4ssig ist |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=Fehler beim Versuch, Klasse %s zu laden, die in Attribut %s des angegebenen Aufgabeneintrags angegeben ist: %s. Ist diese Klasse im Klassenpfad des Directory-Servers vorhanden? |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=Fehler beim Versuch, eine Instanz der Klasse %s als Directory-Server-Aufgabe zu erstellen. Ist diese Klasse eine untergeordnete Klasse von %s? |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=Fehler beim Versuch, eine interne Initialisierung auf einer Instanz der Klasse %s mit den in dem angegebenen Eintrag enthaltenen Informationen durchzuf\u00fchren: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=Fehler beim Versuch, die aktuelle Erg\u00e4nzungsdatei der Aufgabendaten von %s in %s umzubenennen: %s. Die vorherige Aufgabenkonfiguration (in der die neueste Aktualisierung nicht widergegeben wird) geht m\u00f6glicherweise verloren |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=Fehler beim Versuch, die neue Erg\u00e4ngzungsdatei der Aufgabendaten von %s in %s umzubenennen: %s. Nach einem Neustart des Directory-Servers arbeitet der Aufgaben-Scheduler m\u00f6glicherweise nicht wie erwartet |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=Fehler beim Versuch, die neue Erg\u00e4nzungsdatei %s der Aufgabendaten zu schreiben: %s. Die Konfigurationsinformationen, in der die neuesten Aktualisierungen widergegeben werden, gehen m\u00f6glicherweise verloren |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=Das Aufgaben-Backend unterst\u00fctzt keine LDIF-Importvorg\u00e4nge |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=Das Aufgaben-Backend wird heruntergefahren |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=Die Root-DSE-Konfiguration wurde aktualisiert. Das Konfigurationsattribut %s verwendet zuk\u00fcnftig den Wert %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Anstehende Aufgabe %s konnte nicht entfernt werden, da keine Aufgabe dieser Art vorhanden ist |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Anstehende Aufgabe %s konnte nicht entfernt werden, da die Aufgabe nicht mehr ansteht |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Abgeschlossene Aufgabe %s konnte nicht entfernt werden, da in der Liste der abgeschlossenen Aufgaben keine Aufgabe dieser Art vorhanden ist |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Eintrag %s konnte nicht aus dem Aufgaben-Backend entfernt werden, da sein DN f\u00fcr dieses Backend ungeeignet ist oder er liegt nicht unterhalb des Eintrags der geplanten oder wiederkehrenden Aufgabenbasis |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Eintrag %s konnte nicht aus dem Aufgaben-Backend entfernt werden, da keine geplante Aufgabe mit diesem Eintrags-DN verkn\u00fcpft ist |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Eintrag %s konnte nicht aus dem Aufgaben-Backend gel\u00f6scht werden, da die zugeh\u00f6rige Aufgabe derzeit ausgef\u00fchrt wird |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Eintrag %s konnte nicht aus dem Aufgaben-Backend entfernt werden, da keine wiederkehrende Aufgabe mit diesem Eintrags-DN verkn\u00fcpft ist |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Der Suchvorgang im Aufgaben-Backend konnte nicht verarbeitet werden, da der angegebene DN %s nicht f\u00fcr Eintr\u00e4ge im Aufgaben-Backend zul\u00e4ssig sind |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Der Suchvorgang im Aufgaben-Backend konnte nicht verarbeitet werden, da keine geplante Aufgabe mit dem angegebenen Such-Basiseintrag %s verbunden ist |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Der Suchvorgang im Aufgaben-Backend konnte nicht verarbeitet werden, da keine wiederkehrende Aufgabe mit dem angegebenen Such-Basiseintrag %s verbunden ist |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Das Sicherungs-Backend konnte nicht initialisiert werden, da der angegebene Konfigurationseintrag Null ist |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Das Sicherungs-Backend konnte nicht initialisiert werden, da beim Versuch, den Basis-DN f\u00fcr das Backend zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Der Eintrag konnte nicht vom Sicherungs-Backend abgerufen werden, da der angeforderte Eintrag Null ist |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=Der angeforderte Eintrag %s ist nicht im Sicherungs-Backend vorhanden |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da der angeforderte DN eine Ebene unterhalb der Basis-DN liegt, aber kein Sicherungsverzeichnis angibt |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da das angeforderte Sicherungsverzeichnis ung\u00fcltig ist: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=Fehler beim Versuch, das angeforderte Sicherungsverzeichnis zu untersuchen: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da der angeforderte DN zwei Ebenen unterhalb der Basis-DN liegt, aber keine Sicherungs-ID angibt |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da er keinen \u00fcbergeordneten Eintrag besitzt |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da der DN das Sicherungsverzeichnis, in dem sich die angeforderte Sicherung befinden soll, nicht enth\u00e4lt |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Sicherung %s ist nicht im Sicherungsverzeichnis %s vorhanden |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Hinzuf\u00fcgevorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=L\u00f6schvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u00c4nderungsvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=DN-\u00c4nderungsvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=Der angeforderte Eintrag %s ist nicht in dem Sicherungs-Backup vorhanden |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF-Exportvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF-Importvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Sicherungs- und Wiederherstellungsvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Es muss exakt eine Basis-DN f\u00fcr die Verwendung mit dem speicherbasierten Backend vorliegen |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Eintrag %s ist bereits im speicherbasierten Backend vorhanden |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Eintrag %s geh\u00f6rt nicht zum speicherbasierten Backup |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Eintrag %s konnte nicht hinzugef\u00fcgt werden, da dessen \u00fcbergeordneter Eintrag %s nicht im speicherbasierten Backend vorhanden ist |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Eintrag %s ist nicht im speicherbasierten Backup vorhanden |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Eintrag %s kann nicht gel\u00f6scht werden, da er einen oder mehrere untergeordnete Eintr\u00e4ge besitzt |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Ein LDIF-Schreiber konnte nicht erstellt werden: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Eintrag %s konnte nicht in LDIF geschrieben werden: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Ein LDIF-Leser konnte nicht erstellt werden: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=Beim Lesen von LDIF ist ein irreparabler Fehler aufgetreten: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=Beim Verarbeiten des Imports ist ein irreparabler Fehler aufgetreten: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=Das speicherbasierte Backend unterst\u00fctzt keine Sicherungs- und Wiederherstellungsvorg\u00e4nge |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Eintrag %s kann nicht umbenannt werden, da er einen oder mehrere untergeordnete Eintr\u00e4ge besitzt |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Eintrag %s kann nicht umbenannt werden, da sich der Zieleintrag in einem anderen Backend befindet |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Eintrag %s kann nicht umbenannt werden, da der neue \u00fcbergeordnete Eintrag %s nicht vorhanden ist |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=Fehler beim Versuch, Basis-DN %s im Directory-Server zu registrieren: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=Das Schema-Backend unterst\u00fctzt nicht den Bearbeitungstyp %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=Das Schema-Backend unterst\u00fctzt nicht die Bearbeitung des Attributtyps %s. Es k\u00f6nnen nur Attributtypen, Objektklassen, ldap-Syntaxbeschreibungen, Namensformen, DIT-Inhaltsregeln, DIT-Strukturregeln und die Verwendung von \u00dcbereinstimmungsregeln bearbeitet werden |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Fehler beim Versuch, den Attributtyp "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Fehler beim Versuch, die Objektklasse "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da ihre \u00fcbergeordnete Objektklasse %s nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das erforderliche Attribut %s nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da sie das Attribut %s zul\u00e4sst, das nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Fehler beim Versuch, das aktualisierte Schema zu schreiben: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Fehler beim Versuch, die Namensform "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Fehler beim Versuch, die DIT-Inhaltsregel "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Fehler beim Versuch, die DIT-Strukturregel "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Fehler beim Versuch, die Verwendung der \u00dcbereinstimmungsregel "%s" zu dekodieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=Das Entfernen aller Werte f\u00fcr den Attributtyp %s im Serverschema wird vom Server nicht zugelassen |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Attributtypen (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da er auf den \u00fcbergeordnete Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Objektklassen (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Namensform %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Namensformen (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf den erforderlichen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf den optionalen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden DIT-Inhaltsregeln (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die bereits der DIT-Inhaltsregel %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den erforderlichen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den optionalen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den unzul\u00e4ssigen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden DIT-Strukturregeln (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Namensform %s verweist, die bereits der DIT-Strukturregel %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Namensform %s verweist, die nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Verwendungen von \u00dcbereinstimmungsregeln (%s und %s) gibt |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die \u00dcbereinstimmungsregel %s verweist, die bereits der Verwendung der \u00dcbereinstimmungsregel %s zugeordnet ist |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=Ringreferenz f\u00fcr Attributtyp %s entdeckt, in dem der \u00fcbergeordnete Typ auf den Attributtyp selbst zur\u00fcckverweist |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=Ringreferenz f\u00fcr Objektklasse %s entdeckt, in der die \u00fcbergeordnete Klasse auf die Objektklasse selbst zur\u00fcckverweist |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=Ringreferenz f\u00fcr DIT-Strukturregel %s entdeckt, in der die \u00fcbergeordnete Regel auf die DIT-Strukturregel selbst zur\u00fcckverweist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Fehler beim Versuch, vor der Aktualisierung Kopien der bestehenden Schemadateien zu erstellen: %s. Der Server konnte die originale Schemakonfiguration wiederherstellen, sodass keine zus\u00e4tzliche Bereinigung erforderlich ist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Fehler beim Versuch, vor der Aktualisierung Kopien von den bestehenden Schemadateien zu erstellen: %s. Es trat auch ein Problem beim Versuch auf, die originale Schemakonfiguration wiederherzustellen, sodass der Server sich eventuell in einem inkonsistenten Zustand befindet und eine manuelle Bereinigung erforderlich sein kann |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Fehler beim Versuch, neue Versionen der Serverschemadateien zu schreiben: %s. Der Server konnte die originale Schemakonfiguration wiederherstellen, sodass keine zus\u00e4tzliche Bereinigung erforderlich ist |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Fehler beim Versuch, neue Versionen der Serverschemadateien zu schreiben: %s. Es trat auch ein Problem beim Versuch auf, die originale Schemakonfiguration wiederherzustellen, sodass der Server sich eventuell in einem inkonsistenten Zustand befindet und eine manuelle Bereinigung erforderlich sein kann |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da dieser Attributtyp nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als \u00fcbergeordneter Typ f\u00fcr Attributtyp %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher oder optionaler Typ in Objektklasse %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher oder optionaler Typ in Namensform %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher, optionaler oder unzul\u00e4ssiger Typ in DIT-Inhaltsregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn von der Verwendung der \u00dcbereinstimmungsregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da diese Objektklasse nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als \u00fcbergeordneter Klasse f\u00fcr Objektklasse %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als strukturelle Klasse f\u00fcr Namensform %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als strukturelle Klasse oder Hilfsklasse f\u00fcr DIT-Inhaltsregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Namensform %s kann nicht aus dem Serverschema entfernt werden, da diese Namensform nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Namensform %s kann nicht aus dem Serverschema entfernt werden, da auf sie von DIT-Strukturregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT-Inhaltsregel %s kann nicht aus dem Serverschema entfernt werden, da diese DIT-Inhaltsregel nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT-Strukturregel %s kann nicht aus dem Serverschema entfernt werden, da diese DIT-Strukturregel nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT-Strukturregel %s kann nicht aus dem Serverschema entfernt werden, da auf sie als \u00fcbergeordnete Regel f\u00fcr DIT-Strukturregel %s verwiesen wird |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht aus dem Serverschema entfernt werden, da diese Verwendung der \u00dcbereinstimmungsregel nicht definiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die Objektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine strukturelle Objektklasse darstellt |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine strukturelle Klasse darstellt |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da der \u00fcbergeordneter Typ %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da die zugeordnete \u00dcbereinstimmungsregel %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da die \u00fcbergeordnete Klasse %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das erforderliche Attribut %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das optionale Attribut %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Namensform %s kann nicht hinzugef\u00fcgt werden, da ihre strukturelle Objektklasse %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s erfordert, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s zul\u00e4sst, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da ihre strukturelle Objektklasse %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine Hilfsklasse darstellt |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s erfordert, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s zul\u00e4sst, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s verbietet, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da ihre Namensform %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die \u00fcbergeordneter Regel %s verweist, die im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da ihre \u00dcbereinstimmungsregel %s im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den Attributtyp %s verweist, der im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die im Serverschema als OBSOLETE markiert ist |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um das Directory-Server-Schema zu \u00e4ndern |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Es konnte keine Datei gefunden werden, die verkn\u00fcpfte Schemaelementdefinitionen enth\u00e4lt, um festzulegen, ob Schema\u00e4nderungen im Offlinezustand des Servers durchgef\u00fchrt wurden. Die Datei wurde im Verzeichnis %s erwartet und sollte entweder %s oder %s benannt werden |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=Fehler beim Versuch, festzulegen, ob Schema\u00e4nderungen durch direkte Bearbeitung der Schemadateien im Offlinezustand des Servers durchgef\u00fchrt wurden: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=Fehler beim Versuch, Datei %s, die eine verkn\u00fcpfte Liste aller Serverschemaelemente enth\u00e4lt, zu schreiben: %s. Der Server kann m\u00f6glicherweise keine Schema\u00e4nderungen, die im Offlinezustand des Servers durchgef\u00fchrt wurden, pr\u00e4zise identifizieren |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=Die JE-Datenbankumgebung mit der Backend-ID %s ist besch\u00e4digt. Starten Sie den Directory-Server neu, um die Umgebung neu zu \u00f6ffnen |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=Der Directory-Server ist nicht daf\u00fcr konfiguriert, Aufgabe %s aufzurufen |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Anstehende Aufgabe %s konnte nicht entfernt werden, da keine Aufgabe dieser Art vorhanden ist |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Anstehende Aufgabe %s konnte nicht entfernt werden, da die Aufgabe nicht mehr ansteht |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Abgeschlossene Aufgabe %s konnte nicht entfernt werden, da in der Liste der abgeschlossenen Aufgaben keine Aufgabe dieser Art vorhanden ist |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=Eintrag %s konnte nicht aus dem Aufgaben-Backend entfernt werden, da sein DN f\u00fcr dieses Backend ungeeignet ist oder er liegt nicht unterhalb des Eintrags der geplanten oder wiederkehrenden Aufgabenbasis |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Eintrag %s konnte nicht aus dem Aufgaben-Backend entfernt werden, da keine geplante Aufgabe mit diesem Eintrags-DN verkn\u00fcpft ist |
| | | ERR_TASKBE_DELETE_RUNNING_166=Eintrag %s konnte nicht aus dem Aufgaben-Backend gel\u00f6scht werden, da die zugeh\u00f6rige Aufgabe derzeit ausgef\u00fchrt wird |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Eintrag %s konnte nicht aus dem Aufgaben-Backend entfernt werden, da keine wiederkehrende Aufgabe mit diesem Eintrags-DN verkn\u00fcpft ist |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=Der Suchvorgang im Aufgaben-Backend konnte nicht verarbeitet werden, da der angegebene DN %s nicht f\u00fcr Eintr\u00e4ge im Aufgaben-Backend zul\u00e4ssig sind |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Der Suchvorgang im Aufgaben-Backend konnte nicht verarbeitet werden, da keine geplante Aufgabe mit dem angegebenen Such-Basiseintrag %s verbunden ist |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Der Suchvorgang im Aufgaben-Backend konnte nicht verarbeitet werden, da keine wiederkehrende Aufgabe mit dem angegebenen Such-Basiseintrag %s verbunden ist |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=Das Sicherungs-Backend konnte nicht initialisiert werden, da der angegebene Konfigurationseintrag Null ist |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Das Sicherungs-Backend konnte nicht initialisiert werden, da beim Versuch, den Basis-DN f\u00fcr das Backend zu entschl\u00fcsseln, ein Fehler aufgetreten ist: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=Der Eintrag konnte nicht vom Sicherungs-Backend abgerufen werden, da der angeforderte Eintrag Null ist |
| | | ERR_BACKUP_INVALID_BASE_176=Der angeforderte Eintrag %s ist nicht im Sicherungs-Backend vorhanden |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da der angeforderte DN eine Ebene unterhalb der Basis-DN liegt, aber kein Sicherungsverzeichnis angibt |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da das angeforderte Sicherungsverzeichnis ung\u00fcltig ist: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=Fehler beim Versuch, das angeforderte Sicherungsverzeichnis zu untersuchen: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da der angeforderte DN zwei Ebenen unterhalb der Basis-DN liegt, aber keine Sicherungs-ID angibt |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da er keinen \u00fcbergeordneten Eintrag besitzt |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Eintrag %s konnte nicht vom Sicherungs-Backend abgerufen werden, da der DN das Sicherungsverzeichnis, in dem sich die angeforderte Sicherung befinden soll, nicht enth\u00e4lt |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=Sicherung %s ist nicht im Sicherungsverzeichnis %s vorhanden |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=Hinzuf\u00fcgevorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=L\u00f6schvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u00c4nderungsvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=DN-\u00c4nderungsvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=Der angeforderte Eintrag %s ist nicht in dem Sicherungs-Backup vorhanden |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF-Exportvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF-Importvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Sicherungs- und Wiederherstellungsvorg\u00e4nge werden nicht in dem Sicherungs-Backend unterst\u00fctzt |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Es muss exakt eine Basis-DN f\u00fcr die Verwendung mit dem speicherbasierten Backend vorliegen |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Eintrag %s ist bereits im speicherbasierten Backend vorhanden |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=Eintrag %s geh\u00f6rt nicht zum speicherbasierten Backup |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Eintrag %s konnte nicht hinzugef\u00fcgt werden, da dessen \u00fcbergeordneter Eintrag %s nicht im speicherbasierten Backend vorhanden ist |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Eintrag %s ist nicht im speicherbasierten Backup vorhanden |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Eintrag %s kann nicht gel\u00f6scht werden, da er einen oder mehrere untergeordnete Eintr\u00e4ge besitzt |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Ein LDIF-Schreiber konnte nicht erstellt werden: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Eintrag %s konnte nicht in LDIF geschrieben werden: %s |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Ein LDIF-Leser konnte nicht erstellt werden: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=Beim Lesen von LDIF ist ein irreparabler Fehler aufgetreten: %s |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=Beim Verarbeiten des Imports ist ein irreparabler Fehler aufgetreten: %s |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=Das speicherbasierte Backend unterst\u00fctzt keine Sicherungs- und Wiederherstellungsvorg\u00e4nge |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Eintrag %s kann nicht umbenannt werden, da er einen oder mehrere untergeordnete Eintr\u00e4ge besitzt |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Eintrag %s kann nicht umbenannt werden, da sich der Zieleintrag in einem anderen Backend befindet |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Eintrag %s kann nicht umbenannt werden, da der neue \u00fcbergeordnete Eintrag %s nicht vorhanden ist |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=Fehler beim Versuch, Basis-DN %s im Directory-Server zu registrieren: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=Das Schema-Backend unterst\u00fctzt nicht den Bearbeitungstyp %s |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=Das Schema-Backend unterst\u00fctzt nicht die Bearbeitung des Attributtyps %s. Es k\u00f6nnen nur Attributtypen, Objektklassen, ldap-Syntaxbeschreibungen, Namensformen, DIT-Inhaltsregeln, DIT-Strukturregeln und die Verwendung von \u00dcbereinstimmungsregeln bearbeitet werden |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Fehler beim Versuch, den Attributtyp "%s" zu dekodieren: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Fehler beim Versuch, die Objektklasse "%s" zu dekodieren: %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da ihre \u00fcbergeordnete Objektklasse %s nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das erforderliche Attribut %s nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da sie das Attribut %s zul\u00e4sst, das nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Fehler beim Versuch, das aktualisierte Schema zu schreiben: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Fehler beim Versuch, die Namensform "%s" zu dekodieren: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Fehler beim Versuch, die DIT-Inhaltsregel "%s" zu dekodieren: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Fehler beim Versuch, die DIT-Strukturregel "%s" zu dekodieren: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Fehler beim Versuch, die Verwendung der \u00dcbereinstimmungsregel "%s" zu dekodieren: %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=Das Entfernen aller Werte f\u00fcr den Attributtyp %s im Serverschema wird vom Server nicht zugelassen |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Attributtypen (%s und %s) gibt |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da er auf den \u00fcbergeordnete Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Objektklassen (%s und %s) gibt |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Namensform %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Namensformen (%s und %s) gibt |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf den erforderlichen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf den optionalen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden DIT-Inhaltsregeln (%s und %s) gibt |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die bereits der DIT-Inhaltsregel %s zugeordnet ist |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den erforderlichen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den optionalen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den unzul\u00e4ssigen Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden DIT-Strukturregeln (%s und %s) gibt |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Namensform %s verweist, die bereits der DIT-Strukturregel %s zugeordnet ist |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Namensform %s verweist, die nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da es Konflikte mit mehreren bestehenden Verwendungen von \u00dcbereinstimmungsregeln (%s und %s) gibt |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die \u00dcbereinstimmungsregel %s verweist, die bereits der Verwendung der \u00dcbereinstimmungsregel %s zugeordnet ist |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den Attributtyp %s verweist, der nicht im Serverschema definiert ist |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=Ringreferenz f\u00fcr Attributtyp %s entdeckt, in dem der \u00fcbergeordnete Typ auf den Attributtyp selbst zur\u00fcckverweist |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=Ringreferenz f\u00fcr Objektklasse %s entdeckt, in der die \u00fcbergeordnete Klasse auf die Objektklasse selbst zur\u00fcckverweist |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=Ringreferenz f\u00fcr DIT-Strukturregel %s entdeckt, in der die \u00fcbergeordnete Regel auf die DIT-Strukturregel selbst zur\u00fcckverweist |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Fehler beim Versuch, vor der Aktualisierung Kopien der bestehenden Schemadateien zu erstellen: %s. Der Server konnte die originale Schemakonfiguration wiederherstellen, sodass keine zus\u00e4tzliche Bereinigung erforderlich ist |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Fehler beim Versuch, vor der Aktualisierung Kopien von den bestehenden Schemadateien zu erstellen: %s. Es trat auch ein Problem beim Versuch auf, die originale Schemakonfiguration wiederherzustellen, sodass der Server sich eventuell in einem inkonsistenten Zustand befindet und eine manuelle Bereinigung erforderlich sein kann |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Fehler beim Versuch, neue Versionen der Serverschemadateien zu schreiben: %s. Der Server konnte die originale Schemakonfiguration wiederherstellen, sodass keine zus\u00e4tzliche Bereinigung erforderlich ist |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Fehler beim Versuch, neue Versionen der Serverschemadateien zu schreiben: %s. Es trat auch ein Problem beim Versuch auf, die originale Schemakonfiguration wiederherzustellen, sodass der Server sich eventuell in einem inkonsistenten Zustand befindet und eine manuelle Bereinigung erforderlich sein kann |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da dieser Attributtyp nicht definiert ist |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als \u00fcbergeordneter Typ f\u00fcr Attributtyp %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher oder optionaler Typ in Objektklasse %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher oder optionaler Typ in Namensform %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn als erforderlicher, optionaler oder unzul\u00e4ssiger Typ in DIT-Inhaltsregel %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Attributtyp %s kann nicht aus dem Serverschema entfernt werden, da auf ihn von der Verwendung der \u00dcbereinstimmungsregel %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da diese Objektklasse nicht definiert ist |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als \u00fcbergeordneter Klasse f\u00fcr Objektklasse %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als strukturelle Klasse f\u00fcr Namensform %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Objektklasse %s kann nicht aus dem Serverschema entfernt werden, da auf sie als strukturelle Klasse oder Hilfsklasse f\u00fcr DIT-Inhaltsregel %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Namensform %s kann nicht aus dem Serverschema entfernt werden, da diese Namensform nicht definiert ist |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Namensform %s kann nicht aus dem Serverschema entfernt werden, da auf sie von DIT-Strukturregel %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT-Inhaltsregel %s kann nicht aus dem Serverschema entfernt werden, da diese DIT-Inhaltsregel nicht definiert ist |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT-Strukturregel %s kann nicht aus dem Serverschema entfernt werden, da diese DIT-Strukturregel nicht definiert ist |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT-Strukturregel %s kann nicht aus dem Serverschema entfernt werden, da auf sie als \u00fcbergeordnete Regel f\u00fcr DIT-Strukturregel %s verwiesen wird |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht aus dem Serverschema entfernt werden, da diese Verwendung der \u00dcbereinstimmungsregel nicht definiert ist |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie auf die Objektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine strukturelle Objektklasse darstellt |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die strukturelle Objektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine strukturelle Klasse darstellt |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da der \u00fcbergeordneter Typ %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Attributtyp %s kann nicht hinzugef\u00fcgt werden, da die zugeordnete \u00dcbereinstimmungsregel %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da die \u00fcbergeordnete Klasse %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das erforderliche Attribut %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Objektklasse %s kann nicht hinzugef\u00fcgt werden, da das optionale Attribut %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Namensform %s kann nicht hinzugef\u00fcgt werden, da ihre strukturelle Objektklasse %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s erfordert, der im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Namensform %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s zul\u00e4sst, der im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da ihre strukturelle Objektklasse %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die zwar im Serverschema definiert ist, aber keine Hilfsklasse darstellt |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s erfordert, der im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s zul\u00e4sst, der im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie den Attributtyp %s verbietet, der im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da ihre Namensform %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT-Strukturregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die \u00fcbergeordneter Regel %s verweist, die im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da ihre \u00dcbereinstimmungsregel %s im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Die Verwendung der \u00dcbereinstimmungsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf den Attributtyp %s verweist, der im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT-Inhaltsregel %s kann nicht hinzugef\u00fcgt werden, da sie auf die Hilfsobjektklasse %s verweist, die im Serverschema als OBSOLETE markiert ist |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=Sie verf\u00fcgen nicht \u00fcber ausreichende Berechtigungen, um das Directory-Server-Schema zu \u00e4ndern |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Es konnte keine Datei gefunden werden, die verkn\u00fcpfte Schemaelementdefinitionen enth\u00e4lt, um festzulegen, ob Schema\u00e4nderungen im Offlinezustand des Servers durchgef\u00fchrt wurden. Die Datei wurde im Verzeichnis %s erwartet und sollte entweder %s oder %s benannt werden |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=Fehler beim Versuch, festzulegen, ob Schema\u00e4nderungen durch direkte Bearbeitung der Schemadateien im Offlinezustand des Servers durchgef\u00fchrt wurden: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=Fehler beim Versuch, Datei %s, die eine verkn\u00fcpfte Liste aller Serverschemaelemente enth\u00e4lt, zu schreiben: %s. Der Server kann m\u00f6glicherweise keine Schema\u00e4nderungen, die im Offlinezustand des Servers durchgef\u00fchrt wurden, pr\u00e4zise identifizieren |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=Die JE-Datenbankumgebung mit der Backend-ID %s ist besch\u00e4digt. Starten Sie den Directory-Server neu, um die Umgebung neu zu \u00f6ffnen |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=Der Directory-Server ist nicht daf\u00fcr konfiguriert, Aufgabe %s aufzurufen |
| | | INFO_TASK_COMPLETION_BODY_299=Aufgaben-ID: %s\r\nAufgabenstatus: %s\r\nGeplante Startzeit: %s\r\nTats\u00e4chliche Startzeit: %s\r\nFertigstellungszeit: %s\r\n\r\nProtokollmeldungen:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Der Eintrag konnte nicht vom Trust-Speicher-Backend abgerufen werden, da der angeforderte Eintrag Null ist |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Der angeforderte Eintrag %s ist nicht im Trust-Speicher-Backup vorhanden |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Eintrag %s konnte nicht vom Trust-Speicher-Backend verarbeitet werden, da der angeforderte DN eine Ebene unterhalb der Basis-DN liegt, aber keinen Zertifikatsnamen spezifiziert |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Fehler beim Versuch, Zertifikat %s aus der Trust-Speicherdatei %s abzurufen: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u00c4nderungsvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=DN-\u00c4nderungsvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Das Trust-Speicher-Backend konnte nicht vom Konfigurationseintrag %s initialisiert werden, da es nicht exakt einen Basis-DN enth\u00e4lt |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF-Import- und Exportvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Sicherungs- und Wiederherstellungsvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=Die Trust-Speicherdatei %s, die in Attribut ds-cfg-trust-store-file des Konfigurationseintrags %s angegeben ist, ist nicht vorhanden |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=Der Trust-Speichertyp %s, der in Attribut ds-cfg-trust-store-type des Konfigurationseintrags %s angegeben ist, ist ung\u00fcltig: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=Fehler beim Versuch, die PIN-Datei %s, die in Attribut ds-cfg-trust-store-pin-file des Konfigurationseintrags %s angegeben ist, zu erstellen |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=Fehler beim Versuch, die Trust-Speicher-PIN aus Datei %s, die in Konfigurationsattribut ds-cfg-trust-store-pin-file des Konfigurationseintrags %s spezifiziert ist, zu lesen: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=Datei %s, die in Attribut ds-cfg-trust-store-pin-file des Konfigurationseintrags %s angegeben ist, sollte die f\u00fcr den Zugriff auf den Trust-Speicher erforderliche PIN enthalten, aber die Datei ist leer |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Umgebungsvariable %s, die in Attribut ds-cfg-trust-store-pin-environment-variable des Konfigurationseintrags %s angegeben ist, sollte die f\u00fcr den Zugriff auf den Trust-Speicher erforderliche PIN enthalten, aber diese Eigenschaft ist nicht angegeben |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java-Eigenschaft %s, die in Attribut ds-cfg-trust-store-pin-property des Konfigurationseintrags %s angegeben ist, sollte die f\u00fcr den Zugriff auf den dateibasierten Trust-Manager erforderliche PIN enthalten, aber diese Eigenschaft ist nicht angegeben |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=Unerwarteter Fehler beim Versuch, den Wert des Konfigurationsattributs ds-cfg-trust-store-file in Konfigurationseintrag %s festzulegen: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=Fehler beim Versuch, den Trust-Speicherinhalt aus Datei %s zu laden: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=Fehler beim Versuch, eine Trust-Manager-Factory zu erstellen, um auf den Inhalt der Trust-Speicherdatei %s zuzugreifen: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=Der Zertifikatseintrag %s ist bereits vorhanden |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Fehler beim Versuch, ein selbstsigniertes Zertifikat %s in der Trust-Speicherdatei %s zu erstellen: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Fehler beim Versuch, Zertifikat %s in der Trust-Speicherdatei %s hinzuzuf\u00fcgen: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er kein Zertifikatsattribut %s enth\u00e4lt |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er mehrere Zertifikatsattribute %s enth\u00e4lt |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er keinen Wert des Zertifikatsattributs %s enth\u00e4lt |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er mehrere Werte des Zertifikatsattributs %s enth\u00e4lt |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Beim Schreiben von Zertifikat %s in eine Datei ist ein Fehler aufgetreten: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Das Einrichten von Berechtigungen f\u00fcr Trust-Speicherdatei %s ist fehlgeschlagen |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=Der Root-Container f\u00fcr Backend %s wurde nicht initialisiert, sodass dieses Backend den angeforderten Vorgang nicht verarbeiten kann |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Schreibsperre f\u00fcr Eintrag %s nicht m\u00f6glich |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Eintrag %s kann nicht ge\u00e4ndert werden, da er keinen Aufgabeneintrag darstellt. Es k\u00f6nnen nur Aufgabeneintr\u00e4ge in dem Aufgaben-Backend ge\u00e4ndert werden |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Eintrag %s kann nicht ge\u00e4ndert werden, da er keine g\u00fcltige Aufgabe in dem Server darstellt |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Eintrag %s kann nicht ge\u00e4ndert werden, da die zugeh\u00f6rige Aufgabe die Ausf\u00fchrung abgeschlossen hat. Abgeschlossene Aufgaben k\u00f6nnen nicht ge\u00e4ndert werden |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Eintrag %s kann nicht ge\u00e4ndert werden, da der Server derzeit keine wiederkehrenden Aufgabeneintr\u00e4ge unterst\u00fctzt |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=Die mit Eintrag %s verkn\u00fcpfte Aufgabe wird derzeit ausgef\u00fchrt. Der Austausch des Wertes f\u00fcr Attribut ds-task-state durch "cancel" ist die einzige zul\u00e4ssige \u00c4nderung f\u00fcr Aufgaben, die aktuell ausgef\u00fchrt werden |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Der Eintrag konnte nicht vom Trust-Speicher-Backend abgerufen werden, da der angeforderte Eintrag Null ist |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=Der angeforderte Eintrag %s ist nicht im Trust-Speicher-Backup vorhanden |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Eintrag %s konnte nicht vom Trust-Speicher-Backend verarbeitet werden, da der angeforderte DN eine Ebene unterhalb der Basis-DN liegt, aber keinen Zertifikatsnamen spezifiziert |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Fehler beim Versuch, Zertifikat %s aus der Trust-Speicherdatei %s abzurufen: %s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u00c4nderungsvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=DN-\u00c4nderungsvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Das Trust-Speicher-Backend konnte nicht vom Konfigurationseintrag %s initialisiert werden, da es nicht exakt einen Basis-DN enth\u00e4lt |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF-Import- und Exportvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Sicherungs- und Wiederherstellungsvorg\u00e4nge werden nicht in dem Trust-Speicher-Backend unterst\u00fctzt |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=Die Trust-Speicherdatei %s, die in Attribut ds-cfg-trust-store-file des Konfigurationseintrags %s angegeben ist, ist nicht vorhanden |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=Der Trust-Speichertyp %s, der in Attribut ds-cfg-trust-store-type des Konfigurationseintrags %s angegeben ist, ist ung\u00fcltig: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=Fehler beim Versuch, die PIN-Datei %s, die in Attribut ds-cfg-trust-store-pin-file des Konfigurationseintrags %s angegeben ist, zu erstellen |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=Fehler beim Versuch, die Trust-Speicher-PIN aus Datei %s, die in Konfigurationsattribut ds-cfg-trust-store-pin-file des Konfigurationseintrags %s spezifiziert ist, zu lesen: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=Datei %s, die in Attribut ds-cfg-trust-store-pin-file des Konfigurationseintrags %s angegeben ist, sollte die f\u00fcr den Zugriff auf den Trust-Speicher erforderliche PIN enthalten, aber die Datei ist leer |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=Umgebungsvariable %s, die in Attribut ds-cfg-trust-store-pin-environment-variable des Konfigurationseintrags %s angegeben ist, sollte die f\u00fcr den Zugriff auf den Trust-Speicher erforderliche PIN enthalten, aber diese Eigenschaft ist nicht angegeben |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java-Eigenschaft %s, die in Attribut ds-cfg-trust-store-pin-property des Konfigurationseintrags %s angegeben ist, sollte die f\u00fcr den Zugriff auf den dateibasierten Trust-Manager erforderliche PIN enthalten, aber diese Eigenschaft ist nicht angegeben |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=Unerwarteter Fehler beim Versuch, den Wert des Konfigurationsattributs ds-cfg-trust-store-file in Konfigurationseintrag %s festzulegen: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=Fehler beim Versuch, den Trust-Speicherinhalt aus Datei %s zu laden: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=Fehler beim Versuch, eine Trust-Manager-Factory zu erstellen, um auf den Inhalt der Trust-Speicherdatei %s zuzugreifen: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=Der Zertifikatseintrag %s ist bereits vorhanden |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Fehler beim Versuch, ein selbstsigniertes Zertifikat %s in der Trust-Speicherdatei %s zu erstellen: %s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Fehler beim Versuch, Zertifikat %s in der Trust-Speicherdatei %s hinzuzuf\u00fcgen: %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er kein Zertifikatsattribut %s enth\u00e4lt |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er mehrere Zertifikatsattribute %s enth\u00e4lt |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er keinen Wert des Zertifikatsattributs %s enth\u00e4lt |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=Der Eintrag %s konnte nicht hinzugef\u00fcgt werden, da er mehrere Werte des Zertifikatsattributs %s enth\u00e4lt |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Beim Schreiben von Zertifikat %s in eine Datei ist ein Fehler aufgetreten: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Das Einrichten von Berechtigungen f\u00fcr Trust-Speicherdatei %s ist fehlgeschlagen |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=Der Root-Container f\u00fcr Backend %s wurde nicht initialisiert, sodass dieses Backend den angeforderten Vorgang nicht verarbeiten kann |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Schreibsperre f\u00fcr Eintrag %s nicht m\u00f6glich |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Eintrag %s kann nicht ge\u00e4ndert werden, da er keinen Aufgabeneintrag darstellt. Es k\u00f6nnen nur Aufgabeneintr\u00e4ge in dem Aufgaben-Backend ge\u00e4ndert werden |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Eintrag %s kann nicht ge\u00e4ndert werden, da er keine g\u00fcltige Aufgabe in dem Server darstellt |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=Eintrag %s kann nicht ge\u00e4ndert werden, da die zugeh\u00f6rige Aufgabe die Ausf\u00fchrung abgeschlossen hat. Abgeschlossene Aufgaben k\u00f6nnen nicht ge\u00e4ndert werden |
| | | ERR_TASKBE_MODIFY_RECURRING_334=Eintrag %s kann nicht ge\u00e4ndert werden, da der Server derzeit keine wiederkehrenden Aufgabeneintr\u00e4ge unterst\u00fctzt |
| | | ERR_TASKBE_MODIFY_RUNNING_335=Die mit Eintrag %s verkn\u00fcpfte Aufgabe wird derzeit ausgef\u00fchrt. Der Austausch des Wertes f\u00fcr Attribut ds-task-state durch "cancel" ist die einzige zul\u00e4ssige \u00c4nderung f\u00fcr Aufgaben, die aktuell ausgef\u00fchrt werden |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Die Ausf\u00fchrung der Aufgabe wurde durch eine \u00c4nderungsanforderung unterbrochen, um die Aufgabe abzubrechen |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Fehler beim Versuch, Zertifikat %s aus der Trust-Speicherdatei %s zu l\u00f6schen: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Eintrag %s konnte nicht aus dem Trust-Speicher-Backend abgerufen werden, da das Zertifikat %s nicht vorhanden ist |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=Das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, unterst\u00fctzt nur einen einzigen Basis-DN, obwohl es f\u00fcr die Verwendung mit mehreren Basis-DNs konfiguriert wurde |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt mehrere Eintr\u00e4ge mit dem DN %s |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt den Eintrag %s, der nicht unterhalb des f\u00fcr das Backend definierten Basis-DNs befindet |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt den Eintrag %s. Der \u00fcbergeordnete Eintrag wurde jedoch noch nicht gelesen |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=Fehler beim Versuch, Datei %s zu erstellen, um eine aktualisierte Version der Daten f\u00fcr das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, zu schreiben: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=Fehler beim Versuch, aktualisierte Daten in Datei %s f\u00fcr das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, zu schreiben: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=Fehler beim Versuch, Datei %s in %s umzubenennen, w\u00e4hrend aktualisierte Daten f\u00fcr das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, geschrieben werden: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=Eintrag %s ist bereits im LDIF-Backend vorhanden |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u00dcbergeordnete Eintrag von Eintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=Eintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=Eintrag %s hat einen oder mehrere untergeordnete Eintr\u00e4ge und kann erst gel\u00f6scht werden, nachdem die untergeordneten Eintr\u00e4ge entfernt wurden |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=Eintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=Quelleintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=Zieleintrag %s ist bereits vorhanden |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=Neuer \u00fcbergeordneter DN %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=Der als Basis-DN f\u00fcr Suchen festgelegte Eintrag %s ist nicht vorhanden |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=Fehler beim Versuch, den Schreiber f\u00fcr den LDIF-Exportvorgang zu erstellen: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=Fehler beim Versuch, Eintrag %s w\u00e4hrend des LDIF-Exports zu schreiben: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=Fehler beim Versuch, den Leser f\u00fcr den LDIF-Importvorgang zu erstellen: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=Irreparabler Fehler beim Versuch, Daten aus der Importdatei zu lesen: %s. Der LDIF-Import kann nicht fortgesetzt werden |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=Das LDIF-Backend verf\u00fcgt momentan noch \u00fcber keinen Sicherungs- und Wiederherstellungsmechanismus. Verwenden Sie stattdessen LDIF-Import- und Exportvorg\u00e4nge |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Fehler beim Versuch, Zertifikat %s aus der Trust-Speicherdatei %s zu l\u00f6schen: %s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Eintrag %s konnte nicht aus dem Trust-Speicher-Backend abgerufen werden, da das Zertifikat %s nicht vorhanden ist |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=Das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, unterst\u00fctzt nur einen einzigen Basis-DN, obwohl es f\u00fcr die Verwendung mit mehreren Basis-DNs konfiguriert wurde |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt mehrere Eintr\u00e4ge mit dem DN %s |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt den Eintrag %s, der nicht unterhalb des f\u00fcr das Backend definierten Basis-DNs befindet |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=Die LDIF-Datei %s, die vom LDIF-Backend verwendet wird, welches im Konfigurationseintrag %s definiert ist, enth\u00e4lt den Eintrag %s. Der \u00fcbergeordnete Eintrag wurde jedoch noch nicht gelesen |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=Fehler beim Versuch, Datei %s zu erstellen, um eine aktualisierte Version der Daten f\u00fcr das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, zu schreiben: %s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=Fehler beim Versuch, aktualisierte Daten in Datei %s f\u00fcr das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, zu schreiben: %s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=Fehler beim Versuch, Datei %s in %s umzubenennen, w\u00e4hrend aktualisierte Daten f\u00fcr das LDIF-Backend, welches im Konfigurationseintrag %s definiert ist, geschrieben werden: %s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=Eintrag %s ist bereits im LDIF-Backend vorhanden |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u00dcbergeordnete Eintrag von Eintrag %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=Eintrag %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=Eintrag %s hat einen oder mehrere untergeordnete Eintr\u00e4ge und kann erst gel\u00f6scht werden, nachdem die untergeordneten Eintr\u00e4ge entfernt wurden |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=Eintrag %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=Quelleintrag %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=Zieleintrag %s ist bereits vorhanden |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=Neuer \u00fcbergeordneter DN %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=Der als Basis-DN f\u00fcr Suchen festgelegte Eintrag %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=Fehler beim Versuch, den Schreiber f\u00fcr den LDIF-Exportvorgang zu erstellen: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=Fehler beim Versuch, Eintrag %s w\u00e4hrend des LDIF-Exports zu schreiben: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=Fehler beim Versuch, den Leser f\u00fcr den LDIF-Importvorgang zu erstellen: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=Irreparabler Fehler beim Versuch, Daten aus der Importdatei zu lesen: %s. Der LDIF-Import kann nicht fortgesetzt werden |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=Das LDIF-Backend verf\u00fcgt momentan noch \u00fcber keinen Sicherungs- und Wiederherstellungsmechanismus. Verwenden Sie stattdessen LDIF-Import- und Exportvorg\u00e4nge |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=Die \u00c4nderungen am LDIF-Dateipfad treten erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert wird |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=Die \u00c4nderungen am Basis-DN des LDIF-Backends treten erst in Kraft, wenn das Backend deaktiviert und wieder reaktiviert wird |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=Zieleintrag %s ist nicht vorhanden |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=Zieleintrag %s ist nicht vorhanden |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Fehler beim Lesen von Schl\u00fcssel %s aus Schl\u00fcsselspeicher %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Dieses Backend bietet keine Unterst\u00fctzung f\u00fcr das Betriebsattribut hasSubordinates |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Dieses Backend bietet keine Unterst\u00fctzung f\u00fcr das Betriebsattribut numSubordinates |
| | | NOTICE_BACKEND_OFFLINE_370=Backend %s geht jetzt offline |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt eine ung\u00fcltige Token-Anzahl |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Minuten-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Stunden-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Monatstag-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Jahresmonat-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Wochentag-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt eine ung\u00fcltige Token-Kombination und liefert ein nicht vorhandenes Kalenderdatum |
| | | SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=Fehler beim Versuch, Aufgaben-Backend-Daten zu exportieren: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=Fehler beim Versuch, den MAC-Anbieter %s zum Erstellen des signierten Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=Fehler beim Versuch, die Nachrichtenverarbeitung %s zum Erstellen des Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=Fehler beim Versuch, die Aufgabenarchivdatei %s in Verzeichnis %s zu erstellen: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=Fehler beim Versuch, die Verschl\u00fcsselung zum Verschl\u00fcsseln der Sicherung zu erhalten: %s |
| | | SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s Aufgabensicherung %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Fehler beim Versuch, Aufgabendatei %s zu sichern: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=Fehler beim Versuch, die Aufgabenarchivdatei %s in Verzeichnis %s zu schlie\u00dfen: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=Fehler beim Versuch, die Sicherungsdeskriptordatei %s mit den Informationen \u00fcber die Aufgabensicherung zu aktualisieren: %s |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Die Aufgabensicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da diese Sicherung nicht vorhanden ist |
| | | SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Die Aufgabensicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da der Archivdateiname nicht festgelegt werden konnte |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da die spezifizierte Archivdatei %s nicht vorhanden ist |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, festzustellen, ob das Sicherungsarchiv %s vorhanden ist, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein unsignierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den Verarbeitungsalgorithmus, der zum Generieren dieses Hash verwendet wird, nicht festlegen kann |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen unsignierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten Verarbeitungsalgorithmus von %s verwendet |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein signierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den MAC-Algorithmus, der zum Generieren dieses Hash verwendet wird, nicht festlegen kann |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen signierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten MAC-Algorithmus von %s verwendet |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Sicherungsarchivdatei %s zu \u00f6ffnen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie mit einer unbekannten oder nicht unterst\u00fctzten Verschl\u00fcsselung verschl\u00fcsselt ist: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, den n\u00e4chsten Eintrag aus der Archivdatei %s zu lesen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Die Aufgabensicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, die Datei %s wiederherzustellen, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die archivierte Datei %s zu verarbeiten, ein Fehler aufgetreten ist: %s |
| | | SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Archivdatei %s zu schlie\u00dfen, ein Fehler aufgetreten ist: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=Der vom Sicherungsarchiv berechnete Message Digest stimmt mit dem in den Sicherungsinformationen gespeichertem Digest \u00fcberein |
| | | SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete Message Digest nicht mit dem in den Sicherungsinformationen gespeicherten Digest \u00fcbereinstimmt |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=Der vom Sicherungsarchiv berechnete signierte Digest stimmt mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcberein |
| | | SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete signierte Digest nicht mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcbereinstimmt |
| | | NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=Alle mit der Aufgabensicherung %s aus dem Verzeichnis %s durchgef\u00fchrten Pr\u00fcfungen ergeben, dass es sich anscheinend um ein g\u00fcltiges Archiv handelt |
| | | NOTICE_TASKS_RESTORE_SUCCESSFUL_406=Aufgabenssicherung %s wurde erfolgreich vom Archiv im Verzeichnis %s wiederhergestellt |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=Die Informationen f\u00fcr die Sicherung %s konnten nicht in dem Sicherungsverzeichnis %s gefunden werden |
| | | SEVERE_ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=Fehler beim Versuch, die Sicherungsdeskriptordatei %s mit den Informationen \u00fcber die Sicherung zu aktualisieren: %s |
| | | MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Die DIT-Strukturregel %s konnte nicht hinzugef\u00fcgt werden, da die Regelkennung gegen die bestehende DIT-Strukturregel (%s) verst\u00f6\u00dft |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=Zieleintrag %s ist nicht vorhanden |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=Zieleintrag %s ist nicht vorhanden |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=Fehler beim Lesen von Schl\u00fcssel %s aus Schl\u00fcsselspeicher %s: %s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Dieses Backend bietet keine Unterst\u00fctzung f\u00fcr das Betriebsattribut hasSubordinates |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Dieses Backend bietet keine Unterst\u00fctzung f\u00fcr das Betriebsattribut numSubordinates |
| | | NOTE_BACKEND_OFFLINE_370=Backend %s geht jetzt offline |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt eine ung\u00fcltige Token-Anzahl |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Minuten-Token |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Stunden-Token |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Monatstag-Token |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Jahresmonat-Token |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt einen ung\u00fcltigen Wochentag-Token |
| | | ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=Das angegebene Eintragsattribut %s der wiederkehrenden Aufgabe, in das der wiederkehrende Aufgabenzeitplan enthalten ist, besitzt eine ung\u00fcltige Token-Kombination und liefert ein nicht vorhandenes Kalenderdatum |
| | | ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=Fehler beim Versuch, Aufgaben-Backend-Daten zu exportieren: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=Fehler beim Versuch, den MAC-Anbieter %s zum Erstellen des signierten Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=Fehler beim Versuch, die Nachrichtenverarbeitung %s zum Erstellen des Hash f\u00fcr die Sicherung zu erhalten: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=Fehler beim Versuch, die Aufgabenarchivdatei %s in Verzeichnis %s zu erstellen: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=Fehler beim Versuch, die Verschl\u00fcsselung zum Verschl\u00fcsseln der Sicherung zu erhalten: %s |
| | | ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s Aufgabensicherung %s |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Fehler beim Versuch, Aufgabendatei %s zu sichern: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=Fehler beim Versuch, die Aufgabenarchivdatei %s in Verzeichnis %s zu schlie\u00dfen: %s |
| | | ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=Fehler beim Versuch, die Sicherungsdeskriptordatei %s mit den Informationen \u00fcber die Aufgabensicherung zu aktualisieren: %s |
| | | ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Die Aufgabensicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da diese Sicherung nicht vorhanden ist |
| | | ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Die Aufgabensicherung %s in Verzeichnis %s konnte nicht wiederhergestellt oder verifiziert werden, da der Archivdateiname nicht festgelegt werden konnte |
| | | ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da die spezifizierte Archivdatei %s nicht vorhanden ist |
| | | ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, festzustellen, ob das Sicherungsarchiv %s vorhanden ist, ein Fehler aufgetreten ist: %s |
| | | ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein unsignierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den Verarbeitungsalgorithmus, der zum Generieren dieses Hash verwendet wird, nicht festlegen kann |
| | | ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen unsignierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten Verarbeitungsalgorithmus von %s verwendet |
| | | ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da ein signierter Hash dieser Sicherung verf\u00fcgbar ist, aber der Server den MAC-Algorithmus, der zum Generieren dieses Hash verwendet wird, nicht festlegen kann |
| | | ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie einen signierten Hash besitzt, der einen unbekannten oder nicht unterst\u00fctzten MAC-Algorithmus von %s verwendet |
| | | ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Sicherungsarchivdatei %s zu \u00f6ffnen, ein Fehler aufgetreten ist: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da sie mit einer unbekannten oder nicht unterst\u00fctzten Verschl\u00fcsselung verschl\u00fcsselt ist: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, den n\u00e4chsten Eintrag aus der Archivdatei %s zu lesen, ein Fehler aufgetreten ist: %s |
| | | ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Die Aufgabensicherung %s konnte nicht wiederhergestellt werden, da beim Versuch, die Datei %s wiederherzustellen, ein Fehler aufgetreten ist: %s |
| | | ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die archivierte Datei %s zu verarbeiten, ein Fehler aufgetreten ist: %s |
| | | ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da beim Versuch, die Archivdatei %s zu schlie\u00dfen, ein Fehler aufgetreten ist: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=Der vom Sicherungsarchiv berechnete Message Digest stimmt mit dem in den Sicherungsinformationen gespeichertem Digest \u00fcberein |
| | | ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete Message Digest nicht mit dem in den Sicherungsinformationen gespeicherten Digest \u00fcbereinstimmt |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=Der vom Sicherungsarchiv berechnete signierte Digest stimmt mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcberein |
| | | ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Die Aufgabensicherung %s konnte nicht wiederhergestellt oder verifiziert werden, da der vom Sicherungsarchiv berechnete signierte Digest nicht mit der in den Sicherungsinformationen gespeicherten Signatur \u00fcbereinstimmt |
| | | NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=Alle mit der Aufgabensicherung %s aus dem Verzeichnis %s durchgef\u00fchrten Pr\u00fcfungen ergeben, dass es sich anscheinend um ein g\u00fcltiges Archiv handelt |
| | | NOTE_TASKS_RESTORE_SUCCESSFUL_406=Aufgabenssicherung %s wurde erfolgreich vom Archiv im Verzeichnis %s wiederhergestellt |
| | | ERR_BACKUP_MISSING_BACKUPID_407=Die Informationen f\u00fcr die Sicherung %s konnten nicht in dem Sicherungsverzeichnis %s gefunden werden |
| | | ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=Fehler beim Versuch, die Sicherungsdeskriptordatei %s mit den Informationen \u00fcber die Sicherung zu aktualisieren: %s |
| | | ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Die DIT-Strukturregel %s konnte nicht hinzugef\u00fcgt werden, da die Regelkennung gegen die bestehende DIT-Strukturregel (%s) verst\u00f6\u00dft |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=Lokaler DB-Backend %s gibt nicht die Anzahl der Bereinigungs-Threads an: Zur\u00fccksetzen auf %d Threads |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=Lokaler DB-Backend %s gibt nicht die Anzahl der verriegelten Tabellen an: Zur\u00fccksetzen auf %d |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=Aufgabe %s konnte nicht geplant werden, da deren Abh\u00e4ngigkeitsaufgabe %s fehlt |
| | | NOTICE_TASK_STARTED_413=%s-Aufgabe %s startete die Ausf\u00fchrung |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Ldap-Syntaxbeschreibung mit OID %s kann nicht hinzugef\u00fcgt werden, da ein Konflikt mit einer vorhandenen ldap-Syntaxbeschreibung besteht |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Ldap-Syntaxbeschreibung %s kann nicht aus dem Serverschema entfernt werden, da eine solche ldap-Syntaxbeschreibung nicht definiert ist |
| | | MILD_ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=Der angegebene Wert "%s" konnte nicht als ldap-Syntax analysiert werden, da seine OID %s einer bereits implementierten Attributsyntax entspricht |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=Beim Versuch, die ldap-Syntaxbeschreibung "%s" zu decodieren, ist ein Fehler aufgetreten: %s |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt eine ung\u00fcltige Token-Anzahl |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Minuten-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Stunden-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Monatstag-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Jahresmonat-Token |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Wochentag-Token |
| | | MILD_ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=Das Schema-Backend unterst\u00fctzt nicht den Bearbeitungstyp Replace des Attributtyps %s |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=Aufgabe %s konnte nicht geplant werden, da deren Abh\u00e4ngigkeitsaufgabe %s fehlt |
| | | NOTE_TASK_STARTED_413=%s-Aufgabe %s startete die Ausf\u00fchrung |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Ldap-Syntaxbeschreibung mit OID %s kann nicht hinzugef\u00fcgt werden, da ein Konflikt mit einer vorhandenen ldap-Syntaxbeschreibung besteht |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Ldap-Syntaxbeschreibung %s kann nicht aus dem Serverschema entfernt werden, da eine solche ldap-Syntaxbeschreibung nicht definiert ist |
| | | ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=Der angegebene Wert "%s" konnte nicht als ldap-Syntax analysiert werden, da seine OID %s einer bereits implementierten Attributsyntax entspricht |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=Beim Versuch, die ldap-Syntaxbeschreibung "%s" zu decodieren, ist ein Fehler aufgetreten: %s |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt eine ung\u00fcltige Token-Anzahl |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Minuten-Token |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Stunden-Token |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Monatstag-Token |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Jahresmonat-Token |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=Die angegebene der wiederkehrende Aufgabenzeitplan Wert besitzt einen ung\u00fcltigen Wochentag-Token |
| | | ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=Das Schema-Backend unterst\u00fctzt nicht den Bearbeitungstyp Replace des Attributtyps %s |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2009 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=Se ha intentado anular el registro del subsufijo "%s" del backend con el sufijo "%s". No obstante, el backend subordinado que contiene este subsufijo contiene otros subsufijos adicionales, por lo que es posible que no pueda anularse el registro. Es posible que pueda suprimirse este subsufijo mediante la edici\u00f3n de la configuraci\u00f3n para el backend subordinado con el que est\u00e1 asociado |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=Se ha intentado configurar el backend de DSE ra\u00edz sin proporcionar una entrada de configuraci\u00f3n. Esto no est\u00e1 permitido |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=El ND de base "%s" est\u00e1 configurado como uno de los ND de base subordinados para su uso en b\u00fasquedas por debajo de la DSE ra\u00edz. No obstante, este ND de base no est\u00e1 controlado por ning\u00fan sufijo registrado con el Servidor de directorios, por lo que no se utilizar\u00e1 |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=Se ha producido un problema inesperado al tratar de determinar el conjunto de los ND de base subordinados para su uso en b\u00fasquedas por debajo de la DSE ra\u00edz: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Se ha solicitado al servidor de fondo DSE ra\u00edz que recupere la entrada con el ND "%s". A este servidor de fondo s\u00f3lo se le puede solicitar que recupere el propio DSE ra\u00edz. Sin embargo, se realizar\u00e1 una comprobaci\u00f3n del mismo con los servidores de fondo subordinados definidos y se verificar\u00e1 si puede buscar la entrada solicitada |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo DSE ra\u00edz |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo DSE ra\u00edz |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=No se puede actualizar la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo DSE ra\u00edz. Si desea modificar el contenido del propio DSE ra\u00edz, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" de la configuraci\u00f3n |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo DSE ra\u00edz |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=No se puede realizar una b\u00fasqueda (Id. de conexi\u00f3n %d, Id. de operaci\u00f3n %d) con el ND de base de "%s" en el servidor de fondo DSE ra\u00edz. El ND de base de las b\u00fasquedas de este servidor de fondo debe ser el ND del propio DSE ra\u00edz |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=Se ha producido un error inesperado al tratar de procesar una operaci\u00f3n de b\u00fasqueda (Id. de conexi\u00f3n %d, Id. de operaci\u00f3n %d) en el backend de DSE ra\u00edz: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=No se pudo procesar la b\u00fasqueda con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d porque tuvo un \u00e1mbito no v\u00e1lido de %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=Se ha producido un error inesperado al tratar de abrir el editor de LDIF para el backend de DSE ra\u00edz: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=Se ha producido un error inesperado al tratar de exportar la entrada DSE ra\u00edz al destino LDIF especificado: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=El backend de DSE ra\u00edz no admite operaciones de importaci\u00f3n de LDIF |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=El backend de DSE ra\u00edz no proporciona ning\u00fan recurso para las operaciones de copia de seguridad y de restauraci\u00f3n. La copia de seguridad de los contenidos de la DSE ra\u00edz debe procesarse como parte de la configuraci\u00f3n del Servidor de directorios |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=Se ha intentado anular el registro del subsufijo "%s" del backend con el sufijo "%s". No obstante, el backend subordinado que contiene este subsufijo contiene otros subsufijos adicionales, por lo que es posible que no pueda anularse el registro. Es posible que pueda suprimirse este subsufijo mediante la edici\u00f3n de la configuraci\u00f3n para el backend subordinado con el que est\u00e1 asociado |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=Se ha intentado configurar el backend de DSE ra\u00edz sin proporcionar una entrada de configuraci\u00f3n. Esto no est\u00e1 permitido |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=El ND de base "%s" est\u00e1 configurado como uno de los ND de base subordinados para su uso en b\u00fasquedas por debajo de la DSE ra\u00edz. No obstante, este ND de base no est\u00e1 controlado por ning\u00fan sufijo registrado con el Servidor de directorios, por lo que no se utilizar\u00e1 |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=Se ha producido un problema inesperado al tratar de determinar el conjunto de los ND de base subordinados para su uso en b\u00fasquedas por debajo de la DSE ra\u00edz: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Se ha solicitado al servidor de fondo DSE ra\u00edz que recupere la entrada con el ND "%s". A este servidor de fondo s\u00f3lo se le puede solicitar que recupere el propio DSE ra\u00edz. Sin embargo, se realizar\u00e1 una comprobaci\u00f3n del mismo con los servidores de fondo subordinados definidos y se verificar\u00e1 si puede buscar la entrada solicitada |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo DSE ra\u00edz |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo DSE ra\u00edz |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=No se puede actualizar la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo DSE ra\u00edz. Si desea modificar el contenido del propio DSE ra\u00edz, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" de la configuraci\u00f3n |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo DSE ra\u00edz |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=No se puede realizar una b\u00fasqueda (Id. de conexi\u00f3n %d, Id. de operaci\u00f3n %d) con el ND de base de "%s" en el servidor de fondo DSE ra\u00edz. El ND de base de las b\u00fasquedas de este servidor de fondo debe ser el ND del propio DSE ra\u00edz |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=Se ha producido un error inesperado al tratar de procesar una operaci\u00f3n de b\u00fasqueda (Id. de conexi\u00f3n %d, Id. de operaci\u00f3n %d) en el backend de DSE ra\u00edz: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=No se pudo procesar la b\u00fasqueda con el Id. de conexi\u00f3n %d y el Id. de operaci\u00f3n %d porque tuvo un \u00e1mbito no v\u00e1lido de %s |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=Se ha producido un error inesperado al tratar de abrir el editor de LDIF para el backend de DSE ra\u00edz: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=Se ha producido un error inesperado al tratar de exportar la entrada DSE ra\u00edz al destino LDIF especificado: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=El backend de DSE ra\u00edz no admite operaciones de importaci\u00f3n de LDIF |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=El backend de DSE ra\u00edz no proporciona ning\u00fan recurso para las operaciones de copia de seguridad y de restauraci\u00f3n. La copia de seguridad de los contenidos de la DSE ra\u00edz debe procesarse como parte de la configuraci\u00f3n del Servidor de directorios |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=Se ha actualizado la configuraci\u00f3n del DSE ra\u00edz para que utilice el conjunto definido de sufijos del servidor de directorios al realizar b\u00fasquedas por debajo del DSE ra\u00edz |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=Se ha actualizado la configuraci\u00f3n del DSE ra\u00edz para que utilice el conjunto de ND de base %s al realizar b\u00fasquedas por debajo del DSE ra\u00edz |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=Se ha actualizado la configuraci\u00f3n del DSE ra\u00edz para que utilice un nuevo conjunto de atributos definidos por el usuario |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=Se ha intentado configurar el backend de supervisi\u00f3n sin proporcionar una entrada de configuraci\u00f3n. Esto no est\u00e1 permitido, por lo que no podr\u00e1 disponerse de informaci\u00f3n de supervisi\u00f3n por medio del protocolo |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=Se ha producido un error al tratar de descodificar cn=monitor como el ND de base para la informaci\u00f3n de supervisi\u00f3n del Servidor de directorios: %s. No podr\u00e1 disponerse de informaci\u00f3n de supervisi\u00f3n por medio del protocolo |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo de supervisi\u00f3n |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo de supervisi\u00f3n |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=No se puede actualizar la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo de supervisi\u00f3n. Si desea modificar el contenido de la propia entrada de supervisi\u00f3n de base, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" en la configuraci\u00f3n |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo de supervisi\u00f3n |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=Se ha producido un error al tratar de exportar la entrada de supervisi\u00f3n de base: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=Se ha producido un error al tratar de exportar la entrada de supervisi\u00f3n para el proveedor de supervisi\u00f3n %s: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=El backend de supervisi\u00f3n no admite operaciones de importaci\u00f3n de LDIF |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=El backend de supervisi\u00f3n no proporciona ning\u00fan recurso para las operaciones de copia de seguridad y de restauraci\u00f3n |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=Se ha intentado configurar el backend de supervisi\u00f3n sin proporcionar una entrada de configuraci\u00f3n. Esto no est\u00e1 permitido, por lo que no podr\u00e1 disponerse de informaci\u00f3n de supervisi\u00f3n por medio del protocolo |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=Se ha producido un error al tratar de descodificar cn=monitor como el ND de base para la informaci\u00f3n de supervisi\u00f3n del Servidor de directorios: %s. No podr\u00e1 disponerse de informaci\u00f3n de supervisi\u00f3n por medio del protocolo |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo de supervisi\u00f3n |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo de supervisi\u00f3n |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=No se puede actualizar la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n en el servidor de fondo de supervisi\u00f3n. Si desea modificar el contenido de la propia entrada de supervisi\u00f3n de base, es posible realizar esta operaci\u00f3n mediante la modificaci\u00f3n de la entrada "%s" en la configuraci\u00f3n |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo de supervisi\u00f3n |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=Se ha producido un error al tratar de exportar la entrada de supervisi\u00f3n de base: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=Se ha producido un error al tratar de exportar la entrada de supervisi\u00f3n para el proveedor de supervisi\u00f3n %s: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=El backend de supervisi\u00f3n no admite operaciones de importaci\u00f3n de LDIF |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=El backend de supervisi\u00f3n no proporciona ning\u00fan recurso para las operaciones de copia de seguridad y de restauraci\u00f3n |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=Se ha actualizado la configuraci\u00f3n de supervisi\u00f3n para que utilice un nuevo conjunto de atributos definidos por el usuario |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=No se puede recuperar la entrada solicitada del servidor de fondo de supervisi\u00f3n porque el ND especificado es nulo |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=No se puede recuperar la entrada solicitada %s del servidor de fondo de supervisi\u00f3n porque el ND no se encuentra por debajo de la base de supervisi\u00f3n de %s |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=No se puede recuperar la entrada solicitada del servidor de fondo de supervisi\u00f3n porque el ND especificado es nulo |
| | | ERR_MONITOR_INVALID_BASE_34=No se puede recuperar la entrada solicitada %s del servidor de fondo de supervisi\u00f3n porque el ND no se encuentra por debajo de la base de supervisi\u00f3n de %s |
| | | INFO_MONITOR_UPTIME_37=%d d\u00edas %d horas %d minutos %d segundos |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=Se ha intentado configurar el backend de esquema sin proporcionar una entrada de configuraci\u00f3n. Esto no est\u00e1 permitido, por lo que no se dispondr\u00e1 de informaci\u00f3n de esquema por medio del protocolo |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=Se ha producido un error al tratar de determinar los ND de base que deben usarse al publicar la informaci\u00f3n de esquema del Servidor de directorios, tal como se especifica en el atributo ds-cfg-schema-entry-dn de la entrada de configuraci\u00f3n %s: %s. Se usar\u00e1 el ND de base de esquema predeterminado de cn=schema |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo del esquema |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo del esquema |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo del esquema |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=Se ha producido un error al tratar de exportar la entrada de esquema de base: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=No se puede recuperar la entrada solicitada %s desde el servidor de fondo del esquema debido a que el ND es igual a uno de los ND de entrada de esquema |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=Se ha producido un error inesperado al tratar de abrir el editor de LDIF para el backend de esquema: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=Se ha intentado configurar el backend de esquema sin proporcionar una entrada de configuraci\u00f3n. Esto no est\u00e1 permitido, por lo que no se dispondr\u00e1 de informaci\u00f3n de esquema por medio del protocolo |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=Se ha producido un error al tratar de determinar los ND de base que deben usarse al publicar la informaci\u00f3n de esquema del Servidor de directorios, tal como se especifica en el atributo ds-cfg-schema-entry-dn de la entrada de configuraci\u00f3n %s: %s. Se usar\u00e1 el ND de base de esquema predeterminado de cn=schema |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=No se puede agregar la entrada "%s" porque no se admiten las operaciones de adici\u00f3n en el servidor de fondo del esquema |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=No se puede suprimir la entrada "%s" porque no se admiten las operaciones de eliminaci\u00f3n en el servidor de fondo del esquema |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=No se puede cambiar el nombre de la entrada "%s" porque no se admiten las operaciones de modificaci\u00f3n de ND en el servidor de fondo del esquema |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=Se ha producido un error al tratar de exportar la entrada de esquema de base: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=No se puede recuperar la entrada solicitada %s desde el servidor de fondo del esquema debido a que el ND es igual a uno de los ND de entrada de esquema |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=Se ha producido un error inesperado al tratar de abrir el editor de LDIF para el backend de esquema: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Se ha anulado satisfactoriamente el registro del ND %s, por lo que ya no estar\u00e1 disponible como ND de entrada de esquema |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=Se ha producido un error al tratar de anular el registro de %s como ND de entrada de esquema: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=Se ha producido un error al tratar de anular el registro de %s como ND de entrada de esquema: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=Se ha registrado satisfactoriamente el ND %s como ND de entrada de esquema |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=Se ha producido un error al tratar de registrar %s como ND de entrada de esquema: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=Se ha producido un error al tratar de registrar %s como ND de entrada de esquema: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=La configuraci\u00f3n de esquema se ha actualizado para que utilice un nuevo conjunto de atributos definidos por el usuario |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=El Servidor de directorios no ha podido obtener un bloqueo en la entrada %s tras varios intentos. Esto puede deberse a que la entrada ya est\u00e9 bloqueada por una operaci\u00f3n de larga ejecuci\u00f3n o a que la entrada ya se haya bloqueado con anterioridad sin desbloquearse correctamente |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=Se ha producido un error al tratar de obtener el proveedor MAC de %s con el fin de crear el hash firmado para la copia de seguridad: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=Se ha producido un error al tratar de obtener la recopilaci\u00f3n de mensajes de %s con el fin de crear el hash para la copia de seguridad: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=Se ha producido un error al tratar de crear el archivo de almacenamiento de esquema %s en el directorio %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=Se ha producido un error al tratar de obtener el cifrado para cifrar la copia de seguridad: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=Copia de seguridad de esquema %2$s de %1$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=Se ha producido un error al tratar de obtener una lista de los archivos en el directorio %s para su inclusi\u00f3n en la copia de seguridad de esquema: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=Se ha producido un error al tratar de hacer una copia de seguridad del archivo de esquema %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=Se ha producido un error al tratar de cerrar el archivo de almacenamiento de esquema %s en el directorio %s: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=Se ha producido un error al tratar de actualizar el archivo descriptor de la copia de seguridad %s con informaci\u00f3n sobre la copia de seguridad de esquema: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=No se puede restaurar ni comprobar la copia de seguridad de esquema %s en el directorio %s porque no existe tal copia de seguridad |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=No se puede restaurar ni comprobar la copia de seguridad de esquema %s en el directorio %s porque no pudo determinarse el nombre de archivo del archivo de almacenamiento |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque no existe el archivo de almacenamiento %s especificado |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al tratar de determinar si existe el archivo de copia de seguridad %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque, aunque se dispone de un hash no firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo de recopilaci\u00f3n empleado para generar este hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque contiene un hash no firmado que emplea un algoritmo de recopilaci\u00f3n de %s desconocido o incompatible |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque, aunque se dispone de un hash firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo MAC empleado para generar este hash |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque contiene un hash firmado que emplea un algoritmo MAC de %s desconocido o incompatible |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al tratar de abrir el archivo de almacenamiento de copia de seguridad %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha cifrado por medio de un cifrado desconocido o incompatible: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=No se puede restaurar la copia de seguridad de esquema %s porque se ha producido un error al tratar de cambiar el nombre del directorio de esquema actual de %s a %s: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Sin embargo, los archivos de esquema originales, presentes al inicio del proceso de restablecimiento, se han conservado y se encuentran actualmente en su ubicaci\u00f3n original %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Los archivos de esquema originales presentes antes del inicio del proceso de restauraci\u00f3n se han conservado y se encuentran en el directorio %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=No se puede restaurar la copia de seguridad de esquema %s porque se ha producido un error al tratar de crear un nuevo directorio vac\u00edo %s en el que restaurar los archivos: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Los archivos de esquema originales presentes antes del inicio del proceso de restauraci\u00f3n se han conservado en el directorio %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al tratar de leer la siguiente entrada del archivo de almacenamiento %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=No se puede restaurar la copia de seguridad de esquema %s porque se ha producido un error al tratar de volver a crear el archivo %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al procesar el archivo de almacenamiento %s: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error inesperado al tratar de cerrar el archivo de almacenamiento %s: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=La recopilaci\u00f3n de mensajes calculada a partir del archivo de copia de seguridad coincide con la recopilaci\u00f3n almacenada en la informaci\u00f3n de copia de seguridad |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque la recopilaci\u00f3n de mensajes calculada a partir del archivo de almacenamiento de copia de seguridad no coincide con la recopilaci\u00f3n almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=La recopilaci\u00f3n firmada que se ha calculado a partir del archivo de copia de seguridad coincide con la firma almacenada en la informaci\u00f3n de copia de seguridad |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque la recopilaci\u00f3n firmada calculada a partir del archivo de almacenamiento de copia de seguridad no coincide con la firma almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Todas las pruebas realizadas en la copia de seguridad del esquema %s del directorio %s indican que el archivo parece v\u00e1lido |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=La copia de seguridad del esquema %s se ha restablecido satisfactoriamente a partir del archivo ubicado en el directorio %s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=La tarea definida en la entrada %s no es v\u00e1lida porque tiene un estado no v\u00e1lido %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=Se ha producido un error al tratar de analizar el valor de hora de inicio programado %s de la entrada de tarea %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=Se ha producido un error al tratar de analizar el valor de hora de inicio real %s de la entrada de tarea %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=Se ha producido un error al tratar de analizar el valor de hora de finalizaci\u00f3n %s de la entrada de tarea %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=La entrada de tarea %s carece del atributo necesario %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=Hay varias instancias del atributo %s en la entrada de tarea %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=No hay valores para el atributo %s en la entrada de tarea %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=Hay varios valores para el atributo %s en la entrada de tarea %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=Se ha producido un error al ejecutar la tarea definida en la entrada %s: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=La entrada de tarea peri\u00f3dica proporcionada no contiene el atributo %s que se requiere para mantener el Id. de tarea peri\u00f3dica |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=La entrada de tarea peri\u00f3dica proporcionada contiene varios atributos con el tipo %s que se emplea para mantener el Id. de tarea peri\u00f3dica, pero s\u00f3lo se permite una \u00fanica instancia |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=La entrada de tarea peri\u00f3dica proporcionada no contiene ning\u00fan valor para el atributo %s que se emplea para especificar el Id. de tarea peri\u00f3dica |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=La entrada de tarea peri\u00f3dica proporcionada contiene varios valores para el atributo %s que se emplea para especificar el Id. de tarea peri\u00f3dica, pero s\u00f3lo se permite un \u00fanico valor |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=La entrada de tarea peri\u00f3dica proporcionada no contiene el atributo %s que se necesita para especificar la programaci\u00f3n de la tarea peri\u00f3dica |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=La entrada de tarea peri\u00f3dica proporcionada contiene varios atributos con el tipo %s que se emplea para mantener la programaci\u00f3n de la tarea peri\u00f3dica, pero s\u00f3lo se permite una \u00fanica instancia |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=La entrada de tarea peri\u00f3dica proporcionada no contiene ning\u00fan valor para el atributo %s que se emplea para especificar la programaci\u00f3n de la tarea peri\u00f3dica |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=La entrada de tarea peri\u00f3dica proporcionada contiene varios valores para el atributo %s que se emplea especificar la programaci\u00f3n de la tarea peri\u00f3dica, pero s\u00f3lo se permite un \u00fanico valor |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=Se ha producido un error al tratar de cargar la clase %s especificada en el atributo %s de la entrada de tarea peri\u00f3dica proporcionada %s. \u00bfExiste esta clase en la ruta de clase del Servidor de directorios? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=Se ha producido un error al tratar de crear una instancia de clase %s como una tarea del Servidor de directorios. \u00bfEs esta clase una subclase de%s? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=Se ha producido un error al tratar de realizar una inicializaci\u00f3n interna en una instancia de clase %s con la informaci\u00f3n contenida en la entrada proporcionada: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=La entrada de configuraci\u00f3n de backend de tarea no contiene ning\u00fan ND de base. Debe haber exactamente un ND de base para la informaci\u00f3n de tarea en el Directorio de servicios |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=La entrada de configuraci\u00f3n de backend de tarea contiene varios ND de base. Debe haber exactamente un ND de base para la informaci\u00f3n de tarea en el Directorio de servicios |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=Se ha producido un error al tratar de descodificar la base de tarea peri\u00f3dica %s como un ND: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=Se ha producido un error al tratar de descodificar la base de tarea programada %s como un ND: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=El archivo de copia de seguridad de datos de tarea %s especificado ya existe, por lo que el Servidor de directorios no tratar\u00e1 de sobrescribirlo. Elimine o cambie el nombre del archivo existente antes de tratar de emplear esa ruta para el nuevo archivo de copia de seguridad o seleccione una nueva ruta |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=Parece que la ruta %s especificada para el nuevo archivo de copia de seguridad de datos de tarea no es v\u00e1lida Seleccione una nueva ruta para el archivo de copia de seguridad de datos de tarea |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=El directorio principal %s para el nuevo archivo de copia de seguridad de datos de tarea %s no existe Cree este directorio antes de tratar de emplear esta ruta para el nuevo archivo de copia de seguridad o seleccione una nueva ruta |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=El directorio principal %s para el nuevo archivo de copia de seguridad de datos de tarea %s ya existe, pero no es un directorio. Seleccione una nueva ruta para el archivo de copia de seguridad de datos de tarea |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=Se ha producido un error al tratar de determinar la nueva ruta para el archivo de copia de seguridad de datos de tarea: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=El Servidor de directorios no ha podido obtener un bloqueo en la entrada %s tras varios intentos. Esto puede deberse a que la entrada ya est\u00e9 bloqueada por una operaci\u00f3n de larga ejecuci\u00f3n o a que la entrada ya se haya bloqueado con anterioridad sin desbloquearse correctamente |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=Se ha producido un error al tratar de obtener el proveedor MAC de %s con el fin de crear el hash firmado para la copia de seguridad: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=Se ha producido un error al tratar de obtener la recopilaci\u00f3n de mensajes de %s con el fin de crear el hash para la copia de seguridad: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=Se ha producido un error al tratar de crear el archivo de almacenamiento de esquema %s en el directorio %s: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=Se ha producido un error al tratar de obtener el cifrado para cifrar la copia de seguridad: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=Copia de seguridad de esquema %2$s de %1$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=Se ha producido un error al tratar de obtener una lista de los archivos en el directorio %s para su inclusi\u00f3n en la copia de seguridad de esquema: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=Se ha producido un error al tratar de hacer una copia de seguridad del archivo de esquema %s: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=Se ha producido un error al tratar de cerrar el archivo de almacenamiento de esquema %s en el directorio %s: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=Se ha producido un error al tratar de actualizar el archivo descriptor de la copia de seguridad %s con informaci\u00f3n sobre la copia de seguridad de esquema: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=No se puede restaurar ni comprobar la copia de seguridad de esquema %s en el directorio %s porque no existe tal copia de seguridad |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=No se puede restaurar ni comprobar la copia de seguridad de esquema %s en el directorio %s porque no pudo determinarse el nombre de archivo del archivo de almacenamiento |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque no existe el archivo de almacenamiento %s especificado |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al tratar de determinar si existe el archivo de copia de seguridad %s: %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque, aunque se dispone de un hash no firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo de recopilaci\u00f3n empleado para generar este hash |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque contiene un hash no firmado que emplea un algoritmo de recopilaci\u00f3n de %s desconocido o incompatible |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque, aunque se dispone de un hash firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo MAC empleado para generar este hash |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque contiene un hash firmado que emplea un algoritmo MAC de %s desconocido o incompatible |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al tratar de abrir el archivo de almacenamiento de copia de seguridad %s: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha cifrado por medio de un cifrado desconocido o incompatible: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=No se puede restaurar la copia de seguridad de esquema %s porque se ha producido un error al tratar de cambiar el nombre del directorio de esquema actual de %s a %s: %s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Sin embargo, los archivos de esquema originales, presentes al inicio del proceso de restablecimiento, se han conservado y se encuentran actualmente en su ubicaci\u00f3n original %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Los archivos de esquema originales presentes antes del inicio del proceso de restauraci\u00f3n se han conservado y se encuentran en el directorio %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=No se puede restaurar la copia de seguridad de esquema %s porque se ha producido un error al tratar de crear un nuevo directorio vac\u00edo %s en el que restaurar los archivos: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=Se ha producido un error que impide que se restablezca correctamente la copia de seguridad del esquema. Los archivos de esquema originales presentes antes del inicio del proceso de restauraci\u00f3n se han conservado en el directorio %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al tratar de leer la siguiente entrada del archivo de almacenamiento %s: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=No se puede restaurar la copia de seguridad de esquema %s porque se ha producido un error al tratar de volver a crear el archivo %s: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error al procesar el archivo de almacenamiento %s: %s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque se ha producido un error inesperado al tratar de cerrar el archivo de almacenamiento %s: %s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=La recopilaci\u00f3n de mensajes calculada a partir del archivo de copia de seguridad coincide con la recopilaci\u00f3n almacenada en la informaci\u00f3n de copia de seguridad |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque la recopilaci\u00f3n de mensajes calculada a partir del archivo de almacenamiento de copia de seguridad no coincide con la recopilaci\u00f3n almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=La recopilaci\u00f3n firmada que se ha calculado a partir del archivo de copia de seguridad coincide con la firma almacenada en la informaci\u00f3n de copia de seguridad |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=No se puede restaurar ni comprobar la copia de seguridad de esquema %s porque la recopilaci\u00f3n firmada calculada a partir del archivo de almacenamiento de copia de seguridad no coincide con la firma almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Todas las pruebas realizadas en la copia de seguridad del esquema %s del directorio %s indican que el archivo parece v\u00e1lido |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=La copia de seguridad del esquema %s se ha restablecido satisfactoriamente a partir del archivo ubicado en el directorio %s |
| | | ERR_TASK_INVALID_STATE_91=La tarea definida en la entrada %s no es v\u00e1lida porque tiene un estado no v\u00e1lido %s |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=Se ha producido un error al tratar de analizar el valor de hora de inicio programado %s de la entrada de tarea %s |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=Se ha producido un error al tratar de analizar el valor de hora de inicio real %s de la entrada de tarea %s |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=Se ha producido un error al tratar de analizar el valor de hora de finalizaci\u00f3n %s de la entrada de tarea %s |
| | | ERR_TASK_MISSING_ATTR_95=La entrada de tarea %s carece del atributo necesario %s |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=Hay varias instancias del atributo %s en la entrada de tarea %s |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=No hay valores para el atributo %s en la entrada de tarea %s |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=Hay varios valores para el atributo %s en la entrada de tarea %s |
| | | ERR_TASK_EXECUTE_FAILED_99=Se ha producido un error al ejecutar la tarea definida en la entrada %s: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=La entrada de tarea peri\u00f3dica proporcionada no contiene el atributo %s que se requiere para mantener el Id. de tarea peri\u00f3dica |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=La entrada de tarea peri\u00f3dica proporcionada contiene varios atributos con el tipo %s que se emplea para mantener el Id. de tarea peri\u00f3dica, pero s\u00f3lo se permite una \u00fanica instancia |
| | | ERR_RECURRINGTASK_NO_ID_102=La entrada de tarea peri\u00f3dica proporcionada no contiene ning\u00fan valor para el atributo %s que se emplea para especificar el Id. de tarea peri\u00f3dica |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=La entrada de tarea peri\u00f3dica proporcionada contiene varios valores para el atributo %s que se emplea para especificar el Id. de tarea peri\u00f3dica, pero s\u00f3lo se permite un \u00fanico valor |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=La entrada de tarea peri\u00f3dica proporcionada no contiene el atributo %s que se necesita para especificar la programaci\u00f3n de la tarea peri\u00f3dica |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=La entrada de tarea peri\u00f3dica proporcionada contiene varios atributos con el tipo %s que se emplea para mantener la programaci\u00f3n de la tarea peri\u00f3dica, pero s\u00f3lo se permite una \u00fanica instancia |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=La entrada de tarea peri\u00f3dica proporcionada no contiene ning\u00fan valor para el atributo %s que se emplea para especificar la programaci\u00f3n de la tarea peri\u00f3dica |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=La entrada de tarea peri\u00f3dica proporcionada contiene varios valores para el atributo %s que se emplea especificar la programaci\u00f3n de la tarea peri\u00f3dica, pero s\u00f3lo se permite un \u00fanico valor |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=Se ha producido un error al tratar de cargar la clase %s especificada en el atributo %s de la entrada de tarea peri\u00f3dica proporcionada %s. \u00bfExiste esta clase en la ruta de clase del Servidor de directorios? |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=Se ha producido un error al tratar de crear una instancia de clase %s como una tarea del Servidor de directorios. \u00bfEs esta clase una subclase de%s? |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=Se ha producido un error al tratar de realizar una inicializaci\u00f3n interna en una instancia de clase %s con la informaci\u00f3n contenida en la entrada proporcionada: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=La entrada de configuraci\u00f3n de backend de tarea no contiene ning\u00fan ND de base. Debe haber exactamente un ND de base para la informaci\u00f3n de tarea en el Directorio de servicios |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=La entrada de configuraci\u00f3n de backend de tarea contiene varios ND de base. Debe haber exactamente un ND de base para la informaci\u00f3n de tarea en el Directorio de servicios |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=Se ha producido un error al tratar de descodificar la base de tarea peri\u00f3dica %s como un ND: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=Se ha producido un error al tratar de descodificar la base de tarea programada %s como un ND: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=El archivo de copia de seguridad de datos de tarea %s especificado ya existe, por lo que el Servidor de directorios no tratar\u00e1 de sobrescribirlo. Elimine o cambie el nombre del archivo existente antes de tratar de emplear esa ruta para el nuevo archivo de copia de seguridad o seleccione una nueva ruta |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=Parece que la ruta %s especificada para el nuevo archivo de copia de seguridad de datos de tarea no es v\u00e1lida Seleccione una nueva ruta para el archivo de copia de seguridad de datos de tarea |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=El directorio principal %s para el nuevo archivo de copia de seguridad de datos de tarea %s no existe Cree este directorio antes de tratar de emplear esta ruta para el nuevo archivo de copia de seguridad o seleccione una nueva ruta |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=El directorio principal %s para el nuevo archivo de copia de seguridad de datos de tarea %s ya existe, pero no es un directorio. Seleccione una nueva ruta para el archivo de copia de seguridad de datos de tarea |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=Se ha producido un error al tratar de determinar la nueva ruta para el archivo de copia de seguridad de datos de tarea: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=El tiempo de retenci\u00f3n de las tareas completadas se ha actualizado a %d segundos. Este cambio se aplicar\u00e1 inmediatamente |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=La ruta al archivo de copia de seguridad de los datos de tareas se ha cambiado a %s. Se ha incluido una captura de la configuraci\u00f3n de tareas actual en ese archivo, que se seguir\u00e1 utilizando en futuras actualizaciones |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=Es posible que s\u00f3lo puedan a\u00f1adirse las nuevas entradas en el backend de tarea inmediatamente debajo de %s para las tareas programadas o inmediatamente debajo de %s para las tareas peri\u00f3dicas |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=No se admiten las operaciones de modificaci\u00f3n de ND en el backend de tarea |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=Es posible que s\u00f3lo puedan a\u00f1adirse las nuevas entradas en el backend de tarea inmediatamente debajo de %s para las tareas programadas o inmediatamente debajo de %s para las tareas peri\u00f3dicas |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=No se admiten las operaciones de modificaci\u00f3n de ND en el backend de tarea |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=El archivo contiene los datos utilizados por el servidor de fondo del programador de tareas del servidor de directorios. No modifique directamente este archivo, ya que es posible que esos cambios se pierdan. Las definiciones de tareas programadas y peri\u00f3dicas s\u00f3lo deben modificarse mediante las utilidades de administraci\u00f3n proporcionadas con el servidor de directorios |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=No se puede a\u00f1adir la tarea peri\u00f3dica %s al programador de tareas debido a que ya existe otra tarea peri\u00f3dica con el mismo Id |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=No se puede programar la tarea %s debido a que ya existe otra tarea con el mismo Id |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=Se ha producido un error al tratar de programar la siguiente iteraci\u00f3n de la tarea peri\u00f3dica %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=Se ha producido un error al tratar de leer una entrada del archivo de copia de seguridad de tareas %s en o cerca de la l\u00ednea %d: %s. No es un error grave, por lo que el programador de tareas tratar\u00e1 de continuar con el an\u00e1lisis del archivo y la programaci\u00f3n de cualquier tarea adicional que contenga |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=Se ha producido un error al tratar de leer una entrada del archivo de copia de seguridad de tareas %s en o cerca de la l\u00ednea %d: %s. Es un error irrecuperable, por lo que no podr\u00e1 continuarse con el an\u00e1lisis |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=La entrada %s le\u00edda desde el archivo de copia de seguridad de tareas no es v\u00e1lida porque no tiene entrada principal y no coincide con el ND ra\u00edz de tarea de %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=Se ha producido un error al tratar de analizar la entrada %s como tarea peri\u00f3dica y a\u00f1adirla al programador: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=Se ha producido un error al tratar de analizar la entrada %s como tarea y a\u00f1adirla al programador: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=La entrada %s le\u00edda desde el archivo de copia de seguridad de tareas %s tiene un ND que no es v\u00e1lido para una definici\u00f3n de tarea o de tarea peri\u00f3dica, por lo que se omitir\u00e1 |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=Se ha producido un error al tratar de leer desde el archivo de copia de seguridad de datos de tareas %s: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=Se ha producido un error al tratar de crear un nuevo archivo de copia de seguridad de tareas %s para su uso con el programador de tareas: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=La entrada de tarea proporcionada no contiene el atributo %s que se necesita para especificar el nombre totalmente cualificado de la clase que proporciona la l\u00f3gica de tarea |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=La entrada de tarea proporcionada contiene varios atributos con el tipo %s, que se emplea para mantener el nombre de clase de la tarea, pero s\u00f3lo se permite una \u00fanica instancia |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=La entrada de tarea proporcionada no contiene ning\u00fan valor para el atributo %s que se emplea para especificar el nombre totalmente cualificado de la clase que proporciona la l\u00f3gica de tarea |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=La entrada de tarea proporcionada contiene varios valores para el atributo %s, que se emplea para especificar el nombre de clase de la tarea, pero s\u00f3lo se permite un \u00fanico valor |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=Se ha producido un error al tratar de cargar la clase %s especificada en el atributo %s de la entrada de tarea proporcionada: %s. \u00bfExiste esta clase en la ruta de clase del Servidor de directorios? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=Se ha producido un error al tratar de crear una instancia de clase %s como una tarea del Servidor de directorios. \u00bfEs esta clase una subclase de%s? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=Se ha producido un error al tratar de realizar una inicializaci\u00f3n interna en una instancia de clase %s con la informaci\u00f3n contenida en la entrada proporcionada: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=Se ha producido un error al tratar de cambiar el nombre del archivo de copia de seguridad de tareas actual de %s a %s: %s. Es posible que se haya perdido la configuraci\u00f3n de tarea previa (que no refleja la \u00faltima actualizaci\u00f3n) |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=Se ha producido un error al tratar de cambiar el nombre del nuevo archivo de copia de seguridad de %s a %s: %s. Si se ha reiniciado el Servidor de directorios, es posible que el programador de tareas no funcione de la forma prevista |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=Se ha producido un error al tratar de escribir el nuevo archivo de copia de seguridad de datos de tareas %s: %s. Es posible que se haya perdido la informaci\u00f3n de configuraci\u00f3n que refleja la \u00faltima actualizaci\u00f3n |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=El backend de tarea no admite operaciones de importaci\u00f3n de LDIF |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=No se puede a\u00f1adir la tarea peri\u00f3dica %s al programador de tareas debido a que ya existe otra tarea peri\u00f3dica con el mismo Id |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=No se puede programar la tarea %s debido a que ya existe otra tarea con el mismo Id |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=Se ha producido un error al tratar de programar la siguiente iteraci\u00f3n de la tarea peri\u00f3dica %s: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=Se ha producido un error al tratar de leer una entrada del archivo de copia de seguridad de tareas %s en o cerca de la l\u00ednea %d: %s. No es un error grave, por lo que el programador de tareas tratar\u00e1 de continuar con el an\u00e1lisis del archivo y la programaci\u00f3n de cualquier tarea adicional que contenga |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=Se ha producido un error al tratar de leer una entrada del archivo de copia de seguridad de tareas %s en o cerca de la l\u00ednea %d: %s. Es un error irrecuperable, por lo que no podr\u00e1 continuarse con el an\u00e1lisis |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=La entrada %s le\u00edda desde el archivo de copia de seguridad de tareas no es v\u00e1lida porque no tiene entrada principal y no coincide con el ND ra\u00edz de tarea de %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=Se ha producido un error al tratar de analizar la entrada %s como tarea peri\u00f3dica y a\u00f1adirla al programador: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=Se ha producido un error al tratar de analizar la entrada %s como tarea y a\u00f1adirla al programador: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=La entrada %s le\u00edda desde el archivo de copia de seguridad de tareas %s tiene un ND que no es v\u00e1lido para una definici\u00f3n de tarea o de tarea peri\u00f3dica, por lo que se omitir\u00e1 |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=Se ha producido un error al tratar de leer desde el archivo de copia de seguridad de datos de tareas %s: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=Se ha producido un error al tratar de crear un nuevo archivo de copia de seguridad de tareas %s para su uso con el programador de tareas: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=La entrada de tarea proporcionada no contiene el atributo %s que se necesita para especificar el nombre totalmente cualificado de la clase que proporciona la l\u00f3gica de tarea |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=La entrada de tarea proporcionada contiene varios atributos con el tipo %s, que se emplea para mantener el nombre de clase de la tarea, pero s\u00f3lo se permite una \u00fanica instancia |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=La entrada de tarea proporcionada no contiene ning\u00fan valor para el atributo %s que se emplea para especificar el nombre totalmente cualificado de la clase que proporciona la l\u00f3gica de tarea |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=La entrada de tarea proporcionada contiene varios valores para el atributo %s, que se emplea para especificar el nombre de clase de la tarea, pero s\u00f3lo se permite un \u00fanico valor |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=Se ha producido un error al tratar de cargar la clase %s especificada en el atributo %s de la entrada de tarea proporcionada: %s. \u00bfExiste esta clase en la ruta de clase del Servidor de directorios? |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=Se ha producido un error al tratar de crear una instancia de clase %s como una tarea del Servidor de directorios. \u00bfEs esta clase una subclase de%s? |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=Se ha producido un error al tratar de realizar una inicializaci\u00f3n interna en una instancia de clase %s con la informaci\u00f3n contenida en la entrada proporcionada: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=Se ha producido un error al tratar de cambiar el nombre del archivo de copia de seguridad de tareas actual de %s a %s: %s. Es posible que se haya perdido la configuraci\u00f3n de tarea previa (que no refleja la \u00faltima actualizaci\u00f3n) |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=Se ha producido un error al tratar de cambiar el nombre del nuevo archivo de copia de seguridad de %s a %s: %s. Si se ha reiniciado el Servidor de directorios, es posible que el programador de tareas no funcione de la forma prevista |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=Se ha producido un error al tratar de escribir el nuevo archivo de copia de seguridad de datos de tareas %s: %s. Es posible que se haya perdido la informaci\u00f3n de configuraci\u00f3n que refleja la \u00faltima actualizaci\u00f3n |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=El backend de tarea no admite operaciones de importaci\u00f3n de LDIF |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=Se est\u00e1 cerrando el servidor de fondo de tareas |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=La configuraci\u00f3n del DSE ra\u00edz se ha actualizado para que el atributo de configuraci\u00f3n %s utilice el valor %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=No se puede suprimir la tarea pendiente %s porque no existe |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=No se puede suprimir la tarea pendiente %s porque dicha tarea ya no es una tarea pendiente |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=No se puede suprimir la tarea completada %s porque no existe tal tarea en la lista de tareas completadas |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=No se puede suprimir la entrada %s del backend de tarea porque su ND no es apropiado para ese backend o porque no est\u00e1 debajo de la entrada de base de tareas programadas o peri\u00f3dicas |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=No se puede suprimir la entrada %s del backend de tarea porque no existe ninguna tarea programada asociada con ese ND de entrada |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=No se puede eliminar la entrada %s del backend de tarea porque la tarea asociada est\u00e1 en ejecuci\u00f3n actualmente |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=No se puede suprimir la entrada %s del backend de tarea porque no existe ninguna tarea peri\u00f3dica asociada con ese ND de entrada |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=No se puede procesar la operaci\u00f3n de b\u00fasqueda en el backend de tarea porque el ND de base %s proporcionado no es v\u00e1lido para las entradas en el backend de tarea |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=No se puede procesar la operaci\u00f3n de b\u00fasqueda en el backend de tarea porque no existe ninguna tarea programada asociada con la entrada de base de b\u00fasqueda %s proporcionada |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=No se puede procesar la operaci\u00f3n de b\u00fasqueda en el backend de tarea porque no existe ninguna tarea peri\u00f3dica asociada con la entrada de base de b\u00fasqueda %s proporcionada |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=No se puede inicializar el backend de copia de seguridad porque la entrada de configuraci\u00f3n proporcionada es nula |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=No se puede inicializar el backend de copia de seguridad porque se ha producido un error al tratar de descodificar el ND de base para el backend: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=No se puede recuperar una entrada del backend de copia de seguridad porque la entrada solicitada era nula |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=No existe la entrada %s solicitada en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=No se puede recuperar la entrada %s del backend de copia de seguridad porque el ND solicitado est\u00e1 un nivel por debajo del ND de base, pero no especifica un directorio de copia de seguridad |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=No se puede recuperar la entrada %s del backend de copia de seguridad porque el directorio de copia de seguridad solicitado no es v\u00e1lido: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=Se ha producido un error al tratar de examinar el directorio de copia de seguridad solicitado: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=No se puede recuperar la entrada %s del backend de copia de seguridad porque el ND est\u00e1 dos niveles por debajo del ND de base, pero no especifica un Id. de copia de seguridad |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=No se puede recuperar la entrada %s del backend de copia de seguridad porque no tiene una entrada principal |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=No se puede recuperar la entrada %s del backend de copia de seguridad porque el ND no contiene el directorio de copia de seguridad en el que deber\u00eda encontrarse la copia de seguridad solicitada |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=No existe la copia de seguridad %s en el directorio de copia de seguridad %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=No se admiten las operaciones de adici\u00f3n en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=No se admiten las operaciones de eliminaci\u00f3n en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=No se admiten las operaciones de modificaci\u00f3n en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=No se admiten las operaciones de modificaci\u00f3n de ND en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=No existe la entrada %s solicitada en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=No se admiten las operaciones de exportaci\u00f3n de LDIF en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=No se admiten las operaciones de importaci\u00f3n de LDIF en el backend de copia de seguridad |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=No se admiten las operaciones de copia de seguridad y restauraci\u00f3n en el backend de copia de seguridad |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Debe proporcionarse exactamente un ND de base para su uso con el backend basado en memoria |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=La entrada %s ya existe en el backend basado en memoria |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=La entrada %s no pertenece al backend basado en memoria |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=No se puede a\u00f1adir la entrada %s porque no existe su entrada principal %s en el backend basado en memoria |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=La entrada %s no existe en el backend basado en memoria |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=No se puede eliminar la entrada %s porque tiene una o m\u00e1s entradas subordinadas |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=No se puede escribir la entrada %s en el LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=Se ha producido un error inesperado durante el procesamiento de la importaci\u00f3n de : %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=El backend basado en memoria no admite las operaciones de copia de seguridad o restauraci\u00f3n |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=No se puede cambiar el nombre de la entrada %s porque tiene una o m\u00e1s entradas subordinadas |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=No se puede cambiar el nombre de la entrada %s porque la entrada de destino est\u00e1 en un backend diferente |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=No se puede cambiar el nombre de la entrada %s porque la nueva entrada principal %s no existe |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=Se ha producido un error al tratar de registrar el ND de base %s en el Servidor de directorios: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=El servidor de fondo del esquema no admite el tipo de modificaci\u00f3n %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=El servidor de fondo del esquema no admite la modificaci\u00f3n del tipo de atributo %s. S\u00f3lo se pueden modificar los tipos de atributos, las clases de objetos, las descripci\u00f3nes de sintaxis LDAP, los formatos de nombre, las reglas de contenido de DIT, las reglas de estructura de DIT y el uso de las reglas de coincidencia |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Se ha producido un error al intentar descodificar el tipo de atributo "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Se ha producido un error al intentar descodificar el clase de objeto "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=No se puede agregar la clase de objeto %s porque su clase superior %s no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=No se puede agregar la clase de objeto %s porque necesita el atributo %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=No se puede agregar la clase de objeto %s porque permite el atributo %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Se ha producido un error al intentar escribir el esquema actualizado: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Se ha producido un error al intentar descodificar el formato de nombre "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Se ha producido un error al intentar descodificar la regla de contenido de DIT "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Se ha producido un error al intentar descodificar la regla de estructura de DIT "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Se ha producido un error al intentar descodificar el uso de la regla de coincidencia "%s": %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=El servidor no permitir\u00e1 la eliminaci\u00f3n de todos los valores del tipo de atributo %s del esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=No se puede agregar el tipo de atributo %s porque entra en conflicto con varios tipos de atributos existentes (%s y %s) |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=No se puede agregar el tipo de atributo %s porque hace referencia al tipo de atributo superior %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=No se puede agregar la clase de objeto %s porque entra en conflicto con varias clases de objetos existentes (%s y %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=No se puede agregar el formato de nombre %s porque entra en conflicto con varios formatos de nombre existentes (%s y %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto estructural %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=No se puede agregar el formato de nombre %s porque hace referencia al tipo de atributo necesario %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=No se puede agregar el formato de nombre %s porque hace referencia al tipo de atributo opcional %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=No se puede agregar la regla de contenido de DIT %s porque entra en conflicto con varias reglas de contenido de DIT existentes (%s y %s) |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que ya se ha asociado a otra regla de contenido de DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo necesario %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo opcional %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo prohibido %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=No se puede agregar la regla de estructura de DIT %s porque entra en conflicto con varias reglas de estructura de DIT existentes (%s y %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=No se puede agregar la regla de estructura de DIT %s porque hace referencia al formato de nombre %s, que ya se ha asociado a otra regla de estructura de DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=No se puede agregar la regla de estructura de DIT %s porque hace referencia al formato de nombre %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=No se puede agregar el uso de la regla de coincidencia %s porque entra en conflicto con varios usos de reglas de coincidencia existentes (%s y %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia a la regla de coincidencia %s, que ya se ha asociado a otro uso de la regla de coincidencia %s |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia al tipo de atributo %s, que no se ha definido en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=La referencia circular detectada para el tipo de atributo %s en el que la cadena de tipo superior hace referencia al propio tipo de atributo |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=La referencia circular detectada para la clase de objeto %s en la que la cadena de clase superior hace referencia la propia clase de objeto |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=La referencia circular detectada para la regla de estructura de DIT %s en la que la cadena de regla superior hace referencia a la propia regla de estructura de DIT |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Se ha producido un error al intentar crear copias de los archivos de esquema existentes antes de aplicar las actualizaciones: %s. El servidor pudo restablecer la configuraci\u00f3n de esquema original, por lo que no ser\u00e1 necesario realizar ninguna limpieza adicional |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Se ha producido un error al intentar crear copias de los archivos de esquema existentes antes de aplicar las actualizaciones: %s. Tambi\u00e9n se ha producido un problema al intentar restablecer la configuraci\u00f3n de esquema original, por lo que es posible que el servidor permanezca en un estado incoherente y podr\u00eda requerir una limpieza manual |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Se ha producido un error al intentar escribir nuevas versiones de los archivos de esquema del servidor: %s. El servidor pudo restablecer la configuraci\u00f3n de esquema original, por lo que no ser\u00e1 necesario realizar ninguna limpieza adicional |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Se ha producido un error al intentar escribir nuevas versiones de los archivos de esquema del servidor: %s. Tambi\u00e9n se ha producido un problema al intentar restablecer la configuraci\u00f3n de esquema original, por lo que es posible que el servidor permanezca en un estado incoherente y podr\u00eda requerir una limpieza manual |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=No se puede suprimir el tipo de atributo %s del esquema del servidor porque no se ha definido |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo superior para el tipo de atributo %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario u opcional en la clase de objeto (ND) %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario u opcional en el formato de nombre %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario, opcional o prohibido en la regla de contenido de DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l en el uso de la regla de coincidencia %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=No se puede suprimir la clase de objeto %s del esquema del servidor porque no se ha definido |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase superior para la clase de objeto %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase estructural para el formato de nombre %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase estructural o auxiliar para la regla de contenido de DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=No se puede suprimir el formato de nombre %s del esquema del servidor porque no se ha definido |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=No se puede suprimir el formato de nombre %s del esquema del servidor porque se hace referencia a \u00e9l en la regla de estructura de DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=No se puede suprimir la regla de contenido de DIT %s del esquema del servidor porque no se ha definido |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=No se puede suprimir la regla de estructura de DIT %s del esquema del servidor porque no se ha definido |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=No se puede suprimir la regla de estructura de DIT %s porque se hace referencia a ella como regla superior para la regla de estructura de DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=No se puede suprimir el uso de la regla de coincidencia %s del esquema del servidor porque no se ha definido |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto %s, que se ha definido en el esquema del servidor, pero no es una clase de objeto estructural |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que se ha definido en el esquema del servidor, pero no es estructural |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=No se puede agregar el tipo de atributo %s porque el tipo superior %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=No se puede agregar el tipo de atributo %s porque la regla de coincidencia asociada %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=No se puede agregar la clase de objeto %s porque la clase superior %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=No se puede agregar la clase de objeto %s porque el atributo necesario %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=No se puede agregar la clase de objeto %s porque el atributo opcional %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=No se puede agregar el formato de nombre %s porque la clase de objeto estructural %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=No se puede agregar el formato de nombre %s porque necesita el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=No se puede agregar el formato de nombre %s porque permite el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=No se puede agregar la regla de contenido de DIT %s porque la clase de objeto estructural %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que se ha definido en el esquema del servidor, pero no es una clase auxiliar |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=No se puede agregar la regla de contenido de DIT %s porque necesita el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=No se puede agregar la regla de contenido de DIT %s porque permite el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=No se puede agregar la regla de contenido de DIT %s porque proh\u00edbe el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=No se puede agregar la regla de estructura de DIT %s porque su formato de nombre %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=No se puede agregar la regla de estructura de DIT %s porque hace referencia a la regla superior %s, que se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=No se puede agregar el uso de la regla de coincidencia %s porque su regla de coincidencia %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia al tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que se ha marcado como OBSOLETA en el esquema del servidor |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=No dispone de suficientes privilegios para modificar el esquema del servidor de directorios |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=No se puede encontrar un archivo que contenga las definiciones de elemento de esquema concatenadas para determinar si se han producido cambios en el esquema con el servidor fuera de l\u00ednea. Se esperaba que el archivo estuviera en el directorio %s y que su nombre fuera %s o %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=Se ha producido un error al tratar de determinar si se han producido cambios en el esquema por medio de la edici\u00f3n directa de los archivos de esquema con el servidor fuera de l\u00ednea: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=Se ha producido un error al tratar de escribir el archivo %s que contiene una lista concatenada de todos los elementos de esquema de servidor: %s. Es posible que el servidor no pueda identificar de forma precisa los cambios realizados en el esquema con el servidor fuera de l\u00ednea |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=El entorno de la base de datos JE correspondiente al Id. de servidor de fondo %s est\u00e1 da\u00f1ado. Reinicie Directory Server para volver a abrir el entorno |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=El Servidor de directorios no est\u00e1 configurado para permitir que se invoque la tarea %s |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=No se puede suprimir la tarea pendiente %s porque no existe |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=No se puede suprimir la tarea pendiente %s porque dicha tarea ya no es una tarea pendiente |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=No se puede suprimir la tarea completada %s porque no existe tal tarea en la lista de tareas completadas |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=No se puede suprimir la entrada %s del backend de tarea porque su ND no es apropiado para ese backend o porque no est\u00e1 debajo de la entrada de base de tareas programadas o peri\u00f3dicas |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=No se puede suprimir la entrada %s del backend de tarea porque no existe ninguna tarea programada asociada con ese ND de entrada |
| | | ERR_TASKBE_DELETE_RUNNING_166=No se puede eliminar la entrada %s del backend de tarea porque la tarea asociada est\u00e1 en ejecuci\u00f3n actualmente |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=No se puede suprimir la entrada %s del backend de tarea porque no existe ninguna tarea peri\u00f3dica asociada con ese ND de entrada |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=No se puede procesar la operaci\u00f3n de b\u00fasqueda en el backend de tarea porque el ND de base %s proporcionado no es v\u00e1lido para las entradas en el backend de tarea |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=No se puede procesar la operaci\u00f3n de b\u00fasqueda en el backend de tarea porque no existe ninguna tarea programada asociada con la entrada de base de b\u00fasqueda %s proporcionada |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=No se puede procesar la operaci\u00f3n de b\u00fasqueda en el backend de tarea porque no existe ninguna tarea peri\u00f3dica asociada con la entrada de base de b\u00fasqueda %s proporcionada |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=No se puede inicializar el backend de copia de seguridad porque la entrada de configuraci\u00f3n proporcionada es nula |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=No se puede inicializar el backend de copia de seguridad porque se ha producido un error al tratar de descodificar el ND de base para el backend: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=No se puede recuperar una entrada del backend de copia de seguridad porque la entrada solicitada era nula |
| | | ERR_BACKUP_INVALID_BASE_176=No existe la entrada %s solicitada en el backend de copia de seguridad |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=No se puede recuperar la entrada %s del backend de copia de seguridad porque el ND solicitado est\u00e1 un nivel por debajo del ND de base, pero no especifica un directorio de copia de seguridad |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=No se puede recuperar la entrada %s del backend de copia de seguridad porque el directorio de copia de seguridad solicitado no es v\u00e1lido: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=Se ha producido un error al tratar de examinar el directorio de copia de seguridad solicitado: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=No se puede recuperar la entrada %s del backend de copia de seguridad porque el ND est\u00e1 dos niveles por debajo del ND de base, pero no especifica un Id. de copia de seguridad |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=No se puede recuperar la entrada %s del backend de copia de seguridad porque no tiene una entrada principal |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=No se puede recuperar la entrada %s del backend de copia de seguridad porque el ND no contiene el directorio de copia de seguridad en el que deber\u00eda encontrarse la copia de seguridad solicitada |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=No existe la copia de seguridad %s en el directorio de copia de seguridad %s |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=No se admiten las operaciones de adici\u00f3n en el backend de copia de seguridad |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=No se admiten las operaciones de eliminaci\u00f3n en el backend de copia de seguridad |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=No se admiten las operaciones de modificaci\u00f3n en el backend de copia de seguridad |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=No se admiten las operaciones de modificaci\u00f3n de ND en el backend de copia de seguridad |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=No existe la entrada %s solicitada en el backend de copia de seguridad |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=No se admiten las operaciones de exportaci\u00f3n de LDIF en el backend de copia de seguridad |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=No se admiten las operaciones de importaci\u00f3n de LDIF en el backend de copia de seguridad |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=No se admiten las operaciones de copia de seguridad y restauraci\u00f3n en el backend de copia de seguridad |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Debe proporcionarse exactamente un ND de base para su uso con el backend basado en memoria |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=La entrada %s ya existe en el backend basado en memoria |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=La entrada %s no pertenece al backend basado en memoria |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=No se puede a\u00f1adir la entrada %s porque no existe su entrada principal %s en el backend basado en memoria |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=La entrada %s no existe en el backend basado en memoria |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=No se puede eliminar la entrada %s porque tiene una o m\u00e1s entradas subordinadas |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=No se puede escribir la entrada %s en el LDIF: %s |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=Se ha producido un error inesperado durante el procesamiento de la importaci\u00f3n de : %s |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=El backend basado en memoria no admite las operaciones de copia de seguridad o restauraci\u00f3n |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=No se puede cambiar el nombre de la entrada %s porque tiene una o m\u00e1s entradas subordinadas |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=No se puede cambiar el nombre de la entrada %s porque la entrada de destino est\u00e1 en un backend diferente |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=No se puede cambiar el nombre de la entrada %s porque la nueva entrada principal %s no existe |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=Se ha producido un error al tratar de registrar el ND de base %s en el Servidor de directorios: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=El servidor de fondo del esquema no admite el tipo de modificaci\u00f3n %s |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=El servidor de fondo del esquema no admite la modificaci\u00f3n del tipo de atributo %s. S\u00f3lo se pueden modificar los tipos de atributos, las clases de objetos, las descripci\u00f3nes de sintaxis LDAP, los formatos de nombre, las reglas de contenido de DIT, las reglas de estructura de DIT y el uso de las reglas de coincidencia |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Se ha producido un error al intentar descodificar el tipo de atributo "%s": %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Se ha producido un error al intentar descodificar el clase de objeto "%s": %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=No se puede agregar la clase de objeto %s porque su clase superior %s no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=No se puede agregar la clase de objeto %s porque necesita el atributo %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=No se puede agregar la clase de objeto %s porque permite el atributo %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Se ha producido un error al intentar escribir el esquema actualizado: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Se ha producido un error al intentar descodificar el formato de nombre "%s": %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Se ha producido un error al intentar descodificar la regla de contenido de DIT "%s": %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Se ha producido un error al intentar descodificar la regla de estructura de DIT "%s": %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Se ha producido un error al intentar descodificar el uso de la regla de coincidencia "%s": %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=El servidor no permitir\u00e1 la eliminaci\u00f3n de todos los valores del tipo de atributo %s del esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=No se puede agregar el tipo de atributo %s porque entra en conflicto con varios tipos de atributos existentes (%s y %s) |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=No se puede agregar el tipo de atributo %s porque hace referencia al tipo de atributo superior %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=No se puede agregar la clase de objeto %s porque entra en conflicto con varias clases de objetos existentes (%s y %s) |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=No se puede agregar el formato de nombre %s porque entra en conflicto con varios formatos de nombre existentes (%s y %s) |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto estructural %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=No se puede agregar el formato de nombre %s porque hace referencia al tipo de atributo necesario %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=No se puede agregar el formato de nombre %s porque hace referencia al tipo de atributo opcional %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=No se puede agregar la regla de contenido de DIT %s porque entra en conflicto con varias reglas de contenido de DIT existentes (%s y %s) |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que ya se ha asociado a otra regla de contenido de DIT %s |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo necesario %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo opcional %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=No se puede agregar la regla de contenido de DIT %s porque hace referencia al tipo de atributo prohibido %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=No se puede agregar la regla de estructura de DIT %s porque entra en conflicto con varias reglas de estructura de DIT existentes (%s y %s) |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=No se puede agregar la regla de estructura de DIT %s porque hace referencia al formato de nombre %s, que ya se ha asociado a otra regla de estructura de DIT %s |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=No se puede agregar la regla de estructura de DIT %s porque hace referencia al formato de nombre %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=No se puede agregar el uso de la regla de coincidencia %s porque entra en conflicto con varios usos de reglas de coincidencia existentes (%s y %s) |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia a la regla de coincidencia %s, que ya se ha asociado a otro uso de la regla de coincidencia %s |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia al tipo de atributo %s, que no se ha definido en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=La referencia circular detectada para el tipo de atributo %s en el que la cadena de tipo superior hace referencia al propio tipo de atributo |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=La referencia circular detectada para la clase de objeto %s en la que la cadena de clase superior hace referencia la propia clase de objeto |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=La referencia circular detectada para la regla de estructura de DIT %s en la que la cadena de regla superior hace referencia a la propia regla de estructura de DIT |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Se ha producido un error al intentar crear copias de los archivos de esquema existentes antes de aplicar las actualizaciones: %s. El servidor pudo restablecer la configuraci\u00f3n de esquema original, por lo que no ser\u00e1 necesario realizar ninguna limpieza adicional |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Se ha producido un error al intentar crear copias de los archivos de esquema existentes antes de aplicar las actualizaciones: %s. Tambi\u00e9n se ha producido un problema al intentar restablecer la configuraci\u00f3n de esquema original, por lo que es posible que el servidor permanezca en un estado incoherente y podr\u00eda requerir una limpieza manual |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Se ha producido un error al intentar escribir nuevas versiones de los archivos de esquema del servidor: %s. El servidor pudo restablecer la configuraci\u00f3n de esquema original, por lo que no ser\u00e1 necesario realizar ninguna limpieza adicional |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Se ha producido un error al intentar escribir nuevas versiones de los archivos de esquema del servidor: %s. Tambi\u00e9n se ha producido un problema al intentar restablecer la configuraci\u00f3n de esquema original, por lo que es posible que el servidor permanezca en un estado incoherente y podr\u00eda requerir una limpieza manual |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=No se puede suprimir el tipo de atributo %s del esquema del servidor porque no se ha definido |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo superior para el tipo de atributo %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario u opcional en la clase de objeto (ND) %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario u opcional en el formato de nombre %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l como tipo de atributo necesario, opcional o prohibido en la regla de contenido de DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=No se puede suprimir el tipo de atributo %s del esquema del servidor porque se hace referencia a \u00e9l en el uso de la regla de coincidencia %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=No se puede suprimir la clase de objeto %s del esquema del servidor porque no se ha definido |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase superior para la clase de objeto %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase estructural para el formato de nombre %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=No se puede suprimir la clase de objeto %s del esquema del servidor porque se hace referencia a ella como clase estructural o auxiliar para la regla de contenido de DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=No se puede suprimir el formato de nombre %s del esquema del servidor porque no se ha definido |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=No se puede suprimir el formato de nombre %s del esquema del servidor porque se hace referencia a \u00e9l en la regla de estructura de DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=No se puede suprimir la regla de contenido de DIT %s del esquema del servidor porque no se ha definido |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=No se puede suprimir la regla de estructura de DIT %s del esquema del servidor porque no se ha definido |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=No se puede suprimir la regla de estructura de DIT %s porque se hace referencia a ella como regla superior para la regla de estructura de DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=No se puede suprimir el uso de la regla de coincidencia %s del esquema del servidor porque no se ha definido |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=No se puede agregar el formato de nombre %s porque hace referencia a la clase de objeto %s, que se ha definido en el esquema del servidor, pero no es una clase de objeto estructural |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto estructural %s, que se ha definido en el esquema del servidor, pero no es estructural |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=No se puede agregar el tipo de atributo %s porque el tipo superior %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=No se puede agregar el tipo de atributo %s porque la regla de coincidencia asociada %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=No se puede agregar la clase de objeto %s porque la clase superior %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=No se puede agregar la clase de objeto %s porque el atributo necesario %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=No se puede agregar la clase de objeto %s porque el atributo opcional %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=No se puede agregar el formato de nombre %s porque la clase de objeto estructural %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=No se puede agregar el formato de nombre %s porque necesita el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=No se puede agregar el formato de nombre %s porque permite el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=No se puede agregar la regla de contenido de DIT %s porque la clase de objeto estructural %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que se ha definido en el esquema del servidor, pero no es una clase auxiliar |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=No se puede agregar la regla de contenido de DIT %s porque necesita el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=No se puede agregar la regla de contenido de DIT %s porque permite el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=No se puede agregar la regla de contenido de DIT %s porque proh\u00edbe el tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=No se puede agregar la regla de estructura de DIT %s porque su formato de nombre %s se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=No se puede agregar la regla de estructura de DIT %s porque hace referencia a la regla superior %s, que se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=No se puede agregar el uso de la regla de coincidencia %s porque su regla de coincidencia %s se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=No se puede agregar el uso de la regla de coincidencia %s porque hace referencia al tipo de atributo %s, que se ha marcado como OBSOLETO en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=No se puede agregar la regla de contenido de DIT %s porque hace referencia a la clase de objeto auxiliar %s, que se ha marcado como OBSOLETA en el esquema del servidor |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=No dispone de suficientes privilegios para modificar el esquema del servidor de directorios |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=No se puede encontrar un archivo que contenga las definiciones de elemento de esquema concatenadas para determinar si se han producido cambios en el esquema con el servidor fuera de l\u00ednea. Se esperaba que el archivo estuviera en el directorio %s y que su nombre fuera %s o %s |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=Se ha producido un error al tratar de determinar si se han producido cambios en el esquema por medio de la edici\u00f3n directa de los archivos de esquema con el servidor fuera de l\u00ednea: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=Se ha producido un error al tratar de escribir el archivo %s que contiene una lista concatenada de todos los elementos de esquema de servidor: %s. Es posible que el servidor no pueda identificar de forma precisa los cambios realizados en el esquema con el servidor fuera de l\u00ednea |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=El entorno de la base de datos JE correspondiente al Id. de servidor de fondo %s est\u00e1 da\u00f1ado. Reinicie Directory Server para volver a abrir el entorno |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=El Servidor de directorios no est\u00e1 configurado para permitir que se invoque la tarea %s |
| | | INFO_TASK_COMPLETION_BODY_299=Id. de tarea: %s\r\nEstado de la tarea: %s\r\nHora de inicio programada: %s\r\nHora de inicio real: %s\r\nHora de finalizaci\u00f3n: %s\r\n\r\nMensajes del registro:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=No se puede recuperar una entrada del backend de almac\u00e9n de confianza porque la entrada solicitada era nula |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=La entrada %s solicitada no existe en el backend de almac\u00e9n de confianza |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=No se puede procesar la entrada %s en el backend de almac\u00e9n de confianza porque el ND solicitado est\u00e1 un nivel por debajo del ND de base, pero no especifica un nombre de certificado |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error al tratar de recuperar el certificado %s del archivo de almac\u00e9n de confianza %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=No se admiten las operaciones de modificaci\u00f3n en el backend de almac\u00e9n de confianza |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=No se admiten las operaciones de modificaci\u00f3n de ND en el backend de almac\u00e9n de confianza |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=No se puede inicializar el backend de almac\u00e9n de confianza de la entrada de configuraci\u00f3n %s porque no contiene exactamente un solo ND de base |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=No se admiten las operaciones de importaci\u00f3n y exportaci\u00f3n de LDIF en el backend de almac\u00e9n de confianza |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=No se admiten las operaciones de copia de seguridad y restauraci\u00f3n en el backend de almac\u00e9n de confianza |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=El archivo de almac\u00e9n de confianza %s especificado en el atributo ds-cfg-trust-store-file de la entrada de configuraci\u00f3n %s no existe |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=El tipo de almac\u00e9n de confianza %s especificado en el atributo ds-cfg-trust-store-type de la entrada de configuraci\u00f3n %s no es v\u00e1lido: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=Se ha producido un error al tratar de crear el archivo PIN %s especificado en el atributo ds-cfg-trust-store-pin-file de la entrada de configuraci\u00f3n %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=Se ha producido un error al tratar de leer el PIN de almac\u00e9n de confianza del archivo %s especificado en el atributo de configuraci\u00f3n ds-cfg-trust-store-pin-file de la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=El archivo %s especificado en el atributo ds-cfg-trust-store-pin-file de la entrada de configuraci\u00f3n %s deber\u00eda contener el PIN necesario para acceder al almac\u00e9n de confianza, pero el archivo est\u00e1 vac\u00edo |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=La variable de entorno %s que est\u00e1 especificada en el atributo ds-cfg-trust-store-pin-environment-variable de la entrada de configuraci\u00f3n %s deber\u00eda contener el PIN necesario para acceder al almac\u00e9n de confianza, pero esta propiedad no est\u00e1 definida |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=La propiedad Java %s que est\u00e1 especificada en el atributo ds-cfg-trust-store-pin-property de la entrada de configuraci\u00f3n %s deber\u00eda contener el PIN necesario para acceder al administrador de confianza basado en archivo, pero esta propiedad no est\u00e1 definida |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=Se ha producido un error inesperado al tratar de determinar el valor del atributo de configuraci\u00f3n ds-cfg-trust-store-file en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=Se ha producido un error al tratar de cargar los contenidos del almac\u00e9n de confianza desde el archivo: %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=Se ha producido un error al tratar de crear una f\u00e1brica de administrador de confianza para acceder a los contenidos del archivo de almac\u00e9n de confianza %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=La entrada de certificado %s ya existe |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error al tratar de generar un certificado autofirmado %s en el archivo de almac\u00e9n de confianza %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error al tratar de a\u00f1adir el certificado %s al archivo de almac\u00e9n de confianza %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=No pudo a\u00f1adirse la entrada %s porque no contiene un atributo de certificado %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=No pudo a\u00f1adirse la entrada %s porque contiene varios atributos de certificado %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=No pudo a\u00f1adirse la entrada %s porque no contiene un valor de atributo de certificado %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=No pudo a\u00f1adirse la entrada %s porque contiene varios valores de atributo de certificado %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error al escribir el certificado %s a un archivo: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=No se han podido establecer permisos en el archivo de almac\u00e9n de confianza %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=No se ha inicializado el contenedor ra\u00edz para el backend %s, por lo que el backend no puede procesar la operaci\u00f3n solicitada |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=No se puede obtener un bloqueo de escritura en la entrada %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=No puede modificarse la entrada %s porque no representa una entrada de tarea. S\u00f3lo pueden modificarse entradas de tarea en el backend de tarea |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=No puede modificarse la entrada %s porque no representa una tarea v\u00e1lida en el servidor |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=No puede modificarse la entrada %s porque la tarea asociada ha finalizado su ejecuci\u00f3n. No pueden modificarse las tareas completadas |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=No puede modificarse la entrada %s porque el servidor no admite la modificaci\u00f3n de entradas de tarea peri\u00f3dica actualmente |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=La tarea asociada con la entrada %s est\u00e1 en ejecuci\u00f3n actualmente La \u00fanica modificaci\u00f3n permitida para las tareas en ejecuci\u00f3n es la sustituci\u00f3n del valor del atributo ds-task-state por "cancelar" |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=No se puede recuperar una entrada del backend de almac\u00e9n de confianza porque la entrada solicitada era nula |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=La entrada %s solicitada no existe en el backend de almac\u00e9n de confianza |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=No se puede procesar la entrada %s en el backend de almac\u00e9n de confianza porque el ND solicitado est\u00e1 un nivel por debajo del ND de base, pero no especifica un nombre de certificado |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error al tratar de recuperar el certificado %s del archivo de almac\u00e9n de confianza %s: %s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=No se admiten las operaciones de modificaci\u00f3n en el backend de almac\u00e9n de confianza |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=No se admiten las operaciones de modificaci\u00f3n de ND en el backend de almac\u00e9n de confianza |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=No se puede inicializar el backend de almac\u00e9n de confianza de la entrada de configuraci\u00f3n %s porque no contiene exactamente un solo ND de base |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=No se admiten las operaciones de importaci\u00f3n y exportaci\u00f3n de LDIF en el backend de almac\u00e9n de confianza |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=No se admiten las operaciones de copia de seguridad y restauraci\u00f3n en el backend de almac\u00e9n de confianza |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=El archivo de almac\u00e9n de confianza %s especificado en el atributo ds-cfg-trust-store-file de la entrada de configuraci\u00f3n %s no existe |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=El tipo de almac\u00e9n de confianza %s especificado en el atributo ds-cfg-trust-store-type de la entrada de configuraci\u00f3n %s no es v\u00e1lido: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=Se ha producido un error al tratar de crear el archivo PIN %s especificado en el atributo ds-cfg-trust-store-pin-file de la entrada de configuraci\u00f3n %s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=Se ha producido un error al tratar de leer el PIN de almac\u00e9n de confianza del archivo %s especificado en el atributo de configuraci\u00f3n ds-cfg-trust-store-pin-file de la entrada de configuraci\u00f3n %s: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=El archivo %s especificado en el atributo ds-cfg-trust-store-pin-file de la entrada de configuraci\u00f3n %s deber\u00eda contener el PIN necesario para acceder al almac\u00e9n de confianza, pero el archivo est\u00e1 vac\u00edo |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=La variable de entorno %s que est\u00e1 especificada en el atributo ds-cfg-trust-store-pin-environment-variable de la entrada de configuraci\u00f3n %s deber\u00eda contener el PIN necesario para acceder al almac\u00e9n de confianza, pero esta propiedad no est\u00e1 definida |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=La propiedad Java %s que est\u00e1 especificada en el atributo ds-cfg-trust-store-pin-property de la entrada de configuraci\u00f3n %s deber\u00eda contener el PIN necesario para acceder al administrador de confianza basado en archivo, pero esta propiedad no est\u00e1 definida |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=Se ha producido un error inesperado al tratar de determinar el valor del atributo de configuraci\u00f3n ds-cfg-trust-store-file en la entrada de configuraci\u00f3n %s: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=Se ha producido un error al tratar de cargar los contenidos del almac\u00e9n de confianza desde el archivo: %s: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=Se ha producido un error al tratar de crear una f\u00e1brica de administrador de confianza para acceder a los contenidos del archivo de almac\u00e9n de confianza %s: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=La entrada de certificado %s ya existe |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Error al tratar de generar un certificado autofirmado %s en el archivo de almac\u00e9n de confianza %s: %s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Error al tratar de a\u00f1adir el certificado %s al archivo de almac\u00e9n de confianza %s: %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=No pudo a\u00f1adirse la entrada %s porque no contiene un atributo de certificado %s |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=No pudo a\u00f1adirse la entrada %s porque contiene varios atributos de certificado %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=No pudo a\u00f1adirse la entrada %s porque no contiene un valor de atributo de certificado %s |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=No pudo a\u00f1adirse la entrada %s porque contiene varios valores de atributo de certificado %s |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Error al escribir el certificado %s a un archivo: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=No se han podido establecer permisos en el archivo de almac\u00e9n de confianza %s |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=No se ha inicializado el contenedor ra\u00edz para el backend %s, por lo que el backend no puede procesar la operaci\u00f3n solicitada |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=No se puede obtener un bloqueo de escritura en la entrada %s |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=No puede modificarse la entrada %s porque no representa una entrada de tarea. S\u00f3lo pueden modificarse entradas de tarea en el backend de tarea |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=No puede modificarse la entrada %s porque no representa una tarea v\u00e1lida en el servidor |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=No puede modificarse la entrada %s porque la tarea asociada ha finalizado su ejecuci\u00f3n. No pueden modificarse las tareas completadas |
| | | ERR_TASKBE_MODIFY_RECURRING_334=No puede modificarse la entrada %s porque el servidor no admite la modificaci\u00f3n de entradas de tarea peri\u00f3dica actualmente |
| | | ERR_TASKBE_MODIFY_RUNNING_335=La tarea asociada con la entrada %s est\u00e1 en ejecuci\u00f3n actualmente La \u00fanica modificaci\u00f3n permitida para las tareas en ejecuci\u00f3n es la sustituci\u00f3n del valor del atributo ds-task-state por "cancelar" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Una solicitud de modificaci\u00f3n para cancelar la tarea ha interrumpido el procesamiento de las tareas |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error al tratar de eliminar el certificado %s del archivo de almac\u00e9n de confianza %s: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=No se puede recuperar la entrada %s del backend de almac\u00e9n de confianza porque no existe el certificado %s |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=El backend de LDIF definido en la entrada de configuraci\u00f3n %s s\u00f3lo admite un \u00fanico ND de base, pero se configur\u00f3 para su uso con varios ND de base |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s presenta varias entradas con el ND %s |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s incluye la entrada %s, que no se encuentra por debajo del ND de base definido para ese servidor de fondo |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s contiene la entrada %s, pero a\u00fan no se ha le\u00eddo su entrada principal |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=Se ha producido un error al tratar de crear el archivo %s para escribir una versi\u00f3n actualizada de los datos para el backend de LDIF definido en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=Se ha producido un error al tratar de escribir datos actualizados al archivo %s para el backend de LDIF definido en la entrada de configuraci\u00f3n %s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=Se ha producido un error al tratar de cambiar el nombre del archivo %s a %s mientras se escrib\u00edan datos actualizados para el backend de LDIF definido en la entrada de configuraci\u00f3n %s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=La entrada %s ya existe en el servidor de seguridad de LDIF |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=El elemento principal de la entrada %s no existe |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=La entrada %s no existe |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=La entrada %s presenta una o varias entradas subordinadas y no puede eliminarse hasta que se hayan suprimido primero sus entradas subordinadas |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=La entrada %s no existe |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=La entrada de origen %s no existe |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=La entrada de destino %s no existe |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=El nuevo ND principal %s no existe |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=La entrada %s especificada como ND de base de b\u00fasqueda no existe |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=Se ha producido un error al tratar de crear el editor para la operaci\u00f3n de exportaci\u00f3n de LDIF: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=Se ha producido un error al tratar de escribir la entrada %s durante la exportaci\u00f3n de LDIF: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=Se ha producido un error al tratar de crear el lector para la operaci\u00f3n de importaci\u00f3n de LDIF: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=Se ha producido un error irrecuperable al tratar de leer datos del archivo de importaci\u00f3n: %s. La importaci\u00f3n de LDIF no puede continuar |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=El servidor de fondo de LDIF no proporciona actualmente ning\u00fan mecanismo de copia de seguridad o restablecimiento. En su lugar, utilice las operaciones de importaci\u00f3n y exportaci\u00f3n de LDIF |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Error al tratar de eliminar el certificado %s del archivo de almac\u00e9n de confianza %s: %s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=No se puede recuperar la entrada %s del backend de almac\u00e9n de confianza porque no existe el certificado %s |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=El backend de LDIF definido en la entrada de configuraci\u00f3n %s s\u00f3lo admite un \u00fanico ND de base, pero se configur\u00f3 para su uso con varios ND de base |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s presenta varias entradas con el ND %s |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s incluye la entrada %s, que no se encuentra por debajo del ND de base definido para ese servidor de fondo |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=El archivo LDIF %s configurado para su uso con el servidor de fondo de LDIF definido en la entrada de configuraci\u00f3n %s contiene la entrada %s, pero a\u00fan no se ha le\u00eddo su entrada principal |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=Se ha producido un error al tratar de crear el archivo %s para escribir una versi\u00f3n actualizada de los datos para el backend de LDIF definido en la entrada de configuraci\u00f3n %s: %s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=Se ha producido un error al tratar de escribir datos actualizados al archivo %s para el backend de LDIF definido en la entrada de configuraci\u00f3n %s: %s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=Se ha producido un error al tratar de cambiar el nombre del archivo %s a %s mientras se escrib\u00edan datos actualizados para el backend de LDIF definido en la entrada de configuraci\u00f3n %s: %s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=La entrada %s ya existe en el servidor de seguridad de LDIF |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=El elemento principal de la entrada %s no existe |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=La entrada %s no existe |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=La entrada %s presenta una o varias entradas subordinadas y no puede eliminarse hasta que se hayan suprimido primero sus entradas subordinadas |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=La entrada %s no existe |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=La entrada de origen %s no existe |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=La entrada de destino %s no existe |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=El nuevo ND principal %s no existe |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=La entrada %s especificada como ND de base de b\u00fasqueda no existe |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=Se ha producido un error al tratar de crear el editor para la operaci\u00f3n de exportaci\u00f3n de LDIF: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=Se ha producido un error al tratar de escribir la entrada %s durante la exportaci\u00f3n de LDIF: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=Se ha producido un error al tratar de crear el lector para la operaci\u00f3n de importaci\u00f3n de LDIF: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=Se ha producido un error irrecuperable al tratar de leer datos del archivo de importaci\u00f3n: %s. La importaci\u00f3n de LDIF no puede continuar |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=El servidor de fondo de LDIF no proporciona actualmente ning\u00fan mecanismo de copia de seguridad o restablecimiento. En su lugar, utilice las operaciones de importaci\u00f3n y exportaci\u00f3n de LDIF |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=El cambio realizado en la ruta del archivo LDIF no se aplicar\u00e1 hasta que se deshabilite y se vuelva a habilitar el servidor de fondo |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=El cambio realizado en el ND de base del servidor de fondo de LDIF no se aplicar\u00e1 hasta que se deshabilite y se vuelva a habilitar el servidor de fondo |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=La entrada de destino %s no existe |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=La entrada de destino %s no existe |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error al leer la clave %s desde el almac\u00e9n de claves %s: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Este servidor de fondo no proporciona compatibilidad con el atributo operativo "hasSubordinates" |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Este servidor de fondo no proporciona compatibilidad con el atributo operativo "numSubordinates" |
| | | NOTICE_BACKEND_OFFLINE_370=El servidor de fondo %s se ha establecido sin conexi\u00f3n |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un n\u00famero no v\u00e1lido de tokens |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de minuto no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de hora no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de d\u00eda del mes no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de mes del a\u00f1o no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de d\u00eda de la semana no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene una combinaci\u00f3n de tokens no v\u00e1lida que da lugar a una fecha inexistente |
| | | SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=Se ha producido un error al tratar de exportar los datos de backend de tarea: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=Se ha producido un error al tratar de obtener el proveedor MAC de %s con el fin de crear el hash firmado para la copia de seguridad: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=Se ha producido un error al tratar de obtener la recopilaci\u00f3n de mensajes de %s con el fin de crear el hash para la copia de seguridad: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=Se ha producido un error al tratar de crear el archivo de almacenamiento de tareas %s en el directorio %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=Se ha producido un error al tratar de obtener el cifrado para cifrar la copia de seguridad: %s |
| | | SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=Copia de seguridad de tareas %2$s de %1$s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Ha ocurrido un error mientras se intentaba respaldar el archivo de tareas %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=Se ha producido un error al tratar de cerrar el archivo de almacenamiento de tareas %s en el directorio %s: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=Se ha producido un error al tratar de actualizar el archivo descriptor de la copia de seguridad %s con informaci\u00f3n acerca de la copia de seguridad de tareas: %s |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=No se puede restaurar ni comprobar la copia de seguridad de tareas %s en el directorio %s porque no existe tal copia de seguridad |
| | | SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=No se puede restaurar ni comprobar la copia de seguridad de tareas %s en el directorio %s porque no pudo determinarse el nombre de archivo del archivo de almacenamiento |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque no existe el archivo de almacenamiento %s especificado |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al tratar de determinar si existe el archivo de almacenamiento de copia de seguridad %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque, aunque se dispone de un hash no firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo de recopilaci\u00f3n empleado para generar este hash |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque tiene un hash no firmado que emplea un algoritmo de recopilaci\u00f3n de %s desconocido o incompatible |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque, aunque se dispone de un hash firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo MAC empleado para generar este hash |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque tiene un hash firmado que emplea un algoritmo de MAC de %s desconocido o incompatible |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al tratar de abrir el archivo de almacenamiento de copia de seguridad %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque est\u00e1 cifrada por medio de un cifrado desconocido o incompatible: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al tratar de leer la siguiente entrada desde el archivo de almacenamiento %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=No se puede restaurar la copia de seguridad de tareas %s porque se ha producido un error al tratar de volver a crear el archivo %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al procesar el archivo de almacenamiento %s: %s |
| | | SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error inesperado al tratar de cerrar el archivo de almacenamiento %s: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=La recopilaci\u00f3n de mensajes calculada a partir del archivo de copia de seguridad coincide con la recopilaci\u00f3n almacenada en la informaci\u00f3n de copia de seguridad |
| | | SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque la recopilaci\u00f3n de mensajes calculada a partir del archivo de almacenamiento no coincide con la recopilaci\u00f3n almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=La recopilaci\u00f3n firmada que se ha calculado a partir del archivo de copia de seguridad coincide con la firma almacenada en la informaci\u00f3n de copia de seguridad |
| | | SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque la recopilaci\u00f3n firmada calculada a partir del archivo de almacenamiento de copia de seguridad no coincide con la firma almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=Todas las pruebas realizadas en la copia de seguridad de las tareas %s desde el directorio %s indican que el archivo parece ser v\u00e1lido |
| | | NOTICE_TASKS_RESTORE_SUCCESSFUL_406=La copia de seguridad de las tareas %s se ha restablecido correctamente desde el archivo del directorio %s |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=No pudo encontrarse la informaci\u00f3n para la copia de seguridad %s en el directorio de copia de seguridad %s |
| | | SEVERE_ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=Se ha producido un error al tratar de actualizar el archivo descriptor de la copia de seguridad %s con informaci\u00f3n acerca de la copia de seguridad: %s |
| | | MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=No se puede agregar la regla de estructura de DIT %s porque el identificador de reglas entra en conflicto con una regla de estructura de DIT existente (%s) |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=La entrada de destino %s no existe |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=La entrada de destino %s no existe |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=Error al leer la clave %s desde el almac\u00e9n de claves %s: %s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Este servidor de fondo no proporciona compatibilidad con el atributo operativo "hasSubordinates" |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Este servidor de fondo no proporciona compatibilidad con el atributo operativo "numSubordinates" |
| | | NOTE_BACKEND_OFFLINE_370=El servidor de fondo %s se ha establecido sin conexi\u00f3n |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un n\u00famero no v\u00e1lido de tokens |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de minuto no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de hora no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de d\u00eda del mes no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de mes del a\u00f1o no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene un token de d\u00eda de la semana no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=El atributo de entrada de tarea peri\u00f3dica %s proporcionado que mantiene la programaci\u00f3n de la tarea peri\u00f3dica tiene una combinaci\u00f3n de tokens no v\u00e1lida que da lugar a una fecha inexistente |
| | | ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=Se ha producido un error al tratar de exportar los datos de backend de tarea: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=Se ha producido un error al tratar de obtener el proveedor MAC de %s con el fin de crear el hash firmado para la copia de seguridad: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=Se ha producido un error al tratar de obtener la recopilaci\u00f3n de mensajes de %s con el fin de crear el hash para la copia de seguridad: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=Se ha producido un error al tratar de crear el archivo de almacenamiento de tareas %s en el directorio %s: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=Se ha producido un error al tratar de obtener el cifrado para cifrar la copia de seguridad: %s |
| | | ERR_TASKS_BACKUP_ZIP_COMMENT_383=Copia de seguridad de tareas %2$s de %1$s |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Ha ocurrido un error mientras se intentaba respaldar el archivo de tareas %s: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=Se ha producido un error al tratar de cerrar el archivo de almacenamiento de tareas %s en el directorio %s: %s |
| | | ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=Se ha producido un error al tratar de actualizar el archivo descriptor de la copia de seguridad %s con informaci\u00f3n acerca de la copia de seguridad de tareas: %s |
| | | ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=No se puede restaurar ni comprobar la copia de seguridad de tareas %s en el directorio %s porque no existe tal copia de seguridad |
| | | ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=No se puede restaurar ni comprobar la copia de seguridad de tareas %s en el directorio %s porque no pudo determinarse el nombre de archivo del archivo de almacenamiento |
| | | ERR_TASKS_RESTORE_NO_SUCH_FILE_389=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque no existe el archivo de almacenamiento %s especificado |
| | | ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al tratar de determinar si existe el archivo de almacenamiento de copia de seguridad %s: %s |
| | | ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque, aunque se dispone de un hash no firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo de recopilaci\u00f3n empleado para generar este hash |
| | | ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque tiene un hash no firmado que emplea un algoritmo de recopilaci\u00f3n de %s desconocido o incompatible |
| | | ERR_TASKS_RESTORE_UNKNOWN_MAC_393=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque, aunque se dispone de un hash firmado de esta copia de seguridad, el servidor no puede determinar el algoritmo MAC empleado para generar este hash |
| | | ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque tiene un hash firmado que emplea un algoritmo de MAC de %s desconocido o incompatible |
| | | ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al tratar de abrir el archivo de almacenamiento de copia de seguridad %s: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque est\u00e1 cifrada por medio de un cifrado desconocido o incompatible: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al tratar de leer la siguiente entrada desde el archivo de almacenamiento %s: %s |
| | | ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=No se puede restaurar la copia de seguridad de tareas %s porque se ha producido un error al tratar de volver a crear el archivo %s: %s |
| | | ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error al procesar el archivo de almacenamiento %s: %s |
| | | ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque se ha producido un error inesperado al tratar de cerrar el archivo de almacenamiento %s: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=La recopilaci\u00f3n de mensajes calculada a partir del archivo de copia de seguridad coincide con la recopilaci\u00f3n almacenada en la informaci\u00f3n de copia de seguridad |
| | | ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque la recopilaci\u00f3n de mensajes calculada a partir del archivo de almacenamiento no coincide con la recopilaci\u00f3n almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=La recopilaci\u00f3n firmada que se ha calculado a partir del archivo de copia de seguridad coincide con la firma almacenada en la informaci\u00f3n de copia de seguridad |
| | | ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=No se puede restaurar ni comprobar la copia de seguridad de tareas %s porque la recopilaci\u00f3n firmada calculada a partir del archivo de almacenamiento de copia de seguridad no coincide con la firma almacenada con la informaci\u00f3n de copia de seguridad |
| | | NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=Todas las pruebas realizadas en la copia de seguridad de las tareas %s desde el directorio %s indican que el archivo parece ser v\u00e1lido |
| | | NOTE_TASKS_RESTORE_SUCCESSFUL_406=La copia de seguridad de las tareas %s se ha restablecido correctamente desde el archivo del directorio %s |
| | | ERR_BACKUP_MISSING_BACKUPID_407=No pudo encontrarse la informaci\u00f3n para la copia de seguridad %s en el directorio de copia de seguridad %s |
| | | ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=Se ha producido un error al tratar de actualizar el archivo descriptor de la copia de seguridad %s con informaci\u00f3n acerca de la copia de seguridad: %s |
| | | ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=No se puede agregar la regla de estructura de DIT %s porque el identificador de reglas entra en conflicto con una regla de estructura de DIT existente (%s) |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=La copia de seguridad de DB local %s no especifica el n\u00famero de subprocesos del depurador: estableciendo de forma predeterminada en %d subprocesos |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=La copia de seguridad de DB local %s no especifica el n\u00famero de tablas de bloqueo: estableciendo de forma predeterminada en %d |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=No se puede programar la tarea %s porque falta su tarea de dependencia %s |
| | | NOTICE_TASK_STARTED_413=Tarea de %s %s ha iniciado la ejecuci\u00f3n |
| | | NOTICE_TASK_FINISHED_414=Tarea de %s %s ha finalizado la ejecuci\u00f3n en el estado %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=No se puede agregar la descripci\u00f3n de sintaxis LDAP con OID %s porque est\u00e1 en conflicto con una descripci\u00f3n de sintaxis de LDAP existente |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=No se puede suprimir la descripci\u00f3n de sintaxis LDAP %s del esquema de servidor porque no se ha definido dicha descripci\u00f3n de sintaxis LDAP |
| | | MILD_ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=No se pudo analizar el valor proporcionado "%s" como sintaxis LDAP porque su OID %s corresponde a una sintaxis de atributo que ya se ha implementado |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=Se ha producido un error al intentar descodificar la descripci\u00f3n de sintaxis LDAP "%s": %s |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un n\u00famero no v\u00e1lido de tokens |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de minuto no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de hora no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de d\u00eda del mes no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de mes del a\u00f1o no v\u00e1lido |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de d\u00eda de la semana no v\u00e1lido |
| | | MILD_ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=El servidor de fondo del esquema no admite el tipo de modificaci\u00f3n Replace por el tipo de atributo %s |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=No se puede programar la tarea %s porque falta su tarea de dependencia %s |
| | | NOTE_TASK_STARTED_413=Tarea de %s %s ha iniciado la ejecuci\u00f3n |
| | | NOTE_TASK_FINISHED_414=Tarea de %s %s ha finalizado la ejecuci\u00f3n en el estado %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=No se puede agregar la descripci\u00f3n de sintaxis LDAP con OID %s porque est\u00e1 en conflicto con una descripci\u00f3n de sintaxis de LDAP existente |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=No se puede suprimir la descripci\u00f3n de sintaxis LDAP %s del esquema de servidor porque no se ha definido dicha descripci\u00f3n de sintaxis LDAP |
| | | ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=No se pudo analizar el valor proporcionado "%s" como sintaxis LDAP porque su OID %s corresponde a una sintaxis de atributo que ya se ha implementado |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=Se ha producido un error al intentar descodificar la descripci\u00f3n de sintaxis LDAP "%s": %s |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un n\u00famero no v\u00e1lido de tokens |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de minuto no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de hora no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de d\u00eda del mes no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de mes del a\u00f1o no v\u00e1lido |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=El valor de programaci\u00f3n de la tarea peri\u00f3dica proporcionado tiene un token de d\u00eda de la semana no v\u00e1lido |
| | | ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=El servidor de fondo del esquema no admite el tipo de modificaci\u00f3n Replace por el tipo de atributo %s |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2009 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011-2013 ForgeRock AS |
| | | # Portions Copyright 2011-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=Tentative de d\u00e9senregistrement du sous-suffixe "%s" depuis le backend avec le suffixe "%s". Toutefois, le backend subordonn\u00e9 contenant ce sous-suffixe contient \u00e9galement d'autres sous-suffixes et il ne peut pas \u00eatre d\u00e9senregistr\u00e9. Vous pouvez peut-\u00eatre supprimer ce sous-suffixe en modifiant la configuration du backend subordonn\u00e9 auquel il est associ\u00e9 |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=Tentative de configuration du backend de\u00a0DSE racine sans indiquer d'entr\u00e9e de configuration. Cela n'est pas autoris\u00e9 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Le DN de base "%s" est configur\u00e9 en tant que faisant partie des DN de base subordonn\u00e9s \u00e0 utiliser pour les recherches sous la racine\u00a0DSE. Toutefois, ce DN de base n'est g\u00e9r\u00e9 par aucun suffixe enregistr\u00e9 aupr\u00e8s de Directory Server et il n'est donc pas utilis\u00e9 |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=Un probl\u00e8me inattendu s'est produit lors de la tentative de d\u00e9termination de l'ensemble de DN de base subordonn\u00e9s \u00e0 utiliser pour les recherches sous la racine\u00a0DSE\u00a0: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Il a \u00e9t\u00e9 demand\u00e9 au backend de DSE racine de r\u00e9cup\u00e9rer une entr\u00e9e avec DN "%s". Seule une demande de r\u00e9cup\u00e9ration de la DSE racine elle-m\u00eame peut \u00eatre adress\u00e9e \u00e0 ce backend. Cependant, il v\u00e9rifiera avec les backends subordonn\u00e9s d\u00e9finis s'il peut trouver l'entr\u00e9e souhait\u00e9e |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9ration d'ajout |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Impossible de supprimer l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9rations de suppression |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de DSE racine ne prend pas en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du DSE racine, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Impossible de renommer l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9rations de modification de DN |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Impossible d'effectuer une recherche (ID de connexion %d, ID d'op\u00e9ration %d) avec un DN de base de "%s" dans le backend de DSE racine. Le DN de base pour les recherches dans ce backend doit \u00eatre le DN du DSE racine |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=Un \u00e9chec inattendu s'est produit lors de la tentative de traitement d'une op\u00e9ration de recherche (ID de connexion %d, ID d'op\u00e9ration %d) dans le backend de DSE racine\u00a0: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Impossible de traiter la recherche avec l'ID de connexion %d et l'ID d'op\u00e9ration %d, car son \u00e9tendue (%s) n'est pas valide |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=Une erreur inattendue s'est produite lors de la tentative d'ouverture du processus d'\u00e9criture LDIF pour le backend de DSE racine\u00a0: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=Une erreur inattendue s'est produite lors de la tentative d'exportation de l'entr\u00e9e de DSE racine vers la cible LDIF indiqu\u00e9e\u00a0: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Le backend de DSE racine ne prend pas en charge les op\u00e9rations d'importation LDIF |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Le backend de DSE racine ne fournit aucun utilitaire pour les op\u00e9rations de sauvegarde et restauration. Vous devez sauvegarder le contenu du DSE racine dans le cadre de la configuration de Directory Server |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=Tentative de d\u00e9senregistrement du sous-suffixe "%s" depuis le backend avec le suffixe "%s". Toutefois, le backend subordonn\u00e9 contenant ce sous-suffixe contient \u00e9galement d'autres sous-suffixes et il ne peut pas \u00eatre d\u00e9senregistr\u00e9. Vous pouvez peut-\u00eatre supprimer ce sous-suffixe en modifiant la configuration du backend subordonn\u00e9 auquel il est associ\u00e9 |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=Tentative de configuration du backend de\u00a0DSE racine sans indiquer d'entr\u00e9e de configuration. Cela n'est pas autoris\u00e9 |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=Le DN de base "%s" est configur\u00e9 en tant que faisant partie des DN de base subordonn\u00e9s \u00e0 utiliser pour les recherches sous la racine\u00a0DSE. Toutefois, ce DN de base n'est g\u00e9r\u00e9 par aucun suffixe enregistr\u00e9 aupr\u00e8s de Directory Server et il n'est donc pas utilis\u00e9 |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=Un probl\u00e8me inattendu s'est produit lors de la tentative de d\u00e9termination de l'ensemble de DN de base subordonn\u00e9s \u00e0 utiliser pour les recherches sous la racine\u00a0DSE\u00a0: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Il a \u00e9t\u00e9 demand\u00e9 au backend de DSE racine de r\u00e9cup\u00e9rer une entr\u00e9e avec DN "%s". Seule une demande de r\u00e9cup\u00e9ration de la DSE racine elle-m\u00eame peut \u00eatre adress\u00e9e \u00e0 ce backend. Cependant, il v\u00e9rifiera avec les backends subordonn\u00e9s d\u00e9finis s'il peut trouver l'entr\u00e9e souhait\u00e9e |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9ration d'ajout |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Impossible de supprimer l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9rations de suppression |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de DSE racine ne prend pas en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du DSE racine, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Impossible de renommer l'entr\u00e9e "%s" car le backend de DSE racine ne prend pas en charge les op\u00e9rations de modification de DN |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Impossible d'effectuer une recherche (ID de connexion %d, ID d'op\u00e9ration %d) avec un DN de base de "%s" dans le backend de DSE racine. Le DN de base pour les recherches dans ce backend doit \u00eatre le DN du DSE racine |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=Un \u00e9chec inattendu s'est produit lors de la tentative de traitement d'une op\u00e9ration de recherche (ID de connexion %d, ID d'op\u00e9ration %d) dans le backend de DSE racine\u00a0: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=Impossible de traiter la recherche avec l'ID de connexion %d et l'ID d'op\u00e9ration %d, car son \u00e9tendue (%s) n'est pas valide |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=Une erreur inattendue s'est produite lors de la tentative d'ouverture du processus d'\u00e9criture LDIF pour le backend de DSE racine\u00a0: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=Une erreur inattendue s'est produite lors de la tentative d'exportation de l'entr\u00e9e de DSE racine vers la cible LDIF indiqu\u00e9e\u00a0: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Le backend de DSE racine ne prend pas en charge les op\u00e9rations d'importation LDIF |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Le backend de DSE racine ne fournit aucun utilitaire pour les op\u00e9rations de sauvegarde et restauration. Vous devez sauvegarder le contenu du DSE racine dans le cadre de la configuration de Directory Server |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=La configuration du DSE racine ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser le jeu d\u00e9fini pour les suffixes Directory Server lors de recherches sous le DSE racine |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=La configuration du DSE racine ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser le jeu de DN de base %s lors de recherches sous le DSE racine |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=La configuration du DSE racine ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser un nouveau jeu d'attributs d\u00e9finis par l'utilisateur |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=Tentative de configuration du backend de contr\u00f4le sans indiquer d'entr\u00e9e de configuration. Cela n'est pas autoris\u00e9 et aucune information de contr\u00f4le n'est disponible sur le protocole |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=Une erreur inattendue s'est produite lors de la tentative de d\u00e9codage de cn=monitor en tant que DN de base pour les informations de contr\u00f4le Directory Server\u00a0: %s. Aucune information de contr\u00f4le n'est disponible sur le protocole |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations d'ajout |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Impossible de supprimer l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations de suppression |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de moniteur ne prend pas en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du moniteur de base, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Impossible de renommer l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations de modification de DN |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=Une erreur s'est produite lors de la tentative d'exportation de l'entr\u00e9e de contr\u00f4le de base\u00a0: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=Une erreur s'est produite lors de la tentative d'exportation de l'entr\u00e9e de contr\u00f4le pour le fournisseur de contr\u00f4le\u00a0%s\u00a0: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=Le backend de contr\u00f4le ne prend pas en charge les op\u00e9rations d'importation LDIF |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=Le backend de contr\u00f4le ne fournit aucun utilitaire pour les op\u00e9rations de sauvegarde et restauration |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=Tentative de configuration du backend de contr\u00f4le sans indiquer d'entr\u00e9e de configuration. Cela n'est pas autoris\u00e9 et aucune information de contr\u00f4le n'est disponible sur le protocole |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=Une erreur inattendue s'est produite lors de la tentative de d\u00e9codage de cn=monitor en tant que DN de base pour les informations de contr\u00f4le Directory Server\u00a0: %s. Aucune information de contr\u00f4le n'est disponible sur le protocole |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations d'ajout |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Impossible de supprimer l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations de suppression |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Impossible de mettre l'entr\u00e9e "%s" \u00e0 jour car le backend de moniteur ne prend pas en charge les op\u00e9rations de modification. Si vous souhaitez changer le contenu du moniteur de base, vous devriez pouvoir le faire en modifant l'entr\u00e9e "%s" dans la configuration |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Impossible de renommer l'entr\u00e9e "%s" car le backend de moniteur ne prend pas en charge les op\u00e9rations de modification de DN |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=Une erreur s'est produite lors de la tentative d'exportation de l'entr\u00e9e de contr\u00f4le de base\u00a0: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=Une erreur s'est produite lors de la tentative d'exportation de l'entr\u00e9e de contr\u00f4le pour le fournisseur de contr\u00f4le\u00a0%s\u00a0: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=Le backend de contr\u00f4le ne prend pas en charge les op\u00e9rations d'importation LDIF |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=Le backend de contr\u00f4le ne fournit aucun utilitaire pour les op\u00e9rations de sauvegarde et restauration |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=La configuration du moniteur ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser un nouveau jeu d'attributs d\u00e9finis par l'utilisateur |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e du backend de moniteur car le DN fourni \u00e9tait null |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de moniteur car le DN ne se trouve pas sous la base de moniteur de %s |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e du backend de moniteur car le DN fourni \u00e9tait null |
| | | ERR_MONITOR_INVALID_BASE_34=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de moniteur car le DN ne se trouve pas sous la base de moniteur de %s |
| | | INFO_MONITOR_UPTIME_37=%d jours %d heures %d minutes %d secondes |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=Tentative de configuration du backend de sch\u00e9ma sans indiquer d'entr\u00e9e de configuration. Cela n'est pas autoris\u00e9 et aucune information de sch\u00e9ma n'est disponible sur le protocole |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=Une erreur s'est produite lors de la tentative de d\u00e9termination des DN de base \u00e0 utiliser lors de la publication des informations de sch\u00e9ma Directory Server, comme indiqu\u00e9 dans l'attribut ds-cfg-schema-entry-dn de l'entr\u00e9e de configuration %s\u00a0: %s. Le DN de base de sch\u00e9ma par d\u00e9faut cn=schema va \u00eatre utilis\u00e9 |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations d'ajout |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Impossible de supprimer l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations de suppression |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Impossible de renommer l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations de modification de DN |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=Une erreur s'est produite lors de la tentative d'exportation de l'entr\u00e9e de sch\u00e9ma de base\u00a0: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de sch\u00e9ma car le DN est \u00e9gal \u00e0 un des DN d'entr\u00e9e de sch\u00e9ma |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=Une erreur inattendue s'est produite lors de la tentative d'ouverture du processus d'\u00e9criture LDIF pour le backend de sch\u00e9ma\u00a0: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=Tentative de configuration du backend de sch\u00e9ma sans indiquer d'entr\u00e9e de configuration. Cela n'est pas autoris\u00e9 et aucune information de sch\u00e9ma n'est disponible sur le protocole |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=Une erreur s'est produite lors de la tentative de d\u00e9termination des DN de base \u00e0 utiliser lors de la publication des informations de sch\u00e9ma Directory Server, comme indiqu\u00e9 dans l'attribut ds-cfg-schema-entry-dn de l'entr\u00e9e de configuration %s\u00a0: %s. Le DN de base de sch\u00e9ma par d\u00e9faut cn=schema va \u00eatre utilis\u00e9 |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Impossible d'ajouter l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations d'ajout |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Impossible de supprimer l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations de suppression |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Impossible de renommer l'entr\u00e9e "%s" car le backend de sch\u00e9ma ne prend pas en charge les op\u00e9rations de modification de DN |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=Une erreur s'est produite lors de la tentative d'exportation de l'entr\u00e9e de sch\u00e9ma de base\u00a0: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e demand\u00e9e %s du backend de sch\u00e9ma car le DN est \u00e9gal \u00e0 un des DN d'entr\u00e9e de sch\u00e9ma |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=Une erreur inattendue s'est produite lors de la tentative d'ouverture du processus d'\u00e9criture LDIF pour le backend de sch\u00e9ma\u00a0: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=Le DN %s n'est plus inscrit et ne sera donc plus disponible en tant que DN d'entr\u00e9e de sch\u00e9ma |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=Une erreur s'est produite lors de la tentative de d\u00e9senregistrement de %s en tant que DN d'entr\u00e9e de sch\u00e9ma\u00a0: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=Une erreur s'est produite lors de la tentative de d\u00e9senregistrement de %s en tant que DN d'entr\u00e9e de sch\u00e9ma\u00a0: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52= Le DN %s est bien inscrit en tant que DN d'entr\u00e9e de sch\u00e9ma |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=Une erreur s'est produite lors de la tentative d'enregistrement de %s en tant que DN d'entr\u00e9e de sch\u00e9ma\u00a0: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=Une erreur s'est produite lors de la tentative d'enregistrement de %s en tant que DN d'entr\u00e9e de sch\u00e9ma\u00a0: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=La configuration du sch\u00e9ma ayant \u00e9t\u00e9 mise \u00e0 jour, celui-ci va d\u00e9sormais utiliser un nouveau jeu d'attributs d\u00e9finis par l'utilisateur |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=Directory Server n'a pas pu obtenir de verrou sur l'entr\u00e9e %s apr\u00e8s plusieurs tentatives. Cela peut signifier que l'entr\u00e9e est d\u00e9j\u00e0 verrouill\u00e9e par une op\u00e9ration dont l'ex\u00e9cution est longue, ou que cette entr\u00e9e a d\u00e9j\u00e0 \u00e9t\u00e9 verrouill\u00e9e mais pas correctement d\u00e9verrouill\u00e9e |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=Une erreur s'est produite lors de la tentative d'obtention du fournisseur MAC %s afin de cr\u00e9er le hachage sign\u00e9 pour la sauvegarde\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=Une erreur s'est produite lors de la tentative d'obtention de la synth\u00e8se de message %s afin de cr\u00e9er le hachage pour la sauvegarde\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier d'archive de sch\u00e9ma %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=Une erreur s'est produite lors de la tentative d'obtention du chiffrement \u00e0 utiliser pour chiffrer la sauvegarde\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=Sauvegarde du sch\u00e9ma %s - %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=Une erreur s'est produite lors de la tentative d'obtention de la liste des fichiers du r\u00e9pertoire %s \u00e0 inclure dans la sauvegarde de sch\u00e9ma\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=Une erreur s'est produite lors de la tentative de sauvegarde du fichier de sch\u00e9ma %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=Une erreur s'est produite lors de la tentative de fermeture du fichier d'archive de sch\u00e9ma %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=Une erreur s'est produite lors de la tentative de mise \u00e0 jour du fichier de descripteur de sauvegarde %s avec les informations concernant la sauvegarde de sch\u00e9ma\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s dans le r\u00e9pertoire %s car cette sauvegarde n'existe pas |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s dans le r\u00e9pertoire %s car il est impossible de d\u00e9terminer le nom du fichier d'archive |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car le fichier d'archive indiqu\u00e9 (%s) n'existe pas |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de d\u00e9termination de l'existence de l'archive de sauvegarde %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car un hachage non sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme de synth\u00e8se utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car elle comporte un hachage non sign\u00e9 utilisant l'algorithme de synth\u00e8se inconnu ou non pris en charge %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car un hachage sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme MAC utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car elle comporte un hachage sign\u00e9 utilisant l'algorithme MAC inconnu ou non pris en charge %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative d'ouverture du fichier d'archive de sauvegarde %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car elle est chiffr\u00e9e \u00e0 l'aide d'un chiffrement inconnu ou non pris en charge\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Impossible de restaurer la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de changement du nom du dossier de sch\u00e9ma actuel de %s en %s\u00a0: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Cependant, les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s et se trouvent maintenant dans leur emplacement d'origine de %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s et se trouvent dans le r\u00e9pertoire %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Impossible de restaurer la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de cr\u00e9ation du r\u00e9pertoire vide %s pour y restaurer les fichiers\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s dans le r\u00e9pertoire %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de lecture de l'entr\u00e9e suivante dans le fichier d'archive %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Impossible de restaurer la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de recr\u00e9ation du fichier %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors du traitement du fichier archiv\u00e9 %s\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur inattendue s'est produite lors de la tentative de fermeture du fichier d'archive %s\u00a0: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=La synth\u00e8se de message calcul\u00e9e \u00e0 partir du fichier de sauvegarde correspond \u00e0 la synth\u00e8se stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car la synth\u00e8se de message calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la synth\u00e8se stock\u00e9e avec les informations de sauvegarde |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=La synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de la sauvegarde correspond \u00e0 la signature stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car la synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la signature stock\u00e9e avec les informations de sauvegarde |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Tous les tests effectu\u00e9s sur la sauvegarde de sch\u00e9ma %s du r\u00e9pertoire %s montrent que le fichier semble valide. |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=La sauvegarde de sch\u00e9ma %s a \u00e9t\u00e9 restaur\u00e9e \u00e0 partir du fichier du r\u00e9pertoire %s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=La t\u00e2che d\u00e9finie dans l'entr\u00e9e %s n'est pas valide car elle porte l'\u00e9tat non valide %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=Une erreur s'est produite lors de la tentative d'analyse de la valeur d'heure de d\u00e9but planifi\u00e9e %s \u00e0 partir de l'entr\u00e9e de t\u00e2che %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=Une erreur s'est produite lors de la tentative d'analyse de la valeur d'heure de d\u00e9but r\u00e9elle %s \u00e0 partir de l'entr\u00e9e de t\u00e2che %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=Une erreur s'est produite lors de la tentative d'analyse de la valeur d'heure d'ach\u00e8vement %s \u00e0 partir de l'entr\u00e9e de t\u00e2che %s |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=Dans l'entr\u00e9e de t\u00e2che %s, il manque l'attribut requis %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=Il existe plusieurs instances de l'attribut %s dans l'entr\u00e9e de t\u00e2che %s |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=Il n'existe aucune valeur pour l'attribut %s dans l'entr\u00e9e de t\u00e2che %s |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=Il existe plusieurs valeurs pour l'attribut %s dans l'entr\u00e9e de t\u00e2che %s |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=Une erreur s'est produite lors de l'ex\u00e9cution de la t\u00e2che d\u00e9finie dans l'entr\u00e9e %s\u00a0: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient pas l'attribut %s, n\u00e9cessaire pour stocker l'ID de la t\u00e2che r\u00e9currente |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs attributs de type %s, servant \u00e0 stocker l'ID de la t\u00e2che r\u00e9currente, alors qu'une seule instance est autoris\u00e9e |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient aucune valeur pour l'attribut %s, servant \u00e0 indiquer l'ID de la t\u00e2che r\u00e9currente |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs valeurs pour l'attribut %s, servant \u00e0 indiquer l'ID de la t\u00e2che r\u00e9currente, alors qu'une seule valeur est autoris\u00e9e |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient pas l'attribut %s, n\u00e9cessaire pour indiquer la planification de la t\u00e2che r\u00e9currente |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs attributs de type %s, servant \u00e0 stocker la planification de la t\u00e2che r\u00e9currente, alors qu'une seule instance est autoris\u00e9e |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient aucune valeur pour l'attribut %s, servant \u00e0 indiquer la planification de la t\u00e2che r\u00e9currente |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs valeurs pour l'attribut %s, servant \u00e0 indiquer la planification de la t\u00e2che r\u00e9currente, alors qu'une seule valeur est autoris\u00e9e |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=Une erreur s'est produite lors de la tentative de chargement de la classe %s sp\u00e9cifi\u00e9e dans l'attribut %s de l'entr\u00e9e de t\u00e2che r\u00e9currente fournie\u00a0: %s. Cette classe existe-t-elle dans la variable classpath de Directory Server\u00a0? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'une instance de la classe %s en tant que t\u00e2che Directory Server. Cette classe est-elle une sous-classe de %s\u00a0? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=Une erreur s'est produite lors de la tentative d'ex\u00e9cution de l'initialisation interne sur une instance de la classe %s avec les informations contenues dans l'entr\u00e9e fournie\u00a0: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=L'entr\u00e9e de configuration de backend de t\u00e2che ne contient aucun DN de base. Il doit exister un seul DN de base pour les informations de t\u00e2che dans Directory Server |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=L'entr\u00e9e de configuration de backend de t\u00e2che contient plusieurs DN de base. Il doit exister un seul DN de base pour les informations de t\u00e2che dans Directory Server |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'objet %s de base de la t\u00e2che r\u00e9currente en tant que DN\u00a0: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'objet %s de base de la t\u00e2che planifi\u00e9e en tant que DN\u00a0: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=Le fichier de secours de donn\u00e9es de t\u00e2che indiqu\u00e9 (%s) existe d\u00e9j\u00e0 et Directory Server ne va pas tenter de l'\u00e9craser. Supprimez ou renommez le fichier existant avant de tenter d'utiliser ce chemin pour le nouveau fichier de secours, ou bien choisissez un autre chemin |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=Le chemin indiqu\u00e9 pour le nouveau fichier de secours des donn\u00e9es de t\u00e2che (%s) semble \u00eatre un chemin non valide. Choisissez un autre chemin pour le fichier de secours des donn\u00e9es de t\u00e2che |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=Le r\u00e9pertoire parent %s du nouveau fichier de secours des donn\u00e9es de t\u00e2che %s n'existe pas. Cr\u00e9ez ce r\u00e9pertoire avant de tenter d'utiliser ce chemin pour le nouveau fichier de secours, ou bien choisissez un autre chemin |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=Le r\u00e9pertoire parent %s du nouveau fichier de secours des donn\u00e9es de t\u00e2che %s existe mais n'est pas un r\u00e9pertoire. Choisissez un autre chemin pour le fichier de secours des donn\u00e9es de t\u00e2che |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=Une erreur s'est produite lors de la tentative de d\u00e9termination du nouveau chemin du fichier de secours des donn\u00e9es de t\u00e2che\u00a0: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=Directory Server n'a pas pu obtenir de verrou sur l'entr\u00e9e %s apr\u00e8s plusieurs tentatives. Cela peut signifier que l'entr\u00e9e est d\u00e9j\u00e0 verrouill\u00e9e par une op\u00e9ration dont l'ex\u00e9cution est longue, ou que cette entr\u00e9e a d\u00e9j\u00e0 \u00e9t\u00e9 verrouill\u00e9e mais pas correctement d\u00e9verrouill\u00e9e |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=Une erreur s'est produite lors de la tentative d'obtention du fournisseur MAC %s afin de cr\u00e9er le hachage sign\u00e9 pour la sauvegarde\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=Une erreur s'est produite lors de la tentative d'obtention de la synth\u00e8se de message %s afin de cr\u00e9er le hachage pour la sauvegarde\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier d'archive de sch\u00e9ma %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=Une erreur s'est produite lors de la tentative d'obtention du chiffrement \u00e0 utiliser pour chiffrer la sauvegarde\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=Sauvegarde du sch\u00e9ma %s - %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=Une erreur s'est produite lors de la tentative d'obtention de la liste des fichiers du r\u00e9pertoire %s \u00e0 inclure dans la sauvegarde de sch\u00e9ma\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=Une erreur s'est produite lors de la tentative de sauvegarde du fichier de sch\u00e9ma %s\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=Une erreur s'est produite lors de la tentative de fermeture du fichier d'archive de sch\u00e9ma %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=Une erreur s'est produite lors de la tentative de mise \u00e0 jour du fichier de descripteur de sauvegarde %s avec les informations concernant la sauvegarde de sch\u00e9ma\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s dans le r\u00e9pertoire %s car cette sauvegarde n'existe pas |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s dans le r\u00e9pertoire %s car il est impossible de d\u00e9terminer le nom du fichier d'archive |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car le fichier d'archive indiqu\u00e9 (%s) n'existe pas |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de d\u00e9termination de l'existence de l'archive de sauvegarde %s\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car un hachage non sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme de synth\u00e8se utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car elle comporte un hachage non sign\u00e9 utilisant l'algorithme de synth\u00e8se inconnu ou non pris en charge %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car un hachage sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme MAC utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car elle comporte un hachage sign\u00e9 utilisant l'algorithme MAC inconnu ou non pris en charge %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative d'ouverture du fichier d'archive de sauvegarde %s\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car elle est chiffr\u00e9e \u00e0 l'aide d'un chiffrement inconnu ou non pris en charge\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=Impossible de restaurer la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de changement du nom du dossier de sch\u00e9ma actuel de %s en %s\u00a0: %s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Cependant, les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s et se trouvent maintenant dans leur emplacement d'origine de %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s et se trouvent dans le r\u00e9pertoire %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Impossible de restaurer la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de cr\u00e9ation du r\u00e9pertoire vide %s pour y restaurer les fichiers\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=Une erreur a emp\u00each\u00e9 la sauvegarde du sch\u00e9ma d'\u00eatre correctement restaur\u00e9e. Les fichiers du sch\u00e9ma d'origine en place avant le d\u00e9but de la proc\u00e9dure de restauration ont \u00e9t\u00e9 conserv\u00e9s dans le r\u00e9pertoire %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de lecture de l'entr\u00e9e suivante dans le fichier d'archive %s\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=Impossible de restaurer la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors de la tentative de recr\u00e9ation du fichier %s\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur s'est produite lors du traitement du fichier archiv\u00e9 %s\u00a0: %s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car une erreur inattendue s'est produite lors de la tentative de fermeture du fichier d'archive %s\u00a0: %s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=La synth\u00e8se de message calcul\u00e9e \u00e0 partir du fichier de sauvegarde correspond \u00e0 la synth\u00e8se stock\u00e9e dans les informations de sauvegarde |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car la synth\u00e8se de message calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la synth\u00e8se stock\u00e9e avec les informations de sauvegarde |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=La synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de la sauvegarde correspond \u00e0 la signature stock\u00e9e dans les informations de sauvegarde |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de sch\u00e9ma %s car la synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la signature stock\u00e9e avec les informations de sauvegarde |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=Tous les tests effectu\u00e9s sur la sauvegarde de sch\u00e9ma %s du r\u00e9pertoire %s montrent que le fichier semble valide. |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=La sauvegarde de sch\u00e9ma %s a \u00e9t\u00e9 restaur\u00e9e \u00e0 partir du fichier du r\u00e9pertoire %s |
| | | ERR_TASK_INVALID_STATE_91=La t\u00e2che d\u00e9finie dans l'entr\u00e9e %s n'est pas valide car elle porte l'\u00e9tat non valide %s |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=Une erreur s'est produite lors de la tentative d'analyse de la valeur d'heure de d\u00e9but planifi\u00e9e %s \u00e0 partir de l'entr\u00e9e de t\u00e2che %s |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=Une erreur s'est produite lors de la tentative d'analyse de la valeur d'heure de d\u00e9but r\u00e9elle %s \u00e0 partir de l'entr\u00e9e de t\u00e2che %s |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=Une erreur s'est produite lors de la tentative d'analyse de la valeur d'heure d'ach\u00e8vement %s \u00e0 partir de l'entr\u00e9e de t\u00e2che %s |
| | | ERR_TASK_MISSING_ATTR_95=Dans l'entr\u00e9e de t\u00e2che %s, il manque l'attribut requis %s |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=Il existe plusieurs instances de l'attribut %s dans l'entr\u00e9e de t\u00e2che %s |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=Il n'existe aucune valeur pour l'attribut %s dans l'entr\u00e9e de t\u00e2che %s |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=Il existe plusieurs valeurs pour l'attribut %s dans l'entr\u00e9e de t\u00e2che %s |
| | | ERR_TASK_EXECUTE_FAILED_99=Une erreur s'est produite lors de l'ex\u00e9cution de la t\u00e2che d\u00e9finie dans l'entr\u00e9e %s\u00a0: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient pas l'attribut %s, n\u00e9cessaire pour stocker l'ID de la t\u00e2che r\u00e9currente |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs attributs de type %s, servant \u00e0 stocker l'ID de la t\u00e2che r\u00e9currente, alors qu'une seule instance est autoris\u00e9e |
| | | ERR_RECURRINGTASK_NO_ID_102=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient aucune valeur pour l'attribut %s, servant \u00e0 indiquer l'ID de la t\u00e2che r\u00e9currente |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs valeurs pour l'attribut %s, servant \u00e0 indiquer l'ID de la t\u00e2che r\u00e9currente, alors qu'une seule valeur est autoris\u00e9e |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient pas l'attribut %s, n\u00e9cessaire pour indiquer la planification de la t\u00e2che r\u00e9currente |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs attributs de type %s, servant \u00e0 stocker la planification de la t\u00e2che r\u00e9currente, alors qu'une seule instance est autoris\u00e9e |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie ne contient aucune valeur pour l'attribut %s, servant \u00e0 indiquer la planification de la t\u00e2che r\u00e9currente |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=L'entr\u00e9e de t\u00e2che r\u00e9currente fournie contient plusieurs valeurs pour l'attribut %s, servant \u00e0 indiquer la planification de la t\u00e2che r\u00e9currente, alors qu'une seule valeur est autoris\u00e9e |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=Une erreur s'est produite lors de la tentative de chargement de la classe %s sp\u00e9cifi\u00e9e dans l'attribut %s de l'entr\u00e9e de t\u00e2che r\u00e9currente fournie\u00a0: %s. Cette classe existe-t-elle dans la variable classpath de Directory Server\u00a0? |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'une instance de la classe %s en tant que t\u00e2che Directory Server. Cette classe est-elle une sous-classe de %s\u00a0? |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=Une erreur s'est produite lors de la tentative d'ex\u00e9cution de l'initialisation interne sur une instance de la classe %s avec les informations contenues dans l'entr\u00e9e fournie\u00a0: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=L'entr\u00e9e de configuration de backend de t\u00e2che ne contient aucun DN de base. Il doit exister un seul DN de base pour les informations de t\u00e2che dans Directory Server |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=L'entr\u00e9e de configuration de backend de t\u00e2che contient plusieurs DN de base. Il doit exister un seul DN de base pour les informations de t\u00e2che dans Directory Server |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'objet %s de base de la t\u00e2che r\u00e9currente en tant que DN\u00a0: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'objet %s de base de la t\u00e2che planifi\u00e9e en tant que DN\u00a0: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=Le fichier de secours de donn\u00e9es de t\u00e2che indiqu\u00e9 (%s) existe d\u00e9j\u00e0 et Directory Server ne va pas tenter de l'\u00e9craser. Supprimez ou renommez le fichier existant avant de tenter d'utiliser ce chemin pour le nouveau fichier de secours, ou bien choisissez un autre chemin |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=Le chemin indiqu\u00e9 pour le nouveau fichier de secours des donn\u00e9es de t\u00e2che (%s) semble \u00eatre un chemin non valide. Choisissez un autre chemin pour le fichier de secours des donn\u00e9es de t\u00e2che |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=Le r\u00e9pertoire parent %s du nouveau fichier de secours des donn\u00e9es de t\u00e2che %s n'existe pas. Cr\u00e9ez ce r\u00e9pertoire avant de tenter d'utiliser ce chemin pour le nouveau fichier de secours, ou bien choisissez un autre chemin |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=Le r\u00e9pertoire parent %s du nouveau fichier de secours des donn\u00e9es de t\u00e2che %s existe mais n'est pas un r\u00e9pertoire. Choisissez un autre chemin pour le fichier de secours des donn\u00e9es de t\u00e2che |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=Une erreur s'est produite lors de la tentative de d\u00e9termination du nouveau chemin du fichier de secours des donn\u00e9es de t\u00e2che\u00a0: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=La p\u00e9riode de r\u00e9tention de la t\u00e2che termin\u00e9e a \u00e9t\u00e9 mise \u00e0 jour et dure maintenant %d secondes. Elle prend effet imm\u00e9diatement |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=Le chemin vers le fichier de sauvegarde des donn\u00e9es de la t\u00e2che est maintenant %s. Un instantan\u00e9 de la configuration de la t\u00e2che actuelle a \u00e9t\u00e9 \u00e9crit dans ce fichier et continuera \u00e0 \u00eatre utilis\u00e9 pour de futures mises \u00e0 jour |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=Les nouvelles entr\u00e9es du backend de t\u00e2che ne peuvent \u00eatre ajout\u00e9es qu'imm\u00e9diatement sous %s pour les t\u00e2ches planifi\u00e9es ou imm\u00e9diatement sous %s pour les t\u00e2ches r\u00e9currentes |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Les op\u00e9rations de modification de DN ne sont pas prises en charge dans le backend de t\u00e2che |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=Les nouvelles entr\u00e9es du backend de t\u00e2che ne peuvent \u00eatre ajout\u00e9es qu'imm\u00e9diatement sous %s pour les t\u00e2ches planifi\u00e9es ou imm\u00e9diatement sous %s pour les t\u00e2ches r\u00e9currentes |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Les op\u00e9rations de modification de DN ne sont pas prises en charge dans le backend de t\u00e2che |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=Ce fichier contient les donn\u00e9es utilis\u00e9es par le backend du planificateur de t\u00e2ches de Directory Server. N'\u00e9ditez pas directement ce fichier car il existe un risque de perte de ces modifications. Les d\u00e9finitions de t\u00e2ches planifi\u00e9es et r\u00e9currentes doivent uniquement \u00eatre modifi\u00e9es au moyen des utilitaires d'administration fournis avec Directory Server |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Impossible d'ajouter la t\u00e2che r\u00e9currente %s au planificateur de t\u00e2ches car il existe d\u00e9j\u00e0 une autre t\u00e2che r\u00e9currente avec le m\u00eame ID |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Impossible de planifier la t\u00e2che %s car il existe d\u00e9j\u00e0 une autre t\u00e2che avec le m\u00eame ID |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=Une erreur s'est produite lors de la tentative de planification de l'it\u00e9ration suivante de la t\u00e2che r\u00e9currente %s\u00a0: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=Une erreur s'est produite lors de la tentative de lecture d'une entr\u00e9e \u00e0 partir du fichier de secours de t\u00e2ches %s sur ou vers la ligne %d\u00a0: %s. Il ne s'agit pas d'une erreur fatale, alors le planificateur de t\u00e2che va tenter de continuer l'analyse du fichier et de planifier les autres t\u00e2ches qu'il contient |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=Une erreur s'est produite lors de la tentative de lecture d'une entr\u00e9e \u00e0 partir du fichier de secours de t\u00e2ches %s sur ou vers la ligne %d\u00a0: %s. Il s'agit d'une erreur irr\u00e9cup\u00e9rable et l'analyse ne peut pas continuer |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=L'entr\u00e9e %s lue \u00e0 partir du fichier de secours de t\u00e2ches n'est pas valide car elle n'a pas de parent et ne correspond pas au DN de t\u00e2che racine, %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=Une erreur s'est produite lors de la tentative d'analyse de l'entr\u00e9e %s en tant que t\u00e2che r\u00e9currente et d'ajout de cette entr\u00e9e au planificateur\u00a0: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=Une erreur s'est produite lors de la tentative d'analyse de l'entr\u00e9e %s en tant que t\u00e2che et d'ajout de cette entr\u00e9e au planificateur\u00a0: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=L'entr\u00e9e %s lue \u00e0 partir du fichier de secours de t\u00e2ches %s comporte un DN qui n'est pas valide pour une d\u00e9finition de t\u00e2che ou de t\u00e2che r\u00e9currente\u00a0; elle va \u00eatre ignor\u00e9e |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=Une erreur s'est produite lors de la tentative de lecture dans le fichier de secours de donn\u00e9es de t\u00e2che %s\u00a0: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier de secours de t\u00e2ches %s pour utilisation avec le planificateur de t\u00e2ches\u00a0: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=L'entr\u00e9e de t\u00e2che fournie ne contient pas l'attribut %s, n\u00e9cessaire pour indiquer le nom complet de la classe qui fournit la logique de t\u00e2che |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=L'entr\u00e9e de t\u00e2che fournie contient plusieurs attributs de type %s, servant \u00e0 stocker le nom de classe de la t\u00e2che, alors qu'une seule instance est autoris\u00e9e |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=L'entr\u00e9e de t\u00e2che fournie ne contient aucune valeur pour l'attribut %s, n\u00e9cessaire pour indiquer le nom complet de la classe qui fournit la logique de t\u00e2che |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=L'entr\u00e9e de t\u00e2che fournie contient plusieurs valeurs pour l'attribut %s, servant \u00e0 indiquer le nom de classe de la t\u00e2che, alors qu'une seule valeur est autoris\u00e9e |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=Une erreur s'est produite lors de la tentative de chargement de la classe %s sp\u00e9cifi\u00e9e dans l'attribut %s de l'entr\u00e9e de t\u00e2che fournie\u00a0: %s. Cette classe existe-t-elle dans la variable classpath de Directory Server\u00a0? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'une instance de la classe %s en tant que t\u00e2che Directory Server. Cette classe est-elle une sous-classe de %s\u00a0? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=Une erreur s'est produite lors de la tentative d'ex\u00e9cution de l'initialisation interne sur une instance de la classe %s avec les informations contenues dans l'entr\u00e9e fournie\u00a0: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=Une erreur s'est produite lors de la tentative de changement du nom du fichier de secours de t\u00e2ches actuel de %s en %s\u00a0: %s. La configuration de t\u00e2ches pr\u00e9c\u00e9dente (qui ne refl\u00e8te pas la derni\u00e8re mise \u00e0 jour) risque d'\u00eatre perdue |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=Une erreur s'est produite lors de la tentative de changement du nom du nouveau fichier de secours de t\u00e2ches de %s en %s\u00a0: %s. Si vous red\u00e9marrez Directory Server, le planificateur de t\u00e2ches risque de ne pas fonctionner comme pr\u00e9vu |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=Une erreur s'est produite lors de la tentative d'\u00e9criture du nouveau fichier de secours de t\u00e2ches %s\u00a0: %s. Les informations de configuration, qui refl\u00e8tent la derni\u00e8re mise \u00e0 jour, risquent d'\u00eatre perdues |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=Le backend de t\u00e2che ne prend pas en charge les op\u00e9rations d'importation LDIF |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=Impossible d'ajouter la t\u00e2che r\u00e9currente %s au planificateur de t\u00e2ches car il existe d\u00e9j\u00e0 une autre t\u00e2che r\u00e9currente avec le m\u00eame ID |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=Impossible de planifier la t\u00e2che %s car il existe d\u00e9j\u00e0 une autre t\u00e2che avec le m\u00eame ID |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=Une erreur s'est produite lors de la tentative de planification de l'it\u00e9ration suivante de la t\u00e2che r\u00e9currente %s\u00a0: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=Une erreur s'est produite lors de la tentative de lecture d'une entr\u00e9e \u00e0 partir du fichier de secours de t\u00e2ches %s sur ou vers la ligne %d\u00a0: %s. Il ne s'agit pas d'une erreur fatale, alors le planificateur de t\u00e2che va tenter de continuer l'analyse du fichier et de planifier les autres t\u00e2ches qu'il contient |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=Une erreur s'est produite lors de la tentative de lecture d'une entr\u00e9e \u00e0 partir du fichier de secours de t\u00e2ches %s sur ou vers la ligne %d\u00a0: %s. Il s'agit d'une erreur irr\u00e9cup\u00e9rable et l'analyse ne peut pas continuer |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=L'entr\u00e9e %s lue \u00e0 partir du fichier de secours de t\u00e2ches n'est pas valide car elle n'a pas de parent et ne correspond pas au DN de t\u00e2che racine, %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=Une erreur s'est produite lors de la tentative d'analyse de l'entr\u00e9e %s en tant que t\u00e2che r\u00e9currente et d'ajout de cette entr\u00e9e au planificateur\u00a0: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=Une erreur s'est produite lors de la tentative d'analyse de l'entr\u00e9e %s en tant que t\u00e2che et d'ajout de cette entr\u00e9e au planificateur\u00a0: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=L'entr\u00e9e %s lue \u00e0 partir du fichier de secours de t\u00e2ches %s comporte un DN qui n'est pas valide pour une d\u00e9finition de t\u00e2che ou de t\u00e2che r\u00e9currente\u00a0; elle va \u00eatre ignor\u00e9e |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=Une erreur s'est produite lors de la tentative de lecture dans le fichier de secours de donn\u00e9es de t\u00e2che %s\u00a0: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier de secours de t\u00e2ches %s pour utilisation avec le planificateur de t\u00e2ches\u00a0: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=L'entr\u00e9e de t\u00e2che fournie ne contient pas l'attribut %s, n\u00e9cessaire pour indiquer le nom complet de la classe qui fournit la logique de t\u00e2che |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=L'entr\u00e9e de t\u00e2che fournie contient plusieurs attributs de type %s, servant \u00e0 stocker le nom de classe de la t\u00e2che, alors qu'une seule instance est autoris\u00e9e |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=L'entr\u00e9e de t\u00e2che fournie ne contient aucune valeur pour l'attribut %s, n\u00e9cessaire pour indiquer le nom complet de la classe qui fournit la logique de t\u00e2che |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=L'entr\u00e9e de t\u00e2che fournie contient plusieurs valeurs pour l'attribut %s, servant \u00e0 indiquer le nom de classe de la t\u00e2che, alors qu'une seule valeur est autoris\u00e9e |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=Une erreur s'est produite lors de la tentative de chargement de la classe %s sp\u00e9cifi\u00e9e dans l'attribut %s de l'entr\u00e9e de t\u00e2che fournie\u00a0: %s. Cette classe existe-t-elle dans la variable classpath de Directory Server\u00a0? |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'une instance de la classe %s en tant que t\u00e2che Directory Server. Cette classe est-elle une sous-classe de %s\u00a0? |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=Une erreur s'est produite lors de la tentative d'ex\u00e9cution de l'initialisation interne sur une instance de la classe %s avec les informations contenues dans l'entr\u00e9e fournie\u00a0: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=Une erreur s'est produite lors de la tentative de changement du nom du fichier de secours de t\u00e2ches actuel de %s en %s\u00a0: %s. La configuration de t\u00e2ches pr\u00e9c\u00e9dente (qui ne refl\u00e8te pas la derni\u00e8re mise \u00e0 jour) risque d'\u00eatre perdue |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=Une erreur s'est produite lors de la tentative de changement du nom du nouveau fichier de secours de t\u00e2ches de %s en %s\u00a0: %s. Si vous red\u00e9marrez Directory Server, le planificateur de t\u00e2ches risque de ne pas fonctionner comme pr\u00e9vu |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=Une erreur s'est produite lors de la tentative d'\u00e9criture du nouveau fichier de secours de t\u00e2ches %s\u00a0: %s. Les informations de configuration, qui refl\u00e8tent la derni\u00e8re mise \u00e0 jour, risquent d'\u00eatre perdues |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=Le backend de t\u00e2che ne prend pas en charge les op\u00e9rations d'importation LDIF |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=Le backend des t\u00e2ches est en cours de cl\u00f4ture |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=La configuration du DSE racine a \u00e9t\u00e9 mise \u00e0 jour afin que l'attribut de configuration %s utilise d\u00e9sormais une valeur de %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Impossible de supprimer la t\u00e2che en attente %s car elle n'existe pas |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Impossible de supprimer la t\u00e2che en attente %s car elle n'est plus en attente |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Impossible de supprimer la t\u00e2che achev\u00e9e %s car elle n'existe pas dans la liste des t\u00e2ches achev\u00e9es |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car son DN n'est pas appropri\u00e9 pour ce backend, ou ne se trouve pas sous l'entr\u00e9e de base des t\u00e2ches planifi\u00e9es ou r\u00e9currentes |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car aucune t\u00e2che planifi\u00e9e n'est associ\u00e9e \u00e0 ce DN d'entr\u00e9e |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car la t\u00e2che associ\u00e9e est en cours d'ex\u00e9cution |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car aucune t\u00e2che r\u00e9currente n'est associ\u00e9e \u00e0 ce DN d'entr\u00e9e |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=Impossible de traiter l'op\u00e9ration de recherche dans le backend de t\u00e2che car le DN de base fourni (%s) n'est pas valide pour les entr\u00e9es du backend de t\u00e2che |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Impossible de traiter l'op\u00e9ration de recherche dans le backend de t\u00e2che car aucune t\u00e2che planifi\u00e9e n'est associ\u00e9e \u00e0 l'entr\u00e9e de base de recherche fournie (%s) |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Impossible de traiter l'op\u00e9ration de recherche dans le backend de t\u00e2che car aucune t\u00e2che r\u00e9currente n'est associ\u00e9e \u00e0 l'entr\u00e9e de base de recherche fournie (%s) |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Impossible d'initialiser le backend de sauvegarde car l'entr\u00e9e de configuration fournie est Null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Impossible d'initialiser le backend de sauvegarde car une erreur s'est produite lors de la tentative de d\u00e9codage du DN de base pour ce backend\u00a0: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Impossible de r\u00e9cup\u00e9rer une entr\u00e9e depuis le backend de sauvegarde car l'entr\u00e9e demand\u00e9e \u00e9tait Null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=L'entr\u00e9e demand\u00e9e (%s) n'existe pas dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le DN demand\u00e9 est un niveau au-dessous du DN de base mais n'indique aucun r\u00e9pertoire de sauvegarde |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le r\u00e9pertoire de sauvegarde demand\u00e9 n'est pas valide\u00a0: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=Une erreur s'est produite lors de la tentative d'examen du r\u00e9pertoire de sauvegarde demand\u00e9\u00a0: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le DN demand\u00e9 est deux niveaux au-dessous du DN de base mais n'indique aucun ID de sauvegarde |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car elle n'a pas de parent |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le DN ne contient pas le r\u00e9pertoire de sauvegarde o\u00f9 la sauvegarde demand\u00e9e doit r\u00e9sider |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=La sauvegarde %s n'existe pas dans le r\u00e9pertoire de sauvegarde %s |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Les op\u00e9rations d'ajout ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Les op\u00e9rations de suppression ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Les op\u00e9rations de modification ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Les op\u00e9rations de modification de DN ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=L'entr\u00e9e demand\u00e9e (%s) n'existe pas dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=Les op\u00e9rations d'exportation LDIF ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=Les op\u00e9rations d'importation LDIF ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Les op\u00e9rations de sauvegarde et restauration ne sont pas prises en charge dans le backend de sauvegarde |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Vous devez indiquer un seul DN de base \u00e0 utiliser avec le backend bas\u00e9 sur la m\u00e9moire |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=L'entr\u00e9e %s existe d\u00e9j\u00e0 dans le backend bas\u00e9 sur la m\u00e9moire |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=L'entr\u00e9e %s n'appartient pas au backend bas\u00e9 sur la m\u00e9moire |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Impossible d'ajouter l'entr\u00e9e %s car son entr\u00e9e parente (%s) n'existe pas dans le backend bas\u00e9 sur la m\u00e9moire |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=L'entr\u00e9e %s n'existe pas dans le backend bas\u00e9 sur la m\u00e9moire |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Impossible de supprimer l'entr\u00e9e %s car elle poss\u00e8de une ou plusieurs entr\u00e9es subordonn\u00e9es |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Impossible de cr\u00e9er un g\u00e9n\u00e9rateur LDIF\u00a0: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Impossible d'\u00e9crire l'entr\u00e9e %s dans le fichier LDIF\u00a0: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Impossible de cr\u00e9er un lecteur LDIF\u00a0: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=Une erreur irr\u00e9cup\u00e9rable s\u2019est produite lors de la lecture du fichier LDIF\u00a0: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=Une erreur inattendue s\u2019est produite lors du traitement de l\u2019importation \u00a0: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=Le backend bas\u00e9 sur la m\u00e9moire ne prend pas en charge les op\u00e9rations de sauvegarde et restauration |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Impossible de renommer l'entr\u00e9e %s car elle poss\u00e8de une ou plusieurs entr\u00e9es subordonn\u00e9es |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Impossible de renommer l'entr\u00e9e %s car l'entr\u00e9e cible se trouve dans un autre backend |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Impossible de renommer l'entr\u00e9e %s car la nouvelle entr\u00e9e parente (%s) n'existe pas |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=Une erreur s'est produite lors de la tentative d'enregistrement de DN de base %s dans Directory Server\u00a0: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=Le backend de sch\u00e9ma ne prend actuellement pas en charge le type de modification %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=Le backend de sch\u00e9ma ne prend actuellement pas en charge la modification de ce type d'attribut %s. Seules les utilisations des types d'attributs, des classes d'objet, les descriptions de syntaxe LDAP, des formulaires de noms, des r\u00e8gles de contenu DIT, des r\u00e8gles de structure DIT et des r\u00e8gles de correspondance peuvent \u00eatre modifi\u00e9es |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Une erreur s'est produite lors de la tentative de d\u00e9codage du type d'attribut "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Une erreur s'est produite lors de la tentative de d\u00e9codage de la classe d'objet "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Impossible d'ajouter une classe d'objet %s car sa classe sup\u00e9rieure de %s n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Impossible d'ajouter une classe d'objet %s car elle n\u00e9cessite un attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Impossible d'ajouter une classe d'objet %s car elle autorise un attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Une erreur s'est produite lors de la tentative d'\u00e9criture du sch\u00e9ma mis \u00e0 jour\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Une erreur s'est produite lors de la tentative de d\u00e9codage du formulaire de nom "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Une erreur s'est produite lors de la tentative de d\u00e9codage de la r\u00e8gle de contenu DIT "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Une erreur s'est produite lors de la tentative de d\u00e9codage de la r\u00e8gle de structure DIT "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'utilisation de la r\u00e8gle de correspondance "%s"\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=Le serveur n'autorisera pas la suppression de toutes les valeurs pour le type d'attribut %s dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Impossible d'ajouter un type d'attribut %s car il entre en conflit avec plusieurs types d'attributs existants (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Impossible d'ajouter un type d'attribut %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut sup\u00e9rieur %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Impossible d'ajouter une classe d'objet %s car elle entre en conflit avec plusieurs classes d'objets existantes (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Impossible d'ajouter un formulaire de nom %s car il entre en conflit avec plusieurs formulaires de noms existants (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut requis %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut facultatif %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle entre en conflit avec des r\u00e8gles de contenus DIT existantes (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s, qui est d\u00e9j\u00e0 associ\u00e9e \u00e0 une autre r\u00e8gle de contenu DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut requis %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut facultatif %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut interdit %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle entre en conflit avec plusieurs r\u00e8gles de structures DIT existantes (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un formulaire de nom %s, qui est d\u00e9j\u00e0 associ\u00e9 \u00e0 une autre r\u00e8gle de structure DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un formulaire de nom %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle entre en conflit avec plusieurs utilisations de r\u00e8gles de correspondance (%s et %s) |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 une r\u00e8gle de correspondance %s d\u00e9j\u00e0 associ\u00e9e \u00e0 une autre utilisation de r\u00e8gles de correspondance %s |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=R\u00e9ference circulaire d\u00e9tect\u00e9e pour un type d'attribut %s dans lequel la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence au type d'attribut lui-m\u00eame |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=R\u00e9ference circulaire d\u00e9tect\u00e9e pour une classe d'objet %s dans laquelle la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence \u00e0 la classe d'objet elle-m\u00eame |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=R\u00e9ference circulaire d\u00e9tect\u00e9e pour une r\u00e8gle de structure DIT %s dans lequel la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence \u00e0 la r\u00e8gle de structure DIT elle-m\u00eame |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Une erreur s'est produite lors de la tentative de cr\u00e9ation de copies des fichiers de sch\u00e9ma existants avant d'appliquer les mises \u00e0 jour\u00a0: %s. Le serveur a pu restaurer la configuration de sch\u00e9ma d'origine et aucun nettoyage suppl\u00e9mentaire ne sera donc n\u00e9cessaire |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Une erreur s'est produite lors de la tentative de cr\u00e9ation de copies des fichiers de sch\u00e9ma existants avant d'appliquer les mises \u00e0 jour\u00a0: %s. Un probl\u00e8me s'est \u00e9galement produit lors de la tentative de restauration de la configuration de sch\u00e9ma d'origine et le serveur peut se trouver dans un \u00e9tat incoh\u00e9rent et n\u00e9cessiter un nettoyage manuel |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Une erreur s'est produite lors de la tentative d'\u00e9criture de nouvelles versions des fichiers de sch\u00e9ma existants\u00a0: %s. Le serveur a pu restaurer la configuration de sch\u00e9ma d'origine et aucun nettoyage suppl\u00e9mentaire ne sera donc n\u00e9cessaire |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Une erreur s'est produite lors de la tentative d'\u00e9criture de nouvelles versions des fichiers de sch\u00e9ma existants\u00a0: %s. Un probl\u00e8me s'est \u00e9galement produit lors de la tentative de restauration de la configuration de sch\u00e9ma d'origine et le serveur peut se trouver dans un \u00e9tat incoh\u00e9rent et n\u00e9cessiter un nettoyage manuel |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car aucun type d'attribut de ce genre n'a \u00e9t\u00e9 d\u00e9fini |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type sup\u00e9rieur pour un type d'attribut %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis ou facultatif dans une classe d'objet %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis ou facultatif dans un formulaire de nom %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis, facultatif ou interdit dans une r\u00e8gle de contenu DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 par une utilisation de r\u00e8gle de correspondance %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car aucune classe d'objet de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que type sup\u00e9rieur pour une classe d'objet %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que classe structurelle pour un formulaire de nom %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que classe structurelle ou auxiliaire pour une r\u00e8gle de contenu DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Impossible de supprimer un formulaire de nom %s du sch\u00e9ma de serveur car aucun formulaire de nom de ce type n'a \u00e9t\u00e9 d\u00e9fini |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Impossible de supprimer un formulaire de nom %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 par une r\u00e8gle de structure DIT %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=Impossibler de supprimer une r\u00e8gle de contenu DIT %s du sch\u00e9ma de serveur car aucune r\u00e8gle de contenu de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=Impossibler de supprimer une r\u00e8gle de structure DIT %s du sch\u00e9ma de serveur car aucune r\u00e8gle de structure de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=Impossibler de supprimer une r\u00e8gle de structure DIT %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que r\u00e8gle sup\u00e9rieure pour une r\u00e8gle de structure %s |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Impossibler de supprimer une utilisation de r\u00e8gle de correspondance %s du sch\u00e9ma de serveur car aucune une utilisation de r\u00e8gle de correspondance de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Impossible d'ajouter le formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet %s qui est d\u00e9finie sur le sch\u00e9ma de serveur mais n'est pas une classe d'objet structurelle |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui est d\u00e9finie dans le sch\u00e9ma de serveur mais n'est pas structurelle |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Impossible d'ajouter un type d'attribut %s car le type sup\u00e9rieur %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Impossible d'ajouter un type d'attribut %s car la r\u00e8gle de correspondance associ\u00e9e %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Impossible d'ajouter une classe d'objet %s car la classe sup\u00e9rieure %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Impossible d'ajouter une classe d'objet %s car l'attribut requis %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Impossible d'ajouter une classe d'objet %s car l'attribut facultatif %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Impossible d'ajouter un formulaire de nom %s car sa classe d'objet structurelle %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Impossible d'ajouter un formulaire de nom %s car il n\u00e9cessite un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Impossible d'ajouter un formulaire de nom %s car il autorise un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car sa classe d'objet structurelle %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s qui est d\u00e9finie dans le sch\u00e9ma de serveur mais n'est pas une classe auxiliaire |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle n\u00e9cessite un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle autorise un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle interdit un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=Impossible d'ajouter une r\u00e8gle de structure DIT %s car son formulaire de nom %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une r\u00e8gle sup\u00e9rieure %s marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car sa r\u00e8gle de correspondance %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=Vous ne disposez pas de privil\u00e8ges suffisants pour modifier le sch\u00e9ma de Directory Server |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Impossible de trouver un fichier contenant des d\u00e9finitions d'\u00e9l\u00e9ment de sch\u00e9ma concat\u00e9n\u00e9es pour d\u00e9terminer si ces modifications ont \u00e9t\u00e9 apport\u00e9es au sch\u00e9ma alors que le serveur \u00e9tait hors ligne. Le fichier devrait se trouver dans le r\u00e9pertoire %s, sous le nom %s ou %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=Une erreur s'est produite lors de tentative de d\u00e9termination du fait que des modifications ont \u00e9t\u00e9 ou non apport\u00e9es au sch\u00e9ma par modification directe des fichiers de sch\u00e9ma alors que le serveur \u00e9tait hors ligne\u00a0: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=Une erreur s'est produite lors de la tentative d'\u00e9criture du fichier %s contenant une liste concat\u00e9n\u00e9e de tous les \u00e9l\u00e9ments de sch\u00e9ma\u00a0: %s. Le serveur risque de ne pas pouvoir identifier avec exactitude les modifications apport\u00e9es au sch\u00e9ma alors que le serveur \u00e9tait hors ligne |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=L'environnement de bases de donn\u00e9es JE correspondant \u00e0 l 'id de backend %s est corrompu. Red\u00e9marrez Directory Server pour rouvrir l'environnement |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=Directory Server n'est pas configur\u00e9 pour autoriser l'appel de la t\u00e2che %s |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=Impossible de supprimer la t\u00e2che en attente %s car elle n'existe pas |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=Impossible de supprimer la t\u00e2che en attente %s car elle n'est plus en attente |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=Impossible de supprimer la t\u00e2che achev\u00e9e %s car elle n'existe pas dans la liste des t\u00e2ches achev\u00e9es |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car son DN n'est pas appropri\u00e9 pour ce backend, ou ne se trouve pas sous l'entr\u00e9e de base des t\u00e2ches planifi\u00e9es ou r\u00e9currentes |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car aucune t\u00e2che planifi\u00e9e n'est associ\u00e9e \u00e0 ce DN d'entr\u00e9e |
| | | ERR_TASKBE_DELETE_RUNNING_166=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car la t\u00e2che associ\u00e9e est en cours d'ex\u00e9cution |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=Impossible de supprimer l'entr\u00e9e %s du backend de t\u00e2che car aucune t\u00e2che r\u00e9currente n'est associ\u00e9e \u00e0 ce DN d'entr\u00e9e |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=Impossible de traiter l'op\u00e9ration de recherche dans le backend de t\u00e2che car le DN de base fourni (%s) n'est pas valide pour les entr\u00e9es du backend de t\u00e2che |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=Impossible de traiter l'op\u00e9ration de recherche dans le backend de t\u00e2che car aucune t\u00e2che planifi\u00e9e n'est associ\u00e9e \u00e0 l'entr\u00e9e de base de recherche fournie (%s) |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Impossible de traiter l'op\u00e9ration de recherche dans le backend de t\u00e2che car aucune t\u00e2che r\u00e9currente n'est associ\u00e9e \u00e0 l'entr\u00e9e de base de recherche fournie (%s) |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=Impossible d'initialiser le backend de sauvegarde car l'entr\u00e9e de configuration fournie est Null |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Impossible d'initialiser le backend de sauvegarde car une erreur s'est produite lors de la tentative de d\u00e9codage du DN de base pour ce backend\u00a0: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=Impossible de r\u00e9cup\u00e9rer une entr\u00e9e depuis le backend de sauvegarde car l'entr\u00e9e demand\u00e9e \u00e9tait Null |
| | | ERR_BACKUP_INVALID_BASE_176=L'entr\u00e9e demand\u00e9e (%s) n'existe pas dans le backend de sauvegarde |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le DN demand\u00e9 est un niveau au-dessous du DN de base mais n'indique aucun r\u00e9pertoire de sauvegarde |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le r\u00e9pertoire de sauvegarde demand\u00e9 n'est pas valide\u00a0: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=Une erreur s'est produite lors de la tentative d'examen du r\u00e9pertoire de sauvegarde demand\u00e9\u00a0: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le DN demand\u00e9 est deux niveaux au-dessous du DN de base mais n'indique aucun ID de sauvegarde |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car elle n'a pas de parent |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de sauvegarde car le DN ne contient pas le r\u00e9pertoire de sauvegarde o\u00f9 la sauvegarde demand\u00e9e doit r\u00e9sider |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=La sauvegarde %s n'existe pas dans le r\u00e9pertoire de sauvegarde %s |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=Les op\u00e9rations d'ajout ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Les op\u00e9rations de suppression ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Les op\u00e9rations de modification ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Les op\u00e9rations de modification de DN ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=L'entr\u00e9e demand\u00e9e (%s) n'existe pas dans le backend de sauvegarde |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=Les op\u00e9rations d'exportation LDIF ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=Les op\u00e9rations d'importation LDIF ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Les op\u00e9rations de sauvegarde et restauration ne sont pas prises en charge dans le backend de sauvegarde |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Vous devez indiquer un seul DN de base \u00e0 utiliser avec le backend bas\u00e9 sur la m\u00e9moire |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=L'entr\u00e9e %s existe d\u00e9j\u00e0 dans le backend bas\u00e9 sur la m\u00e9moire |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=L'entr\u00e9e %s n'appartient pas au backend bas\u00e9 sur la m\u00e9moire |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Impossible d'ajouter l'entr\u00e9e %s car son entr\u00e9e parente (%s) n'existe pas dans le backend bas\u00e9 sur la m\u00e9moire |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=L'entr\u00e9e %s n'existe pas dans le backend bas\u00e9 sur la m\u00e9moire |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Impossible de supprimer l'entr\u00e9e %s car elle poss\u00e8de une ou plusieurs entr\u00e9es subordonn\u00e9es |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Impossible de cr\u00e9er un g\u00e9n\u00e9rateur LDIF\u00a0: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=Impossible d'\u00e9crire l'entr\u00e9e %s dans le fichier LDIF\u00a0: %s |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Impossible de cr\u00e9er un lecteur LDIF\u00a0: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=Une erreur irr\u00e9cup\u00e9rable s\u2019est produite lors de la lecture du fichier LDIF\u00a0: %s |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=Une erreur inattendue s\u2019est produite lors du traitement de l\u2019importation \u00a0: %s |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=Le backend bas\u00e9 sur la m\u00e9moire ne prend pas en charge les op\u00e9rations de sauvegarde et restauration |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=Impossible de renommer l'entr\u00e9e %s car elle poss\u00e8de une ou plusieurs entr\u00e9es subordonn\u00e9es |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=Impossible de renommer l'entr\u00e9e %s car l'entr\u00e9e cible se trouve dans un autre backend |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=Impossible de renommer l'entr\u00e9e %s car la nouvelle entr\u00e9e parente (%s) n'existe pas |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=Une erreur s'est produite lors de la tentative d'enregistrement de DN de base %s dans Directory Server\u00a0: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=Le backend de sch\u00e9ma ne prend actuellement pas en charge le type de modification %s |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=Le backend de sch\u00e9ma ne prend actuellement pas en charge la modification de ce type d'attribut %s. Seules les utilisations des types d'attributs, des classes d'objet, les descriptions de syntaxe LDAP, des formulaires de noms, des r\u00e8gles de contenu DIT, des r\u00e8gles de structure DIT et des r\u00e8gles de correspondance peuvent \u00eatre modifi\u00e9es |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=Une erreur s'est produite lors de la tentative de d\u00e9codage du type d'attribut "%s"\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=Une erreur s'est produite lors de la tentative de d\u00e9codage de la classe d'objet "%s"\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=Impossible d'ajouter une classe d'objet %s car sa classe sup\u00e9rieure de %s n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=Impossible d'ajouter une classe d'objet %s car elle n\u00e9cessite un attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=Impossible d'ajouter une classe d'objet %s car elle autorise un attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=Une erreur s'est produite lors de la tentative d'\u00e9criture du sch\u00e9ma mis \u00e0 jour\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=Une erreur s'est produite lors de la tentative de d\u00e9codage du formulaire de nom "%s"\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=Une erreur s'est produite lors de la tentative de d\u00e9codage de la r\u00e8gle de contenu DIT "%s"\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=Une erreur s'est produite lors de la tentative de d\u00e9codage de la r\u00e8gle de structure DIT "%s"\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=Une erreur s'est produite lors de la tentative de d\u00e9codage de l'utilisation de la r\u00e8gle de correspondance "%s"\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=Le serveur n'autorisera pas la suppression de toutes les valeurs pour le type d'attribut %s dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=Impossible d'ajouter un type d'attribut %s car il entre en conflit avec plusieurs types d'attributs existants (%s et %s) |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=Impossible d'ajouter un type d'attribut %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut sup\u00e9rieur %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=Impossible d'ajouter une classe d'objet %s car elle entre en conflit avec plusieurs classes d'objets existantes (%s et %s) |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=Impossible d'ajouter un formulaire de nom %s car il entre en conflit avec plusieurs formulaires de noms existants (%s et %s) |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut requis %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=Impossible d'ajouter un formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 un type d'attribut facultatif %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle entre en conflit avec des r\u00e8gles de contenus DIT existantes (%s et %s) |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s, qui est d\u00e9j\u00e0 associ\u00e9e \u00e0 une autre r\u00e8gle de contenu DIT %s |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s qui n'est pas d\u00e9finie dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut requis %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut facultatif %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut interdit %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle entre en conflit avec plusieurs r\u00e8gles de structures DIT existantes (%s et %s) |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un formulaire de nom %s, qui est d\u00e9j\u00e0 associ\u00e9 \u00e0 une autre r\u00e8gle de structure DIT %s |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 un formulaire de nom %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle entre en conflit avec plusieurs utilisations de r\u00e8gles de correspondance (%s et %s) |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 une r\u00e8gle de correspondance %s d\u00e9j\u00e0 associ\u00e9e \u00e0 une autre utilisation de r\u00e8gles de correspondance %s |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut %s qui n'est pas d\u00e9fini dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=R\u00e9ference circulaire d\u00e9tect\u00e9e pour un type d'attribut %s dans lequel la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence au type d'attribut lui-m\u00eame |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=R\u00e9ference circulaire d\u00e9tect\u00e9e pour une classe d'objet %s dans laquelle la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence \u00e0 la classe d'objet elle-m\u00eame |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=R\u00e9ference circulaire d\u00e9tect\u00e9e pour une r\u00e8gle de structure DIT %s dans lequel la cha\u00eene de type sup\u00e9rieur fait r\u00e9f\u00e9rence \u00e0 la r\u00e8gle de structure DIT elle-m\u00eame |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=Une erreur s'est produite lors de la tentative de cr\u00e9ation de copies des fichiers de sch\u00e9ma existants avant d'appliquer les mises \u00e0 jour\u00a0: %s. Le serveur a pu restaurer la configuration de sch\u00e9ma d'origine et aucun nettoyage suppl\u00e9mentaire ne sera donc n\u00e9cessaire |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=Une erreur s'est produite lors de la tentative de cr\u00e9ation de copies des fichiers de sch\u00e9ma existants avant d'appliquer les mises \u00e0 jour\u00a0: %s. Un probl\u00e8me s'est \u00e9galement produit lors de la tentative de restauration de la configuration de sch\u00e9ma d'origine et le serveur peut se trouver dans un \u00e9tat incoh\u00e9rent et n\u00e9cessiter un nettoyage manuel |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=Une erreur s'est produite lors de la tentative d'\u00e9criture de nouvelles versions des fichiers de sch\u00e9ma existants\u00a0: %s. Le serveur a pu restaurer la configuration de sch\u00e9ma d'origine et aucun nettoyage suppl\u00e9mentaire ne sera donc n\u00e9cessaire |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=Une erreur s'est produite lors de la tentative d'\u00e9criture de nouvelles versions des fichiers de sch\u00e9ma existants\u00a0: %s. Un probl\u00e8me s'est \u00e9galement produit lors de la tentative de restauration de la configuration de sch\u00e9ma d'origine et le serveur peut se trouver dans un \u00e9tat incoh\u00e9rent et n\u00e9cessiter un nettoyage manuel |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car aucun type d'attribut de ce genre n'a \u00e9t\u00e9 d\u00e9fini |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type sup\u00e9rieur pour un type d'attribut %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis ou facultatif dans une classe d'objet %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis ou facultatif dans un formulaire de nom %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 en tant que type d'attribut requis, facultatif ou interdit dans une r\u00e8gle de contenu DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=Impossible de supprimer un type d'attribut %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 par une utilisation de r\u00e8gle de correspondance %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car aucune classe d'objet de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que type sup\u00e9rieur pour une classe d'objet %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que classe structurelle pour un formulaire de nom %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=Impossible de supprimer une classe d'objet %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que classe structurelle ou auxiliaire pour une r\u00e8gle de contenu DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=Impossible de supprimer un formulaire de nom %s du sch\u00e9ma de serveur car aucun formulaire de nom de ce type n'a \u00e9t\u00e9 d\u00e9fini |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=Impossible de supprimer un formulaire de nom %s du sch\u00e9ma de serveur car il est r\u00e9f\u00e9renc\u00e9 par une r\u00e8gle de structure DIT %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=Impossibler de supprimer une r\u00e8gle de contenu DIT %s du sch\u00e9ma de serveur car aucune r\u00e8gle de contenu de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=Impossibler de supprimer une r\u00e8gle de structure DIT %s du sch\u00e9ma de serveur car aucune r\u00e8gle de structure de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=Impossibler de supprimer une r\u00e8gle de structure DIT %s du sch\u00e9ma de serveur car elle est r\u00e9f\u00e9renc\u00e9e en tant que r\u00e8gle sup\u00e9rieure pour une r\u00e8gle de structure %s |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=Impossibler de supprimer une utilisation de r\u00e8gle de correspondance %s du sch\u00e9ma de serveur car aucune une utilisation de r\u00e8gle de correspondance de ce type n'a \u00e9t\u00e9 d\u00e9finie |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=Impossible d'ajouter le formulaire de nom %s car il fait r\u00e9f\u00e9rence \u00e0 une classe d'objet %s qui est d\u00e9finie sur le sch\u00e9ma de serveur mais n'est pas une classe d'objet structurelle |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet structurelle %s qui est d\u00e9finie dans le sch\u00e9ma de serveur mais n'est pas structurelle |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=Impossible d'ajouter un type d'attribut %s car le type sup\u00e9rieur %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=Impossible d'ajouter un type d'attribut %s car la r\u00e8gle de correspondance associ\u00e9e %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=Impossible d'ajouter une classe d'objet %s car la classe sup\u00e9rieure %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=Impossible d'ajouter une classe d'objet %s car l'attribut requis %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=Impossible d'ajouter une classe d'objet %s car l'attribut facultatif %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=Impossible d'ajouter un formulaire de nom %s car sa classe d'objet structurelle %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=Impossible d'ajouter un formulaire de nom %s car il n\u00e9cessite un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=Impossible d'ajouter un formulaire de nom %s car il autorise un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car sa classe d'objet structurelle %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s qui est d\u00e9finie dans le sch\u00e9ma de serveur mais n'est pas une classe auxiliaire |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle n\u00e9cessite un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle autorise un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle interdit un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=Impossible d'ajouter une r\u00e8gle de structure DIT %s car son formulaire de nom %s est marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=Impossible d'ajouter une r\u00e8gle de structure DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une r\u00e8gle sup\u00e9rieure %s marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car sa r\u00e8gle de correspondance %s est marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=Impossible d'ajouter une utilisation de r\u00e8gle de correspondance %s car elle fait r\u00e9f\u00e9rence \u00e0 un type d'attribut %s marqu\u00e9 comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=Impossible d'ajouter une r\u00e8gle de contenu DIT %s car elle fait r\u00e9f\u00e9rence \u00e0 une classe d'objet auxiliaire %s marqu\u00e9e comme OBSOL\u00c8TE dans le sch\u00e9ma de serveur |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=Vous ne disposez pas de privil\u00e8ges suffisants pour modifier le sch\u00e9ma de Directory Server |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=Impossible de trouver un fichier contenant des d\u00e9finitions d'\u00e9l\u00e9ment de sch\u00e9ma concat\u00e9n\u00e9es pour d\u00e9terminer si ces modifications ont \u00e9t\u00e9 apport\u00e9es au sch\u00e9ma alors que le serveur \u00e9tait hors ligne. Le fichier devrait se trouver dans le r\u00e9pertoire %s, sous le nom %s ou %s |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=Une erreur s'est produite lors de tentative de d\u00e9termination du fait que des modifications ont \u00e9t\u00e9 ou non apport\u00e9es au sch\u00e9ma par modification directe des fichiers de sch\u00e9ma alors que le serveur \u00e9tait hors ligne\u00a0: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=Une erreur s'est produite lors de la tentative d'\u00e9criture du fichier %s contenant une liste concat\u00e9n\u00e9e de tous les \u00e9l\u00e9ments de sch\u00e9ma\u00a0: %s. Le serveur risque de ne pas pouvoir identifier avec exactitude les modifications apport\u00e9es au sch\u00e9ma alors que le serveur \u00e9tait hors ligne |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=L'environnement de bases de donn\u00e9es JE correspondant \u00e0 l 'id de backend %s est corrompu. Red\u00e9marrez Directory Server pour rouvrir l'environnement |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=Directory Server n'est pas configur\u00e9 pour autoriser l'appel de la t\u00e2che %s |
| | | INFO_TASK_COMPLETION_BODY_299=ID de t\u00e2che\u00a0: %s\r\n\u00c9tat de la t\u00e2che: %s\r\nHeure de d\u00e9but planifi\u00e9e\u00a0: %s\r\nHeure de d\u00e9but r\u00e9elle\u00a0: %s\r\nHeure d'ach\u00e8vement\u00a0: %s\r\n\r\nMessages du fichier journal\u00a0:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Impossible de r\u00e9cup\u00e9rer une entr\u00e9e depuis le backend de magasin d'approbations car l'entr\u00e9e demand\u00e9e \u00e9tait Null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=L'entr\u00e9e %s demand\u00e9e n'existe pas dans le backend de magasin d'approbations |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Impossible de traiter l'entr\u00e9e %s dans le backend de magasin d'approbations car le DN demand\u00e9 est un niveau au-dessous du DN de base mais n'indique aucun nom de certificat |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Erreur lors de la tentative de r\u00e9cup\u00e9ration du certificat %s dans le fichier de magasin d'approbations %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Les op\u00e9rations de modification ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Les op\u00e9rations de modification de DN ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Impossible d'initialiser le backend de magasin d'approbations depuis l'entr\u00e9e de configuration %s car elle ne contient pas un DN de base unique |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=Les op\u00e9rations d'importation et d'exportation LDIF ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Les op\u00e9rations de sauvegarde et restauration ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=Le fichier de magasin d'approbations %s indiqu\u00e9 dans l'attribut ds-cfg-trust-store-file de l'entr\u00e9e de configuration %s n'existe pas |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=Le type de magasin d'approbations %s indiqu\u00e9 dans l'attribut ds-cfg-trust-store-type de l'entr\u00e9e de configuration %s n'est pas valide\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier PIN %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-trust-store-pin-file de l'entr\u00e9e de configuration %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=Une erreur s'est produite lors de la tentative de lecture du fichier PIN de magasin d'approbations %s sp\u00e9cifi\u00e9 dans l'attribut de configuration ds-cfg-trust-store-pin-file de l'entr\u00e9e de configuration %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=Le fichier %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-trust-store-pin-file de l'entr\u00e9e de configuration %s doit contenir le code PIN n\u00e9cessaire \u00e0 l'acc\u00e8s au magasin d'approbations, mais ce fichier est vide |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=La variable d'environnement %s sp\u00e9cifi\u00e9e dans l'attribut ds-cfg-trust-store-pin-environment-variable de l'entr\u00e9e de configuration %s doit contenir le code PIN n\u00e9cessaire \u00e0 l'acc\u00e8s au magasin d'approbations, mais cette propri\u00e9t\u00e9 n'est pas d\u00e9finie |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=La propri\u00e9t\u00e9 Java %s sp\u00e9cifi\u00e9e dans l'attribut ds-cfg-trust-store-pin-property de l'entr\u00e9e de configuration %s doit contenir le code PIN n\u00e9cessaire \u00e0 l'acc\u00e8s au gestionnaire d'approbation de type fichier, mais cette propri\u00e9t\u00e9 n'est pas d\u00e9finie |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=Une erreur inattendue s'est produite lors de la tentative de d\u00e9termination de la valeur de l'attribut de configuration ds-cfg-trust-store-file dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=Une erreur s'est produite lors de la tentative de chargement du contenu du magasin d'approbations depuis le fichier %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'une fabrique de gestionnaire d'approbation pour acc\u00e9der au contenu du fichier de magasin d'approbations %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=L'entr\u00e9e de certificat %s existe d\u00e9j\u00e0 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Erreur lors de la tentative de g\u00e9n\u00e9ration du certificat autosign\u00e9 %s dans le fichier de magasin d'approbations %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Erreur lors de la tentative d'ajout du certificat %s au fichier de magasin d'approbations %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=Impossible d'ajouter l'entr\u00e9e %s car elle ne contient pas d'attribut de certificat %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=Impossible d'ajouter l'entr\u00e9e %s car elle contient plusieurs attributs de certificat %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=Impossible d'ajouter l'entr\u00e9e %s car elle ne contient pas de valeur d'attribut de certificat %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=Impossible d'ajouter l'entr\u00e9e %s car elle contient plusieurs valeurs d'attribut de certificat %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Erreur lors de l'\u00e9criture du certificat %s dans un fichier\u00a0: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Impossible de d\u00e9finir des permissions sur le fichier de magasin d'approbations %s |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=Le conteneur racine du backend %s n'a pas \u00e9t\u00e9 initialis\u00e9, ce qui emp\u00eache ce backend de traiter l'op\u00e9ration demand\u00e9e |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Impossible d'obtenir un verrou en \u00e9criture sur l'entr\u00e9e %s |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Impossible de modifier l'entr\u00e9e '%s' car il ne s'agit pas d'une entr\u00e9e de t\u00e2che. Seules les entr\u00e9es de t\u00e2che peuvent \u00eatre modifi\u00e9es dans le backend de t\u00e2che |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Impossible de modifier l'entr\u00e9e '%s' car elle ne repr\u00e9sente pas une t\u00e2che valide sur le serveur |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=Impossible de modifier l'entr\u00e9e %s car l'ex\u00e9cution de la t\u00e2che associ\u00e9e est termin\u00e9e. Impossible de modifier des t\u00e2ches termin\u00e9es |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=Impossible de modifier l'entr\u00e9e %s car le serveur ne prend actuellement pas en charge la modification des entr\u00e9es de t\u00e2che r\u00e9currente |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=La t\u00e2che associ\u00e9e \u00e0 l'entr\u00e9e %s est en cours d'ex\u00e9cution. La seule modification autoris\u00e9e pour les t\u00e2ches en cours d'ex\u00e9cution consiste \u00e0 remplacer la valeur de l'attribut ds-task-state par "cancel" |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Impossible de r\u00e9cup\u00e9rer une entr\u00e9e depuis le backend de magasin d'approbations car l'entr\u00e9e demand\u00e9e \u00e9tait Null |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=L'entr\u00e9e %s demand\u00e9e n'existe pas dans le backend de magasin d'approbations |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Impossible de traiter l'entr\u00e9e %s dans le backend de magasin d'approbations car le DN demand\u00e9 est un niveau au-dessous du DN de base mais n'indique aucun nom de certificat |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Erreur lors de la tentative de r\u00e9cup\u00e9ration du certificat %s dans le fichier de magasin d'approbations %s\u00a0: %s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Les op\u00e9rations de modification ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Les op\u00e9rations de modification de DN ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Impossible d'initialiser le backend de magasin d'approbations depuis l'entr\u00e9e de configuration %s car elle ne contient pas un DN de base unique |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=Les op\u00e9rations d'importation et d'exportation LDIF ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Les op\u00e9rations de sauvegarde et restauration ne sont pas prises en charge dans le backend de magasin d'approbations |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=Le fichier de magasin d'approbations %s indiqu\u00e9 dans l'attribut ds-cfg-trust-store-file de l'entr\u00e9e de configuration %s n'existe pas |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=Le type de magasin d'approbations %s indiqu\u00e9 dans l'attribut ds-cfg-trust-store-type de l'entr\u00e9e de configuration %s n'est pas valide\u00a0: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier PIN %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-trust-store-pin-file de l'entr\u00e9e de configuration %s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=Une erreur s'est produite lors de la tentative de lecture du fichier PIN de magasin d'approbations %s sp\u00e9cifi\u00e9 dans l'attribut de configuration ds-cfg-trust-store-pin-file de l'entr\u00e9e de configuration %s\u00a0: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=Le fichier %s sp\u00e9cifi\u00e9 dans l'attribut ds-cfg-trust-store-pin-file de l'entr\u00e9e de configuration %s doit contenir le code PIN n\u00e9cessaire \u00e0 l'acc\u00e8s au magasin d'approbations, mais ce fichier est vide |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=La variable d'environnement %s sp\u00e9cifi\u00e9e dans l'attribut ds-cfg-trust-store-pin-environment-variable de l'entr\u00e9e de configuration %s doit contenir le code PIN n\u00e9cessaire \u00e0 l'acc\u00e8s au magasin d'approbations, mais cette propri\u00e9t\u00e9 n'est pas d\u00e9finie |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=La propri\u00e9t\u00e9 Java %s sp\u00e9cifi\u00e9e dans l'attribut ds-cfg-trust-store-pin-property de l'entr\u00e9e de configuration %s doit contenir le code PIN n\u00e9cessaire \u00e0 l'acc\u00e8s au gestionnaire d'approbation de type fichier, mais cette propri\u00e9t\u00e9 n'est pas d\u00e9finie |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=Une erreur inattendue s'est produite lors de la tentative de d\u00e9termination de la valeur de l'attribut de configuration ds-cfg-trust-store-file dans l'entr\u00e9e de configuration %s\u00a0: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=Une erreur s'est produite lors de la tentative de chargement du contenu du magasin d'approbations depuis le fichier %s\u00a0: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=Une erreur s'est produite lors de la tentative de cr\u00e9ation d'une fabrique de gestionnaire d'approbation pour acc\u00e9der au contenu du fichier de magasin d'approbations %s\u00a0: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=L'entr\u00e9e de certificat %s existe d\u00e9j\u00e0 |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=Erreur lors de la tentative de g\u00e9n\u00e9ration du certificat autosign\u00e9 %s dans le fichier de magasin d'approbations %s\u00a0: %s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=Erreur lors de la tentative d'ajout du certificat %s au fichier de magasin d'approbations %s\u00a0: %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=Impossible d'ajouter l'entr\u00e9e %s car elle ne contient pas d'attribut de certificat %s |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=Impossible d'ajouter l'entr\u00e9e %s car elle contient plusieurs attributs de certificat %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=Impossible d'ajouter l'entr\u00e9e %s car elle ne contient pas de valeur d'attribut de certificat %s |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=Impossible d'ajouter l'entr\u00e9e %s car elle contient plusieurs valeurs d'attribut de certificat %s |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=Erreur lors de l'\u00e9criture du certificat %s dans un fichier\u00a0: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=Impossible de d\u00e9finir des permissions sur le fichier de magasin d'approbations %s |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=Le conteneur racine du backend %s n'a pas \u00e9t\u00e9 initialis\u00e9, ce qui emp\u00eache ce backend de traiter l'op\u00e9ration demand\u00e9e |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=Impossible d'obtenir un verrou en \u00e9criture sur l'entr\u00e9e %s |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=Impossible de modifier l'entr\u00e9e '%s' car il ne s'agit pas d'une entr\u00e9e de t\u00e2che. Seules les entr\u00e9es de t\u00e2che peuvent \u00eatre modifi\u00e9es dans le backend de t\u00e2che |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=Impossible de modifier l'entr\u00e9e '%s' car elle ne repr\u00e9sente pas une t\u00e2che valide sur le serveur |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=Impossible de modifier l'entr\u00e9e %s car l'ex\u00e9cution de la t\u00e2che associ\u00e9e est termin\u00e9e. Impossible de modifier des t\u00e2ches termin\u00e9es |
| | | ERR_TASKBE_MODIFY_RECURRING_334=Impossible de modifier l'entr\u00e9e %s car le serveur ne prend actuellement pas en charge la modification des entr\u00e9es de t\u00e2che r\u00e9currente |
| | | ERR_TASKBE_MODIFY_RUNNING_335=La t\u00e2che associ\u00e9e \u00e0 l'entr\u00e9e %s est en cours d'ex\u00e9cution. La seule modification autoris\u00e9e pour les t\u00e2ches en cours d'ex\u00e9cution consiste \u00e0 remplacer la valeur de l'attribut ds-task-state par "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=Le traitement de la t\u00e2che a \u00e9t\u00e9 interrompu par une requ\u00eate de modification destin\u00e9e \u00e0 annuler la t\u00e2che |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Erreur lors de la tentative de suppression du certificat %s \u00e0 partir du fichier de magasin d'approbations %s\u00a0: %s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de magasin d'approbations car le certificat %s n'existe pas |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=Le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s ne prend en charge qu'un seul DN de base, mais il a \u00e9t\u00e9 configur\u00e9 pour utilisation avec plusieurs DN de base |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s a plusieurs entr\u00e9es avec un DN de %s |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s inclut une entr\u00e9e %s qui n'est pas sous le DN de base d\u00e9fini pour ce backend |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s inclut une entr\u00e9e %s mais son entr\u00e9e parent n'a pas encore \u00e9t\u00e9 lue |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier %s afin d'\u00e9crire la version mise \u00e0 jour des donn\u00e9es pour le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration\u00a0%s: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=Une erreur s'est produite lors de la tentative d'\u00e9criture des donn\u00e9es mises \u00e0 jour dans le fichier %s vers le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration\u00a0%s\u00a0: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=Une erreur s'est produite lors de la tentative de changement du nom du fichier %s en %s pendant l'\u00e9criture des donn\u00e9es mises \u00e0 jour pour le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration\u00a0%s: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=L'entr\u00e9e %s existe d\u00e9j\u00e0 dans la m\u00e9moire bas\u00e9e sur le backend de LDIF |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=Le parent de l'entr\u00e9e %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=L'entr\u00e9e %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=L'entr\u00e9e %s a une ou plusieurs entr\u00e9es subordonn\u00e9es et ne peut \u00eatre supprim\u00e9e tant que celles-ci n'ont pas \u00e9t\u00e9 supprim\u00e9es |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=L'entr\u00e9e %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=L'entr\u00e9e source %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=L'entr\u00e9e cible %s existe d\u00e9j\u00e0 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=Le nouveau DN parent %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=L'entr\u00e9e %s sp\u00e9cifi\u00e9e comme DN de base de recherche n'existe pas |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=Une erreur s'est produite lors de la tentative de cr\u00e9ation du processus d'\u00e9criture pour l'op\u00e9ration d'exportation LDIF\u00a0: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=Une erreur s'est produite lors de la tentative d'\u00e9criture de l'entr\u00e9e %s pendant l'exportation LDIF\u00a0: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=Une erreur s'est produite lors de la tentative de cr\u00e9ation du processus de lecture pour l'op\u00e9ration d'importation LDIF\u00a0: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=Une erreur irr\u00e9cup\u00e9rable s'est produite lors de la tentative de lecture des donn\u00e9es depuis le fichier d'importation\u00a0: %s. Impossible de continuer l'importation LDIF |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=Le backend de LDIF ne fournit pas actuellement de m\u00e9canisme de sauvegarde ou de restauration. Utilisez plut\u00f4t les op\u00e9rations d'importation et exportation de LDIF |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=Erreur lors de la tentative de suppression du certificat %s \u00e0 partir du fichier de magasin d'approbations %s\u00a0: %s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=Impossible de r\u00e9cup\u00e9rer l'entr\u00e9e %s depuis le backend de magasin d'approbations car le certificat %s n'existe pas |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=Le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s ne prend en charge qu'un seul DN de base, mais il a \u00e9t\u00e9 configur\u00e9 pour utilisation avec plusieurs DN de base |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s a plusieurs entr\u00e9es avec un DN de %s |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s inclut une entr\u00e9e %s qui n'est pas sous le DN de base d\u00e9fini pour ce backend |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=Le fichier LDIF %s configur\u00e9 pour \u00eatre utilis\u00e9 avec le backend de LDIF d\u00e9fini dans l'entr\u00e9e de configuration %s inclut une entr\u00e9e %s mais son entr\u00e9e parent n'a pas encore \u00e9t\u00e9 lue |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier %s afin d'\u00e9crire la version mise \u00e0 jour des donn\u00e9es pour le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration\u00a0%s: %s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=Une erreur s'est produite lors de la tentative d'\u00e9criture des donn\u00e9es mises \u00e0 jour dans le fichier %s vers le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration\u00a0%s\u00a0: %s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=Une erreur s'est produite lors de la tentative de changement du nom du fichier %s en %s pendant l'\u00e9criture des donn\u00e9es mises \u00e0 jour pour le backend LDIF d\u00e9fini dans l'entr\u00e9e de configuration\u00a0%s: %s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=L'entr\u00e9e %s existe d\u00e9j\u00e0 dans la m\u00e9moire bas\u00e9e sur le backend de LDIF |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=Le parent de l'entr\u00e9e %s n'existe pas |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=L'entr\u00e9e %s n'existe pas |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=L'entr\u00e9e %s a une ou plusieurs entr\u00e9es subordonn\u00e9es et ne peut \u00eatre supprim\u00e9e tant que celles-ci n'ont pas \u00e9t\u00e9 supprim\u00e9es |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=L'entr\u00e9e %s n'existe pas |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=L'entr\u00e9e source %s n'existe pas |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=L'entr\u00e9e cible %s existe d\u00e9j\u00e0 |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=Le nouveau DN parent %s n'existe pas |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=L'entr\u00e9e %s sp\u00e9cifi\u00e9e comme DN de base de recherche n'existe pas |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=Une erreur s'est produite lors de la tentative de cr\u00e9ation du processus d'\u00e9criture pour l'op\u00e9ration d'exportation LDIF\u00a0: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=Une erreur s'est produite lors de la tentative d'\u00e9criture de l'entr\u00e9e %s pendant l'exportation LDIF\u00a0: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=Une erreur s'est produite lors de la tentative de cr\u00e9ation du processus de lecture pour l'op\u00e9ration d'importation LDIF\u00a0: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=Une erreur irr\u00e9cup\u00e9rable s'est produite lors de la tentative de lecture des donn\u00e9es depuis le fichier d'importation\u00a0: %s. Impossible de continuer l'importation LDIF |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=Le backend de LDIF ne fournit pas actuellement de m\u00e9canisme de sauvegarde ou de restauration. Utilisez plut\u00f4t les op\u00e9rations d'importation et exportation de LDIF |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=La modification du chemin du fichier de LDIF ne prend pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 et activ\u00e9 \u00e0 nouveau |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=La modification du DN de base du backend de LDIF ne prend pas effet tant que le backend n'est pas d\u00e9sactiv\u00e9 et activ\u00e9 \u00e0 nouveau |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=L'entr\u00e9e cible %s n'existe pas |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=L'entr\u00e9e cible %s n'existe pas |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=Erreur lors de la lecture de la cl\u00e9 %s de puis le magasin de cl\u00e9s %s\u00a0: %s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Ce backend ne prend pas en charge l'attribut op\u00e9rationnel hasSubordinates |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Ce backend ne prend pas en charge l'attribut op\u00e9rationnel numSubordinates |
| | | NOTICE_BACKEND_OFFLINE_370=Le backend %s est maintenant hors ligne |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un nombre de tokens non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de minute non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token d'heure non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de jour du mois non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de mois de l'ann\u00e9e non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de jour de semaine non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte une combinaison de tokens non valide qui cr\u00e9e une date inexistante |
| | | SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=Une erreur s'est produite lors de la tentative d'exportation des donn\u00e9es de backend de t\u00e2che\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=Une erreur s'est produite lors de la tentative d'obtention du fournisseur MAC %s afin de cr\u00e9er le hachage sign\u00e9 pour la sauvegarde\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=Une erreur s'est produite lors de la tentative d'obtention de la synth\u00e8se de message %s afin de cr\u00e9er le hachage pour la sauvegarde\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier d'archive de t\u00e2ches %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=Une erreur s'est produite lors de la tentative d'obtention du chiffrement \u00e0 utiliser pour chiffrer la sauvegarde\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=Sauvegarde de t\u00e2ches %2$s de %1$s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Une erreur s'est produite lors de la tentative de sauvegarde du fichier de t\u00e2ches %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=Une erreur s'est produite lors de la tentative de fermeture du fichier d'archive de t\u00e2ches %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=Une erreur s'est produite lors de la tentative de mise \u00e0 jour du fichier de descripteur de sauvegarde %s avec les informations concernant la sauvegarde de t\u00e2ches\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s dans le r\u00e9pertoire %s car cette sauvegarde n'existe pas |
| | | SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s dans le r\u00e9pertoire %s car il est impossible de d\u00e9terminer le nom du fichier d'archive |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car le fichier d'archive indiqu\u00e9 (%s) n'existe pas |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative de d\u00e9termination de l'existence de l'archive de sauvegarde %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car un hachage non sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme de synth\u00e8se utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car elle comporte un hachage non sign\u00e9 utilisant l'algorithme de synth\u00e8se inconnu ou non pris en charge %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car un hachage sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme MAC utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car elle comporte un hachage sign\u00e9 utilisant l'algorithme MAC inconnu ou non pris en charge %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative d'ouverture du fichier d'archive de sauvegarde %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car elle est chiffr\u00e9e \u00e0 l'aide d'un chiffrement inconnu ou non pris en charge\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative de lecture de l'entr\u00e9e suivante dans le fichier d'archive %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Impossible de restaurer la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative de recr\u00e9ation du fichier %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors du traitement du fichier archiv\u00e9 %s\u00a0: %s |
| | | SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur inattendue s'est produite lors de la tentative de fermeture du fichier d'archive %s\u00a0: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=La synth\u00e8se de message calcul\u00e9e \u00e0 partir du fichier de sauvegarde correspond \u00e0 la synth\u00e8se stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car la synth\u00e8se de message calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la synth\u00e8se stock\u00e9e avec les informations de sauvegarde |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=La synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de la sauvegarde correspond \u00e0 la signature stock\u00e9e dans les informations de sauvegarde |
| | | SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car la synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la signature stock\u00e9e avec les informations de sauvegarde |
| | | NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=Tous les tests effectu\u00e9s sur la sauvegarde de sch\u00e9ma %s du r\u00e9pertoire %s montrent que le fichier archive semble valide. |
| | | NOTICE_TASKS_RESTORE_SUCCESSFUL_406=La sauvegarde des t\u00e2ches %s a \u00e9t\u00e9 restaur\u00e9e \u00e0 partir du fichier archive du r\u00e9pertoire %s |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=Les informations de la sauvegarde %s sont introuvables dans le r\u00e9pertoire de sauvegarde %s |
| | | SEVERE_ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=Une erreur s'est produite lors de la tentative de mise \u00e0 jour du fichier de descripteur de sauvegarde %s avec les informations concernant la sauvegarde\u00a0: %s |
| | | MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Impossible d'ajouter une r\u00e8gle de structure DIT %s car son identifiant de r\u00e8gle est en conflit avec la r\u00e8gle de structure existantes (%s) |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=L'entr\u00e9e cible %s n'existe pas |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=L'entr\u00e9e cible %s n'existe pas |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=Erreur lors de la lecture de la cl\u00e9 %s de puis le magasin de cl\u00e9s %s\u00a0: %s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=Ce backend ne prend pas en charge l'attribut op\u00e9rationnel hasSubordinates |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=Ce backend ne prend pas en charge l'attribut op\u00e9rationnel numSubordinates |
| | | NOTE_BACKEND_OFFLINE_370=Le backend %s est maintenant hors ligne |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un nombre de tokens non valide |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de minute non valide |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token d'heure non valide |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de jour du mois non valide |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de mois de l'ann\u00e9e non valide |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte un token de jour de semaine non valide |
| | | ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=L'attribut d'entr\u00e9e de t\u00e2che r\u00e9currente fourni (%s), qui stocke la planification de la t\u00e2che r\u00e9currente, comporte une combinaison de tokens non valide qui cr\u00e9e une date inexistante |
| | | ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=Une erreur s'est produite lors de la tentative d'exportation des donn\u00e9es de backend de t\u00e2che\u00a0: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=Une erreur s'est produite lors de la tentative d'obtention du fournisseur MAC %s afin de cr\u00e9er le hachage sign\u00e9 pour la sauvegarde\u00a0: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=Une erreur s'est produite lors de la tentative d'obtention de la synth\u00e8se de message %s afin de cr\u00e9er le hachage pour la sauvegarde\u00a0: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=Une erreur s'est produite lors de la tentative de cr\u00e9ation du fichier d'archive de t\u00e2ches %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=Une erreur s'est produite lors de la tentative d'obtention du chiffrement \u00e0 utiliser pour chiffrer la sauvegarde\u00a0: %s |
| | | ERR_TASKS_BACKUP_ZIP_COMMENT_383=Sauvegarde de t\u00e2ches %2$s de %1$s |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Une erreur s'est produite lors de la tentative de sauvegarde du fichier de t\u00e2ches %s\u00a0: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=Une erreur s'est produite lors de la tentative de fermeture du fichier d'archive de t\u00e2ches %s dans le r\u00e9pertoire %s\u00a0: %s |
| | | ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=Une erreur s'est produite lors de la tentative de mise \u00e0 jour du fichier de descripteur de sauvegarde %s avec les informations concernant la sauvegarde de t\u00e2ches\u00a0: %s |
| | | ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s dans le r\u00e9pertoire %s car cette sauvegarde n'existe pas |
| | | ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s dans le r\u00e9pertoire %s car il est impossible de d\u00e9terminer le nom du fichier d'archive |
| | | ERR_TASKS_RESTORE_NO_SUCH_FILE_389=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car le fichier d'archive indiqu\u00e9 (%s) n'existe pas |
| | | ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative de d\u00e9termination de l'existence de l'archive de sauvegarde %s\u00a0: %s |
| | | ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car un hachage non sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme de synth\u00e8se utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car elle comporte un hachage non sign\u00e9 utilisant l'algorithme de synth\u00e8se inconnu ou non pris en charge %s |
| | | ERR_TASKS_RESTORE_UNKNOWN_MAC_393=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car un hachage sign\u00e9 de cette sauvegarde est disponible mais le serveur ne peut pas d\u00e9terminer l'algorithme MAC utilis\u00e9 pour g\u00e9n\u00e9rer ce hachage |
| | | ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car elle comporte un hachage sign\u00e9 utilisant l'algorithme MAC inconnu ou non pris en charge %s |
| | | ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative d'ouverture du fichier d'archive de sauvegarde %s\u00a0: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car elle est chiffr\u00e9e \u00e0 l'aide d'un chiffrement inconnu ou non pris en charge\u00a0: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative de lecture de l'entr\u00e9e suivante dans le fichier d'archive %s\u00a0: %s |
| | | ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=Impossible de restaurer la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors de la tentative de recr\u00e9ation du fichier %s\u00a0: %s |
| | | ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur s'est produite lors du traitement du fichier archiv\u00e9 %s\u00a0: %s |
| | | ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car une erreur inattendue s'est produite lors de la tentative de fermeture du fichier d'archive %s\u00a0: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=La synth\u00e8se de message calcul\u00e9e \u00e0 partir du fichier de sauvegarde correspond \u00e0 la synth\u00e8se stock\u00e9e dans les informations de sauvegarde |
| | | ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car la synth\u00e8se de message calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la synth\u00e8se stock\u00e9e avec les informations de sauvegarde |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=La synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de la sauvegarde correspond \u00e0 la signature stock\u00e9e dans les informations de sauvegarde |
| | | ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=Impossible de restaurer ou de v\u00e9rifier la sauvegarde de t\u00e2ches %s car la synth\u00e8se sign\u00e9e calcul\u00e9e \u00e0 partir de l'archive de sauvegarde ne correspond pas \u00e0 la signature stock\u00e9e avec les informations de sauvegarde |
| | | NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=Tous les tests effectu\u00e9s sur la sauvegarde de sch\u00e9ma %s du r\u00e9pertoire %s montrent que le fichier archive semble valide. |
| | | NOTE_TASKS_RESTORE_SUCCESSFUL_406=La sauvegarde des t\u00e2ches %s a \u00e9t\u00e9 restaur\u00e9e \u00e0 partir du fichier archive du r\u00e9pertoire %s |
| | | ERR_BACKUP_MISSING_BACKUPID_407=Les informations de la sauvegarde %s sont introuvables dans le r\u00e9pertoire de sauvegarde %s |
| | | ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=Une erreur s'est produite lors de la tentative de mise \u00e0 jour du fichier de descripteur de sauvegarde %s avec les informations concernant la sauvegarde\u00a0: %s |
| | | ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=Impossible d'ajouter une r\u00e8gle de structure DIT %s car son identifiant de r\u00e8gle est en conflit avec la r\u00e8gle de structure existantes (%s) |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=Le backend de DB local %s n'indique pas le nombre de threads de nettoyage\u00a0: il est par d\u00e9faut \u00e0 %d threads |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=Le backend de DB local %s n'indique pas le nombre de threads de nettoyage\u00a0: il est par d\u00e9faut \u00e0 %d |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=Impossible de planifier la t\u00e2che %s car la t\u00e2che d\u00e9pendante %s est manquante |
| | | NOTICE_TASK_STARTED_413=T\u00e2che %s %s a commenc\u00e9 l'ex\u00e9cution |
| | | NOTICE_TASK_FINISHED_414=%s t\u00e2che %s a termin\u00e9 l'ex\u00e9cution dans l'\u00e9tat %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Impossible d'ajouter la description de syntaxe ldap avec OID %s car elle entre en conflit avec une description de syntaxe ldap existante |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Impossible de supprimer la description de syntaxe ldap %s du sch\u00e9ma du serveur car elle n'est pas d\u00e9finie |
| | | MILD_ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que syntaxe ldap car son OID %s correspond \u00e0 une syntaxe d'attribut d\u00e9j\u00e0 impl\u00e9ment\u00e9e |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=Une erreur s'est produite lors de la tentative de d\u00e9codage de la description de syntaxe ldap "%s"\u00a0: %s |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un nombre de tokens non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de minute non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token d'heure non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de jour du mois non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de mois de l'ann\u00e9e non valide |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de jour de semaine non valide |
| | | MILD_ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=Le backend de sch\u00e9ma ne prend actuellement pas en charge la modification de type Replace pour le type d'attribut %s |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=Impossible de planifier la t\u00e2che %s car la t\u00e2che d\u00e9pendante %s est manquante |
| | | NOTE_TASK_STARTED_413=T\u00e2che %s %s a commenc\u00e9 l'ex\u00e9cution |
| | | NOTE_TASK_FINISHED_414=%s t\u00e2che %s a termin\u00e9 l'ex\u00e9cution dans l'\u00e9tat %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=Impossible d'ajouter la description de syntaxe ldap avec OID %s car elle entre en conflit avec une description de syntaxe ldap existante |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=Impossible de supprimer la description de syntaxe ldap %s du sch\u00e9ma du serveur car elle n'est pas d\u00e9finie |
| | | ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=Impossible d'analyser la valeur indiqu\u00e9e "%s" en tant que syntaxe ldap car son OID %s correspond \u00e0 une syntaxe d'attribut d\u00e9j\u00e0 impl\u00e9ment\u00e9e |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=Une erreur s'est produite lors de la tentative de d\u00e9codage de la description de syntaxe ldap "%s"\u00a0: %s |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE_419=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un nombre de tokens non valide |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE_420=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de minute non valide |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE_421=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token d'heure non valide |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE_422=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de jour du mois non valide |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE_423=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de mois de l'ann\u00e9e non valide |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE_424=La valeur propos\u00e9e pour la planification de la t\u00e2che r\u00e9currente, comporte un token de jour de semaine non valide |
| | | ERR_SCHEMA_INVALID_REPLACE_MODIFICATION_425=Le backend de sch\u00e9ma ne prend actuellement pas en charge la modification de type Replace pour le type d'attribut %s |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%2$s" \u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%1$s" \u3092\u767b\u9332\u89e3\u9664\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3057\u304b\u3057\u3001\u305d\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u542b\u3080\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u306f\u307b\u304b\u306b\u3082\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u304c\u542b\u307e\u308c\u3066\u304a\u308a\u3001\u767b\u9332\u89e3\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u69cb\u6210\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3001\u3053\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u524a\u9664\u3067\u304d\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u305b\u305a\u306b\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u69cb\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u30d9\u30fc\u30b9 DN "%s" \u306f\u3001\u30eb\u30fc\u30c8 DSE \u4ee5\u4e0b\u3092\u691c\u7d22\u3059\u308b\u305f\u3081\u306e\u4e0b\u4f4d\u30d9\u30fc\u30b9 DN \u306e 1 \u3064\u3068\u3057\u3066\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3057\u304b\u3057\u3001\u3053\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3067\u306f\u51e6\u7406\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u30eb\u30fc\u30c8 DSE \u4ee5\u4e0b\u3092\u691c\u7d22\u3059\u308b\u305f\u3081\u306e\u4e00\u9023\u306e\u4e0b\u4f4d\u30d9\u30fc\u30b9 DN \u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3001DN \u304c "%s" \u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3059\u308b\u3088\u3046\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002 \u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408\u306e\u307f\u8981\u6c42\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u305f\u3060\u3057\u3001\u5b9a\u7fa9\u6e08\u307f\u306e\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u3089\u308c\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059 |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 "%3$s" \u306e\u30d9\u30fc\u30b9 DN \u3092\u4f7f\u7528\u3057\u3066\u691c\u7d22 (\u63a5\u7d9a ID %1$d\u3001\u64cd\u4f5c ID %2$d) \u3092\u5b9f\u884c\u3057\u307e\u305b\u3093\u3002 \u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e \u691c\u7d22\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u306e DN \u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c (\u63a5\u7d9a ID %d\u3001\u64cd\u4f5c ID %d) \u3092\u51e6\u7406\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u63a5\u7d9a ID %d \u304a\u3088\u3073\u64cd\u4f5c ID %d \u306e\u691c\u7d22\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002%s \u306e\u7bc4\u56f2\u304c\u7121\u52b9\u3067\u3059 |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e LDIF \u30e9\u30a4\u30bf\u30fc\u3092\u958b\u304f\u3068\u304d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u6307\u5b9a\u3055\u308c\u305f LDIF \u30bf\u30fc\u30b2\u30c3\u30c8\u306b\u30eb\u30fc\u30c8 DSE \u30a8\u30f3\u30c8\u30ea\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u306e\u305f\u3081\u306e\u6a5f\u69cb\u304c\u63d0\u4f9b\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30eb\u30fc\u30c8 DSE \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u4e00\u90e8\u3068\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%2$s" \u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9 "%1$s" \u3092\u767b\u9332\u89e3\u9664\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3057\u304b\u3057\u3001\u305d\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u542b\u3080\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u306f\u307b\u304b\u306b\u3082\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u304c\u542b\u307e\u308c\u3066\u304a\u308a\u3001\u767b\u9332\u89e3\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u69cb\u6210\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3001\u3053\u306e\u30b5\u30d6\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u524a\u9664\u3067\u304d\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u305b\u305a\u306b\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u69cb\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u307e\u305b\u3093 |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u30d9\u30fc\u30b9 DN "%s" \u306f\u3001\u30eb\u30fc\u30c8 DSE \u4ee5\u4e0b\u3092\u691c\u7d22\u3059\u308b\u305f\u3081\u306e\u4e0b\u4f4d\u30d9\u30fc\u30b9 DN \u306e 1 \u3064\u3068\u3057\u3066\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3057\u304b\u3057\u3001\u3053\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u3067\u306f\u51e6\u7406\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u4f7f\u7528\u3055\u308c\u307e\u305b\u3093 |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u30eb\u30fc\u30c8 DSE \u4ee5\u4e0b\u3092\u691c\u7d22\u3059\u308b\u305f\u3081\u306e\u4e00\u9023\u306e\u4e0b\u4f4d\u30d9\u30fc\u30b9 DN \u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304c\u3001DN \u304c "%s" \u306e\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3059\u308b\u3088\u3046\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002 \u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408\u306e\u307f\u8981\u6c42\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u305f\u3060\u3057\u3001\u5b9a\u7fa9\u6e08\u307f\u306e\u4e0b\u4f4d\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u898b\u3064\u3051\u3089\u308c\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059 |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 "%3$s" \u306e\u30d9\u30fc\u30b9 DN \u3092\u4f7f\u7528\u3057\u3066\u691c\u7d22 (\u63a5\u7d9a ID %1$d\u3001\u64cd\u4f5c ID %2$d) \u3092\u5b9f\u884c\u3057\u307e\u305b\u3093\u3002 \u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e \u691c\u7d22\u306e\u30d9\u30fc\u30b9 DN \u306f\u3001\u30eb\u30fc\u30c8 DSE \u81ea\u4f53\u306e DN \u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c (\u63a5\u7d9a ID %d\u3001\u64cd\u4f5c ID %d) \u3092\u51e6\u7406\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u969c\u5bb3\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u63a5\u7d9a ID %d \u304a\u3088\u3073\u64cd\u4f5c ID %d \u306e\u691c\u7d22\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002%s \u306e\u7bc4\u56f2\u304c\u7121\u52b9\u3067\u3059 |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e LDIF \u30e9\u30a4\u30bf\u30fc\u3092\u958b\u304f\u3068\u304d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u6307\u5b9a\u3055\u308c\u305f LDIF \u30bf\u30fc\u30b2\u30c3\u30c8\u306b\u30eb\u30fc\u30c8 DSE \u30a8\u30f3\u30c8\u30ea\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\u30eb\u30fc\u30c8 DSE \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u306e\u305f\u3081\u306e\u6a5f\u69cb\u304c\u63d0\u4f9b\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30eb\u30fc\u30c8 DSE \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u69cb\u6210\u306e\u4e00\u90e8\u3068\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30eb\u30fc\u30c8 DSE \u3088\u308a\u4e0b\u4f4d\u306e\u691c\u7d22\u5b9f\u884c\u6642\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b5\u30d5\u30a3\u30c3\u30af\u30b9\u306e\u5b9a\u7fa9\u6e08\u307f\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30eb\u30fc\u30c8 DSE \u3088\u308a\u4e0b\u4f4d\u306e\u5b9f\u884c\u6642\u306b\u30d9\u30fc\u30b9 DN \u30bb\u30c3\u30c8 %s \u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u65b0\u898f\u5c5e\u6027\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u305b\u305a\u306b\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u69cb\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u76e3\u8996\u60c5\u5831\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=cn=monitor \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u76e3\u8996\u60c5\u5831\u306e\u30d9\u30fc\u30b9 DN \u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u76e3\u8996\u60c5\u5831\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u30d9\u30fc\u30b9\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u30d9\u30fc\u30b9\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0 %s \u306e\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u306e\u305f\u3081\u306e\u6a5f\u69cb\u304c\u63d0\u4f9b\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u305b\u305a\u306b\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u69cb\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u76e3\u8996\u60c5\u5831\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=cn=monitor \u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u76e3\u8996\u60c5\u5831\u306e\u30d9\u30fc\u30b9 DN \u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u76e3\u8996\u60c5\u5831\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u66f4\u65b0\u3057\u307e\u305b\u3093\u3002\u5909\u66f4\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u30d9\u30fc\u30b9\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u81ea\u4f53\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5909\u66f4\u3059\u308b\u5834\u5408\u306f\u3001\u69cb\u6210\u306e "%s" \u30a8\u30f3\u30c8\u30ea\u3092\u4fee\u6b63\u3059\u308b\u3053\u3068\u3067\u5909\u66f4\u3067\u304d\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u30d9\u30fc\u30b9\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u30e2\u30cb\u30bf\u30fc\u30d7\u30ed\u30d0\u30a4\u30c0 %s \u306e\u76e3\u8996\u30a8\u30f3\u30c8\u30ea\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u306e\u305f\u3081\u306e\u6a5f\u69cb\u304c\u63d0\u4f9b\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\u76e3\u8996\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u65b0\u898f\u5c5e\u6027\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f DN \u304c NULL \u3067\u3057\u305f |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c %s \u306e\u76e3\u8996\u30d9\u30fc\u30b9\u3088\u308a\u4e0b\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f DN \u304c NULL \u3067\u3057\u305f |
| | | ERR_MONITOR_INVALID_BASE_34=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u76e3\u8996\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c %s \u306e\u76e3\u8996\u30d9\u30fc\u30b9\u3088\u308a\u4e0b\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | INFO_MONITOR_UPTIME_37=%d \u65e5 %d \u6642\u9593 %d \u5206 %d \u79d2 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u305b\u305a\u306b\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u69cb\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u30b9\u30ad\u30fc\u30de\u60c5\u5831\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-schema-entry-dn \u5c5e\u6027\u3067\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u60c5\u5831\u516c\u958b\u6642\u306b\u4f7f\u7528\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092\u5224\u65ad\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002cn=schema \u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b9\u30ad\u30fc\u30de\u30d9\u30fc\u30b9 DN \u304c\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u306e\u3044\u305a\u308c\u304b\u3068\u540c\u3058\u3067\u3059 |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e LDIF \u30e9\u30a4\u30bf\u30fc\u3092\u958b\u304f\u3068\u304d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u305b\u305a\u306b\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u69cb\u6210\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u3002\u3053\u308c\u306f\u8a31\u53ef\u3055\u308c\u306a\u3044\u305f\u3081\u3001\u30d7\u30ed\u30c8\u30b3\u30eb\u7d4c\u7531\u3067\u30b9\u30ad\u30fc\u30de\u60c5\u5831\u3092\u5229\u7528\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-schema-entry-dn \u5c5e\u6027\u3067\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30b9\u30ad\u30fc\u30de\u60c5\u5831\u516c\u958b\u6642\u306b\u4f7f\u7528\u3059\u308b\u30d9\u30fc\u30b9 DN \u3092\u5224\u65ad\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002cn=schema \u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b9\u30ad\u30fc\u30de\u30d9\u30fc\u30b9 DN \u304c\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u524a\u9664\u3057\u307e\u305b\u3093\u3002\u524a\u9664\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u30a8\u30f3\u30c8\u30ea "%s" \u3092\u30ea\u30cd\u30fc\u30e0\u3057\u307e\u305b\u3093\u3002DN \u5909\u66f4\u64cd\u4f5c\u306f\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u3092\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002DN \u304c\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u306e\u3044\u305a\u308c\u304b\u3068\u540c\u3058\u3067\u3059 |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e LDIF \u30e9\u30a4\u30bf\u30fc\u3092\u958b\u304f\u3068\u304d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=DN %s \u3092\u6b63\u5e38\u306b\u767b\u9332\u89e3\u9664\u3057\u307e\u3057\u305f\u3002\u3053\u306e DN \u306f\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=%s \u3092\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u767b\u9332\u89e3\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=%s \u3092\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u767b\u9332\u89e3\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=DN %s \u3092\u65b0\u898f\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u6b63\u5e38\u306b\u767b\u9332\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=%s \u3092\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u767b\u9332\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=%s \u3092\u30b9\u30ad\u30fc\u30de\u30a8\u30f3\u30c8\u30ea DN \u3068\u3057\u3066\u767b\u9332\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9a\u7fa9\u3057\u305f\u65b0\u898f\u5c5e\u6027\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u4f55\u56de\u304b\u8a66\u884c\u3057\u307e\u3057\u305f\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u30a8\u30f3\u30c8\u30ea %s \u306e\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u9577\u6642\u9593\u306e\u64cd\u4f5c\u306b\u3088\u3063\u3066\u30a8\u30f3\u30c8\u30ea\u304c\u3059\u3067\u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u30a8\u30f3\u30c8\u30ea\u304c\u4ee5\u524d\u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u9069\u5207\u306b\u30ed\u30c3\u30af\u89e3\u9664\u3055\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s MAC \u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s \u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306b\u30b9\u30ad\u30fc\u30de\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u6697\u53f7\u5316\u3059\u308b\u305f\u3081\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u3067\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u542b\u3081\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb %s \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306e\u30b9\u30ad\u30fc\u30de\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6 %s \u304c\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=f\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u958b\u304f\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6697\u53f7\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u6697\u53f7\u5316\u65b9\u5f0f\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u73fe\u5728\u306e\u30b9\u30ad\u30fc\u30de\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u540d\u3092 %s \u304b\u3089 %s \u306b\u5909\u66f4\u3059\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u305f\u3060\u3057\u3001\u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001\u73fe\u5728\u306f %s \u306e\u5143\u306e\u5834\u6240\u306b\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001%s \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u306e\u5fa9\u5143\u5148\u3068\u306a\u308b\u65b0\u3057\u3044\u7a7a\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u3001%s \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u4fdd\u6301\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u6b21\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb %s \u306e\u518d\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb %s \u306e\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u304b\u3089\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3067\u5b9f\u884c\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u304c\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30bf\u30b9\u30af\u306f\u7121\u52b9\u3067\u3059\u3002\u7121\u52b9\u306a\u72b6\u614b %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u8a2d\u5b9a\u3055\u308c\u305f\u958b\u59cb\u6642\u523b\u306e\u5024 %1$s \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5b9f\u969b\u306e\u958b\u59cb\u6642\u523b\u306e\u5024 %1$s \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5b8c\u4e86\u6642\u523b\u306e\u5024 %1$s \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %s \u306b\u5fc5\u9808\u306e\u5c5e\u6027 %s \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u5c5e\u6027 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u5c5e\u6027 %1$s \u306e\u5024\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u5c5e\u6027 %1$s \u306e\u5024\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30bf\u30b9\u30af\u306e\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u3001\u30bf\u30a4\u30d7 %s \u306e\u5c5e\u6027\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u30a4\u30f3\u30bf\u30f3\u30b9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u5024\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u3001\u30bf\u30a4\u30d7 %s \u306e\u5c5e\u6027\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u30a4\u30f3\u30bf\u30f3\u30b9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u5024\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u5c5e\u6027 %2$s \u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30af\u30e9\u30b9 %1$s \u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30af\u30e9\u30b9\u30d1\u30b9\u306b\u5b58\u5728\u3057\u307e\u3059\u304b ? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30bf\u30b9\u30af\u3068\u3057\u3066\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f %s \u306e\u30b5\u30d6\u30af\u30e9\u30b9\u3067\u3059\u304b ? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u5185\u90e8\u521d\u671f\u5316\u3092\u5b9f\u884c\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306b\u30d9\u30fc\u30b9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30bf\u30b9\u30af\u60c5\u5831\u306e\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u3060\u3051\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306b\u8907\u6570\u306e\u30d9\u30fc\u30b9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30bf\u30b9\u30af\u60c5\u5831\u306e\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u3060\u3051\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30d9\u30fc\u30b9 %s \u3092 DN \u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u306e\u30d9\u30fc\u30b9 %s \u3092 DN \u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3057\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u3053\u306e\u30d1\u30b9\u3092\u4f7f\u7528\u3059\u308b\u524d\u306b\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u307e\u305f\u306f\u540d\u524d\u5909\u66f4\u3059\u308b\u304b\u3001\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9 %s \u306f\u3001\u7121\u52b9\u306a\u30d1\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u306e\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %1$s \u306f\u5b58\u5728\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u3053\u306e\u30d1\u30b9\u3092\u4f7f\u7528\u3059\u308b\u524d\u306b\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3059\u308b\u304b\u3001\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u306e\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %1$s \u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u3057\u3044\u30d1\u30b9\u3092\u5224\u65ad\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u4f55\u56de\u304b\u8a66\u884c\u3057\u307e\u3057\u305f\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u30a8\u30f3\u30c8\u30ea %s \u306e\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u9577\u6642\u9593\u306e\u64cd\u4f5c\u306b\u3088\u3063\u3066\u30a8\u30f3\u30c8\u30ea\u304c\u3059\u3067\u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u308b\u304b\u3001\u30a8\u30f3\u30c8\u30ea\u304c\u4ee5\u524d\u306b\u30ed\u30c3\u30af\u3055\u308c\u3066\u9069\u5207\u306b\u30ed\u30c3\u30af\u89e3\u9664\u3055\u308c\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s MAC \u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s \u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306b\u30b9\u30ad\u30fc\u30de\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u6697\u53f7\u5316\u3059\u308b\u305f\u3081\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u3067\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u542b\u3081\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb %s \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306e\u30b9\u30ad\u30fc\u30de\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6 %s \u304c\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=f\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u958b\u304f\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6697\u53f7\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u6697\u53f7\u5316\u65b9\u5f0f\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u73fe\u5728\u306e\u30b9\u30ad\u30fc\u30de\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u540d\u3092 %s \u304b\u3089 %s \u306b\u5909\u66f4\u3059\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u305f\u3060\u3057\u3001\u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001\u73fe\u5728\u306f %s \u306e\u5143\u306e\u5834\u6240\u306b\u3042\u308a\u307e\u3059 |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u4fdd\u6301\u3055\u308c\u3001%s \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u3042\u308a\u307e\u3059 |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u306e\u5fa9\u5143\u5148\u3068\u306a\u308b\u65b0\u3057\u3044\u7a7a\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u3001\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u5fa9\u5143\u304c\u6b63\u5e38\u306b\u884c\u306a\u308f\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 \u5fa9\u5143\u30d7\u30ed\u30bb\u30b9\u306e\u958b\u59cb\u524d\u306b\u5b58\u5728\u3057\u305f\u5143\u306e\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306f\u3001%s \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u4fdd\u6301\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u6b21\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb %s \u306e\u518d\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb %s \u306e\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u30b9\u30ad\u30fc\u30de\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u304b\u3089\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3067\u5b9f\u884c\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u304c\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f |
| | | ERR_TASK_INVALID_STATE_91=\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30bf\u30b9\u30af\u306f\u7121\u52b9\u3067\u3059\u3002\u7121\u52b9\u306a\u72b6\u614b %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u8a2d\u5b9a\u3055\u308c\u305f\u958b\u59cb\u6642\u523b\u306e\u5024 %1$s \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5b9f\u969b\u306e\u958b\u59cb\u6642\u523b\u306e\u5024 %1$s \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306e\u5b8c\u4e86\u6642\u523b\u306e\u5024 %1$s \u3092\u89e3\u6790\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_TASK_MISSING_ATTR_95=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %s \u306b\u5fc5\u9808\u306e\u5c5e\u6027 %s \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u5c5e\u6027 %1$s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u5c5e\u6027 %1$s \u306e\u5024\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea %2$s \u306b\u5c5e\u6027 %1$s \u306e\u5024\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | ERR_TASK_EXECUTE_FAILED_99=\u30a8\u30f3\u30c8\u30ea %s \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30bf\u30b9\u30af\u306e\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u3001\u30bf\u30a4\u30d7 %s \u306e\u5c5e\u6027\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u30a4\u30f3\u30bf\u30f3\u30b9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | ERR_RECURRINGTASK_NO_ID_102=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af ID \u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u5024\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u3001\u30bf\u30a4\u30d7 %s \u306e\u5c5e\u6027\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u30a4\u30f3\u30bf\u30f3\u30b9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u5024\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u5c5e\u6027 %2$s \u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30af\u30e9\u30b9 %1$s \u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30af\u30e9\u30b9\u30d1\u30b9\u306b\u5b58\u5728\u3057\u307e\u3059\u304b ? |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30bf\u30b9\u30af\u3068\u3057\u3066\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f %s \u306e\u30b5\u30d6\u30af\u30e9\u30b9\u3067\u3059\u304b ? |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u5185\u90e8\u521d\u671f\u5316\u3092\u5b9f\u884c\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306b\u30d9\u30fc\u30b9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30bf\u30b9\u30af\u60c5\u5831\u306e\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u3060\u3051\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u306b\u8907\u6570\u306e\u30d9\u30fc\u30b9 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u5185\u3067\u30bf\u30b9\u30af\u60c5\u5831\u306e\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u3060\u3051\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30d9\u30fc\u30b9 %s \u3092 DN \u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u306e\u30d9\u30fc\u30b9 %s \u3092 DN \u3068\u3057\u3066\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306f\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3057\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u3053\u306e\u30d1\u30b9\u3092\u4f7f\u7528\u3059\u308b\u524d\u306b\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u307e\u305f\u306f\u540d\u524d\u5909\u66f4\u3059\u308b\u304b\u3001\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u6307\u5b9a\u3055\u308c\u305f\u30d1\u30b9 %s \u306f\u3001\u7121\u52b9\u306a\u30d1\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u306e\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %1$s \u306f\u5b58\u5728\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u3053\u306e\u30d1\u30b9\u3092\u4f7f\u7528\u3059\u308b\u524d\u306b\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3059\u308b\u304b\u3001\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u306e\u89aa\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %1$s \u306f\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u5225\u306e\u30d1\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u3057\u3044\u30d1\u30b9\u3092\u5224\u65ad\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\u5b8c\u4e86\u30bf\u30b9\u30af\u306e\u4fdd\u6301\u671f\u9593\u304c %d \u79d2\u306b\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002 \u3053\u308c\u306f\u305f\u3060\u3061\u306b\u6709\u52b9\u306b\u306a\u308a\u307e\u3059 |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u3078\u306e\u30d1\u30b9\u304c %s \u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u73fe\u5728\u306e\u30bf\u30b9\u30af\u69cb\u6210\u306e\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u306f\u3001\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u6e08\u307f\u3067\u3001\u4eca\u5f8c\u306e\u66f4\u65b0\u3067\u7d99\u7d9a\u3057\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306e\u65b0\u3057\u3044\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u308b\u306e\u306f\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u306e %s \u306e\u76f4\u4e0b\u3001\u307e\u305f\u306f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e %s \u306e\u76f4\u4e0b\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306e\u65b0\u3057\u3044\u30a8\u30f3\u30c8\u30ea\u3092\u8ffd\u52a0\u3067\u304d\u308b\u306e\u306f\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u306e %s \u306e\u76f4\u4e0b\u3001\u307e\u305f\u306f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e %s \u306e\u76f4\u4e0b\u306e\u307f\u3067\u3059 |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3055\u308c\u308b\u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u307e\u3059\u3002 \u3053\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u7de8\u96c6\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002\u5909\u66f4\u304c\u5931\u308f\u308c\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u307e\u3059\u3002 \u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u30bf\u30b9\u30af\u3068\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u5b9a\u7fa9\u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u63d0\u4f9b\u3055\u308c\u308b\u7ba1\u7406\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30fc\u3092\u4f7f\u7528\u3057\u3066\u306e\u307f\u7de8\u96c6\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af %s \u3092\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540c\u3058 ID \u306e\u5225\u306e\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u30bf\u30b9\u30af %s \u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u540c\u3058 ID \u306e\u5225\u306e\u30bf\u30b9\u30af\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af %s \u306e\u6b21\u306e\u7e70\u308a\u8fd4\u3057\u51e6\u7406\u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u306e %d \u884c\u76ee\u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u308c\u306f\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306f\u30d5\u30a1\u30a4\u30eb\u306e\u89e3\u6790\u3092\u7d9a\u884c\u3057\u3001\u30d5\u30a1\u30a4\u30eb\u306b\u542b\u307e\u308c\u308b\u6b8b\u308a\u306e\u30bf\u30b9\u30af\u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3057\u307e\u3059 |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u306e %d \u884c\u76ee\u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u308c\u306f\u56de\u5fa9\u4e0d\u53ef\u80fd\u306a\u30a8\u30e9\u30fc\u3067\u3042\u308a\u3001\u89e3\u6790\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u8aad\u307f\u53d6\u3089\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u306f\u7121\u52b9\u3067\u3059\u3002\u89aa\u304c\u306a\u304f\u3001%s \u306e\u30bf\u30b9\u30af\u30eb\u30fc\u30c8 DN \u3068\u3082\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u30a8\u30f3\u30c8\u30ea %s \u3092\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u3068\u3057\u3066\u89e3\u6790\u3057\u3066\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306b\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30bf\u30b9\u30af\u3068\u3057\u3066\u89e3\u6790\u3057\u3066\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306b\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u304b\u3089\u8aad\u307f\u53d6\u3089\u308c\u305f\u30a8\u30f3\u30c8\u30ea %1$s \u306b\u3001\u30bf\u30b9\u30af\u307e\u305f\u306f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u5b9a\u7fa9\u3068\u3057\u3066\u6709\u52b9\u3067\u306a\u3044 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u7121\u8996\u3055\u308c\u307e\u3059 |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u3067\u4f7f\u7528\u3059\u308b\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b\u30af\u30e9\u30b9\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30af\u30e9\u30b9\u540d\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u3001\u30bf\u30a4\u30d7 %s \u306e\u5c5e\u6027\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u30a4\u30f3\u30bf\u30f3\u30b9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b\u30af\u30e9\u30b9\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30af\u30e9\u30b9\u540d\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u5024\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u5c5e\u6027 %2$s \u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30af\u30e9\u30b9 %1$s \u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30af\u30e9\u30b9\u30d1\u30b9\u306b\u5b58\u5728\u3057\u307e\u3059\u304b ? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30bf\u30b9\u30af\u3068\u3057\u3066\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f %s \u306e\u30b5\u30d6\u30af\u30e9\u30b9\u3067\u3059\u304b ? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u5185\u90e8\u521d\u671f\u5316\u3092\u5b9f\u884c\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u73fe\u5728\u306e\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3092 %s \u304b\u3089 %s \u306b\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u4ee5\u524d\u306e\u30bf\u30b9\u30af\u69cb\u6210 (\u6700\u65b0\u306e\u66f4\u65b0\u304c\u53cd\u6620\u3055\u308c\u3066\u3044\u306a\u3044\u3082\u306e) \u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3092 %s \u304b\u3089 %s \u306b\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u304c\u4e88\u671f\u3057\u305f\u3068\u304a\u308a\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u6700\u65b0\u306e\u66f4\u65b0\u3092\u53cd\u6620\u3057\u305f\u69cb\u6210\u60c5\u5831\u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af %s \u3092\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306b\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540c\u3058 ID \u306e\u5225\u306e\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u30bf\u30b9\u30af %s \u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u540c\u3058 ID \u306e\u5225\u306e\u30bf\u30b9\u30af\u304c\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af %s \u306e\u6b21\u306e\u7e70\u308a\u8fd4\u3057\u51e6\u7406\u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u306e %d \u884c\u76ee\u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u308c\u306f\u81f4\u547d\u7684\u30a8\u30e9\u30fc\u3067\u306f\u306a\u3044\u305f\u3081\u3001\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306f\u30d5\u30a1\u30a4\u30eb\u306e\u89e3\u6790\u3092\u7d9a\u884c\u3057\u3001\u30d5\u30a1\u30a4\u30eb\u306b\u542b\u307e\u308c\u308b\u6b8b\u308a\u306e\u30bf\u30b9\u30af\u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3057\u307e\u3059 |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u306e %d \u884c\u76ee\u307e\u305f\u306f\u305d\u306e\u4ed8\u8fd1\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3053\u308c\u306f\u56de\u5fa9\u4e0d\u53ef\u80fd\u306a\u30a8\u30e9\u30fc\u3067\u3042\u308a\u3001\u89e3\u6790\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u8aad\u307f\u53d6\u3089\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u306f\u7121\u52b9\u3067\u3059\u3002\u89aa\u304c\u306a\u304f\u3001%s \u306e\u30bf\u30b9\u30af\u30eb\u30fc\u30c8 DN \u3068\u3082\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u30a8\u30f3\u30c8\u30ea %s \u3092\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u3068\u3057\u3066\u89e3\u6790\u3057\u3066\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306b\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u30a8\u30f3\u30c8\u30ea %s \u3092\u30bf\u30b9\u30af\u3068\u3057\u3066\u89e3\u6790\u3057\u3066\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u306b\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %2$s \u304b\u3089\u8aad\u307f\u53d6\u3089\u308c\u305f\u30a8\u30f3\u30c8\u30ea %1$s \u306b\u3001\u30bf\u30b9\u30af\u307e\u305f\u306f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u5b9a\u7fa9\u3068\u3057\u3066\u6709\u52b9\u3067\u306a\u3044 DN \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u7121\u8996\u3055\u308c\u307e\u3059 |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u306e\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u3067\u4f7f\u7528\u3059\u308b\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b\u30af\u30e9\u30b9\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30af\u30e9\u30b9\u540d\u3092\u4fdd\u6301\u3059\u308b\u305f\u3081\u306e\u3001\u30bf\u30a4\u30d7 %s \u306e\u5c5e\u6027\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u30a4\u30f3\u30bf\u30f3\u30b9\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30ed\u30b8\u30c3\u30af\u3092\u63d0\u4f9b\u3059\u308b\u30af\u30e9\u30b9\u306e\u5b8c\u5168\u4fee\u98fe\u540d\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306b\u3001\u30bf\u30b9\u30af\u306e\u30af\u30e9\u30b9\u540d\u3092\u6307\u5b9a\u3059\u308b\u305f\u3081\u306e\u3001%s \u5c5e\u6027\u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u8a31\u53ef\u3055\u308c\u308b\u5024\u306f 1 \u3064\u306e\u307f\u3067\u3059 |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u6307\u5b9a\u3055\u308c\u305f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u5c5e\u6027 %2$s \u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30af\u30e9\u30b9 %1$s \u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30af\u30e9\u30b9\u30d1\u30b9\u306b\u5b58\u5728\u3057\u307e\u3059\u304b ? |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u306e\u30bf\u30b9\u30af\u3068\u3057\u3066\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30af\u30e9\u30b9\u306f %s \u306e\u30b5\u30d6\u30af\u30e9\u30b9\u3067\u3059\u304b ? |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u306b\u542b\u307e\u308c\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30af\u30e9\u30b9 %s \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306e\u5185\u90e8\u521d\u671f\u5316\u3092\u5b9f\u884c\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u73fe\u5728\u306e\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3092 %s \u304b\u3089 %s \u306b\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u4ee5\u524d\u306e\u30bf\u30b9\u30af\u69cb\u6210 (\u6700\u65b0\u306e\u66f4\u65b0\u304c\u53cd\u6620\u3055\u308c\u3066\u3044\u306a\u3044\u3082\u306e) \u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3092 %s \u304b\u3089 %s \u306b\u5909\u66f4\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3059\u308b\u3068\u3001\u30bf\u30b9\u30af\u30b9\u30b1\u30b8\u30e5\u30fc\u30e9\u304c\u4e88\u671f\u3057\u305f\u3068\u304a\u308a\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u65b0\u3057\u3044\u30bf\u30b9\u30af\u30c7\u30fc\u30bf\u306e\u30d0\u30c3\u30ad\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u6700\u65b0\u306e\u66f4\u65b0\u3092\u53cd\u6620\u3057\u305f\u69cb\u6210\u60c5\u5831\u304c\u5931\u308f\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3057\u3066\u3044\u307e\u3059 |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=\u30eb\u30fc\u30c8 DSE \u69cb\u6210\u304c\u66f4\u65b0\u3055\u308c\u3001\u8a2d\u5b9a\u5c5e\u6027 %s \u3067 %s \u306e\u5024\u3092\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u4fdd\u7559\u4e2d\u306e\u30bf\u30b9\u30af %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30bf\u30b9\u30af\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u4fdd\u7559\u4e2d\u306e\u30bf\u30b9\u30af %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30bf\u30b9\u30af\u306f\u4fdd\u7559\u4e2d\u3067\u306a\u304f\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u5b8c\u4e86\u30bf\u30b9\u30af %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u5b8c\u4e86\u30bf\u30b9\u30af\u306e\u30ea\u30b9\u30c8\u306b\u305d\u306e\u3088\u3046\u306a\u30bf\u30b9\u30af\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea\u306e DN \u304c\u305d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u306f\u9069\u5207\u3067\u306a\u3044\u304b\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u307e\u305f\u306f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306e\u4e0b\u306b\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e DN \u306b\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30b9\u30af\u306f\u73fe\u5728\u5b9f\u884c\u4e2d\u3067\u3059 |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e DN \u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN %s \u306f\u3001\u3053\u306e\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u3068\u3057\u3066\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u304c NULL \u3067\u3059 |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30d9\u30fc\u30b9 DN \u3092\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c NULL \u3067\u3057\u305f |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f DN \u306f\u30d9\u30fc\u30b9 DN \u306e 1 \u30ec\u30d9\u30eb\u4e0b\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u7121\u52b9\u3067\u3059: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u8981\u6c42\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u691c\u67fb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f DN \u306f\u30d9\u30fc\u30b9 DN \u306e 2 \u30ec\u30d9\u30eb\u4e0b\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u89aa\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u3042\u308b\u306f\u305a\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c DN \u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u8ffd\u52a0\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u524a\u9664\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u3060\u3051\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5c5e\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u89aa\u30a8\u30f3\u30c8\u30ea %s \u304c\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c 1 \u3064\u4ee5\u4e0a\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u30a8\u30f3\u30c8\u30ea %s \u3092 LDIF \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred while processing the import: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u307e\u305f\u306f\u5fa9\u5143\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u30a8\u30f3\u30c8\u30ea %s \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c 1 \u3064\u4ee5\u4e0a\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u30a8\u30f3\u30c8\u30ea %s \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea\u304c\u5225\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306b\u3042\u308a\u307e\u3059 |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u30a8\u30f3\u30c8\u30ea %s \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u89aa\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u30d9\u30fc\u30b9 DN %s \u3092\u767b\u9332\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001%s \u5909\u66f4\u30bf\u30a4\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001%s \u5c5e\u6027\u578b\u306e\u5909\u66f4\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u5c5e\u6027\u578b\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3001\u540d\u524d\u66f8\u5f0f\u3001DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u3001DIT \u69cb\u9020\u898f\u5247\u3001\u304a\u3088\u3073\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u306e\u307f\u3092\u5909\u66f4\u3067\u304d\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5c5e\u6027\u578b "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002%s \u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %s \u304c\u5fc5\u8981\u3067\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u66f4\u65b0\u3055\u308c\u305f\u30b9\u30ad\u30fc\u30de\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u540d\u524d\u66f8\u5f0f "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=DIT \u69cb\u9020\u898f\u5247 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306e %s \u5c5e\u6027\u578b\u306b\u5bfe\u3059\u308b\u3059\u3079\u3066\u306e\u5024\u306e\u524a\u9664\u3092\u8a31\u53ef\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u5c5e\u6027\u578b (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u4e0a\u4f4d\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u540d\u524d\u66f8\u5f0f (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u5225\u306e DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u7981\u6b62\u3055\u308c\u308b\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58 DIT \u69cb\u9020\u898f\u5247 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u540d\u524d\u66f8\u5f0f\u306f\u5225\u306e DIT \u69cb\u9020\u898f\u5247 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u540d\u524d\u66f8\u5f0f %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306f\u5225\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u5c5e\u6027\u578b %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u306e\u578b\u304c\u3053\u306e\u5c5e\u6027\u578b\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u30af\u30e9\u30b9\u304c\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=DIT \u69cb\u9020\u898f\u5247 %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u898f\u5247\u304c\u3053\u306e DIT \u69cb\u9020\u898f\u5247\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u66f4\u65b0\u3092\u9069\u7528\u3059\u308b\u524d\u306b\u3001\u65e2\u5b58\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u3092\u5fa9\u5143\u3067\u304d\u305f\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u66f4\u65b0\u3092\u9069\u7528\u3059\u308b\u524d\u306b\u3001\u65e2\u5b58\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3055\u3089\u306b\u3001\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306e\u5fa9\u5143\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u77db\u76fe\u3057\u305f\u72b6\u614b\u306e\u307e\u307e\u3067\u3042\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u3001\u624b\u52d5\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u3092\u5fa9\u5143\u3067\u304d\u305f\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3055\u3089\u306b\u3001\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306e\u5fa9\u5143\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u77db\u76fe\u3057\u305f\u72b6\u614b\u306e\u307e\u307e\u3067\u3042\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u3001\u624b\u52d5\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u5c5e\u6027\u578b\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b %s \u306e\u4e0a\u4f4d\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3067\u5fc5\u9808\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u3067\u5fc5\u9808\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3067\u5fc5\u9808\u3001\u30aa\u30d7\u30b7\u30e7\u30f3\u3001\u307e\u305f\u306f\u7981\u6b62\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u306e\u69cb\u9020\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u306e\u69cb\u9020\u30af\u30e9\u30b9\u307e\u305f\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u540d\u524d\u66f8\u5f0f %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u540d\u524d\u66f8\u5f0f\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u540d\u524d\u66f8\u5f0f %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u69cb\u9020\u898f\u5247 %s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a DIT \u69cb\u9020\u898f\u5247\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u69cb\u9020\u898f\u5247 %s \u306e\u4e0a\u4f4d\u30eb\u30fc\u30eb\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u4e0a\u4f4d\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u4e0a\u4f4d\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u9808\u5c5e\u6027 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u8981\u3068\u3059\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u8981\u3068\u3059\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u7981\u6b62\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u66f8\u5f0f %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u4e0a\u4f4d\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u306b\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3092\u5909\u66f4\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u6642\u306b\u30b9\u30ad\u30fc\u30de\u5909\u66f4\u304c\u884c\u308f\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u3001\u9023\u7d50\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u5b9a\u7fa9\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u306f %s \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u3042\u308b\u3053\u3068\u304c\u671f\u5f85\u3055\u308c\u3001\u540d\u524d\u304c %s \u307e\u305f\u306f %s \u3067\u3042\u308b\u306f\u305a\u3067\u3057\u305f |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u6642\u306b\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u30b9\u30ad\u30fc\u30de\u5909\u66f4\u304c\u884c\u308f\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u306e\u9023\u7d50\u30ea\u30b9\u30c8\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u6642\u306b\u884c\u308f\u308c\u305f\u30b9\u30ad\u30fc\u30de\u5909\u66f4\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u6b63\u78ba\u306b\u8b58\u5225\u3067\u304d\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID %s \u306b\u5bfe\u5fdc\u3059\u308b JE \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002 \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3057\u3066\u3001\u74b0\u5883\u3092\u958b\u304d\u76f4\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u30bf\u30b9\u30af %s \u306e\u547c\u3073\u51fa\u3057\u3092\u8a31\u53ef\u3059\u308b\u3088\u3046\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u4fdd\u7559\u4e2d\u306e\u30bf\u30b9\u30af %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30bf\u30b9\u30af\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u4fdd\u7559\u4e2d\u306e\u30bf\u30b9\u30af %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30bf\u30b9\u30af\u306f\u4fdd\u7559\u4e2d\u3067\u306a\u304f\u306a\u308a\u307e\u3057\u305f |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u5b8c\u4e86\u30bf\u30b9\u30af %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u5b8c\u4e86\u30bf\u30b9\u30af\u306e\u30ea\u30b9\u30c8\u306b\u305d\u306e\u3088\u3046\u306a\u30bf\u30b9\u30af\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30a8\u30f3\u30c8\u30ea\u306e DN \u304c\u305d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u306f\u9069\u5207\u3067\u306a\u3044\u304b\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u307e\u305f\u306f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306e\u4e0b\u306b\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e DN \u306b\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKBE_DELETE_RUNNING_166=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30b9\u30af\u306f\u73fe\u5728\u5b9f\u884c\u4e2d\u3067\u3059 |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30a8\u30f3\u30c8\u30ea\u306e DN \u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN %s \u306f\u3001\u3053\u306e\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30a8\u30f3\u30c8\u30ea\u3068\u3057\u3066\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3055\u308c\u305f\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u691c\u7d22\u64cd\u4f5c\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u691c\u7d22\u30d9\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u306b\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u304c\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u304c NULL \u3067\u3059 |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30d9\u30fc\u30b9 DN \u3092\u30c7\u30b3\u30fc\u30c9\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c NULL \u3067\u3057\u305f |
| | | ERR_BACKUP_INVALID_BASE_176=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f DN \u306f\u30d9\u30fc\u30b9 DN \u306e 1 \u30ec\u30d9\u30eb\u4e0b\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u7121\u52b9\u3067\u3059: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u8981\u6c42\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u691c\u67fb\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f DN \u306f\u30d9\u30fc\u30b9 DN \u306e 2 \u30ec\u30d9\u30eb\u4e0b\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u89aa\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u3042\u308b\u306f\u305a\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c DN \u306b\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u8ffd\u52a0\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u524a\u9664\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u30d9\u30fc\u30b9 DN \u3092 1 \u3064\u3060\u3051\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5c5e\u3057\u307e\u305b\u3093 |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u89aa\u30a8\u30f3\u30c8\u30ea %s \u304c\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u30a8\u30f3\u30c8\u30ea %s \u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c 1 \u3064\u4ee5\u4e0a\u3042\u308a\u307e\u3059 |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an LDIF writer: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u30a8\u30f3\u30c8\u30ea %s \u3092 LDIF \u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093: %s |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=Unable to create an LDIF reader: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=An unrecoverable error occurred while reading from LDIF: %s |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=An unexpected error occurred while processing the import: %s |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u30e1\u30e2\u30ea\u30fc\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u307e\u305f\u306f\u5fa9\u5143\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u30a8\u30f3\u30c8\u30ea %s \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c 1 \u3064\u4ee5\u4e0a\u3042\u308a\u307e\u3059 |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u30a8\u30f3\u30c8\u30ea %s \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea\u304c\u5225\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306b\u3042\u308a\u307e\u3059 |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u30a8\u30f3\u30c8\u30ea %s \u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u89aa\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3067\u30d9\u30fc\u30b9 DN %s \u3092\u767b\u9332\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001%s \u5909\u66f4\u30bf\u30a4\u30d7\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u30b9\u30ad\u30fc\u30de\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001%s \u5c5e\u6027\u578b\u306e\u5909\u66f4\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002 \u5c5e\u6027\u578b\u3001\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3001\u540d\u524d\u66f8\u5f0f\u3001DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u3001DIT \u69cb\u9020\u898f\u5247\u3001\u304a\u3088\u3073\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u306e\u307f\u3092\u5909\u66f4\u3067\u304d\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5c5e\u6027\u578b "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002%s \u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u304c\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %s \u304c\u5fc5\u8981\u3067\u3059 |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027 %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u66f4\u65b0\u3055\u308c\u305f\u30b9\u30ad\u30fc\u30de\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u540d\u524d\u66f8\u5f0f "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=DIT \u69cb\u9020\u898f\u5247 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u30b5\u30fc\u30d0\u30fc\u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u306e %s \u5c5e\u6027\u578b\u306b\u5bfe\u3059\u308b\u3059\u3079\u3066\u306e\u5024\u306e\u524a\u9664\u3092\u8a31\u53ef\u3057\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u5c5e\u6027\u578b (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u4e0a\u4f4d\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u540d\u524d\u66f8\u5f0f (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58 DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u306f\u5225\u306e DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5fc5\u9808\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u7981\u6b62\u3055\u308c\u308b\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58 DIT \u69cb\u9020\u898f\u5247 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u540d\u524d\u66f8\u5f0f\u306f\u5225\u306e DIT \u69cb\u9020\u898f\u5247 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u540d\u524d\u66f8\u5f0f %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u8907\u6570\u306e\u65e2\u5b58\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 (%s \u304a\u3088\u3073 %s) \u3068\u7af6\u5408\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059\u304c\u3001\u3053\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306f\u5225\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3068\u3059\u3067\u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u306a\u3044\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u5c5e\u6027\u578b %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u306e\u578b\u304c\u3053\u306e\u5c5e\u6027\u578b\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u30af\u30e9\u30b9\u304c\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=DIT \u69cb\u9020\u898f\u5247 %s \u3067\u5faa\u74b0\u53c2\u7167\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002\u4e0a\u4f4d\u898f\u5247\u304c\u3053\u306e DIT \u69cb\u9020\u898f\u5247\u81ea\u4f53\u3092\u9023\u9396\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u66f4\u65b0\u3092\u9069\u7528\u3059\u308b\u524d\u306b\u3001\u65e2\u5b58\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u3092\u5fa9\u5143\u3067\u304d\u305f\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u66f4\u65b0\u3092\u9069\u7528\u3059\u308b\u524d\u306b\u3001\u65e2\u5b58\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30d4\u30fc\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3055\u3089\u306b\u3001\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306e\u5fa9\u5143\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u77db\u76fe\u3057\u305f\u72b6\u614b\u306e\u307e\u307e\u3067\u3042\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u3001\u624b\u52d5\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u304c\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u3092\u5fa9\u5143\u3067\u304d\u305f\u305f\u3081\u3001\u8ffd\u52a0\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u306e\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u3055\u3089\u306b\u3001\u5143\u306e\u30b9\u30ad\u30fc\u30de\u69cb\u6210\u306e\u5fa9\u5143\u4e2d\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u305f\u305f\u3081\u3001\u30b5\u30fc\u30d0\u30fc\u306f\u77db\u76fe\u3057\u305f\u72b6\u614b\u306e\u307e\u307e\u3067\u3042\u308b\u304a\u305d\u308c\u304c\u3042\u308a\u3001\u624b\u52d5\u306e\u30af\u30ea\u30fc\u30f3\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306a\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u5c5e\u6027\u578b\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u5c5e\u6027\u578b %s \u306e\u4e0a\u4f4d\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3067\u5fc5\u9808\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u3067\u5fc5\u9808\u307e\u305f\u306f\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3067\u5fc5\u9808\u3001\u30aa\u30d7\u30b7\u30e7\u30f3\u3001\u307e\u305f\u306f\u7981\u6b62\u306e\u5c5e\u6027\u578b\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u5c5e\u6027\u578b %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306e\u4e0a\u4f4d\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u540d\u524d\u66f8\u5f0f %s \u306e\u69cb\u9020\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u306e\u69cb\u9020\u30af\u30e9\u30b9\u307e\u305f\u306f\u88dc\u52a9\u30af\u30e9\u30b9\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u540d\u524d\u66f8\u5f0f %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u540d\u524d\u66f8\u5f0f\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u540d\u524d\u66f8\u5f0f %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u69cb\u9020\u898f\u5247 %s \u306b\u3088\u3063\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a DIT \u69cb\u9020\u898f\u5247\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002DIT \u69cb\u9020\u898f\u5247 %s \u306e\u4e0a\u4f4d\u30eb\u30fc\u30eb\u3068\u3057\u3066\u53c2\u7167\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u4e0a\u4f4d\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u5c5e\u6027\u578b %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u3066\u3044\u308b\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u4e0a\u4f4d\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u9808\u5c5e\u6027 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5c5e\u6027 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u8981\u3068\u3059\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u540d\u524d\u66f8\u5f0f %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u69cb\u9020\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u53c2\u7167\u3057\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u88dc\u52a9\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u5fc5\u8981\u3068\u3059\u308b\u5c5e\u6027\u578b %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u8a31\u53ef\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u7981\u6b62\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u540d\u524d\u66f8\u5f0f %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT \u69cb\u9020\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u4e0a\u4f4d\u30eb\u30fc\u30eb %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb %s \u306f\u3001\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u306b\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u30de\u30c3\u30c1\u30f3\u30b0\u30eb\u30fc\u30eb\u306e\u4f7f\u7528 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u578b %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT \u30b3\u30f3\u30c6\u30f3\u30c4\u898f\u5247 %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u5185\u3067 OBSOLETE \u3068\u3057\u3066\u30de\u30fc\u30af\u3055\u308c\u3066\u3044\u308b\u88dc\u52a9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30af\u30e9\u30b9 %s \u3092\u53c2\u7167\u3057\u3066\u3044\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u3092\u5909\u66f4\u3059\u308b\u305f\u3081\u306e\u5341\u5206\u306a\u7279\u6a29\u304c\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u6642\u306b\u30b9\u30ad\u30fc\u30de\u5909\u66f4\u304c\u884c\u308f\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u3001\u9023\u7d50\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u5b9a\u7fa9\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb\u306f %s \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u5185\u306b\u3042\u308b\u3053\u3068\u304c\u671f\u5f85\u3055\u308c\u3001\u540d\u524d\u304c %s \u307e\u305f\u306f %s \u3067\u3042\u308b\u306f\u305a\u3067\u3057\u305f |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u6642\u306b\u30b9\u30ad\u30fc\u30de\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u30b9\u30ad\u30fc\u30de\u5909\u66f4\u304c\u884c\u308f\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u3059\u3079\u3066\u306e\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u8981\u7d20\u306e\u9023\u7d50\u30ea\u30b9\u30c8\u3092\u542b\u3080\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002\u30b5\u30fc\u30d0\u30fc\u306e\u30aa\u30d5\u30e9\u30a4\u30f3\u6642\u306b\u884c\u308f\u308c\u305f\u30b9\u30ad\u30fc\u30de\u5909\u66f4\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u6b63\u78ba\u306b\u8b58\u5225\u3067\u304d\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 ID %s \u306b\u5bfe\u5fdc\u3059\u308b JE \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u74b0\u5883\u304c\u58ca\u308c\u3066\u3044\u307e\u3059\u3002 \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u3092\u518d\u8d77\u52d5\u3057\u3066\u3001\u74b0\u5883\u3092\u958b\u304d\u76f4\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u30bf\u30b9\u30af %s \u306e\u547c\u3073\u51fa\u3057\u3092\u8a31\u53ef\u3059\u308b\u3088\u3046\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30b5\u30fc\u30d0\u30fc\u304c\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | INFO_TASK_COMPLETION_BODY_299=\u30bf\u30b9\u30af ID: %s\r\n\u30bf\u30b9\u30af\u306e\u72b6\u614b: %s\r\n\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u8a2d\u5b9a\u3055\u308c\u305f\u958b\u59cb\u6642\u523b: %s\r\n\u5b9f\u969b\u306e\u958b\u59cb\u6642\u523b: %s\r\n\u5b8c\u4e86\u6642\u523b: %s\r\n\r\n\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c NULL \u3067\u3057\u305f |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306e\u30a8\u30f3\u30c8\u30ea %s \u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f DN \u306f\u30d9\u30fc\u30b9 DN \u306e 1 \u30ec\u30d9\u30eb\u4e0b\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u8a3c\u660e\u66f8\u540d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u304b\u3089\u8a3c\u660e\u66f8 %1$s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u542b\u307e\u308c\u308b\u30d9\u30fc\u30b9 DN \u304c 1 \u3064\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304a\u3088\u3073\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-type \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30bf\u30a4\u30d7 %1$s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b PIN \u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2 PIN \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u7a7a\u3067\u3059 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-environment-variable \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u74b0\u5883\u5909\u6570 %1$s \u306b\u306f\u3001\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-property \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-trust-store-file \u8a2d\u5b9a\u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d5\u30a1\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u8a3c\u660e\u66f8\u30a8\u30f3\u30c8\u30ea %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u5185\u306b\u81ea\u5df1\u7f72\u540d\u4ed8\u304d\u8a3c\u660e\u66f8 %1$s \u3092\u751f\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u306b\u8a3c\u660e\u66f8 %1$s \u3092\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u8a3c\u660e\u66f8 %s \u3092\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %s \u306e\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u8a2d\u5b9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30eb\u30fc\u30c8\u30b3\u30f3\u30c6\u30ca\u304c\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u8981\u6c42\u3055\u308c\u305f\u64cd\u4f5c\u3092\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u51e6\u7406\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u30a8\u30f3\u30c8\u30ea %s \u306e\u66f8\u304d\u8fbc\u307f\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u3092\u8868\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5909\u66f4\u3067\u304d\u308b\u306e\u306f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u307f\u3067\u3059 |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u6709\u52b9\u306a\u30bf\u30b9\u30af\u3092\u8868\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30b9\u30af\u304c\u5b9f\u884c\u3092\u5b8c\u4e86\u3057\u3066\u3044\u307e\u3059\u3002\u5b8c\u4e86\u30bf\u30b9\u30af\u306f\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u3067\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u5909\u66f4\u304c\u73fe\u5728\u70b9\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\u30a8\u30f3\u30c8\u30ea %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30b9\u30af\u306f\u73fe\u5728\u5b9f\u884c\u4e2d\u3067\u3059\u3002\u5b9f\u884c\u4e2d\u306e\u30bf\u30b9\u30af\u306b\u8a31\u53ef\u3055\u308c\u308b\u5909\u66f4\u306f\u3001ds-task-state \u5c5e\u6027\u306e\u5024\u3092 "cancel" \u306b\u5909\u66f4\u3059\u308b\u3053\u3068\u306e\u307f\u3067\u3059 |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea\u304c NULL \u3067\u3057\u305f |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=\u8981\u6c42\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u5185\u306e\u30a8\u30f3\u30c8\u30ea %s \u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3002\u8981\u6c42\u3055\u308c\u305f DN \u306f\u30d9\u30fc\u30b9 DN \u306e 1 \u30ec\u30d9\u30eb\u4e0b\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u8a3c\u660e\u66f8\u540d\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u304b\u3089\u8a3c\u660e\u66f8 %1$s \u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 DN \u306e\u5909\u66f4\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u521d\u671f\u5316\u3067\u304d\u307e\u305b\u3093\u3002\u542b\u307e\u308c\u308b\u30d9\u30fc\u30b9 DN \u304c 1 \u3064\u3067\u306f\u3042\u308a\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067 LDIF \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304a\u3088\u3073\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304a\u3088\u3073\u5fa9\u5143\u64cd\u4f5c\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %1$s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-type \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30bf\u30a4\u30d7 %1$s \u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093: %3$s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b PIN \u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2 PIN \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-file \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u306f\u3001\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u7a7a\u3067\u3059 |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-environment-variable \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u74b0\u5883\u5909\u6570 %1$s \u306b\u306f\u3001\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u306e ds-cfg-trust-store-pin-property \u5c5e\u6027\u306b\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b Java \u30d7\u30ed\u30d1\u30c6\u30a3\u30fc %1$s \u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u30d9\u30fc\u30b9\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306b\u5fc5\u8981\u306a PIN \u304c\u542b\u307e\u308c\u3066\u3044\u308b\u306f\u305a\u3067\u3059\u304c\u3001\u3053\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u306e ds-cfg-trust-store-file \u8a2d\u5b9a\u5c5e\u6027\u306e\u5024\u3092\u5224\u65ad\u4e2d\u306b\u3001\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u8aad\u307f\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %s \u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306e\u30c8\u30e9\u30b9\u30c8\u30de\u30cd\u30fc\u30b8\u30e3\u30fc\u30d5\u30a1\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u8a3c\u660e\u66f8\u30a8\u30f3\u30c8\u30ea %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u5185\u306b\u81ea\u5df1\u7f72\u540d\u4ed8\u304d\u8a3c\u660e\u66f8 %1$s \u3092\u751f\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u306b\u8a3c\u660e\u66f8 %1$s \u3092\u8ffd\u52a0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u306e\u5024\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u30a8\u30f3\u30c8\u30ea %s \u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a3c\u660e\u66f8\u5c5e\u6027 %s \u306e\u5024\u304c\u8907\u6570\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u8a3c\u660e\u66f8 %s \u3092\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %s \u306e\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u8a2d\u5b9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306e\u30eb\u30fc\u30c8\u30b3\u30f3\u30c6\u30ca\u304c\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u8981\u6c42\u3055\u308c\u305f\u64cd\u4f5c\u3092\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u51e6\u7406\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u30a8\u30f3\u30c8\u30ea %s \u306e\u66f8\u304d\u8fbc\u307f\u30ed\u30c3\u30af\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u3092\u8868\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5909\u66f4\u3067\u304d\u308b\u306e\u306f\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u307f\u3067\u3059 |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u306f\u30b5\u30fc\u30d0\u30fc\u5185\u306e\u6709\u52b9\u306a\u30bf\u30b9\u30af\u3092\u8868\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30b9\u30af\u304c\u5b9f\u884c\u3092\u5b8c\u4e86\u3057\u3066\u3044\u307e\u3059\u3002\u5b8c\u4e86\u30bf\u30b9\u30af\u306f\u5909\u66f4\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_TASKBE_MODIFY_RECURRING_334=\u30a8\u30f3\u30c8\u30ea %s \u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002\u30b5\u30fc\u30d0\u30fc\u3067\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u5909\u66f4\u304c\u73fe\u5728\u70b9\u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKBE_MODIFY_RUNNING_335=\u30a8\u30f3\u30c8\u30ea %s \u306b\u95a2\u9023\u4ed8\u3051\u3089\u308c\u305f\u30bf\u30b9\u30af\u306f\u73fe\u5728\u5b9f\u884c\u4e2d\u3067\u3059\u3002\u5b9f\u884c\u4e2d\u306e\u30bf\u30b9\u30af\u306b\u8a31\u53ef\u3055\u308c\u308b\u5909\u66f4\u306f\u3001ds-task-state \u5c5e\u6027\u306e\u5024\u3092 "cancel" \u306b\u5909\u66f4\u3059\u308b\u3053\u3068\u306e\u307f\u3067\u3059 |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\u30bf\u30b9\u30af\u3092\u53d6\u308a\u6d88\u3059\u5909\u66f4\u8981\u6c42\u306b\u3088\u308a\u3001\u30bf\u30b9\u30af\u51e6\u7406\u304c\u4e2d\u65ad\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u304b\u3089\u8a3c\u660e\u66f8 %1$s \u3092\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8a3c\u660e\u66f8 %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f 1 \u3064\u306e\u30d9\u30fc\u30b9 DN \u306e\u307f\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059\u304c\u3001\u8907\u6570\u306e\u30d9\u30fc\u30b9 DN \u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3057\u305f |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001%3$s \u306e DN \u3092\u6301\u3064\u30a8\u30f3\u30c8\u30ea\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001\u305d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u4e0b\u4f4d\u306b\u306a\u3044\u30a8\u30f3\u30c8\u30ea %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001\u30a8\u30f3\u30c8\u30ea %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u305d\u306e\u89aa\u30a8\u30f3\u30c8\u30ea\u306f\u307e\u3060\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u66f4\u65b0\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u3080\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u66f4\u65b0\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u66f4\u65b0\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u3080\u969b\u3001\u30d5\u30a1\u30a4\u30eb\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u5909\u66f4\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %4$s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u30a8\u30f3\u30c8\u30ea %s \u306e\u89aa\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u30a8\u30f3\u30c8\u30ea %s \u306b 1 \u3064\u4ee5\u4e0a\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308b\u305f\u3081\u3001\u305d\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u306e\u3059\u3079\u3066\u304c\u5148\u306b\u524a\u9664\u3055\u308c\u308b\u307e\u3067\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u30bd\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u898f\u89aa DN %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u691c\u7d22\u30d9\u30fc\u30b9 DN \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=LDIF \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u306b\u4f7f\u7528\u3059\u308b\u30e9\u30a4\u30bf\u30fc\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=LDIF \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u30a8\u30f3\u30c8\u30ea %s \u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u306b\u4f7f\u7528\u3059\u308b\u30ea\u30fc\u30c0\u30fc\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u30a4\u30f3\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u3001\u56de\u5fa9\u4e0d\u80fd\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001\u73fe\u5728\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u307e\u305f\u306f\u5fa9\u5143\u306e\u6a5f\u69cb\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093\u3002 \u4ee3\u308f\u308a\u306b\u3001LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u304a\u3088\u3073\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d5\u30a1\u30a4\u30eb %2$s \u304b\u3089\u8a3c\u660e\u66f8 %1$s \u3092\u524a\u9664\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u30c8\u30e9\u30b9\u30c8\u30b9\u30c8\u30a2\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u304b\u3089\u30a8\u30f3\u30c8\u30ea %s \u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\u8a3c\u660e\u66f8 %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f 1 \u3064\u306e\u30d9\u30fc\u30b9 DN \u306e\u307f\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059\u304c\u3001\u8907\u6570\u306e\u30d9\u30fc\u30b9 DN \u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u306b\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3057\u305f |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001%3$s \u306e DN \u3092\u6301\u3064\u30a8\u30f3\u30c8\u30ea\u304c\u8907\u6570\u3042\u308a\u307e\u3059 |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001\u305d\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u5b9a\u7fa9\u3055\u308c\u305f\u30d9\u30fc\u30b9 DN \u306e\u4e0b\u4f4d\u306b\u306a\u3044\u30a8\u30f3\u30c8\u30ea %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067 LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u4f7f\u7528\u3059\u308b\u3088\u3046\u5b9a\u7fa9\u3055\u308c\u305f LDIF \u30d5\u30a1\u30a4\u30eb %1$s \u306b\u3001\u30a8\u30f3\u30c8\u30ea %3$s \u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u305d\u306e\u89aa\u30a8\u30f3\u30c8\u30ea\u306f\u307e\u3060\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u66f4\u65b0\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u3080\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %2$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u30d5\u30a1\u30a4\u30eb %1$s \u306b\u66f4\u65b0\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u69cb\u6210\u30a8\u30f3\u30c8\u30ea %3$s \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306e\u66f4\u65b0\u30c7\u30fc\u30bf\u3092\u66f8\u304d\u8fbc\u3080\u969b\u3001\u30d5\u30a1\u30a4\u30eb\u540d\u3092 %1$s \u304b\u3089 %2$s \u306b\u5909\u66f4\u4e2d\u306b\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %4$s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\u30a8\u30f3\u30c8\u30ea %s \u306f\u3001LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306b\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u30a8\u30f3\u30c8\u30ea %s \u306e\u89aa\u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u30a8\u30f3\u30c8\u30ea %s \u306b 1 \u3064\u4ee5\u4e0a\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u304c\u3042\u308b\u305f\u3081\u3001\u305d\u306e\u4e0b\u4f4d\u30a8\u30f3\u30c8\u30ea\u306e\u3059\u3079\u3066\u304c\u5148\u306b\u524a\u9664\u3055\u308c\u308b\u307e\u3067\u3053\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u30bd\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059 |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u898f\u89aa DN %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u691c\u7d22\u30d9\u30fc\u30b9 DN \u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=LDIF \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u306b\u4f7f\u7528\u3059\u308b\u30e9\u30a4\u30bf\u30fc\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=LDIF \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u30a8\u30f3\u30c8\u30ea %s \u3092\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u64cd\u4f5c\u306b\u4f7f\u7528\u3059\u308b\u30ea\u30fc\u30c0\u30fc\u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u30a4\u30f3\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u3001\u56de\u5fa9\u4e0d\u80fd\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s\u3002LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3067\u306f\u3001\u73fe\u5728\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u307e\u305f\u306f\u5fa9\u5143\u306e\u6a5f\u69cb\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093\u3002 \u4ee3\u308f\u308a\u306b\u3001LDIF \u30a4\u30f3\u30dd\u30fc\u30c8\u304a\u3088\u3073\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u64cd\u4f5c\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044 |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=LDIF \u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u307e\u3067\u3001\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=LDIF \u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30d9\u30fc\u30b9 DN \u306b\u5bfe\u3059\u308b\u5909\u66f4\u306f\u3001\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u3092\u7121\u52b9\u306b\u3057\u3066\u518d\u5ea6\u6709\u52b9\u306b\u3059\u308b\u307e\u3067\u3001\u6709\u52b9\u306b\u306a\u308a\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u30ad\u30fc\u30b9\u30c8\u30a2 %2$s \u304b\u3089\u30ad\u30fc %1$s \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001hasSubordinates \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001numSubordinates \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | NOTICE_BACKEND_OFFLINE_370=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306f\u30aa\u30d5\u30e9\u30a4\u30f3\u306b\u306a\u308a\u307e\u3057\u305f |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u7121\u52b9\u306a\u6570\u306e\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u300c\u5206\u300d\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u300c\u6642\u300d\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u65e5\u4ed8\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u6708\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u66dc\u65e5\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u5b58\u5728\u3057\u306a\u3044\u65e5\u4ed8\u3092\u751f\u6210\u3059\u308b\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u306e\u7d44\u307f\u5408\u308f\u305b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s MAC \u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s \u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306b\u30bf\u30b9\u30af\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u6697\u53f7\u5316\u3059\u308b\u305f\u3081\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s \u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=\u30bf\u30b9\u30af\u30d5\u30a1\u30a4\u30eb %s \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306e\u30bf\u30b9\u30af\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6 %s \u304c\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u958b\u304f\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6697\u53f7\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u6697\u53f7\u5316\u65b9\u5f0f\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u6b21\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb %s \u306e\u518d\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb %s \u306e\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u304b\u3089\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3067\u5b9f\u884c\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u304c\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTICE_TASKS_RESTORE_SUCCESSFUL_406=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306e\u60c5\u5831\u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | SEVERE_ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=DIT \u69cb\u9020\u898f\u5247 %s \u306f\u3001\u8b58\u5225\u5b50\u304c DIT \u69cb\u9020\u898f\u5247 (%s) \u3068\u885d\u7a81\u3059\u308b\u305f\u3081\u3001\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u30bf\u30fc\u30b2\u30c3\u30c8\u30a8\u30f3\u30c8\u30ea %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u30ad\u30fc\u30b9\u30c8\u30a2 %2$s \u304b\u3089\u30ad\u30fc %1$s \u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001hasSubordinates \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u3053\u306e\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u306f\u3001numSubordinates \u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb\u5c5e\u6027\u306e\u30b5\u30dd\u30fc\u30c8\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u305b\u3093 |
| | | NOTE_BACKEND_OFFLINE_370=\u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306f\u30aa\u30d5\u30e9\u30a4\u30f3\u306b\u306a\u308a\u307e\u3057\u305f |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u7121\u52b9\u306a\u6570\u306e\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u300c\u5206\u300d\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u300c\u6642\u300d\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u65e5\u4ed8\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u6708\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u66dc\u65e5\u304c\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=\u6307\u5b9a\u3055\u308c\u305f\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u30a8\u30f3\u30c8\u30ea\u306e\u3001\u7e70\u308a\u8fd4\u3057\u30bf\u30b9\u30af\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u4fdd\u6301\u3059\u308b\u5c5e\u6027 %s \u306b\u3001\u5b58\u5728\u3057\u306a\u3044\u65e5\u4ed8\u3092\u751f\u6210\u3059\u308b\u7121\u52b9\u306a\u30c8\u30fc\u30af\u30f3\u306e\u7d44\u307f\u5408\u308f\u305b\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059 |
| | | ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a8\u30f3\u30c9\u30c7\u30fc\u30bf\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s MAC \u30d7\u30ed\u30d0\u30a4\u30c0\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u30cf\u30c3\u30b7\u30e5\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306e %s \u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306b\u30bf\u30b9\u30af\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u6697\u53f7\u5316\u3059\u308b\u305f\u3081\u306e\u6697\u53f7\u5316\u65b9\u5f0f\u3092\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s \u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=\u30bf\u30b9\u30af\u30d5\u30a1\u30a4\u30eb %s \u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u306e\u30bf\u30b9\u30af\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %1$s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %3$s |
| | | ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306f\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %2$s \u3067\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %1$s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f |
| | | ERR_TASKS_RESTORE_NO_SUCH_FILE_389=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304c\u5b58\u5728\u3057\u307e\u305b\u3093 |
| | | ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6 %s \u304c\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u65ad\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u672a\u7f72\u540d\u306e\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKS_RESTORE_UNKNOWN_MAC_393=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306e\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u304c\u3001\u3053\u306e\u30cf\u30c3\u30b7\u30e5\u306e\u751f\u6210\u306b\u4f7f\u7528\u3055\u308c\u305f MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u30b5\u30fc\u30d0\u30fc\u304c\u5224\u65ad\u3067\u304d\u307e\u305b\u3093 |
| | | ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u7f72\u540d\u4ed8\u304d\u30cf\u30c3\u30b7\u30e5\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b %s \u306e MAC \u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u958b\u304f\u3068\u304d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u6697\u53f7\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u6697\u53f7\u5316\u65b9\u5f0f\u304c\u4e0d\u660e\u3067\u3042\u308b\u304b\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u304b\u3089\u6b21\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u8aad\u307f\u53d6\u308a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u3067\u304d\u307e\u305b\u3093\u3002\u30d5\u30a1\u30a4\u30eb %s \u306e\u518d\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb %s \u306e\u51e6\u7406\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb %s \u3092\u9589\u3058\u308b\u3068\u304d\u306b\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u3059 |
| | | ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=\u30bf\u30b9\u30af\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3092\u5fa9\u5143\u307e\u305f\u306f\u691c\u8a3c\u3067\u304d\u307e\u305b\u3093\u3002\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u8a08\u7b97\u3055\u308c\u305f\u7f72\u540d\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8\u304c\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u60c5\u5831\u306b\u683c\u7d0d\u3055\u308c\u305f\u7f72\u540d\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093 |
| | | NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u304b\u3089\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u3067\u5b9f\u884c\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u30c6\u30b9\u30c8\u304c\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u6709\u52b9\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059 |
| | | NOTE_TASKS_RESTORE_SUCCESSFUL_406=\u30bf\u30b9\u30af\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306f\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u304b\u3089\u6b63\u5e38\u306b\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f |
| | | ERR_BACKUP_MISSING_BACKUPID_407=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7 %s \u306e\u60c5\u5831\u304c\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea %s \u5185\u306b\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f |
| | | ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u4f7f\u7528\u3057\u3066\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u8a18\u8ff0\u5b50\u30d5\u30a1\u30a4\u30eb %s \u3092\u66f4\u65b0\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=DIT \u69cb\u9020\u898f\u5247 %s \u306f\u3001\u8b58\u5225\u5b50\u304c DIT \u69cb\u9020\u898f\u5247 (%s) \u3068\u885d\u7a81\u3059\u308b\u305f\u3081\u3001\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002 |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=\u30ed\u30fc\u30ab\u30eb DB \u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306b\u30af\u30ea\u30fc\u30ca\u30fc\u30b9\u30ec\u30c3\u30c9\u306e\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093: \u30b9\u30ec\u30c3\u30c9\u6570\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u306e %d \u500b\u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002 |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=\u30ed\u30fc\u30ab\u30eb DB \u30d0\u30c3\u30af\u30a8\u30f3\u30c9 %s \u306b\u30ed\u30c3\u30af\u30c6\u30fc\u30d6\u30eb\u306e\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093: \u30c7\u30d5\u30a9\u30eb\u30c8\u306e %d \u500b\u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002 |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=\u30bf\u30b9\u30af %s \u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u4f9d\u5b58\u30bf\u30b9\u30af %s \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | NOTICE_TASK_STARTED_413=%s \u30bf\u30b9\u30af %s \u304c\u5b9f\u884c\u3092\u958b\u59cb\u3057\u307e\u3057\u305f |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=OID %s \u3092\u542b\u3080 LDAP \u69cb\u6587\u306e\u8aac\u660e\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e LDAP \u69cb\u6587\u306e\u8aac\u660e\u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=LDAP \u69cb\u6587\u306e\u8aac\u660e %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a LDAP \u69cb\u6587\u306e\u8aac\u660e\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | MILD_ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 LDAP \u69cb\u6587\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002OID %s \u304c\u3059\u3067\u306b\u5b9f\u88c5\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u69cb\u6587\u306b\u5bfe\u5fdc\u3059\u308b\u305f\u3081\u3067\u3059 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=LDAP \u69cb\u6587\u306e\u8aac\u660e "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=\u30bf\u30b9\u30af %s \u3092\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u4f9d\u5b58\u30bf\u30b9\u30af %s \u304c\u3042\u308a\u307e\u305b\u3093 |
| | | NOTE_TASK_STARTED_413=%s \u30bf\u30b9\u30af %s \u304c\u5b9f\u884c\u3092\u958b\u59cb\u3057\u307e\u3057\u305f |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=OID %s \u3092\u542b\u3080 LDAP \u69cb\u6587\u306e\u8aac\u660e\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002\u65e2\u5b58\u306e LDAP \u69cb\u6587\u306e\u8aac\u660e\u3068\u7af6\u5408\u3057\u307e\u3059 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=LDAP \u69cb\u6587\u306e\u8aac\u660e %s \u3092\u30b5\u30fc\u30d0\u30fc\u30b9\u30ad\u30fc\u30de\u304b\u3089\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u306e\u3088\u3046\u306a LDAP \u69cb\u6587\u306e\u8aac\u660e\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093 |
| | | ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=\u6307\u5b9a\u3055\u308c\u305f\u5024 "%s" \u3092 LDAP \u69cb\u6587\u3068\u3057\u3066\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002OID %s \u304c\u3059\u3067\u306b\u5b9f\u88c5\u3055\u308c\u3066\u3044\u308b\u5c5e\u6027\u69cb\u6587\u306b\u5bfe\u5fdc\u3059\u308b\u305f\u3081\u3067\u3059 |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=LDAP \u69cb\u6587\u306e\u8aac\u660e "%s" \u306e\u5fa9\u53f7\u5316\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %s |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\ud558\uc704 \uc811\ubbf8\uc5b4 \"%s\"\uc744(\ub97c) \uc811\ubbf8\uc5b4 \"%s\"\uc774(\uac00) \uc788\ub294 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ub4f1\ub85d \ud574\uc81c\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ud574\ub2f9 \ud558\uc704 \uc811\ubbf8\uc5b4\uac00 \uc788\ub294 \ud558\uc704 \ubc31\uc5d4\ub4dc\uc5d0\ub3c4 \ucd94\uac00 \ud558\uc704 \uc811\ubbf8\uc5b4\uac00 \uc788\uc5b4\uc11c \ub4f1\ub85d\uc744 \ud574\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \ud558\uc704 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uad6c\uc131\uc744 \ud3b8\uc9d1\ud558\uc5ec \uc774 \ud558\uc704 \uc811\ubbf8\uc5b4\ub97c \uc81c\uac70\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\uae30\ubcf8 DN \"%s\"\uc740(\ub294) \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud558\uc704 \uae30\ubcf8 DN \uc911 \ud558\ub098\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774 \uae30\ubcf8 DN\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub4f1\ub85d\ub41c \uc811\ubbf8\uc0ac\uc5d0 \uc758\ud574 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud558\uc704 \uae30\ubcf8 DN \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uac00 DN\uc774 \"%s\"\uc778 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub3c4\ub85d \uc694\uccad \ubc1b\uc558\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\ub294 \ub8e8\ud2b8 DSE \uc790\uccb4\ub9cc \uac80\uc0c9\ud558\ub3c4\ub85d \uc694\uccad \ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc815\uc758\ub41c \ud558\uc704 \ubc31\uc5d4\ub4dc\ub97c \uac80\uc0ac\ud558\uc5ec \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \ucc3e\uc744 \uc218 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 DSE \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \"%3$s\"\uc758 \uae30\ubcf8 DN\uc73c\ub85c \uac80\uc0c9(\uc5f0\uacb0 ID %1$d, \uc791\uc5c5 ID %2$d)\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9\ud560 \uae30\ubcf8 DN\uc740 \ub8e8\ud2b8 DSE \uc790\uccb4\uc758 DN\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5(\uc5f0\uacb0 ID %d, \uc791\uc5c5 ID %d)\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=%3$s \ubc94\uc704\uac00 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc5f0\uacb0 ID %1$d \ubc0f \uc791\uc5c5 ID %2$d(\uc73c)\ub85c \uac80\uc0c9\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c LDIF \uc791\uc131\uae30\ub97c \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\ub8e8\ud2b8 DSE \ud56d\ubaa9\uc744 \uc9c0\uc815\ub41c LDIF \ub300\uc0c1\uc5d0 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 DSE\uc758 \ub0b4\uc6a9\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc758 \uc77c\ubd80\ub85c \ubc31\uc5c5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\ud558\uc704 \uc811\ubbf8\uc5b4 \"%s\"\uc744(\ub97c) \uc811\ubbf8\uc5b4 \"%s\"\uc774(\uac00) \uc788\ub294 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ub4f1\ub85d \ud574\uc81c\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ud574\ub2f9 \ud558\uc704 \uc811\ubbf8\uc5b4\uac00 \uc788\ub294 \ud558\uc704 \ubc31\uc5d4\ub4dc\uc5d0\ub3c4 \ucd94\uac00 \ud558\uc704 \uc811\ubbf8\uc5b4\uac00 \uc788\uc5b4\uc11c \ub4f1\ub85d\uc744 \ud574\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc5f0\uacb0\ub41c \ud558\uc704 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uad6c\uc131\uc744 \ud3b8\uc9d1\ud558\uc5ec \uc774 \ud558\uc704 \uc811\ubbf8\uc5b4\ub97c \uc81c\uac70\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\uae30\ubcf8 DN \"%s\"\uc740(\ub294) \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud558\uc704 \uae30\ubcf8 DN \uc911 \ud558\ub098\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774 \uae30\ubcf8 DN\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0 \ub4f1\ub85d\ub41c \uc811\ubbf8\uc0ac\uc5d0 \uc758\ud574 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \ud558\uc704 \uae30\ubcf8 DN \uc9d1\ud569\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uac00 DN\uc774 \"%s\"\uc778 \ud56d\ubaa9\uc744 \uac80\uc0c9\ud558\ub3c4\ub85d \uc694\uccad \ubc1b\uc558\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\ub294 \ub8e8\ud2b8 DSE \uc790\uccb4\ub9cc \uac80\uc0c9\ud558\ub3c4\ub85d \uc694\uccad \ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc815\uc758\ub41c \ud558\uc704 \ubc31\uc5d4\ub4dc\ub97c \uac80\uc0ac\ud558\uc5ec \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \ucc3e\uc744 \uc218 \uc788\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 DSE \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \"%3$s\"\uc758 \uae30\ubcf8 DN\uc73c\ub85c \uac80\uc0c9(\uc5f0\uacb0 ID %1$d, \uc791\uc5c5 ID %2$d)\uc774 \uc218\ud589\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9\ud560 \uae30\ubcf8 DN\uc740 \ub8e8\ud2b8 DSE \uc790\uccb4\uc758 DN\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5(\uc5f0\uacb0 ID %d, \uc791\uc5c5 ID %d)\uc744 \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=%3$s \ubc94\uc704\uac00 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \uc5f0\uacb0 ID %1$d \ubc0f \uc791\uc5c5 ID %2$d(\uc73c)\ub85c \uac80\uc0c9\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c LDIF \uc791\uc131\uae30\ub97c \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\ub8e8\ud2b8 DSE \ud56d\ubaa9\uc744 \uc9c0\uc815\ub41c LDIF \ub300\uc0c1\uc5d0 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\ub8e8\ud2b8 DSE \ubc31\uc5d4\ub4dc\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub8e8\ud2b8 DSE\uc758 \ub0b4\uc6a9\uc740 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uad6c\uc131\uc758 \uc77c\ubd80\ub85c \ubc31\uc5c5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uac80\uc0c9\uc744 \uc218\ud589\ud560 \ub54c \uc815\uc758\ub41c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc811\ubbf8\uc0ac \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \ub8e8\ud2b8 DSE \uc544\ub798\uc5d0\uc11c \uc218\ud589\ud560 \ub54c \uae30\ubcf8 DN \uc9d1\ud569 %s\uc774(\uac00) \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uc0c8 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc18d\uc131 \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ubaa8\ub2c8\ud130 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=cn=monitor\uc758 \uc554\ud638\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubaa8\ub2c8\ud130 \uc815\ubcf4\uc5d0 \ub300\ud55c \uae30\ubcf8 DN\uc73c\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ubaa8\ub2c8\ud130 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9 \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 %s\uc5d0 \ub300\ud55c \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ubaa8\ub2c8\ud130 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=cn=monitor\uc758 \uc554\ud638\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ubaa8\ub2c8\ud130 \uc815\ubcf4\uc5d0 \ub300\ud55c \uae30\ubcf8 DN\uc73c\ub85c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \ubaa8\ub2c8\ud130 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9 \uc790\uccb4\uc758 \ub0b4\uc6a9\uc744 \ubcc0\uacbd\ud558\ub824\ub294 \uacbd\uc6b0 \uad6c\uc131\uc5d0\uc11c \"%s\" \ud56d\ubaa9\uc744 \uc218\uc815\ud558\uba74 \uac00\ub2a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\uae30\ubcf8 \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\ubaa8\ub2c8\ud130 \uacf5\uae09\uc790 %s\uc5d0 \ub300\ud55c \ubaa8\ub2c8\ud130 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc704\ud55c \uae30\ub2a5\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\ubaa8\ub2c8\ud130 \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uc0c8 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc18d\uc131 \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\uc81c\uacf5\ub41c DN\uc774 Null\uc774\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=DN\uc774 %2$s\uc758 \ubaa8\ub2c8\ud130 \uae30\ubcf8 \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=\uc81c\uacf5\ub41c DN\uc774 Null\uc774\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MONITOR_INVALID_BASE_34=DN\uc774 %2$s\uc758 \ubaa8\ub2c8\ud130 \uae30\ubcf8 \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubaa8\ub2c8\ud130 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | INFO_MONITOR_UPTIME_37=%d\uc77c %d\uc2dc\uac04 %d\ubd84 %d\ucd08 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-schema-entry-dn \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ub300\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \uac8c\uc2dc\ud560 \ub54c \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \uae30\ubcf8 DN\uc778 cn=schema\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=DN\uc774 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN \uc911 \ud558\ub098\uc640 \ub3d9\uc77c\ud558\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c LDIF \uc791\uc131\uae30\ub97c \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\uad6c\uc131 \ud56d\ubaa9\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uace0 \uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\ub97c \uad6c\uc131\ud558\ub824\uace0 \ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud504\ub85c\ud1a0\ucf5c\uc744 \ud1b5\ud574 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\uad6c\uc131 \ud56d\ubaa9 %s\uc758 ds-cfg-schema-entry-dn \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ub300\ub85c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc815\ubcf4\ub97c \uac8c\uc2dc\ud560 \ub54c \uc0ac\uc6a9\ud560 \uae30\ubcf8 DN\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \uae30\ubcf8 DN\uc778 cn=schema\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \ucd94\uac00\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9\uc774 \uc81c\uac70\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc73c\ubbc0\ub85c \"%s\" \ud56d\ubaa9 \uc774\ub984\uc774 \ubcc0\uacbd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\uae30\ubcf8 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9\uc744 \ub0b4\ubcf4\ub0b4\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=DN\uc774 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN \uc911 \ud558\ub098\uc640 \ub3d9\uc77c\ud558\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc694\uccad\ud55c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c LDIF \uc791\uc131\uae30\ub97c \uc5ec\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=DN %s\uc758 \ub4f1\ub85d\uc744 \ud574\uc81c\ud588\uc73c\ubbc0\ub85c \ub354 \uc774\uc0c1 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ub41c %s\uc758 \ub4f1\ub85d\uc744 \ud574\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ub41c %s\uc758 \ub4f1\ub85d\uc744 \ud574\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=DN %s\uc744(\ub97c) \uc0c8 \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=%s\uc744(\ub97c) \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=%s\uc744(\ub97c) \uc2a4\ud0a4\ub9c8 \ud56d\ubaa9 DN\uc73c\ub85c \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uc0c8 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc18d\uc131 \uc9d1\ud569\uc774 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc5ec\ub7ec \ubc88 \uc2dc\ub3c4\ud588\uc9c0\ub9cc \ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc624\ub798 \uc2e4\ud589\ub418\ub294 \uc791\uc5c5\uc5d0 \uc758\ud574 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc7a0\uaca8 \uc788\uac70\ub098 \uc774\uc804\uc5d0 \uc7a0\uacbc\ub294\ub370 \uc81c\ub300\ub85c \uc7a0\uae08\uc744 \ud574\uc81c\ud558\uc9c0 \uc54a\uc558\uc74c\uc744 \uc758\ubbf8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\ub514\ub809\ud1a0\ub9ac %2$s\uc5d0 \uc2a4\ud0a4\ub9c8 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc5d0 \ud3ec\ud568\ud560 \ub514\ub809\ud1a0\ub9ac %s\uc758 \ud30c\uc77c \ubaa9\ub85d\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\uc2a4\ud0a4\ub9c8 \ud30c\uc77c %s\uc744(\ub97c) \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc744(\ub97c) \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\uc544\uce74\uc774\ube0c \ud30c\uc77c \uc774\ub984\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %2$s\uc5d0\uc11c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\uc9c0\uc815\ub41c \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c %2$s\uc774(\uac00) \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\uac00 \uc788\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub41c \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c MAC \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s MAC \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub41c \ud574\uc2dc\uac00 \uc788\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc774(\uac00) \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc554\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc554\ud638\ud654\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\ud604\uc7ac \uc2a4\ud0a4\ub9c8 \ub514\ub809\ud1a0\ub9ac\uc758 \uc774\ub984\uc744 %2$s\uc5d0\uc11c %3$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %4$s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 \uc774\uc81c \uc6d0\ub798 \uc704\uce58 %s\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s or % s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \ubcf4\uc874\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc5d0\uc11c \ub2e4\uc74c \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\ud30c\uc77c %2$s\uc744(\ub97c) \ub2e4\uc2dc \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc5d0\uc11c \uc218\ud589\ub41c \ubaa8\ub4e0 \ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \uc544\uce74\uc774\ube0c\uac00 \uc720\ud6a8\ud568\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc774(\uac00) \ubcf5\uc6d0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5\uc758 \uc0c1\ud0dc %s\uc774(\uac00) \uc798\ubabb\ub418\uc5b4 \uc774 \uc791\uc5c5\uc740 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc608\uc57d\ub41c \uc2dc\uc791 \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc2e4\uc81c \uc2dc\uc791 \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc644\ub8cc \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\uc791\uc5c5 \ud56d\ubaa9 %s\uc5d0 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc758 \uc778\uc2a4\ud134\uc2a4\uac00 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc18d\uc131 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud074\ub798\uc2a4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud074\ub798\uc2a4 \uacbd\ub85c\uc5d0 \uc788\uc2b5\ub2c8\uae4c? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 %s\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\uae4c? |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\uc81c\uacf5\ub41c \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub0b4\ubd80 \ucd08\uae30\ud654\ub97c \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\uc791\uc5c5 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uae30\ubcf8 DN\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc791\uc5c5 \uc815\ubcf4\uc5d0 \uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\uc791\uc5c5 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uae30\ubcf8 DN\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc791\uc5c5 \uc815\ubcf4\uc5d0 \uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=DN\uc778 \ubc18\ubcf5 \uc791\uc5c5 \uae30\ubcf8 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=DN\uc778 \uc608\uc57d\ub41c \uc791\uc5c5 \uae30\ubcf8 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\uc9c0\uc815\ub41c \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc774(\uac00) \uc774\ubbf8 \uc788\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub294 \uc774 \ud30c\uc77c\uc744 \ub36e\uc5b4\uc4f0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc0c8 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ud574\ub2f9 \uacbd\ub85c\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uae30\uc874 \ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\uac70\ub098 \ud30c\uc77c \uc774\ub984\uc744 \ubcc0\uacbd\ud558\uc2ed\uc2dc\uc624. \ub610\ub294 \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc9c0\uc815\ub41c \uacbd\ub85c %s\uc740(\ub294) \uc798\ubabb\ub41c \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc758 \ubd80\ubaa8 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. \uc0c8 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \uc774 \uacbd\ub85c\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uc774 \ub514\ub809\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\uc2ed\uc2dc\uc624. \ub610\ub294 \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc758 \ubd80\ubaa8 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc0c8 \uacbd\ub85c\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc5ec\ub7ec \ubc88 \uc2dc\ub3c4\ud588\uc9c0\ub9cc \ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc7a0\uae08\uc744 \uac00\uc838\uc624\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc624\ub798 \uc2e4\ud589\ub418\ub294 \uc791\uc5c5\uc5d0 \uc758\ud574 \ud56d\ubaa9\uc774 \uc774\ubbf8 \uc7a0\uaca8 \uc788\uac70\ub098 \uc774\uc804\uc5d0 \uc7a0\uacbc\ub294\ub370 \uc81c\ub300\ub85c \uc7a0\uae08\uc744 \ud574\uc81c\ud558\uc9c0 \uc54a\uc558\uc74c\uc744 \uc758\ubbf8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\ub514\ub809\ud1a0\ub9ac %2$s\uc5d0 \uc2a4\ud0a4\ub9c8 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc5d0 \ud3ec\ud568\ud560 \ub514\ub809\ud1a0\ub9ac %s\uc758 \ud30c\uc77c \ubaa9\ub85d\uc744 \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\uc2a4\ud0a4\ub9c8 \ud30c\uc77c %s\uc744(\ub97c) \ubc31\uc5c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \uc544\uce74\uc774\ube0c \ud30c\uc77c %1$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc31\uc5c5 \uc124\uba85\uc790 \ud30c\uc77c %s\uc744(\ub97c) \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\uc544\uce74\uc774\ube0c \ud30c\uc77c \uc774\ub984\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \ub514\ub809\ud1a0\ub9ac %2$s\uc5d0\uc11c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\uc9c0\uc815\ub41c \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c %2$s\uc774(\uac00) \uc788\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s \ub2e4\uc774\uc81c\uc2a4\ud2b8 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub418\uc9c0 \uc54a\uc740 \ud574\uc2dc\uac00 \uc788\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\uc774 \ubc31\uc5c5\uc758 \uc11c\uba85\ub41c \ud574\uc2dc\ub97c \uc0ac\uc6a9\ud560 \uc218\ub294 \uc788\uc9c0\ub9cc \uc11c\ubc84\uac00 \uc774 \ud574\uc2dc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ud55c MAC \uc54c\uace0\ub9ac\uc998\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc73c\ubbc0\ub85c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc5d0 \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 %s MAC \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud558\ub294 \uc11c\uba85\ub41c \ud574\uc2dc\uac00 \uc788\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \uc5ec\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc774(\uac00) \uc54c \uc218 \uc5c6\uac70\ub098 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \uc554\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc554\ud638\ud654\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774 \ubc31\uc5c5\uc744 \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\ud604\uc7ac \uc2a4\ud0a4\ub9c8 \ub514\ub809\ud1a0\ub9ac\uc758 \uc774\ub984\uc744 %2$s\uc5d0\uc11c %3$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %4$s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 \uc774\uc81c \uc6d0\ub798 \uc704\uce58 %s\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 \ubcf4\uc874\ub418\uc5b4 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s or % s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\uc2a4\ud0a4\ub9c8 \ubc31\uc5c5\uc758 \uc62c\ubc14\ub978 \ubcf5\uc6d0\uc744 \ubc29\ud574\ud558\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \ubcf5\uc6d0 \ud504\ub85c\uc138\uc2a4\uac00 \uc2dc\uc791\ub418\uae30 \uc804\uc5d0 \uc0ac\uc6a9\ub418\uc5c8\ub358 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \ubcf4\uc874\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc5d0\uc11c \ub2e4\uc74c \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\ud30c\uc77c %2$s\uc744(\ub97c) \ub2e4\uc2dc \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\uc544\uce74\uc774\ube0c \ud30c\uc77c %2$s\uc744(\ub97c) \ub2eb\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %3$s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc544 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %s\uc744(\ub97c) \ubcf5\uc6d0 \ub610\ub294 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc5d0\uc11c \uc218\ud589\ub41c \ubaa8\ub4e0 \ud14c\uc2a4\ud2b8\ub97c \ud1b5\ud574 \uc544\uce74\uc774\ube0c\uac00 \uc720\ud6a8\ud568\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=\ub514\ub809\ud1a0\ub9ac %2$s\uc758 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uc2a4\ud0a4\ub9c8 \ubc31\uc5c5 %1$s\uc774(\uac00) \ubcf5\uc6d0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_INVALID_STATE_91=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5\uc758 \uc0c1\ud0dc %s\uc774(\uac00) \uc798\ubabb\ub418\uc5b4 \uc774 \uc791\uc5c5\uc740 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc608\uc57d\ub41c \uc2dc\uc791 \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc2e4\uc81c \uc2dc\uc791 \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc758 \uc644\ub8cc \uc2dc\uac04 \uac12 %1$s\uc744(\ub97c) \uad6c\ubb38 \ubd84\uc11d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_MISSING_ATTR_95=\uc791\uc5c5 \ud56d\ubaa9 %s\uc5d0 \ud544\uc218 \uc18d\uc131 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc758 \uc778\uc2a4\ud134\uc2a4\uac00 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\uc791\uc5c5 \ud56d\ubaa9 %2$s\uc5d0 \uc18d\uc131 %1$s\uc5d0 \ub300\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASK_EXECUTE_FAILED_99=\ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c \uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | ERR_RECURRINGTASK_NO_ID_102=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \ubc18\ubcf5 \uc791\uc5c5 ID\ub97c \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131\uc5d0 \ub300\ud55c \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\uc81c\uacf5\ub41c \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc18d\uc131 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud074\ub798\uc2a4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud074\ub798\uc2a4 \uacbd\ub85c\uc5d0 \uc788\uc2b5\ub2c8\uae4c? |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 %s\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\uae4c? |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\uc81c\uacf5\ub41c \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub0b4\ubd80 \ucd08\uae30\ud654\ub97c \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=\uc791\uc5c5 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uae30\ubcf8 DN\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc791\uc5c5 \uc815\ubcf4\uc5d0 \uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=\uc791\uc5c5 \ubc31\uc5d4\ub4dc \uad6c\uc131 \ud56d\ubaa9\uc5d0 \uae30\ubcf8 DN\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc758 \uc791\uc5c5 \uc815\ubcf4\uc5d0 \uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=DN\uc778 \ubc18\ubcf5 \uc791\uc5c5 \uae30\ubcf8 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=DN\uc778 \uc608\uc57d\ub41c \uc791\uc5c5 \uae30\ubcf8 %s(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=\uc9c0\uc815\ub41c \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc774(\uac00) \uc774\ubbf8 \uc788\uace0 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub294 \uc774 \ud30c\uc77c\uc744 \ub36e\uc5b4\uc4f0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc0c8 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ud574\ub2f9 \uacbd\ub85c\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uae30\uc874 \ud30c\uc77c\uc744 \uc0ad\uc81c\ud558\uac70\ub098 \ud30c\uc77c \uc774\ub984\uc744 \ubcc0\uacbd\ud558\uc2ed\uc2dc\uc624. \ub610\ub294 \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc9c0\uc815\ub41c \uacbd\ub85c %s\uc740(\ub294) \uc798\ubabb\ub41c \uacbd\ub85c\uc785\ub2c8\ub2e4. \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc758 \ubd80\ubaa8 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. \uc0c8 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \uc774 \uacbd\ub85c\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \uba3c\uc800 \uc774 \ub514\ub809\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\uc2ed\uc2dc\uc624. \ub610\ub294 \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc758 \ubd80\ubaa8 \ub514\ub809\ud1a0\ub9ac %1$s\uc774(\uac00) \uc788\uc9c0\ub9cc \ub514\ub809\ud1a0\ub9ac\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc5d0 \ub300\ud55c \uc0c8 \uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc0c8 \uacbd\ub85c\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\uc644\ub8cc\ub41c \uc791\uc5c5 \uc720\uc9c0 \uc2dc\uac04\uc774 %d\ucd08\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774 \ub0b4\uc6a9\uc740 \uc989\uc2dc \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uacbd\ub85c\uac00 %s(\uc73c)\ub85c \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud604\uc7ac \uc791\uc5c5 \uad6c\uc131\uc758 \uc2a4\ub0c5\uc0f7\uc774 \ud574\ub2f9 \ud30c\uc77c\uc5d0 \uae30\ub85d\ub418\uc5b4 \ud5a5\ud6c4 \uc5c5\ub370\uc774\ud2b8\uc5d0 \uacc4\uc18d \uc0ac\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc758 \uc0c8 \ud56d\ubaa9\uc740 \uc608\uc57d \uc791\uc5c5\uc758 \uacbd\uc6b0 %s \ubc14\ub85c \uc544\ub798, \ubc18\ubcf5 \uc791\uc5c5\uc758 \uacbd\uc6b0 %s \ubc14\ub85c \uc544\ub798\uc5d0\ub9cc \ucd94\uac00\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc758 \uc0c8 \ud56d\ubaa9\uc740 \uc608\uc57d \uc791\uc5c5\uc758 \uacbd\uc6b0 %s \ubc14\ub85c \uc544\ub798, \ubc18\ubcf5 \uc791\uc5c5\uc758 \uacbd\uc6b0 %s \ubc14\ub85c \uc544\ub798\uc5d0\ub9cc \ucd94\uac00\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\uc774 \ud30c\uc77c\uc5d0\ub294 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec \ubc31\uc5d4\ub4dc\uac00 \uc0ac\uc6a9\ud558\ub294 \ub370\uc774\ud130\uac00 \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ubcc0\uacbd \ub0b4\uc6a9\uc774 \uc190\uc2e4\ub420 \uc704\ud5d8\uc774 \uc788\uc73c\ubbc0\ub85c \uc774 \ud30c\uc77c\uc744 \uc9c1\uc811 \ud3b8\uc9d1\ud558\uc9c0 \ub9c8\uc2ed\uc2dc\uc624. \uc608\uc57d \ubc0f \ubc18\ubcf5 \uc791\uc5c5 \uc815\uc758\ub294 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc640 \ud568\uaed8 \uc81c\uacf5\ub418\ub294 \uad00\ub9ac \uc720\ud2f8\ub9ac\ud2f0\ub9cc\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud3b8\uc9d1\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\ub3d9\uc77c\ud55c ID\ub97c \uc0ac\uc6a9\ud558\ub294 \ub2e4\ub978 \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc788\uc73c\ubbc0\ub85c \ubc18\ubcf5 \uc791\uc5c5 %s\uc744(\ub97c) \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\ub3d9\uc77c\ud55c ID\ub97c \uc0ac\uc6a9\ud558\ub294 \ub2e4\ub978 \uc791\uc5c5\uc774 \uc788\uc73c\ubbc0\ub85c \uc791\uc5c5 %s\uc744(\ub97c) \uc608\uc57d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\ubc18\ubcf5 \uc791\uc5c5 %s\uc758 \ub2e4\uc74c \ubc18\ubcf5\uc744 \uc608\uc57d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\uc904 %2$d \ub610\ub294 \uc774 \uc904 \uadfc\ucc98\uc5d0 \uc788\ub294 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %1$s\uc758 \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uce58\uba85\uc801\uc778 \uc624\ub958\ub294 \uc544\ub2c8\ubbc0\ub85c \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\ub294 \uacc4\uc18d \ud30c\uc77c\uc758 \uad6c\ubb38 \ubd84\uc11d\uc744 \uc2dc\ub3c4\ud558\uace0 \uc5ec\uae30 \ud3ec\ud568\ub41c \ucd94\uac00 \uc791\uc5c5\uc744 \uc608\uc57d\ud569\ub2c8\ub2e4. |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\uc904 %2$d \ub610\ub294 \uc774 \uc904 \uadfc\ucc98\uc5d0 \uc788\ub294 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %1$s\uc758 \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \uc624\ub958\ub294 \ubcf5\uad6c\ud560 \uc218 \uc5c6\uc73c\uba70 \uad6c\ubb38 \ubd84\uc11d\uc744 \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uace0 %s\uc758 \uc791\uc5c5 \ub8e8\ud2b8 DN\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc5d0\uc11c \uc77d\uc5b4 \uc628 \ud56d\ubaa9 %s\uc740(\ub294) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\ud56d\ubaa9 %s\uc744(\ub97c) \ubc18\ubcf5 \uc791\uc5c5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc5ec \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\ud56d\ubaa9 %s\uc744(\ub97c) \uc791\uc5c5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc5ec \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc5d0\uc11c \uc77d\uc5b4 \uc628 \ud56d\ubaa9 %1$s\uc5d0 \uc791\uc5c5 \ub610\ub294 \ubc18\ubcf5 \uc791\uc5c5 \uc815\uc758\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 DN\uc774 \uc788\uc73c\ubbc0\ub85c \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uc5d0 \uc0ac\uc6a9\ud560 \uc0c8 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc18d\uc131 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud074\ub798\uc2a4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud074\ub798\uc2a4 \uacbd\ub85c\uc5d0 \uc788\uc2b5\ub2c8\uae4c? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 %s\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\uae4c? |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\uc81c\uacf5\ub41c \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub0b4\ubd80 \ucd08\uae30\ud654\ub97c \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\ud604\uc7ac \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc774\ub984\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774\uc804 \uc791\uc5c5 \uad6c\uc131(\ucd5c\uc2e0 \uc5c5\ub370\uc774\ud2b8\ub97c \ubc18\uc601\ud558\uc9c0 \uc54a\uc74c)\uc774 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not work as expected |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ucd5c\uc2e0 \uc5c5\ub370\uc774\ud2b8\ub97c \ubc18\uc601\ud558\ub294 \uad6c\uc131 \uc815\ubcf4\uac00 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\ub3d9\uc77c\ud55c ID\ub97c \uc0ac\uc6a9\ud558\ub294 \ub2e4\ub978 \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc788\uc73c\ubbc0\ub85c \ubc18\ubcf5 \uc791\uc5c5 %s\uc744(\ub97c) \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\ub3d9\uc77c\ud55c ID\ub97c \uc0ac\uc6a9\ud558\ub294 \ub2e4\ub978 \uc791\uc5c5\uc774 \uc788\uc73c\ubbc0\ub85c \uc791\uc5c5 %s\uc744(\ub97c) \uc608\uc57d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\ubc18\ubcf5 \uc791\uc5c5 %s\uc758 \ub2e4\uc74c \ubc18\ubcf5\uc744 \uc608\uc57d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\uc904 %2$d \ub610\ub294 \uc774 \uc904 \uadfc\ucc98\uc5d0 \uc788\ub294 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %1$s\uc758 \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uce58\uba85\uc801\uc778 \uc624\ub958\ub294 \uc544\ub2c8\ubbc0\ub85c \uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\ub294 \uacc4\uc18d \ud30c\uc77c\uc758 \uad6c\ubb38 \ubd84\uc11d\uc744 \uc2dc\ub3c4\ud558\uace0 \uc5ec\uae30 \ud3ec\ud568\ub41c \ucd94\uac00 \uc791\uc5c5\uc744 \uc608\uc57d\ud569\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\uc904 %2$d \ub610\ub294 \uc774 \uc904 \uadfc\ucc98\uc5d0 \uc788\ub294 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %1$s\uc758 \ud56d\ubaa9\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \uc624\ub958\ub294 \ubcf5\uad6c\ud560 \uc218 \uc5c6\uc73c\uba70 \uad6c\ubb38 \ubd84\uc11d\uc744 \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uace0 %s\uc758 \uc791\uc5c5 \ub8e8\ud2b8 DN\uacfc \uc77c\uce58\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc5d0\uc11c \uc77d\uc5b4 \uc628 \ud56d\ubaa9 %s\uc740(\ub294) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\ud56d\ubaa9 %s\uc744(\ub97c) \ubc18\ubcf5 \uc791\uc5c5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc5ec \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\ud56d\ubaa9 %s\uc744(\ub97c) \uc791\uc5c5\uc73c\ub85c \uad6c\ubb38 \ubd84\uc11d\ud558\uc5ec \uc2a4\ucf00\uc904\ub7ec\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %2$s\uc5d0\uc11c \uc77d\uc5b4 \uc628 \ud56d\ubaa9 %1$s\uc5d0 \uc791\uc5c5 \ub610\ub294 \ubc18\ubcf5 \uc791\uc5c5 \uc815\uc758\uc5d0 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 DN\uc774 \uc788\uc73c\ubbc0\ub85c \ubb34\uc2dc\ub429\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\uc791\uc5c5 \uc2a4\ucf00\uc904\ub7ec\uc5d0 \uc0ac\uc6a9\ud560 \uc0c8 \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c %s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \ud544\uc694\ud55c \uc18d\uc131 %s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \ubcf4\uad00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc720\ud615\uc758 \uc18d\uc131\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uc778\uc2a4\ud134\uc2a4\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ub17c\ub9ac\ub97c \uc81c\uacf5\ud558\ub294 \ud074\ub798\uc2a4\uc758 \uc815\uaddc\ud654\ub41c \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc5d0 \uc791\uc5c5 \ud074\ub798\uc2a4 \uc774\ub984\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 %s \uc18d\uc131 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \ud55c \uac1c \uac12\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\uc81c\uacf5\ub41c \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc18d\uc131 %2$s\uc5d0 \uc9c0\uc815\ub41c \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s. \uc774 \ud074\ub798\uc2a4\uac00 \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \ud074\ub798\uc2a4 \uacbd\ub85c\uc5d0 \uc788\uc2b5\ub2c8\uae4c? |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc791\uc5c5\uc73c\ub85c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 %s\uc758 \ud558\uc704 \ud074\ub798\uc2a4\uc785\ub2c8\uae4c? |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\uc81c\uacf5\ub41c \ud56d\ubaa9\uc5d0 \ud3ec\ud568\ub41c \uc815\ubcf4\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud074\ub798\uc2a4 %s\uc758 \uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c \ub0b4\ubd80 \ucd08\uae30\ud654\ub97c \uc218\ud589\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\ud604\uc7ac \uc791\uc5c5 \ubc31\uc5c5 \ud30c\uc77c\uc758 \uc774\ub984\uc744 %s\uc5d0\uc11c %s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc774\uc804 \uc791\uc5c5 \uad6c\uc131(\ucd5c\uc2e0 \uc5c5\ub370\uc774\ud2b8\ub97c \ubc18\uc601\ud558\uc9c0 \uc54a\uc74c)\uc774 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=An error occurred while attempting to rename the new tasks backing file from %s to %s: %s. If the Directory Server is restarted, then the task scheduler may not work as expected |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\uc0c8 \uc791\uc5c5 \ub370\uc774\ud130 \ubc31\uc5c5 \ud30c\uc77c %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \ucd5c\uc2e0 \uc5c5\ub370\uc774\ud2b8\ub97c \ubc18\uc601\ud558\ub294 \uad6c\uc131 \uc815\ubcf4\uac00 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\uc791\uc5c5 \ubc31\uc5d4\ub4dc\uac00 \uc885\ub8cc\ub429\ub2c8\ub2e4. |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=\ub8e8\ud2b8 DSE \uad6c\uc131\uc774 \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc73c\ubbc0\ub85c \uc774\uc81c \uad6c\uc131 \uc18d\uc131 %s\uc5d0\uc11c %s \uac12\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\ubcf4\ub958 \uc911\uc778 \uc791\uc5c5 %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\ubcf4\ub958 \uc911\uc778 \uc791\uc5c5 %s\uc774(\uac00) \ub354 \uc774\uc0c1 \ubcf4\ub958 \uc0c1\ud0dc\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\uc644\ub8cc\ub41c \uc791\uc5c5 %s\uc774(\uac00) \uc644\ub8cc \uc791\uc5c5 \ubaa9\ub85d\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=DN\uc774 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc801\uc808\ud558\uc9c0 \uc54a\uac70\ub098 \uc608\uc57d \ub610\ub294 \ubc18\ubcf5 \uc791\uc5c5 \uae30\ubcf8 \ud56d\ubaa9 \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\ud574\ub2f9 \ud56d\ubaa9 DN\uacfc \uc5f0\uacb0\ub41c \uc608\uc57d \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\uc5f0\uacb0\ub41c \uc791\uc5c5\uc774 \ud604\uc7ac \uc2e4\ud589 \uc911\uc774\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\ud56d\ubaa9 DN\uacfc \uc5f0\uacb0\ub41c \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\uc81c\uacf5\ub41c \uae30\ubcf8 DN %s\uc774(\uac00) \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc788\ub294 \ud56d\ubaa9\uc5d0 \ub300\ud574 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\uc81c\uacf5\ub41c \uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc608\uc57d \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\uc81c\uacf5\ub41c \uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\uc81c\uacf5\ub41c \uad6c\uc131 \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uae30\ubcf8 DN\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc74c: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\uc694\uccad\ud55c \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ud55c \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\uc694\uccad\ud55c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\uac00 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\uc694\uccad\ud55c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ub450 \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \ubc31\uc5c5 ID\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=DN\uc5d0 \uc694\uccad\ud55c \ubc31\uc5c5\uc774 \uc800\uc7a5\ub41c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\ubc31\uc5c5 %s\uc774(\uac00) \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uae30\ubcf8 DN\uc744 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\ud56d\ubaa9 %s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\ud56d\ubaa9 %s\uc740(\ub294) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc18d\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\ud56d\ubaa9 %s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=LDIF \uc791\uc131\uae30\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\ud56d\ubaa9 %s\uc744(\ub97c) LDIF\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=LDIF \ud310\ub3c5\uae30\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=LDIF\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\uac00\uc838\uc624\uae30\ub97c \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uac00 \ubc31\uc5c5 \ub610\ub294 \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\ub300\uc0c1 \ud56d\ubaa9\uc774 \ub2e4\ub978 \ubc31\uc5d4\ub4dc\uc5d0 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\uc0c8 \ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN %s\uc744(\ub97c) \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 %s \uc218\uc815 \uc720\ud615\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 %s \uc18d\uc131 \uc720\ud615\uc758 \uc218\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc18d\uc131 \uc720\ud615, \uac1d\uccb4 \ud074\ub798\uc2a4, \uc774\ub984 \ud615\uc2dd, DIT \ucee8\ud150\ud2b8 \uaddc\uce59, DIT \uad6c\uc870 \uaddc\uce59 \ubc0f \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\ub9cc \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\uc18d\uc131 \uc720\ud615 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\uac1d\uccb4 \ud074\ub798\uc2a4 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\uc0c1\uc704 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\uc5c5\ub370\uc774\ud2b8\ub41c \uc2a4\ud0a4\ub9c8\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\uc774\ub984 \ud615\uc2dd \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=DIT \uad6c\uc870 \uaddc\uce59 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\uc11c\ubc84\uac00 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc788\ub294 %s \uc18d\uc131 \uc720\ud615\uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uac12\uc744 \uc81c\uac70\ud558\ub3c4\ub85d \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc18d\uc131 \uc720\ud615(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc0c1\uc704 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uac1d\uccb4 \ud074\ub798\uc2a4(%s \ubc0f %s)\uc640 \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc774\ub984 \ud615\uc2dd(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 DIT \ucee8\ud150\ud2b8 \uaddc\uce59(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240= DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 DIT \uad6c\uc870 \uaddc\uce59(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT \uad6c\uc870 \uaddc\uce59 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 DIT \uad6c\uc870 \uaddc\uce59 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc774\ub984 \ud615\uc2dd %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc774\ub984 \ud615\uc2dd %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \uc720\ud615 \uc5f0\uacb0\uc774 \uc18d\uc131 \uc720\ud615 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \ud074\ub798\uc2a4 \uc5f0\uacb0\uc774 \uac1d\uccb4 \ud074\ub798\uc2a4 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \uaddc\uce59 \uc5f0\uacb0\uc774 DIT \uad6c\uc870 \uaddc\uce59 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\uae30 \uc804\uc5d0 \uae30\uc874 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \ubcf5\uc0ac\ubcf8\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud588\uc73c\ubbc0\ub85c \ucd94\uac00 \uc815\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\uae30 \uc804\uc5d0 \uae30\uc874 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \ubcf5\uc0ac\ubcf8\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud560 \ub54c\uc5d0\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c \uc11c\ubc84\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uc740 \uc0c1\ub300\ub85c \ub0a8\uc544 \uc788\uc5b4 \uc218\ub3d9 \uc815\ub9ac\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \uc0c8 \ubc84\uc804\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud588\uc73c\ubbc0\ub85c \ucd94\uac00 \uc815\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \uc0c8 \ubc84\uc804\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud560 \ub54c\uc5d0\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c \uc11c\ubc84\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uc740 \uc0c1\ub300\ub85c \ub0a8\uc544 \uc788\uc5b4 \uc218\ub3d9 \uc815\ub9ac\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0\uc11c \ud544\uc218 \ub610\ub294 \uc120\ud0dd \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc774\ub984 \ud615\uc2dd %s\uc5d0\uc11c \ud544\uc218 \ub610\ub294 \uc120\ud0dd \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc5d0\uc11c \ud544\uc218, \uc120\ud0dd \ub610\ub294 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc5d0 \uc758\ud574 \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc774\ub984 \ud615\uc2dd %s\uc5d0 \ub300\ud55c \uad6c\uc870\uc801 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uad6c\uc870\uc801 \ub610\ub294 \ubcf4\uc870 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \uc758\ud574 \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \uaddc\uce59\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \uad6c\uc870\uc801\uc774\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\uc0c1\uc704 \uc720\ud615 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\uc0c1\uc704 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\ud544\uc218 \uc18d\uc131 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\uc120\ud0dd \uc18d\uc131 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc774\ub984 \ud615\uc2dd %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \ubcf4\uc870 \ud074\ub798\uc2a4\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \uae08\uc9c0\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c DIT \uad6c\uc870 \uaddc\uce59 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc0c1\uc704 \uaddc\uce59 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\uc77c\uce58 \uaddc\uce59 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\ub97c \uc218\uc815\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\uc624\ud504\ub77c\uc778\uc5d0\uc11c \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\uac00 \ubcc0\uacbd\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uc5f0\uacb0\ub41c \uc2a4\ud0a4\ub9c8 \uc694\uc18c \uc815\uc758\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc5b4\uc57c \ud558\uace0 \uc774\ub984\uc740 %s \ub610\ub294 %s(\uc73c)\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc744 \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc9c1\uc811 \ud3b8\uc9d1\ud558\uc5ec \uc2a4\ud0a4\ub9c8\ub97c \ubcc0\uacbd\ud588\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\ubaa8\ub4e0 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc694\uc18c\uc758 \uc5f0\uacb0\ub41c \ubaa9\ub85d\uc774 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\uc5d0 \uc218\ud589\ub41c \ubcc0\uacbd \ub0b4\uc6a9\uc744 \uc815\ud655\ud788 \uc2dd\ubcc4\ud558\uc9c0 \ubabb\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\ubc31\uc5d4\ub4dc ID %s\uc5d0 \ud574\ub2f9\ud558\ub294 JE \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud658\uacbd\uc774 \uc190\uc0c1\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc5ec \ud658\uacbd\uc744 \ub2e4\uc2dc \uc5ec\uc2ed\uc2dc\uc624. |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc791\uc5c5 %s\uc744(\ub97c) \ud638\ucd9c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\ubcf4\ub958 \uc911\uc778 \uc791\uc5c5 %s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\ubcf4\ub958 \uc911\uc778 \uc791\uc5c5 %s\uc774(\uac00) \ub354 \uc774\uc0c1 \ubcf4\ub958 \uc0c1\ud0dc\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\uc644\ub8cc\ub41c \uc791\uc5c5 %s\uc774(\uac00) \uc644\ub8cc \uc791\uc5c5 \ubaa9\ub85d\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \uc774 \uc791\uc5c5\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=DN\uc774 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc801\uc808\ud558\uc9c0 \uc54a\uac70\ub098 \uc608\uc57d \ub610\ub294 \ubc18\ubcf5 \uc791\uc5c5 \uae30\ubcf8 \ud56d\ubaa9 \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\ud574\ub2f9 \ud56d\ubaa9 DN\uacfc \uc5f0\uacb0\ub41c \uc608\uc57d \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_DELETE_RUNNING_166=\uc5f0\uacb0\ub41c \uc791\uc5c5\uc774 \ud604\uc7ac \uc2e4\ud589 \uc911\uc774\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\ud56d\ubaa9 DN\uacfc \uc5f0\uacb0\ub41c \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=\uc81c\uacf5\ub41c \uae30\ubcf8 DN %s\uc774(\uac00) \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc788\ub294 \ud56d\ubaa9\uc5d0 \ub300\ud574 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\uc81c\uacf5\ub41c \uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc608\uc57d \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\uc81c\uacf5\ub41c \uac80\uc0c9 \uae30\uc900 \ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \ubc18\ubcf5 \uc791\uc5c5\uc774 \uc5c6\uc73c\ubbc0\ub85c \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uac80\uc0c9 \uc791\uc5c5\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=\uc81c\uacf5\ub41c \uad6c\uc131 \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud55c \uae30\ubcf8 DN\uc744 \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc5ec \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc74c: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=\uc694\uccad\ud55c \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_INVALID_BASE_176=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ud55c \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\uc694\uccad\ud55c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\uac00 \uc798\ubabb\ub418\uc5c8\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\uc694\uccad\ud55c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\ub97c \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ub450 \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \ubc31\uc5c5 ID\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\ubd80\ubaa8 \ud56d\ubaa9\uc774 \uc5c6\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=DN\uc5d0 \uc694\uccad\ud55c \ubc31\uc5c5\uc774 \uc800\uc7a5\ub41c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\uc73c\ubbc0\ub85c \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=\ubc31\uc5c5 %s\uc774(\uac00) \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ucd94\uac00 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc0ad\uc81c \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\ubc31\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uae30\ubcf8 DN\uc744 \ud558\ub098\ub9cc \uc81c\uacf5\ud574\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\ud56d\ubaa9 %s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\ud56d\ubaa9 %s\uc740(\ub294) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc18d\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\ud56d\ubaa9 %s\uc774(\uac00) \uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=LDIF \uc791\uc131\uae30\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\ud56d\ubaa9 %s\uc744(\ub97c) LDIF\uc5d0 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=LDIF \ud310\ub3c5\uae30\ub97c \ub9cc\ub4e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=LDIF\uc5d0\uc11c \uc77d\ub294 \ub3d9\uc548 \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\uac00\uc838\uc624\uae30\ub97c \ucc98\ub9ac\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\uba54\ubaa8\ub9ac \uae30\ubc18 \ubc31\uc5d4\ub4dc\uac00 \ubc31\uc5c5 \ub610\ub294 \ubcf5\uc6d0 \uc791\uc5c5\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\ub300\uc0c1 \ud56d\ubaa9\uc774 \ub2e4\ub978 \ubc31\uc5d4\ub4dc\uc5d0 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\uc0c8 \ubd80\ubaa8 \ud56d\ubaa9 %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc758 \uc774\ub984\uc744 \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uc5d0\uc11c \uae30\ubcf8 DN %s\uc744(\ub97c) \ub4f1\ub85d\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 %s \uc218\uc815 \uc720\ud615\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\uc2a4\ud0a4\ub9c8 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 %s \uc18d\uc131 \uc720\ud615\uc758 \uc218\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc18d\uc131 \uc720\ud615, \uac1d\uccb4 \ud074\ub798\uc2a4, \uc774\ub984 \ud615\uc2dd, DIT \ucee8\ud150\ud2b8 \uaddc\uce59, DIT \uad6c\uc870 \uaddc\uce59 \ubc0f \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\ub9cc \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\uc18d\uc131 \uc720\ud615 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\uac1d\uccb4 \ud074\ub798\uc2a4 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\uc0c1\uc704 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\uc5c5\ub370\uc774\ud2b8\ub41c \uc2a4\ud0a4\ub9c8\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\uc774\ub984 \ud615\uc2dd \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=DIT \uad6c\uc870 \uaddc\uce59 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 \"%s\"(\uc744)\ub97c \ud574\ub3c5\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\uc11c\ubc84\uac00 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc788\ub294 %s \uc18d\uc131 \uc720\ud615\uc5d0 \ub300\ud55c \ubaa8\ub4e0 \uac12\uc744 \uc81c\uac70\ud558\ub3c4\ub85d \ud5c8\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc18d\uc131 \uc720\ud615(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc0c1\uc704 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uac1d\uccb4 \ud074\ub798\uc2a4(%s \ubc0f %s)\uc640 \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc774\ub984 \ud615\uc2dd(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 DIT \ucee8\ud150\ud2b8 \uaddc\uce59(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \ud544\uc218 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240= DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc120\ud0dd \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 DIT \uad6c\uc870 \uaddc\uce59(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=DIT \uad6c\uc870 \uaddc\uce59 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 DIT \uad6c\uc870 \uaddc\uce59 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc774\ub984 \ud615\uc2dd %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc774\ub984 \ud615\uc2dd %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc5ec\ub7ec \uae30\uc874 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9(%s \ubc0f %s)\uacfc \ucda9\ub3cc\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc774(\uac00) \uc774\ubbf8 \ub2e4\ub978 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %3$s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc740 \uc18d\uc131 \uc720\ud615 %2$s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \uc720\ud615 \uc5f0\uacb0\uc774 \uc18d\uc131 \uc720\ud615 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \ud074\ub798\uc2a4 \uc5f0\uacb0\uc774 \uac1d\uccb4 \ud074\ub798\uc2a4 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \ub300\ud574 \uc0c1\uc704 \uaddc\uce59 \uc5f0\uacb0\uc774 DIT \uad6c\uc870 \uaddc\uce59 \uc790\uc2e0\uc744 \ucc38\uc870\ud558\ub294 \uc21c\ud658 \ucc38\uc870\uac00 \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\uae30 \uc804\uc5d0 \uae30\uc874 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \ubcf5\uc0ac\ubcf8\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud588\uc73c\ubbc0\ub85c \ucd94\uac00 \uc815\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\uc5c5\ub370\uc774\ud2b8\ub97c \uc801\uc6a9\ud558\uae30 \uc804\uc5d0 \uae30\uc874 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \ubcf5\uc0ac\ubcf8\uc744 \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud560 \ub54c\uc5d0\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c \uc11c\ubc84\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uc740 \uc0c1\ub300\ub85c \ub0a8\uc544 \uc788\uc5b4 \uc218\ub3d9 \uc815\ub9ac\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \uc0c8 \ubc84\uc804\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud588\uc73c\ubbc0\ub85c \ucd94\uac00 \uc815\ub9ac\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc758 \uc0c8 \ubc84\uc804\uc744 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc6d0\ubcf8 \uc2a4\ud0a4\ub9c8 \uad6c\uc131\uc744 \ubcf5\uc6d0\ud560 \ub54c\uc5d0\ub3c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc73c\ubbc0\ub85c \uc11c\ubc84\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uc740 \uc0c1\ub300\ub85c \ub0a8\uc544 \uc788\uc5b4 \uc218\ub3d9 \uc815\ub9ac\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc18d\uc131 \uc720\ud615 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0\uc11c \ud544\uc218 \ub610\ub294 \uc120\ud0dd \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc774\ub984 \ud615\uc2dd %s\uc5d0\uc11c \ud544\uc218 \ub610\ub294 \uc120\ud0dd \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc5d0\uc11c \ud544\uc218, \uc120\ud0dd \ub610\ub294 \uae08\uc9c0\ub41c \uc18d\uc131 \uc720\ud615\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\uc18d\uc131 \uc720\ud615 %s\uc774(\uac00) \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc5d0 \uc758\ud574 \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc18d\uc131 \uc720\ud615\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) \uc774\ub984 \ud615\uc2dd %s\uc5d0 \ub300\ud55c \uad6c\uc870\uc801 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc774(\uac00) DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uad6c\uc870\uc801 \ub610\ub294 \ubcf4\uc870 \ud074\ub798\uc2a4\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uac1d\uccb4 \ud074\ub798\uc2a4\ub97c \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \uc758\ud574 \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) DIT \uad6c\uc870 \uaddc\uce59 %s\uc5d0 \ub300\ud55c \uc0c1\uc704 \uaddc\uce59\uc73c\ub85c \ucc38\uc870\ub418\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc815\uc758\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0\uc11c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \uc81c\uac70\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \uad6c\uc870\uc801\uc774\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\uc0c1\uc704 \uc720\ud615 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\uc5f0\uacb0\ub41c \uc77c\uce58 \uaddc\uce59 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc18d\uc131 \uc720\ud615 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\uc0c1\uc704 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\ud544\uc218 \uc18d\uc131 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\uc120\ud0dd \uc18d\uc131 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uac1d\uccb4 \ud074\ub798\uc2a4 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc774\ub984 \ud615\uc2dd %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \uc774\ub984 \ud615\uc2dd\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\uad6c\uc870\uc801 \uac1d\uccb4 \ud074\ub798\uc2a4 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 \uc815\uc758\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\uc9c0\ub9cc \ubcf4\uc870 \ud074\ub798\uc2a4\uac00 \uc544\ub2c8\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud544\uc694\ub85c \ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ud5c8\uc6a9\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \uae08\uc9c0\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\uc774\ub984 \ud615\uc2dd %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c DIT \uad6c\uc870 \uaddc\uce59 %s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=DIT \uad6c\uc870 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc0c1\uc704 \uaddc\uce59 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uad6c\uc870 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\uc77c\uce58 \uaddc\uce59 %2$s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \uc18d\uc131 \uc720\ud615 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \uc77c\uce58 \uaddc\uce59 \uc0ac\uc6a9\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=DIT \ucee8\ud150\ud2b8 \uaddc\uce59 %s\uc774(\uac00) \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\uc5d0 OBSOLETE\ub85c \ud45c\uc2dc\ub418\uc5b4 \uc788\ub294 \ubcf4\uc870 \uac1d\uccb4 \ud074\ub798\uc2a4 %s\uc744(\ub97c) \ucc38\uc870\ud558\ubbc0\ub85c \uc774 \ucee8\ud150\ud2b8 \uaddc\uce59\uc744 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84 \uc2a4\ud0a4\ub9c8\ub97c \uc218\uc815\ud560 \uc218 \uc788\ub294 \ucda9\ubd84\ud55c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\uc624\ud504\ub77c\uc778\uc5d0\uc11c \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\uac00 \ubcc0\uacbd\ub418\uc5c8\ub294\uc9c0 \ud655\uc778\ud558\uae30 \uc704\ud574 \uc5f0\uacb0\ub41c \uc2a4\ud0a4\ub9c8 \uc694\uc18c \uc815\uc758\uac00 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud30c\uc77c\uc740 %s \ub514\ub809\ud1a0\ub9ac\uc5d0 \uc788\uc5b4\uc57c \ud558\uace0 \uc774\ub984\uc740 %s \ub610\ub294 %s(\uc73c)\ub85c \uc9c0\uc815\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4. |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8 \ud30c\uc77c\uc744 \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc9c1\uc811 \ud3b8\uc9d1\ud558\uc5ec \uc2a4\ud0a4\ub9c8\ub97c \ubcc0\uacbd\ud588\ub294\uc9c0 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\ubaa8\ub4e0 \uc11c\ubc84 \uc2a4\ud0a4\ub9c8 \uc694\uc18c\uc758 \uc5f0\uacb0\ub41c \ubaa9\ub85d\uc774 \ub4e4\uc5b4 \uc788\ub294 \ud30c\uc77c %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. \uc11c\ubc84\uac00 \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc11c\ubc84\uc758 \uc2a4\ud0a4\ub9c8\uc5d0 \uc218\ud589\ub41c \ubcc0\uacbd \ub0b4\uc6a9\uc744 \uc815\ud655\ud788 \uc2dd\ubcc4\ud558\uc9c0 \ubabb\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=\ubc31\uc5d4\ub4dc ID %s\uc5d0 \ud574\ub2f9\ud558\ub294 JE \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ud658\uacbd\uc774 \uc190\uc0c1\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\ub97c \ub2e4\uc2dc \uc2dc\uc791\ud558\uc5ec \ud658\uacbd\uc744 \ub2e4\uc2dc \uc5ec\uc2ed\uc2dc\uc624. |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\ub514\ub809\ud1a0\ub9ac \uc11c\ubc84\uac00 \uc791\uc5c5 %s\uc744(\ub97c) \ud638\ucd9c\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | INFO_TASK_COMPLETION_BODY_299=\uc791\uc5c5 ID: %s\r\n\uc791\uc5c5 \uc0c1\ud0dc: %s\r\n\uc608\uc57d\ub41c \uc2dc\uc791 \uc2dc\uac04: %s\r\n\uc2e4\uc81c \uc2dc\uc791 \uc2dc\uac04: %s\r\n\uc644\ub8cc \uc2dc\uac04: %s\r\n\r\n\ub85c\uadf8 \uba54\uc2dc\uc9c0:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\uc694\uccad\ud55c \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ud55c \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \uc778\uc99d\uc11c \uc774\ub984\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-type \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \uc720\ud615 %1$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c PIN \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-file \uad6c\uc131 \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c PIN\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-environment-variable\uc5d0 \uc9c0\uc815\ub41c \ud658\uacbd \ubcc0\uc218 %1$s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-property \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c Java \ub4f1\ub85d \uc815\ubcf4 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\ud30c\uc77c %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ub0b4\uc6a9\uc744 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\uae30 \uc704\ud574 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \ud329\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\uc778\uc99d\uc11c \ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc790\uccb4 \uc11c\uba85\ub41c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\uc778\uc99d\uc11c %s\uc744(\ub97c) \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc774(\uac00) \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc758 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc758 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\uc778\uc99d\uc11c %s\uc744(\ub97c) \ud30c\uc77c\uc5d0 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc5d0 \ub300\ud55c \uad8c\ud55c\uc744 \uc124\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub8e8\ud2b8 \ucee8\ud14c\uc774\ub108\uac00 \ucd08\uae30\ud654\ub418\uc9c0 \uc54a\uc544 \uc694\uccad\ud55c \uc791\uc5c5\uc744 \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc4f0\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\uc791\uc5c5 \ud56d\ubaa9\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc791\uc5c5 \ud56d\ubaa9\ub9cc \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\uc11c\ubc84\uc758 \uc720\ud6a8\ud55c \uc791\uc5c5\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\uc5f0\uacb0\ub41c \uc791\uc5c5\uc758 \uc2e4\ud589\uc774 \uc644\ub8cc\ub418\uc5c8\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc644\ub8cc\ub41c \uc791\uc5c5\uc740 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\uc11c\ubc84\uac00 \ud604\uc7ac \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc218\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc791\uc5c5\uc774 \ud604\uc7ac \uc2e4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc2e4\ud589 \uc911\uc778 \uc791\uc5c5\uc5d0 \ub300\ud574\uc11c\ub294 ds-task-state \uc18d\uc131 \uac12\uc744 \"cancel\"\ub85c \uc218\uc815\ud558\ub294 \uc791\uc5c5\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\uc694\uccad\ud55c \ud56d\ubaa9\uc774 Null\uc774\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9\uc744 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=\uc694\uccad\ud55c \ud56d\ubaa9 %s\uc774(\uac00) \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\uc694\uccad\ud55c DN\uc774 \uae30\ubcf8 DN\ubcf4\ub2e4 \ud55c \uc218\uc900 \uc544\ub798\uc9c0\ub9cc \uc778\uc99d\uc11c \uc774\ub984\uc744 \uc9c0\uc815\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uac80\uc0c9\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 DN \uc218\uc815 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\uae30\ubcf8 DN\uc774 \ud558\ub098\ub9cc \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\ub97c \ucd08\uae30\ud654\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uc791\uc5c5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-file \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %1$s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-type \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \uc720\ud615 %1$s\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c PIN \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-file \uad6c\uc131 \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c PIN\uc744 \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-file\uc5d0 \uc9c0\uc815\ub41c \ud30c\uc77c %1$s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ud30c\uc77c\uc774 \ube44\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 \uc18d\uc131 ds-cfg-trust-store-pin-environment-variable\uc5d0 \uc9c0\uc815\ub41c \ud658\uacbd \ubcc0\uc218 %1$s\uc5d0 \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc758 ds-cfg-trust-store-pin-property \uc18d\uc131\uc5d0 \uc9c0\uc815\ub41c Java \ub4f1\ub85d \uc815\ubcf4 %1$s\uc5d0 \ud30c\uc77c \uae30\ubc18 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790\uc5d0 \uc561\uc138\uc2a4\ud558\ub294 \ub370 \ud544\uc694\ud55c PIN\uc774 \ub4e4\uc5b4 \uc788\uc5b4\uc57c \ud558\ub294\ub370 \uc774 \ub4f1\ub85d \uc815\ubcf4\uac00 \uc124\uc815\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0\uc11c ds-cfg-trust-store-file \uad6c\uc131 \uc18d\uc131 \uac12\uc744 \ud655\uc778\ud558\ub294 \ub3d9\uc548 \uc608\uae30\uce58 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=\ud30c\uc77c %s\uc5d0\uc11c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ub0b4\uc6a9\uc744 \ub85c\ub4dc\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc758 \ub0b4\uc6a9\uc5d0 \uc561\uc138\uc2a4\ud558\uae30 \uc704\ud574 \ud2b8\ub7ec\uc2a4\ud2b8 \uad00\ub9ac\uc790 \ud329\ud1a0\ub9ac\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=\uc778\uc99d\uc11c \ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc790\uccb4 \uc11c\uba85\ub41c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uc0dd\uc131\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\uc778\uc99d\uc11c %s\uc744(\ub97c) \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc5d0 \ucd94\uac00\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc774(\uac00) \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc758 \uac12\uc774 \ub4e4\uc5b4 \uc788\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\uc778\uc99d\uc11c \uc18d\uc131 %2$s\uc758 \uac12\uc774 \uc5ec\ub7ec \uac1c \ub4e4\uc5b4 \uc788\uc73c\ubbc0\ub85c \ud56d\ubaa9 %1$s\uc744(\ub97c) \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\uc778\uc99d\uc11c %s\uc744(\ub97c) \ud30c\uc77c\uc5d0 \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %s\uc5d0 \ub300\ud55c \uad8c\ud55c\uc744 \uc124\uc815\ud558\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\ubc31\uc5d4\ub4dc %s\uc5d0 \ub300\ud55c \ub8e8\ud2b8 \ucee8\ud14c\uc774\ub108\uac00 \ucd08\uae30\ud654\ub418\uc9c0 \uc54a\uc544 \uc694\uccad\ud55c \uc791\uc5c5\uc744 \uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ucc98\ub9ac\ud558\uc9c0 \ubabb\ud569\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\ud56d\ubaa9 %s\uc5d0 \ub300\ud55c \uc4f0\uae30 \uc7a0\uae08\uc744 \uac00\uc838\uc62c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\uc791\uc5c5 \ud56d\ubaa9\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc791\uc5c5 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 \uc791\uc5c5 \ud56d\ubaa9\ub9cc \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\uc11c\ubc84\uc758 \uc720\ud6a8\ud55c \uc791\uc5c5\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=\uc5f0\uacb0\ub41c \uc791\uc5c5\uc758 \uc2e4\ud589\uc774 \uc644\ub8cc\ub418\uc5c8\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc644\ub8cc\ub41c \uc791\uc5c5\uc740 \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_RECURRING_334=\uc11c\ubc84\uac00 \ud604\uc7ac \ubc18\ubcf5 \uc791\uc5c5 \ud56d\ubaa9\uc758 \uc218\uc815\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \ud56d\ubaa9 %s\uc744(\ub97c) \uc218\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TASKBE_MODIFY_RUNNING_335=\ud56d\ubaa9 %s\uacfc(\uc640) \uc5f0\uacb0\ub41c \uc791\uc5c5\uc774 \ud604\uc7ac \uc2e4\ud589 \uc911\uc785\ub2c8\ub2e4. \uc2e4\ud589 \uc911\uc778 \uc791\uc5c5\uc5d0 \ub300\ud574\uc11c\ub294 ds-task-state \uc18d\uc131 \uac12\uc744 \"cancel\"\ub85c \uc218\uc815\ud558\ub294 \uc791\uc5c5\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\uc791\uc5c5 \ucc98\ub9ac\uac00 \uc791\uc5c5\uc744 \ucde8\uc18c\ud558\ub77c\ub294 \uc218\uc815 \uc694\uccad\uc5d0 \uc758\ud574 \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uc0ad\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\uc778\uc99d\uc11c %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\ub294 \ud55c \uac1c \uae30\ubcf8 DN\ub9cc \uc9c0\uc6d0\ud558\ub294\ub370 \uc5ec\ub7ec \uae30\ubcf8 DN\uc744 \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 DN\uc774 %3$s\uc778 \ud56d\ubaa9\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc815\uc758\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc740 \ud56d\ubaa9 %3$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 \ud56d\ubaa9 %3$s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \uadf8 \ubd80\ubaa8 \ud56d\ubaa9\uc744 \uc544\uc9c1 \uc77d\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130 \ubc84\uc804\uc744 \uc4f0\uae30 \uc704\ud574 \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \ud30c\uc77c %1$s\uc5d0 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130\ub97c \uc4f0\uba74\uc11c \ud30c\uc77c %1$s\uc758 \uc774\ub984\uc744 %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 LDIF \ubc31\uc5d4\ub4dc\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\ud56d\ubaa9 %s\uc758 \ubd80\ubaa8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\ud56d\ubaa9 %s\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \uba3c\uc800 \ud558\uc704 \ud56d\ubaa9\uc744 \ubaa8\ub450 \uc81c\uac70\ud574\uc57c \uc774 \ud56d\ubaa9\uc744 \uc0ad\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\uc18c\uc2a4 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\uc0c8 \ubd80\ubaa8 DN %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\uac80\uc0c9 \uae30\uc900 DN\uc73c\ub85c \uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=LDIF \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc744 \uc704\ud574 \uc791\uc131\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=LDIF \ub0b4\ubcf4\ub0b4\uae30\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc704\ud574 \ud310\ub3c5\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\uac00\uc838\uc624\uae30 \ud30c\uc77c\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\ub294 \ub3d9\uc548 \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. LDIF \uac00\uc838\uc624\uae30\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \ubc31\uc5d4\ub4dc\ub294 \ud604\uc7ac \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uba54\ucee4\ub2c8\uc998\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub300\uc2e0 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc744 \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ud30c\uc77c %2$s\uc5d0\uc11c \uc778\uc99d\uc11c %1$s\uc744(\ub97c) \uc0ad\uc81c\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\uc778\uc99d\uc11c %2$s\uc774(\uac00) \uc5c6\uc73c\ubbc0\ub85c \ud2b8\ub7ec\uc2a4\ud2b8 \uc800\uc7a5\uc18c \ubc31\uc5d4\ub4dc\uc5d0\uc11c \ud56d\ubaa9 %1$s\uc744(\ub97c) \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\uad6c\uc131 \ud56d\ubaa9 %s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\ub294 \ud55c \uac1c \uae30\ubcf8 DN\ub9cc \uc9c0\uc6d0\ud558\ub294\ub370 \uc5ec\ub7ec \uae30\ubcf8 DN\uc744 \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 DN\uc774 %3$s\uc778 \ud56d\ubaa9\uc774 \uc5ec\ub7ec \uac1c \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 \ud574\ub2f9 \ubc31\uc5d4\ub4dc\uc5d0 \ub300\ud574 \uc815\uc758\ub41c \uae30\ubcf8 DN \uc544\ub798\uc5d0 \uc788\uc9c0 \uc54a\uc740 \ud56d\ubaa9 %3$s\uc774(\uac00) \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub3c4\ub85d \uad6c\uc131\ub41c LDIF \ud30c\uc77c %1$s\uc5d0 \ud56d\ubaa9 %3$s\uc774(\uac00) \ub4e4\uc5b4 \uc788\uc9c0\ub9cc \uadf8 \ubd80\ubaa8 \ud56d\ubaa9\uc744 \uc544\uc9c1 \uc77d\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130 \ubc84\uc804\uc744 \uc4f0\uae30 \uc704\ud574 \ud30c\uc77c %1$s\uc744(\ub97c) \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\uad6c\uc131 \ud56d\ubaa9 %2$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \ud30c\uc77c %1$s\uc5d0 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130\ub97c \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\uad6c\uc131 \ud56d\ubaa9 %3$s\uc5d0 \uc815\uc758\ub41c LDIF \ubc31\uc5d4\ub4dc\uc758 \uc5c5\ub370\uc774\ud2b8\ub41c \ub370\uc774\ud130\ub97c \uc4f0\uba74\uc11c \ud30c\uc77c %1$s\uc758 \uc774\ub984\uc744 %2$s(\uc73c)\ub85c \ubcc0\uacbd\ud558\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %4$s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 LDIF \ubc31\uc5d4\ub4dc\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\ud56d\ubaa9 %s\uc758 \ubd80\ubaa8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\ud56d\ubaa9 %s\uc5d0 \ud558\ub098 \uc774\uc0c1\uc758 \ud558\uc704 \ud56d\ubaa9\uc774 \uc788\uc73c\ubbc0\ub85c \uba3c\uc800 \ud558\uc704 \ud56d\ubaa9\uc744 \ubaa8\ub450 \uc81c\uac70\ud574\uc57c \uc774 \ud56d\ubaa9\uc744 \uc0ad\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\uc18c\uc2a4 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc774\ubbf8 \uc788\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\uc0c8 \ubd80\ubaa8 DN %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\uac80\uc0c9 \uae30\uc900 DN\uc73c\ub85c \uc9c0\uc815\ub41c \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=LDIF \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc744 \uc704\ud574 \uc791\uc131\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=LDIF \ub0b4\ubcf4\ub0b4\uae30\uc5d0\uc11c \ud56d\ubaa9 %s\uc744(\ub97c) \uc4f0\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=LDIF \uac00\uc838\uc624\uae30 \uc791\uc5c5\uc744 \uc704\ud574 \ud310\ub3c5\uae30\ub97c \ub9cc\ub4dc\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\uac00\uc838\uc624\uae30 \ud30c\uc77c\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc77d\ub294 \ub3d9\uc548 \ubcf5\uad6c\ud560 \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s. LDIF \uac00\uc838\uc624\uae30\ub97c \uacc4\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \ubc31\uc5d4\ub4dc\ub294 \ud604\uc7ac \ubc31\uc5c5 \ubc0f \ubcf5\uc6d0 \uba54\ucee4\ub2c8\uc998\uc744 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub300\uc2e0 LDIF \uac00\uc838\uc624\uae30 \ubc0f \ub0b4\ubcf4\ub0b4\uae30 \uc791\uc5c5\uc744 \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=LDIF \ud30c\uc77c \uacbd\ub85c\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=LDIF \ubc31\uc5d4\ub4dc \uae30\ubcf8 DN\uc5d0 \ub300\ud55c \ubcc0\uacbd \ub0b4\uc6a9\uc740 \ubc31\uc5d4\ub4dc\ub97c \ube44\ud65c\uc131\ud654\ud588\ub2e4\uac00 \ub2e4\uc2dc \ud65c\uc131\ud654\ud574\uc57c \uc801\uc6a9\ub429\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\ud0a4 \uc800\uc7a5\uc18c %2$s\uc5d0\uc11c \ud0a4 %1$s\uc744(\ub97c) \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 hasSubordinates \uc791\uc5c5 \uc18d\uc131\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 numSubordinates \uc791\uc5c5 \uc18d\uc131\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | NOTICE_BACKEND_OFFLINE_370=\ubc31\uc5d4\ub4dc %s\uc774(\uac00) \uc774\uc81c \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc804\ud658\ub429\ub2c8\ub2e4. |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=%s \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\ub300\uc0c1 \ud56d\ubaa9 %s\uc774(\uac00) \uc5c6\uc2b5\ub2c8\ub2e4. |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=\ud0a4 \uc800\uc7a5\uc18c %2$s\uc5d0\uc11c \ud0a4 %1$s\uc744(\ub97c) \uc77d\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %3$s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 hasSubordinates \uc791\uc5c5 \uc18d\uc131\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\uc774 \ubc31\uc5d4\ub4dc\uc5d0\uc11c\ub294 numSubordinates \uc791\uc5c5 \uc18d\uc131\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. |
| | | NOTE_BACKEND_OFFLINE_370=\ubc31\uc5d4\ub4dc %s\uc774(\uac00) \uc774\uc81c \uc624\ud504\ub77c\uc778\uc73c\ub85c \uc804\ud658\ub429\ub2c8\ub2e4. |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\uc11c\uba85\ub41c \ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s MAC \uacf5\uae09\uc790\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\ubc31\uc5c5\uc6a9 \ud574\uc2dc\ub97c \ub9cc\ub4e4\uae30 \uc704\ud574 %s \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\ubc31\uc5c5\uc744 \uc554\ud638\ud654\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc554\ud638\ub97c \uac00\uc838\uc624\ub294 \ub3d9\uc548 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uba54\uc2dc\uc9c0 \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\ubc31\uc5c5 \uc544\uce74\uc774\ube0c\uc5d0\uc11c \uacc4\uc0b0\ub41c \uc11c\uba85\ub41c \ub2e4\uc774\uc81c\uc2a4\ud2b8\uac00 \ubc31\uc5c5 \uc815\ubcf4\uc640 \ud568\uaed8 \uc800\uc7a5\ub41c \uc11c\uba85\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4. |
| | | ERR_BACKUP_MISSING_BACKUPID_407=%s \ubc31\uc5c5\uc5d0 \ub300\ud55c \uc815\ubcf4\ub97c \ubc31\uc5c5 \ub514\ub809\ud1a0\ub9ac %s\uc5d0\uc11c \ucc3e\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. |
| | |
| | | NOTICE_BACKEND_OFFLINE_370=Zaplecze %s zostaje teraz wy\u0142\u0105czone |
| | | NOTE_BACKEND_OFFLINE_370=Zaplecze %s zostaje teraz wy\u0142\u0105czone |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=Lokalne zaplecze bazy danych %s nie okre\u015bla ilo\u015bci czystszych w\u0105tk\u00f3w: u\u017cywam domy\u015blnych %d w\u0105tk\u00f3w |
| | | NOTICE_TASK_STARTED_413=%s zadanie %s rozpocz\u0119\u0142o wykonywanie |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\u00f3by backupu pliku zada\u0144 %s: %s |
| | | NOTE_TASK_STARTED_413=%s zadanie %s rozpocz\u0119\u0142o wykonywanie |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=Wyst\u0105pi\u0142 b\u0142\u0105d podczas pr\u00f3by backupu pliku zada\u0144 %s: %s |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=Lokalne zaplecze bazy danych %s nie okre\u015bla ilo\u015bci tabel blokowanych: u\u017cywam domy\u015blnych %d |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Wpis %s nie istnieje w zapleczu opartym o pami\u0119\u0107 |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Wpis %s nie istnieje w zapleczu opartym o pami\u0119\u0107 |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u7cfb\u7edf\u5c1d\u8bd5\u4ece\u5e26\u6709\u540e\u7f00 "%2$s" \u7684\u540e\u7aef\u53d6\u6d88\u6ce8\u518c\u5b50\u540e\u7f00 "%1$s"\u3002\u4f46\u662f\uff0c\u5305\u542b\u8be5\u5b50\u540e\u7f00\u7684\u6b21\u7ea7\u540e\u7aef\u4e5f\u5305\u542b\u5176\u4ed6\u5b50\u540e\u7f00\uff0c\u53ef\u80fd\u4e0d\u4f1a\u88ab\u53d6\u6d88\u6ce8\u518c\u3002\u901a\u8fc7\u7f16\u8f91\u4e0e\u5176\u5173\u8054\u7684\u6b21\u7ea7\u540e\u7aef\u7684\u914d\u7f6e\uff0c\u4e5f\u8bb8\u53ef\u4ee5\u79fb\u9664\u8be5\u5b50\u540e\u7f00 |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u7cfb\u7edf\u5c1d\u8bd5\u914d\u7f6e\u6839 DSE \u540e\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u57fa DN "%s" \u5df2\u914d\u7f6e\u4e3a\u6b21\u7ea7\u57fa DN \u4e4b\u4e00\uff0c\u4ee5\u7528\u4e8e\u6839 DSE \u4ee5\u4e0b\u7684\u641c\u7d22\u3002\u4f46\u662f\uff0c\u8fd9\u4e2a\u57fa DN \u672a\u88ab\u4efb\u4f55\u4f7f\u7528\u76ee\u5f55\u670d\u52a1\u5668\u6ce8\u518c\u7684\u540e\u7f00\u5904\u7406\uff0c\u56e0\u6b64\u4e0d\u4f1a\u88ab\u4f7f\u7528 |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u5c1d\u8bd5\u786e\u5b9a\u5c06\u7528\u4e8e\u6839 DSE \u4ee5\u4e0b\u641c\u7d22\u7684\u6b21\u7ea7\u57fa DN \u7684\u96c6\u65f6\u53d1\u751f\u975e\u9884\u671f\u95ee\u9898: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\u5df2\u8bf7\u6c42\u6839 DSE \u540e\u7aef\u68c0\u7d22\u5177\u6709 DN "%s" \u7684\u6761\u76ee\u3002\u53ea\u5e94\u8bf7\u6c42\u8be5\u540e\u7aef\u68c0\u7d22\u6839 DSE \u672c\u8eab\u3002\u4e0d\u8fc7\uff0c\u5b83\u5c06\u68c0\u67e5\u5b9a\u4e49\u7684\u4ece\u5c5e\u540e\u7aef\uff0c\u5e76\u67e5\u770b\u80fd\u5426\u627e\u5230\u8bf7\u6c42\u7684\u6761\u76ee |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u6839 DSE \u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u65e0\u6cd5\u5728\u6839 DSE \u540e\u7aef\u4e2d\u4f7f\u7528\u57fa DN "%3$s" \u6267\u884c\u641c\u7d22\uff08\u8fde\u63a5 ID \u4e3a %1$d\uff0c\u64cd\u4f5c ID \u4e3a %2$d\uff09\u3002\u5728\u8be5\u540e\u7aef\u4e2d\uff0c\u7528\u4e8e\u641c\u7d22\u7684\u57fa DN \u5fc5\u987b\u4e3a\u6839 DSE \u672c\u8eab\u7684 DN |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u5c1d\u8bd5\u5728\u6839 DSE \u540e\u7aef\u4e2d\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u65f6\u53d1\u751f\u975e\u9884\u671f\u5931\u8d25: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u65e0\u6cd5\u5904\u7406\u5e26\u6709\u8fde\u63a5 ID %d \u548c\u64cd\u4f5c ID %d \u7684\u641c\u7d22\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u65e0\u6548\u7684\u4f5c\u7528\u57df %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u5c1d\u8bd5\u6253\u5f00\u6839 DSE \u540e\u7aef\u7684 LDIF \u5199\u5165\u7a0b\u5e8f\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u5c1d\u8bd5\u5c06\u6839 DSE \u6761\u76ee\u5bfc\u51fa\u5230\u6307\u5b9a\u7684 LDIF \u76ee\u6807\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\u6839 DSE \u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\u6839 DSE \u540e\u7aef\u672a\u63d0\u4f9b\u7528\u4e8e\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177\u3002\u5e94\u8be5\u5c06\u6839 DSE \u7684\u5185\u5bb9\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u7684\u4e00\u90e8\u5206\u8fdb\u884c\u5907\u4efd |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u7cfb\u7edf\u5c1d\u8bd5\u4ece\u5e26\u6709\u540e\u7f00 "%2$s" \u7684\u540e\u7aef\u53d6\u6d88\u6ce8\u518c\u5b50\u540e\u7f00 "%1$s"\u3002\u4f46\u662f\uff0c\u5305\u542b\u8be5\u5b50\u540e\u7f00\u7684\u6b21\u7ea7\u540e\u7aef\u4e5f\u5305\u542b\u5176\u4ed6\u5b50\u540e\u7f00\uff0c\u53ef\u80fd\u4e0d\u4f1a\u88ab\u53d6\u6d88\u6ce8\u518c\u3002\u901a\u8fc7\u7f16\u8f91\u4e0e\u5176\u5173\u8054\u7684\u6b21\u7ea7\u540e\u7aef\u7684\u914d\u7f6e\uff0c\u4e5f\u8bb8\u53ef\u4ee5\u79fb\u9664\u8be5\u5b50\u540e\u7f00 |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u7cfb\u7edf\u5c1d\u8bd5\u914d\u7f6e\u6839 DSE \u540e\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u5b58\u5728\u8fd9\u79cd\u60c5\u51b5 |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u57fa DN "%s" \u5df2\u914d\u7f6e\u4e3a\u6b21\u7ea7\u57fa DN \u4e4b\u4e00\uff0c\u4ee5\u7528\u4e8e\u6839 DSE \u4ee5\u4e0b\u7684\u641c\u7d22\u3002\u4f46\u662f\uff0c\u8fd9\u4e2a\u57fa DN \u672a\u88ab\u4efb\u4f55\u4f7f\u7528\u76ee\u5f55\u670d\u52a1\u5668\u6ce8\u518c\u7684\u540e\u7f00\u5904\u7406\uff0c\u56e0\u6b64\u4e0d\u4f1a\u88ab\u4f7f\u7528 |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u5c1d\u8bd5\u786e\u5b9a\u5c06\u7528\u4e8e\u6839 DSE \u4ee5\u4e0b\u641c\u7d22\u7684\u6b21\u7ea7\u57fa DN \u7684\u96c6\u65f6\u53d1\u751f\u975e\u9884\u671f\u95ee\u9898: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=\u5df2\u8bf7\u6c42\u6839 DSE \u540e\u7aef\u68c0\u7d22\u5177\u6709 DN "%s" \u7684\u6761\u76ee\u3002\u53ea\u5e94\u8bf7\u6c42\u8be5\u540e\u7aef\u68c0\u7d22\u6839 DSE \u672c\u8eab\u3002\u4e0d\u8fc7\uff0c\u5b83\u5c06\u68c0\u67e5\u5b9a\u4e49\u7684\u4ece\u5c5e\u540e\u7aef\uff0c\u5e76\u67e5\u770b\u80fd\u5426\u627e\u5230\u8bf7\u6c42\u7684\u6761\u76ee |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u6839 DSE \u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6839 DSE \u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u65e0\u6cd5\u5728\u6839 DSE \u540e\u7aef\u4e2d\u4f7f\u7528\u57fa DN "%3$s" \u6267\u884c\u641c\u7d22\uff08\u8fde\u63a5 ID \u4e3a %1$d\uff0c\u64cd\u4f5c ID \u4e3a %2$d\uff09\u3002\u5728\u8be5\u540e\u7aef\u4e2d\uff0c\u7528\u4e8e\u641c\u7d22\u7684\u57fa DN \u5fc5\u987b\u4e3a\u6839 DSE \u672c\u8eab\u7684 DN |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u5c1d\u8bd5\u5728\u6839 DSE \u540e\u7aef\u4e2d\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff08\u8fde\u63a5 ID \u4e3a %d\uff0c\u64cd\u4f5c ID \u4e3a %d\uff09\u65f6\u53d1\u751f\u975e\u9884\u671f\u5931\u8d25: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u65e0\u6cd5\u5904\u7406\u5e26\u6709\u8fde\u63a5 ID %d \u548c\u64cd\u4f5c ID %d \u7684\u641c\u7d22\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u65e0\u6548\u7684\u4f5c\u7528\u57df %s |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u5c1d\u8bd5\u6253\u5f00\u6839 DSE \u540e\u7aef\u7684 LDIF \u5199\u5165\u7a0b\u5e8f\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u5c1d\u8bd5\u5c06\u6839 DSE \u6761\u76ee\u5bfc\u51fa\u5230\u6307\u5b9a\u7684 LDIF \u76ee\u6807\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=\u6839 DSE \u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=\u6839 DSE \u540e\u7aef\u672a\u63d0\u4f9b\u7528\u4e8e\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177\u3002\u5e94\u8be5\u5c06\u6839 DSE \u7684\u5185\u5bb9\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u7684\u4e00\u90e8\u5206\u8fdb\u884c\u5907\u4efd |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u5df2\u5b9a\u4e49\u7684\u76ee\u5f55\u670d\u52a1\u5668\u540e\u7f00\u96c6\u5728\u6839 DSE \u4e0b\u6267\u884c\u641c\u7d22 |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u57fa DN \u96c6 %s \u5728\u6839 DSE \u4e0b\u6267\u884c\u641c\u7d22 |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u65b0\u7684\u7528\u6237\u5b9a\u4e49\u5c5e\u6027\u96c6 |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u7cfb\u7edf\u5c1d\u8bd5\u914d\u7f6e\u76d1\u89c6\u5668\u540e\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u6ca1\u6709\u53ef\u7528\u4e8e\u534f\u8bae\u7684\u76d1\u89c6\u5668\u4fe1\u606f |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=\u5c1d\u8bd5\u89e3\u7801 cn=monitor \u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u76d1\u89c6\u5668\u4fe1\u606f\u7684\u57fa DN \u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s\u3002\u6ca1\u6709\u53ef\u7528\u4e8e\u534f\u8bae\u7684\u76d1\u89c6\u5668\u4fe1\u606f |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u57fa\u76d1\u89c6\u5668\u6761\u76ee\u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u5c1d\u8bd5\u5bfc\u51fa\u57fa\u76d1\u89c6\u5668\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u5c1d\u8bd5\u5bfc\u51fa\u76d1\u89c6\u5668\u63d0\u4f9b\u8005 %s \u7684\u76d1\u89c6\u5668\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76d1\u89c6\u5668\u540e\u7aef\u4e0d\u652f\u6301 lDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76d1\u89c6\u5668\u540e\u7aef\u672a\u63d0\u4f9b\u7528\u4e8e\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177 |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u7cfb\u7edf\u5c1d\u8bd5\u914d\u7f6e\u76d1\u89c6\u5668\u540e\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u6ca1\u6709\u53ef\u7528\u4e8e\u534f\u8bae\u7684\u76d1\u89c6\u5668\u4fe1\u606f |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=\u5c1d\u8bd5\u89e3\u7801 cn=monitor \u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u76d1\u89c6\u5668\u4fe1\u606f\u7684\u57fa DN \u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s\u3002\u6ca1\u6709\u53ef\u7528\u4e8e\u534f\u8bae\u7684\u76d1\u89c6\u5668\u4fe1\u606f |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u65e0\u6cd5\u66f4\u65b0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c\u3002\u5982\u679c\u8981\u4fee\u6539\u57fa\u76d1\u89c6\u5668\u6761\u76ee\u672c\u8eab\u7684\u5185\u5bb9\uff0c\u4e5f\u8bb8\u53ef\u901a\u8fc7\u4fee\u6539\u914d\u7f6e\u4e2d\u7684 "%s" \u6761\u76ee\u6765\u5b8c\u6210 |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u5c1d\u8bd5\u5bfc\u51fa\u57fa\u76d1\u89c6\u5668\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u5c1d\u8bd5\u5bfc\u51fa\u76d1\u89c6\u5668\u63d0\u4f9b\u8005 %s \u7684\u76d1\u89c6\u5668\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76d1\u89c6\u5668\u540e\u7aef\u4e0d\u652f\u6301 lDIF \u5bfc\u5165\u64cd\u4f5c |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76d1\u89c6\u5668\u540e\u7aef\u672a\u63d0\u4f9b\u7528\u4e8e\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c\u7684\u5de5\u5177 |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\u5df2\u66f4\u65b0\u76d1\u89c6\u5668\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u65b0\u7684\u7528\u6237\u5b9a\u4e49\u5c5e\u6027\u96c6 |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684 DN \u4e3a Null |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0d\u5728\u76d1\u89c6\u5668\u57fa %s \u4e4b\u4e0b |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684 DN \u4e3a Null |
| | | ERR_MONITOR_INVALID_BASE_34=\u65e0\u6cd5\u4ece\u76d1\u89c6\u5668\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0d\u5728\u76d1\u89c6\u5668\u57fa %s \u4e4b\u4e0b |
| | | INFO_MONITOR_UPTIME_37=%d \u5929 %d \u5c0f\u65f6 %d \u5206\u949f %d \u79d2 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u7cfb\u7edf\u5c1d\u8bd5\u914d\u7f6e\u6a21\u5f0f\u540e\u7aef\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u6ca1\u6709\u53ef\u7528\u4e8e\u534f\u8bae\u7684\u6a21\u5f0f\u4fe1\u606f |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u5c1d\u8bd5\u786e\u5b9a\u5728\u53d1\u5e03\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4fe1\u606f\u65f6\u6240\u4f7f\u7528\u7684\u57fa DN \u65f6\u53d1\u751f\u9519\u8bef\uff0c\u5982\u914d\u7f6e\u6761\u76ee %s \u7684 ds-cfg-schema-entry-dn \u5c5e\u6027\u4e2d\u6240\u6307\u5b9a: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u7684\u65b9\u6848\u57fa DN cn=schema |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u5c1d\u8bd5\u5bfc\u51fa\u57fa\u6a21\u5f0f\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=\u65e0\u6cd5\u4ece\u6a21\u5f0f\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0e\u67d0\u4e2a\u6a21\u5f0f\u6761\u76ee DN \u76f8\u540c |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u5c1d\u8bd5\u6253\u5f00\u6a21\u5f0f\u540e\u7aef\u7684 LDIF \u5199\u5165\u7a0b\u5e8f\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u7cfb\u7edf\u5c1d\u8bd5\u914d\u7f6e\u6a21\u5f0f\u540e\u7aef\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u6761\u76ee\u3002\u4e0d\u5141\u8bb8\u6267\u884c\u8be5\u64cd\u4f5c\uff0c\u6ca1\u6709\u53ef\u7528\u4e8e\u534f\u8bae\u7684\u6a21\u5f0f\u4fe1\u606f |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u5c1d\u8bd5\u786e\u5b9a\u5728\u53d1\u5e03\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f\u4fe1\u606f\u65f6\u6240\u4f7f\u7528\u7684\u57fa DN \u65f6\u53d1\u751f\u9519\u8bef\uff0c\u5982\u914d\u7f6e\u6761\u76ee %s \u7684 ds-cfg-schema-entry-dn \u5c5e\u6027\u4e2d\u6240\u6307\u5b9a: %s\u3002\u5c06\u4f7f\u7528\u9ed8\u8ba4\u7684\u65b9\u6848\u57fa DN cn=schema |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u65e0\u6cd5\u5220\u9664\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee "%s"\uff0c\u56e0\u4e3a\u6a21\u5f0f\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u5c1d\u8bd5\u5bfc\u51fa\u57fa\u6a21\u5f0f\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=\u65e0\u6cd5\u4ece\u6a21\u5f0f\u540e\u7aef\u4e2d\u68c0\u7d22\u8bf7\u6c42\u7684\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8be5 DN \u4e0e\u67d0\u4e2a\u6a21\u5f0f\u6761\u76ee DN \u76f8\u540c |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u5c1d\u8bd5\u6253\u5f00\u6a21\u5f0f\u540e\u7aef\u7684 LDIF \u5199\u5165\u7a0b\u5e8f\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=\u5df2\u6210\u529f\u53d6\u6d88\u6ce8\u518c DN %s\uff0c\u56e0\u6b64\uff0c\u5b83\u5c06\u4e0d\u518d\u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u63d0\u4f9b |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\u5c1d\u8bd5\u5c06 %s \u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u53d6\u6d88\u6ce8\u518c\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\u5c1d\u8bd5\u5c06 %s \u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u53d6\u6d88\u6ce8\u518c\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=\u5df2\u6210\u529f\u5c06 DN %s \u6ce8\u518c\u4e3a\u65b0\u7684\u6a21\u5f0f\u6761\u76ee DN |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=\u5c1d\u8bd5\u5c06 %s \u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u6ce8\u518c\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=\u5c1d\u8bd5\u5c06 %s \u4f5c\u4e3a\u6a21\u5f0f\u6761\u76ee DN \u6ce8\u518c\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\u5df2\u66f4\u65b0\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u5b83\u73b0\u5728\u4f1a\u4f7f\u7528\u65b0\u7684\u7528\u6237\u5b9a\u4e49\u5c5e\u6027\u96c6 |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u7ecf\u8fc7\u591a\u6b21\u5c1d\u8bd5\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u6761\u76ee %s \u4e0a\u7684\u9501\u3002\u8fd9\u8868\u793a\u8be5\u6761\u76ee\u5df2\u7ecf\u88ab\u957f\u65f6\u95f4\u8fd0\u884c\u7684\u64cd\u4f5c\u9501\u5b9a\uff0c\u6216\u8005\u6761\u76ee\u4e8b\u5148\u5df2\u88ab\u9501\u5b9a\u4f46\u672a\u6b63\u786e\u89e3\u9664\u9501\u5b9a |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u8005\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u6a21\u5f0f\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u6a21\u5f0f\u5907\u4efd %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u5c1d\u8bd5\u5728\u76ee\u5f55 %s \u4e2d\u83b7\u53d6\u6587\u4ef6\u5217\u8868\u4ee5\u5c06\u5176\u5305\u542b\u4e8e\u6a21\u5f0f\u5907\u4efd\u4e2d\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u5c1d\u8bd5\u5907\u4efd\u6a21\u5f0f\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u5173\u95ed\u6a21\u5f0f\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u5c1d\u8bd5\u901a\u8fc7\u6a21\u5f0f\u5907\u4efd\u76f8\u5173\u4fe1\u606f\u6765\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u65e0\u6cd5\u5728\u76ee\u5f55 %2$s \u4e2d\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u6b64\u7c7b\u5907\u4efd |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u65e0\u6cd5\u5728\u76ee\u5f55 %2$s \u4e2d\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u80fd\u786e\u5b9a\u5f52\u6863\u6587\u4ef6\u540d |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5f52\u6863\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u5f52\u6863 %s \u662f\u5426\u5b58\u5728\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u672a\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684\u6458\u8981\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s \u6458\u8981\u7b97\u6cd5\u7684\u672a\u7b7e\u540d\u6563\u5217 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684 MAC \u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s MAC \u7b97\u6cd5\u7684\u7b7e\u540d\u6563\u5217 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u6253\u5f00\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u5bc6\u7801\u8fdb\u884c\u52a0\u5bc6: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u5c06\u5f53\u524d\u6a21\u5f0f\u76ee\u5f55\u4ece %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u4e0d\u8fc7\uff0c\u5df2\u4fdd\u7559\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u73b0\u5728\u4f4d\u4e8e\u5176\u539f\u59cb\u4f4d\u7f6e %s \u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\u5df2\u88ab\u4fdd\u7559\uff0c\u4e14\u5df2\u5305\u542b\u5728 %s \u76ee\u5f55\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u521b\u5efa\u65b0\u7684\u7a7a\u76ee\u5f55 %s\uff08\u6587\u4ef6\u6062\u590d\u7684\u76ee\u6807\u76ee\u5f55\uff09\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\u5df2\u88ab\u4fdd\u7559\u5728 %s \u76ee\u5f55\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u4ece\u5f52\u6863\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u4e0b\u4e00\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u91cd\u65b0\u521b\u5efa\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5f53\u5904\u7406\u5df2\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u5173\u95ed\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u76f8\u5339\u914d |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u4e0d\u5339\u914d |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u76f8\u5339\u914d |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u4e0d\u5339\u914d |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u5bf9\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u5907\u4efd %1$s \u6267\u884c\u7684\u6240\u6709\u6d4b\u8bd5\u8868\u660e\u5f52\u6863\u6587\u4ef6\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\u5df2\u6210\u529f\u4ece\u76ee\u5f55 %2$s \u4e2d\u7684\u5f52\u6863\u6587\u4ef6\u6062\u590d\u6a21\u5f0f\u5907\u4efd %1$s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4efb\u52a1\u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u5177\u6709\u65e0\u6548\u7684\u72b6\u6001 %s |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6761\u76ee %2$s \u89e3\u6790\u8ba1\u5212\u7684\u5f00\u59cb\u65f6\u95f4\u503c %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6761\u76ee %2$s \u89e3\u6790\u5b9e\u9645\u7684\u5f00\u59cb\u65f6\u95f4\u503c %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6761\u76ee %2$s \u89e3\u6790\u5b8c\u6210\u65f6\u95f4\u503c %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\u4efb\u52a1\u6761\u76ee %s \u7f3a\u5c11\u5fc5\u9700\u5c5e\u6027 %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u5b58\u5728\u5c5e\u6027 %1$s \u7684\u591a\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u5c5e\u6027 %1$s \u6ca1\u6709\u503c |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u5c5e\u6027 %1$s \u5b58\u5728\u591a\u4e2a\u503c |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\u6267\u884c\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u662f\u4fdd\u7559\u5faa\u73af\u4efb\u52a1 ID \u6240\u5fc5\u9700\u7684 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b\u7c7b\u578b\u4e3a %s \u7684\u591a\u4e2a\u5c5e\u6027\uff0c\u8fd9\u4e9b\u5c5e\u6027\u7528\u4e8e\u4fdd\u7559\u5faa\u73af\u4efb\u52a1 ID\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b %s \u5c5e\u6027\u7684\u4efb\u4f55\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1 ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1 ID\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u503c |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b\u5c5e\u6027 %s\uff0c\u6307\u5b9a\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u9700\u8981\u8be5\u5c5e\u6027 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b\u7c7b\u578b\u4e3a %s \u7684\u591a\u4e2a\u5c5e\u6027\uff0c\u8fd9\u4e9b\u5c5e\u6027\u7528\u4e8e\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b %s \u5c5e\u6027\u7684\u4efb\u4f55\u503c\uff0c\u8fd9\u4e9b\u503c\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1\u8ba1\u5212 |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u503c\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u503c |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u5c1d\u8bd5\u52a0\u8f7d\u5728\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u7684\u5c5e\u6027 %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s\u3002\u6b64\u7c7b\u662f\u5426\u5b58\u5728\u4e8e\u76ee\u5f55\u670d\u52a1\u5668\u7c7b\u8def\u5f84\u4e2d\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u5c1d\u8bd5\u521b\u5efa\u7c7b %s \u7684\u5b9e\u4f8b\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8be5\u7c7b\u662f\u5426\u4e3a %s \u7684\u5b50\u7c7b\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u5c1d\u8bd5\u901a\u8fc7\u63d0\u4f9b\u6761\u76ee\u4e2d\u6240\u5305\u542b\u7684\u4fe1\u606f\u5728\u7c7b %s \u7684\u5b9e\u4f8b\u4e0a\u6267\u884c\u5185\u90e8\u521d\u59cb\u5316\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\u4efb\u52a1\u540e\u7aef\u914d\u7f6e\u6761\u76ee\u672a\u5305\u542b\u4efb\u4f55\u57fa DN\u3002\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u4efb\u52a1\u4fe1\u606f\u5fc5\u987b\u5b58\u5728\u4e00\u4e2a\u5b9e\u9645\u7684\u57fa DN |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u4efb\u52a1\u540e\u7aef\u914d\u7f6e\u6761\u76ee\u5305\u542b\u591a\u4e2a\u57fa DN\u3002\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u4efb\u52a1\u4fe1\u606f\u5fc5\u987b\u5b58\u5728\u4e00\u4e2a\u5b9e\u9645\u7684\u57fa DN |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u5c1d\u8bd5\u89e3\u7801\u5faa\u73af\u4efb\u52a1\u57fa %s \u4f5c\u4e3a DN \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u5c1d\u8bd5\u89e3\u7801\u8ba1\u5212\u4efb\u52a1\u57fa %s \u4f5c\u4e3a DN \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u5df2\u5b58\u5728\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u4e0d\u4f1a\u5c1d\u8bd5\u8986\u5199\u3002\u8bf7\u9996\u5148\u5220\u9664\u6216\u91cd\u547d\u540d\u73b0\u6709\u6587\u4ef6\uff0c\u518d\u5c1d\u8bd5\u4f7f\u7528\u65b0\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u6216\u9009\u62e9\u65b0\u7684\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u6307\u5b9a\u7684\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84 %s \u4f3c\u4e4e\u4e3a\u65e0\u6548\u8def\u5f84\u3002\u8bf7\u9009\u62e9\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %2$s \u7684\u7236\u76ee\u5f55 %1$s \u4e0d\u5b58\u5728\u3002\u8bf7\u9996\u5148\u521b\u5efa\u8be5\u76ee\u5f55\u518d\u5c1d\u8bd5\u4f7f\u7528\u65b0\u652f\u6301\u6587\u4ef6\u7684\u8fd9\u4e2a\u8def\u5f84\uff0c\u6216\u9009\u62e9\u65b0\u7684\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %2$s \u7684\u7236\u76ee\u5f55 %1$s \u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u76ee\u5f55\u3002\u8bf7\u9009\u62e9\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84 |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u5c1d\u8bd5\u786e\u5b9a\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u7ecf\u8fc7\u591a\u6b21\u5c1d\u8bd5\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u65e0\u6cd5\u83b7\u53d6\u6761\u76ee %s \u4e0a\u7684\u9501\u3002\u8fd9\u8868\u793a\u8be5\u6761\u76ee\u5df2\u7ecf\u88ab\u957f\u65f6\u95f4\u8fd0\u884c\u7684\u64cd\u4f5c\u9501\u5b9a\uff0c\u6216\u8005\u6761\u76ee\u4e8b\u5148\u5df2\u88ab\u9501\u5b9a\u4f46\u672a\u6b63\u786e\u89e3\u9664\u9501\u5b9a |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u8005\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u6a21\u5f0f\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u6a21\u5f0f\u5907\u4efd %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u5c1d\u8bd5\u5728\u76ee\u5f55 %s \u4e2d\u83b7\u53d6\u6587\u4ef6\u5217\u8868\u4ee5\u5c06\u5176\u5305\u542b\u4e8e\u6a21\u5f0f\u5907\u4efd\u4e2d\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u5c1d\u8bd5\u5907\u4efd\u6a21\u5f0f\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u5173\u95ed\u6a21\u5f0f\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u5c1d\u8bd5\u901a\u8fc7\u6a21\u5f0f\u5907\u4efd\u76f8\u5173\u4fe1\u606f\u6765\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u65e0\u6cd5\u5728\u76ee\u5f55 %2$s \u4e2d\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u6b64\u7c7b\u5907\u4efd |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u65e0\u6cd5\u5728\u76ee\u5f55 %2$s \u4e2d\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u80fd\u786e\u5b9a\u5f52\u6863\u6587\u4ef6\u540d |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5f52\u6863\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u5f52\u6863 %s \u662f\u5426\u5b58\u5728\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u672a\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684\u6458\u8981\u7b97\u6cd5 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s \u6458\u8981\u7b97\u6cd5\u7684\u672a\u7b7e\u540d\u6563\u5217 |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684 MAC \u7b97\u6cd5 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5b83\u5177\u6709\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s MAC \u7b97\u6cd5\u7684\u7b7e\u540d\u6563\u5217 |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u6253\u5f00\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u5bc6\u7801\u8fdb\u884c\u52a0\u5bc6: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u5c06\u5f53\u524d\u6a21\u5f0f\u76ee\u5f55\u4ece %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u4e0d\u8fc7\uff0c\u5df2\u4fdd\u7559\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u4e4b\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\uff0c\u8fd9\u4e9b\u6587\u4ef6\u73b0\u5728\u4f4d\u4e8e\u5176\u539f\u59cb\u4f4d\u7f6e %s \u4e2d |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u5728\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\u5df2\u88ab\u4fdd\u7559\uff0c\u4e14\u5df2\u5305\u542b\u5728 %s \u76ee\u5f55\u4e2d |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u521b\u5efa\u65b0\u7684\u7a7a\u76ee\u5f55 %s\uff08\u6587\u4ef6\u6062\u590d\u7684\u76ee\u6807\u76ee\u5f55\uff09\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u51fa\u73b0\u4e86\u5bfc\u81f4\u65e0\u6cd5\u6b63\u786e\u6062\u590d\u6a21\u5f0f\u5907\u4efd\u7684\u9519\u8bef\u3002\u6062\u590d\u8fc7\u7a0b\u5f00\u59cb\u524d\u4f4d\u4e8e\u9002\u5f53\u4f4d\u7f6e\u7684\u539f\u59cb\u6a21\u5f0f\u6587\u4ef6\u5df2\u88ab\u4fdd\u7559\u5728 %s \u76ee\u5f55\u4e2d |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u4ece\u5f52\u6863\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u4e0b\u4e00\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u65e0\u6cd5\u6062\u590d\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u91cd\u65b0\u521b\u5efa\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5f53\u5904\u7406\u5df2\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u5173\u95ed\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u76f8\u5339\u914d |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u4e0d\u5339\u914d |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u76f8\u5339\u914d |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u6a21\u5f0f\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u4e0d\u5339\u914d |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u5bf9\u76ee\u5f55 %2$s \u4e2d\u7684\u6a21\u5f0f\u5907\u4efd %1$s \u6267\u884c\u7684\u6240\u6709\u6d4b\u8bd5\u8868\u660e\u5f52\u6863\u6587\u4ef6\u4f3c\u4e4e\u6709\u6548 |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=\u5df2\u6210\u529f\u4ece\u76ee\u5f55 %2$s \u4e2d\u7684\u5f52\u6863\u6587\u4ef6\u6062\u590d\u6a21\u5f0f\u5907\u4efd %1$s |
| | | ERR_TASK_INVALID_STATE_91=\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4efb\u52a1\u65e0\u6548\uff0c\u56e0\u4e3a\u5176\u5177\u6709\u65e0\u6548\u7684\u72b6\u6001 %s |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6761\u76ee %2$s \u89e3\u6790\u8ba1\u5212\u7684\u5f00\u59cb\u65f6\u95f4\u503c %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6761\u76ee %2$s \u89e3\u6790\u5b9e\u9645\u7684\u5f00\u59cb\u65f6\u95f4\u503c %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6761\u76ee %2$s \u89e3\u6790\u5b8c\u6210\u65f6\u95f4\u503c %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | ERR_TASK_MISSING_ATTR_95=\u4efb\u52a1\u6761\u76ee %s \u7f3a\u5c11\u5fc5\u9700\u5c5e\u6027 %s |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u5b58\u5728\u5c5e\u6027 %1$s \u7684\u591a\u4e2a\u5b9e\u4f8b |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u5c5e\u6027 %1$s \u6ca1\u6709\u503c |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u4efb\u52a1\u6761\u76ee %2$s \u4e2d\u7684\u5c5e\u6027 %1$s \u5b58\u5728\u591a\u4e2a\u503c |
| | | ERR_TASK_EXECUTE_FAILED_99=\u6267\u884c\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u662f\u4fdd\u7559\u5faa\u73af\u4efb\u52a1 ID \u6240\u5fc5\u9700\u7684 |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b\u7c7b\u578b\u4e3a %s \u7684\u591a\u4e2a\u5c5e\u6027\uff0c\u8fd9\u4e9b\u5c5e\u6027\u7528\u4e8e\u4fdd\u7559\u5faa\u73af\u4efb\u52a1 ID\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u5b9e\u4f8b |
| | | ERR_RECURRINGTASK_NO_ID_102=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b %s \u5c5e\u6027\u7684\u4efb\u4f55\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1 ID |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u5c5e\u6027\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1 ID\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u503c |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE_104=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b\u5c5e\u6027 %s\uff0c\u6307\u5b9a\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u9700\u8981\u8be5\u5c5e\u6027 |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES_105=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b\u7c7b\u578b\u4e3a %s \u7684\u591a\u4e2a\u5c5e\u6027\uff0c\u8fd9\u4e9b\u5c5e\u6027\u7528\u4e8e\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u5b9e\u4f8b |
| | | ERR_RECURRINGTASK_NO_SCHEDULE_VALUES_106=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b %s \u5c5e\u6027\u7684\u4efb\u4f55\u503c\uff0c\u8fd9\u4e9b\u503c\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1\u8ba1\u5212 |
| | | ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES_107=\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u8be5\u503c\u7528\u4e8e\u6307\u5b9a\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u503c |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u5c1d\u8bd5\u52a0\u8f7d\u5728\u63d0\u4f9b\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u7684\u5c5e\u6027 %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s\u3002\u6b64\u7c7b\u662f\u5426\u5b58\u5728\u4e8e\u76ee\u5f55\u670d\u52a1\u5668\u7c7b\u8def\u5f84\u4e2d\uff1f |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u5c1d\u8bd5\u521b\u5efa\u7c7b %s \u7684\u5b9e\u4f8b\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8be5\u7c7b\u662f\u5426\u4e3a %s \u7684\u5b50\u7c7b\uff1f |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u5c1d\u8bd5\u901a\u8fc7\u63d0\u4f9b\u6761\u76ee\u4e2d\u6240\u5305\u542b\u7684\u4fe1\u606f\u5728\u7c7b %s \u7684\u5b9e\u4f8b\u4e0a\u6267\u884c\u5185\u90e8\u521d\u59cb\u5316\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=\u4efb\u52a1\u540e\u7aef\u914d\u7f6e\u6761\u76ee\u672a\u5305\u542b\u4efb\u4f55\u57fa DN\u3002\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u4efb\u52a1\u4fe1\u606f\u5fc5\u987b\u5b58\u5728\u4e00\u4e2a\u5b9e\u9645\u7684\u57fa DN |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u4efb\u52a1\u540e\u7aef\u914d\u7f6e\u6761\u76ee\u5305\u542b\u591a\u4e2a\u57fa DN\u3002\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u7684\u4efb\u52a1\u4fe1\u606f\u5fc5\u987b\u5b58\u5728\u4e00\u4e2a\u5b9e\u9645\u7684\u57fa DN |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u5c1d\u8bd5\u89e3\u7801\u5faa\u73af\u4efb\u52a1\u57fa %s \u4f5c\u4e3a DN \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u5c1d\u8bd5\u89e3\u7801\u8ba1\u5212\u4efb\u52a1\u57fa %s \u4f5c\u4e3a DN \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u7684\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u5df2\u5b58\u5728\uff0c\u76ee\u5f55\u670d\u52a1\u5668\u5c06\u4e0d\u4f1a\u5c1d\u8bd5\u8986\u5199\u3002\u8bf7\u9996\u5148\u5220\u9664\u6216\u91cd\u547d\u540d\u73b0\u6709\u6587\u4ef6\uff0c\u518d\u5c1d\u8bd5\u4f7f\u7528\u65b0\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u6216\u9009\u62e9\u65b0\u7684\u8def\u5f84 |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u6307\u5b9a\u7684\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84 %s \u4f3c\u4e4e\u4e3a\u65e0\u6548\u8def\u5f84\u3002\u8bf7\u9009\u62e9\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84 |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %2$s \u7684\u7236\u76ee\u5f55 %1$s \u4e0d\u5b58\u5728\u3002\u8bf7\u9996\u5148\u521b\u5efa\u8be5\u76ee\u5f55\u518d\u5c1d\u8bd5\u4f7f\u7528\u65b0\u652f\u6301\u6587\u4ef6\u7684\u8fd9\u4e2a\u8def\u5f84\uff0c\u6216\u9009\u62e9\u65b0\u7684\u8def\u5f84 |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %2$s \u7684\u7236\u76ee\u5f55 %1$s \u5b58\u5728\uff0c\u4f46\u4e0d\u662f\u76ee\u5f55\u3002\u8bf7\u9009\u62e9\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84 |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u5c1d\u8bd5\u786e\u5b9a\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u65b0\u8def\u5f84\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\u5df2\u5b8c\u6210\u4efb\u52a1\u7684\u4fdd\u7559\u65f6\u95f4\u5df2\u66f4\u65b0\u4e3a %d \u79d2\u3002\u6b64\u66f4\u65b0\u5c06\u7acb\u5373\u751f\u6548 |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\u5df2\u5c06\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6\u7684\u8def\u5f84\u66f4\u6539\u4e3a %s\u3002\u5f53\u524d\u4efb\u52a1\u914d\u7f6e\u7684\u5feb\u7167\u5df2\u5199\u5165\u5230\u8be5\u6587\u4ef6\u4e2d\uff0c\u5b83\u5c06\u7ee7\u7eed\u7528\u4e8e\u4ee5\u540e\u7684\u66f4\u65b0 |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\u53ea\u80fd\u5728\u8ba1\u5212\u4efb\u52a1\u7684 %s \u4ee5\u4e0b\u6216\u5faa\u73af\u4efb\u52a1\u7684 %s \u4ee5\u4e0b\u76f4\u63a5\u6dfb\u52a0\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u65b0\u6761\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u4efb\u52a1\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=\u53ea\u80fd\u5728\u8ba1\u5212\u4efb\u52a1\u7684 %s \u4ee5\u4e0b\u6216\u5faa\u73af\u4efb\u52a1\u7684 %s \u4ee5\u4e0b\u76f4\u63a5\u6dfb\u52a0\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u65b0\u6761\u76ee |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u4efb\u52a1\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\u8be5\u6587\u4ef6\u5305\u542b\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u540e\u7aef\u4f7f\u7528\u7684\u6570\u636e\u3002\u4e0d\u8981\u76f4\u63a5\u7f16\u8f91\u8be5\u6587\u4ef6\uff0c\u56e0\u4e3a\u5b58\u5728\u8fd9\u4e9b\u66f4\u6539\u5c06\u4f1a\u4e22\u5931\u7684\u98ce\u9669\u3002\u53ea\u5e94\u4f7f\u7528\u968f\u76ee\u5f55\u670d\u52a1\u5668\u63d0\u4f9b\u7684\u7ba1\u7406\u5b9e\u7528\u7a0b\u5e8f\u6765\u7f16\u8f91\u9884\u5b9a\u4efb\u52a1\u548c\u590d\u53d1\u6027\u4efb\u52a1\u5b9a\u4e49 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u65e0\u6cd5\u5c06\u5faa\u73af\u4efb\u52a1 %s \u6dfb\u52a0\u5230\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728 ID \u76f8\u540c\u7684\u53e6\u4e00\u5faa\u73af\u4efb\u52a1 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u65e0\u6cd5\u8ba1\u5212\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728 ID \u76f8\u540c\u7684\u53e6\u4e00\u4efb\u52a1 |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u5c1d\u8bd5\u8ba1\u5212\u5faa\u73af\u4efb\u52a1 %s \u7684\u4e0b\u4e00\u4e2a\u8fed\u4ee3\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u5c1d\u8bd5\u8bfb\u53d6\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4e2d\u7b2c %d \u884c\uff08\u6216\u63a5\u8fd1\u8be5\u884c\uff09\u7684\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u8fd9\u5e76\u975e\u81f4\u547d\u9519\u8bef\uff0c\u56e0\u6b64\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u4f1a\u5c1d\u8bd5\u7ee7\u7eed\u89e3\u6790\u6587\u4ef6\u548c\u8ba1\u5212\u5176\u6240\u5305\u542b\u7684\u5176\u4ed6\u6240\u6709\u4efb\u52a1 |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u5c1d\u8bd5\u8bfb\u53d6\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4e2d\u7b2c %d \u884c\uff08\u6216\u63a5\u8fd1\u8be5\u884c\uff09\u7684\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u8fd9\u662f\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef\uff0c\u89e3\u6790\u65e0\u6cd5\u7ee7\u7eed |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u8bfb\u53d6\u81ea\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u7684\u6761\u76ee %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u6ca1\u6709\u7236\u7c7b\u4e14\u4e0d\u5339\u914d %s \u7684\u4efb\u52a1\u6839 DN |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u5c1d\u8bd5\u89e3\u6790\u6761\u76ee %s \u4f5c\u4e3a\u5faa\u73af\u4efb\u52a1\u5e76\u5c06\u5176\u6dfb\u52a0\u5230\u8c03\u5ea6\u7a0b\u5e8f\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u5c1d\u8bd5\u89e3\u6790\u6761\u76ee %s \u4f5c\u4e3a\u4efb\u52a1\u5e76\u5c06\u5176\u6dfb\u52a0\u5230\u8c03\u5ea6\u7a0b\u5e8f\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u4ece\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %2$s \u8bfb\u53d6\u7684\u6761\u76ee %1$s \u5177\u6709\u5bf9\u4efb\u52a1\u6216\u5faa\u73af\u4efb\u52a1\u5b9a\u4e49\u65e0\u6548\u7684 DN\uff0c\u5c06\u88ab\u5ffd\u7565 |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u8bfb\u53d6\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u5c1d\u8bd5\u521b\u5efa\u65b0\u7684\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4ee5\u642d\u914d\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u4f7f\u7528\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u9700\u8981\u7528\u4e8e\u6307\u5b9a\u7c7b\uff08\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\uff09\u7684\u5b8c\u5168\u7b26\u5408\u6761\u4ef6\u7684\u540d\u79f0 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u5305\u542b\u7c7b\u578b\u4e3a %s \u7684\u591a\u4e2a\u5c5e\u6027\uff0c\u7528\u4e8e\u4fdd\u6301\u4efb\u52a1\u7c7b\u540d\u79f0\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u5b9e\u4f8b |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b %s \u5c5e\u6027\u7684\u4efb\u4f55\u503c\uff0c\u7528\u4e8e\u6307\u5b9a\u7c7b\uff08\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\uff09\u7684\u5b8c\u5168\u7b26\u5408\u6761\u4ef6\u7684\u540d\u79f0 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u7528\u4e8e\u6307\u5b9a\u4efb\u52a1\u7c7b\u540d\u79f0\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u503c |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u5c1d\u8bd5\u52a0\u8f7d\u5728\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u7684\u5c5e\u6027 %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s\u3002\u6b64\u7c7b\u662f\u5426\u5b58\u5728\u4e8e\u76ee\u5f55\u670d\u52a1\u5668\u7c7b\u8def\u5f84\u4e2d\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u5c1d\u8bd5\u521b\u5efa\u7c7b %s \u7684\u5b9e\u4f8b\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8be5\u7c7b\u662f\u5426\u4e3a %s \u7684\u5b50\u7c7b\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u5c1d\u8bd5\u901a\u8fc7\u63d0\u4f9b\u6761\u76ee\u4e2d\u6240\u5305\u542b\u7684\u4fe1\u606f\u5728\u7c7b %s \u7684\u5b9e\u4f8b\u4e0a\u6267\u884c\u5185\u90e8\u521d\u59cb\u5316\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u5c1d\u8bd5\u5c06\u5f53\u524d\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u7684\u540d\u79f0\u7531 %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u4e0a\u4e00\u4e2a\u4efb\u52a1\u914d\u7f6e\uff08\u4e0d\u53cd\u6620\u6700\u65b0\u66f4\u65b0\uff09\u53ef\u80fd\u5df2\u4e22\u5931 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\u5c1d\u8bd5\u5c06\u65b0\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u7684\u540d\u79f0\u7531 %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u5982\u679c\u76ee\u5f55\u670d\u52a1\u5668\u5df2\u91cd\u65b0\u542f\u52a8\uff0c\u5219\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u53ef\u80fd\u672a\u6309\u9884\u671f\u5de5\u4f5c |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u5c1d\u8bd5\u5199\u5165\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u53cd\u6620\u6700\u65b0\u66f4\u65b0\u7684\u914d\u7f6e\u4fe1\u606f\u53ef\u80fd\u5df2\u4e22\u5931 |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u4efb\u52a1\u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u65e0\u6cd5\u5c06\u5faa\u73af\u4efb\u52a1 %s \u6dfb\u52a0\u5230\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728 ID \u76f8\u540c\u7684\u53e6\u4e00\u5faa\u73af\u4efb\u52a1 |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u65e0\u6cd5\u8ba1\u5212\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u5df2\u5b58\u5728 ID \u76f8\u540c\u7684\u53e6\u4e00\u4efb\u52a1 |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u5c1d\u8bd5\u8ba1\u5212\u5faa\u73af\u4efb\u52a1 %s \u7684\u4e0b\u4e00\u4e2a\u8fed\u4ee3\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u5c1d\u8bd5\u8bfb\u53d6\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4e2d\u7b2c %d \u884c\uff08\u6216\u63a5\u8fd1\u8be5\u884c\uff09\u7684\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u8fd9\u5e76\u975e\u81f4\u547d\u9519\u8bef\uff0c\u56e0\u6b64\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u4f1a\u5c1d\u8bd5\u7ee7\u7eed\u89e3\u6790\u6587\u4ef6\u548c\u8ba1\u5212\u5176\u6240\u5305\u542b\u7684\u5176\u4ed6\u6240\u6709\u4efb\u52a1 |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u5c1d\u8bd5\u8bfb\u53d6\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4e2d\u7b2c %d \u884c\uff08\u6216\u63a5\u8fd1\u8be5\u884c\uff09\u7684\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u8fd9\u662f\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef\uff0c\u89e3\u6790\u65e0\u6cd5\u7ee7\u7eed |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u8bfb\u53d6\u81ea\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u7684\u6761\u76ee %s \u65e0\u6548\uff0c\u56e0\u4e3a\u5b83\u6ca1\u6709\u7236\u7c7b\u4e14\u4e0d\u5339\u914d %s \u7684\u4efb\u52a1\u6839 DN |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u5c1d\u8bd5\u89e3\u6790\u6761\u76ee %s \u4f5c\u4e3a\u5faa\u73af\u4efb\u52a1\u5e76\u5c06\u5176\u6dfb\u52a0\u5230\u8c03\u5ea6\u7a0b\u5e8f\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u5c1d\u8bd5\u89e3\u6790\u6761\u76ee %s \u4f5c\u4e3a\u4efb\u52a1\u5e76\u5c06\u5176\u6dfb\u52a0\u5230\u8c03\u5ea6\u7a0b\u5e8f\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u4ece\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %2$s \u8bfb\u53d6\u7684\u6761\u76ee %1$s \u5177\u6709\u5bf9\u4efb\u52a1\u6216\u5faa\u73af\u4efb\u52a1\u5b9a\u4e49\u65e0\u6548\u7684 DN\uff0c\u5c06\u88ab\u5ffd\u7565 |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u5c1d\u8bd5\u4ece\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u8bfb\u53d6\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u5c1d\u8bd5\u521b\u5efa\u65b0\u7684\u4efb\u52a1\u652f\u6301\u6587\u4ef6 %s \u4ee5\u642d\u914d\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u4f7f\u7528\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b\u5c5e\u6027 %s\uff0c\u8be5\u5c5e\u6027\u9700\u8981\u7528\u4e8e\u6307\u5b9a\u7c7b\uff08\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\uff09\u7684\u5b8c\u5168\u7b26\u5408\u6761\u4ef6\u7684\u540d\u79f0 |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u5305\u542b\u7c7b\u578b\u4e3a %s \u7684\u591a\u4e2a\u5c5e\u6027\uff0c\u7528\u4e8e\u4fdd\u6301\u4efb\u52a1\u7c7b\u540d\u79f0\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u5b9e\u4f8b |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u672a\u5305\u542b %s \u5c5e\u6027\u7684\u4efb\u4f55\u503c\uff0c\u7528\u4e8e\u6307\u5b9a\u7c7b\uff08\u63d0\u4f9b\u4efb\u52a1\u903b\u8f91\uff09\u7684\u5b8c\u5168\u7b26\u5408\u6761\u4ef6\u7684\u540d\u79f0 |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u5305\u542b %s \u5c5e\u6027\u7684\u591a\u4e2a\u503c\uff0c\u7528\u4e8e\u6307\u5b9a\u4efb\u52a1\u7c7b\u540d\u79f0\uff0c\u4f46\u53ea\u5141\u8bb8\u5355\u4e2a\u503c |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u5c1d\u8bd5\u52a0\u8f7d\u5728\u63d0\u4f9b\u7684\u4efb\u52a1\u6761\u76ee\u7684\u5c5e\u6027 %2$s \u4e2d\u6307\u5b9a\u7684\u7c7b %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s\u3002\u6b64\u7c7b\u662f\u5426\u5b58\u5728\u4e8e\u76ee\u5f55\u670d\u52a1\u5668\u7c7b\u8def\u5f84\u4e2d\uff1f |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u5c1d\u8bd5\u521b\u5efa\u7c7b %s \u7684\u5b9e\u4f8b\u4f5c\u4e3a\u76ee\u5f55\u670d\u52a1\u5668\u4efb\u52a1\u65f6\u53d1\u751f\u9519\u8bef\u3002\u8be5\u7c7b\u662f\u5426\u4e3a %s \u7684\u5b50\u7c7b\uff1f |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u5c1d\u8bd5\u901a\u8fc7\u63d0\u4f9b\u6761\u76ee\u4e2d\u6240\u5305\u542b\u7684\u4fe1\u606f\u5728\u7c7b %s \u7684\u5b9e\u4f8b\u4e0a\u6267\u884c\u5185\u90e8\u521d\u59cb\u5316\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u5c1d\u8bd5\u5c06\u5f53\u524d\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u7684\u540d\u79f0\u7531 %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u4e0a\u4e00\u4e2a\u4efb\u52a1\u914d\u7f6e\uff08\u4e0d\u53cd\u6620\u6700\u65b0\u66f4\u65b0\uff09\u53ef\u80fd\u5df2\u4e22\u5931 |
| | | ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE_153=\u5c1d\u8bd5\u5c06\u65b0\u4efb\u52a1\u652f\u6301\u6587\u4ef6\u7684\u540d\u79f0\u7531 %s \u91cd\u547d\u540d\u4e3a %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u5982\u679c\u76ee\u5f55\u670d\u52a1\u5668\u5df2\u91cd\u65b0\u542f\u52a8\uff0c\u5219\u4efb\u52a1\u8c03\u5ea6\u7a0b\u5e8f\u53ef\u80fd\u672a\u6309\u9884\u671f\u5de5\u4f5c |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u5c1d\u8bd5\u5199\u5165\u65b0\u4efb\u52a1\u6570\u636e\u652f\u6301\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u53cd\u6620\u6700\u65b0\u66f4\u65b0\u7684\u914d\u7f6e\u4fe1\u606f\u53ef\u80fd\u5df2\u4e22\u5931 |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u4efb\u52a1\u540e\u7aef\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\u6b63\u5728\u5173\u95ed\u4efb\u52a1\u540e\u7aef |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=\u5df2\u66f4\u65b0\u6839 DSE \u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u914d\u7f6e\u5c5e\u6027 %s \u73b0\u5728\u4f1a\u4f7f\u7528\u503c %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u65e0\u6cd5\u79fb\u9664\u6302\u8d77\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u6b64\u7c7b\u4efb\u52a1 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u65e0\u6cd5\u79fb\u9664\u6302\u8d77\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u4efb\u52a1\u4e0d\u518d\u662f\u6302\u8d77\u72b6\u6001 |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u65e0\u6cd5\u79fb\u9664\u5df2\u5b8c\u6210\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u5728\u5df2\u5b8c\u6210\u4efb\u52a1\u5217\u8868\u4e2d\u4e0d\u5b58\u5728\u6b64\u7c7b\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u79fb\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176 DN \u4e0d\u9002\u5408\u8be5\u540e\u7aef\u6216\u5e76\u975e\u4f4d\u4e8e\u8ba1\u5212\u6216\u5faa\u73af\u4efb\u52a1\u57fa\u6761\u76ee\u7684\u4e0b\u65b9 |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u79fb\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u8be5\u6761\u76ee DN \u5173\u8054\u7684\u8ba1\u5212\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u4efb\u52a1\u6b63\u5728\u8fd0\u884c |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u79fb\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u8be5\u6761\u76ee DN \u5173\u8054\u7684\u5faa\u73af\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\u65e0\u6cd5\u5728\u4efb\u52a1\u540e\u7aef\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u57fa DN %s \u5bf9\u4e8e\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u6761\u76ee\u65e0\u6548 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u65e0\u6cd5\u5728\u4efb\u52a1\u540e\u7aef\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u63d0\u4f9b\u7684\u641c\u7d22\u57fa\u6761\u76ee %s \u5173\u8054\u7684\u8ba1\u5212\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u65e0\u6cd5\u5728\u4efb\u52a1\u540e\u7aef\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u63d0\u4f9b\u7684\u641c\u7d22\u57fa\u6761\u76ee %s \u5173\u8054\u7684\u5faa\u73af\u4efb\u52a1 |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u65e0\u6cd5\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u914d\u7f6e\u6761\u76ee\u4e3a null |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u65e0\u6cd5\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u89e3\u7801\u540e\u7aef\u7684\u57fa DN \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u6761\u76ee\u4e3a null |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u5728\u57fa DN \u7684\u4e0b\u4e00\u7ea7\u522b\u4f46\u672a\u6307\u5b9a\u5907\u4efd\u76ee\u5f55 |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u5907\u4efd\u76ee\u5f55\u65e0\u6548: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u5c1d\u8bd5\u68c0\u67e5\u8bf7\u6c42\u7684\u5907\u4efd\u76ee\u5f55\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u5728\u57fa DN \u7684\u4e0b\u9762\u4e24\u4e2a\u7ea7\u522b\u4f46\u672a\u6307\u5b9a\u5907\u4efd ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u7236\u7c7b |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a DN \u672a\u5305\u542b\u8bf7\u6c42\u7684\u5907\u4efd\u5fc5\u987b\u9a7b\u7559\u7684\u5907\u4efd\u76ee\u5f55 |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\u5907\u4efd %s \u4e0d\u5b58\u5728\u4e8e\u5907\u4efd\u76ee\u5f55 %s \u4e2d |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u51fa\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u5fc5\u987b\u63d0\u4f9b\u4e00\u4e2a\u57fa DN \u4ee5\u4fbf\u914d\u5408\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4f7f\u7528 |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u5df2\u5b58\u5728\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u62e5\u6709\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u6ca1\u6709\u5176\u7236\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u6761\u76ee %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u542b\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u6b21\u7ea7\u6761\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=\u65e0\u6cd5\u521b\u5efa LDIF \u4e66\u5199\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u5199\u5165 LDIF: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=\u65e0\u6cd5\u521b\u5efa LDIF \u8bfb\u53d6\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=\u4ece LDIF \u4e2d\u8bfb\u53d6\u65f6\u51fa\u73b0\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\u5f53\u5904\u7406\u5bfc\u5165\u65f6\u53d1\u751f\u672a\u9884\u671f\u9519\u8bef: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e0d\u652f\u6301\u5907\u4efd\u6216\u6062\u590d\u64cd\u4f5c |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u542b\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u6b21\u7ea7\u6761\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u76ee\u6807\u6761\u76ee\u5728\u5176\u4ed6\u540e\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u65b0\u7684\u7236\u6761\u76ee %s |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u5c1d\u8bd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u57fa DN %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301 %s \u4fee\u6539\u7c7b\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301\u4fee\u6539 %s \u5c5e\u6027\u7c7b\u578b\u3002\u53ea\u80fd\u4fee\u6539\u5c5e\u6027\u7c7b\u578b\u3001\u5bf9\u8c61\u7c7b\u3001\u540d\u79f0\u683c\u5f0f\u3001DIT \u5185\u5bb9\u89c4\u5219\u3001DIT \u7ed3\u6784\u89c4\u5219\u548c\u5339\u914d\u89c4\u5219\u7528\u6cd5 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5728\u5c1d\u8bd5\u89e3\u7801\u5c5e\u6027\u7c7b\u578b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u5728\u5c1d\u8bd5\u89e3\u7801\u5bf9\u8c61\u7c7b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u5176\u4e0a\u7ea7\u7c7b %s |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u9700\u8981\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %s |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u5728\u5c1d\u8bd5\u5199\u5165\u66f4\u65b0\u7684\u6a21\u5f0f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u5728\u5c1d\u8bd5\u89e3\u7801\u540d\u79f0\u683c\u5f0f "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=\u5728\u5c1d\u8bd5\u89e3\u7801 DIT \u5185\u5bb9\u89c4\u5219 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=\u5728\u5c1d\u8bd5\u89e3\u7801 DIT \u7ed3\u6784\u89c4\u5219 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u5728\u5c1d\u8bd5\u89e3\u7801\u5339\u914d\u89c4\u5219\u7528\u6cd5 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u670d\u52a1\u5668\u5c06\u7981\u6b62\u5220\u9664\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d %s \u5c5e\u6027\u7c7b\u578b\u7684\u6240\u6709\u503c |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u5c5e\u6027\u7c7b\u578b\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u4e0a\u7ea7\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 objectclass\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u540d\u79f0\u683c\u5f0f\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 DIT \u5185\u5bb9\u89c4\u5219\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u7ed3\u6784\u5316 objectclass %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a DIT \u5185\u5bb9\u89c4\u5219 %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u8f85\u52a9 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7981\u6b62\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 DIT \u7ed3\u6784\u89c4\u5219\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u540d\u79f0\u683c\u5f0f %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a DIT \u7ed3\u6784\u89c4\u5219 %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u540d\u79f0\u683c\u5f0f %s |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u5339\u914d\u89c4\u5219\u7528\u6cd5\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u5339\u914d\u89c4\u5219 %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u76f8\u5173\u8054 |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u68c0\u6d4b\u5230\u5c5e\u6027\u7c7b\u578b %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u7c7b\u578b\u94fe\u5f15\u7528\u8be5\u5c5e\u6027\u7c7b\u578b\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u68c0\u6d4b\u5230 objectclass %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u7c7b\u94fe\u5f15\u7528\u8be5 objectclass \u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=\u68c0\u6d4b\u5230 DIT \u7ed3\u6784\u89c4\u5219 %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u89c4\u5219\u94fe\u5f15\u7528\u8be5 DIT \u7ed3\u6784\u89c4\u5219\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u5728\u5e94\u7528\u66f4\u65b0\u4e4b\u524d\u5c1d\u8bd5\u521b\u5efa\u73b0\u6709\u6a21\u5f0f\u6587\u4ef6\u7684\u526f\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u4ee5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u4e0d\u9700\u8981\u6267\u884c\u5176\u4ed6\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u5728\u5e94\u7528\u66f4\u65b0\u4e4b\u524d\u5c1d\u8bd5\u521b\u5efa\u73b0\u6709\u6a21\u5f0f\u6587\u4ef6\u7684\u526f\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5728\u5c1d\u8bd5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u65f6\uff0c\u4e5f\u51fa\u73b0\u4e86\u95ee\u9898\uff0c\u56e0\u6b64\uff0c\u670d\u52a1\u5668\u53ef\u80fd\u5904\u4e8e\u4e0d\u4e00\u81f4\u72b6\u6001\uff0c\u5e76\u4e14\u53ef\u80fd\u9700\u8981\u624b\u52a8\u6267\u884c\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7248\u672c\u7684\u670d\u52a1\u5668\u6a21\u5f0f\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u4ee5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u4e0d\u9700\u8981\u6267\u884c\u5176\u4ed6\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7248\u672c\u7684\u670d\u52a1\u5668\u6a21\u5f0f\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5728\u5c1d\u8bd5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u65f6\uff0c\u4e5f\u51fa\u73b0\u4e86\u95ee\u9898\uff0c\u56e0\u6b64\uff0c\u670d\u52a1\u5668\u53ef\u80fd\u5904\u4e8e\u4e0d\u4e00\u81f4\u72b6\u6001\uff0c\u5e76\u4e14\u53ef\u80fd\u9700\u8981\u624b\u52a8\u6267\u884c\u6e05\u9664\u64cd\u4f5c |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u5c5e\u6027\u7c7b\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u7684\u4e0a\u7ea7\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a objectclass %s \u4e2d\u7684\u5fc5\u9700\u6216\u53ef\u9009\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u540d\u79f0\u683c\u5f0f %s \u4e2d\u7684\u5fc5\u9700\u6216\u53ef\u9009\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u5185\u5bb9\u89c4\u5219 %s \u4e2d\u7684\u5fc5\u9700\u3001\u53ef\u9009\u6216\u7981\u6b62\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u5f15\u7528\u8be5\u7c7b\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd objectclass |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a objectclass %s \u7684\u4e0a\u7ea7\u7c7b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u540d\u79f0\u683c\u5f0f %s \u7684\u7ed3\u6784\u5316\u7c7b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u5185\u5bb9\u89c4\u5219 %s \u7684\u7ed3\u6784\u5316\u7c7b\u6216\u8f85\u52a9\u7c7b\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u540d\u79f0\u683c\u5f0f |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u5f15\u7528\u8be5\u683c\u5f0f |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd DIT \u5185\u5bb9\u89c4\u5219 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd DIT \u7ed3\u6784\u89c4\u5219 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u7684\u4e0a\u7ea7\u89c4\u5219\u88ab\u5f15\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u5339\u914d\u89c4\u5219\u7528\u6cd5 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e86\u5b83\u5f15\u7528\u7684 objectclass %s\uff0c\u4f46\u8be5 objectclass \u4e0d\u662f\u7ed3\u6784\u5316 objectclass |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u4e86\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u975e\u7ed3\u6784\u5316 objectclass %s |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0a\u7ea7\u7c7b\u578b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5173\u8054\u7684\u5339\u914d\u89c4\u5219 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0a\u7ea7\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5fc5\u9700\u5c5e\u6027 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u53ef\u9009\u5c5e\u6027 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e86\u5b83\u5f15\u7528\u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s\uff0c\u4f46\u8be5\u5bf9\u8c61\u7c7b\u4e0d\u662f\u8f85\u52a9\u7c7b |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u7981\u6b62\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u540d\u79f0\u683c\u5f0f %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u4e0a\u7ea7\u89c4\u5219 %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u5339\u914d\u89c4\u5219 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u4fee\u6539\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u65e0\u6cd5\u627e\u5230\u5305\u542b\u4e32\u8054\u5f0f\u6a21\u5f0f\u5143\u7d20\u5b9a\u4e49\u7684\u6587\u4ef6\uff0c\u7528\u4e8e\u786e\u5b9a\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u662f\u5426\u66f4\u6539\u4e86\u6a21\u5f0f\u3002\u6587\u4ef6\u5e94\u5f53\u4f1a\u51fa\u73b0\u5728 %s \u76ee\u5f55\u4e2d\uff0c\u4e14\u540d\u5b57\u5e94\u8be5\u4e3a %s \u6216 %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u76f4\u63a5\u7f16\u8f91\u6a21\u5f0f\u6587\u4ef6\u6765\u66f4\u6539\u6a21\u5f0f\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u5c1d\u8bd5\u5199\u5165\u5305\u542b\u6240\u6709\u670d\u52a1\u5668\u6a21\u5f0f\u5143\u7d20\u7684\u4e32\u8054\u5f0f\u5217\u8868\u7684\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u80fd\u65e0\u6cd5\u51c6\u786e\u8bc6\u522b\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u8fdb\u884c\u7684\u6a21\u5f0f\u66f4\u6539 |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u4e0e\u540e\u7aef ID %s \u5bf9\u5e94\u7684 JE \u6570\u636e\u5e93\u73af\u5883\u5df2\u635f\u574f\u3002\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u4ee5\u91cd\u65b0\u6253\u5f00\u8be5\u73af\u5883 |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u672a\u5c06\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u5141\u8bb8\u8c03\u7528\u4efb\u52a1 %s |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u65e0\u6cd5\u79fb\u9664\u6302\u8d77\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u6b64\u7c7b\u4efb\u52a1 |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u65e0\u6cd5\u79fb\u9664\u6302\u8d77\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u4efb\u52a1\u4e0d\u518d\u662f\u6302\u8d77\u72b6\u6001 |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u65e0\u6cd5\u79fb\u9664\u5df2\u5b8c\u6210\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u5728\u5df2\u5b8c\u6210\u4efb\u52a1\u5217\u8868\u4e2d\u4e0d\u5b58\u5728\u6b64\u7c7b\u4efb\u52a1 |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u79fb\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176 DN \u4e0d\u9002\u5408\u8be5\u540e\u7aef\u6216\u5e76\u975e\u4f4d\u4e8e\u8ba1\u5212\u6216\u5faa\u73af\u4efb\u52a1\u57fa\u6761\u76ee\u7684\u4e0b\u65b9 |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u79fb\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u8be5\u6761\u76ee DN \u5173\u8054\u7684\u8ba1\u5212\u4efb\u52a1 |
| | | ERR_TASKBE_DELETE_RUNNING_166=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u4efb\u52a1\u6b63\u5728\u8fd0\u884c |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u65e0\u6cd5\u4ece\u4efb\u52a1\u540e\u7aef\u79fb\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u8be5\u6761\u76ee DN \u5173\u8054\u7684\u5faa\u73af\u4efb\u52a1 |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=\u65e0\u6cd5\u5728\u4efb\u52a1\u540e\u7aef\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u57fa DN %s \u5bf9\u4e8e\u4efb\u52a1\u540e\u7aef\u4e2d\u7684\u6761\u76ee\u65e0\u6548 |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u65e0\u6cd5\u5728\u4efb\u52a1\u540e\u7aef\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u63d0\u4f9b\u7684\u641c\u7d22\u57fa\u6761\u76ee %s \u5173\u8054\u7684\u8ba1\u5212\u4efb\u52a1 |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u65e0\u6cd5\u5728\u4efb\u52a1\u540e\u7aef\u5904\u7406\u641c\u7d22\u64cd\u4f5c\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u4e0e\u63d0\u4f9b\u7684\u641c\u7d22\u57fa\u6761\u76ee %s \u5173\u8054\u7684\u5faa\u73af\u4efb\u52a1 |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u65e0\u6cd5\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef\uff0c\u56e0\u4e3a\u63d0\u4f9b\u7684\u914d\u7f6e\u6761\u76ee\u4e3a null |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u65e0\u6cd5\u521d\u59cb\u5316\u5907\u4efd\u540e\u7aef\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u89e3\u7801\u540e\u7aef\u7684\u57fa DN \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u6761\u76ee\u4e3a null |
| | | ERR_BACKUP_INVALID_BASE_176=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u5728\u57fa DN \u7684\u4e0b\u4e00\u7ea7\u522b\u4f46\u672a\u6307\u5b9a\u5907\u4efd\u76ee\u5f55 |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u5907\u4efd\u76ee\u5f55\u65e0\u6548: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u5c1d\u8bd5\u68c0\u67e5\u8bf7\u6c42\u7684\u5907\u4efd\u76ee\u5f55\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u5728\u57fa DN \u7684\u4e0b\u9762\u4e24\u4e2a\u7ea7\u522b\u4f46\u672a\u6307\u5b9a\u5907\u4efd ID |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u7236\u7c7b |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u65e0\u6cd5\u4ece\u5907\u4efd\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a DN \u672a\u5305\u542b\u8bf7\u6c42\u7684\u5907\u4efd\u5fc5\u987b\u9a7b\u7559\u7684\u5907\u4efd\u76ee\u5f55 |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=\u5907\u4efd %s \u4e0d\u5b58\u5728\u4e8e\u5907\u4efd\u76ee\u5f55 %s \u4e2d |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u6dfb\u52a0\u64cd\u4f5c |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5220\u9664\u64cd\u4f5c |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u51fa\u64cd\u4f5c |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u64cd\u4f5c |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u5907\u4efd\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u5fc5\u987b\u63d0\u4f9b\u4e00\u4e2a\u57fa DN \u4ee5\u4fbf\u914d\u5408\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4f7f\u7528 |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u5df2\u5b58\u5728\u6761\u76ee %s |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u62e5\u6709\u6761\u76ee %s |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u65e0\u6cd5\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u6ca1\u6709\u5176\u7236\u6761\u76ee %s |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u6761\u76ee %s |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u65e0\u6cd5\u5220\u9664\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u542b\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u6b21\u7ea7\u6761\u76ee |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=\u65e0\u6cd5\u521b\u5efa LDIF \u4e66\u5199\u5668: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u65e0\u6cd5\u5c06\u6761\u76ee %s \u5199\u5165 LDIF: %s |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=\u65e0\u6cd5\u521b\u5efa LDIF \u8bfb\u53d6\u5668: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=\u4ece LDIF \u4e2d\u8bfb\u53d6\u65f6\u51fa\u73b0\u4e0d\u53ef\u4fee\u590d\u7684\u9519\u8bef: %s |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\u5f53\u5904\u7406\u5bfc\u5165\u65f6\u53d1\u751f\u672a\u9884\u671f\u9519\u8bef: %s |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u57fa\u4e8e\u5185\u5b58\u7684\u540e\u7aef\u4e0d\u652f\u6301\u5907\u4efd\u6216\u6062\u590d\u64cd\u4f5c |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u542b\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u6b21\u7ea7\u6761\u76ee |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u76ee\u6807\u6761\u76ee\u5728\u5176\u4ed6\u540e\u7aef\u4e2d |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u65e0\u6cd5\u91cd\u547d\u540d\u6761\u76ee %s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u65b0\u7684\u7236\u6761\u76ee %s |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u5c1d\u8bd5\u5728\u76ee\u5f55\u670d\u52a1\u5668\u4e2d\u6ce8\u518c\u57fa DN %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301 %s \u4fee\u6539\u7c7b\u578b |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u6a21\u5f0f\u540e\u7aef\u4e0d\u652f\u6301\u4fee\u6539 %s \u5c5e\u6027\u7c7b\u578b\u3002\u53ea\u80fd\u4fee\u6539\u5c5e\u6027\u7c7b\u578b\u3001\u5bf9\u8c61\u7c7b\u3001\u540d\u79f0\u683c\u5f0f\u3001DIT \u5185\u5bb9\u89c4\u5219\u3001DIT \u7ed3\u6784\u89c4\u5219\u548c\u5339\u914d\u89c4\u5219\u7528\u6cd5 |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5728\u5c1d\u8bd5\u89e3\u7801\u5c5e\u6027\u7c7b\u578b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u5728\u5c1d\u8bd5\u89e3\u7801\u5bf9\u8c61\u7c7b "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u5176\u4e0a\u7ea7\u7c7b %s |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u9700\u8981\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %s |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027 %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u5728\u5c1d\u8bd5\u5199\u5165\u66f4\u65b0\u7684\u6a21\u5f0f\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u5728\u5c1d\u8bd5\u89e3\u7801\u540d\u79f0\u683c\u5f0f "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=\u5728\u5c1d\u8bd5\u89e3\u7801 DIT \u5185\u5bb9\u89c4\u5219 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=\u5728\u5c1d\u8bd5\u89e3\u7801 DIT \u7ed3\u6784\u89c4\u5219 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u5728\u5c1d\u8bd5\u89e3\u7801\u5339\u914d\u89c4\u5219\u7528\u6cd5 "%s" \u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u670d\u52a1\u5668\u5c06\u7981\u6b62\u5220\u9664\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d %s \u5c5e\u6027\u7c7b\u578b\u7684\u6240\u6709\u503c |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u5c5e\u6027\u7c7b\u578b\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u4e0a\u7ea7\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u65e0\u6cd5\u6dfb\u52a0 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 objectclass\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u540d\u79f0\u683c\u5f0f\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 DIT \u5185\u5bb9\u89c4\u5219\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u7ed3\u6784\u5316 objectclass %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a DIT \u5185\u5bb9\u89c4\u5219 %s \u76f8\u5173\u8054 |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7ed3\u6784\u5316 objectclass %s |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u8f85\u52a9 objectclass %s |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5fc5\u9700\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u53ef\u9009\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u7981\u6b62\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684 DIT \u7ed3\u6784\u89c4\u5219\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u540d\u79f0\u683c\u5f0f %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a DIT \u7ed3\u6784\u89c4\u5219 %s \u76f8\u5173\u8054 |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u540d\u79f0\u683c\u5f0f %s |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u4e0e\u591a\u4e2a\u73b0\u6709\u7684\u5339\u914d\u89c4\u5219\u7528\u6cd5\uff08%s \u548c %s\uff09\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u5339\u914d\u89c4\u5219 %s \u5df2\u7ecf\u4e0e\u53e6\u4e00\u4e2a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u76f8\u5173\u8054 |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u672a\u5b9a\u4e49\u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u68c0\u6d4b\u5230\u5c5e\u6027\u7c7b\u578b %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u7c7b\u578b\u94fe\u5f15\u7528\u8be5\u5c5e\u6027\u7c7b\u578b\u672c\u8eab |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u68c0\u6d4b\u5230 objectclass %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u7c7b\u94fe\u5f15\u7528\u8be5 objectclass \u672c\u8eab |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=\u68c0\u6d4b\u5230 DIT \u7ed3\u6784\u89c4\u5219 %s \u53d1\u751f\u5faa\u73af\u5f15\u7528\uff0c\u5176\u4e2d\u4e0a\u7ea7\u89c4\u5219\u94fe\u5f15\u7528\u8be5 DIT \u7ed3\u6784\u89c4\u5219\u672c\u8eab |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u5728\u5e94\u7528\u66f4\u65b0\u4e4b\u524d\u5c1d\u8bd5\u521b\u5efa\u73b0\u6709\u6a21\u5f0f\u6587\u4ef6\u7684\u526f\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u4ee5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u4e0d\u9700\u8981\u6267\u884c\u5176\u4ed6\u6e05\u9664\u64cd\u4f5c |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u5728\u5e94\u7528\u66f4\u65b0\u4e4b\u524d\u5c1d\u8bd5\u521b\u5efa\u73b0\u6709\u6a21\u5f0f\u6587\u4ef6\u7684\u526f\u672c\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5728\u5c1d\u8bd5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u65f6\uff0c\u4e5f\u51fa\u73b0\u4e86\u95ee\u9898\uff0c\u56e0\u6b64\uff0c\u670d\u52a1\u5668\u53ef\u80fd\u5904\u4e8e\u4e0d\u4e00\u81f4\u72b6\u6001\uff0c\u5e76\u4e14\u53ef\u80fd\u9700\u8981\u624b\u52a8\u6267\u884c\u6e05\u9664\u64cd\u4f5c |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7248\u672c\u7684\u670d\u52a1\u5668\u6a21\u5f0f\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u4ee5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\uff0c\u4e0d\u9700\u8981\u6267\u884c\u5176\u4ed6\u6e05\u9664\u64cd\u4f5c |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u5728\u5c1d\u8bd5\u5199\u5165\u65b0\u7248\u672c\u7684\u670d\u52a1\u5668\u6a21\u5f0f\u6587\u4ef6\u65f6\u51fa\u73b0\u9519\u8bef: %s\u3002\u5728\u5c1d\u8bd5\u6062\u590d\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u65f6\uff0c\u4e5f\u51fa\u73b0\u4e86\u95ee\u9898\uff0c\u56e0\u6b64\uff0c\u670d\u52a1\u5668\u53ef\u80fd\u5904\u4e8e\u4e0d\u4e00\u81f4\u72b6\u6001\uff0c\u5e76\u4e14\u53ef\u80fd\u9700\u8981\u624b\u52a8\u6267\u884c\u6e05\u9664\u64cd\u4f5c |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u5c5e\u6027\u7c7b\u578b |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u5c5e\u6027\u7c7b\u578b %s \u7684\u4e0a\u7ea7\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a objectclass %s \u4e2d\u7684\u5fc5\u9700\u6216\u53ef\u9009\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u540d\u79f0\u683c\u5f0f %s \u4e2d\u7684\u5fc5\u9700\u6216\u53ef\u9009\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u5185\u5bb9\u89c4\u5219 %s \u4e2d\u7684\u5fc5\u9700\u3001\u53ef\u9009\u6216\u7981\u6b62\u5c5e\u6027\u7c7b\u578b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s \u5f15\u7528\u8be5\u7c7b\u578b |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd objectclass |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a objectclass %s \u7684\u4e0a\u7ea7\u7c7b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a\u540d\u79f0\u683c\u5f0f %s \u7684\u7ed3\u6784\u5316\u7c7b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 objectclass %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u5185\u5bb9\u89c4\u5219 %s \u7684\u7ed3\u6784\u5316\u7c7b\u6216\u8f85\u52a9\u7c7b\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u540d\u79f0\u683c\u5f0f |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u5f15\u7528\u8be5\u683c\u5f0f |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd DIT \u5185\u5bb9\u89c4\u5219 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd DIT \u7ed3\u6784\u89c4\u5219 |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u4f5c\u4e3a DIT \u7ed3\u6784\u89c4\u5219 %s \u7684\u4e0a\u7ea7\u89c4\u5219\u88ab\u5f15\u7528 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u8fd9\u79cd\u5339\u914d\u89c4\u5219\u7528\u6cd5 |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e86\u5b83\u5f15\u7528\u7684 objectclass %s\uff0c\u4f46\u8be5 objectclass \u4e0d\u662f\u7ed3\u6784\u5316 objectclass |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u4e86\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u7684\u975e\u7ed3\u6784\u5316 objectclass %s |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0a\u7ea7\u7c7b\u578b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u65e0\u6cd5\u6dfb\u52a0\u5c5e\u6027\u7c7b\u578b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5173\u8054\u7684\u5339\u914d\u89c4\u5219 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u4e0a\u7ea7\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5fc5\u9700\u5c5e\u6027 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u65e0\u6cd5\u6dfb\u52a0\u5bf9\u8c61\u7c7b %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u53ef\u9009\u5c5e\u6027 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u65e0\u6cd5\u6dfb\u52a0\u540d\u79f0\u683c\u5f0f %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u7ed3\u6784\u5316\u5bf9\u8c61\u7c7b %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5c3d\u7ba1\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5b9a\u4e49\u4e86\u5b83\u5f15\u7528\u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s\uff0c\u4f46\u8be5\u5bf9\u8c61\u7c7b\u4e0d\u662f\u8f85\u52a9\u7c7b |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u6240\u9700\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5141\u8bb8\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u7981\u6b62\u4f7f\u7528\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE \u7684\u5c5e\u6027\u7c7b\u578b %s |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u540d\u79f0\u683c\u5f0f %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u4e0a\u7ea7\u89c4\u5219 %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5176\u5339\u914d\u89c4\u5219 %s \u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u65e0\u6cd5\u6dfb\u52a0\u5339\u914d\u89c4\u5219\u7528\u6cd5 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u5c5e\u6027\u7c7b\u578b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=\u65e0\u6cd5\u6dfb\u52a0 DIT \u5185\u5bb9\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5b83\u5f15\u7528\u7684\u8f85\u52a9\u5bf9\u8c61\u7c7b %s \u5728\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u88ab\u6807\u8bb0\u4e3a OBSOLETE |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u60a8\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u4fee\u6539\u76ee\u5f55\u670d\u52a1\u5668\u6a21\u5f0f |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u65e0\u6cd5\u627e\u5230\u5305\u542b\u4e32\u8054\u5f0f\u6a21\u5f0f\u5143\u7d20\u5b9a\u4e49\u7684\u6587\u4ef6\uff0c\u7528\u4e8e\u786e\u5b9a\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u662f\u5426\u66f4\u6539\u4e86\u6a21\u5f0f\u3002\u6587\u4ef6\u5e94\u5f53\u4f1a\u51fa\u73b0\u5728 %s \u76ee\u5f55\u4e2d\uff0c\u4e14\u540d\u5b57\u5e94\u8be5\u4e3a %s \u6216 %s |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u5c1d\u8bd5\u786e\u5b9a\u662f\u5426\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u76f4\u63a5\u7f16\u8f91\u6a21\u5f0f\u6587\u4ef6\u6765\u66f4\u6539\u6a21\u5f0f\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u5c1d\u8bd5\u5199\u5165\u5305\u542b\u6240\u6709\u670d\u52a1\u5668\u6a21\u5f0f\u5143\u7d20\u7684\u4e32\u8054\u5f0f\u5217\u8868\u7684\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s\u3002\u670d\u52a1\u5668\u53ef\u80fd\u65e0\u6cd5\u51c6\u786e\u8bc6\u522b\u5728\u670d\u52a1\u5668\u8131\u673a\u65f6\u8fdb\u884c\u7684\u6a21\u5f0f\u66f4\u6539 |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u4e0e\u540e\u7aef ID %s \u5bf9\u5e94\u7684 JE \u6570\u636e\u5e93\u73af\u5883\u5df2\u635f\u574f\u3002\u91cd\u65b0\u542f\u52a8\u76ee\u5f55\u670d\u52a1\u5668\u4ee5\u91cd\u65b0\u6253\u5f00\u8be5\u73af\u5883 |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u672a\u5c06\u76ee\u5f55\u670d\u52a1\u5668\u914d\u7f6e\u4e3a\u5141\u8bb8\u8c03\u7528\u4efb\u52a1 %s |
| | | INFO_TASK_COMPLETION_BODY_299=\u4efb\u52a1 ID: %s\r\n\u4efb\u52a1\u72b6\u6001: %s\r\n\u9884\u5b9a\u5f00\u59cb\u65f6\u95f4: %s\r\n\u5b9e\u9645\u5f00\u59cb\u65f6\u95f4: %s\r\n\u5b8c\u6210\u65f6\u95f4: %s\r\n\r\n\u65e5\u5fd7\u6d88\u606f:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u65e0\u6cd5\u4ece\u4fe1\u4efb\u5e93\u540e\u7aef\u68c0\u7d22\u6761\u76ee\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u6761\u76ee\u4e3a null |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u65e0\u6cd5\u5728\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u5904\u7406\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u5728\u57fa DN \u7684\u4e0b\u4e00\u7ea7\u522b\u4f46\u672a\u6307\u5b9a\u8bc1\u4e66\u540d\u79f0 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u68c0\u7d22\u8bc1\u4e66 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u65e0\u6cd5\u4ece\u914d\u7f6e\u6761\u76ee %s \u4e2d\u521d\u59cb\u5316\u4fe1\u4efb\u5e93\u540e\u7aef\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u4e00\u4e2a\u57fa DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u548c\u5bfc\u51fa\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-file \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u6587\u4ef6 %1$s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-type \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u7c7b\u578b %1$s \u65e0\u6548: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u5c1d\u8bd5\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u521b\u5efa PIN \u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u5c1d\u8bd5\u4ece\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u8bfb\u53d6\u4fe1\u4efb\u5e93 PIN \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5e93\u5fc5\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e3a\u7a7a |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d\u6307\u5b9a\u7684\u73af\u5883\u53d8\u91cf %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5e93\u5fc5\u9700\u7684 PIN\uff0c\u4f46\u8be5\u5c5e\u6027\u672a\u8bbe\u7f6e |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-property \u4e2d\u6307\u5b9a\u7684 Java \u5c5e\u6027 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u5fc5\u9700\u7684 PIN\uff0c\u4f46\u8be5\u5c5e\u6027\u672a\u8bbe\u7f6e |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-file \u7684\u503c\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s \u52a0\u8f7d\u4fe1\u4efb\u5e93\u5185\u5bb9\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u5c1d\u8bd5\u521b\u5efa\u4fe1\u4efb\u7ba1\u7406\u5668\u5e93\u4ee5\u8bbf\u95ee\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u8bc1\u4e66\u6761\u76ee %s \u5df2\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u5c1d\u8bd5\u5728\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u4e2d\u751f\u6210\u81ea\u7b7e\u540d\u8bc1\u4e66 %1$s \u65f6\u51fa\u9519: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u5c1d\u8bd5\u5c06\u8bc1\u4e66 %s \u6dfb\u52a0\u5230\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u65f6\u51fa\u9519: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u5305\u542b\u591a\u4e2a\u8bc1\u4e66\u5c5e\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u503c |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u591a\u4e2a\u503c |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u5c06\u8bc1\u4e66 %s \u5199\u5165\u6587\u4ef6\u65f6\u51fa\u9519: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u5728\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u4e0a\u8bbe\u7f6e\u6743\u9650\u65f6\u5931\u8d25 |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u540e\u7aef %s \u7684\u6839\u5bb9\u5668\u5c1a\u672a\u521d\u59cb\u5316\uff0c\u56e0\u6b64\u8be5\u540e\u7aef\u4e0d\u80fd\u5904\u7406\u8bf7\u6c42\u7684\u64cd\u4f5c |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u65e0\u6cd5\u5728\u6761\u76ee %s \u4e0a\u83b7\u53d6\u5199\u5165\u9501\u5b9a |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u5176\u4e0d\u5b58\u5728\u4efb\u52a1\u6761\u76ee\u3002\u53ea\u6709\u4efb\u52a1\u6761\u76ee\u624d\u80fd\u5728\u4efb\u52a1\u540e\u7aef\u88ab\u4fee\u6539 |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u5176\u4e0d\u8868\u793a\u670d\u52a1\u5668\u4e2d\u7684\u6709\u6548\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u4efb\u52a1\u5df2\u5b8c\u6210\u8fd0\u884c\u3002\u4e0d\u80fd\u4fee\u6539\u5df2\u5b8c\u6210\u7684\u4efb\u52a1 |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5f53\u524d\u4e0d\u652f\u6301\u4fee\u6539\u5faa\u73af\u4efb\u52a1\u6761\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\u6761\u76ee %s \u5173\u8054\u7684\u4efb\u52a1\u6b63\u5728\u8fd0\u884c\u3002\u53ef\u5bf9\u8fd0\u884c\u4e2d\u4efb\u52a1\u8fdb\u884c\u7684\u552f\u4e00\u4fee\u6539\u662f\u5c06 ds-task-state \u5c5e\u6027\u7684\u503c\u66ff\u6362\u4e3a "cancel" |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u65e0\u6cd5\u4ece\u4fe1\u4efb\u5e93\u540e\u7aef\u68c0\u7d22\u6761\u76ee\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684\u6761\u76ee\u4e3a null |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u5b58\u5728\u8bf7\u6c42\u7684\u6761\u76ee %s |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u65e0\u6cd5\u5728\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u5904\u7406\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bf7\u6c42\u7684 DN \u5728\u57fa DN \u7684\u4e0b\u4e00\u7ea7\u522b\u4f46\u672a\u6307\u5b9a\u8bc1\u4e66\u540d\u79f0 |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u68c0\u7d22\u8bc1\u4e66 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539\u64cd\u4f5c |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u4fee\u6539 DN \u64cd\u4f5c |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u65e0\u6cd5\u4ece\u914d\u7f6e\u6761\u76ee %s \u4e2d\u521d\u59cb\u5316\u4fe1\u4efb\u5e93\u540e\u7aef\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u4e00\u4e2a\u57fa DN |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301 LDIF \u5bfc\u5165\u548c\u5bfc\u51fa\u64cd\u4f5c |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u4fe1\u4efb\u5e93\u540e\u7aef\u4e2d\u4e0d\u652f\u6301\u5907\u4efd\u548c\u6062\u590d\u64cd\u4f5c |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-file \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u6587\u4ef6 %1$s \u4e0d\u5b58\u5728 |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-type \u4e2d\u6307\u5b9a\u7684\u4fe1\u4efb\u5e93\u7c7b\u578b %1$s \u65e0\u6548: %3$s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u5c1d\u8bd5\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u521b\u5efa PIN \u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u5c1d\u8bd5\u4ece\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u8bfb\u53d6\u4fe1\u4efb\u5e93 PIN \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-file \u4e2d\u6307\u5b9a\u7684\u6587\u4ef6 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5e93\u5fc5\u9700\u7684 PIN\uff0c\u4f46\u8be5\u6587\u4ef6\u4e3a\u7a7a |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d\u6307\u5b9a\u7684\u73af\u5883\u53d8\u91cf %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u4fe1\u4efb\u5e93\u5fc5\u9700\u7684 PIN\uff0c\u4f46\u8be5\u5c5e\u6027\u672a\u8bbe\u7f6e |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=\u5728\u914d\u7f6e\u6761\u76ee %2$s \u7684\u5c5e\u6027 ds-cfg-trust-store-pin-property \u4e2d\u6307\u5b9a\u7684 Java \u5c5e\u6027 %1$s \u5e94\u5305\u542b\u8bbf\u95ee\u57fa\u4e8e\u6587\u4ef6\u7684\u4fe1\u4efb\u7ba1\u7406\u5668\u5fc5\u9700\u7684 PIN\uff0c\u4f46\u8be5\u5c5e\u6027\u672a\u8bbe\u7f6e |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u5c1d\u8bd5\u786e\u5b9a\u914d\u7f6e\u6761\u76ee %s \u4e2d\u914d\u7f6e\u5c5e\u6027 ds-cfg-trust-store-file \u7684\u503c\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=\u5c1d\u8bd5\u4ece\u6587\u4ef6 %s \u52a0\u8f7d\u4fe1\u4efb\u5e93\u5185\u5bb9\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u5c1d\u8bd5\u521b\u5efa\u4fe1\u4efb\u7ba1\u7406\u5668\u5e93\u4ee5\u8bbf\u95ee\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u7684\u5185\u5bb9\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u8bc1\u4e66\u6761\u76ee %s \u5df2\u5b58\u5728 |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u5c1d\u8bd5\u5728\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u4e2d\u751f\u6210\u81ea\u7b7e\u540d\u8bc1\u4e66 %1$s \u65f6\u51fa\u9519: %3$s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u5c1d\u8bd5\u5c06\u8bc1\u4e66 %s \u6dfb\u52a0\u5230\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u65f6\u51fa\u9519: %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u5305\u542b\u591a\u4e2a\u8bc1\u4e66\u5c5e\u6027 %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u4e0d\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u503c |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u4e0d\u80fd\u6dfb\u52a0\u6761\u76ee %s\uff0c\u56e0\u4e3a\u5176\u5305\u542b\u8bc1\u4e66\u5c5e\u6027 %s \u7684\u591a\u4e2a\u503c |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u5c06\u8bc1\u4e66 %s \u5199\u5165\u6587\u4ef6\u65f6\u51fa\u9519: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u5728\u4fe1\u4efb\u5e93\u6587\u4ef6 %s \u4e0a\u8bbe\u7f6e\u6743\u9650\u65f6\u5931\u8d25 |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u540e\u7aef %s \u7684\u6839\u5bb9\u5668\u5c1a\u672a\u521d\u59cb\u5316\uff0c\u56e0\u6b64\u8be5\u540e\u7aef\u4e0d\u80fd\u5904\u7406\u8bf7\u6c42\u7684\u64cd\u4f5c |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u65e0\u6cd5\u5728\u6761\u76ee %s \u4e0a\u83b7\u53d6\u5199\u5165\u9501\u5b9a |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u5176\u4e0d\u5b58\u5728\u4efb\u52a1\u6761\u76ee\u3002\u53ea\u6709\u4efb\u52a1\u6761\u76ee\u624d\u80fd\u5728\u4efb\u52a1\u540e\u7aef\u88ab\u4fee\u6539 |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u5176\u4e0d\u8868\u793a\u670d\u52a1\u5668\u4e2d\u7684\u6709\u6548\u4efb\u52a1 |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u5173\u8054\u7684\u4efb\u52a1\u5df2\u5b8c\u6210\u8fd0\u884c\u3002\u4e0d\u80fd\u4fee\u6539\u5df2\u5b8c\u6210\u7684\u4efb\u52a1 |
| | | ERR_TASKBE_MODIFY_RECURRING_334=\u6761\u76ee %s \u4e0d\u80fd\u88ab\u4fee\u6539\uff0c\u56e0\u4e3a\u670d\u52a1\u5668\u5f53\u524d\u4e0d\u652f\u6301\u4fee\u6539\u5faa\u73af\u4efb\u52a1\u6761\u76ee |
| | | ERR_TASKBE_MODIFY_RUNNING_335=\u6761\u76ee %s \u5173\u8054\u7684\u4efb\u52a1\u6b63\u5728\u8fd0\u884c\u3002\u53ef\u5bf9\u8fd0\u884c\u4e2d\u4efb\u52a1\u8fdb\u884c\u7684\u552f\u4e00\u4fee\u6539\u662f\u5c06 ds-task-state \u5c5e\u6027\u7684\u503c\u66ff\u6362\u4e3a "cancel" |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\u53d6\u6d88\u4efb\u52a1\u7684\u4fee\u6539\u8bf7\u6c42\u4e2d\u65ad\u4e86\u4efb\u52a1\u5904\u7406 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u5220\u9664\u8bc1\u4e66 %1$s \u65f6\u51fa\u9519: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u65e0\u6cd5\u4ece\u4fe1\u4efb\u5e93\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bc1\u4e66 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u53ea\u652f\u6301\u5355\u4e2a\u57fa DN\uff0c\u4f46\u88ab\u914d\u7f6e\u4e3a\u7528\u4e8e\u591a\u4e2a\u57fa DN |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u591a\u4e2a DN \u4e3a %3$s \u7684\u6761\u76ee |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u6761\u76ee %3$s\uff0c\u8be5\u6761\u76ee\u4e0d\u5728\u4e3a\u8be5\u540e\u7aef\u5b9a\u4e49\u7684\u57fa DN \u4e4b\u4e0b |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u6761\u76ee %3$s\uff0c\u4f46\u5c1a\u672a\u8bfb\u53d6\u5176\u7236\u6761\u76ee |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u5c1d\u8bd5\u521b\u5efa\u6587\u4ef6 %s \u4ee5\u4fbf\u5199\u5165\u914d\u7f6e\u6761\u76ee %s \u4e2d\u6240\u5b9a\u4e49 LDIF \u540e\u7aef\u7684\u6570\u636e\u7684\u66f4\u65b0\u7248\u672c\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u5c1d\u8bd5\u5c06\u66f4\u65b0\u7684\u6570\u636e\u5199\u5165\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u7684\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u5c1d\u8bd5\u5c06\u6587\u4ef6\u540d\u7531 %s \u66f4\u6539\u4e3a %s\uff08\u540c\u65f6\u5199\u5165\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u7684\u66f4\u65b0\u6570\u636e\uff09\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=LDIF \u540e\u7aef\u4e2d\u5df2\u5b58\u5728\u6761\u76ee %s |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u6761\u76ee %s \u7684\u7236\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u6761\u76ee %s \u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0b\u7ea7\u6761\u76ee\uff0c\u76f4\u5230\u5148\u5220\u9664\u5176\u6240\u6709\u4e0b\u7ea7\u6761\u76ee\u540e\uff0c\u624d\u80fd\u5220\u9664\u8be5\u6761\u76ee |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u6e90\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u76ee\u6807\u6761\u76ee %s \u5df2\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u7684\u7236 DN %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u6307\u5b9a\u4e3a\u641c\u7d22\u57fa DN \u7684\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=\u5c1d\u8bd5\u4e3a LDIF \u5bfc\u51fa\u64cd\u4f5c\u521b\u5efa\u5199\u5165\u5668\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=\u5c1d\u8bd5\u5728 LDIF \u5bfc\u51fa\u65f6\u5199\u5165\u6761\u76ee %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=\u5c1d\u8bd5\u4e3a LDIF \u5bfc\u5165\u64cd\u4f5c\u521b\u5efa\u8bfb\u53d6\u5668\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u5c1d\u8bd5\u4ece\u5bfc\u5165\u6587\u4ef6\u8bfb\u53d6\u6570\u636e\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s\u3002LDIF \u5bfc\u5165\u65e0\u6cd5\u7ee7\u7eed |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u540e\u7aef\u5f53\u524d\u672a\u63d0\u4f9b\u5907\u4efd\u6216\u6062\u590d\u673a\u5236\u3002\u8bf7\u6539\u7528 LDIF \u5bfc\u5165\u548c\u5bfc\u51fa\u64cd\u4f5c |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u5c1d\u8bd5\u4ece\u4fe1\u4efb\u5e93\u6587\u4ef6 %2$s \u5220\u9664\u8bc1\u4e66 %1$s \u65f6\u51fa\u9519: %3$s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u65e0\u6cd5\u4ece\u4fe1\u4efb\u5e93\u540e\u7aef\u68c0\u7d22\u6761\u76ee %s\uff0c\u56e0\u4e3a\u8bc1\u4e66 %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u53ea\u652f\u6301\u5355\u4e2a\u57fa DN\uff0c\u4f46\u88ab\u914d\u7f6e\u4e3a\u7528\u4e8e\u591a\u4e2a\u57fa DN |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u591a\u4e2a DN \u4e3a %3$s \u7684\u6761\u76ee |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u6761\u76ee %3$s\uff0c\u8be5\u6761\u76ee\u4e0d\u5728\u4e3a\u8be5\u540e\u7aef\u5b9a\u4e49\u7684\u57fa DN \u4e4b\u4e0b |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=\u914d\u7f6e\u4e3a\u4e0e LDIF \u540e\u7aef\uff08\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\uff09\u914d\u5408\u4f7f\u7528\u7684 LDIF \u6587\u4ef6 %1$s \u5305\u542b\u6761\u76ee %3$s\uff0c\u4f46\u5c1a\u672a\u8bfb\u53d6\u5176\u7236\u6761\u76ee |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u5c1d\u8bd5\u521b\u5efa\u6587\u4ef6 %s \u4ee5\u4fbf\u5199\u5165\u914d\u7f6e\u6761\u76ee %s \u4e2d\u6240\u5b9a\u4e49 LDIF \u540e\u7aef\u7684\u6570\u636e\u7684\u66f4\u65b0\u7248\u672c\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u5c1d\u8bd5\u5c06\u66f4\u65b0\u7684\u6570\u636e\u5199\u5165\u5728\u914d\u7f6e\u6761\u76ee %2$s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u7684\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u5c1d\u8bd5\u5c06\u6587\u4ef6\u540d\u7531 %s \u66f4\u6539\u4e3a %s\uff08\u540c\u65f6\u5199\u5165\u5728\u914d\u7f6e\u6761\u76ee %s \u4e2d\u5b9a\u4e49\u7684 LDIF \u540e\u7aef\u7684\u66f4\u65b0\u6570\u636e\uff09\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=LDIF \u540e\u7aef\u4e2d\u5df2\u5b58\u5728\u6761\u76ee %s |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u6761\u76ee %s \u7684\u7236\u6761\u76ee\u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u6761\u76ee %s \u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u4e0b\u7ea7\u6761\u76ee\uff0c\u76f4\u5230\u5148\u5220\u9664\u5176\u6240\u6709\u4e0b\u7ea7\u6761\u76ee\u540e\uff0c\u624d\u80fd\u5220\u9664\u8be5\u6761\u76ee |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u6e90\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u76ee\u6807\u6761\u76ee %s \u5df2\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u7684\u7236 DN %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u6307\u5b9a\u4e3a\u641c\u7d22\u57fa DN \u7684\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=\u5c1d\u8bd5\u4e3a LDIF \u5bfc\u51fa\u64cd\u4f5c\u521b\u5efa\u5199\u5165\u5668\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=\u5c1d\u8bd5\u5728 LDIF \u5bfc\u51fa\u65f6\u5199\u5165\u6761\u76ee %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=\u5c1d\u8bd5\u4e3a LDIF \u5bfc\u5165\u64cd\u4f5c\u521b\u5efa\u8bfb\u53d6\u5668\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u5c1d\u8bd5\u4ece\u5bfc\u5165\u6587\u4ef6\u8bfb\u53d6\u6570\u636e\u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s\u3002LDIF \u5bfc\u5165\u65e0\u6cd5\u7ee7\u7eed |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u540e\u7aef\u5f53\u524d\u672a\u63d0\u4f9b\u5907\u4efd\u6216\u6062\u590d\u673a\u5236\u3002\u8bf7\u6539\u7528 LDIF \u5bfc\u5165\u548c\u5bfc\u51fa\u64cd\u4f5c |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=\u76f4\u5230\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u540e\u7aef\u540e\uff0c\u5bf9 LDIF \u6587\u4ef6\u8def\u5f84\u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=\u76f4\u5230\u7981\u7528\u5e76\u91cd\u65b0\u542f\u7528\u540e\u7aef\u540e\uff0c\u5bf9 LDIF \u540e\u7aef\u57fa DN \u6240\u505a\u7684\u66f4\u6539\u624d\u4f1a\u751f\u6548 |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u76ee\u6807\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u76ee\u6807\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u4ece\u5bc6\u94a5\u5e93 %2$s \u8bfb\u53d6\u5bc6\u94a5 %1$s \u65f6\u51fa\u9519: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u8be5\u540e\u7aef\u672a\u63d0\u4f9b\u5bf9 hasSubordinates \u64cd\u4f5c\u5c5e\u6027\u7684\u652f\u6301 |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u8be5\u540e\u7aef\u672a\u63d0\u4f9b\u5bf9 numSubordinates \u64cd\u4f5c\u5c5e\u6027\u7684\u652f\u6301 |
| | | NOTICE_BACKEND_OFFLINE_370=\u73b0\u5728\uff0c\u540e\u7aef %s \u5df2\u8131\u673a |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_N_TOKENS_371=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u6570\u91cf\u65e0\u6548 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u5206\u949f\u65e0\u6548 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u5c0f\u65f6\u65e0\u6548 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u6708\u4efd\u5929\u6570\u65e0\u6548 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u5e74\u4efd\u6708\u4efd\u6570\u65e0\u6548 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u661f\u671f\u5929\u6570\u65e0\u6548 |
| | | SEVERE_ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u7ec4\u5408\u65e0\u6548\uff0c\u4ea7\u751f\u4e86\u4e0d\u5b58\u5728\u7684\u65e5\u5386\u8868\u65e5\u671f |
| | | SEVERE_ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=\u5c1d\u8bd5\u5bfc\u51fa\u4efb\u52a1\u540e\u7aef\u6570\u636e\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u8005\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u4efb\u52a1\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s \u4efb\u52a1\u5907\u4efd %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=\u5c1d\u8bd5\u5907\u4efd\u4efb\u52a1\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u5173\u95ed\u4efb\u52a1\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=\u5c1d\u8bd5\u901a\u8fc7\u4efb\u52a1\u5907\u4efd\u76f8\u5173\u4fe1\u606f\u6765\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u4efb\u52a1\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u6b64\u7c7b\u5907\u4efd |
| | | SEVERE_ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u4efb\u52a1\u5907\u4efd %1$s \uff0c\u56e0\u4e3a\u4e0d\u80fd\u786e\u5b9a\u5f52\u6863\u6587\u4ef6\u540d |
| | | SEVERE_ERR_TASKS_RESTORE_NO_SUCH_FILE_389=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5f52\u6863\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u5f52\u6863 %s \u662f\u5426\u5b58\u5728\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u672a\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684\u6458\u8981\u7b97\u6cd5 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u5177\u6709\u7684\u672a\u7b7e\u540d\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s \u6458\u8981\u7b97\u6cd5 |
| | | SEVERE_ERR_TASKS_RESTORE_UNKNOWN_MAC_393=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684 MAC \u7b97\u6cd5 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u5177\u6709\u7684\u7b7e\u540d\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s MAC \u7b97\u6cd5 |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u6253\u5f00\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u5bc6\u7801\u8fdb\u884c\u52a0\u5bc6: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u4ece\u5f52\u6863\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u4e0b\u4e00\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=\u65e0\u6cd5\u6062\u590d\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u91cd\u65b0\u521b\u5efa\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5f53\u5904\u7406\u5df2\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | SEVERE_ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u5173\u95ed\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u76f8\u5339\u914d |
| | | SEVERE_ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u4e0d\u5339\u914d |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u76f8\u5339\u914d |
| | | SEVERE_ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u4e0d\u5339\u914d |
| | | NOTICE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=\u5bf9\u76ee\u5f55 %s \u4e2d\u7684\u4efb\u52a1\u5907\u4efd %s \u6267\u884c\u7684\u6240\u6709\u6d4b\u8bd5\u8868\u660e\u5f52\u6863\u6587\u4ef6\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_TASKS_RESTORE_SUCCESSFUL_406=\u5df2\u6210\u529f\u4ece\u76ee\u5f55 %s \u4e2d\u7684\u5f52\u6863\u6587\u4ef6\u6062\u590d\u4efb\u52a1\u5907\u4efd %s |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=\u65e0\u6cd5\u5728\u5907\u4efd\u76ee\u5f55 %2$s \u4e2d\u627e\u5230\u5907\u4efd %1$s \u7684\u4fe1\u606f |
| | | SEVERE_ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=\u5c1d\u8bd5\u901a\u8fc7\u5907\u4efd\u76f8\u5173\u4fe1\u606f\u6765\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | MILD_ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u89c4\u5219\u6807\u8bc6\u7b26\u4e0e\u73b0\u6709\u7684 DIT \u7ed3\u6784\u89c4\u5219 (%s) \u51b2\u7a81 |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u76ee\u6807\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u76ee\u6807\u6761\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u4ece\u5bc6\u94a5\u5e93 %2$s \u8bfb\u53d6\u5bc6\u94a5 %1$s \u65f6\u51fa\u9519: %3$s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u8be5\u540e\u7aef\u672a\u63d0\u4f9b\u5bf9 hasSubordinates \u64cd\u4f5c\u5c5e\u6027\u7684\u652f\u6301 |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u8be5\u540e\u7aef\u672a\u63d0\u4f9b\u5bf9 numSubordinates \u64cd\u4f5c\u5c5e\u6027\u7684\u652f\u6301 |
| | | NOTE_BACKEND_OFFLINE_370=\u73b0\u5728\uff0c\u540e\u7aef %s \u5df2\u8131\u673a |
| | | ERR_RECURRINGTASK_INVALID_N_TOKENS_371=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u6570\u91cf\u65e0\u6548 |
| | | ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_372=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u5206\u949f\u65e0\u6548 |
| | | ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_373=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u5c0f\u65f6\u65e0\u6548 |
| | | ERR_RECURRINGTASK_INVALID_DAY_TOKEN_374=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u6708\u4efd\u5929\u6570\u65e0\u6548 |
| | | ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_375=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u5e74\u4efd\u6708\u4efd\u6570\u65e0\u6548 |
| | | ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_376=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u661f\u671f\u5929\u6570\u65e0\u6548 |
| | | ERR_RECURRINGTASK_INVALID_TOKENS_COMBO_377=\u63d0\u4f9b\u7684\u4fdd\u7559\u5faa\u73af\u4efb\u52a1\u8ba1\u5212\u7684\u5faa\u73af\u4efb\u52a1\u6761\u76ee\u5c5e\u6027 %s \u6240\u5e26\u6709\u7684\u4ee4\u724c\u7ec4\u5408\u65e0\u6548\uff0c\u4ea7\u751f\u4e86\u4e0d\u5b58\u5728\u7684\u65e5\u5386\u8868\u65e5\u671f |
| | | ERR_TASKS_CANNOT_EXPORT_TO_FILE_378=\u5c1d\u8bd5\u5bfc\u51fa\u4efb\u52a1\u540e\u7aef\u6570\u636e\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\u5c1d\u8bd5\u83b7\u53d6 %s MAC \u63d0\u4f9b\u8005\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\u5c1d\u8bd5\u83b7\u53d6 %s \u6d88\u606f\u6458\u8981\u4ee5\u521b\u5efa\u5907\u4efd\u7684\u6563\u5217\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_381=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u521b\u5efa\u4efb\u52a1\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\u5c1d\u8bd5\u83b7\u53d6\u7528\u4e8e\u52a0\u5bc6\u5907\u4efd\u7684\u5bc6\u7801\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_BACKUP_ZIP_COMMENT_383=%s \u4efb\u52a1\u5907\u4efd %s |
| | | ERR_TASKS_BACKUP_CANNOT_BACKUP_TASKS_FILE_384=\u5c1d\u8bd5\u5907\u4efd\u4efb\u52a1\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_BACKUP_CANNOT_CLOSE_ZIP_STREAM_385=\u5c1d\u8bd5\u5728\u76ee\u5f55 %2$s \u4e2d\u5173\u95ed\u4efb\u52a1\u5f52\u6863\u6587\u4ef6 %1$s \u65f6\u53d1\u751f\u9519\u8bef: %3$s |
| | | ERR_TASKS_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_386=\u5c1d\u8bd5\u901a\u8fc7\u4efb\u52a1\u5907\u4efd\u76f8\u5173\u4fe1\u606f\u6765\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_RESTORE_NO_SUCH_BACKUP_387=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u4efb\u52a1\u5907\u4efd %1$s\uff0c\u56e0\u4e3a\u4e0d\u5b58\u5728\u6b64\u7c7b\u5907\u4efd |
| | | ERR_TASKS_RESTORE_NO_BACKUP_FILE_388=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u76ee\u5f55 %2$s \u4e2d\u7684\u4efb\u52a1\u5907\u4efd %1$s \uff0c\u56e0\u4e3a\u4e0d\u80fd\u786e\u5b9a\u5f52\u6863\u6587\u4ef6\u540d |
| | | ERR_TASKS_RESTORE_NO_SUCH_FILE_389=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u6307\u5b9a\u7684\u5f52\u6863\u6587\u4ef6 %s \u4e0d\u5b58\u5728 |
| | | ERR_TASKS_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_390=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u786e\u5b9a\u5907\u4efd\u5f52\u6863 %s \u662f\u5426\u5b58\u5728\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_RESTORE_UNKNOWN_DIGEST_391=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u672a\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684\u6458\u8981\u7b97\u6cd5 |
| | | ERR_TASKS_RESTORE_CANNOT_GET_DIGEST_392=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u5177\u6709\u7684\u672a\u7b7e\u540d\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s \u6458\u8981\u7b97\u6cd5 |
| | | ERR_TASKS_RESTORE_UNKNOWN_MAC_393=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u8be5\u5907\u4efd\u7684\u7b7e\u540d\u6563\u5217\u53ef\u7528\uff0c\u4f46\u670d\u52a1\u5668\u65e0\u6cd5\u786e\u5b9a\u7528\u4e8e\u751f\u6210\u8be5\u6563\u5217\u7684 MAC \u7b97\u6cd5 |
| | | ERR_TASKS_RESTORE_CANNOT_GET_MAC_394=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u5177\u6709\u7684\u7b7e\u540d\u6563\u5217\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684 %s MAC \u7b97\u6cd5 |
| | | ERR_TASKS_RESTORE_CANNOT_OPEN_BACKUP_FILE_395=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u6253\u5f00\u5907\u4efd\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_CIPHER_396=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5176\u4f7f\u7528\u4e86\u672a\u77e5\u6216\u4e0d\u53d7\u652f\u6301\u7684\u5bc6\u7801\u8fdb\u884c\u52a0\u5bc6: %s |
| | | ERR_TASKS_RESTORE_CANNOT_GET_ZIP_ENTRY_397=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u4ece\u5f52\u6863\u6587\u4ef6 %s \u4e2d\u8bfb\u53d6\u4e0b\u4e00\u6761\u76ee\u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_RESTORE_CANNOT_CREATE_FILE_398=\u65e0\u6cd5\u6062\u590d\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u91cd\u65b0\u521b\u5efa\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_399=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5f53\u5904\u7406\u5df2\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_TASKS_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_400=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u5c1d\u8bd5\u5173\u95ed\u5f52\u6863\u6587\u4ef6 %s \u65f6\u53d1\u751f\u975e\u9884\u671f\u9519\u8bef: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u76f8\u5339\u914d |
| | | ERR_TASKS_RESTORE_UNSIGNED_HASH_INVALID_402=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u6d88\u606f\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u6458\u8981\u4e0d\u5339\u914d |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u76f8\u5339\u914d |
| | | ERR_TASKS_RESTORE_SIGNED_HASH_INVALID_404=\u65e0\u6cd5\u6062\u590d\u6216\u9a8c\u8bc1\u4efb\u52a1\u5907\u4efd %s\uff0c\u56e0\u4e3a\u901a\u8fc7\u5907\u4efd\u5f52\u6863\u6587\u4ef6\u8ba1\u7b97\u7684\u7b7e\u540d\u6458\u8981\u4e0e\u968f\u5907\u4efd\u4fe1\u606f\u4e00\u8d77\u5b58\u50a8\u7684\u7b7e\u540d\u4e0d\u5339\u914d |
| | | NOTE_TASKS_RESTORE_VERIFY_SUCCESSFUL_405=\u5bf9\u76ee\u5f55 %s \u4e2d\u7684\u4efb\u52a1\u5907\u4efd %s \u6267\u884c\u7684\u6240\u6709\u6d4b\u8bd5\u8868\u660e\u5f52\u6863\u6587\u4ef6\u4f3c\u4e4e\u6709\u6548 |
| | | NOTE_TASKS_RESTORE_SUCCESSFUL_406=\u5df2\u6210\u529f\u4ece\u76ee\u5f55 %s \u4e2d\u7684\u5f52\u6863\u6587\u4ef6\u6062\u590d\u4efb\u52a1\u5907\u4efd %s |
| | | ERR_BACKUP_MISSING_BACKUPID_407=\u65e0\u6cd5\u5728\u5907\u4efd\u76ee\u5f55 %2$s \u4e2d\u627e\u5230\u5907\u4efd %1$s \u7684\u4fe1\u606f |
| | | ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_408=\u5c1d\u8bd5\u901a\u8fc7\u5907\u4efd\u76f8\u5173\u4fe1\u606f\u6765\u66f4\u65b0\u5907\u4efd\u63cf\u8ff0\u7b26\u6587\u4ef6 %s \u65f6\u53d1\u751f\u9519\u8bef: %s |
| | | ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR_409=\u65e0\u6cd5\u6dfb\u52a0 DIT \u7ed3\u6784\u89c4\u5219 %s\uff0c\u56e0\u4e3a\u5176\u89c4\u5219\u6807\u8bc6\u7b26\u4e0e\u73b0\u6709\u7684 DIT \u7ed3\u6784\u89c4\u5219 (%s) \u51b2\u7a81 |
| | | INFO_ERGONOMIC_SIZING_OF_JE_CLEANER_THREADS_410=\u672c\u5730 DB \u540e\u7aef %s \u672a\u6307\u5b9a\u6e05\u9664\u5668\u7ebf\u7a0b\u7684\u6570\u76ee: \u9ed8\u8ba4\u4e3a %d \u4e2a\u7ebf\u7a0b |
| | | INFO_ERGONOMIC_SIZING_OF_JE_LOCK_TABLES_411=\u672c\u5730 DB \u540e\u7aef %s \u672a\u6307\u5b9a\u9501\u5b9a\u8868\u7684\u6570\u76ee: \u9ed8\u8ba4\u4e3a %d \u4e2a |
| | | SEVERE_ERR_TASKSCHED_DEPENDENCY_MISSING_412=\u65e0\u6cd5\u8ba1\u5212\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u7f3a\u5c11\u5176\u4f9d\u8d56\u4efb\u52a1 %s |
| | | NOTICE_TASK_STARTED_413=%s \u4efb\u52a1 %s \u5df2\u5f00\u59cb\u6267\u884c |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=\u65e0\u6cd5\u6dfb\u52a0\u5177\u6709 OID %s \u7684 ldap \u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e0e\u73b0\u6709 ldap \u8bed\u6cd5\u63cf\u8ff0\u53d1\u751f\u51b2\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 ldap \u8bed\u6cd5\u63cf\u8ff0 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u6b64\u7c7b ldap \u8bed\u6cd5\u63cf\u8ff0 |
| | | MILD_ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a ldap \u8bed\u6cd5\uff0c\u56e0\u4e3a\u5176 OID %s \u5bf9\u5e94\u4e8e\u5df2\u5b9e\u73b0\u7684\u5c5e\u6027\u8bed\u6cd5 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=\u5c1d\u8bd5\u5bf9 ldap \u8bed\u6cd5\u63cf\u8ff0 "%s" \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | | ERR_TASKSCHED_DEPENDENCY_MISSING_412=\u65e0\u6cd5\u8ba1\u5212\u4efb\u52a1 %s\uff0c\u56e0\u4e3a\u7f3a\u5c11\u5176\u4f9d\u8d56\u4efb\u52a1 %s |
| | | NOTE_TASK_STARTED_413=%s \u4efb\u52a1 %s \u5df2\u5f00\u59cb\u6267\u884c |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX_415=\u65e0\u6cd5\u6dfb\u52a0\u5177\u6709 OID %s \u7684 ldap \u8bed\u6cd5\u63cf\u8ff0\uff0c\u56e0\u4e3a\u5b83\u4e0e\u73b0\u6709 ldap \u8bed\u6cd5\u63cf\u8ff0\u53d1\u751f\u51b2\u7a81 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD_416=\u65e0\u6cd5\u4ece\u670d\u52a1\u5668\u6a21\u5f0f\u4e2d\u5220\u9664 ldap \u8bed\u6cd5\u63cf\u8ff0 %s\uff0c\u56e0\u4e3a\u672a\u5b9a\u4e49\u6b64\u7c7b ldap \u8bed\u6cd5\u63cf\u8ff0 |
| | | ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX_417=\u65e0\u6cd5\u5c06\u63d0\u4f9b\u7684\u503c "%s" \u89e3\u6790\u4e3a ldap \u8bed\u6cd5\uff0c\u56e0\u4e3a\u5176 OID %s \u5bf9\u5e94\u4e8e\u5df2\u5b9e\u73b0\u7684\u5c5e\u6027\u8bed\u6cd5 |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX_418=\u5c1d\u8bd5\u5bf9 ldap \u8bed\u6cd5\u63cf\u8ff0 "%s" \u8fdb\u884c\u89e3\u7801\u65f6\u51fa\u73b0\u9519\u8bef: %s |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | FATAL_ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u5df2\u5617\u8a66\u5f9e\u5f8c\u7aef\u53d6\u6d88\u8a3b\u518a\u5b50\u5c3e\u78bc\u300c%s\u300d\uff0c\u8a72\u5f8c\u7aef\u5177\u6709\u5c3e\u78bc\u300c%s\u300d\u3002\u4f46\u662f\uff0c\u542b\u6709\u8a72\u5b50\u5c3e\u78bc\u7684\u5f9e\u5c6c\u5f8c\u7aef\u4e5f\u5305\u542b\u5176\u4ed6\u5b50\u5c3e\u78bc\uff0c\u56e0\u800c\u53ef\u80fd\u7121\u6cd5\u53d6\u6d88\u8a3b\u518a\u3002\u7de8\u8f2f\u5176\u76f8\u95dc\u5f9e\u5c6c\u5f8c\u7aef\u7684\u914d\u7f6e\uff0c\u5c31\u6709\u53ef\u80fd\u79fb\u9664\u6b64\u5b50\u5c3e\u78bc |
| | | FATAL_ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u5df2\u5617\u8a66\u914d\u7f6e Root DSE \u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684 |
| | | SEVERE_WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u57fa\u5e95 DN\u300c%s\u300d\u5df2\u914d\u7f6e\u70ba\u5176\u4e2d\u4e00\u500b\u8981\u7528\u65bc\u5728 Root DSE \u4e4b\u4e0b\u641c\u5c0b\u7684\u5f9e\u5c6c\u57fa\u5e95 DN\u3002\u4f46\u662f\uff0c\u6b64\u57fa\u5e95 DN \u672a\u7531\u4efb\u4f55\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u7684\u5c3e\u78bc\u8655\u7406\uff0c\u56e0\u6b64\u4e0d\u6703\u52a0\u4ee5\u4f7f\u7528 |
| | | SEVERE_WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u5617\u8a66\u5224\u5b9a\u8981\u7528\u65bc\u5728 Root DSE \u4e4b\u4e0b\u641c\u5c0b\u7684\u5f9e\u5c6c\u57fa\u5e95 DN \u96c6\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u554f\u984c: %s |
| | | MILD_WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Root DSE \u5f8c\u7aef\u88ab\u8981\u6c42\u64f7\u53d6\u5177\u6709 DN\u300c%s\u300d\u7684\u9805\u76ee\u3002\u6b64\u5f8c\u7aef\u61c9\u8a72\u53ea\u9700\u64f7\u53d6 Root DSE \u672c\u8eab\u3002\u4f46\u662f\uff0c\u5b83\u6703\u6aa2\u67e5\u6240\u5b9a\u7fa9\u7684\u5f9e\u5c6c\u5f8c\u7aef\u4e26\u67e5\u770b\u5b83\u662f\u5426\u53ef\u4ee5\u627e\u5230\u8acb\u6c42\u7684\u9805\u76ee |
| | | MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a Root DSE \u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u4e0d\u9858\u610f\u5728 Root DSE \u5f8c\u7aef\u4e2d\u4f7f\u7528\u300c%3$s\u300d\u7684\u57fa\u5e95 DN \u57f7\u884c\u641c\u5c0b (\u9023\u7dda ID %1$d\u3001\u4f5c\u696d ID %2$d)\u3002\u8981\u5728\u6b64\u5f8c\u7aef\u4e2d\u641c\u5c0b\u7684\u57fa\u5e95 DN \u5fc5\u9808\u662f Root DSE \u672c\u8eab\u7684 DN |
| | | SEVERE_ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u5617\u8a66\u5728 Root DSE \u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d (\u9023\u7dda ID %d\u3001\u4f5c\u696d ID %d) \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u5931\u6557: %s |
| | | SEVERE_ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u7121\u6cd5\u8655\u7406\u5177\u6709\u9023\u7dda ID %d \u8207\u4f5c\u696d ID %d \u7684\u641c\u5c0b\uff0c\u56e0\u70ba\u8a72\u641c\u5c0b\u7684\u7bc4\u570d %s \u7121\u6548 |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u5617\u8a66\u958b\u555f Root DSE \u5f8c\u7aef\u7684 LDIF \u5beb\u5165\u5668\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u5617\u8a66\u5c07 Root DSE \u9805\u76ee\u532f\u51fa\u81f3\u6307\u5b9a\u7684 LDIF \u76ee\u6a19\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Root DSE \u5f8c\u7aef\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099\u3002Root DSE \u7684\u5167\u5bb9\u61c9\u5099\u4efd\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u4e00\u90e8\u4efd |
| | | ERR_BACKEND_CANNOT_REMOVE_MULTIBASE_SUB_SUFFIX_1=\u5df2\u5617\u8a66\u5f9e\u5f8c\u7aef\u53d6\u6d88\u8a3b\u518a\u5b50\u5c3e\u78bc\u300c%s\u300d\uff0c\u8a72\u5f8c\u7aef\u5177\u6709\u5c3e\u78bc\u300c%s\u300d\u3002\u4f46\u662f\uff0c\u542b\u6709\u8a72\u5b50\u5c3e\u78bc\u7684\u5f9e\u5c6c\u5f8c\u7aef\u4e5f\u5305\u542b\u5176\u4ed6\u5b50\u5c3e\u78bc\uff0c\u56e0\u800c\u53ef\u80fd\u7121\u6cd5\u53d6\u6d88\u8a3b\u518a\u3002\u7de8\u8f2f\u5176\u76f8\u95dc\u5f9e\u5c6c\u5f8c\u7aef\u7684\u914d\u7f6e\uff0c\u5c31\u6709\u53ef\u80fd\u79fb\u9664\u6b64\u5b50\u5c3e\u78bc |
| | | ERR_ROOTDSE_CONFIG_ENTRY_NULL_2=\u5df2\u5617\u8a66\u914d\u7f6e Root DSE \u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684 |
| | | WARN_ROOTDSE_NO_BACKEND_FOR_SUBORDINATE_BASE_4=\u57fa\u5e95 DN\u300c%s\u300d\u5df2\u914d\u7f6e\u70ba\u5176\u4e2d\u4e00\u500b\u8981\u7528\u65bc\u5728 Root DSE \u4e4b\u4e0b\u641c\u5c0b\u7684\u5f9e\u5c6c\u57fa\u5e95 DN\u3002\u4f46\u662f\uff0c\u6b64\u57fa\u5e95 DN \u672a\u7531\u4efb\u4f55\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u7684\u5c3e\u78bc\u8655\u7406\uff0c\u56e0\u6b64\u4e0d\u6703\u52a0\u4ee5\u4f7f\u7528 |
| | | WARN_ROOTDSE_SUBORDINATE_BASE_EXCEPTION_5=\u5617\u8a66\u5224\u5b9a\u8981\u7528\u65bc\u5728 Root DSE \u4e4b\u4e0b\u641c\u5c0b\u7684\u5f9e\u5c6c\u57fa\u5e95 DN \u96c6\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u554f\u984c: %s |
| | | WARN_ROOTDSE_GET_ENTRY_NONROOT_6=Root DSE \u5f8c\u7aef\u88ab\u8981\u6c42\u64f7\u53d6\u5177\u6709 DN\u300c%s\u300d\u7684\u9805\u76ee\u3002\u6b64\u5f8c\u7aef\u61c9\u8a72\u53ea\u9700\u64f7\u53d6 Root DSE \u672c\u8eab\u3002\u4f46\u662f\uff0c\u5b83\u6703\u6aa2\u67e5\u6240\u5b9a\u7fa9\u7684\u5f9e\u5c6c\u5f8c\u7aef\u4e26\u67e5\u770b\u5b83\u662f\u5426\u53ef\u4ee5\u627e\u5230\u8acb\u6c42\u7684\u9805\u76ee |
| | | ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a Root DSE \u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | ERR_ROOTDSE_INVALID_SEARCH_BASE_11=\u4e0d\u9858\u610f\u5728 Root DSE \u5f8c\u7aef\u4e2d\u4f7f\u7528\u300c%3$s\u300d\u7684\u57fa\u5e95 DN \u57f7\u884c\u641c\u5c0b (\u9023\u7dda ID %1$d\u3001\u4f5c\u696d ID %2$d)\u3002\u8981\u5728\u6b64\u5f8c\u7aef\u4e2d\u641c\u5c0b\u7684\u57fa\u5e95 DN \u5fc5\u9808\u662f Root DSE \u672c\u8eab\u7684 DN |
| | | ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE_12=\u5617\u8a66\u5728 Root DSE \u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d (\u9023\u7dda ID %d\u3001\u4f5c\u696d ID %d) \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u5931\u6557: %s |
| | | ERR_ROOTDSE_INVALID_SEARCH_SCOPE_13=\u7121\u6cd5\u8655\u7406\u5177\u6709\u9023\u7dda ID %d \u8207\u4f5c\u696d ID %d \u7684\u641c\u5c0b\uff0c\u56e0\u70ba\u8a72\u641c\u5c0b\u7684\u7bc4\u570d %s \u7121\u6548 |
| | | ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER_14=\u5617\u8a66\u958b\u555f Root DSE \u5f8c\u7aef\u7684 LDIF \u5beb\u5165\u5668\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=\u5617\u8a66\u5c07 Root DSE \u9805\u76ee\u532f\u51fa\u81f3\u6307\u5b9a\u7684 LDIF \u76ee\u6a19\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=Root DSE \u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=Root DSE \u5f8c\u7aef\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099\u3002Root DSE \u7684\u5167\u5bb9\u61c9\u5099\u4efd\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u914d\u7f6e\u7684\u4e00\u90e8\u4efd |
| | | INFO_ROOTDSE_USING_SUFFIXES_AS_BASE_DNS_18=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u65bc Root DSE \u4e4b\u4e0b\u57f7\u884c\u641c\u5c0b\u6642\uff0c\u6703\u4f7f\u7528\u6240\u5b9a\u7fa9\u7684\u76ee\u9304\u4f3a\u670d\u5668\u5c3e\u78bc\u96c6 |
| | | INFO_ROOTDSE_USING_NEW_SUBORDINATE_BASE_DNS_19=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u65bc Root DSE \u4e4b\u4e0b\u57f7\u884c\u641c\u5c0b\u6642\uff0c\u6703\u4f7f\u7528\u57fa\u5e95 DN \u96c6 %s |
| | | INFO_ROOTDSE_USING_NEW_USER_ATTRS_20=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u6703\u4f7f\u7528\u65b0\u7684\u4f7f\u7528\u8005\u5b9a\u7fa9\u5c6c\u6027\u96c6 |
| | | SEVERE_ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u5df2\u5617\u8a66\u914d\u7f6e\u76e3\u8996\u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684\uff0c\u800c\u4e14\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u76e3\u8996\u8cc7\u8a0a |
| | | SEVERE_ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=\u5617\u8a66\u89e3\u78bc cn=monitor \u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u76e3\u8996\u8cc7\u8a0a\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u76e3\u8996\u8cc7\u8a0a |
| | | MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a\u57fa\u5e95\u76e3\u8996\u9805\u76ee\u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u5617\u8a66\u532f\u51fa\u57fa\u5e95\u76e3\u8996\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u5617\u8a66\u532f\u51fa\u76e3\u8996\u63d0\u4f9b\u8005 %s \u7684\u76e3\u8996\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76e3\u8996\u5f8c\u7aef\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099 |
| | | ERR_MONITOR_CONFIG_ENTRY_NULL_21=\u5df2\u5617\u8a66\u914d\u7f6e\u76e3\u8996\u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684\uff0c\u800c\u4e14\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u76e3\u8996\u8cc7\u8a0a |
| | | ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN_22=\u5617\u8a66\u89e3\u78bc cn=monitor \u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u76e3\u8996\u8cc7\u8a0a\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s\u3002\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u76e3\u8996\u8cc7\u8a0a |
| | | ERR_MONITOR_ADD_NOT_SUPPORTED_23=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | ERR_MONITOR_DELETE_NOT_SUPPORTED_24=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=\u4e0d\u9858\u610f\u66f4\u65b0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d\u3002\u5982\u679c\u60a8\u8981\u6539\u8b8a\u57fa\u5e95\u76e3\u8996\u9805\u76ee\u672c\u8eab\u7684\u5167\u5bb9\uff0c\u5247\u6709\u53ef\u80fd\u7d93\u7531\u4fee\u6539\u914d\u7f6e\u4e2d\u7684\u300c%s\u300d\u9805\u76ee\u4f86\u9054\u6210 |
| | | ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=\u5617\u8a66\u532f\u51fa\u57fa\u5e95\u76e3\u8996\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=\u5617\u8a66\u532f\u51fa\u76e3\u8996\u63d0\u4f9b\u8005 %s \u7684\u76e3\u8996\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=\u76e3\u8996\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=\u76e3\u8996\u5f8c\u7aef\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d\u7684\u8a2d\u5099 |
| | | INFO_MONITOR_USING_NEW_USER_ATTRS_31=\u76e3\u8996\u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u6703\u4f7f\u7528\u65b0\u7684\u4f7f\u7528\u8005\u5b9a\u7fa9\u5c6c\u6027\u96c6 |
| | | MILD_ERR_MONITOR_GET_ENTRY_NULL_32=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684 DN \u70ba\u7a7a\u503c |
| | | MILD_ERR_MONITOR_INVALID_BASE_34=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u4e0d\u5728 %s \u7684\u76e3\u8996\u57fa\u5e95\u4e4b\u4e0b |
| | | ERR_MONITOR_GET_ENTRY_NULL_32=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684 DN \u70ba\u7a7a\u503c |
| | | ERR_MONITOR_INVALID_BASE_34=\u7121\u6cd5\u5f9e\u76e3\u8996\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u4e0d\u5728 %s \u7684\u76e3\u8996\u57fa\u5e95\u4e4b\u4e0b |
| | | INFO_MONITOR_UPTIME_37=%d \u5929 %d \u5c0f\u6642 %d \u5206 %d \u79d2 |
| | | SEVERE_ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u5df2\u5617\u8a66\u914d\u7f6e\u6a21\u5f0f\u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684\uff0c\u800c\u4e14\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u6a21\u5f0f\u8cc7\u8a0a |
| | | SEVERE_ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u5617\u8a66\u4f9d\u7167\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-schema-entry-dn \u5c6c\u6027\u6240\u6307\u5b9a\uff0c\u5224\u5b9a\u5728\u767c\u4f48\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u8cc7\u8a0a\u6642\u6240\u8981\u4f7f\u7528\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5c07\u4f7f\u7528 cn=schema \u7684\u9810\u8a2d\u6a21\u5f0f\u57fa\u5e95 DN |
| | | MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u5617\u8a66\u532f\u51fa\u57fa\u5e95\u6a21\u5f0f\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_INVALID_BASE_48=\u7121\u6cd5\u5f9e\u6a21\u5f0f\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u7b49\u65bc\u5176\u4e2d\u4e00\u500b\u6a21\u5f0f\u9805\u76ee DN |
| | | SEVERE_ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u5617\u8a66\u958b\u555f\u6a21\u5f0f\u5f8c\u7aef\u7684 LDIF \u5beb\u5165\u5668\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_SCHEMA_CONFIG_ENTRY_NULL_38=\u5df2\u5617\u8a66\u914d\u7f6e\u6a21\u5f0f\u5f8c\u7aef\uff0c\u4f46\u672a\u63d0\u4f9b\u914d\u7f6e\u9805\u76ee\u3002\u9019\u662f\u4e0d\u5141\u8a31\u7684\uff0c\u800c\u4e14\u7121\u6cd5\u900f\u904e\u5354\u5b9a\u53d6\u5f97\u6a21\u5f0f\u8cc7\u8a0a |
| | | ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN_40=\u5617\u8a66\u4f9d\u7167\u914d\u7f6e\u9805\u76ee %s \u7684 ds-cfg-schema-entry-dn \u5c6c\u6027\u6240\u6307\u5b9a\uff0c\u5224\u5b9a\u5728\u767c\u4f48\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f\u8cc7\u8a0a\u6642\u6240\u8981\u4f7f\u7528\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5c07\u4f7f\u7528 cn=schema \u7684\u9810\u8a2d\u6a21\u5f0f\u57fa\u5e95 DN |
| | | ERR_SCHEMA_ADD_NOT_SUPPORTED_41=\u4e0d\u9858\u610f\u589e\u52a0\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=\u4e0d\u9858\u610f\u79fb\u9664\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=\u4e0d\u9858\u610f\u91cd\u65b0\u547d\u540d\u9805\u76ee\u300c%s\u300d\uff0c\u56e0\u70ba\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=\u5617\u8a66\u532f\u51fa\u57fa\u5e95\u6a21\u5f0f\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_INVALID_BASE_48=\u7121\u6cd5\u5f9e\u6a21\u5f0f\u5f8c\u7aef\u64f7\u53d6\u8acb\u6c42\u7684\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u7b49\u65bc\u5176\u4e2d\u4e00\u500b\u6a21\u5f0f\u9805\u76ee DN |
| | | ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER_49=\u5617\u8a66\u958b\u555f\u6a21\u5f0f\u5f8c\u7aef\u7684 LDIF \u5beb\u5165\u5668\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | INFO_SCHEMA_DEREGISTERED_BASE_DN_50=\u5df2\u6210\u529f\u53d6\u6d88\u8a3b\u518a DN %s\uff0c\u8a72 DN \u4fbf\u4e0d\u53ef\u518d\u4f5c\u70ba\u6a21\u5f0f\u9805\u76ee DN \u4f7f\u7528 |
| | | SEVERE_ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\u5617\u8a66\u53d6\u6d88\u8a3b\u518a\u7576\u4f5c\u6a21\u5f0f\u9805\u76ee DN \u7684 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN_51=\u5617\u8a66\u53d6\u6d88\u8a3b\u518a\u7576\u4f5c\u6a21\u5f0f\u9805\u76ee DN \u7684 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SCHEMA_REGISTERED_BASE_DN_52=\u5df2\u6210\u529f\u5c07 DN %s \u8a3b\u518a\u70ba\u65b0\u7684\u6a21\u5f0f\u9805\u76ee DN |
| | | SEVERE_ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=\u5617\u8a66\u8a3b\u518a\u7576\u4f5c\u6a21\u5f0f\u9805\u76ee DN \u7684 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_CANNOT_REGISTER_BASE_DN_53=\u5617\u8a66\u8a3b\u518a\u7576\u4f5c\u6a21\u5f0f\u9805\u76ee DN \u7684 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_SCHEMA_USING_NEW_USER_ATTRS_54=\u6a21\u5f0f\u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u73fe\u5728\u6703\u4f7f\u7528\u65b0\u7684\u4f7f\u7528\u8005\u5b9a\u7fa9\u5c6c\u6027\u96c6 |
| | | FATAL_ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u76ee\u9304\u4f3a\u670d\u5668\u5728\u591a\u6b21\u5617\u8a66\u5f8c\uff0c\u7121\u6cd5\u53d6\u5f97\u9805\u76ee %s \u4e0a\u7684\u9396\u5b9a\u3002\u9019\u53ef\u80fd\u8868\u793a\u9805\u76ee\u5df2\u7d93\u88ab\u9577\u6642\u9593\u57f7\u884c\u7684\u4f5c\u696d\u9396\u5b9a\uff0c\u6216\u9805\u76ee\u5148\u524d\u65e9\u5df2\u9396\u5b9a\uff0c\u4f46\u4e26\u672a\u6b63\u78ba\u5730\u89e3\u9664\u9396\u5b9a |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u5efa\u7acb\u6a21\u5f0f\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u5617\u8a66\u53d6\u5f97\u5bc6\u78bc\u4ee5\u52a0\u5bc6\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u6a21\u5f0f\u5099\u4efd %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u5617\u8a66\u53d6\u5f97\u76ee\u9304 %s \u4e2d\u7684\u6a94\u6848\u6e05\u55ae\u4ee5\u7d0d\u5165\u6a21\u5f0f\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u5617\u8a66\u5099\u4efd\u6a21\u5f0f\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u95dc\u9589\u6a21\u5f0f\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u5617\u8a66\u4f7f\u7528\u6a21\u5f0f\u5099\u4efd\u7684\u76f8\u95dc\u8cc7\u8a0a\u4f86\u66f4\u65b0\u5099\u4efd\u63cf\u8ff0\u5143\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u5099\u4efd |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s\uff0c\u56e0\u70ba\u7121\u6cd5\u5224\u5b9a\u6b78\u6a94\u6a94\u6848\u540d\u7a31 |
| | | SEVERE_ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u6b78\u6a94\u6a94\u6848 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5224\u5b9a\u5099\u4efd\u6b78\u6a94 %s \u662f\u5426\u5b58\u5728\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u4e4b %s \u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684 MAC \u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u4e4b %s \u7684 MAC \u6f14\u7b97\u6cd5 |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u958b\u555f\u5099\u4efd\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u662f\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u7684\u5bc6\u78bc\u9032\u884c\u52a0\u5bc6: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5c07\u76ee\u524d\u7684\u6a21\u5f0f\u76ee\u9304\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTICE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u4f46\u662f\uff0c\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u4e0b\u4f86\uff0c\u800c\u4e14\u76ee\u524d\u4f4d\u65bc\u5176\u539f\u59cb\u4f4d\u7f6e %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u4e0b\u4f86\uff0c\u800c\u4e14\u5305\u542b\u5728 %s \u76ee\u9304\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s or % s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u5728 %s \u76ee\u9304\u4e2d |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u8b80\u53d6\u6b78\u6a94\u6a94\u6848 %s \u4e2d\u7684\u4e0b\u4e00\u500b\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u91cd\u65b0\u5efa\u7acb\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u8655\u7406\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u95dc\u9589\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | NOTICE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | SEVERE_ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | NOTICE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | SEVERE_ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | NOTICE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u5c0d\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s \u57f7\u884c\u7684\u6240\u6709\u6e2c\u8a66\u5747\u986f\u793a\u6b78\u6a94\u4f3c\u4e4e\u6709\u6548 |
| | | NOTICE_SCHEMA_RESTORE_SUCCESSFUL_90=\u5df2\u6210\u529f\u5f9e\u76ee\u9304 %2$s \u4e2d\u7684\u6b78\u6a94\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %1$s |
| | | SEVERE_ERR_TASK_INVALID_STATE_91=\u5728\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4f5c\u696d\u7121\u6548\uff0c\u56e0\u70ba\u5176\u72c0\u614b %s \u7121\u6548 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u6392\u5b9a\u555f\u52d5\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u5be6\u969b\u555f\u52d5\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u5b8c\u6210\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TASK_MISSING_ATTR_95=\u4f5c\u696d\u9805\u76ee %s \u7f3a\u5c11\u5fc5\u8981\u7684\u5c6c\u6027 %s |
| | | SEVERE_ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6709\u591a\u500b\u5c6c\u6027 %1$s \u7684\u5be6\u4f8b |
| | | SEVERE_ERR_TASK_NO_VALUES_FOR_ATTR_97=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6c92\u6709\u5c6c\u6027 %1$s \u7684\u503c |
| | | SEVERE_ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6709\u591a\u500b\u5c6c\u6027 %1$s \u7684\u503c |
| | | SEVERE_ERR_TASK_EXECUTE_FAILED_99=\u5728\u57f7\u884c\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4fdd\u7559\u9031\u671f\u6027\u4f5c\u696d ID \u6240\u9700\u7684\u5c6c\u6027 %s |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u9031\u671f\u6027\u4f5c\u696d ID\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | SEVERE_ERR_RECURRINGTASK_NO_ID_102=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u9031\u671f\u6027\u4f5c\u696d ID |
| | | SEVERE_ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u9031\u671f\u6027\u4f5c\u696d ID\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u6307\u5b9a\u65bc\u63d0\u4f9b\u4e4b\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u7684\u5c6c\u6027 %s \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u985e\u5225\u662f\u5426\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u985e\u5225\u8def\u5f91\u4e2d\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u5617\u8a66\u5efa\u7acb\u985e\u5225 %s \u7684\u5be6\u4f8b\u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002\u6b64\u985e\u5225\u662f\u5426\u70ba %s \u7684\u5b50\u985e\u5225\uff1f |
| | | SEVERE_ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u5617\u8a66\u5229\u7528\u6240\u63d0\u4f9b\u9805\u76ee\u5167\u542b\u7684\u8cc7\u8a0a\uff0c\u5c0d\u985e\u5225 %s \u7684\u5be6\u4f8b\u57f7\u884c\u5167\u90e8\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_NO_BASE_DNS_112=\u4f5c\u696d\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u57fa\u5e95 DN\u3002\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f5c\u696d\u8cc7\u8a0a\u5fc5\u9808\u6b63\u597d\u6709\u4e00\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u4f5c\u696d\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee\u5305\u542b\u591a\u500b\u57fa\u5e95 DN\u3002\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f5c\u696d\u8cc7\u8a0a\u5fc5\u9808\u6b63\u597d\u6709\u4e00\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u5617\u8a66\u5c07\u9031\u671f\u6027\u4f5c\u696d\u57fa\u5e95 %s \u89e3\u78bc\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u5617\u8a66\u5c07\u6392\u5b9a\u7684\u4f5c\u696d\u57fa\u5e95 %s \u89e3\u78bc\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u7684\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u5df2\u7d93\u5b58\u5728\uff0c\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u4e0d\u6703\u5617\u8a66\u4e88\u4ee5\u8986\u5beb\u3002\u5728\u5617\u8a66\u5c07\u8a72\u8def\u5f91\u7528\u65bc\u65b0\u80cc\u666f\u6a94\u6848\u524d\uff0c\u8acb\u5148\u522a\u9664\u6216\u91cd\u65b0\u547d\u540d\u73fe\u6709\u7684\u6a94\u6848\uff0c\u6216\u9078\u64c7\u65b0\u7684\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u6307\u5b9a\u8def\u5f91 %s \u4f3c\u4e4e\u662f\u7121\u6548\u7684\u8def\u5f91\u3002\u8acb\u9078\u64c7\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %2$s \u7684\u7236\u7cfb\u76ee\u9304 %1$s \u4e0d\u5b58\u5728\u3002\u5728\u5617\u8a66\u5c07\u6b64\u8def\u5f91\u7528\u65bc\u65b0\u80cc\u666f\u6a94\u6848\u524d\uff0c\u8acb\u5148\u5efa\u7acb\u6b64\u76ee\u9304\uff0c\u6216\u9078\u64c7\u65b0\u7684\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %2$s \u7684\u7236\u7cfb\u76ee\u9304 %1$s \u5b58\u5728\uff0c\u4f46\u4e26\u4e0d\u662f\u76ee\u9304\u3002\u8acb\u9078\u64c7\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91 |
| | | SEVERE_ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u5617\u8a66\u5224\u5b9a\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_BACKEND_CANNOT_LOCK_ENTRY_55=\u76ee\u9304\u4f3a\u670d\u5668\u5728\u591a\u6b21\u5617\u8a66\u5f8c\uff0c\u7121\u6cd5\u53d6\u5f97\u9805\u76ee %s \u4e0a\u7684\u9396\u5b9a\u3002\u9019\u53ef\u80fd\u8868\u793a\u9805\u76ee\u5df2\u7d93\u88ab\u9577\u6642\u9593\u57f7\u884c\u7684\u4f5c\u696d\u9396\u5b9a\uff0c\u6216\u9805\u76ee\u5148\u524d\u65e9\u5df2\u9396\u5b9a\uff0c\u4f46\u4e26\u672a\u6b63\u78ba\u5730\u89e3\u9664\u9396\u5b9a |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_MAC_56=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_DIGEST_57=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_58=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u5efa\u7acb\u6a21\u5f0f\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_GET_CIPHER_59=\u5617\u8a66\u53d6\u5f97\u5bc6\u78bc\u4ee5\u52a0\u5bc6\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_BACKUP_ZIP_COMMENT_60=%s \u6a21\u5f0f\u5099\u4efd %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_LIST_SCHEMA_FILES_61=\u5617\u8a66\u53d6\u5f97\u76ee\u9304 %s \u4e2d\u7684\u6a94\u6848\u6e05\u55ae\u4ee5\u7d0d\u5165\u6a21\u5f0f\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_BACKUP_SCHEMA_FILE_62=\u5617\u8a66\u5099\u4efd\u6a21\u5f0f\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_BACKUP_CANNOT_CLOSE_ZIP_STREAM_63=\u5617\u8a66\u5728\u76ee\u9304 %2$s \u4e2d\u95dc\u9589\u6a21\u5f0f\u6b78\u6a94\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_SCHEMA_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_64=\u5617\u8a66\u4f7f\u7528\u6a21\u5f0f\u5099\u4efd\u7684\u76f8\u95dc\u8cc7\u8a0a\u4f86\u66f4\u65b0\u5099\u4efd\u63cf\u8ff0\u5143\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_BACKUP_65=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u5099\u4efd |
| | | ERR_SCHEMA_RESTORE_NO_BACKUP_FILE_66=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s\uff0c\u56e0\u70ba\u7121\u6cd5\u5224\u5b9a\u6b78\u6a94\u6a94\u6848\u540d\u7a31 |
| | | ERR_SCHEMA_RESTORE_NO_SUCH_FILE_67=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6307\u5b9a\u7684\u6b78\u6a94\u6a94\u6848 %s \u4e0d\u5b58\u5728 |
| | | ERR_SCHEMA_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_68=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5224\u5b9a\u5099\u4efd\u6b78\u6a94 %s \u662f\u5426\u5b58\u5728\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_DIGEST_69=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_DIGEST_70=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u672a\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u4e4b %s \u7684\u6458\u8981\u6f14\u7b97\u6cd5 |
| | | ERR_SCHEMA_RESTORE_UNKNOWN_MAC_71=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u6b64\u5099\u4efd\u6709\u53ef\u7528\u7684\u7c3d\u7f72\u96dc\u6e4a\uff0c\u4f46\u4f3a\u670d\u5668\u7121\u6cd5\u5224\u5b9a\u7528\u65bc\u7522\u751f\u6b64\u96dc\u6e4a\u7684 MAC \u6f14\u7b97\u6cd5 |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_MAC_72=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u7684\u7c3d\u7f72\u96dc\u6e4a\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u4e4b %s \u7684 MAC \u6f14\u7b97\u6cd5 |
| | | ERR_SCHEMA_RESTORE_CANNOT_OPEN_BACKUP_FILE_73=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u958b\u555f\u5099\u4efd\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_CIPHER_75=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5b83\u662f\u4f7f\u7528\u4e0d\u660e\u6216\u4e0d\u53d7\u652f\u63f4\u7684\u5bc6\u78bc\u9032\u884c\u52a0\u5bc6: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RENAME_CURRENT_DIRECTORY_76=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u5c07\u76ee\u524d\u7684\u6a21\u5f0f\u76ee\u9304\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTE_SCHEMA_RESTORE_RESTORED_OLD_SCHEMA_77=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u4f46\u662f\uff0c\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u4e0b\u4f86\uff0c\u800c\u4e14\u76ee\u524d\u4f4d\u65bc\u5176\u539f\u59cb\u4f4d\u7f6e %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_RESTORE_OLD_SCHEMA_78=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u4e0b\u4f86\uff0c\u800c\u4e14\u5305\u542b\u5728 %s \u76ee\u9304\u4e2d |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_SCHEMA_DIRECTORY_79=Unable to restore schema backup %s or % s because an error occurred while attempting to create a new empty directory %s into which the files should be restored: %s |
| | | ERR_SCHEMA_RESTORE_OLD_SCHEMA_SAVED_80=\u767c\u751f\u4e86\u4f7f\u6a21\u5f0f\u5099\u4efd\u7121\u6cd5\u6b63\u78ba\u5fa9\u539f\u7684\u932f\u8aa4\u3002\u5728\u5fa9\u539f\u7a0b\u5e8f\u555f\u52d5\u524d\u5373\u5df2\u5c31\u7dd2\u7684\u539f\u59cb\u6a21\u5f0f\u6a94\u6848\u5df2\u4fdd\u7559\u5728 %s \u76ee\u9304\u4e2d |
| | | ERR_SCHEMA_RESTORE_CANNOT_GET_ZIP_ENTRY_81=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u8b80\u53d6\u6b78\u6a94\u6a94\u6848 %s \u4e2d\u7684\u4e0b\u4e00\u500b\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_CREATE_FILE_82=\u7121\u6cd5\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u91cd\u65b0\u5efa\u7acb\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_83=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u8655\u7406\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_84=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u95dc\u9589\u6b78\u6a94\u6a94\u6848 %s \u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | NOTE_SCHEMA_RESTORE_UNSIGNED_HASH_VALID_85=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | ERR_SCHEMA_RESTORE_UNSIGNED_HASH_INVALID_86=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | NOTE_SCHEMA_RESTORE_SIGNED_HASH_VALID_87=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | ERR_SCHEMA_RESTORE_SIGNED_HASH_INVALID_88=\u7121\u6cd5\u5fa9\u539f\u6216\u9a57\u8b49\u6a21\u5f0f\u5099\u4efd %s\uff0c\u56e0\u70ba\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u4e0d\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | NOTE_SCHEMA_RESTORE_VERIFY_SUCCESSFUL_89=\u5c0d\u76ee\u9304 %2$s \u4e2d\u7684\u6a21\u5f0f\u5099\u4efd %1$s \u57f7\u884c\u7684\u6240\u6709\u6e2c\u8a66\u5747\u986f\u793a\u6b78\u6a94\u4f3c\u4e4e\u6709\u6548 |
| | | NOTE_SCHEMA_RESTORE_SUCCESSFUL_90=\u5df2\u6210\u529f\u5f9e\u76ee\u9304 %2$s \u4e2d\u7684\u6b78\u6a94\u5fa9\u539f\u6a21\u5f0f\u5099\u4efd %1$s |
| | | ERR_TASK_INVALID_STATE_91=\u5728\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4f5c\u696d\u7121\u6548\uff0c\u56e0\u70ba\u5176\u72c0\u614b %s \u7121\u6548 |
| | | ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME_92=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u6392\u5b9a\u555f\u52d5\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME_93=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u5be6\u969b\u555f\u52d5\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | ERR_TASK_CANNOT_PARSE_COMPLETION_TIME_94=\u5617\u8a66\u5256\u6790\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u7684\u5b8c\u6210\u6642\u9593\u503c %1$s \u6642\u767c\u751f\u932f\u8aa4 |
| | | ERR_TASK_MISSING_ATTR_95=\u4f5c\u696d\u9805\u76ee %s \u7f3a\u5c11\u5fc5\u8981\u7684\u5c6c\u6027 %s |
| | | ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE_96=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6709\u591a\u500b\u5c6c\u6027 %1$s \u7684\u5be6\u4f8b |
| | | ERR_TASK_NO_VALUES_FOR_ATTR_97=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6c92\u6709\u5c6c\u6027 %1$s \u7684\u503c |
| | | ERR_TASK_MULTIPLE_VALUES_FOR_ATTR_98=\u4f5c\u696d\u9805\u76ee %2$s \u4e2d\u6709\u591a\u500b\u5c6c\u6027 %1$s \u7684\u503c |
| | | ERR_TASK_EXECUTE_FAILED_99=\u5728\u57f7\u884c\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u7684\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_RECURRINGTASK_NO_ID_ATTRIBUTE_100=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4fdd\u7559\u9031\u671f\u6027\u4f5c\u696d ID \u6240\u9700\u7684\u5c6c\u6027 %s |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_TYPES_101=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u9031\u671f\u6027\u4f5c\u696d ID\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | ERR_RECURRINGTASK_NO_ID_102=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u9031\u671f\u6027\u4f5c\u696d ID |
| | | ERR_RECURRINGTASK_MULTIPLE_ID_VALUES_103=\u63d0\u4f9b\u7684\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u9031\u671f\u6027\u4f5c\u696d ID\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | ERR_RECURRINGTASK_CANNOT_LOAD_CLASS_108=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u6307\u5b9a\u65bc\u63d0\u4f9b\u4e4b\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee\u7684\u5c6c\u6027 %s \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u985e\u5225\u662f\u5426\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u985e\u5225\u8def\u5f91\u4e2d\uff1f |
| | | ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK_109=\u5617\u8a66\u5efa\u7acb\u985e\u5225 %s \u7684\u5be6\u4f8b\u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002\u6b64\u985e\u5225\u662f\u5426\u70ba %s \u7684\u5b50\u985e\u5225\uff1f |
| | | ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL_110=\u5617\u8a66\u5229\u7528\u6240\u63d0\u4f9b\u9805\u76ee\u5167\u542b\u7684\u8cc7\u8a0a\uff0c\u5c0d\u985e\u5225 %s \u7684\u5be6\u4f8b\u57f7\u884c\u5167\u90e8\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKBE_NO_BASE_DNS_112=\u4f5c\u696d\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u57fa\u5e95 DN\u3002\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f5c\u696d\u8cc7\u8a0a\u5fc5\u9808\u6b63\u597d\u6709\u4e00\u500b\u57fa\u5e95 DN |
| | | ERR_TASKBE_MULTIPLE_BASE_DNS_113=\u4f5c\u696d\u5f8c\u7aef\u914d\u7f6e\u9805\u76ee\u5305\u542b\u591a\u500b\u57fa\u5e95 DN\u3002\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u7684\u4f5c\u696d\u8cc7\u8a0a\u5fc5\u9808\u6b63\u597d\u6709\u4e00\u500b\u57fa\u5e95 DN |
| | | ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN_114=\u5617\u8a66\u5c07\u9031\u671f\u6027\u4f5c\u696d\u57fa\u5e95 %s \u89e3\u78bc\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN_115=\u5617\u8a66\u5c07\u6392\u5b9a\u7684\u4f5c\u696d\u57fa\u5e95 %s \u89e3\u78bc\u70ba DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKBE_BACKING_FILE_EXISTS_121=\u6307\u5b9a\u7684\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u5df2\u7d93\u5b58\u5728\uff0c\u76ee\u9304\u4f3a\u670d\u5668\u5c07\u4e0d\u6703\u5617\u8a66\u4e88\u4ee5\u8986\u5beb\u3002\u5728\u5617\u8a66\u5c07\u8a72\u8def\u5f91\u7528\u65bc\u65b0\u80cc\u666f\u6a94\u6848\u524d\uff0c\u8acb\u5148\u522a\u9664\u6216\u91cd\u65b0\u547d\u540d\u73fe\u6709\u7684\u6a94\u6848\uff0c\u6216\u9078\u64c7\u65b0\u7684\u8def\u5f91 |
| | | ERR_TASKBE_INVALID_BACKING_FILE_PATH_122=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u6307\u5b9a\u8def\u5f91 %s \u4f3c\u4e4e\u662f\u7121\u6548\u7684\u8def\u5f91\u3002\u8acb\u9078\u64c7\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91 |
| | | ERR_TASKBE_BACKING_FILE_MISSING_PARENT_123=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %2$s \u7684\u7236\u7cfb\u76ee\u9304 %1$s \u4e0d\u5b58\u5728\u3002\u5728\u5617\u8a66\u5c07\u6b64\u8def\u5f91\u7528\u65bc\u65b0\u80cc\u666f\u6a94\u6848\u524d\uff0c\u8acb\u5148\u5efa\u7acb\u6b64\u76ee\u9304\uff0c\u6216\u9078\u64c7\u65b0\u7684\u8def\u5f91 |
| | | ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY_124=\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %2$s \u7684\u7236\u7cfb\u76ee\u9304 %1$s \u5b58\u5728\uff0c\u4f46\u4e26\u4e0d\u662f\u76ee\u9304\u3002\u8acb\u9078\u64c7\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91 |
| | | ERR_TASKBE_ERROR_GETTING_BACKING_FILE_125=\u5617\u8a66\u5224\u5b9a\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u65b0\u8def\u5f91\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | INFO_TASKBE_UPDATED_RETENTION_TIME_128=\u5df2\u5b8c\u6210\u4f5c\u696d\u7684\u4fdd\u7559\u6642\u9593\u5df2\u66f4\u65b0\u70ba %d \u79d2\u3002\u9019\u6703\u7acb\u5373\u751f\u6548 |
| | | INFO_TASKBE_UPDATED_BACKING_FILE_129=\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848\u7684\u8def\u5f91\u5df2\u8b8a\u66f4\u70ba %s\u3002\u76ee\u524d\u4f5c\u696d\u914d\u7f6e\u7684\u5feb\u7167\u5df2\u5beb\u5165\u81f3\u8a72\u6a94\u6848\uff0c\u800c\u4e14\u5c07\u7e7c\u7e8c\u7528\u65bc\u672a\u4f86\u7684\u66f4\u65b0 |
| | | SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=\u4f5c\u696d\u5f8c\u7aef\u4e2d\u7684\u65b0\u9805\u76ee\u53ea\u80fd\u76f4\u63a5\u589e\u52a0\u65bc\u6392\u5b9a\u4f5c\u696d\u7684 %s \u4e4b\u4e0b\u6216\u9031\u671f\u6027\u4f5c\u696d\u7684 %s \u4e4b\u4e0b |
| | | SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u4f5c\u696d\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | ERR_TASKBE_ADD_DISALLOWED_DN_130=\u4f5c\u696d\u5f8c\u7aef\u4e2d\u7684\u65b0\u9805\u76ee\u53ea\u80fd\u76f4\u63a5\u589e\u52a0\u65bc\u6392\u5b9a\u4f5c\u696d\u7684 %s \u4e4b\u4e0b\u6216\u9031\u671f\u6027\u4f5c\u696d\u7684 %s \u4e4b\u4e0b |
| | | ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=\u4f5c\u696d\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | INFO_TASKBE_BACKING_FILE_HEADER_132=\u6b64\u6a94\u6848\u5305\u542b\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u5f8c\u7aef\u6240\u4f7f\u7528\u7684\u8cc7\u6599\u3002\u8acb\u52ff\u76f4\u63a5\u7de8\u8f2f\u6b64\u6a94\u6848\uff0c\u56e0\u70ba\u9019\u4e9b\u8b8a\u66f4\u6709\u53ef\u80fd\u6703\u907a\u5931\u3002\u53ea\u80fd\u4f7f\u7528\u76ee\u9304\u4f3a\u670d\u5668\u96a8\u9644\u7684\u7ba1\u7406\u516c\u7528\u7a0b\u5f0f\u4f86\u7de8\u8f2f\u6392\u5b9a\u7684\u8207\u9031\u671f\u6027\u7684\u4f5c\u696d\u5b9a\u7fa9 |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u7121\u6cd5\u5c07\u9031\u671f\u6027\u4f5c\u696d %s \u589e\u52a0\u81f3\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\uff0c\u56e0\u70ba\u5df2\u7d93\u5b58\u5728\u5177\u6709\u76f8\u540c ID \u7684\u5176\u4ed6\u9031\u671f\u6027\u4f5c\u696d |
| | | SEVERE_ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u7121\u6cd5\u6392\u7a0b\u4f5c\u696d %s\uff0c\u56e0\u70ba\u5df2\u7d93\u6709\u76f8\u540c ID \u7684\u5176\u4ed6\u4f5c\u696d\u5b58\u5728 |
| | | SEVERE_ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u5617\u8a66\u6392\u7a0b\u9031\u671f\u6027\u4f5c\u696d %s \u7684\u4e0b\u4e00\u6b21\u91cd\u8907\u904b\u7b97\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u5617\u8a66\u5f9e\u4f4d\u65bc\u6216\u9760\u8fd1\u884c %2$d \u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %1$s \u8b80\u53d6\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u4e26\u975e\u56b4\u91cd\u932f\u8aa4\uff0c\u6240\u4ee5\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u6703\u5617\u8a66\u7e7c\u7e8c\u5256\u6790\u6a94\u6848\u4e26\u6392\u7a0b\u5176\u5167\u542b\u7684\u4efb\u4f55\u5176\u4ed6\u4f5c\u696d |
| | | FATAL_ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u5617\u8a66\u5f9e\u4f4d\u65bc\u6216\u9760\u8fd1\u884c %2$d \u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %1$s \u8b80\u53d6\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u500b\u932f\u8aa4\u7121\u6cd5\u56de\u5fa9\uff0c\u7121\u6cd5\u7e7c\u7e8c\u9032\u884c\u5256\u6790 |
| | | SEVERE_ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u5f9e\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u8b80\u53d6\u7684\u9805\u76ee %s \u7121\u6548\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u6c92\u6709\u7236\u7cfb\u4e14\u4e0d\u7b26\u5408 %s \u7684\u4f5c\u696d\u6839 DN |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u5617\u8a66\u5c07\u9805\u76ee %s \u5256\u6790\u70ba\u9031\u671f\u6027\u4f5c\u696d\u4e26\u5c07\u5b83\u589e\u52a0\u81f3\u6392\u7a0b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u5617\u8a66\u5c07\u9805\u76ee %s \u5256\u6790\u70ba\u4f5c\u696d\u4e26\u5c07\u5b83\u589e\u52a0\u81f3\u6392\u7a0b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u9805\u76ee %s (\u8b80\u53d6\u81ea\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %s) \u5177\u6709\u7684 DN\uff0c\u5c0d\u65bc\u4f5c\u696d\u6216\u9031\u671f\u6027\u4f5c\u696d\u5b9a\u7fa9\u800c\u8a00\u7121\u6548\u4e14\u5c07\u6703\u88ab\u5ffd\u7565 |
| | | SEVERE_ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u5617\u8a66\u5f9e\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u8b80\u53d6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u5617\u8a66\u5efa\u7acb\u65b0\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %s \u4ee5\u4f9b\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u4f7f\u7528\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u5c6c\u6027 %s\uff0c\u8a72\u5c6c\u6027\u5fc5\u9808\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | SEVERE_ERR_TASKSCHED_NO_CLASS_VALUES_147=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | SEVERE_ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | SEVERE_ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u6307\u5b9a\u65bc\u63d0\u4f9b\u4e4b\u4f5c\u696d\u9805\u76ee\u7684\u5c6c\u6027 %s \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u985e\u5225\u662f\u5426\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u985e\u5225\u8def\u5f91\u4e2d\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u5617\u8a66\u5efa\u7acb\u985e\u5225 %s \u7684\u5be6\u4f8b\u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002\u6b64\u985e\u5225\u662f\u5426\u70ba %s \u7684\u5b50\u985e\u5225\uff1f |
| | | SEVERE_ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u5617\u8a66\u5229\u7528\u6240\u63d0\u4f9b\u9805\u76ee\u5167\u542b\u7684\u8cc7\u8a0a\uff0c\u5c0d\u985e\u5225 %s \u7684\u5be6\u4f8b\u57f7\u884c\u5167\u90e8\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u5617\u8a66\u5c07\u76ee\u524d\u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5148\u524d\u7684\u4f5c\u696d\u914d\u7f6e (\u4e26\u672a\u53cd\u6620\u6700\u8fd1\u7684\u66f4\u65b0\u5167\u5bb9) \u53ef\u80fd\u5df2\u907a\u5931 |
| | | SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u5617\u8a66\u5beb\u5165\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u53cd\u6620\u6700\u8fd1\u66f4\u65b0\u5167\u5bb9\u7684\u914d\u7f6e\u8cc7\u8a0a\u53ef\u80fd\u5df2\u907a\u5931 |
| | | SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u4f5c\u696d\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | ERR_TASKSCHED_DUPLICATE_RECURRING_ID_133=\u7121\u6cd5\u5c07\u9031\u671f\u6027\u4f5c\u696d %s \u589e\u52a0\u81f3\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\uff0c\u56e0\u70ba\u5df2\u7d93\u5b58\u5728\u5177\u6709\u76f8\u540c ID \u7684\u5176\u4ed6\u9031\u671f\u6027\u4f5c\u696d |
| | | ERR_TASKSCHED_DUPLICATE_TASK_ID_134=\u7121\u6cd5\u6392\u7a0b\u4f5c\u696d %s\uff0c\u56e0\u70ba\u5df2\u7d93\u6709\u76f8\u540c ID \u7684\u5176\u4ed6\u4f5c\u696d\u5b58\u5728 |
| | | ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION_136=\u5617\u8a66\u6392\u7a0b\u9031\u671f\u6027\u4f5c\u696d %s \u7684\u4e0b\u4e00\u6b21\u91cd\u8907\u904b\u7b97\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE_137=\u5617\u8a66\u5f9e\u4f4d\u65bc\u6216\u9760\u8fd1\u884c %2$d \u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %1$s \u8b80\u53d6\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u4e26\u975e\u56b4\u91cd\u932f\u8aa4\uff0c\u6240\u4ee5\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u6703\u5617\u8a66\u7e7c\u7e8c\u5256\u6790\u6a94\u6848\u4e26\u6392\u7a0b\u5176\u5167\u542b\u7684\u4efb\u4f55\u5176\u4ed6\u4f5c\u696d |
| | | ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL_138=\u5617\u8a66\u5f9e\u4f4d\u65bc\u6216\u9760\u8fd1\u884c %2$d \u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %1$s \u8b80\u53d6\u9805\u76ee\u6642\u767c\u751f\u932f\u8aa4: %3$s\u3002\u9019\u500b\u932f\u8aa4\u7121\u6cd5\u56de\u5fa9\uff0c\u7121\u6cd5\u7e7c\u7e8c\u9032\u884c\u5256\u6790 |
| | | ERR_TASKSCHED_ENTRY_HAS_NO_PARENT_139=\u5f9e\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u8b80\u53d6\u7684\u9805\u76ee %s \u7121\u6548\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u6c92\u6709\u7236\u7cfb\u4e14\u4e0d\u7b26\u5408 %s \u7684\u4f5c\u696d\u6839 DN |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY_140=\u5617\u8a66\u5c07\u9805\u76ee %s \u5256\u6790\u70ba\u9031\u671f\u6027\u4f5c\u696d\u4e26\u5c07\u5b83\u589e\u52a0\u81f3\u6392\u7a0b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY_141=\u5617\u8a66\u5c07\u9805\u76ee %s \u5256\u6790\u70ba\u4f5c\u696d\u4e26\u5c07\u5b83\u589e\u52a0\u81f3\u6392\u7a0b\u7a0b\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKSCHED_INVALID_TASK_ENTRY_DN_142=\u9805\u76ee %s (\u8b80\u53d6\u81ea\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %s) \u5177\u6709\u7684 DN\uff0c\u5c0d\u65bc\u4f5c\u696d\u6216\u9031\u671f\u6027\u4f5c\u696d\u5b9a\u7fa9\u800c\u8a00\u7121\u6548\u4e14\u5c07\u6703\u88ab\u5ffd\u7565 |
| | | ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE_143=\u5617\u8a66\u5f9e\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u8b80\u53d6\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE_144=\u5617\u8a66\u5efa\u7acb\u65b0\u4f5c\u696d\u80cc\u666f\u6a94\u6848 %s \u4ee5\u4f9b\u4f5c\u696d\u6392\u7a0b\u7a0b\u5f0f\u4f7f\u7528\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKSCHED_NO_CLASS_ATTRIBUTE_145=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u5c6c\u6027 %s\uff0c\u8a72\u5c6c\u6027\u5fc5\u9808\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_TYPES_146=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b\u5177\u6709\u985e\u578b %s \u7684\u5c6c\u6027\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u4fdd\u7559\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u5be6\u4f8b |
| | | ERR_TASKSCHED_NO_CLASS_VALUES_147=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u4e0d\u5305\u542b\u4efb\u4f55\u7684 %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u53ef\u63d0\u4f9b\u4f5c\u696d\u908f\u8f2f\u4e4b\u985e\u5225\u7684\u5b8c\u5168\u5408\u683c\u540d\u7a31 |
| | | ERR_TASKSCHED_MULTIPLE_CLASS_VALUES_148=\u63d0\u4f9b\u7684\u4f5c\u696d\u9805\u76ee\u5305\u542b\u591a\u500b %s \u5c6c\u6027\u503c\uff0c\u8a72\u5c6c\u6027\u7528\u65bc\u6307\u5b9a\u4f5c\u696d\u985e\u5225\u540d\u7a31\uff0c\u4f46\u53ea\u5141\u8a31\u4e00\u500b\u503c |
| | | ERR_TASKSCHED_CANNOT_LOAD_CLASS_149=\u5617\u8a66\u8f09\u5165\u985e\u5225 %s (\u6307\u5b9a\u65bc\u63d0\u4f9b\u4e4b\u4f5c\u696d\u9805\u76ee\u7684\u5c6c\u6027 %s \u4e2d) \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u6b64\u985e\u5225\u662f\u5426\u5b58\u5728\u65bc\u76ee\u9304\u4f3a\u670d\u5668\u985e\u5225\u8def\u5f91\u4e2d\uff1f |
| | | ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK_150=\u5617\u8a66\u5efa\u7acb\u985e\u5225 %s \u7684\u5be6\u4f8b\u4f5c\u70ba\u76ee\u9304\u4f3a\u670d\u5668\u4f5c\u696d\u6642\u767c\u751f\u932f\u8aa4\u3002\u6b64\u985e\u5225\u662f\u5426\u70ba %s \u7684\u5b50\u985e\u5225\uff1f |
| | | ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL_151=\u5617\u8a66\u5229\u7528\u6240\u63d0\u4f9b\u9805\u76ee\u5167\u542b\u7684\u8cc7\u8a0a\uff0c\u5c0d\u985e\u5225 %s \u7684\u5be6\u4f8b\u57f7\u884c\u5167\u90e8\u521d\u59cb\u5316\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | WARN_TASKSCHED_CANNOT_RENAME_CURRENT_BACKING_FILE_152=\u5617\u8a66\u5c07\u76ee\u524d\u7684\u4f5c\u696d\u80cc\u666f\u6a94\u6848\u7531 %s \u91cd\u65b0\u547d\u540d\u70ba %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u5148\u524d\u7684\u4f5c\u696d\u914d\u7f6e (\u4e26\u672a\u53cd\u6620\u6700\u8fd1\u7684\u66f4\u65b0\u5167\u5bb9) \u53ef\u80fd\u5df2\u907a\u5931 |
| | | ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=\u5617\u8a66\u5beb\u5165\u65b0\u4f5c\u696d\u8cc7\u6599\u80cc\u666f\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u53cd\u6620\u6700\u8fd1\u66f4\u65b0\u5167\u5bb9\u7684\u914d\u7f6e\u8cc7\u8a0a\u53ef\u80fd\u5df2\u907a\u5931 |
| | | ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=\u4f5c\u696d\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=\u4f5c\u696d\u5f8c\u7aef\u95dc\u9589\u4e2d |
| | | INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=Root DSE \u914d\u7f6e\u5df2\u66f4\u65b0\uff0c\u6240\u4ee5\u914d\u7f6e\u5c6c\u6027 %s \u73fe\u5728\u5373\u53ef\u4f7f\u7528\u503c %s |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u7121\u6cd5\u79fb\u9664\u64f1\u7f6e\u4f5c\u696d %s\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u4f5c\u696d |
| | | SEVERE_ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u7121\u6cd5\u79fb\u9664\u64f1\u7f6e\u4f5c\u696d %s\uff0c\u56e0\u70ba\u6b64\u4f5c\u696d\u4e0d\u518d\u64f1\u7f6e |
| | | SEVERE_ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u7121\u6cd5\u79fb\u9664\u5df2\u5b8c\u6210\u7684\u4f5c\u696d %s\uff0c\u56e0\u70ba\u5df2\u5b8c\u6210\u7684\u4f5c\u696d\u6e05\u55ae\u4e2d\u6c92\u6709\u6b64\u4f5c\u696d\u5b58\u5728 |
| | | SEVERE_ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176 DN \u4e0d\u9069\u5408\u65bc\u8a72\u5f8c\u7aef\uff0c\u6216\u4e0d\u5728\u6392\u5b9a\u6216\u9031\u671f\u6027\u4f5c\u696d\u57fa\u5e95\u9805\u76ee\u4e4b\u4e0b |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee DN \u6c92\u6709\u76f8\u95dc\u806f\u7684\u6392\u5b9a\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_DELETE_RUNNING_166=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u522a\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u4f5c\u696d\u76ee\u524d\u6b63\u5728\u57f7\u884c\u4e2d |
| | | SEVERE_ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee DN \u6c92\u6709\u76f8\u95dc\u806f\u7684\u9031\u671f\u6027\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_SEARCH_INVALID_BASE_168=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u57fa\u5e95 DN %s \u5c0d\u65bc\u4f5c\u696d\u5f8c\u7aef\u4e2d\u7684\u9805\u76ee\u800c\u8a00\u7121\u6548 |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u641c\u5c0b\u57fa\u5e95\u9805\u76ee %s \u6c92\u6709\u76f8\u95dc\u806f\u7684\u6392\u5b9a\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u641c\u5c0b\u57fa\u5e95\u9805\u76ee %s \u6c92\u6709\u76f8\u95dc\u806f\u7684\u9031\u671f\u6027\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u7121\u6cd5\u521d\u59cb\u5316\u5099\u4efd\u5f8c\u7aef\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u914d\u7f6e\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u7121\u6cd5\u521d\u59cb\u5316\u5099\u4efd\u5f8c\u7aef\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u89e3\u78bc\u5f8c\u7aef\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_BACKUP_INVALID_BASE_176=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u4e00\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u5099\u4efd\u76ee\u9304 |
| | | SEVERE_ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u5099\u4efd\u76ee\u9304\u7121\u6548: %s |
| | | SEVERE_ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u5617\u8a66\u6aa2\u67e5\u8acb\u6c42\u7684\u5099\u4efd\u76ee\u9304\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u5169\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u5099\u4efd ID |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u5b83\u6c92\u6709\u7236\u7cfb |
| | | SEVERE_ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u4e0d\u5305\u542b\u8acb\u6c42\u7684\u5099\u4efd\u6240\u61c9\u5e38\u99d0\u7684\u5099\u4efd\u76ee\u9304 |
| | | SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=\u5099\u4efd %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u76ee\u9304 %s \u4e2d |
| | | SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u51fa\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d |
| | | SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u57fa\u5e95 DN\uff0c\u4ee5\u4fbf\u7528\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u9805\u76ee %s \u4e0d\u5c6c\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef |
| | | SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u7121\u6cd5\u522a\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=\u7121\u6cd5\u5efa\u7acb LDIF \u5beb\u5165\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u7121\u6cd5\u5c07\u9805\u76ee %s \u5beb\u5165\u81f3 LDIF: % |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=\u7121\u6cd5\u5efa\u7acb LDIF \u8b80\u53d6\u5668: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=\u5617\u8a66\u5f9e LDIF \u8b80\u53d6\u6642\u767c\u751f\u7121\u6cd5\u56de\u5fa9\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\u5728\u8655\u7406\u532f\u5165\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u6216\u5fa9\u539f\u4f5c\u696d |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | SEVERE_ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u76ee\u6a19\u9805\u76ee\u4f4d\u65bc\u4e0d\u540c\u7684\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u65b0\u7684\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | FATAL_ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u5617\u8a66\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u57fa\u5e95 DN %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 %s \u4fee\u6539\u985e\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 %s \u5c6c\u6027\u985e\u578b\u7684\u4fee\u6539\u3002\u53ea\u6703\u4fee\u6539\u5c6c\u6027\u985e\u578b\u3001\u7269\u4ef6\u985e\u5225\u3001\u540d\u7a31\u8868\u3001DIT \u5167\u5bb9\u898f\u5247\u3001DIT \u7d50\u69cb\u898f\u5247\u53ca\u76f8\u7b26\u898f\u5247\u4f7f\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5617\u8a66\u89e3\u78bc\u5c6c\u6027\u985e\u578b\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u5617\u8a66\u89e3\u78bc\u7269\u4ef6\u985e\u5225\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5176\u4e0a\u5c64\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u5617\u8a66\u5beb\u5165\u66f4\u65b0\u5f8c\u7684\u6a21\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u5617\u8a66\u89e3\u78bc\u540d\u7a31\u8868\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=\u5617\u8a66\u89e3\u78bc DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=\u5617\u8a66\u89e3\u78bc DIT \u7d50\u69cb\u898f\u5247\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u5617\u8a66\u89e3\u78bc\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | MILD_ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u4f3a\u670d\u5668\u5c07\u4e0d\u5141\u8a31\u79fb\u9664\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6240\u6709\u7684 %s \u5c6c\u6027\u985e\u578b\u503c |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u5c6c\u6027\u985e\u578b (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u4e0a\u5c64\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u7269\u4ef6\u985e\u5225 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u540d\u7a31\u8868 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709 DIT \u5167\u5bb9\u898f\u5247 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5df2\u7d93\u8207\u5176\u4ed6 DIT \u5167\u5bb9\u898f\u5247 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7981\u6b62\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709 DIT \u7d50\u69cb\u898f\u5247 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u540d\u7a31\u8868 %s \u5df2\u7d93\u8207\u5176\u4ed6 DIT \u7d50\u69cb\u898f\u5247 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u540d\u7a31\u8868 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528 (%s \u8207 %s) \u885d\u7a81 |
| | | MILD_ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u76f8\u7b26\u898f\u5247 %s \u5df2\u7d93\u8207\u5176\u4ed6\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u7522\u751f\u95dc\u806f |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u5075\u6e2c\u5230\u5c6c\u6027\u985e\u578b %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u985e\u578b\u93c8\u6703\u53c3\u7167\u5c6c\u6027\u985e\u578b\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u5075\u6e2c\u5230\u7269\u4ef6\u985e\u5225 %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u985e\u5225\u93c8\u6703\u53c3\u7167\u7269\u4ef6\u985e\u5225\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=\u5075\u6e2c\u5230 DIT \u7d50\u69cb\u898f\u5247 %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u898f\u5247\u93c8\u6703\u53c3\u7167 DIT \u7d50\u69cb\u898f\u5247\u672c\u8eab |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u5617\u8a66\u5728\u5957\u7528\u66f4\u65b0\u524d\u5efa\u7acb\u73fe\u6709\u6a21\u5f0f\u6a94\u6848\u7684\u526f\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u80fd\u5920\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u984d\u5916\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u5617\u8a66\u5728\u5957\u7528\u66f4\u65b0\u524d\u5efa\u7acb\u73fe\u6709\u6a21\u5f0f\u6a94\u6848\u7684\u526f\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u800c\u5728\u5617\u8a66\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u6642\u4e5f\u767c\u751f\u4e86\u554f\u984c\uff0c\u56e0\u6b64\u4f3a\u670d\u5668\u53ef\u80fd\u8655\u65bc\u4e0d\u4e00\u81f4\u72c0\u614b\uff0c\u800c\u53ef\u80fd\u9700\u8981\u624b\u52d5\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u5728\u5617\u8a66\u5beb\u5165\u4f3a\u670d\u5668\u6a21\u5f0f\u6a94\u6848\u7684\u65b0\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u80fd\u5920\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u984d\u5916\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u5728\u5617\u8a66\u5beb\u5165\u4f3a\u670d\u5668\u6a21\u5f0f\u6a94\u6848\u7684\u65b0\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u800c\u5728\u5617\u8a66\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u6642\u4e5f\u767c\u751f\u4e86\u554f\u984c\uff0c\u56e0\u6b64\u4f3a\u670d\u5668\u53ef\u80fd\u8655\u65bc\u4e0d\u4e00\u81f4\u72c0\u614b\uff0c\u800c\u53ef\u80fd\u9700\u8981\u624b\u52d5\u6e05\u9664 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u5c6c\u6027\u985e\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u5c6c\u6027\u985e\u578b %s \u7684\u4e0a\u5c64\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728\u7269\u4ef6\u985e\u5225 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u6216\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728\u540d\u7a31\u8868 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u6216\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728 DIT \u5167\u5bb9\u898f\u5247 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u3001\u9078\u64c7\u6027\u6216\u7981\u6b62\u7684\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u5df2\u53c3\u7167\u8a72\u5c6c\u6027\u985e\u578b |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u7269\u4ef6\u985e\u5225 %s \u7684\u4e0a\u5c64\u985e\u5225\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u540d\u7a31\u8868 %s \u7684\u7d50\u69cb\u985e\u5225\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c DIT \u5167\u5bb9\u898f\u5247 %s \u7684\u7d50\u69cb\u6216\u8f14\u52a9\u985e\u5225\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u540d\u7a31\u8868 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba DIT \u7d50\u69cb\u898f\u5247 %s \u5df2\u53c3\u7167\u8a72\u540d\u7a31\u8868 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e DIT \u5167\u5bb9\u898f\u5247 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e DIT \u7d50\u69cb\u898f\u5247 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c DIT \u7d50\u69cb\u898f\u5247 %s \u7684\u4e0a\u5c64\u898f\u5247\u53c3\u7167 |
| | | MILD_ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u76f8\u7b26\u898f\u5247\u4f7f\u7528 |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u4e0a\u5c64\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u76f8\u7b26\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u4e0a\u5c64\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5fc5\u8981\u5c6c\u6027 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u9078\u64c7\u6027\u5c6c\u6027 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5176\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5176\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u8f14\u52a9\u985e\u5225 |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u7981\u6b62\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5176\u540d\u7a31\u8868 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u4e0a\u5c64\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5176\u76f8\u7b26\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | MILD_ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u4fee\u6539\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f |
| | | SEVERE_ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u627e\u4e0d\u5230\u542b\u6709\u93c8\u7d50\u6a21\u5f0f\u5143\u7d20\u5b9a\u7fa9\u7684\u6a94\u6848\uff0c\u800c\u9019\u500b\u6a94\u6848\u7528\u65bc\u5224\u5b9a\u662f\u5426\u6709\u4efb\u4f55\u6a21\u5f0f\u8b8a\u66f4\u662f\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u9032\u884c\u6a94\u6848\u61c9\u8a72\u662f\u5728 %s \u76ee\u9304\u4e2d\uff0c\u800c\u4e14\u61c9\u662f\u88ab\u547d\u540d\u70ba %s \u6216 %s |
| | | SEVERE_ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u5617\u8a66\u5224\u5b9a\u662f\u5426\u5df2\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u85c9\u7531\u76f4\u63a5\u7de8\u8f2f\u6a21\u5f0f\u6a94\u6848\u9032\u884c\u4efb\u4f55\u6a21\u5f0f\u8b8a\u66f4\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u5617\u8a66\u5beb\u5165\u542b\u6709\u6240\u6709\u4f3a\u670d\u5668\u6a21\u5f0f\u5143\u7d20\u4e4b\u93c8\u7d50\u6e05\u55ae\u7684\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u53ef\u80fd\u7121\u6cd5\u6b63\u78ba\u5730\u8b58\u5225\u4efb\u4f55\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u57f7\u884c\u7684\u6a21\u5f0f\u8b8a\u66f4 |
| | | NOTICE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u5c0d\u61c9\u65bc\u5f8c\u7aef id %s \u7684 JE \u8cc7\u6599\u5eab\u74b0\u5883\u5df2\u6bc0\u58de\u3002\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4ee5\u4fbf\u91cd\u65b0\u958b\u555f\u74b0\u5883 |
| | | SEVERE_ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u76ee\u9304\u4f3a\u670d\u5668\u4e26\u672a\u914d\u7f6e\u70ba\u5141\u8a31\u547c\u53eb\u4f5c\u696d %s |
| | | ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK_161=\u7121\u6cd5\u79fb\u9664\u64f1\u7f6e\u4f5c\u696d %s\uff0c\u56e0\u70ba\u4e0d\u5b58\u5728\u6b64\u7a2e\u4f5c\u696d |
| | | ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING_162=\u7121\u6cd5\u79fb\u9664\u64f1\u7f6e\u4f5c\u696d %s\uff0c\u56e0\u70ba\u6b64\u4f5c\u696d\u4e0d\u518d\u64f1\u7f6e |
| | | ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK_163=\u7121\u6cd5\u79fb\u9664\u5df2\u5b8c\u6210\u7684\u4f5c\u696d %s\uff0c\u56e0\u70ba\u5df2\u5b8c\u6210\u7684\u4f5c\u696d\u6e05\u55ae\u4e2d\u6c92\u6709\u6b64\u4f5c\u696d\u5b58\u5728 |
| | | ERR_TASKBE_DELETE_INVALID_ENTRY_164=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176 DN \u4e0d\u9069\u5408\u65bc\u8a72\u5f8c\u7aef\uff0c\u6216\u4e0d\u5728\u6392\u5b9a\u6216\u9031\u671f\u6027\u4f5c\u696d\u57fa\u5e95\u9805\u76ee\u4e4b\u4e0b |
| | | ERR_TASKBE_DELETE_NO_SUCH_TASK_165=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee DN \u6c92\u6709\u76f8\u95dc\u806f\u7684\u6392\u5b9a\u4f5c\u696d |
| | | ERR_TASKBE_DELETE_RUNNING_166=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u522a\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u4f5c\u696d\u76ee\u524d\u6b63\u5728\u57f7\u884c\u4e2d |
| | | ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK_167=\u7121\u6cd5\u5f9e\u4f5c\u696d\u5f8c\u7aef\u4e2d\u79fb\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee DN \u6c92\u6709\u76f8\u95dc\u806f\u7684\u9031\u671f\u6027\u4f5c\u696d |
| | | ERR_TASKBE_SEARCH_INVALID_BASE_168=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u57fa\u5e95 DN %s \u5c0d\u65bc\u4f5c\u696d\u5f8c\u7aef\u4e2d\u7684\u9805\u76ee\u800c\u8a00\u7121\u6548 |
| | | ERR_TASKBE_SEARCH_NO_SUCH_TASK_169=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u641c\u5c0b\u57fa\u5e95\u9805\u76ee %s \u6c92\u6709\u76f8\u95dc\u806f\u7684\u6392\u5b9a\u4f5c\u696d |
| | | ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=\u7121\u6cd5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u8655\u7406\u641c\u5c0b\u4f5c\u696d\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u641c\u5c0b\u57fa\u5e95\u9805\u76ee %s \u6c92\u6709\u76f8\u95dc\u806f\u7684\u9031\u671f\u6027\u4f5c\u696d |
| | | ERR_BACKUP_CONFIG_ENTRY_NULL_171=\u7121\u6cd5\u521d\u59cb\u5316\u5099\u4efd\u5f8c\u7aef\uff0c\u56e0\u70ba\u6240\u63d0\u4f9b\u7684\u914d\u7f6e\u9805\u76ee\u70ba\u7a7a\u503c |
| | | ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=\u7121\u6cd5\u521d\u59cb\u5316\u5099\u4efd\u5f8c\u7aef\uff0c\u56e0\u70ba\u5728\u5617\u8a66\u89e3\u78bc\u5f8c\u7aef\u7684\u57fa\u5e95 DN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_BACKUP_GET_ENTRY_NULL_175=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u9805\u76ee\u70ba\u7a7a\u503c |
| | | ERR_BACKUP_INVALID_BASE_176=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u5f8c\u7aef\u4e2d |
| | | ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u4e00\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u5099\u4efd\u76ee\u9304 |
| | | ERR_BACKUP_INVALID_BACKUP_DIRECTORY_178=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u5099\u4efd\u76ee\u9304\u7121\u6548: %s |
| | | ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY_179=\u5617\u8a66\u6aa2\u67e5\u8acb\u6c42\u7684\u5099\u4efd\u76ee\u9304\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_BACKUP_NO_BACKUP_ID_IN_DN_180=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u5169\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u5099\u4efd ID |
| | | ERR_BACKUP_NO_BACKUP_PARENT_DN_181=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u5b83\u6c92\u6709\u7236\u7cfb |
| | | ERR_BACKUP_NO_BACKUP_DIR_IN_DN_182=\u7121\u6cd5\u5f9e\u5099\u4efd\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba DN \u4e0d\u5305\u542b\u8acb\u6c42\u7684\u5099\u4efd\u6240\u61c9\u5e38\u99d0\u7684\u5099\u4efd\u76ee\u9304 |
| | | ERR_BACKUP_NO_SUCH_BACKUP_183=\u5099\u4efd %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u76ee\u9304 %s \u4e2d |
| | | ERR_BACKUP_ADD_NOT_SUPPORTED_184=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u589e\u52a0\u4f5c\u696d |
| | | ERR_BACKUP_DELETE_NOT_SUPPORTED_185=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u522a\u9664\u4f5c\u696d |
| | | ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d |
| | | ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | ERR_BACKUP_NO_SUCH_ENTRY_188=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u5099\u4efd\u5f8c\u7aef\u4e2d |
| | | ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u51fa\u4f5c\u696d |
| | | ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u4f5c\u696d |
| | | ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=\u5099\u4efd\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d |
| | | ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=\u5fc5\u9808\u63d0\u4f9b\u6b63\u597d\u4e00\u500b\u57fa\u5e95 DN\uff0c\u4ee5\u4fbf\u7528\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef |
| | | ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG_194=\u9805\u76ee %s \u4e0d\u5c6c\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef |
| | | ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u5176\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e2d |
| | | ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=\u7121\u6cd5\u522a\u9664\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=\u7121\u6cd5\u5efa\u7acb LDIF \u5beb\u5165\u5668: %s |
| | | ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_200=\u7121\u6cd5\u5c07\u9805\u76ee %s \u5beb\u5165\u81f3 LDIF: % |
| | | ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER_201=\u7121\u6cd5\u5efa\u7acb LDIF \u8b80\u53d6\u5668: %s |
| | | ERR_MEMORYBACKEND_ERROR_READING_LDIF_202=\u5617\u8a66\u5f9e LDIF \u8b80\u53d6\u6642\u767c\u751f\u7121\u6cd5\u56de\u5fa9\u7684\u932f\u8aa4: %s |
| | | ERR_MEMORYBACKEND_ERROR_DURING_IMPORT_203=\u5728\u8655\u7406\u532f\u5165\u6642\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED_204=\u4ee5\u8a18\u61b6\u9ad4\u70ba\u57fa\u790e\u7684\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u6216\u5fa9\u539f\u4f5c\u696d |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN_205=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee |
| | | ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND_206=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u76ee\u6a19\u9805\u76ee\u4f4d\u65bc\u4e0d\u540c\u7684\u5f8c\u7aef\u4e2d |
| | | ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST_207=\u7121\u6cd5\u91cd\u65b0\u547d\u540d\u9805\u76ee %s\uff0c\u56e0\u70ba\u65b0\u7684\u7236\u7cfb\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_BACKEND_CANNOT_REGISTER_BASEDN_210=\u5617\u8a66\u5728\u76ee\u9304\u4f3a\u670d\u5668\u4e2d\u8a3b\u518a\u57fa\u5e95 DN %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_INVALID_MODIFICATION_TYPE_212=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 %s \u4fee\u6539\u985e\u578b |
| | | ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE_213=\u6a21\u5f0f\u5f8c\u7aef\u4e0d\u652f\u63f4 %s \u5c6c\u6027\u985e\u578b\u7684\u4fee\u6539\u3002\u53ea\u6703\u4fee\u6539\u5c6c\u6027\u985e\u578b\u3001\u7269\u4ef6\u985e\u5225\u3001\u540d\u7a31\u8868\u3001DIT \u5167\u5bb9\u898f\u5247\u3001DIT \u7d50\u69cb\u898f\u5247\u53ca\u76f8\u7b26\u898f\u5247\u4f7f\u7528 |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_ATTRTYPE_214=\u5617\u8a66\u89e3\u78bc\u5c6c\u6027\u985e\u578b\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS_216=\u5617\u8a66\u89e3\u78bc\u7269\u4ef6\u985e\u5225\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS_217=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5176\u4e0a\u5c64\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR_218=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR_219=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA_222=\u5617\u8a66\u5beb\u5165\u66f4\u65b0\u5f8c\u7684\u6a21\u5f0f\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM_223=\u5617\u8a66\u89e3\u78bc\u540d\u7a31\u8868\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR_224=\u5617\u8a66\u89e3\u78bc DIT \u5167\u5bb9\u898f\u5247\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR_225=\u5617\u8a66\u89e3\u78bc DIT \u7d50\u69cb\u898f\u5247\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE_226=\u5617\u8a66\u89e3\u78bc\u76f8\u7b26\u898f\u5247\u4f7f\u7528\u300c%s\u300d\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_MODIFY_DELETE_NO_VALUES_227=\u4f3a\u670d\u5668\u5c07\u4e0d\u5141\u8a31\u79fb\u9664\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u6240\u6709\u7684 %s \u5c6c\u6027\u985e\u578b\u503c |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE_228=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u5c6c\u6027\u985e\u578b (%s \u8207 %s) \u885d\u7a81 |
| | | ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_ATTRIBUTE_TYPE_229=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u4e0a\u5c64\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS_230=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u7269\u4ef6\u985e\u5225 (%s \u8207 %s) \u885d\u7a81 |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM_231=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u540d\u7a31\u8868 (%s \u8207 %s) \u885d\u7a81 |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC_232=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR_233=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR_234=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR_235=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709 DIT \u5167\u5bb9\u898f\u5247 (%s \u8207 %s) \u885d\u7a81 |
| | | ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR_236=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5df2\u7d93\u8207\u5176\u4ed6 DIT \u5167\u5bb9\u898f\u5247 %s \u7522\u751f\u95dc\u806f |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC_237=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC_238=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR_239=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5fc5\u8981\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR_240=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR_241=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7981\u6b62\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR_242=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709 DIT \u7d50\u69cb\u898f\u5247 (%s \u8207 %s) \u885d\u7a81 |
| | | ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR_243=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u540d\u7a31\u8868 %s \u5df2\u7d93\u8207\u5176\u4ed6 DIT \u7d50\u69cb\u898f\u5247 %s \u7522\u751f\u95dc\u806f |
| | | ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM_244=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u540d\u7a31\u8868 %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE_245=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u8207\u591a\u500b\u73fe\u6709\u7684\u76f8\u7b26\u898f\u5247\u4f7f\u7528 (%s \u8207 %s) \u885d\u7a81 |
| | | ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE_246=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u76f8\u7b26\u898f\u5247 %s \u5df2\u7d93\u8207\u5176\u4ed6\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u7522\u751f\u95dc\u806f |
| | | ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR_247=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5c6c\u6027\u985e\u578b %s \u4e26\u672a\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT_248=\u5075\u6e2c\u5230\u5c6c\u6027\u985e\u578b %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u985e\u578b\u93c8\u6703\u53c3\u7167\u5c6c\u6027\u985e\u578b\u672c\u8eab |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC_249=\u5075\u6e2c\u5230\u7269\u4ef6\u985e\u5225 %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u985e\u5225\u93c8\u6703\u53c3\u7167\u7269\u4ef6\u985e\u5225\u672c\u8eab |
| | | ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR_250=\u5075\u6e2c\u5230 DIT \u7d50\u69cb\u898f\u5247 %s \u7684\u5faa\u74b0\u53c3\u7167\uff0c\u5728\u6b64\u5faa\u74b0\u53c3\u7167\u4e2d\uff0c\u4e0a\u5c64\u898f\u5247\u93c8\u6703\u53c3\u7167 DIT \u7d50\u69cb\u898f\u5247\u672c\u8eab |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED_251=\u5617\u8a66\u5728\u5957\u7528\u66f4\u65b0\u524d\u5efa\u7acb\u73fe\u6709\u6a21\u5f0f\u6a94\u6848\u7684\u526f\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u80fd\u5920\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u984d\u5916\u6e05\u9664 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED_252=\u5617\u8a66\u5728\u5957\u7528\u66f4\u65b0\u524d\u5efa\u7acb\u73fe\u6709\u6a21\u5f0f\u6a94\u6848\u7684\u526f\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u800c\u5728\u5617\u8a66\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u6642\u4e5f\u767c\u751f\u4e86\u554f\u984c\uff0c\u56e0\u6b64\u4f3a\u670d\u5668\u53ef\u80fd\u8655\u65bc\u4e0d\u4e00\u81f4\u72c0\u614b\uff0c\u800c\u53ef\u80fd\u9700\u8981\u624b\u52d5\u6e05\u9664 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED_253=\u5728\u5617\u8a66\u5beb\u5165\u4f3a\u670d\u5668\u6a21\u5f0f\u6a94\u6848\u7684\u65b0\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u80fd\u5920\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u984d\u5916\u6e05\u9664 |
| | | ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED_254=\u5728\u5617\u8a66\u5beb\u5165\u4f3a\u670d\u5668\u6a21\u5f0f\u6a94\u6848\u7684\u65b0\u7248\u672c\u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u800c\u5728\u5617\u8a66\u5fa9\u539f\u539f\u59cb\u6a21\u5f0f\u914d\u7f6e\u6642\u4e5f\u767c\u751f\u4e86\u554f\u984c\uff0c\u56e0\u6b64\u4f3a\u670d\u5668\u53ef\u80fd\u8655\u65bc\u4e0d\u4e00\u81f4\u72c0\u614b\uff0c\u800c\u53ef\u80fd\u9700\u8981\u624b\u52d5\u6e05\u9664 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE_255=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u5c6c\u6027\u985e\u578b |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE_256=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u5c6c\u6027\u985e\u578b %s \u7684\u4e0a\u5c64\u985e\u578b\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC_257=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728\u7269\u4ef6\u985e\u5225 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u6216\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF_258=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728\u540d\u7a31\u8868 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u6216\u9078\u64c7\u6027\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR_259=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u5b83\u5728 DIT \u5167\u5bb9\u898f\u5247 %s \u4e2d\u7576\u4f5c\u5fc5\u8981\u7684\u3001\u9078\u64c7\u6027\u6216\u7981\u6b62\u7684\u5c6c\u6027\u985e\u578b\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE_260=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s \u5df2\u53c3\u7167\u8a72\u5c6c\u6027\u985e\u578b |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS_261=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u7269\u4ef6\u985e\u5225 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS_262=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u7269\u4ef6\u985e\u5225 %s \u7684\u4e0a\u5c64\u985e\u5225\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF_263=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c\u540d\u7a31\u8868 %s \u7684\u7d50\u69cb\u985e\u5225\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR_264=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c DIT \u5167\u5bb9\u898f\u5247 %s \u7684\u7d50\u69cb\u6216\u8f14\u52a9\u985e\u5225\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM_265=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u540d\u7a31\u8868 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR_266=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba DIT \u7d50\u69cb\u898f\u5247 %s \u5df2\u53c3\u7167\u8a72\u540d\u7a31\u8868 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR_267=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e DIT \u5167\u5bb9\u898f\u5247 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR_268=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e DIT \u7d50\u69cb\u898f\u5247 |
| | | ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE_269=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u7576\u4f5c DIT \u7d50\u69cb\u898f\u5247 %s \u7684\u4e0a\u5c64\u898f\u5247\u53c3\u7167 |
| | | ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE_270=\u7121\u6cd5\u5f9e\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u79fb\u9664\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5c1a\u672a\u5b9a\u7fa9\u6b64\u7a2e\u76f8\u7b26\u898f\u5247\u4f7f\u7528 |
| | | ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL_271=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL_272=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u7d50\u69cb\u7269\u4ef6\u985e\u5225 |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE_274=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u4e0a\u5c64\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR_275=\u7121\u6cd5\u589e\u52a0\u5c6c\u6027\u985e\u578b %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u76f8\u7b26\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS_276=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u4e0a\u5c64\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR_277=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u5fc5\u8981\u5c6c\u6027 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR_278=\u7121\u6cd5\u589e\u52a0\u7269\u4ef6\u985e\u5225 %s\uff0c\u56e0\u70ba\u9078\u64c7\u6027\u5c6c\u6027 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE_279=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5176\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR_280=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR_281=\u7121\u6cd5\u589e\u52a0\u540d\u7a31\u8868 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE_282=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5176\u7d50\u69cb\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY_283=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u96d6\u5df2\u5b9a\u7fa9\u65bc\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\uff0c\u4f46\u4e26\u4e0d\u662f\u8f14\u52a9\u985e\u5225 |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR_285=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u9700\u8981\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR_286=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u5141\u8a31\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR_287=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u7981\u6b62\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM_288=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5176\u540d\u7a31\u8868 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE_289=\u7121\u6cd5\u589e\u52a0 DIT \u7d50\u69cb\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u4e0a\u5c64\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR_290=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5176\u76f8\u7b26\u898f\u5247 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR_291=\u7121\u6cd5\u589e\u52a0\u76f8\u7b26\u898f\u5247\u4f7f\u7528 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u5c6c\u6027\u985e\u578b %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC_292=\u7121\u6cd5\u589e\u52a0 DIT \u5167\u5bb9\u898f\u5247 %s\uff0c\u56e0\u70ba\u5b83\u53c3\u7167\u7684\u8f14\u52a9\u7269\u4ef6\u985e\u5225 %s \u5728\u4f3a\u670d\u5668\u6a21\u5f0f\u4e2d\u5df2\u6a19\u793a\u70ba OBSOLETE |
| | | ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES_293=\u60a8\u6c92\u6709\u8db3\u5920\u7684\u6b0a\u9650\u53ef\u4ee5\u4fee\u6539\u76ee\u9304\u4f3a\u670d\u5668\u6a21\u5f0f |
| | | ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE_294=\u627e\u4e0d\u5230\u542b\u6709\u93c8\u7d50\u6a21\u5f0f\u5143\u7d20\u5b9a\u7fa9\u7684\u6a94\u6848\uff0c\u800c\u9019\u500b\u6a94\u6848\u7528\u65bc\u5224\u5b9a\u662f\u5426\u6709\u4efb\u4f55\u6a21\u5f0f\u8b8a\u66f4\u662f\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u9032\u884c\u6a94\u6848\u61c9\u8a72\u662f\u5728 %s \u76ee\u9304\u4e2d\uff0c\u800c\u4e14\u61c9\u662f\u88ab\u547d\u540d\u70ba %s \u6216 %s |
| | | ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES_295=\u5617\u8a66\u5224\u5b9a\u662f\u5426\u5df2\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u85c9\u7531\u76f4\u63a5\u7de8\u8f2f\u6a21\u5f0f\u6a94\u6848\u9032\u884c\u4efb\u4f55\u6a21\u5f0f\u8b8a\u66f4\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE_296=\u5617\u8a66\u5beb\u5165\u542b\u6709\u6240\u6709\u4f3a\u670d\u5668\u6a21\u5f0f\u5143\u7d20\u4e4b\u93c8\u7d50\u6e05\u55ae\u7684\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s\u3002\u4f3a\u670d\u5668\u53ef\u80fd\u7121\u6cd5\u6b63\u78ba\u5730\u8b58\u5225\u4efb\u4f55\u5728\u4f3a\u670d\u5668\u96e2\u7dda\u72c0\u614b\u4e0b\u57f7\u884c\u7684\u6a21\u5f0f\u8b8a\u66f4 |
| | | NOTE_BACKEND_ENVIRONMENT_UNUSABLE_297=\u5c0d\u61c9\u65bc\u5f8c\u7aef id %s \u7684 JE \u8cc7\u6599\u5eab\u74b0\u5883\u5df2\u6bc0\u58de\u3002\u91cd\u65b0\u555f\u52d5\u76ee\u9304\u4f3a\u670d\u5668\u4ee5\u4fbf\u91cd\u65b0\u958b\u555f\u74b0\u5883 |
| | | ERR_TASKSCHED_NOT_ALLOWED_TASK_298=\u76ee\u9304\u4f3a\u670d\u5668\u4e26\u672a\u914d\u7f6e\u70ba\u5141\u8a31\u547c\u53eb\u4f5c\u696d %s |
| | | INFO_TASK_COMPLETION_BODY_299=\u4f5c\u696d ID: %s\r\n\u4f5c\u696d\u72c0\u614b: %s\r\n\u6392\u5b9a\u555f\u52d5\u6642\u9593: %s\r\n\u5be6\u969b\u555f\u52d5\u6642\u9593: %s\r\n\u5b8c\u6210\u6642\u9593: %s\r\n\r\n\u8a18\u9304\u8a0a\u606f:\r\n |
| | | SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u7121\u6cd5\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u9805\u76ee\u70ba\u7a7a\u503c |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e2d |
| | | SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u7121\u6cd5\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e2d\u8655\u7406\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u4e00\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u6191\u8b49\u540d\u7a31 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u5617\u8a66\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u64f7\u53d6\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u7121\u6cd5\u5f9e\u914d\u7f6e\u9805\u76ee %s \u521d\u59cb\u5316\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\uff0c\u56e0\u70ba\u5b83\u4e26\u4e0d\u662f\u6b63\u597d\u5305\u542b\u4e00\u500b\u57fa\u5e95 DN |
| | | SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u8207\u532f\u51fa\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d |
| | | SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e4b\u5c6c\u6027 ds-cfg-trust-store-file \u4e2d) \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_INVALID_TYPE_310=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u985e\u578b %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e4b\u5c6c\u6027 ds-cfg-trust-store-type \u4e2d) \u7121\u6548: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u5617\u8a66\u5efa\u7acb PIN \u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u6642\u767c\u751f\u932f\u8aa4 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u5617\u8a66\u5f9e\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u8b80\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340 PIN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u6a94\u6848\u662f\u7a7a\u7684 |
| | | SEVERE_ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u74b0\u5883\u8b8a\u6578 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java \u7279\u6027 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-property \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-file \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_LOAD_317=\u5617\u8a66\u5f9e\u6a94\u6848 %s \u8f09\u5165\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u5617\u8a66\u5efa\u7acb\u4fe1\u4efb\u7ba1\u7406\u54e1\u5de5\u5ee0\u4ee5\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u6191\u8b49\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u5617\u8a66\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u4e2d\u7522\u751f\u81ea\u6211\u7c3d\u7f72\u7684\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u5617\u8a66\u5c07\u6191\u8b49 %s \u589e\u52a0\u81f3\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5305\u542b\u6191\u8b49\u5c6c\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5305\u542b\u591a\u500b\u6191\u8b49\u5c6c\u6027 %s |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5305\u542b\u6191\u8b49\u5c6c\u6027 %s \u7684\u503c |
| | | SEVERE_ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5305\u542b\u591a\u500b\u6191\u8b49\u5c6c\u6027 %s \u503c |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u5c07\u6191\u8b49 %s \u5beb\u5165\u81f3\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u7121\u6cd5\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u4e0a\u8a2d\u5b9a\u6b0a\u9650 |
| | | SEVERE_ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u5f8c\u7aef %s \u7684\u6839\u5bb9\u5668\u5c1a\u672a\u521d\u59cb\u5316\uff0c\u800c\u4f7f\u6b64\u5f8c\u7aef\u7121\u6cd5\u8655\u7406\u8acb\u6c42\u7684\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u7121\u6cd5\u53d6\u5f97\u9805\u76ee %s \u7684\u5beb\u5165\u9396\u5b9a |
| | | SEVERE_ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e26\u4e0d\u4ee3\u8868\u4f5c\u696d\u9805\u76ee\u3002\u53ea\u53ef\u4ee5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u4fee\u6539\u4f5c\u696d\u9805\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e26\u4e0d\u4ee3\u8868\u4f3a\u670d\u5668\u4e2d\u7684\u6709\u6548\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_MODIFY_COMPLETED_333=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u4f5c\u696d\u5df2\u5b8c\u6210\u57f7\u884c\u3002\u7121\u6cd5\u4fee\u6539\u5df2\u5b8c\u6210\u7684\u4f5c\u696d |
| | | SEVERE_ERR_TASKBE_MODIFY_RECURRING_334=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u4f3a\u670d\u5668\u76ee\u524d\u4e0d\u652f\u63f4\u4fee\u6539\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee |
| | | SEVERE_ERR_TASKBE_MODIFY_RUNNING_335=\u8207\u9805\u76ee %s \u76f8\u95dc\u806f\u7684\u4f5c\u696d\u76ee\u524d\u6b63\u5728\u57f7\u884c\u4e2d\u3002\u57f7\u884c\u4e2d\u4f5c\u696d\u552f\u4e00\u5141\u8a31\u7684\u4fee\u6539\u52d5\u4f5c\u5c31\u662f\u4ee5\u300ccancel\u300d\u53d6\u4ee3 ds-task-state \u5c6c\u6027\u7684\u503c |
| | | ERR_TRUSTSTORE_GET_ENTRY_NULL_300=\u7121\u6cd5\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee\uff0c\u56e0\u70ba\u8acb\u6c42\u7684\u9805\u76ee\u70ba\u7a7a\u503c |
| | | ERR_TRUSTSTORE_INVALID_BASE_301=\u8acb\u6c42\u7684\u9805\u76ee %s \u4e0d\u5b58\u5728\u65bc\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e2d |
| | | ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=\u7121\u6cd5\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e2d\u8655\u7406\u9805\u76ee %s\uff0c\u56e0\u70ba\u8acb\u6c42\u7684 DN \u5728\u57fa\u5e95 DN \u7684\u4e0b\u4e00\u500b\u5c64\u7d1a\uff0c\u4f46\u4e26\u672a\u6307\u5b9a\u6191\u8b49\u540d\u7a31 |
| | | ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=\u5617\u8a66\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u64f7\u53d6\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539\u4f5c\u696d |
| | | ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u4fee\u6539 DN \u4f5c\u696d |
| | | ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=\u7121\u6cd5\u5f9e\u914d\u7f6e\u9805\u76ee %s \u521d\u59cb\u5316\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\uff0c\u56e0\u70ba\u5b83\u4e26\u4e0d\u662f\u6b63\u597d\u5305\u542b\u4e00\u500b\u57fa\u5e95 DN |
| | | ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4 LDIF \u532f\u5165\u8207\u532f\u51fa\u4f5c\u696d |
| | | ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u4e0d\u652f\u63f4\u5099\u4efd\u8207\u5fa9\u539f\u4f5c\u696d |
| | | ERR_TRUSTSTORE_NO_SUCH_FILE_309=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e4b\u5c6c\u6027 ds-cfg-trust-store-file \u4e2d) \u4e0d\u5b58\u5728 |
| | | ERR_TRUSTSTORE_INVALID_TYPE_310=\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u985e\u578b %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e4b\u5c6c\u6027 ds-cfg-trust-store-type \u4e2d) \u7121\u6548: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE_311=\u5617\u8a66\u5efa\u7acb PIN \u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u6642\u767c\u751f\u932f\u8aa4 |
| | | ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ_312=\u5617\u8a66\u5f9e\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u8b80\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340 PIN \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TRUSTSTORE_PIN_FILE_EMPTY_313=\u6a94\u6848 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-file \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u6a94\u6848\u662f\u7a7a\u7684 |
| | | ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET_314=\u74b0\u5883\u8b8a\u6578 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-environment-variable \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET_315=Java \u7279\u6027 %s (\u6307\u5b9a\u65bc\u914d\u7f6e\u9805\u76ee %s \u7684\u5c6c\u6027 ds-cfg-trust-store-pin-property \u4e2d) \u61c9\u5305\u542b\u5b58\u53d6\u4ee5\u6a94\u6848\u70ba\u57fa\u790e\u7684\u4fe1\u4efb\u7ba1\u7406\u54e1\u6240\u9700\u7684 PIN\uff0c\u4f46\u6b64\u7279\u6027\u4e26\u672a\u8a2d\u5b9a |
| | | ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE_316=\u5617\u8a66\u5224\u5b9a\u914d\u7f6e\u9805\u76ee %s \u4e2d\u914d\u7f6e\u5c6c\u6027 ds-cfg-trust-store-file \u7684\u503c\u6642\uff0c\u767c\u751f\u672a\u9810\u671f\u7684\u932f\u8aa4: %s |
| | | ERR_TRUSTSTORE_CANNOT_LOAD_317=\u5617\u8a66\u5f9e\u6a94\u6848 %s \u8f09\u5165\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY_318=\u5617\u8a66\u5efa\u7acb\u4fe1\u4efb\u7ba1\u7406\u54e1\u5de5\u5ee0\u4ee5\u5b58\u53d6\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u7684\u5167\u5bb9\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TRUSTSTORE_ALIAS_IN_USE_319=\u6191\u8b49\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728 |
| | | ERR_TRUSTSTORE_CANNOT_GENERATE_CERT_320=\u5617\u8a66\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u4e2d\u7522\u751f\u81ea\u6211\u7c3d\u7f72\u7684\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_TRUSTSTORE_CANNOT_ADD_CERT_321=\u5617\u8a66\u5c07\u6191\u8b49 %s \u589e\u52a0\u81f3\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR_323=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5305\u542b\u6191\u8b49\u5c6c\u6027 %s |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS_324=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5305\u542b\u591a\u500b\u6191\u8b49\u5c6c\u6027 %s |
| | | ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE_325=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e0d\u5305\u542b\u6191\u8b49\u5c6c\u6027 %s \u7684\u503c |
| | | ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES_326=\u7121\u6cd5\u589e\u52a0\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u5305\u542b\u591a\u500b\u6191\u8b49\u5c6c\u6027 %s \u503c |
| | | ERR_TRUSTSTORE_CANNOT_WRITE_CERT_327=\u5c07\u6191\u8b49 %s \u5beb\u5165\u81f3\u6a94\u6848\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | WARN_TRUSTSTORE_SET_PERMISSIONS_FAILED_328=\u7121\u6cd5\u5728\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %s \u4e0a\u8a2d\u5b9a\u6b0a\u9650 |
| | | ERR_ROOT_CONTAINER_NOT_INITIALIZED_329=\u5f8c\u7aef %s \u7684\u6839\u5bb9\u5668\u5c1a\u672a\u521d\u59cb\u5316\uff0c\u800c\u4f7f\u6b64\u5f8c\u7aef\u7121\u6cd5\u8655\u7406\u8acb\u6c42\u7684\u4f5c\u696d |
| | | ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY_330=\u7121\u6cd5\u53d6\u5f97\u9805\u76ee %s \u7684\u5beb\u5165\u9396\u5b9a |
| | | ERR_TASKBE_MODIFY_INVALID_ENTRY_331=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e26\u4e0d\u4ee3\u8868\u4f5c\u696d\u9805\u76ee\u3002\u53ea\u53ef\u4ee5\u5728\u4f5c\u696d\u5f8c\u7aef\u4e2d\u4fee\u6539\u4f5c\u696d\u9805\u76ee |
| | | ERR_TASKBE_MODIFY_NO_SUCH_TASK_332=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u8a72\u9805\u76ee\u4e26\u4e0d\u4ee3\u8868\u4f3a\u670d\u5668\u4e2d\u7684\u6709\u6548\u4f5c\u696d |
| | | ERR_TASKBE_MODIFY_COMPLETED_333=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u76f8\u95dc\u806f\u7684\u4f5c\u696d\u5df2\u5b8c\u6210\u57f7\u884c\u3002\u7121\u6cd5\u4fee\u6539\u5df2\u5b8c\u6210\u7684\u4f5c\u696d |
| | | ERR_TASKBE_MODIFY_RECURRING_334=\u7121\u6cd5\u4fee\u6539\u9805\u76ee %s\uff0c\u56e0\u70ba\u4f3a\u670d\u5668\u76ee\u524d\u4e0d\u652f\u63f4\u4fee\u6539\u9031\u671f\u6027\u4f5c\u696d\u9805\u76ee |
| | | ERR_TASKBE_MODIFY_RUNNING_335=\u8207\u9805\u76ee %s \u76f8\u95dc\u806f\u7684\u4f5c\u696d\u76ee\u524d\u6b63\u5728\u57f7\u884c\u4e2d\u3002\u57f7\u884c\u4e2d\u4f5c\u696d\u552f\u4e00\u5141\u8a31\u7684\u4fee\u6539\u52d5\u4f5c\u5c31\u662f\u4ee5\u300ccancel\u300d\u53d6\u4ee3 ds-task-state \u5c6c\u6027\u7684\u503c |
| | | INFO_TASKBE_RUNNING_TASK_CANCELLED_336=\u4f5c\u696d\u8655\u7406\u56e0\u53d6\u6d88\u6b64\u4f5c\u696d\u7684\u4fee\u6539\u8acb\u6c42\u800c\u4e2d\u65b7 |
| | | SEVERE_ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u5617\u8a66\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u4e2d\u522a\u9664\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u7121\u6cd5\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u6191\u8b49 %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u5b9a\u7fa9\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 LDIF \u5f8c\u7aef\u50c5\u652f\u63f4\u55ae\u4e00\u57fa\u5e95 DN\uff0c\u4f46\u5df2\u914d\u7f6e\u70ba\u7528\u65bc\u591a\u500b\u57fa\u5e95 DN |
| | | MILD_ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5177\u6709\u591a\u500b DN \u70ba %3$s \u7684\u9805\u76ee |
| | | MILD_ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5305\u542b\u9805\u76ee %3$s\uff0c\u800c\u8a72\u9805\u76ee\u4e0d\u5728\u91dd\u5c0d\u8a72\u5f8c\u7aef\u6240\u5b9a\u7fa9\u7684\u57fa\u5e95 DN \u4e4b\u4e0b |
| | | MILD_ERR_LDIF_BACKEND_MISSING_PARENT_344=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5305\u542b\u9805\u76ee %3$s\uff0c\u4f46\u662f\u5176\u7236\u7cfb\u9805\u76ee\u5c1a\u672a\u8b80\u53d6 |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u5617\u8a66\u5efa\u7acb\u6a94\u6848 %s \u4ee5\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u66f4\u65b0\u7248\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u5617\u8a66\u5c07\u66f4\u65b0\u5f8c\u7684\u8cc7\u6599\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u7576\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %3$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u5df2\u66f4\u65b0\u8cc7\u6599\u7684\u6642\u5019\uff0c\u5617\u8a66\u5c07\u6a94\u6848 %1$s \u91cd\u65b0\u547d\u540d\u70ba %2$s \u6642\u767c\u751f\u932f\u8aa4: %4$s |
| | | MILD_ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728\u65bc LDIF \u5f8c\u7aef\u4e2d |
| | | MILD_ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u9805\u76ee %s \u7684\u7236\u7cfb\u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u9805\u76ee %s \u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee\uff0c\u5fc5\u9808\u5148\u79fb\u9664\u5176\u6240\u6709\u7684\u5f9e\u5c6c\u9805\u76ee\uff0c\u624d\u53ef\u52a0\u4ee5\u522a\u9664 |
| | | MILD_ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u4f86\u6e90\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u76ee\u6a19\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u7684\u7236\u7cfb DN %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u6307\u5b9a\u4f5c\u70ba\u641c\u5c0b\u57fa\u5e95 DN \u7684\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=\u5617\u8a66\u5efa\u7acb LDIF \u532f\u51fa\u4f5c\u696d\u7684\u5beb\u5165\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=\u5617\u8a66\u5728 LDIF \u532f\u51fa\u671f\u9593\u5beb\u5165\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=\u5617\u8a66\u5efa\u7acb LDIF \u532f\u5165\u4f5c\u696d\u7684\u8b80\u53d6\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u5617\u8a66\u5f9e\u532f\u5165\u6a94\u6848\u8b80\u53d6\u8cc7\u6599\u6642\u767c\u751f\u7121\u6cd5\u56de\u5fa9\u7684\u932f\u8aa4: %s\u3002\u7121\u6cd5\u7e7c\u7e8c LDIF \u532f\u5165 |
| | | MILD_ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u5f8c\u7aef\u76ee\u524d\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u6216\u5fa9\u539f\u6a5f\u5236\u3002\u6539\u7528 LDIF \u532f\u5165\u8207\u532f\u51fa\u4f5c\u696d |
| | | ERR_TRUSTSTORE_CANNOT_DELETE_CERT_337=\u5617\u8a66\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u6a94\u6848 %2$s \u4e2d\u522a\u9664\u6191\u8b49 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND_338=\u7121\u6cd5\u5f9e\u4fe1\u4efb\u6e05\u55ae\u5b58\u653e\u5340\u5f8c\u7aef\u64f7\u53d6\u9805\u76ee %s\uff0c\u56e0\u70ba\u6191\u8b49 %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS_339=\u5b9a\u7fa9\u65bc\u914d\u7f6e\u9805\u76ee %s \u4e2d\u7684 LDIF \u5f8c\u7aef\u50c5\u652f\u63f4\u55ae\u4e00\u57fa\u5e95 DN\uff0c\u4f46\u5df2\u914d\u7f6e\u70ba\u7528\u65bc\u591a\u500b\u57fa\u5e95 DN |
| | | ERR_LDIF_BACKEND_DUPLICATE_ENTRY_342=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5177\u6709\u591a\u500b DN \u70ba %3$s \u7684\u9805\u76ee |
| | | ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE_343=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5305\u542b\u9805\u76ee %3$s\uff0c\u800c\u8a72\u9805\u76ee\u4e0d\u5728\u91dd\u5c0d\u8a72\u5f8c\u7aef\u6240\u5b9a\u7fa9\u7684\u57fa\u5e95 DN \u4e4b\u4e0b |
| | | ERR_LDIF_BACKEND_MISSING_PARENT_344=\u914d\u7f6e\u7528\u65bc\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684 LDIF \u6a94\u6848 %1$s \u5305\u542b\u9805\u76ee %3$s\uff0c\u4f46\u662f\u5176\u7236\u7cfb\u9805\u76ee\u5c1a\u672a\u8b80\u53d6 |
| | | ERR_LDIF_BACKEND_ERROR_CREATING_FILE_345=\u5617\u8a66\u5efa\u7acb\u6a94\u6848 %s \u4ee5\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u66f4\u65b0\u7248\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_LDIF_BACKEND_ERROR_WRITING_FILE_346=\u5617\u8a66\u5c07\u66f4\u65b0\u5f8c\u7684\u8cc7\u6599\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %2$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u6a94\u6848 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_LDIF_BACKEND_ERROR_RENAMING_FILE_347=\u7576\u5beb\u5165\u5728\u914d\u7f6e\u9805\u76ee %3$s \u4e2d\u5b9a\u7fa9\u4e4b LDIF \u5f8c\u7aef\u7684\u5df2\u66f4\u65b0\u8cc7\u6599\u7684\u6642\u5019\uff0c\u5617\u8a66\u5c07\u6a94\u6848 %1$s \u91cd\u65b0\u547d\u540d\u70ba %2$s \u6642\u767c\u751f\u932f\u8aa4: %4$s |
| | | ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS_348=\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728\u65bc LDIF \u5f8c\u7aef\u4e2d |
| | | ERR_LDIF_BACKEND_ADD_MISSING_PARENT_349=\u9805\u76ee %s \u7684\u7236\u7cfb\u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY_350=\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_DELETE_NONLEAF_351=\u9805\u76ee %s \u5177\u6709\u4e00\u6216\u591a\u500b\u5f9e\u5c6c\u9805\u76ee\uff0c\u5fc5\u9808\u5148\u79fb\u9664\u5176\u6240\u6709\u7684\u5f9e\u5c6c\u9805\u76ee\uff0c\u624d\u53ef\u52a0\u4ee5\u522a\u9664 |
| | | ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY_352=\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY_353=\u4f86\u6e90\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS_354=\u76ee\u6a19\u9805\u76ee %s \u5df2\u7d93\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST_355=\u65b0\u7684\u7236\u7cfb DN %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE_356=\u6307\u5b9a\u4f5c\u70ba\u641c\u5c0b\u57fa\u5e95 DN \u7684\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER_357=\u5617\u8a66\u5efa\u7acb LDIF \u532f\u51fa\u4f5c\u696d\u7684\u5beb\u5165\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF_358=\u5617\u8a66\u5728 LDIF \u532f\u51fa\u671f\u9593\u5beb\u5165\u9805\u76ee %s \u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER_359=\u5617\u8a66\u5efa\u7acb LDIF \u532f\u5165\u4f5c\u696d\u7684\u8b80\u53d6\u5668\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_LDIF_BACKEND_ERROR_READING_LDIF_360=\u5617\u8a66\u5f9e\u532f\u5165\u6a94\u6848\u8b80\u53d6\u8cc7\u6599\u6642\u767c\u751f\u7121\u6cd5\u56de\u5fa9\u7684\u932f\u8aa4: %s\u3002\u7121\u6cd5\u7e7c\u7e8c LDIF \u532f\u5165 |
| | | ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED_361=LDIF \u5f8c\u7aef\u76ee\u524d\u4e26\u672a\u63d0\u4f9b\u5099\u4efd\u6216\u5fa9\u539f\u6a5f\u5236\u3002\u6539\u7528 LDIF \u532f\u5165\u8207\u532f\u51fa\u4f5c\u696d |
| | | INFO_LDIF_BACKEND_LDIF_FILE_CHANGED_363=\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u4e4b\u5f8c\uff0cLDIF \u6a94\u6848\u8def\u5f91\u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | INFO_LDIF_BACKEND_BASE_DN_CHANGED_364=\u5728\u505c\u7528\u4e26\u91cd\u65b0\u555f\u7528\u5f8c\u7aef\u4e4b\u5f8c\uff0cLDIF \u5f8c\u7aef\u57fa\u5e95 DN \u7684\u8b8a\u66f4\u624d\u6703\u751f\u6548 |
| | | MILD_ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u76ee\u6a19\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | MILD_ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u76ee\u6a19\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | SEVERE_ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u81ea\u91d1\u9470\u5eab %2$s\u8b80\u53d6\u91d1\u9470 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | MILD_ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u6b64\u5f8c\u7aef\u4e0d\u63d0\u4f9b hasSubordinates \u4f5c\u696d\u5c6c\u6027\u7684\u652f\u63f4 |
| | | MILD_ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u6b64\u5f8c\u7aef\u4e0d\u63d0\u4f9b numSubordinates \u4f5c\u696d\u5c6c\u6027\u7684\u652f\u63f4 |
| | | NOTICE_BACKEND_OFFLINE_370=\u5f8c\u7aef %s \u76ee\u524d\u5df2\u96e2\u7dda |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | SEVERE_ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\u5617\u8a66\u53d6\u5f97\u5bc6\u78bc\u4ee5\u52a0\u5bc6\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTICE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | NOTICE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | SEVERE_ERR_BACKUP_MISSING_BACKUPID_407=\u5728\u5099\u4efd\u76ee\u9304 %2$s \u4e2d\u627e\u4e0d\u5230\u5099\u4efd %1$s \u7684\u8cc7\u8a0a |
| | | ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY_365=\u76ee\u6a19\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY_366=\u76ee\u6a19\u9805\u76ee %s \u4e0d\u5b58\u5728 |
| | | ERR_TRUSTSTORE_ERROR_READING_KEY_367=\u81ea\u91d1\u9470\u5eab %2$s\u8b80\u53d6\u91d1\u9470 %1$s \u6642\u767c\u751f\u932f\u8aa4: %3$s |
| | | ERR_HAS_SUBORDINATES_NOT_SUPPORTED_368=\u6b64\u5f8c\u7aef\u4e0d\u63d0\u4f9b hasSubordinates \u4f5c\u696d\u5c6c\u6027\u7684\u652f\u63f4 |
| | | ERR_NUM_SUBORDINATES_NOT_SUPPORTED_369=\u6b64\u5f8c\u7aef\u4e0d\u63d0\u4f9b numSubordinates \u4f5c\u696d\u5c6c\u6027\u7684\u652f\u63f4 |
| | | NOTE_BACKEND_OFFLINE_370=\u5f8c\u7aef %s \u76ee\u524d\u5df2\u96e2\u7dda |
| | | ERR_TASKS_BACKUP_CANNOT_GET_MAC_379=\u5617\u8a66\u53d6\u5f97 %s MAC \u63d0\u4f9b\u8005\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u7c3d\u7f72\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_DIGEST_380=\u5617\u8a66\u53d6\u5f97 %s \u8a0a\u606f\u6458\u8981\u4ee5\u5efa\u7acb\u5099\u4efd\u7684\u96dc\u6e4a\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | ERR_TASKS_BACKUP_CANNOT_GET_CIPHER_382=\u5617\u8a66\u53d6\u5f97\u5bc6\u78bc\u4ee5\u52a0\u5bc6\u5099\u4efd\u6642\u767c\u751f\u932f\u8aa4: %s |
| | | NOTE_TASKS_RESTORE_UNSIGNED_HASH_VALID_401=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u8a0a\u606f\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u6458\u8981 |
| | | NOTE_TASKS_RESTORE_SIGNED_HASH_VALID_403=\u5f9e\u5099\u4efd\u6b78\u6a94\u8a08\u7b97\u800c\u4f86\u7684\u7c3d\u7f72\u6458\u8981\u7b26\u5408\u8207\u5099\u4efd\u8cc7\u8a0a\u4e00\u8d77\u5132\u5b58\u7684\u7c3d\u540d |
| | | ERR_BACKUP_MISSING_BACKUPID_407=\u5728\u5099\u4efd\u76ee\u9304 %2$s \u4e2d\u627e\u4e0d\u5230\u5099\u4efd %1$s \u7684\u8cc7\u8a0a |
| | | S |
| | |
| | | # CDDL HEADER END |
| | | # |
| | | # Copyright 2006-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2013 ForgeRock AS. |
| | | # Portions Copyright 2013-2014 ForgeRock AS |
| | | |
| | | |
| | | |
| | |
| | | # |
| | | # ORDINAL is an integer unique among other ordinals in this file |
| | | # |
| | | MILD_ERR_CONFIG_ATTR_IS_REQUIRED_1=Configuration attribute %s is required to \ |
| | | ERR_CONFIG_ATTR_IS_REQUIRED_1=Configuration attribute %s is required to \ |
| | | have at least one value but the resulted operation would have removed all \ |
| | | values |
| | | MILD_ERR_CONFIG_ATTR_REJECTED_VALUE_2=Provided value %s for configuration \ |
| | | ERR_CONFIG_ATTR_REJECTED_VALUE_2=Provided value %s for configuration \ |
| | | attribute %s was rejected. The reason provided was: %s |
| | | MILD_ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=Configuration attribute %s \ |
| | | ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED_3=Configuration attribute %s \ |
| | | is single-valued, but multiple values were provided |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=Configuration attribute %s \ |
| | | ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED_4=Configuration attribute %s \ |
| | | is single-valued, but adding the provided value(s) would have given it \ |
| | | multiple values |
| | | MILD_ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=Configuration attribute %s \ |
| | | ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS_5=Configuration attribute %s \ |
| | | already contains a value %s |
| | | MILD_ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=Cannot remove value %s from \ |
| | | ERR_CONFIG_ATTR_NO_SUCH_VALUE_6=Cannot remove value %s from \ |
| | | configuration attribute %s because the specified value does not exist |
| | | MILD_ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=Unable to set the value for \ |
| | | ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE_7=Unable to set the value for \ |
| | | Boolean configuration attribute %s because the provided value %s was not \ |
| | | either 'true' or 'false' |
| | | MILD_ERR_CONFIG_ATTR_NO_INT_VALUE_8=Unable to retrieve the value for \ |
| | | ERR_CONFIG_ATTR_NO_INT_VALUE_8=Unable to retrieve the value for \ |
| | | configuration attribute %s as an integer because that attribute does not have \ |
| | | any values |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=Unable to retrieve the value for \ |
| | | ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES_9=Unable to retrieve the value for \ |
| | | configuration attribute %s as an integer because that attribute has multiple \ |
| | | values |
| | | MILD_ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=Unable to retrieve the value \ |
| | | ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE_10=Unable to retrieve the value \ |
| | | for configuration attribute %s as a Java int because the value is outside the \ |
| | | allowable range for an int |
| | | MILD_ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=Unable to set the value for integer \ |
| | | ERR_CONFIG_ATTR_INVALID_INT_VALUE_11=Unable to set the value for integer \ |
| | | configuration attribute %s because the provided value %s cannot be \ |
| | | interpreted as an integer value: %s |
| | | MILD_ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=Unable to set the value for \ |
| | | ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND_12=Unable to set the value for \ |
| | | configuration attribute %s because the provided value %d is less than the \ |
| | | lowest allowed value of %d |
| | | MILD_ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=Unable to set the value for \ |
| | | ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND_13=Unable to set the value for \ |
| | | configuration attribute %s because the provided value %d is greater than the \ |
| | | largest allowed value of %d |
| | | MILD_ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=Unable to parse value %s for \ |
| | | ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE_14=Unable to parse value %s for \ |
| | | configuration attribute %s as an integer value: %s |
| | | MILD_ERR_CONFIG_ATTR_NO_STRING_VALUE_15=Unable to retrieve the value for \ |
| | | ERR_CONFIG_ATTR_NO_STRING_VALUE_15=Unable to retrieve the value for \ |
| | | configuration attribute %s as a string because that attribute does not have \ |
| | | any values |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=Unable to retrieve the value \ |
| | | ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES_16=Unable to retrieve the value \ |
| | | for configuration attribute %s as a string because that attribute has \ |
| | | multiple values |
| | | MILD_ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=An empty value string was provided \ |
| | | ERR_CONFIG_ATTR_EMPTY_STRING_VALUE_17=An empty value string was provided \ |
| | | for configuration attribute %s |
| | | MILD_ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=The value %s is not included in the \ |
| | | ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED_18=The value %s is not included in the \ |
| | | list of acceptable values for configuration attribute %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_UNIT_19='%s' is not a valid unit for \ |
| | | ERR_CONFIG_ATTR_INVALID_UNIT_19='%s' is not a valid unit for \ |
| | | configuration attribute %s |
| | | MILD_ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=Cannot decode %s as an integer \ |
| | | ERR_CONFIG_ATTR_NO_UNIT_DELIMITER_20=Cannot decode %s as an integer \ |
| | | value and a unit for configuration attribute %s because no value/unit \ |
| | | delimiter could be found |
| | | MILD_ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=Could not decode the \ |
| | | ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT_21=Could not decode the \ |
| | | integer portion of value %s for configuration attribute %s: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=The provided value %s for \ |
| | | ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT_22=The provided value %s for \ |
| | | integer with unit attribute %s is not allowed: %s |
| | | MILD_ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=Unable to add configuration entry \ |
| | | ERR_CONFIG_ENTRY_CONFLICTING_CHILD_23=Unable to add configuration entry \ |
| | | %s as a child of configuration entry %s because a child entry was already \ |
| | | found with that DN |
| | | MILD_ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=Unable to remove entry %s as a child \ |
| | | ERR_CONFIG_ENTRY_NO_SUCH_CHILD_24=Unable to remove entry %s as a child \ |
| | | of configuration entry %s because that entry did not have a child with the \ |
| | | specified DN |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=Unable to remove entry %s as a \ |
| | | ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF_25=Unable to remove entry %s as a \ |
| | | child of configuration entry %s because that entry had children of its own \ |
| | | and non-leaf entries may not be removed |
| | | FATAL_ERR_CONFIG_FILE_DOES_NOT_EXIST_26=The specified configuration file %s \ |
| | | ERR_CONFIG_FILE_DOES_NOT_EXIST_26=The specified configuration file %s \ |
| | | does not exist or is not readable |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=An unexpected error occurred \ |
| | | ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE_27=An unexpected error occurred \ |
| | | while attempting to determine whether configuration file %s exists: %s |
| | | FATAL_ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=An error occurred while \ |
| | | ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ_28=An error occurred while \ |
| | | attempting to open the configuration file %s for reading: %s |
| | | FATAL_ERR_CONFIG_FILE_READ_ERROR_29=An error occurred while attempting to \ |
| | | ERR_CONFIG_FILE_READ_ERROR_29=An error occurred while attempting to \ |
| | | read the contents of configuration file %s: %s |
| | | MILD_ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=Invalid configuration attribute \ |
| | | ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED_30=Invalid configuration attribute \ |
| | | %s detected: the only attribute option allowed in the Directory Server \ |
| | | configuration is "pending" to indicate the set of pending values |
| | | FATAL_ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=An error occurred at or near line \ |
| | | ERR_CONFIG_FILE_INVALID_LDIF_ENTRY_31=An error occurred at or near line \ |
| | | %d while trying to parse the configuration from LDIF file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_EMPTY_32=The specified configuration file %s does not \ |
| | | ERR_CONFIG_FILE_EMPTY_32=The specified configuration file %s does not \ |
| | | appear to contain any configuration entries |
| | | FATAL_ERR_CONFIG_FILE_INVALID_BASE_DN_33=The first entry read from LDIF \ |
| | | ERR_CONFIG_FILE_INVALID_BASE_DN_33=The first entry read from LDIF \ |
| | | configuration file %s had a DN of "%s" rather than the expected "%s" which \ |
| | | should be used as the Directory Server configuration root |
| | | FATAL_ERR_CONFIG_FILE_GENERIC_ERROR_34=An unexpected error occurred while \ |
| | | ERR_CONFIG_FILE_GENERIC_ERROR_34=An unexpected error occurred while \ |
| | | attempting to process the Directory Server configuration file %s: %s |
| | | FATAL_ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=Configuration entry %s starting at \ |
| | | ERR_CONFIG_FILE_DUPLICATE_ENTRY_35=Configuration entry %s starting at \ |
| | | or near line %s in the LDIF configuration file %s has the same DN as another \ |
| | | entry already read from that file |
| | | FATAL_ERR_CONFIG_FILE_NO_PARENT_36=Configuration entry %s starting at or near \ |
| | | ERR_CONFIG_FILE_NO_PARENT_36=Configuration entry %s starting at or near \ |
| | | line %d in the configuration LDIF file %s does not appear to have a parent \ |
| | | entry (expected parent DN was %s) |
| | | FATAL_ERR_CONFIG_FILE_UNKNOWN_PARENT_37=The Directory Server was unable to \ |
| | | ERR_CONFIG_FILE_UNKNOWN_PARENT_37=The Directory Server was unable to \ |
| | | determine the parent DN for configuration entry %s starting at or near line \ |
| | | %d in the configuration LDIF file %s |
| | | FATAL_ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=Unable to determine the \ |
| | | ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT_38=Unable to determine the \ |
| | | Directory Server instance root from either an environment variable or based \ |
| | | on the location of the configuration file. Please set an environment \ |
| | | variable named %s with a value containing the absolute path to the server \ |
| | | installation root |
| | | SEVERE_ERR_CONFIG_FILE_WRITE_ERROR_39=An unexpected error occurred while \ |
| | | ERR_CONFIG_FILE_WRITE_ERROR_39=An unexpected error occurred while \ |
| | | trying to write configuration entry %s to LDIF: %s |
| | | SEVERE_ERR_CONFIG_FILE_CLOSE_ERROR_40=An unexpected error occurred while \ |
| | | ERR_CONFIG_FILE_CLOSE_ERROR_40=An unexpected error occurred while \ |
| | | trying to close the LDIF writer: %s |
| | | SEVERE_ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=The Directory Server \ |
| | | ERR_CONFIG_FILE_UNWILLING_TO_IMPORT_41=The Directory Server \ |
| | | configuration may not be altered by importing a new configuration from LDIF |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=There are no active \ |
| | | WARN_CONFIG_LOGGER_NO_ACTIVE_ACCESS_LOGGERS_44=There are no active \ |
| | | access loggers defined in the Directory Server configuration. No access \ |
| | | logging will be performed |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active \ |
| | | WARN_CONFIG_LOGGER_NO_ACTIVE_ERROR_LOGGERS_45=There are no active \ |
| | | error loggers defined in the Directory Server configuration. No error \ |
| | | logging will be performed |
| | | SEVERE_ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=An error occurred while \ |
| | | ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER_49=An error occurred while \ |
| | | attempting to create a Directory Server logger from the information in \ |
| | | configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=Configuration entry %s does \ |
| | | ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS_50=Configuration entry %s does \ |
| | | not contain a valid objectclass for a Directory Server access, error, or \ |
| | | debug logger definition |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=Class %s specified in \ |
| | | ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS_54=Class %s specified in \ |
| | | attribute ds-cfg-java-class of configuration entry %s cannot be \ |
| | | instantiated as a Directory Server access logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=Class %s specified in \ |
| | | ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS_55=Class %s specified in \ |
| | | attribute ds-cfg-java-class of configuration entry %s cannot be \ |
| | | instantiated as a Directory Server error logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=Class %s specified in \ |
| | | ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS_56=Class %s specified in \ |
| | | attribute ds-cfg-java-class of configuration entry %s cannot be \ |
| | | instantiated as a Directory Server debug logger: %s |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=Configuration attribute \ |
| | | ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS_64=Configuration attribute \ |
| | | %s appears to contain multiple pending value sets |
| | | MILD_ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=Configuration attribute %s \ |
| | | ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS_65=Configuration attribute %s \ |
| | | appears to contain multiple active value sets |
| | | MILD_ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=Configuration attribute %s does \ |
| | | ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET_66=Configuration attribute %s does \ |
| | | not contain an active value set |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=Unable to parse value %s for \ |
| | | ERR_CONFIG_ATTR_INT_INVALID_TYPE_67=Unable to parse value %s for \ |
| | | configuration attribute %s as an integer value because the element was of an \ |
| | | invalid type (%s) |
| | | MILD_ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=Unable to parse value for \ |
| | | ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE_68=Unable to parse value for \ |
| | | configuration attribute %s as a set of integer values because the array \ |
| | | contained elements of an invalid type (%s) |
| | | MILD_ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=Unable to parse value %s for \ |
| | | ERR_CONFIG_ATTR_INVALID_STRING_VALUE_69=Unable to parse value %s for \ |
| | | configuration attribute %s as a string value: %s |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=Unable to parse value %s for \ |
| | | ERR_CONFIG_ATTR_STRING_INVALID_TYPE_70=Unable to parse value %s for \ |
| | | configuration attribute %s as a string value because the element was of an \ |
| | | invalid type (%s) |
| | | MILD_ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=Unable to parse value for \ |
| | | ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE_71=Unable to parse value for \ |
| | | configuration attribute %s as a set of string values because the array \ |
| | | contained elements of an invalid type (%s) |
| | | MILD_ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=Unable to parse value %s \ |
| | | ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE_72=Unable to parse value %s \ |
| | | for configuration attribute %s as an integer with unit value because the \ |
| | | element was of an invalid type (%s) |
| | | MILD_ERR_CONFIG_JMX_ATTR_NO_ATTR_74=Configuration entry %s does not contain \ |
| | | ERR_CONFIG_JMX_ATTR_NO_ATTR_74=Configuration entry %s does not contain \ |
| | | attribute %s (or that attribute exists but is not accessible using JMX) |
| | | MILD_ERR_CONFIG_JMX_NO_METHOD_78=There is no method %s for any invokable \ |
| | | ERR_CONFIG_JMX_NO_METHOD_78=There is no method %s for any invokable \ |
| | | component registered with configuration entry %s |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=The Directory Server could not \ |
| | | ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN_83=The Directory Server could not \ |
| | | register a JMX MBean for the component associated with configuration entry \ |
| | | %s: %s |
| | | SEVERE_ERR_CONFIG_LDIF_WRITE_ERROR_84=An unexpected error occurred while \ |
| | | ERR_CONFIG_LDIF_WRITE_ERROR_84=An unexpected error occurred while \ |
| | | trying to export the Directory Server configuration to LDIF: %s |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=Worker thread "%s" has \ |
| | | ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES_94=Worker thread "%s" has \ |
| | | experienced too many repeated failures while attempting to retrieve the next \ |
| | | operation from the work queue (%d failures experienced, maximum of %d \ |
| | | failures allowed). This worker thread will be destroyed |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=A problem occurred \ |
| | | ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR_95=A problem occurred \ |
| | | while trying to create and start an instance of class %s to use as a monitor \ |
| | | provider for the Directory Server work queue: %s. No monitor information \ |
| | | will be available for the work queue |
| | | MILD_ERR_CONFIG_ATTR_DN_NULL_98=A null value was provided for DN \ |
| | | ERR_CONFIG_ATTR_DN_NULL_98=A null value was provided for DN \ |
| | | configuration attribute %s |
| | | MILD_ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=An error occurred while trying to \ |
| | | ERR_CONFIG_ATTR_DN_CANNOT_PARSE_99=An error occurred while trying to \ |
| | | parse value "%s" of attribute %s as a DN: %s |
| | | MILD_ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=Unable to parse value %s for \ |
| | | ERR_CONFIG_ATTR_INVALID_DN_VALUE_100=Unable to parse value %s for \ |
| | | configuration attribute %s as a DN: %s |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=Unable to parse value %s for \ |
| | | ERR_CONFIG_ATTR_DN_INVALID_TYPE_101=Unable to parse value %s for \ |
| | | configuration attribute %s as a DN because the element was of an invalid type \ |
| | | (%s) |
| | | MILD_ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=Unable to parse value for \ |
| | | ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE_102=Unable to parse value for \ |
| | | configuration attribute %s as a set of DN values because the array contained \ |
| | | elements of an invalid type (%s) |
| | | FATAL_ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=An unexpected error \ |
| | | ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX_103=An unexpected error \ |
| | | occurred while trying to register the configuration handler base DN "%s" as a \ |
| | | private suffix with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=An error occurred while \ |
| | | ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE_104=An error occurred while \ |
| | | trying to retrieve configuration entry cn=Backends,cn=config in order to \ |
| | | initialize the Directory Server backends: %s |
| | | SEVERE_ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=The entry \ |
| | | ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST_105=The entry \ |
| | | cn=Backends,cn=config does not appear to exist in the Directory Server \ |
| | | configuration. This is a required entry |
| | | SEVERE_ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=An \ |
| | | ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY_107=An \ |
| | | unexpected error occurred while interacting with backend configuration entry \ |
| | | %s: %s |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_CLASS_109=Fully-qualified \ |
| | |
| | | until the backend is disabled and re-enabled or the server is restarted |
| | | INFO_CONFIG_BACKEND_DISABLED_111=The backend defined in configuration entry \ |
| | | %s is marked as disabled and therefore will not be used |
| | | SEVERE_ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=An unexpected \ |
| | | ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE_112=An unexpected \ |
| | | error occurred while attempting to determine whether the backend associated \ |
| | | with configuration entry %s should be enabled or disabled: %s. It will be \ |
| | | disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=The Directory Server was \ |
| | | ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE_115=The Directory Server was \ |
| | | unable to load class %s and use it to create a backend instance as defined in \ |
| | | configuration entry %s. The error that occurred was: %s. This backend will \ |
| | | be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=An error occurred while \ |
| | | ERR_CONFIG_BACKEND_CANNOT_INITIALIZE_116=An error occurred while \ |
| | | trying to initialize a backend loaded from class %s with the information in \ |
| | | configuration entry %s: %s. This backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=The class %s specified in \ |
| | | ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND_117=The class %s specified in \ |
| | | configuration entry %s does not contain a valid Directory Server backend \ |
| | | implementation |
| | | NOTICE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=The requested \ |
| | | NOTE_CONFIG_BACKEND_ACTION_REQUIRED_TO_CHANGE_CLASS_118=The requested \ |
| | | change to configuration entry %s would cause the class for the associated \ |
| | | backend to change from %s to %s. This change will not take effect until the \ |
| | | backend is disabled and re-enabled, or until the Directory Server is \ |
| | | restarted |
| | | NOTICE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=The backend \ |
| | | NOTE_CONFIG_BACKEND_CANNOT_REMOVE_BACKEND_WITH_SUBORDINATES_119=The backend \ |
| | | defined in configuration entry %s has one or more subordinate backends. A \ |
| | | backend may not be removed if it has subordinate backends |
| | | MILD_ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=An error occurred while \ |
| | | ERR_CONFIG_MONITOR_INITIALIZATION_FAILED_140=An error occurred while \ |
| | | trying to initialize an instance of class %s as a monitor provider as defined \ |
| | | in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=An error occurred while \ |
| | | ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE_154=An error occurred while \ |
| | | trying to initialize a connection handler loaded from class %s with the \ |
| | | information in configuration entry %s: %s. This connection handler will be \ |
| | | disabled |
| | | SEVERE_ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=An error occurred while \ |
| | | ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE_172=An error occurred while \ |
| | | trying to initialize a matching rule loaded from class %s with the \ |
| | | information in configuration entry %s: %s. This matching rule will be \ |
| | | disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in \ |
| | | WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in \ |
| | | configuration entry %s conflicts with another matching rule defined in the \ |
| | | server configuration: %s. This matching rule will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while \ |
| | | ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while \ |
| | | trying to initialize an attribute syntax loaded from class %s with the \ |
| | | information in configuration entry %s: %s. This syntax will be disabled |
| | | SEVERE_WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax \ |
| | | WARN_CONFIG_SCHEMA_SYNTAX_CONFLICTING_SYNTAX_187=The attribute syntax \ |
| | | defined in configuration entry %s conflicts with another syntax defined in \ |
| | | the server configuration: %s. This attribute syntax will not be used |
| | | SEVERE_ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory \ |
| | | ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR_188=Unable to read the Directory \ |
| | | Server schema definitions because the schema directory %s does not exist |
| | | SEVERE_ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory \ |
| | | ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY_189=Unable to read the Directory \ |
| | | Server schema definitions because the schema directory %s exists but is not a \ |
| | | directory |
| | | SEVERE_ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory \ |
| | | ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES_190=Unable to read the Directory \ |
| | | Server schema definitions from directory %s because an unexpected error \ |
| | | occurred while trying to list the files in that directory: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_OPEN_FILE_191=Schema configuration file %s \ |
| | | in directory %s cannot be parsed because an unexpected error occurred while \ |
| | | trying to open the file for reading: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_READ_LDIF_ENTRY_192=Schema configuration \ |
| | | file %s in directory %s cannot be parsed because an unexpected error occurred \ |
| | | while trying to read its contents as an LDIF entry: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE_193=Unable to parse an \ |
| | | attribute type definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=An attribute type read \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_ATTR_TYPE_194=An attribute type read \ |
| | | from schema configuration file %s conflicts with another attribute type \ |
| | | already read into the schema: %s. The later attribute type definition will \ |
| | | be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=An objectclass read from schema \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_OC_195=An objectclass read from schema \ |
| | | configuration file %s conflicts with another objectclass already read into \ |
| | | the schema: %s. The later objectclass definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=An objectclass read from schema \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC_196=An objectclass read from schema \ |
| | | configuration file %s could not be parsed: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected \ |
| | | ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE_200=An unexpected \ |
| | | error occurred that prevented the server from installing its default entry \ |
| | | cache framework: %s |
| | | SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache \ |
| | | WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_201=The entry cache \ |
| | | configuration entry "cn=Entry Caches,cn=config" does not exist in the \ |
| | | Directory Server configuration. No entry cache will be available until this \ |
| | | entry is created with a valid entry cache configuration |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred \ |
| | | ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE_202=An error occurred \ |
| | | while attempting to initialize an instance of class %s for use as the \ |
| | | Directory Server entry cache: %s. As a result, the entry cache will be \ |
| | | disabled |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for \ |
| | | ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE_203=The configuration for \ |
| | | the entry cache defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration \ |
| | | ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE_204=The configuration \ |
| | | for the entry cache defined in configuration entry %s was not acceptable: \ |
| | | the entry cache level %d is already in use |
| | | INFO_WARN_CONFIG_ENTRYCACHE_NO_MONITOR_CONFIG_ENTRY_205=The configuration for \ |
| | |
| | | INFO_WARN_CONFIG_ENTRYCACHE_MONITOR_CONFIG_DISABLED_206=The configuration for \ |
| | | the entry cache %s monitor provider was disabled. As a result the monitor \ |
| | | provider %s will not be enabled |
| | | MILD_ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=An unexpected error occurred \ |
| | | ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD_215=An unexpected error occurred \ |
| | | while attempting to remove entry %s as a child of configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM_216=Unable to parse a name \ |
| | | form definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=A name form read from \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_NAME_FORM_217=A name form read from \ |
| | | schema configuration file %s conflicts with another name form already read \ |
| | | into the schema: %s. The later name form definition will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=Unable to parse a DIT content \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR_218=Unable to parse a DIT content \ |
| | | rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=A DIT content rule read from \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_DCR_219=A DIT content rule read from \ |
| | | schema configuration file %s conflicts with another DIT content rule already \ |
| | | read into the schema: %s. The later DIT content rule definition will be \ |
| | | used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=Unable to parse a DIT \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR_220=Unable to parse a DIT \ |
| | | structure rule definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=A DIT structure rule read from \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_DSR_221=A DIT structure rule read from \ |
| | | schema configuration file %s conflicts with another DIT structure rule \ |
| | | already read into the schema: %s. The later DIT structure rule definition \ |
| | | will be used |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=Unable to parse a matching \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU_222=Unable to parse a matching \ |
| | | rule use definition from schema configuration file %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=A matching rule use read from \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_MRU_223=A matching rule use read from \ |
| | | schema configuration file %s conflicts with another matching rule use already \ |
| | | read into the schema: %s. The later matching rule use definition will be \ |
| | | used |
| | | MILD_ERR_CONFIG_ATTR_READ_ONLY_228=Configuration attribute %s is read-only \ |
| | | ERR_CONFIG_ATTR_READ_ONLY_228=Configuration attribute %s is read-only \ |
| | | and its values may not be altered |
| | | SEVERE_ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=An error occurred while \ |
| | | ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE_245=An error occurred while \ |
| | | attempting to initialize an instance of class %s as a Directory Server plugin \ |
| | | using the information in configuration entry %s: %s. This plugin will be \ |
| | | disabled |
| | | SEVERE_ERR_CONFIG_EXTOP_INVALID_CLASS_256=Class %s specified in configuration \ |
| | | ERR_CONFIG_EXTOP_INVALID_CLASS_256=Class %s specified in configuration \ |
| | | entry %s does not contain a valid extended operation handler implementation: \ |
| | | %s |
| | | MILD_ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=An error occurred while \ |
| | | ERR_CONFIG_EXTOP_INITIALIZATION_FAILED_261=An error occurred while \ |
| | | trying to initialize an instance of class %s as an extended operation handler \ |
| | | as defined in configuration entry %s: %s |
| | | MILD_ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=An error occurred while trying \ |
| | | ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=An error occurred while trying \ |
| | | to initialize an instance of class %s as a SASL mechanism handler as defined \ |
| | | in configuration entry %s: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=Entry %s cannot be added to the \ |
| | | ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=Entry %s cannot be added to the \ |
| | | Directory Server configuration because another configuration entry already \ |
| | | exists with that DN |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=Entry %s cannot be added to the \ |
| | | ERR_CONFIG_FILE_ADD_NO_PARENT_DN_281=Entry %s cannot be added to the \ |
| | | Directory Server configuration because that DN does not have a parent |
| | | MILD_ERR_CONFIG_FILE_ADD_NO_PARENT_282=Entry %s cannot be added to the \ |
| | | ERR_CONFIG_FILE_ADD_NO_PARENT_282=Entry %s cannot be added to the \ |
| | | Directory Server configuration because its parent entry %s does not exist |
| | | MILD_ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=The Directory Server is \ |
| | | ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER_283=The Directory Server is \ |
| | | unwilling to add configuration entry %s because one of the add listeners \ |
| | | registered with the parent entry %s rejected this change with the message: \ |
| | | %s |
| | | MILD_ERR_CONFIG_FILE_ADD_FAILED_284=An unexpected error occurred while \ |
| | | ERR_CONFIG_FILE_ADD_FAILED_284=An unexpected error occurred while \ |
| | | attempting to add configuration entry %s as a child of entry %s: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=Entry %s cannot be removed from \ |
| | | ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY_285=Entry %s cannot be removed from \ |
| | | the Directory Server configuration because the specified entry does not exist |
| | | MILD_ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=Entry %s cannot be removed from \ |
| | | ERR_CONFIG_FILE_DELETE_HAS_CHILDREN_286=Entry %s cannot be removed from \ |
| | | the Directory Server configuration because the specified entry has one or \ |
| | | more subordinate entries |
| | | MILD_ERR_CONFIG_FILE_DELETE_NO_PARENT_287=Entry %s cannot be removed from the \ |
| | | ERR_CONFIG_FILE_DELETE_NO_PARENT_287=Entry %s cannot be removed from the \ |
| | | Directory Server configuration because the entry does not have a parent and \ |
| | | removing the configuration root entry is not allowed |
| | | MILD_ERR_CONFIG_FILE_DELETE_REJECTED_288=Entry %s cannot be removed from the \ |
| | | ERR_CONFIG_FILE_DELETE_REJECTED_288=Entry %s cannot be removed from the \ |
| | | Directory Server configuration because one of the delete listeners registered \ |
| | | with the parent entry %s rejected this change with the message: %s |
| | | MILD_ERR_CONFIG_FILE_DELETE_FAILED_289=An unexpected error occurred while \ |
| | | ERR_CONFIG_FILE_DELETE_FAILED_289=An unexpected error occurred while \ |
| | | attempting to remove configuration entry %s as a child of entry %s: %s |
| | | MILD_ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=Entry %s cannot be modified \ |
| | | ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY_290=Entry %s cannot be modified \ |
| | | because the specified entry does not exist |
| | | MILD_ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=Entry %s cannot \ |
| | | ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=Entry %s cannot \ |
| | | be modified because one of the configuration change listeners registered for \ |
| | | that entry rejected the change: %s |
| | | MILD_ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=The search operation cannot be \ |
| | | ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=The search operation cannot be \ |
| | | processed because base entry %s does not exist |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=The search operation cannot be \ |
| | | ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=The search operation cannot be \ |
| | | processed because the specified search scope %s is invalid |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=An error occurred \ |
| | | ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG_300=An error occurred \ |
| | | while attempting to export the new Directory Server configuration to file %s: \ |
| | | %s |
| | | MILD_ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=An error occurred \ |
| | | ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG_301=An error occurred \ |
| | | while attempting to rename the new Directory Server configuration from file \ |
| | | %s to %s: %s |
| | | MILD_ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=Modify DN operations are not \ |
| | | ERR_CONFIG_FILE_MODDN_NOT_ALLOWED_302=Modify DN operations are not \ |
| | | allowed in the Directory Server configuration |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BASE_DNS_305=Set of base \ |
| | | DNs that should be used for this backend. It is up to the backend \ |
| | |
| | | (e.g., communication over SSL). Changes to this configuration attribute will \ |
| | | take effect immediately, but will only impact future attempts to access the \ |
| | | key manager |
| | | SEVERE_ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=Indicates whether the \ |
| | | ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED_328=Indicates whether the \ |
| | | Directory Server trust manager provider should be enabled. A trust manager \ |
| | | provider is required for operations that require access to a trust manager \ |
| | | (e.g., communication over SSL). Changes to this configuration attribute will \ |
| | | take effect immediately, but will only impact future attempts to access the \ |
| | | trust manager |
| | | MILD_ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=An error occurred while \ |
| | | ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED_376=An error occurred while \ |
| | | trying to initialize an instance of class %s as a password storage scheme as \ |
| | | defined in configuration entry %s: %s |
| | | MILD_ERR_CONFIG_PWSCHEME_EXISTS_377=Unable to add a new password storage \ |
| | | ERR_CONFIG_PWSCHEME_EXISTS_377=Unable to add a new password storage \ |
| | | scheme entry with DN %s because there is already a storage scheme registered \ |
| | | with that DN |
| | | INFO_CONFIG_BACKEND_ATTR_DESCRIPTION_BACKEND_ID_382=Unique \ |
| | | identifier for this backend. Changes to this configuration attribute will \ |
| | | not take effect until the backend is disabled and re-enabled or the server is \ |
| | | restarted |
| | | SEVERE_WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=The backend defined in \ |
| | | WARN_CONFIG_BACKEND_DUPLICATE_BACKEND_ID_384=The backend defined in \ |
| | | configuration entry %s has a backend ID of %s that conflicts with the backend \ |
| | | ID for another backend in the server. The backend will be disabled |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=An error occurred while \ |
| | | ERR_CONFIG_BACKUP_CANNOT_GET_MAC_386=An error occurred while \ |
| | | attempting to obtain the %s MAC provider to create the signed hash for the \ |
| | | backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=An error occurred while \ |
| | | ERR_CONFIG_BACKUP_CANNOT_GET_DIGEST_387=An error occurred while \ |
| | | attempting to obtain the %s message digest to create the hash for the backup: \ |
| | | %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=An error occurred \ |
| | | ERR_CONFIG_BACKUP_CANNOT_CREATE_ARCHIVE_FILE_388=An error occurred \ |
| | | while trying to create the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=An error occurred while \ |
| | | ERR_CONFIG_BACKUP_CANNOT_GET_CIPHER_389=An error occurred while \ |
| | | attempting to obtain the cipher to use to encrypt the backup: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s config backup %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=An error \ |
| | | ERR_CONFIG_BACKUP_ZIP_COMMENT_390=%s config backup %s |
| | | ERR_CONFIG_BACKUP_CANNOT_DETERMINE_CONFIG_FILE_LOCATION_391=An error \ |
| | | occurred while attempting to determine the path to the Directory Server \ |
| | | configuration file so that it could be archived: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=An error occurred \ |
| | | ERR_CONFIG_BACKUP_CANNOT_BACKUP_CONFIG_FILE_392=An error occurred \ |
| | | while attempting to back up configuration file %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=An error occurred \ |
| | | ERR_CONFIG_BACKUP_CANNOT_BACKUP_ARCHIVED_CONFIGS_393=An error occurred \ |
| | | while attempting to back up the archived previous configurations from file \ |
| | | %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=An error occurred while \ |
| | | ERR_CONFIG_BACKUP_CANNOT_CLOSE_ZIP_STREAM_394=An error occurred while \ |
| | | trying to close the config archive file %s in directory %s: %s |
| | | SEVERE_ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=An error \ |
| | | ERR_CONFIG_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR_395=An error \ |
| | | occurred while attempting to update the backup descriptor file %s with \ |
| | | information about the configuration backup: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_NO_SUCH_BACKUP_396=Unable to restore or verify \ |
| | | configuration backup %s in directory %s because no such backup exists |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_NO_BACKUP_FILE_397=Unable to restore or verify \ |
| | | configuration backup %s in directory %s because the archive filename could \ |
| | | not be determined |
| | | SEVERE_ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_NO_SUCH_FILE_398=Unable to restore or verify \ |
| | | configuration backup %s because the specified archive file %s does not exist |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=Unable to restore or \ |
| | | ERR_CONFIG_RESTORE_CANNOT_CHECK_FOR_ARCHIVE_399=Unable to restore or \ |
| | | verify configuration backup %s because an error occurred while trying to \ |
| | | determine whether backup archive %s exists: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_UNKNOWN_DIGEST_400=Unable to restore or verify \ |
| | | configuration backup %s because an unsigned hash of this backup is available \ |
| | | but the server cannot determine the digest algorithm used to generate this \ |
| | | hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_CANNOT_GET_DIGEST_401=Unable to restore or verify \ |
| | | configuration backup %s because it has an unsigned hash that uses an unknown \ |
| | | or unsupported digest algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_UNKNOWN_MAC_402=Unable to restore or verify \ |
| | | configuration backup %s because a signed hash of this backup is available but \ |
| | | the server cannot determine the MAC algorithm used to generate this hash |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_CANNOT_GET_MAC_403=Unable to restore or verify \ |
| | | configuration backup %s because it has a signed hash that uses an unknown or \ |
| | | unsupported MAC algorithm of %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=Unable to restore or \ |
| | | ERR_CONFIG_RESTORE_CANNOT_OPEN_BACKUP_FILE_404=Unable to restore or \ |
| | | verify configuration backup %s because an error occurred while attempting to \ |
| | | open the backup archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_CANNOT_GET_CIPHER_406=Unable to restore or verify \ |
| | | configuration backup %s because it is encrypted using an unknown or \ |
| | | unsupported cipher: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore \ |
| | | ERR_CONFIG_RESTORE_CANNOT_BACKUP_EXISTING_CONFIG_407=Unable to restore \ |
| | | configuration backup %s because an error occurred while attempting to \ |
| | | temporarily back up the current configuration files from %s to %s: %s |
| | | NOTICE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=An error occurred that \ |
| | | NOTE_CONFIG_RESTORE_RESTORED_OLD_CONFIG_408=An error occurred that \ |
| | | prevented the configuration backup from being properly restored. However, \ |
| | | the original configuration files that were in place before the start of the \ |
| | | restore process have been preserved and are now in their original location of \ |
| | | %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred \ |
| | | ERR_CONFIG_RESTORE_CANNOT_RESTORE_OLD_CONFIG_409=An error occurred \ |
| | | that prevented the configuration backup from being properly restored. The \ |
| | | original configuration files that were in place before the start of the \ |
| | | restore process have been preserved and are contained in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to \ |
| | | ERR_CONFIG_RESTORE_CANNOT_CREATE_CONFIG_DIRECTORY_410=Unable to \ |
| | | restore configuration backup %s because an error occurred while attempting to \ |
| | | create a new empty directory %s into which the files should be restored: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that \ |
| | | ERR_CONFIG_RESTORE_OLD_CONFIG_SAVED_411=An error occurred that \ |
| | | prevented the configuration backup from being properly restored. The \ |
| | | original configuration files that were in place before the start of the \ |
| | | restore process have been preserved in the %s directory |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or \ |
| | | ERR_CONFIG_RESTORE_CANNOT_GET_ZIP_ENTRY_412=Unable to restore or \ |
| | | verify configuration backup %s because an error occurred while trying to read \ |
| | | the next entry from the archive file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore \ |
| | | ERR_CONFIG_RESTORE_CANNOT_CREATE_FILE_413=Unable to restore \ |
| | | configuration backup %s because an error occurred while trying to recreate \ |
| | | file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore \ |
| | | ERR_CONFIG_RESTORE_CANNOT_PROCESS_ARCHIVE_FILE_414=Unable to restore \ |
| | | or verify configuration backup %s because an error occurred while processing \ |
| | | archived file %s: %s |
| | | SEVERE_ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=Unable to restore or \ |
| | | ERR_CONFIG_RESTORE_ERROR_ON_ZIP_STREAM_CLOSE_415=Unable to restore or \ |
| | | verify configuration backup %s because an unexpected error occurred while \ |
| | | trying to close the archive file %s: %s |
| | | NOTICE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=The message digest calculated \ |
| | | NOTE_CONFIG_RESTORE_UNSIGNED_HASH_VALID_416=The message digest calculated \ |
| | | from the backup archive matches the digest stored with the backup information |
| | | SEVERE_ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=Unable to restore or \ |
| | | ERR_CONFIG_RESTORE_UNSIGNED_HASH_INVALID_417=Unable to restore or \ |
| | | verify configuration backup %s because the message digest calculated from the \ |
| | | backup archive does not match the digest stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=The signed digest calculated from \ |
| | | NOTE_CONFIG_RESTORE_SIGNED_HASH_VALID_418=The signed digest calculated from \ |
| | | the backup archive matches the signature stored with the backup information |
| | | SEVERE_ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=Unable to restore or verify \ |
| | | ERR_CONFIG_RESTORE_SIGNED_HASH_INVALID_419=Unable to restore or verify \ |
| | | configuration backup %s because the signed digest calculated from the backup \ |
| | | archive does not match the signature stored with the backup information |
| | | NOTICE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=All tests performed on \ |
| | | NOTE_CONFIG_RESTORE_VERIFY_SUCCESSFUL_420=All tests performed on \ |
| | | configuration backup %s from directory %s show that the archive appears to be \ |
| | | valid |
| | | NOTICE_CONFIG_RESTORE_SUCCESSFUL_421=Configuration backup %s was successfully \ |
| | | NOTE_CONFIG_RESTORE_SUCCESSFUL_421=Configuration backup %s was successfully \ |
| | | restored from the archive in directory %s |
| | | SEVERE_ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=The Directory Server \ |
| | | ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK_422=The Directory Server \ |
| | | was unable to acquire a shared lock for backend %s: %s. This generally \ |
| | | means that the backend is in use by a process that requires an exclusive lock \ |
| | | (e.g., importing from LDIF or restoring a backup). This backend will be \ |
| | | disabled |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=An error occurred \ |
| | | WARN_CONFIG_BACKEND_CANNOT_RELEASE_SHARED_LOCK_423=An error occurred \ |
| | | while attempting to release a shared lock for backend %s: %s. This may \ |
| | | interfere with operations that require exclusive access, including LDIF \ |
| | | import and restoring a backup |
| | |
| | | configuration. It must not be directly edited while the server is online. \ |
| | | The server configuration should only be managed using the administration \ |
| | | utilities provided with the Directory Server |
| | | MILD_ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=An error occurred while \ |
| | | ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED_442=An error occurred while \ |
| | | trying to initialize an instance of class %s as an identity mapper as defined \ |
| | | in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=The Directory Server does \ |
| | | ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN_448=The Directory Server does \ |
| | | not have any identity mapper configured for use in conjunction with proxied \ |
| | | authorization V2 operations. The Directory Server will not be able to \ |
| | | process requests containing the proxied authorization control with a \ |
| | | username-based authorization ID |
| | | SEVERE_ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=The configured proxied \ |
| | | ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN_449=The configured proxied \ |
| | | authorization identity mapper DN %s does not refer to an active identity \ |
| | | mapper. The Directory Server will not be able to process requests containing \ |
| | | the proxied authorization control with a username-based authorization ID |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=An error occurred \ |
| | | ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS_463=An error occurred \ |
| | | while attempting to load class %s referenced in synchronization provider \ |
| | | configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=An error occurred \ |
| | | ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER_464=An error occurred \ |
| | | while attempting to instantiate class %s referenced in synchronization \ |
| | | provider configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=An error occurred \ |
| | | ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER_465=An error occurred \ |
| | | while attempting to initialize the Directory Server synchronization provider \ |
| | | referenced in configuration entry %s: %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=An error occurred while \ |
| | | ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED_489=An error occurred while \ |
| | | trying to initialize an instance of class %s as a password validator as \ |
| | | defined in configuration entry %s: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=An error occurred while \ |
| | | ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED_505=An error occurred while \ |
| | | trying to initialize an instance of class %s as a password generator as \ |
| | | defined in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_POLICIES_514=No password policies have been \ |
| | | ERR_CONFIG_PWPOLICY_NO_POLICIES_514=No password policies have been \ |
| | | defined below the cn=Password Policies,cn=config entry in the Directory \ |
| | | Server configuration. At least one password policy configuration must be \ |
| | | defined |
| | | SEVERE_ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=The password policy \ |
| | | ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG_515=The password policy \ |
| | | defined in configuration entry %s is invalid: %s |
| | | SEVERE_ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=The Directory Server \ |
| | | ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY_516=The Directory Server \ |
| | | default password policy is defined as %s, but that entry does not exist or is \ |
| | | not below the password policy configuration base cn=Password \ |
| | | Policies,cn=config |
| | | SEVERE_WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=The specified \ |
| | | WARN_CONFIG_PWPOLICY_CANNOT_DELETE_DEFAULT_POLICY_517=The specified \ |
| | | entry %s is currently defined as the configuration entry for the default \ |
| | | password policy. The default password policy configuration entry may not be \ |
| | | removed |
| | |
| | | removed from the Directory Server configuration. Any user entries that \ |
| | | explicitly reference this password policy will no longer be allowed to \ |
| | | authenticate |
| | | SEVERE_WARN_CONFIG_AUTHZ_DISABLED_525=Access control has been disabled |
| | | NOTICE_CONFIG_AUTHZ_ENABLED_526=Access control has been enabled and will use \ |
| | | WARN_CONFIG_AUTHZ_DISABLED_525=Access control has been disabled |
| | | NOTE_CONFIG_AUTHZ_ENABLED_526=Access control has been enabled and will use \ |
| | | the %s implementation |
| | | FATAL_ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=An error occurred \ |
| | | ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER_533=An error occurred \ |
| | | while attempting to instantiate class %s referenced in the access control \ |
| | | configuration entry %s: %s |
| | | INFO_CONFIG_ROOTDN_DESCRIPTION_ALTERNATE_BIND_DN_540=Specifies one or more \ |
| | |
| | | directory, nor can they conflict with other alternate bind DNs configured for \ |
| | | other root DNs. Changes to this configuration attribute will take effect \ |
| | | immediately |
| | | SEVERE_ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=Unable to register "%s" as \ |
| | | ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING_541=Unable to register "%s" as \ |
| | | an alternate bind DN for user "%s" because it is already registered as an \ |
| | | alternate bind DN for root user "%s" |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=An error occurred \ |
| | | ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED_558=An error occurred \ |
| | | while trying to initialize an instance of class %s as an account status \ |
| | | notification handler as defined in configuration entry %s: %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=Unable to add a new account status \ |
| | | ERR_CONFIG_ACCTNOTHANDLER_EXISTS_559=Unable to add a new account status \ |
| | | notification handler entry with DN %s because there is already a notification \ |
| | | handler registered with that DN |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=An error occurred while \ |
| | | ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES_563=An error occurred while \ |
| | | attempting to apply the changes contained in file %s to the server \ |
| | | configuration at startup: %s |
| | | FATAL_ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=Unable to apply a change \ |
| | | ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE_564=Unable to apply a change \ |
| | | at server startup: %s |
| | | FATAL_ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=One or more errors occurred \ |
| | | ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE_565=One or more errors occurred \ |
| | | while applying changes on server startup |
| | | SEVERE_ERR_CONFIG_BACKEND_MODE_INVALID_567=Configuration entry %s does not \ |
| | | ERR_CONFIG_BACKEND_MODE_INVALID_567=Configuration entry %s does not \ |
| | | contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It \ |
| | | should be an UNIX permission mode in three-digit octal notation.) |
| | | SEVERE_ERR_CONFIG_BACKEND_INSANE_MODE_568=Invalid UNIX file permissions %s \ |
| | | ERR_CONFIG_BACKEND_INSANE_MODE_568=Invalid UNIX file permissions %s \ |
| | | does not allow read and write access to the backend database directory by \ |
| | | the backend |
| | | SEVERE_ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=No default password policy \ |
| | | ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY_571=No default password policy \ |
| | | is configured for the Directory Server. The default password policy must be \ |
| | | specified by the ds-cfg-default-password-policy attribute in the cn=config \ |
| | | entry |
| | | SEVERE_WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=An error occurred \ |
| | | WARN_CONFIG_BACKEND_CANNOT_REGISTER_BACKEND_572=An error occurred \ |
| | | while attempting to register backend %s with the Directory Server: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=An error \ |
| | | ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON_573=An error \ |
| | | occurred while trying to create the configuration archive directory %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=An error occurred while \ |
| | | ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_574=An error occurred while \ |
| | | trying to create the configuration archive directory %s: %s |
| | | SEVERE_ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=An error occurred \ |
| | | ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE_575=An error occurred \ |
| | | while trying to write the current configuration to the configuration archive: \ |
| | | %s |
| | | MILD_ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=An error occurred while \ |
| | | ERR_CONFIG_GROUP_INITIALIZATION_FAILED_591=An error occurred while \ |
| | | trying to initialize an instance of class %s as a group implementation as in \ |
| | | configuration entry %s: %s |
| | | MILD_ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=You do not have \ |
| | | ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES_598=You do not have \ |
| | | sufficient privileges to perform add operations in the Directory Server \ |
| | | configuration |
| | | MILD_ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=You do not have \ |
| | | ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES_599=You do not have \ |
| | | sufficient privileges to perform delete operations in the Directory Server \ |
| | | configuration |
| | | MILD_ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=You do not have \ |
| | | ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES_600=You do not have \ |
| | | sufficient privileges to perform modify operations in the Directory Server \ |
| | | configuration |
| | | MILD_ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=You do not have \ |
| | | ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES_601=You do not have \ |
| | | sufficient privileges to perform modify DN operations in the Directory Server \ |
| | | configuration |
| | | MILD_ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=You do not have \ |
| | | ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES_602=You do not have \ |
| | | sufficient privileges to perform search operations in the Directory Server \ |
| | | configuration |
| | | MILD_ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=You do not have \ |
| | | ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES_603=You do not have \ |
| | | sufficient privileges to change the set of default root privileges |
| | | MILD_ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=An error occurred while \ |
| | | ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED_614=An error occurred while \ |
| | | trying to initialize an instance of class %s as a certificate mapper as \ |
| | | defined in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=An error occurred while \ |
| | | ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE_617=An error occurred while \ |
| | | attempting to retrieve the key manager provider base entry cn=Key Manager \ |
| | | Providers,cn=config from the Directory Server configuration: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=An error occurred while \ |
| | | ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED_627=An error occurred while \ |
| | | trying to initialize an instance of class %s as a key manager provider as \ |
| | | defined in configuration entry %s: %s |
| | | FATAL_ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=An error occurred while \ |
| | | ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE_630=An error occurred while \ |
| | | attempting to retrieve the trust manager provider base entry cn=Trust Manager \ |
| | | Providers,cn=config from the Directory Server configuration: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=An error occurred \ |
| | | ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED_640=An error occurred \ |
| | | while trying to initialize an instance of class %s as a trust manager \ |
| | | provider as defined in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=Unable to retrieve JMX \ |
| | | ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE_643=Unable to retrieve JMX \ |
| | | attribute %s associated with configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s returned a result of null for \ |
| | | ERR_CONFIG_CHANGE_NO_RESULT_645=%s.%s returned a result of null for \ |
| | | entry %s |
| | | SEVERE_ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s failed for entry %s: result \ |
| | | ERR_CONFIG_CHANGE_RESULT_ERROR_646=%s.%s failed for entry %s: result \ |
| | | code=%s, admin action required=%b, messages="%s" |
| | | SEVERE_WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s indicated that \ |
| | | WARN_CONFIG_CHANGE_RESULT_ACTION_REQUIRED_647=%s.%s indicated that \ |
| | | administrative action is required for entry %s: messages="%s" |
| | | INFO_CONFIG_CHANGE_RESULT_MESSAGES_648=%s.%s succeeded but generated the \ |
| | | following messages for entry %s: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=Unable to parse value "%s" \ |
| | | ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER_649=Unable to parse value "%s" \ |
| | | from config entry "%s" as a valid search filter: %s |
| | | SEVERE_ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=An error occurred while \ |
| | | ERR_CONFIG_VATTR_INITIALIZATION_FAILED_650=An error occurred while \ |
| | | trying to load an instance of class %s referenced in configuration entry %s \ |
| | | as a virtual attribute provider: %s |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=The virtual attribute \ |
| | | ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER_651=The virtual attribute \ |
| | | configuration in entry "%s" is not valid because attribute type %s is \ |
| | | single-valued but provider %s may generate multiple values |
| | | SEVERE_ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=The virtual attribute \ |
| | | ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES_652=The virtual attribute \ |
| | | configuration in entry "%s" is not valid because attribute type %s is \ |
| | | single-valued but the conflict behavior is configured to merge real and \ |
| | | virtual values |
| | | MILD_ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=Configuration \ |
| | | ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED_653=Configuration \ |
| | | entry %s cannot be modified because the change would alter its structural \ |
| | | object class |
| | | FATAL_ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=An error occurred while \ |
| | | ERR_CONFIG_CANNOT_CALCULATE_DIGEST_654=An error occurred while \ |
| | | attempting to calculate a SHA-1 digest of file %s: %s |
| | | SEVERE_WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=The Directory Server has \ |
| | | WARN_CONFIG_MANUAL_CHANGES_DETECTED_655=The Directory Server has \ |
| | | detected that one or more external changes have been made to the \ |
| | | configuration file %s while the server was online, but another change has \ |
| | | caused the server configuration to be overwritten. The manual changes have \ |
| | | not been applied, but they have been preserved in file %s |
| | | SEVERE_ERR_CONFIG_MANUAL_CHANGES_LOST_656=The Directory Server encountered an \ |
| | | ERR_CONFIG_MANUAL_CHANGES_LOST_656=The Directory Server encountered an \ |
| | | error while attempting to determine whether the configuration file %s has \ |
| | | been externally edited with the server online, and/or trying to preserve such \ |
| | | changes: %s. Any manual changes made to that file may have been lost |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=Class %s specified in \ |
| | | ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS_657=Class %s specified in \ |
| | | attribute ds-cfg-java-class of configuration entry %s cannot be \ |
| | | instantiated as a Directory Server log rotation policy: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=Class %s specified in \ |
| | | ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS_658=Class %s specified in \ |
| | | attribute ds-cfg-java-class of configuration entry %s cannot be \ |
| | | instantiated as a Directory Server log retention policy: %s |
| | | SEVERE_ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=An error occurred \ |
| | | ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY_659=An error occurred \ |
| | | while attempting to create a Directory Server log rotation policy from the \ |
| | | information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=An error occurred \ |
| | | ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY_660=An error occurred \ |
| | | while attempting to create a Directory Server log retention policy from the \ |
| | | information in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=An error occurred while \ |
| | | ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER_661=An error occurred while \ |
| | | attempting to create a text writer for a Directory Server logger from the \ |
| | | information in configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=Schema configuration \ |
| | | WARN_CONFIG_SCHEMA_MULTIPLE_ENTRIES_IN_FILE_662=Schema configuration \ |
| | | file %s in directory %s contains more than one entry. Only the first entry \ |
| | | will be examined, and the additional entries will be ignored |
| | | SEVERE_WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=Schema \ |
| | | WARN_CONFIG_SCHEMA_UNPARSEABLE_EXTRA_DATA_IN_FILE_663=Schema \ |
| | | configuration file %s in directory %s contains additional data after the \ |
| | | schema entry that cannot be parsed by the LDIF reader: %s. The first entry \ |
| | | will be processed, but the remaining data will be ignored |
| | | SEVERE_WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=The plugin order \ |
| | | WARN_CONFIG_PLUGIN_EMPTY_ELEMENT_IN_ORDER_664=The plugin order \ |
| | | definition for plugins of type %s contains an empty element. This may cause \ |
| | | the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=The plugin order \ |
| | | WARN_CONFIG_PLUGIN_MULTIPLE_WILDCARDS_IN_ORDER_665=The plugin order \ |
| | | definition for plugins of type %s contains multiple wildcard characters. All \ |
| | | plugin definitions should contain exactly one wildcard element to indicate \ |
| | | where unmatched plugins should be included in the order, and including \ |
| | | multiple wildcards may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=The plugin order \ |
| | | WARN_CONFIG_PLUGIN_LISTED_MULTIPLE_TIMES_666=The plugin order \ |
| | | definition for plugins of type %s includes multiple references to the '%s' \ |
| | | plugin. This may cause the plugin order to be evaluated incorrectly |
| | | SEVERE_WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=The plugin order definition \ |
| | | WARN_CONFIG_PLUGIN_ORDER_NO_WILDCARD_667=The plugin order definition \ |
| | | for plugins of type %s does not include a wildcard element to indicate where \ |
| | | unmatched plugins should be included in the order. The server will default \ |
| | | to invoking all unnamed plugins after set of named plugins |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=Attribute syntax %s \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_DELETE_SYNTAX_IN_USE_668=Attribute syntax %s \ |
| | | cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=Attribute syntax \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_DISABLE_SYNTAX_IN_USE_669=Attribute syntax \ |
| | | %s cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=Matching rule %s \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_AT_670=Matching rule %s \ |
| | | cannot be deleted from the server because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=Matching rule %s \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_DELETE_MR_IN_USE_BY_MRU_671=Matching rule %s \ |
| | | cannot be deleted from the server because it is in use by matching rule use \ |
| | | %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=Matching rule %s \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_AT_672=Matching rule %s \ |
| | | cannot be disabled because it is in use by attribute type %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=Matching rule \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_DISABLE_MR_IN_USE_BY_MRU_673=Matching rule \ |
| | | %s cannot be disabled because it is in use by matching rule use %s |
| | | SEVERE_ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=Unable to initialize \ |
| | | ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED_674=Unable to initialize \ |
| | | an instance of class %s as a work queue as specified in configuration entry \ |
| | | %s: %s |
| | | INFO_CONFIG_WORK_QUEUE_CLASS_CHANGE_REQUIRES_RESTART_675=The class used to \ |
| | | provide the Directory Server work queue implementation has been changed from \ |
| | | %s to %s, but this change will not take effect until the server is restarted |
| | | SEVERE_ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=The attempt to apply the \ |
| | | ERR_CONFIG_FILE_ADD_APPLY_FAILED_676=The attempt to apply the \ |
| | | configuration add failed. The preliminary checks were all successful and the \ |
| | | entry was added to the server configuration, but at least one of the \ |
| | | configuration add listeners reported an error when attempting to apply the \ |
| | | change: %s |
| | | SEVERE_ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=The attempt to apply the \ |
| | | ERR_CONFIG_FILE_DELETE_APPLY_FAILED_677=The attempt to apply the \ |
| | | configuration delete failed. The preliminary checks were all successful and \ |
| | | the entry was removed from the server configuration, but at least one of the \ |
| | | configuration delete listeners reported an error when attempting to apply the \ |
| | | change: %s |
| | | SEVERE_ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=The attempt to apply the \ |
| | | ERR_CONFIG_FILE_MODIFY_APPLY_FAILED_678=The attempt to apply the \ |
| | | configuration modification failed. The preliminary checks were all \ |
| | | successful and the modified entry was written to the server configuration, \ |
| | | but at least one of the configuration change listeners reported an error when \ |
| | | attempting to apply the change: %s |
| | | MILD_ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=The configuration for \ |
| | | ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE_679=The configuration for \ |
| | | the key manager provider defined in configuration entry %s was not \ |
| | | acceptable: %s |
| | | MILD_ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=The configuration for \ |
| | | ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE_680=The configuration for \ |
| | | the trust manager provider defined in configuration entry %s was not \ |
| | | acceptable: %s |
| | | MILD_ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=The configuration for the \ |
| | | ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE_681=The configuration for the \ |
| | | trust manager provider defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=The configuration \ |
| | | ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE_682=The configuration \ |
| | | for the account status notification handler defined in configuration entry %s \ |
| | | was not acceptable: %s |
| | | MILD_ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=The configuration for \ |
| | | ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE_683=The configuration for \ |
| | | the attribute syntax defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=The configuration for \ |
| | | ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE_684=The configuration for \ |
| | | the certificate mapper defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=The configuration for the \ |
| | | ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE_686=The configuration for the \ |
| | | group implementation defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=The configuration for the \ |
| | | ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE_687=The configuration for the \ |
| | | identity mapper defined in configuration entry %s was not acceptable: %s |
| | | MILD_ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=The configuration for the \ |
| | | ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE_688=The configuration for the \ |
| | | matching rule defined in configuration entry %s was not acceptable: %s |
| | | MILD_ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=The configuration for \ |
| | | ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE_689=The configuration for \ |
| | | the password generator defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=The configuration for the \ |
| | | ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE_690=The configuration for the \ |
| | | password storage scheme defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=The configuration for \ |
| | | ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE_691=The configuration for \ |
| | | the password validator defined in configuration entry %s was not acceptable: \ |
| | | %s |
| | | MILD_ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=The configuration for the \ |
| | | ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE_692=The configuration for the \ |
| | | plugin defined in configuration entry %s was not acceptable: %s |
| | | MILD_ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=The configuration for the SASL \ |
| | | ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE_693=The configuration for the SASL \ |
| | | mechanism handler defined in configuration entry %s was not acceptable: %s |
| | | MILD_ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=The configuration for the \ |
| | | ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE_694=The configuration for the \ |
| | | virtual attribute provider defined in configuration entry %s was not \ |
| | | acceptable: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=The configuration for \ |
| | | ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE_695=The configuration for \ |
| | | the alert handler defined in configuration entry %s was not acceptable: %s |
| | | MILD_ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=An error occurred \ |
| | | ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED_696=An error occurred \ |
| | | while trying to initialize an instance of class %s as an alert handler as \ |
| | | defined in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=The provided SMTP server value \ |
| | | ERR_CONFIG_CORE_INVALID_SMTP_SERVER_697=The provided SMTP server value \ |
| | | '%s' is invalid. An SMTP server value must have an IP address or a \ |
| | | resolvable name, and it may optionally be followed by a colon and an integer \ |
| | | value between 1 and 65535 to specify the server port number |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=An error occurred while \ |
| | | ERR_STARTOK_CANNOT_OPEN_FOR_READING_698=An error occurred while \ |
| | | attempting to open the current configuration file %s for reading in order to \ |
| | | copy it to the ".startok" file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=An error occurred while \ |
| | | ERR_STARTOK_CANNOT_OPEN_FOR_WRITING_699=An error occurred while \ |
| | | attempting to open file %s in order to write the ".startok" configuration \ |
| | | file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_WRITE_700=An error occurred while attempting to \ |
| | | ERR_STARTOK_CANNOT_WRITE_700=An error occurred while attempting to \ |
| | | copy the current configuration from file %s into temporary file %s for use \ |
| | | as the ".startok" configuration file: %s |
| | | SEVERE_ERR_STARTOK_CANNOT_RENAME_701=An error occurred while attempting to \ |
| | | ERR_STARTOK_CANNOT_RENAME_701=An error occurred while attempting to \ |
| | | rename file %s to %s for use as the ".startok" configuration file: %s |
| | | NOTICE_CONFIG_FILE_USING_STARTOK_FILE_702=The Directory Server is starting \ |
| | | NOTE_CONFIG_FILE_USING_STARTOK_FILE_702=The Directory Server is starting \ |
| | | using the last known good configuration file %s rather than the active \ |
| | | configuration file %s |
| | | SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration \ |
| | | WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration \ |
| | | file %s exists. The server will attempt to start using the active \ |
| | | configuration file %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while \ |
| | | ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while \ |
| | | trying to parse and validate Berkeley DB JE property %s: %s |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while \ |
| | | ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while \ |
| | | trying to parse and validate Berkeley DB JE property %s: the property \ |
| | | does not follow a singular property=value form |
| | | SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while \ |
| | | ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while \ |
| | | trying to parse and validate Berkeley DB JE property %s: the property \ |
| | | shadows configuration attribute %s |
| | | SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while \ |
| | | ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while \ |
| | | trying to parse and validate Berkeley DB JE property %s: the property \ |
| | | is already defined for this component |
| | | INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=Setting Berkeley DB JE property \ |
| | | %s will not take effect until the component for which it is set is restarted |
| | | SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while \ |
| | | ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while \ |
| | | attempting to open the configured log file %s for logger %s: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration \ |
| | | ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration \ |
| | | for the workflow element defined in configuration entry %s was not \ |
| | | acceptable: %s |
| | | SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred \ |
| | | ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred \ |
| | | while trying to initialize a workflow element from class %s with the \ |
| | | information in configuration entry %s: %s. This workflow element will be \ |
| | | disabled |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred \ |
| | | ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred \ |
| | | while trying to configure in manual mode the workflows in the \ |
| | | Directory Server, and rollback to automatic configuration mode has failed \ |
| | | too. If the server is in an unstab\ |
| | | le state restart it with the last \ |
| | | valid configuration |
| | | SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred \ |
| | | ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred \ |
| | | while trying to configure in automatic mode the workflows in the \ |
| | | Directory Server, and rollback to manual configuration mode has failed \ |
| | | too. If the server is in an unstable state restart it with the last \ |
| | | valid configuration |
| | | SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s \ |
| | | ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s \ |
| | | does not allow write access to the log file by the log publisher |
| | | SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s |
| | | MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=The configuration for \ |
| | | ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s |
| | | ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=The configuration for \ |
| | | the extension defined in configuration entry %s was not \ |
| | | acceptable: %s |
| | | MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=An error occurred while \ |
| | | ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=An error occurred while \ |
| | | trying to initialize an instance of class %s as an extension as \ |
| | | defined in configuration entry %s: %s |
| | | SEVERE_ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_ATTRIBUTE_719=The \ |
| | | ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_ATTRIBUTE_719=The \ |
| | | allowed attribute %s specified in configuration entry %s is also defined as \ |
| | | a prohibited attribute |
| | | SEVERE_ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_SUBTREE_720=The \ |
| | | ERR_CONFIG_NETWORKGROUPREQUESTFILTERINGPOLICY_INVALID_SUBTREE_720=The \ |
| | | allowed subtree %s specified in configuration entry %s is also defined as \ |
| | | a prohibited subtree |
| | | SEVERE_ERR_CONFIG_NETWORK_GROUP_CONFIG_NOT_ACCEPTABLE_721=The configuration \ |
| | | ERR_CONFIG_NETWORK_GROUP_CONFIG_NOT_ACCEPTABLE_721=The configuration \ |
| | | for the network group defined in configuration entry %s was not acceptable: %s |
| | | SEVERE_ERR_CONFIG_NETWORK_GROUP_POLICY_CANNOT_INITIALIZE_722=An error occurred \ |
| | | ERR_CONFIG_NETWORK_GROUP_POLICY_CANNOT_INITIALIZE_722=An error occurred \ |
| | | while trying to initialize a network group policy loaded from class %s with \ |
| | | the information in configuration entry %s: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CANNOT_PARSE_LDAP_SYNTAX_723=An ldapSyntaxes \ |
| | | WARN_CONFIG_SCHEMA_CANNOT_PARSE_LDAP_SYNTAX_723=An ldapSyntaxes \ |
| | | attribute read from schema configuration file %s could not be parsed: %s |
| | | SEVERE_WARN_CONFIG_SCHEMA_CONFLICTING_LDAP_SYNTAX_724=An ldap syntax read \ |
| | | WARN_CONFIG_SCHEMA_CONFLICTING_LDAP_SYNTAX_724=An ldap syntax read \ |
| | | from schema configuration file %s conflicts with another ldap syntax already \ |
| | | read into the schema: %s. The later ldap syntax description will be used |
| | | SEVERE_ERR_CONFIG_PWPOLICY_DEFAULT_POLICY_IS_WRONG_TYPE_726=The configuration \ |
| | | ERR_CONFIG_PWPOLICY_DEFAULT_POLICY_IS_WRONG_TYPE_726=The configuration \ |
| | | entry '%s' is currently defined to be the default password policy, however it \ |
| | | is not a password policy |
| | | MILD_ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE_727=The \ |
| | | ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE_727=The \ |
| | | default password policy value '%s' is invalid because it refers to an \ |
| | | authentication policy which is not a password policy |
| | | SEVERE_ERR_CONFIG_LOGGING_INVALID_TIME_FORMAT_728=The timestamp format string \ |
| | | ERR_CONFIG_LOGGING_INVALID_TIME_FORMAT_728=The timestamp format string \ |
| | | "%s" is not a valid format string. The format string should conform to the \ |
| | | syntax described in the documentation for the "java.text.SimpleDateFormat" class |
| | | SEVERE_ERR_CONFIG_LOGGING_INVALID_USER_DN_PATTERN_729=The access log filtering \ |
| | | ERR_CONFIG_LOGGING_INVALID_USER_DN_PATTERN_729=The access log filtering \ |
| | | criteria defined in "%s" could not be parsed because it contains an invalid \ |
| | | user DN pattern "%s" |
| | | SEVERE_ERR_CONFIG_LOGGING_INVALID_TARGET_DN_PATTERN_730=The access log filtering \ |
| | | ERR_CONFIG_LOGGING_INVALID_TARGET_DN_PATTERN_730=The access log filtering \ |
| | | criteria defined in "%s" could not be parsed because it contains an invalid \ |
| | | target DN pattern "%s" |
| | | SEVERE_WARN_CONFIG_LOGGER_NO_ACTIVE_HTTP_ACCESS_LOGGERS_731=There are no active \ |
| | | WARN_CONFIG_LOGGER_NO_ACTIVE_HTTP_ACCESS_LOGGERS_731=There are no active \ |
| | | HTTP access loggers defined in the Directory Server configuration. No HTTP \ |
| | | access logging will be performed |
| | | SEVERE_ERR_CONFIG_LOGGER_INVALID_HTTP_ACCESS_LOGGER_CLASS_732=Class %s specified \ |
| | | ERR_CONFIG_LOGGER_INVALID_HTTP_ACCESS_LOGGER_CLASS_732=Class %s specified \ |
| | | in attribute ds-cfg-java-class of configuration entry %s cannot be \ |
| | | instantiated as a Directory Server HTTP access logger: %s |
| | | SEVERE_ERR_CONFIG_LOGGING_EMPTY_LOG_FORMAT_733=The log format for configuration \ |
| | | ERR_CONFIG_LOGGING_EMPTY_LOG_FORMAT_733=The log format for configuration \ |
| | | entry %s is empty. No information will be logged even if logging is activated |
| | | MILD_WARN_CONFIG_LOGGING_UNSUPPORTED_FIELDS_IN_LOG_FORMAT_734=The log format \ |
| | | WARN_CONFIG_LOGGING_UNSUPPORTED_FIELDS_IN_LOG_FORMAT_734=The log format \ |
| | | for %s contains the folowing unsupported fields: %s. Their output will be \ |
| | | replaced with a dash ("-") character |
| opendj3-server-dev/src/messages/messages/config_de.properties
opendj3-server-dev/src/messages/messages/config_es.properties
opendj3-server-dev/src/messages/messages/config_fr.properties
opendj3-server-dev/src/messages/messages/config_ja.properties
opendj3-server-dev/src/messages/messages/config_ko.properties
opendj3-server-dev/src/messages/messages/config_zh_CN.properties
opendj3-server-dev/src/messages/messages/config_zh_TW.properties
opendj3-server-dev/src/messages/messages/core.properties
opendj3-server-dev/src/messages/messages/core_ca_ES.properties
opendj3-server-dev/src/messages/messages/core_de.properties
opendj3-server-dev/src/messages/messages/core_es.properties
opendj3-server-dev/src/messages/messages/core_fr.properties
opendj3-server-dev/src/messages/messages/core_ja.properties
opendj3-server-dev/src/messages/messages/core_ko.properties
opendj3-server-dev/src/messages/messages/core_pl.properties
opendj3-server-dev/src/messages/messages/core_zh_CN.properties
opendj3-server-dev/src/messages/messages/core_zh_TW.properties
opendj3-server-dev/src/messages/messages/dsconfig.properties
opendj3-server-dev/src/messages/messages/dsconfig_ca_ES.properties
opendj3-server-dev/src/messages/messages/dsconfig_de.properties
opendj3-server-dev/src/messages/messages/dsconfig_es.properties
opendj3-server-dev/src/messages/messages/dsconfig_fr.properties
opendj3-server-dev/src/messages/messages/dsconfig_ja.properties
opendj3-server-dev/src/messages/messages/dsconfig_ko.properties
opendj3-server-dev/src/messages/messages/dsconfig_pl.properties
opendj3-server-dev/src/messages/messages/dsconfig_zh_CN.properties
opendj3-server-dev/src/messages/messages/dsconfig_zh_TW.properties
opendj3-server-dev/src/messages/messages/extension.properties
opendj3-server-dev/src/messages/messages/extension_ca_ES.properties
opendj3-server-dev/src/messages/messages/extension_de.properties
opendj3-server-dev/src/messages/messages/extension_es.properties
opendj3-server-dev/src/messages/messages/extension_fr.properties
opendj3-server-dev/src/messages/messages/extension_ja.properties
opendj3-server-dev/src/messages/messages/extension_ko.properties
opendj3-server-dev/src/messages/messages/extension_pl.properties
opendj3-server-dev/src/messages/messages/extension_zh_CN.properties
opendj3-server-dev/src/messages/messages/extension_zh_TW.properties
opendj3-server-dev/src/messages/messages/jeb.properties
opendj3-server-dev/src/messages/messages/jeb_ca_ES.properties
opendj3-server-dev/src/messages/messages/jeb_de.properties
opendj3-server-dev/src/messages/messages/jeb_es.properties
opendj3-server-dev/src/messages/messages/jeb_fr.properties
opendj3-server-dev/src/messages/messages/jeb_ja.properties
opendj3-server-dev/src/messages/messages/jeb_ko.properties
opendj3-server-dev/src/messages/messages/jeb_pl.properties
opendj3-server-dev/src/messages/messages/jeb_zh_CN.properties
opendj3-server-dev/src/messages/messages/jeb_zh_TW.properties
opendj3-server-dev/src/messages/messages/log.properties
opendj3-server-dev/src/messages/messages/log_de.properties
opendj3-server-dev/src/messages/messages/log_es.properties
opendj3-server-dev/src/messages/messages/log_fr.properties
opendj3-server-dev/src/messages/messages/log_ja.properties
opendj3-server-dev/src/messages/messages/log_ko.properties
opendj3-server-dev/src/messages/messages/log_zh_CN.properties
opendj3-server-dev/src/messages/messages/log_zh_TW.properties
opendj3-server-dev/src/messages/messages/plugin.properties
opendj3-server-dev/src/messages/messages/plugin_de.properties
opendj3-server-dev/src/messages/messages/plugin_es.properties
opendj3-server-dev/src/messages/messages/plugin_fr.properties
opendj3-server-dev/src/messages/messages/plugin_ja.properties
opendj3-server-dev/src/messages/messages/plugin_ko.properties
opendj3-server-dev/src/messages/messages/plugin_pl.properties
opendj3-server-dev/src/messages/messages/plugin_zh_CN.properties
opendj3-server-dev/src/messages/messages/plugin_zh_TW.properties
opendj3-server-dev/src/messages/messages/protocol.properties
opendj3-server-dev/src/messages/messages/protocol_ca_ES.properties
opendj3-server-dev/src/messages/messages/protocol_de.properties
opendj3-server-dev/src/messages/messages/protocol_es.properties
opendj3-server-dev/src/messages/messages/protocol_fr.properties
opendj3-server-dev/src/messages/messages/protocol_ja.properties
opendj3-server-dev/src/messages/messages/protocol_ko.properties
opendj3-server-dev/src/messages/messages/protocol_pl.properties
opendj3-server-dev/src/messages/messages/protocol_zh_CN.properties
opendj3-server-dev/src/messages/messages/protocol_zh_TW.properties
opendj3-server-dev/src/messages/messages/quicksetup.properties
opendj3-server-dev/src/messages/messages/quicksetup_de.properties
opendj3-server-dev/src/messages/messages/quicksetup_es.properties
opendj3-server-dev/src/messages/messages/quicksetup_fr.properties
opendj3-server-dev/src/messages/messages/quicksetup_ja.properties
opendj3-server-dev/src/messages/messages/quicksetup_ko.properties
opendj3-server-dev/src/messages/messages/quicksetup_pl.properties
opendj3-server-dev/src/messages/messages/quicksetup_zh_CN.properties
opendj3-server-dev/src/messages/messages/quicksetup_zh_TW.properties
opendj3-server-dev/src/messages/messages/replication.properties
opendj3-server-dev/src/messages/messages/replication_de.properties
opendj3-server-dev/src/messages/messages/replication_es.properties
opendj3-server-dev/src/messages/messages/replication_fr.properties
opendj3-server-dev/src/messages/messages/replication_ja.properties
opendj3-server-dev/src/messages/messages/replication_ko.properties
opendj3-server-dev/src/messages/messages/replication_zh_CN.properties
opendj3-server-dev/src/messages/messages/replication_zh_TW.properties
opendj3-server-dev/src/messages/messages/runtime_information.properties
opendj3-server-dev/src/messages/messages/runtime_information_ca_ES.properties
opendj3-server-dev/src/messages/messages/runtime_information_de.properties
opendj3-server-dev/src/messages/messages/runtime_information_es.properties
opendj3-server-dev/src/messages/messages/runtime_information_fr.properties
opendj3-server-dev/src/messages/messages/runtime_information_ja.properties
opendj3-server-dev/src/messages/messages/runtime_information_ko.properties
opendj3-server-dev/src/messages/messages/runtime_information_pl.properties
opendj3-server-dev/src/messages/messages/runtime_information_zh_CN.properties
opendj3-server-dev/src/messages/messages/runtime_information_zh_TW.properties
opendj3-server-dev/src/messages/messages/schema.properties
opendj3-server-dev/src/messages/messages/schema_de.properties
opendj3-server-dev/src/messages/messages/schema_es.properties
opendj3-server-dev/src/messages/messages/schema_fr.properties
opendj3-server-dev/src/messages/messages/schema_ja.properties
opendj3-server-dev/src/messages/messages/schema_ko.properties
opendj3-server-dev/src/messages/messages/schema_zh_CN.properties
opendj3-server-dev/src/messages/messages/schema_zh_TW.properties
opendj3-server-dev/src/messages/messages/task.properties
opendj3-server-dev/src/messages/messages/task_de.properties
opendj3-server-dev/src/messages/messages/task_es.properties
opendj3-server-dev/src/messages/messages/task_fr.properties
opendj3-server-dev/src/messages/messages/task_ja.properties
opendj3-server-dev/src/messages/messages/task_ko.properties
opendj3-server-dev/src/messages/messages/task_zh_CN.properties
opendj3-server-dev/src/messages/messages/task_zh_TW.properties
opendj3-server-dev/src/messages/messages/tools.properties
opendj3-server-dev/src/messages/messages/tools_ca_ES.properties
opendj3-server-dev/src/messages/messages/tools_de.properties
opendj3-server-dev/src/messages/messages/tools_es.properties
opendj3-server-dev/src/messages/messages/tools_fr.properties
opendj3-server-dev/src/messages/messages/tools_ja.properties
opendj3-server-dev/src/messages/messages/tools_ko.properties
opendj3-server-dev/src/messages/messages/tools_pl.properties
opendj3-server-dev/src/messages/messages/tools_zh_CN.properties
opendj3-server-dev/src/messages/messages/tools_zh_TW.properties
opendj3-server-dev/src/messages/messages/utility.properties
opendj3-server-dev/src/messages/messages/utility_ca_ES.properties
opendj3-server-dev/src/messages/messages/utility_de.properties
opendj3-server-dev/src/messages/messages/utility_es.properties
opendj3-server-dev/src/messages/messages/utility_fr.properties
opendj3-server-dev/src/messages/messages/utility_ja.properties
opendj3-server-dev/src/messages/messages/utility_ko.properties
opendj3-server-dev/src/messages/messages/utility_pl.properties
opendj3-server-dev/src/messages/messages/utility_zh_CN.properties
opendj3-server-dev/src/messages/messages/utility_zh_TW.properties
opendj3-server-dev/src/messages/src/org/opends/messages/Severity.java
opendj3-server-dev/src/server/org/opends/server/loggers/TextErrorLogPublisher.java
opendj3-server-dev/src/server/org/opends/server/util/ServerConstants.java |