xlawrence    2005/01/25 22:12:19 CET

  Added files:
    calClient/src/java   client.properties 
    calClient/src/java/properties/calendar env.properties 
  Log:
  imported properties
  
  Revision  Changes    Path
  1.1       +97 -0     uwcal_JSR168/calClient/src/java/client.properties (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/src/java/client.properties?rev=1.1&content-type=text/plain
  1.1       +24 -0     
uwcal_JSR168/calClient/src/java/properties/calendar/env.properties (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/src/java/properties/calendar/env.properties?rev=1.1&content-type=text/plain
  
  
  
  Index: client.properties
  ====================================================================
  # ========================================================================
  # Properties file for the struts based uwcal public events web application
  # ========================================================================
  #
  # author Mike Douglass [EMAIL PROTECTED]
  
  # These are required by the Struts framework
  errors.header=<p>The following errors occurred:</p><ul>
  errors.footer=</ul>
  
  messages.header=<ul>
  messages.footer=</ul>
  
  applicationResources=<li>Cannot load application resources bundle {0}</li>
  
  edu.rpi.sss.util.error.exc=<li>Exception: {0}</li>
  
  # set the default content type - html for jsp, xml for xml/xslt.
  [EMAIL PROTECTED]@
  
  # Force no xslt - comment out for xml
  edu.rpi.sss.util.action.noxslt=yes
  
  # application name
  org.ucal.calendar.app.name=DemoCalAdmin
  edu.rpi.sss.util.action.logprefix=DemoCalAdmin
  
  # stylesheets and other files are found below this root
  org.ucal.calendar.app.root=caladminrsrc
  
  # Flag whether or not we auto-delete sponsors and locations
  org.ucal.calendar.pubevents.autocreatesponsors=false
  org.ucal.calendar.pubevents.autodeletesponsors=false
  org.ucal.calendar.pubevents.autocreatelocations=false
  org.ucal.calendar.pubevents.autodeletelocations=false
  
  org.ucal.calendar.app.hour24=true
  org.ucal.calendar.app.minincrement=5
  org.ucal.calendar.app.appCanChangePublicEntities=true
  
  # These determine whether or not we restrict edit access to locations and
  # sponsors created by other groups. The argument could run in either direction
  org.ucal.calendar.pubevents.allowEditAllLocations=false
  org.ucal.calendar.pubevents.allowEditAllSponsors=false
  
  org.ucal.admin.nogroupallowed=false
  org.ucal.calendar.app.admingroupsidprefix=agrp_
  
  # Roles we need to know about - init action uses these
  org.ucal.calendar.role.admin=demo.admin
  org.ucal.calendar.role.contentadmin=demo.contentadmin
  org.ucal.calendar.role.alert=demo.alerts
  org.ucal.calendar.role.owner=demo.owner
  
  org.ucal.calendar.security.prefix=demo
  
  # Error messages
  org.ucal.calendar.pubevents.error.badcatclass=<li>Cannot use this category 
for this type of event</li>
  org.ucal.calendar.pubevents.error.badfield=<li>Incorrect field contents for 
{0}</li>
  org.ucal.calendar.pubevents.error.choosegroupsuppressed=<li>Choose group 
suppressed</li>
  org.ucal.calendar.pubevents.error.dberror=<li>Database access error: {0}</li>
  org.ucal.calendar.pubevents.error.missingfield=<li>Missing required {0}</li>
  org.ucal.calendar.pubevents.error.missingkeyword=<li>Missing keyword with id 
{0}</li>
  org.ucal.calendar.pubevents.error.nosuchevent=<li>Event {0} does not 
exist</li>
  org.ucal.calendar.pubevents.error.nosuchkeyword=<li>Keyword {0} does not 
exist</li>
  org.ucal.calendar.pubevents.error.nosuchlocation=<li>Location {0} does not 
exist</li>
  org.ucal.calendar.pubevents.error.nosuchsponsor=<li>Sponsor {0} does not 
exist</li>
  org.ucal.calendar.pubevents.error.toolongfield=<li>Field {0} is too long. 
Maximum length is {1}</li>
  org.ucal.calendar.pubevents.error.unknownaction=<li>Unknown action</li>
  org.ucal.calendar.error.noaccess=<li>You have insufficient access {0}</li>
  org.ucal.calendar.error.baddates=Invalid dates and/or times: {0}
  
  # Informational messages
  
  org.ucal.calendar.message.cancelled=<li>Cancelled</li>
  org.ucal.calendar.pubevents.message.event.added=<li>Event added</li>
  org.ucal.calendar.pubevents.message.event.updated=<li>Event updated</li>
  org.ucal.calendar.pubevents.message.event.deleted=<li>Event deleted</li>
  
  org.ucal.calendar.pubevents.message.keyword.deleted=<li>Keyword entry 
deleted</li>
  org.ucal.calendar.pubevents.message.keyword.added=<li>Keyword added</li>
  org.ucal.calendar.pubevents.message.keyword.updated=<li>Keyword updated</li>
  org.ucal.calendar.pubevents.message.keyword.referenced=<li>This keyword is 
referenced by events or calendars</li>
  
  org.ucal.calendar.pubevents.message.location.deleted=<li>Location entry 
deleted</li>
  org.ucal.calendar.pubevents.message.location.added=<li>Location added</li>
  org.ucal.calendar.pubevents.message.location.updated=<li>Location updated</li>
  org.ucal.calendar.pubevents.message.location.referenced=<li>This location is 
referenced by events or calendars</li>
  
  org.ucal.calendar.pubevents.message.sponsor.deleted=<li>Sponsor entry 
deleted</li>
  org.ucal.calendar.pubevents.message.sponsor.added=<li>Sponsor added</li>
  org.ucal.calendar.pubevents.message.sponsor.updated=<li>Sponsor updated</li>
  org.ucal.calendar.pubevents.message.sponsor.referenced=<li>This sponsor is 
referenced by events or calendars</li>
  
  org.ucal.calendar.pubevents.message.authuser.removed=<li>Authorisation 
removed</li>
  org.ucal.calendar.pubevents.message.authuser.updated=<li>Authorisation 
updated</li>
  
  
  
  
  Index: env.properties
  ====================================================================
  
  org.cal.envclass=edu.washington.cac.calenv.FileDSProperties
  
  org.cal.jdbcclassname=${org.cal.jdbcclassname}
  org.cal.jdbcurl=${org.cal.jdbcurl}
  org.cal.jdbcid=${org.cal.jdbcid}
  org.cal.jdbcpw=${org.cal.jdbcpw}
  
  org.cal.userauthclass=edu.washington.cac.calfacade.impl.UserAuthUWDbImpl
  
  org.cal.admingroupsclass=edu.washington.cac.calfacade.impl.AdminGroupsDbImpl
  
  org.cal.calintfclass=edu.washington.cac.calfacade.impl.CalintfImpl
  
  org.cal.db.maxstringlength=0
  org.cal.update.check.interval=5000
  
  org.cal.specialCreator=007
  org.cal.officialKeywordCreator=007main
  org.cal.unofficialKeywordCreator=007unofficial
  org.cal.notToBeLoadedByDefaultCreator=007-ts
  
  org.cal.appCanChangePublicEntities=true
      

Reply via email to