Changeset 16136


Ignore:
Timestamp:
2008-06-24T19:04:39+12:00 (16 years ago)
Author:
osborn
Message:

Additions for GLI Scheduling Component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/strings.properties

    r16018 r16136  
    288288import.verbosity:Controls the quantity of output. 0=none, 3=lots.
    289289
    290 
     290# -- schedule.pl --
     291schedule.deleted:Scheduled execution deleted for collection
     292schedule.scheduled:Execution script created for collection
     293schedule.cron:Scheduled execution set up for collection
     294schedule.params:[options]
     295schedule.error.email:-email requires -smtp -toaddr and -fromaddr to be specified.
     296schedule.error.importbuild:-import and -build must be specified.
     297schedule.error.colname:Collection using -colname must be specified.
     298schedule.gli:Running from the GLI
     299schedule.frequency:How often to automatically re-build the collection
     300schedule.frequency.hourly:Re-build every hour
     301schedule.frequency.daily:Re-build every day
     302schedule.frequency.weekly:Re-build every week
     303schedule.action:How to set up automatic re-building
     304schedule.action.add:Schedule automatic re-building
     305schedule.action.update:Update existing scheduling
     306schedule.action.delete:Delete existing scheduling
     307schedule.email:Send email notification
     308schedule.schedule:Select to set up scheduled automatic collection re-building
     309schedule.colname:The colletion name for which scheduling will be set up
     310schedule.import:The import command to be scheduled
     311schedule.build:The buildcol command to be scheduled
     312schedule.toaddr:The email address to send scheduled build notifications to
     313schedule.toaddr.default:Specify User's Email in File->Preferences
     314schedule.fromaddr:The sender email address
     315schedule.fromaddr.default:Specify maintainer in main.cfg
     316schedule.smtp:The mail server that sendmail must contact to send email
     317schedule.smtp.default:Specify MailServer in main.cfg
     318schedule.out:Filename or handle to print output status to.
    291319# -- export.pl --
    292320
Note: See TracChangeset for help on using the changeset viewer.