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

---
 opends/src/messages/messages/task_es.properties |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opends/src/messages/messages/task_es.properties b/opends/src/messages/messages/task_es.properties
index 74686f7..238290b 100644
--- a/opends/src/messages/messages/task_es.properties
+++ b/opends/src/messages/messages/task_es.properties
@@ -49,7 +49,7 @@
 #
 SEVERE_ERR_TASK_CANNOT_ENABLE_BACKEND_1=The task could not enable a backend: %s
 SEVERE_ERR_TASK_CANNOT_DISABLE_BACKEND_2=The task could not disable a backend: %s
-INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE_3=La tarea %s ha iniciado el proceso de cierre del servidor de directorios.
+INFO_TASK_SHUTDOWN_DEFAULT_MESSAGE_3=La tarea %s ha iniciado el proceso de cierre del servidor de directorios
 INFO_TASK_SHUTDOWN_CUSTOM_MESSAGE_4=La tarea %s ha iniciado el proceso de cierre del servidor de directorios:  %s
 SEVERE_ERR_TASK_ADDSCHEMAFILE_NO_FILENAME_5=Unable to add one or more files to the server schema because no schema file names were provided in attribute %s of task entry %s
 SEVERE_ERR_TASK_ADDSCHEMAFILE_NO_SUCH_FILE_6=Unable to add one or more files to the server schema because the specified schema file %s does not exist in schema directory %s
@@ -75,9 +75,9 @@
 SEVERE_ERR_TASK_DISCONNECT_INVALID_CONN_ID_26=Unable to decode value %s as an integer connection ID
 SEVERE_ERR_TASK_DISCONNECT_NO_CONN_ID_27=Attribute %s must be provided to specify the connection ID for the client to disconnect
 SEVERE_ERR_TASK_DISCONNECT_INVALID_NOTIFY_CLIENT_28=Unable to decode value %s as an indication of whether to notify the client before disconnecting it. The provided value should be either 'true' or 'false'
-INFO_TASK_DISCONNECT_GENERIC_MESSAGE_29=Un administrador ha finalizado esta conexi\u00f3n de cliente.
+INFO_TASK_DISCONNECT_GENERIC_MESSAGE_29=Un administrador ha finalizado esta conexi\u00f3n de cliente
 SEVERE_ERR_TASK_DISCONNECT_NO_SUCH_CONNECTION_30=There is no client connection with connection ID %s
-INFO_TASK_DISCONNECT_MESSAGE_31=Un administrador ha finalizado esta conexi\u00f3n de cliente.
+INFO_TASK_DISCONNECT_MESSAGE_31=Un administrador ha finalizado esta conexi\u00f3n de cliente
 INFO_TASK_ADD_SCHEMA_FILE_NAME_32=Agregar archivo de esquema
 INFO_TASK_BACKUP_NAME_33=Copia de seguridad
 INFO_TASK_DISCONNECT_CLIENT_NAME_34=Desconectar cliente
@@ -96,7 +96,7 @@
 INFO_TASK_STATE_WAITING_ON_START_TIME_47=Esperando a hora de inicio
 INFO_TASK_STATE_WAITING_ON_DEPENDENCY_48=Esperando a dependencia
 INFO_TASK_STATE_RUNNING_49=Ejecut\u00e1ndose
-INFO_TASK_STATE_COMPLETED_SUCCESSFULLY_50=Completada satisfactoriamente.
+INFO_TASK_STATE_COMPLETED_SUCCESSFULLY_50=Completada satisfactoriamente
 INFO_TASK_STATE_COMPLETED_WITH_ERRORS_51=Completada con errores
 INFO_TASK_STATE_STOPPED_BY_SHUTDOWN_52=Detenida por el proceso de cierre
 INFO_TASK_STATE_STOPPED_BY_ERROR_53=Detenida debido a un error
@@ -117,7 +117,7 @@
 INFO_EXPORT_ARG_APPEND_TO_LDIF_68=Anexar a LDIF
 INFO_EXPORT_ARG_COMPRESS_LDIF_69=Comprimir LDIF
 INFO_EXPORT_ARG_ENCRYPT_LDIF_70=Cifrar LDIF
-INFO_EXPORT_ARG_SIGN_HASH_71=Hash de firma
+INFO_EXPORT_ARG_SIGN_HASH_71=Firmar hash
 INFO_EXPORT_ARG_INCL_ATTR_72=Incluir atributo
 INFO_EXPORT_ARG_EXCL_ATTR_73=Excluir atributo
 INFO_EXPORT_ARG_INCL_FILTER_74=Incluir filtro

--
Gitblit v1.10.0