From 89c269dd4b1dc5e8d949cfba8c595258b01369c0 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 13 Mar 2012 23:52:28 +0000
Subject: [PATCH] Fix OPENDJ-82: Improve dsreplication status script friendly mode
---
opends/src/messages/messages/admin_tool_pl.properties | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 51 insertions(+), 1 deletions(-)
diff --git a/opends/src/messages/messages/admin_tool_pl.properties b/opends/src/messages/messages/admin_tool_pl.properties
index 1bbe3ee..9c5ff70 100644
--- a/opends/src/messages/messages/admin_tool_pl.properties
+++ b/opends/src/messages/messages/admin_tool_pl.properties
@@ -1,3 +1,53 @@
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License, Version 1.0 only
+# (the "License"). You may not use this file except in compliance
+# with the License.
+#
+# You can obtain a copy of the license at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE
+# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at
+# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
+# add the following below this CDDL HEADER, with the fields enclosed
+# by brackets "[]" replaced with your own identifying information:
+# Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright 2006-2010 Sun Microsystems, Inc.
+# Portions Copyright 2011-2012 ForgeRock AS
+
+
+
+#
+# Global directives
+# Do not translate
+#
+global.category=ADMIN_TOOL
+global.ordinal=-1
+
+#
+# Format string definitions
+#
+# Keys must be formatted as follows:
+#
+# [SEVERITY]_[DESCRIPTION]
+#
+# where:
+#
+# SEVERITY is one of:
+# [INFO, MILD_WARN, SEVERE_WARN, MILD_ERR, SEVERE_ERR, FATAL_ERR, DEBUG, NOTICE]
+#
+# DESCRIPTION is an upper case string providing a hint as to the context of
+# the message in upper case with the underscore ('_') character serving as
+# word separator
+#
INFO_CLI_UNINSTALL_WHAT_TO_DELETE=Czy chcesz usun\u0105\u0107 wszystkie sk\u0142adniki serwera lub wybra\u0107 sk\u0142adniki do usuni\u0119cia?
INFO_SERVER_DETAILS_TITLE=Szczeg\u00f3\u0142y Serwera
INFO_DESCRIPTION_ENABLE_SECURE_REPLICATION2=Okre\u015bla czy komunikacja przez port powielania drugiego serwera ma by\u0107 szyfrowana. Ta opcja b\u0119dzie brana pod uwag\u0119 tylko za pierwszym razem gdy powielanie jest konfigurowane na drugim serwerze.
@@ -108,7 +158,7 @@
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_ENABLE_BINDDN2_PROMPT=DN z kt\u00f3r\u0105 ma nast\u0105pi\u0107 po\u0142\u0105czenie na drugim serwerze
-INFO_REPLICATION_STATUS_REPLICATED_LEGEND=[1] (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[2] Wiek najstarszej brakuj\u0105cej zmiany: data, kiedy najstarsza zmiana nie dotar\u0142a do tego serwera.%n[3] Port u\u017cywany do komunikacji pomi\u0119dzy serwerami, kt\u00f3rych zawarto\u015b\u0107 jest powielana.%n[4] Wskazuje czy komunikacja przez port powielania jest szyfrowana.
+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_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_BACKEND=Odpowiednik polecenia do usuni\u0119cia zako\u0144czenia:
INFO_CTRL_PANEL_VLV_INDEXES_NOT_DEFINED_CONFIRMATION_TITLE=Niezdefiniowany indeks
INFO_CTRL_PANEL_INDEX_APPROXIMATE=Przybli\u017cenie
--
Gitblit v1.10.0