Ignore:
Timestamp:
2006-05-09T15:01:23+12:00 (18 years ago)
Author:
kjdon
Message:

added in placeholders for the new download strings - TODO- fill in the values

File:
1 edited

Legend:

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

    r11756 r11788  
    4040common.usage:Usage
    4141
     42common.info:info
    4243
    4344#
     
    5051
    5152scripts.listall:Lists all items known about.
     53scripts.describeall:Display options for all items known about
    5254
    5355scripts.both_old_options:WARNING: Both -removeold and -keepold were specified, defaulting to -removeold. Current contents of %s directory will be deleted.
     
    138140
    139141classinfo.specific_options:Specific options are defined within the classifier itself, and are available only to this particular classifier.
     142
     143# -- downloadfrom.pl --
     144downloadfrom.cache_dir:The location of the cache directory
     145downloadfrom.desc:Downloads files from an external server
     146downloadfrom.download_mode:The type of server to download from
     147downloadfrom.download_mode.Web:HTTP 
     148downloadfrom.download_mode.OAI: Open Archives Initiative
     149downloadfrom.download_mode.z3950:z3950 server
     150downloadfrom.download_mode.SRW:SearchRetrieve Webservice
     151downloadfrom.incorrect_mode:download_mode parameter was incorrect.
     152downloadfrom.info:Print information about the server, rather than downloading
     153downloadfrom.params:[general options] [specific download options]
     154
     155# -- downloadinfo.pl --
     156
     157downloadinfo.desc:Prints information about a download module
     158downloadinfo.collect:Giving a collection name will make downloadinfo.pl look in collect/collection-name/perllib/downloaders first. If the module is not found there it will look in the general perllib/downloaders directory.
     159downloadinfo.params:[options] [download-module]
     160downloadinfo.general_options:General options are inherited from parent classes of the download modules.
     161downloadinfo.specific_options:Specific options are defined within the download module itself, and are available only to this particular downloader.
     162downloadinfo.option_types:Download modules may take two types of options
    140163
    141164# -- explode_metadata_database.pl --
     
    906929ZIPPlug.desc:Plugin which handles compressed and/or archived input formats currently handled formats and file extensions are:\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)\n\nThis plugin relies on the following utilities being present (if trying to process the corresponding formats):\ngunzip (for gzip)\nbunzip (for bzip)\nbunzip2 \nunzip (for zip)\ntar (for tar)
    907930
     931#
     932# Download module option descriptions
     933#
     934
     935BasDownload.desc:
     936
     937OAIDownload.desc:
     938OAIDownload.url_disp:
     939OAIDownload.url:
     940OAIDownload.set_disp:
     941OAIDownload.set:
     942OAIDownload.get_doc_disp:
     943OAIDownload.get_doc:
     944OAIDownload.max_records_disp:
     945OAIDownload.max_records:
     946
     947SRWDownload.desc:
     948
     949WebDownload.desc:
     950WebDownload.url:
     951WebDownload.url_disp:
     952WebDownload.depth:
     953WebDownload.depth_disp:
     954WebDownload.below:
     955WebDownload.below_disp:
     956WebDownload.within:
     957WebDownload.within_disp:
     958WebDownload.html_only:
     959WebDownload.html_only_disp:
     960
     961WgetDownload.desc: Base class that handles calls to wget
     962WgetDownload.proxy_on:
     963WgetDownload.proxy_host:
     964WgetDownload.proxy_port:
     965WgetDownload.user_name:
     966WgetDownload.user_password:
     967
     968Z3950Download.desc:
     969Z3950Download.host:
     970Z3950Download.host_disp:
     971Z3950Download.port:
     972Z3950Download.port_disp:
     973Z3950Download.database:
     974Z3950Download.database_disp:
     975Z3950Download.find:
     976Z3950Download.find_disp:
     977Z3950Download.max_records:
     978Z3950Download.max_records_disp:
    908979
    909980#
Note: See TracChangeset for help on using the changeset viewer.