From 494917edf83c3d9e4bfa476532761887a3c8a20f Mon Sep 17 00:00:00 2001
From: Lahmizzar Muinela <lahmizzar@devxive.com>
Date: Sun, 09 Mar 2014 17:34:17 -0400
Subject: [PATCH] chng 2 one-liner in xml code

---
 languages/da-DK/admin/da-DK.plg_content_pfnotifications.ini |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/languages/da-DK/admin/da-DK.plg_content_pfnotifications.ini b/languages/da-DK/admin/da-DK.plg_content_pfnotifications.ini
index f30f3d4..8c81417 100644
--- a/languages/da-DK/admin/da-DK.plg_content_pfnotifications.ini
+++ b/languages/da-DK/admin/da-DK.plg_content_pfnotifications.ini
@@ -3,5 +3,21 @@
 ; 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 Notifications"
-; PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "This plugin sends out Projectfork email notifications."
+PLG_CONTENT_PFNOTIFICATIONS = "Projectfork Notifikationer"
+PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Dette plugin udsender Projectfork email notifikationer."
+
+; Config
+; @since    4.2
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_LABEL = "Afsendelses metode"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DESC = "Send e-mails direkte, eller brug en cron job."
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Direkte"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Cron Job"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Cron Job Begrænsning"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "Mængden af e-mails til at sende pr. job interval"
+
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_LABEL = "Send Begivenheder"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_DESC = "Vælg de hændelser du ønsker at sende notifikationer for"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW_AND_UPD = "Nye og ændrede elementer"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW = "Nye emner"
+PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_UPD = "Ændrede elementer"

--
Gitblit v1.9.1