From cf2c15dc7be6fc2e122949166585aa294a0be457 Mon Sep 17 00:00:00 2001
From: Lahmizzar Muinela <lahmizzar@devxive.com>
Date: Sun, 09 Mar 2014 15:58:11 -0400
Subject: [PATCH] prepare v4.2.0.1

---
 languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini |   23 +++++++++++++++++++++++
 1 files changed, 23 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
new file mode 100644
index 0000000..f43735a
--- /dev/null
+++ b/languages/pt-BR/admin/pt-BR.plg_content_pfnotifications.ini
@@ -0,0 +1,23 @@
+; Projectfork Notifications
+; Copyright (C) 2012 Tobias Kuhn. All rights reserved.
+; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
+; Note : All ini files need to be saved as UTF-8 - No BOM
+
+PLG_CONTENT_PFNOTIFICATIONS = "Projectfork - Notificações"
+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 agendamento."
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Direto"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Agendamento"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Limite Agendamento"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "A quantidade de e-mails para enviar por trabalho agendado"
+
+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