projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/copyright: added /usr/share/iserv/www/img/default/24/mod_room-reservation_time...
[iserv-mod-room-reservation.git]
/
includes
/
functions.inc
diff --git
a/includes/functions.inc
b/includes/functions.inc
index
1416648
..
b174e88
100644
(file)
--- a/
includes/functions.inc
+++ b/
includes/functions.inc
@@
-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."));
/** 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.031133 seconds
and
4
git commands to generate.