Changeset 6922


Ignore:
Timestamp:
2004-03-04T15:51:12+13:00 (20 years ago)
Author:
mdewsnip
Message:

Some small fixes.

Location:
trunk/gsdl/perllib
Files:
2 edited

Legend:

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

    r6917 r6922  
    33#
    44
    5 common.cannot_create_file:ERROR: Can't create file
    6 
    7 common.cannot_find_cfg_file:ERROR: Can't find the configuration file
    8 
    9 common.cannot_open:ERROR: Can't open
    10 
    11 common.cannot_open_fail_log:ERROR: Can't open fail log
    12 
    13 common.cannot_open_output_file:ERROR: Can't open output file
    14 
    15 common.cannot_read:ERROR: Can't read
    16 
    17 common.cannot_read_file:ERROR: Can't read file
     5common.cannot_create_file:ERROR: Can't create file %s
     6
     7common.cannot_find_cfg_file:ERROR: Can't find the configuration file %s
     8
     9common.cannot_open:ERROR: Can't open %s
     10
     11common.cannot_open_fail_log:ERROR: Can't open fail log %s
     12
     13common.cannot_open_output_file:ERROR: Can't open output file %s
     14
     15common.cannot_read:ERROR: Can't read %s
     16
     17common.cannot_read_file:ERROR: Can't read file %s
    1818
    1919common.general_options:general options (for %s)
     
    4949buildcol.cachedir:Collection will be temporarily built here before being copied to the build directory.
    5050
    51 buildcol.cannot_open_cfg_file:WARNING: Can't open config file for updating
     51buildcol.cannot_open_cfg_file:WARNING: Can't open config file for updating: %s
    5252
    5353buildcol.collectdir:Collection directory.
     
    7777buildcol.no_default_images:Default images will not be generated.
    7878
    79 buildcol.no_image_script:WARNING: Image making script could not be found
     79buildcol.no_image_script:WARNING: Image making script could not be found: %s
    8080
    8181buildcol.no_strip_html:Do not strip the html tags from the indexed text (only used for mgpp collections).
     
    8989buildcol.unlinked_col_images:Collection images may not be linked correctly.
    9090
    91 buildcol.unknown_mode:Unknown mode
     91buildcol.unknown_mode:Unknown mode: %s
    9292
    9393buildcol.updating_archive_cache:Updating archive cache
     
    137137import.archivedir:Where the converted material ends up.
    138138
    139 import.cannot_open_stats_file:WARNING: Couldn't open stats file
    140 
    141 import.cannot_open_fail_log:ERROR: Couldn't open fail log
     139import.cannot_open_stats_file:WARNING: Couldn't open stats file %s.
     140
     141import.cannot_open_fail_log:ERROR: Couldn't open fail log %s
    142142
    143143import.cannot_sort:WARNING: import.pl cannot sort documents when groupsize > 1. sortmeta option will be ignored.
     
    194194mkcol.bad_name_modelcol:ERROR: No collection can be named modelcol as this is the name of the model collection.
    195195
    196 mkcol.cannot_find_modelcol:ERROR: Cannot find the model collection
     196mkcol.cannot_find_modelcol:ERROR: Cannot find the model collection %s
    197197
    198198mkcol.col_already_exists:ERROR: This collection already exists.
     
    200200mkcol.collectdir:Directory where new collection will be created.
    201201
    202 mkcol.creating_col:Creating the collection
     202mkcol.creating_col:Creating the collection %s
    203203
    204204mkcol.creator:The collection creator's e-mail address.
     
    208208mkcol.desc:PERL script used to create the directory structure for a new Greenstone collection.
    209209
    210 mkcol.doing_replacements:doing replacements for
     210mkcol.doing_replacements:doing replacements for %s
    211211
    212212mkcol.long_colname:ERROR: The collection name must be less than 8 characters so compatibility with earlier filesystems can be maintained.
     
    214214mkcol.maintainer:The collection maintainer's email address (if different from the creator).
    215215
    216 mkcol.no_collectdir:ERROR: The collect dir doesn't exist
     216mkcol.no_collectdir:ERROR: The collect dir doesn't exist: %s
    217217
    218218mkcol.no_colname:ERROR: No collection name was specified.
     
    228228mkcol.quiet:Operate quietly.
    229229
    230 mkcol.success:The new collection was created successfully at
     230mkcol.success:The new collection was created successfully at %s
    231231
    232232mkcol.title:The title of the collection.
     
    300300BasClas.desc:Base class for all the classifiers.
    301301
    302 BasClas.buttonname.deft:Metadata element specified with -metadata.
     302BasClas.metadata.deft:Metadata element specified with -metadata.
    303303
    304304BasClas.outhandle:The file handle to write output to.
  • trunk/gsdl/perllib/strings_fr.rb

    r6919 r6922  
    33#
    44
    5 common.cannot_create_file:ERREUR: impossible de créer le fichier
    6 
    7 common.cannot_find_cfg_file:ERREUR: fichier de configuration introuvable
    8 
    9 common.cannot_open:ERREUR: impossible d'ouvrir
    10 
    11 common.cannot_open_fail_log:ERREUR: Impossible d'ouvrir le log d'échec
    12 
    13 common.cannot_open_output_file:ERREUR: impossible d'ouvrir le fichier output
    14 
    15 common.cannot_read:ERREUR: impossible de lire
    16 
    17 common.cannot_read_file:ERREUR: impossible de lire le fichier
     5common.cannot_create_file:ERREUR: impossible de créer le fichier %s
     6
     7common.cannot_find_cfg_file:ERREUR: fichier de configuration introuvable %s
     8
     9common.cannot_open:ERREUR: impossible d'ouvrir %s
     10
     11common.cannot_open_fail_log:ERREUR: Impossible d'ouvrir le log d'échec %s
     12
     13common.cannot_open_output_file:ERREUR: impossible d'ouvrir le fichier output %s
     14
     15common.cannot_read:ERREUR: impossible de lire %s
     16
     17common.cannot_read_file:ERREUR: impossible de lire le fichier %s
    1818
    1919common.general_options:options générales (pour %s)
     
    5151buildcol.cachedir:La collection sera temporairement construite ici avant d'être copiée dans le le répertoire de construction.
    5252
    53 buildcol.cannot_open_cfg_file:ATTENTION: Impossible d'ouvrir le fichier de configuration pour mise à jour.
     53buildcol.cannot_open_cfg_file:ATTENTION: Impossible d'ouvrir le fichier de configuration pour mise à jour: %s
    5454
    5555buildcol.collectdir:Répertoire de la collection.
     
    7979buildcol.no_default_images:Des images par défaut ne seront générées.
    8080
    81 buildcol.no_image_script:ATTENTION: script de fabrication d'images introuvable
     81buildcol.no_image_script:ATTENTION: script de fabrication d'images introuvable: %s
    8282
    8383buildcol.no_strip_html:Ne pas enlever les balises html du texte indexé (utilisé seulement pour les collections mgpp).
     
    9191buildcol.unlinked_col_images:Les images de la collection peuvent ne pas être correctement être liées.
    9292
    93 buildcol.unknown_mode:Mode inconnu
     93buildcol.unknown_mode:Mode inconnu: %s
    9494
    9595buildcol.updating_archive_cache:Mise à jour du cache d'archive
     
    140140import.archivedir:Là où finissent le matériau converti.
    141141
    142 import.cannot_open_stats_file:ATTENTION: impossible d'ouvrir le fichier stats
    143 
    144 import.cannot_open_fail_log:Erreur: N'a pas pu ouvrir le journal des échecs
     142import.cannot_open_stats_file:ATTENTION: impossible d'ouvrir le fichier stats %s.
     143
     144import.cannot_open_fail_log:Erreur: N'a pas pu ouvrir le journal des échecs %s
    145145
    146146
     
    198198mkcol.bad_name_modelcol:ERREUR: Aucune collection ne peut être nommée modelcol puisque c'est le nom de la collection modÚle.
    199199
    200 mkcol.cannot_find_modelcol:ERREUR: impossible de trouver la collection modÚle
     200mkcol.cannot_find_modelcol:ERREUR: impossible de trouver la collection modÚle %s
    201201
    202202mkcol.col_already_exists:ERREUR: Cette collection existe déjà.
     
    204204mkcol.collectdir:Le répertoire dans lequel la nouvelle collection va être créée.
    205205
    206 mkcol.creating_col:Création de la collection
     206mkcol.creating_col:Création de la collection %s
    207207
    208208mkcol.creator:L'adresse e-mail du créateur de la collection.
     
    212212mkcol.desc:Script PERL utilisé pour créer la structure de répertoire pour une nouvelle collection Greenstone.
    213213
    214 mkcol.doing_replacements:en train d'effectuer des remplacements pour
     214mkcol.doing_replacements:en train d'effectuer des remplacements pour %s
    215215
    216216mkcol.long_colname:ERREUR: Le nom de collection doit être de moins de 8 caractÚres afin de maintenir la compatibilité avec des sytÚmes précédents.
     
    218218mkcol.maintainer:L'adresse e-mail du maintenancier de la collection (si différent du créateur).
    219219
    220 mkcol.no_collectdir:ERREUR: Le répertoire de la collection n'existe pas
     220mkcol.no_collectdir:ERREUR: Le répertoire de la collection n'existe pas: %s
    221221
    222222mkcol.no_colname:ERREUR: Aucun nom de collection n'a été spécifié.
     
    232232mkcol.quiet:Fonctionne en silence.
    233233
    234 mkcol.success:La nouvelle collection a été crée avec succÚs à
     234mkcol.success:La nouvelle collection a été crée avec succÚs à %s
    235235
    236236mkcol.title:Le titre de la collection
     
    305305BasClas.desc:Classe de base pour tous les classificateurs.
    306306
    307 BasClas.buttonname.deft:Elément de méta-donnée spécifié avec -metadata
     307BasClas.metadata.deft:Elément de méta-donnée spécifié avec -metadata
    308308
    309309BasClas.outhandle:Le fichier qui va recevoir les résultats.
Note: See TracChangeset for help on using the changeset viewer.