[pLog-svn] r3199 - in plugins/trunk/adminnotifier: locale templates

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Apr 6 21:00:42 GMT 2006


Author: oscar
Date: 2006-04-06 21:00:42 +0000 (Thu, 06 Apr 2006)
New Revision: 3199

Added:
   plugins/trunk/adminnotifier/locale/locale_en_UK.php
Modified:
   plugins/trunk/adminnotifier/templates/eventlist.template
Log:
plugin ported/upgraded to 1.1


Added: plugins/trunk/adminnotifier/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/adminnotifier/locale/locale_en_UK.php	2006-04-06 20:26:24 UTC (rev 3198)
+++ plugins/trunk/adminnotifier/locale/locale_en_UK.php	2006-04-06 21:00:42 UTC (rev 3199)
@@ -0,0 +1,8 @@
+<?php
+
+$messages["admin_notifier_settings_saved_ok"] = "Settings saved successfully";
+$messages["eventList"] = "Available Events";
+$messages["adminNotifier"] = "Admin notifier";
+$messages["admin_notifier_desc"] = "Please select the event(s) that should send a notification email to administrators when triggered.";
+$messages["adminNotifierGroup"] = "Admin Notifier";
+?>
\ No newline at end of file

Modified: plugins/trunk/adminnotifier/templates/eventlist.template
===================================================================
--- plugins/trunk/adminnotifier/templates/eventlist.template	2006-04-06 20:26:24 UTC (rev 3198)
+++ plugins/trunk/adminnotifier/templates/eventlist.template	2006-04-06 21:00:42 UTC (rev 3199)
@@ -8,7 +8,7 @@
 {include file="$admintemplatepath/successmessage.template"}
 {include file="$admintemplatepath/errormessage.template"}
 <div>
-Please select the event that should send a notification email to administrators when triggered.
+{$locale->tr("admin_notifier_desc")}
 </div>
 <br/>
 {foreach from=$events key=event item=eventId}



More information about the pLog-svn mailing list