Changeset 420dc1 in indico for indico/MaKaC/plugins/Collaboration/CERNMCU/options.py
- Timestamp:
- 07/28/09 10:53:04 (4 years ago)
- Branches:
- master, burotel, exp-instant-messaging, hello-world-walkthrough, ipv6, new-improved-taskdaemon, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 9e12cf
- Parents:
- 2db9f1
- git-author:
- Cvetelina Angelova <csvetelina.angelova@…> (07/27/09 11:55:37)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (07/28/09 10:53:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/Collaboration/CERNMCU/options.py
r9033fd r420dc1 19 19 ## along with CDS Indico; if not, write to the Free Software Foundation, Inc., 20 20 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 21 from MaKaC.i18n import _ 21 22 22 23 globalOptions = [ 23 24 #collaboration options necessary in all plugins 24 ("subtab", {"description" : "Subtab where CERN MCU will be placed",25 ("subtab", {"description" : _("Subtab where CERN MCU will be placed"), 25 26 "type": str, 26 27 "defaultValue": "Collaboration", … … 28 29 "visible": False, 29 30 "mustReload": True} ), 30 ("allowedOn", {"description" : "Kind of event types (conference, meeting, simple_event) supported",31 ("allowedOn", {"description" : _("Kind of event types (conference, meeting, simple_event) supported"), 31 32 "type": list, 32 33 "defaultValue": ["meeting"], … … 34 35 "visible": False, 35 36 "mustReload": True} ), 36 ("admins", {"description": "CERN MCU admins / responsibles",37 ("admins", {"description": _("CERN MCU admins / responsibles"), 37 38 "type": 'users', 38 39 "defaultValue": [], … … 40 41 "visible": True} ), 41 42 #CERN MCU Options 42 ("MCUAddress", {"description": "MCU URL",43 ("MCUAddress", {"description": _("MCU URL"), 43 44 "type": str, 44 45 "defaultValue": "http://cern-mcu1.cern.ch", 45 46 "editable": True, 46 47 "visible": True}), 47 ("indicoID", {"description": "ID of Indico for the MCU",48 ("indicoID", {"description": _("ID of Indico for the MCU"), 48 49 "type": str, 49 50 "defaultValue": "indico", 50 51 "editable": True, 51 52 "visible": True}), 52 ("indicoPassword", {"description": "Password of Indico for the MCU",53 ("indicoPassword", {"description": _("Password of Indico for the MCU"), 53 54 "type": str, 54 55 "defaultValue": "", 55 56 "editable": True, 56 57 "visible": True}), 57 ("idRange", {"description": "Range of possible IDs (format: min-max)",58 ("idRange", {"description": _("Range of possible IDs (format: min-max)"), 58 59 "type": str, 59 60 "defaultValue": "90000-99999", 60 61 "editable": True, 61 62 "visible": True}), 62 ("MCU_UTC_offset", {"description": "UTC offset of the MCU. Same value as 'UTC offset' in /settings_time.html of the MCU web interface",63 ("MCU_UTC_offset", {"description": _("UTC offset of the MCU. Same value as 'UTC offset' in /settings_time.html of the MCU web interface"), 63 64 "type": int, 64 65 "defaultValue": 0, 65 66 "editable": True, 66 67 "visible": True}), 67 ("CERNGatekeeperPrefix", {"description": "CERN's gatekeeper prefix. Will be used for instructions on how to join the conference.",68 ("CERNGatekeeperPrefix", {"description": _("CERN's gatekeeper prefix. Will be used for instructions on how to join the conference."), 68 69 "type": str, 69 70 "defaultValue": "98", 70 71 "editable": True, 71 72 "visible": True}), 72 ("GDSPrefix", {"description": "GDS prefix. Will be used for instructions on how to join the conference.",73 ("GDSPrefix", {"description": _("GDS prefix. Will be used for instructions on how to join the conference."), 73 74 "type": str, 74 75 "defaultValue": "0041767027098", 75 76 "editable": True, 76 77 "visible": True}), 77 ("MCU_IP", {"description": "MCU's IP. Will be used for instructions on how to join the conference.",78 ("MCU_IP", {"description": _("MCU's IP. Will be used for instructions on how to join the conference."), 78 79 "type": str, 79 80 "defaultValue": "137.138.248.216", 80 81 "editable": True, 81 82 "visible": True}), 82 ("Phone_number", {"description": "Phone number used to join by phone. Will be used for instructions on how to join the conference.",83 ("Phone_number", {"description": _("Phone number used to join by phone. Will be used for instructions on how to join the conference."), 83 84 "type": str, 84 85 "defaultValue": "0041227670270",
Note: See TracChangeset
for help on using the changeset viewer.
