Lahmizzar Muinela
2014-03-09 cf2c15dc7be6fc2e122949166585aa294a0be457
commit | author | age
aa3945 1 ; Projectfork Notifications
LM 2 ; Copyright (C) 2012 Tobias Kuhn. All rights reserved.
3 ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
4 ; Note : All ini files need to be saved as UTF-8 - No BOM
5
6 PLG_CONTENT_PFNOTIFICATIONS = "Projectfork Notifikationer"
7 PLG_CONTENT_PFNOTIFICATIONS_XML_DESCRIPTION = "Dette plugin udsender Projectfork email notifikationer."
8
9 ; Config
10 ; @since    4.2
cf2c15 11 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_LABEL = "Afsendelses metode"
LM 12 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DESC = "Send e-mails direkte, eller brug en cron job."
13 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_DIRECT = "Direkte"
14 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_METHOD_CRON = "Cron Job"
aa3945 15
cf2c15 16 PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_LABEL = "Cron Job Begrænsning"
LM 17 PLG_CONTENT_PFNOTIFICATIONS_FIELD_CRON_LIMIT_DESC = "Mængden af e-mails til at sende pr. job interval"
aa3945 18
cf2c15 19 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_LABEL = "Send Begivenheder"
LM 20 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_DESC = "Vælg de hændelser du ønsker at sende notifikationer for"
21 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW_AND_UPD = "Nye og ændrede elementer"
22 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_NEW = "Nye emner"
23 PLG_CONTENT_PFNOTIFICATIONS_FIELD_SEND_TYPE_UPD = "Ændrede elementer"