From e61702d278f985b67fad93df9b657d2a401ba2a4 Mon Sep 17 00:00:00 2001
From: Lahmizzar Muinela <lahmizzar@devxive.com>
Date: Thu, 05 Dec 2013 18:08:30 -0500
Subject: [PATCH] Update spanish translations es-ES, ca-ES closes #1

---
 languages/es-ES/admin/es-ES.plg_content_pfnotifications.ini |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/languages/es-ES/admin/es-ES.plg_content_pfnotifications.ini b/languages/es-ES/admin/es-ES.plg_content_pfnotifications.ini
index d642d5a..2a07aa6 100644
--- a/languages/es-ES/admin/es-ES.plg_content_pfnotifications.ini
+++ b/languages/es-ES/admin/es-ES.plg_content_pfnotifications.ini
@@ -4,4 +4,20 @@
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
 PLG_CONTENT_PFNOTIFICATIONS = "Notificaciones de Projectfork"
-PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Este plugin envía notificaciones por correo electrónico de Projectfork"
+PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Este plugin envía notificaciones de Projectfork por correo electrónico"
+
+; Config
+; @since    4.2
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_LABEL = "Método de envio"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DESC = "Enviar emails directamente o usar una tarea de Cron"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Directo"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Tarea de Cron"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Límite de la tarea de Cron"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "Cantidad de emails a enviar por cada ejecución de Cron"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_LABEL = "Enviar emails"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_DESC = "Seleccione los eventos para los cuales se envian notificaciones"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW_AND_UPD = "Elementos nuevos y cambiados"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW = "Elementos nuevos"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_UPD = "Elementos cambiados"

--
Gitblit v1.9.1