Code

Updated event descriptions.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Feb 2008 10:05:11 +0000 (10:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Feb 2008 10:05:11 +0000 (10:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9205 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_halt.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_localboot.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_memcheck.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_reboot.inc
gosa-plugins/goto/addons/gotomasses/events/class_DaemonEvent_sysinfo.inc

index bca846f6c0f557783e92e7a0cbc32a641506da64..ceeaf61045ef69594b852d8f145fe524237faf41 100644 (file)
@@ -4,8 +4,8 @@ class DaemonEvent_halt extends DaemonEvent
   public function __construct($config,$data = array())
   {
     DaemonEvent::__construct($config,$data);
-    $this->s_Menu_Name  = _("Shutdown");
-    $this->s_Event_Name = _("Shutdown");
+    $this->s_Menu_Name  = _("Switch off");
+    $this->s_Event_Name = _("Switch off");
     $this->s_Schedule_Action = "job_trigger_action_halt";
     $this->s_Trigger_Action= "job_trigger_action_halt";
     $this->s_Queued_Action= "trigger_action_halt";
index 6742a5085fce5c37e27713ed6dd164f2b45b0221..e53a5dd52594c7e91a8841fe9fadb37e8296d250 100644 (file)
@@ -5,8 +5,8 @@ class DaemonEvent_localboot extends DaemonEvent
   public function __construct($config,$data = array())
   {
     DaemonEvent::__construct($config,$data);
-    $this->s_Menu_Name  = _("Local boot"); 
-    $this->s_Event_Name = _("Local boot"); 
+    $this->s_Menu_Name  = _("Force localboot"); 
+    $this->s_Event_Name = _("Force localboot"); 
     $this->s_Schedule_Action = "job_trigger_action_localboot";
     $this->s_Trigger_Action= "job_trigger_action_localboot";
     $this->s_Queued_Action= "trigger_action_localboot";
index bdf884806b887d96191cca3c7a65ad52ae6ae358..f29215f9942ce2957befd9fe2376c59928bedb5e 100644 (file)
@@ -5,8 +5,8 @@ class DaemonEvent_memcheck extends DaemonEvent
   public function __construct($config,$data = array())
   {
     DaemonEvent::__construct($config,$data);
-    $this->s_Menu_Name  = _("Memory check"); 
-    $this->s_Event_Name = _("Memory check"); 
+    $this->s_Menu_Name  = _("Memory test"); 
+    $this->s_Event_Name = _("Memory test"); 
     $this->s_Schedule_Action= "job_trigger_action_memcheck";
     $this->s_Trigger_Action = "job_trigger_action_memcheck";
     $this->s_Queued_Action  = "trigger_action_memcheck";
index 2d022358510f8286f7cb341156aa284a0927d047..f8b1321f3bd8474c735ba91ce3b9a2b2c6d3ec7f 100644 (file)
@@ -6,7 +6,7 @@ class DaemonEvent_reboot extends DaemonEvent
   {
     DaemonEvent::__construct($config,$data);
     $this->s_Menu_Name  = _("Reboot"); 
-    $this->s_Event_Name = _("Reboot a system"); 
+    $this->s_Event_Name = _("Reboot"); 
     $this->s_Schedule_Action = "job_trigger_action_reboot";
     $this->s_Trigger_Action= "job_trigger_action_reboot";
     $this->s_Queued_Action= "trigger_action_reboot";
index 302fc16f2b052cf14033dc0d6b8075f9609e3b39..03b9ff6b74b0c6f8758f275337ba96d1578ff2eb 100644 (file)
@@ -5,8 +5,8 @@ class DaemonEvent_sysinfo extends DaemonEvent
   public function __construct($config,$data = array())
   {
     DaemonEvent::__construct($config,$data);
-    $this->s_Menu_Name  = _("Sysinfo"); 
-    $this->s_Event_Name = _("Sysinfo"); 
+    $this->s_Menu_Name  = _("System analysis"); 
+    $this->s_Event_Name = _("System analysis"); 
     $this->s_Schedule_Action= "job_trigger_action_sysinfo";
     $this->s_Trigger_Action = "job_trigger_action_sysinfo";
     $this->s_Queued_Action  = "trigger_action_sysinfo";