From 1d265f10fc682d99e34a8de88c7f8f9964a88872 Mon Sep 17 00:00:00 2001
From: Lahmizzar Muinela <lahmizzar@devxive.com>
Date: Thu, 05 Dec 2013 18:17:31 -0500
Subject: [PATCH] update Portuguese (Brazil) translation

---
 languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini b/languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini
index 59a87a9..6165074 100644
--- a/languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini
+++ b/languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini
@@ -5,3 +5,19 @@
 
 PLG_CONTENT_PFNOTIFICATIONS = "Notificações do ProjectFork"
 PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Este Plugin envia notificações via e-mail"
+
+; Config
+; @since    4.2
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_LABEL = "Método de envio"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DESC = "Enviar e-mails diretamente, ou usar um cron job."
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Direto"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Cron Job"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Limite do cron"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "A quantidade de e-mails para enviar por intervalo de trabalho"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_LABEL = "Enviar eventos"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_DESC = "Selecione os eventos para o qual deseja enviar notificações"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW_AND_UPD = "Itens novos e alterados"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW = "Novos itens"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_UPD = "Itens alterados"

--
Gitblit v1.9.1