Changeset 5095


Ignore:
Timestamp:
2003-08-04T17:18:32+12:00 (21 years ago)
Author:
mdewsnip
Message:

Now includes output messages from mkcol.pl, import.pl, and buildcol.pl.

File:
1 edited

Legend:

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

    r4873 r5095  
    11#
    2 # Script option descriptions
    3 #
     2# Common output messages
     3#
     4
     5common.cannot_create_file:ERROR: Can't create file
     6
     7common.cannot_find_cfg_file:ERROR: Can't find the configuration file
     8
     9common.cannot_open:ERROR: Can't open
     10
     11common.cannot_open_fail_log:ERROR: Can't open fail log
     12
     13common.cannot_open_output_file:ERROR: Can't open output file
     14
     15common.cannot_read:ERROR: Can't read
     16
     17common.cannot_read_file:ERROR: Can't read file
     18
     19common.options:options
     20
     21common.usage:usage
     22
     23#
     24# Script option descriptions and output messages
     25#
     26
     27# -- buildcol.pl --
    428
    529buildcol.allclassifications:Don't remove empty classifications.
     
    1135buildcol.cachedir:Collection will be temporarily built here before being copied to the build directory.
    1236
     37buildcol.cannot_open_cfg_file:WARNING: Can't open config file for updating
     38
    1339buildcol.collectdir:Collection directory.
    1440
     41buildcol.copying_back_cached_build:Copying back the cached build
     42
    1543buildcol.create_images:Attempt to create default images for new collection. This relies on the Gimp being installed along with relevant perl modules to allow scripting from perl.
    1644
    1745buildcol.debug:Print output to STDOUT.
     46
     47buildcol.desc:PERL script used to build a greenstone collection from GML documents.
    1848
    1949buildcol.faillog:Fail log filename. This log receives the filenames of any files which fail to be processed.
     
    3161buildcol.mode.infodb:Just build the metadata database.
    3262
     63buildcol.no_default_images:Default images will not be generated.
     64
     65buildcol.no_image_script:WARNING: Image making script could not be found
     66
    3367buildcol.no_strip_html:Do not strip the html tags from the indexed text (only used for mgpp collections).
    3468
     
    3771buildcol.out:Filename or handle to print output status to.
    3872
     73buildcol.params:[options] collection-name
     74
     75buildcol.unlinked_col_images:Collection images may not be linked correctly.
     76
     77buildcol.unknown_mode:Unknown mode
     78
     79buildcol.updating_archive_cache:Updating archive cache
     80
    3981buildcol.verbosity:Controls the quantity of output. 0=none, 3=lots.
    4082
     83
     84# -- import.pl --
     85
    4186import.archivedir:Where the converted material ends up.
    4287
     88import.cannot_open_stats_file:WARNING: Couldn't open stats file
     89
     90import.cannot_sort:WARNING: import.pl cannot sort documents when groupsize > 1. sortmeta option will be ignored.
     91
    4392import.collectdir:Collection directory.
    4493
     94import.complete:Import complete
     95
    4596import.debug:Print imported text to STDOUT.
    4697
     98import.desc:PERL script used to import files into a GML format ready for building.
     99
    47100import.faillog:Fail log filename. This log receives the filenames of any files which fail to be processed.
    48101
     
    56109
    57110import.maxdocs:Maximum number of documents to import.
     111
     112import.no_plugins_loaded:ERROR: No plugins loaded.
    58113
    59114import.OIDtype:The method to use when generating unique identifiers for each document.
     
    63118import.out:Filename or handle to print output status to.
    64119
     120import.params:[options] collection-name
     121
    65122import.removeold:Will remove the old contents of the archives directory -- use with care.
    66123
     124import.removing_archives:Removing current contents of the archives directory...
     125
    67126import.sortmeta:Sort documents alphabetically by metadata for building. This will be disabled if groupsize > 1.
    68127
    69128import.statsfile:Filename or handle to print import statistics to.
    70129
     130import.stats_backup:Will print stats to STDERR instead.
     131
    71132import.verbosity:Controls the quantity of output. 0=none, 3=lots.
    72133
     134
     135# -- mkcol.pl --
     136
    73137mkcol.about:The about text for the collection.
    74138
     139mkcol.bad_name_cvs:ERROR: No collection can be named CVS as this may interfere with directories created by the CVS versioning system.
     140
     141mkcol.bad_name_modelcol:ERROR: No collection can be named modelcol as this is the name of the model collection.
     142
     143mkcol.cannot_find_modelcol:ERROR: Cannot find the model collection
     144
     145mkcol.col_already_exists:ERROR: This collection already exists.
     146
    75147mkcol.collectdir:Directory where new collection will be created.
    76148
     149mkcol.creating_col:Creating the collection
     150
    77151mkcol.creator:The collection creator's e-mail address.
    78152
     153mkcol.creator_undefined:ERROR: The creator was not defined. This variable is needed to recognise duplicate collection names.
     154
     155mkcol.desc:PERL script used to create the directory structure for a new Greenstone collection.
     156
     157mkcol.doing_replacements:doing replacements for
     158
     159mkcol.long_colname:ERROR: The collection name must be less than 8 characters so compatibility with earlier filesystems can be maintained.
     160
    79161mkcol.maintainer:The collection maintainer's email address (if different from the creator).
    80162
     163mkcol.no_collectdir:ERROR: The collect dir doesn't exist
     164
     165mkcol.no_colname:ERROR: No collection name was specified.
     166
    81167mkcol.optionfile:Get options from file, useful on systems where long command lines may cause problems.
    82168
     169mkcol.params:[options] collection-name
     170
    83171mkcol.plugin:Perl plugin module to use (there may be multiple plugin entries).
    84172
     
    86174
    87175mkcol.quiet:Operate quietly.
     176
     177mkcol.success:The new collection was created successfully at
    88178
    89179mkcol.title:The title of the collection.
Note: See TracChangeset for help on using the changeset viewer.