Ignore:
Timestamp:
07/28/09 10:53:04 (4 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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)
Message:

[IMPORT] Import from Cveti's CVS tree

  • i18n of several strings;
  • Subheaders in room booking;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/Collaboration/CERNMCU/options.py

    r9033fd r420dc1  
    1919## along with CDS Indico; if not, write to the Free Software Foundation, Inc., 
    2020## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     21from MaKaC.i18n import _ 
    2122 
    2223globalOptions = [ 
    2324    #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"), 
    2526               "type": str, 
    2627               "defaultValue": "Collaboration", 
     
    2829               "visible": False, 
    2930               "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"), 
    3132               "type": list, 
    3233               "defaultValue": ["meeting"], 
     
    3435               "visible": False, 
    3536               "mustReload": True} ), 
    36     ("admins", {"description": "CERN MCU admins / responsibles", 
     37    ("admins", {"description": _("CERN MCU admins / responsibles"), 
    3738                      "type": 'users', 
    3839                      "defaultValue": [], 
     
    4041                      "visible": True} ), 
    4142    #CERN MCU Options 
    42     ("MCUAddress", {"description": "MCU URL", 
     43    ("MCUAddress", {"description": _("MCU URL"), 
    4344                      "type": str, 
    4445                      "defaultValue": "http://cern-mcu1.cern.ch", 
    4546                      "editable": True, 
    4647                      "visible": True}), 
    47     ("indicoID", {"description": "ID of Indico for the MCU", 
     48    ("indicoID", {"description": _("ID of Indico for the MCU"), 
    4849                      "type": str, 
    4950                      "defaultValue": "indico", 
    5051                      "editable": True, 
    5152                      "visible": True}), 
    52     ("indicoPassword", {"description": "Password of Indico for the MCU", 
     53    ("indicoPassword", {"description": _("Password of Indico for the MCU"), 
    5354                      "type": str, 
    5455                      "defaultValue": "", 
    5556                      "editable": True, 
    5657                      "visible": True}), 
    57     ("idRange", {"description": "Range of possible IDs (format: min-max)", 
     58    ("idRange", {"description": _("Range of possible IDs (format: min-max)"), 
    5859                      "type": str, 
    5960                      "defaultValue": "90000-99999", 
    6061                      "editable": True, 
    6162                      "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"), 
    6364                      "type": int, 
    6465                      "defaultValue": 0, 
    6566                      "editable": True, 
    6667                      "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."), 
    6869                              "type": str, 
    6970                              "defaultValue": "98", 
    7071                              "editable": True, 
    7172                              "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."), 
    7374                    "type": str, 
    7475                    "defaultValue": "0041767027098", 
    7576                    "editable": True, 
    7677                    "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."), 
    7879                "type": str, 
    7980                "defaultValue": "137.138.248.216", 
    8081                "editable": True, 
    8182                "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."), 
    8384                              "type": str, 
    8485                              "defaultValue": "0041227670270", 
Note: See TracChangeset for help on using the changeset viewer.