Added tag REL_3.0 for changeset 2f7a0ec28e849e3eeb2b530714458f9c0ef6ed56
[iserv-mod-room-reservation.git] / includes / functions.inc
index 1416648..b174e88 100644 (file)
@@ -72,6 +72,9 @@ define("MOD_ROOM_RESERVATION_ERROR_CONFIG_NO_SUCH_TIMESLICE",
 /** There is no such account */
 define("MOD_ROOM_RESERVATION_ERROR_NO_SUCH_ACCOUNT", _c("room-reservation:".
   "The specified account does not exist."));
+/** The room is not available for booking */
+define("MOD_ROOM_RESERVATION_ERROR_ROOM_NOT_WHITELISTED",
+  _c("room-reservation:This room is not available for booking."));
 /**
  * @}
  */
This page took 0.026927 seconds and 4 git commands to generate.