From f200b91fa2201e8abd26ebb6f75780a82c59a807 Mon Sep 17 00:00:00 2001
From: eaxs <tkuhn@live.com>
Date: Tue, 14 Apr 2015 06:44:02 -0400
Subject: [PATCH] Added pull.bat to gitignore

---
 languages/fr-FR/admin/fr-FR.plg_content_pfnotifications.ini |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/languages/fr-FR/admin/fr-FR.plg_content_pfnotifications.ini b/languages/fr-FR/admin/fr-FR.plg_content_pfnotifications.ini
new file mode 100644
index 0000000..7508867
--- /dev/null
+++ b/languages/fr-FR/admin/fr-FR.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 = "Notifications Projectfork"
+PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Ce plugin envoi les notifications courriel de Projectfork."
+
+; Config
+; @since    4.2
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_LABEL = "Méthode d'envoi"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DESC = "Envoyer directement ou utiliser un cron"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Direct"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Cron"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Limit Cron"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "Le nombre d'Email à envoyer par job"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_LABEL = "Envoyer Evénements"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_DESC = "Choisir les éléments soumis à une notification"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW_AND_UPD = "Eléments nouveaux et modifiés"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW = "Nouveaux éléments"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_UPD = "Eléments modifiés"

--
Gitblit v1.9.1