administration: link to the computer administration page for management of rooms
authorRoland Hieber <devnull@localhost>
Tue, 24 Feb 2009 17:07:01 +0000 (18:07 +0100)
committerRoland Hieber <devnull@localhost>
Tue, 24 Feb 2009 17:07:01 +0000 (18:07 +0100)
inc/mod_roomReservationConfigPage.inc
lang/mod_room-reservation.po

index 58e3129..25081ab 100644 (file)
@@ -88,8 +88,9 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage {
       "<td style='width:50%;'>\n";
     
     GroupBox(_c("room-reservation:Available rooms"), "host");
-    printf("<p>%s</p>", _c("room-reservation:The following rooms are ".
-      "available for booking:"));
+    printf("<p>%s</p>", sprintf(_c("room-reservation:The following rooms are ".
+      "available for booking (you can add and delete rooms on the <a href='".
+      "/idesk/inet/admin/'>computer administration page</a>):")));
     echo "<div style='margin:8px;'>";
     $this->orwlb->show();
     echo "</div>\n";
index 16fadb1..bb1b54d 100644 (file)
@@ -188,9 +188,12 @@ msgstr "room-reservation:Es ist zu beachten, dass jede Gruppe mit Buchungs-"
   "Gruppe mit Administrations-Sonderrecht kann ebenso implizit Buchungen "
   "vornehmen und die Buchungstabelle einsehen."
 
-msgid "room-reservation:The following rooms are available for booking:"
+msgid "room-reservation:The following rooms are available for booking "
+  "(you can add and delete rooms on the <a href='/idesk/inet/admin/'>"
+  "computer administration page</a>):"
 msgstr "room-reservation:Die folgenden Räume stehen für Buchungen zur "
-  "Verfügung:"
+  "Verfügung (Sie können Räume in der <a href='/idesk/inet/admin/'>"
+  "Rechnerverwaltung</a> hinzufügen und entfernen):"
 
 msgid "room-reservation:Here you can fill in the periods where bookings can "
   "be undertaken. A booking period can e.&nbsp;g. correspond to a lesson."
This page took 0.02861 seconds and 4 git commands to generate.