예제 #1
0
파일: rooms.py 프로젝트: dbourillot/indico
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self), _('Map of rooms'))
예제 #2
0
파일: rooms.py 프로젝트: dbourillot/indico
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self), _('Search for rooms'))
예제 #3
0
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self),
                             _('Map of rooms'))
예제 #4
0
파일: rooms.py 프로젝트: dbourillot/indico
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self), _('Room Details'))
예제 #5
0
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self),
                             _('Room Details'))
예제 #6
0
 def _getTitle(self):
     return '{} - {}'.format(WPRoomBookingBase._getTitle(self),
                             _('Search results'))
예제 #7
0
파일: rooms.py 프로젝트: hennogous/indico
 def _getTitle(self):
     return "{} - {}".format(WPRoomBookingBase._getTitle(self), _("Search results"))
예제 #8
0
파일: rooms.py 프로젝트: hennogous/indico
 def _getTitle(self):
     return "{} - {}".format(WPRoomBookingBase._getTitle(self), _("Map of rooms"))
예제 #9
0
파일: rooms.py 프로젝트: hennogous/indico
 def _getTitle(self):
     return "{} - {}".format(WPRoomBookingBase._getTitle(self), _("Room Details"))