Changeset 10220


Ignore:
Timestamp:
2005-07-06T15:44:00+12:00 (19 years ago)
Author:
kjdon
Message:

tidied up the Hierarchy strings, got rid of AutoHierarchy strings

Location:
trunk/gsdl/perllib
Files:
4 edited

Legend:

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

    r10121 r10220  
    357357# Classifier option descriptions
    358358#
    359 AutoHierarchy.desc:Classifier plugin for generating a hierarchical classification based on structured metadata, without the need for a supplementary file.
    360 
    361 AutoHierarchy.separator:Regular expression used for the separator
    362 
    363 AutoHierarchy.suppresslastlevel:Ignore the final part of the metadata value. This is useful for metadata where each value is unique, such as file paths.
    364359
    365360AZCompactList.allvalues:Use all metadata values found.
     
    386381
    387382AZCompactList.recopt:Used in nested metadata such as -metadata Year/Organisation.
    388 AZCompactList.sort:Metadata field to sort the child nodes by.
     383AZCompactList.sort:Metadata field to sort the leaf nodes by.
    389384
    390385AZCompactSectionList.desc:Variation on AZCompactList that classifies sections rather than documents. Entries are sorted by section-level metadata.
     
    428423DateList.sort:An extra metadata field to sort by in the case where two documents have the same date.
    429424
    430 Hierarchy.desc:Classifier plugin for generating hierarchical classifications based on a supplementary structure file.
    431 
    432 Hierarchy.hfile:The classification structure file.
     425HFileHierarchy.desc:Classifier plugin for generating hierarchical classifications based on a supplementary structure file.
     426
     427Hierarchy.desc:Classifier plugin for generating a hierarchical classification. This may be based on structured metadata, or may use a supplementary structure file (use the -hfile option).
     428
     429Hierarchy.hfile:Use the specified classification structure file.
    433430
    434431Hierarchy.hlist_at_top:Display the first level of the classification horizontally.
    435432
    436 Hierarchy.metadata:Metadata field used for classification. List will be sorted by this element, unless -sort is used.
    437 
    438433Hierarchy.reverse_sort:Sort leaf nodes in reverse order (use with -sort).
    439 Hierarchy.sort:Metadata field to sort by. Use '-sort nosort' for no sorting.
     434
     435Hierarchy.separator:Regular expression used for the separator, if using structured metadata.
     436
     437Hierarchy.sort:Metadata field to sort leaf nodes by. Leaves will not be sorted if not specified.
     438
     439Hierarchy.suppresslastlevel:Ignore the final part of the metadata value. This is useful for metadata where each value is unique, such as file paths.
    440440
    441441HTML.desc:Creates an empty classification that's simply a link to a web page.
     
    443443HTML.url:The url of the web page to link to.
    444444
    445 List.desc:Simple list classifier plugin.
    446 
    447 List.metadata:A single Metadata field or a comma separated list of Metadata fields used for classification. Following the order indicated by the list, the first field that contains a Metadata value will be used. List will be sorted by this element, unless -sort is used.
     445List.desc:Simple list classifier plugin. 
     446
     447List.metadata:A single Metadata field or a comma separated list of Metadata fields used for classification. Following the order indicated by the list, the first field that contains a Metadata value will be used. List will be sorted by this element, unless -sort is used. If no metadata is specified, then all documents will be included in the list, otherwise only documents that contain a metadata value will be included.
    448448
    449449List.sort:Metadata field to sort by. Use '-sort nosort' for no sorting.
     
    554554BasPlug.input_encoding.ascii:Plain 7 bit ascii. This may be a bit faster than using iso_8859_1. Beware of using this on a collection of documents that may contain characters outside the plain 7 bit ascii set though (e.g. German or French documents containing accents), use iso_8859_1 instead.
    555555BasPlug.input_encoding.auto:Use text categorization algorithm to automatically identify the encoding of each source document. This will be slower than explicitly setting the encoding but will work where more than one encoding is used within the same collection.
     556
    556557BasPlug.input_encoding.unicode:Just unicode.
     558
    557559BasPlug.input_encoding.utf8:Either utf8 or unicode -- automatically detected.
    558560
     
    574576
    575577BasPlug.read_denied:Read permission denied for %s
     578
     579BasPlug.separate_cjk:Insert spaces between Chinese/Japanese/Korean characters to make each character a word. Use if text is not segmented.
    576580
    577581BasPlug.smart_block:Block files in a smarter way than just looking at filenames.
  • trunk/gsdl/perllib/strings_es.rb

    r9639 r10220  
    524524# Classifier option descriptions
    525525#
    526 AutoHierarchy.desc:Plugin clasificador para generar una clasificación jerárquica basada en metadatos estructurados, sin necesidad de un archivo suplementario.
    527 
    528 
    529 AutoHierarchy.separator:Expresión regular utilizada por el separador
    530 
    531 
    532 AutoHierarchy.suppresslastlevel:Ignorar la parte final del valor del metadato. Es útil para metadatos en los cuales cada valor es único, como en la rutas de archivos.
    533 
    534526
    535527AZCompactList.allvalues:Utilizar todos los valores de meta-datos encontrados
     
    630622
    631623
    632 Hierarchy.desc:Plugin clasificador para generar clasificaciones jerárquicas basadas en una estructura existente en un archivo suplementario.
     624HFileHierarchy.desc:Plugin clasificador para generar clasificaciones jerárquicas basadas en una estructura existente en un archivo suplementario.
    633625
    634626
     
    638630Hierarchy.hlist_at_top:Despliega el primer nivel de clasificación horizontalmente
    639631
    640 
    641 Hierarchy.metadata:Campo de Metadata utilizado para la clasificación. La lista se ordenará por este elemento, a menos que esté utilizando otro clasificador.
    642 
    643 
    644632Hierarchy.reverse_sort:Ordenar hojas de nodos en orden inverso (usar con -sort).
    645633
    646634Hierarchy.sort:Campo de Metadata para clasificar. Use '-sort nosort' para no clasificar.
     635
     636
     637Hierarchy.separator:Expresión regular utilizada por el separador
     638
     639
     640Hierarchy.suppresslastlevel:Ignorar la parte final del valor del metadato. Es útil para metadatos en los cuales cada valor es único, como en la rutas de archivos.
    647641
    648642
  • trunk/gsdl/perllib/strings_fr.rb

    r9639 r10220  
    527527# Classifier option descriptions
    528528#
    529 AutoHierarchy.desc:Plugin de classification pour générer une classification hiérarchique basée sur des méta-données structurées, sans l'aide d'un fichier supplémentaire.
    530 
    531 
    532 AutoHierarchy.separator:Expression réguliÚre utilisée pour le séparateur
    533 
    534 
    535 AutoHierarchy.suppresslastlevel:Ignorer la partie finale de la valeur de méta-donnée. C'est particuliÚrement utile pour des méta-données dont chaque valeur est unique, telles que les chemins de fichiers.
    536 
    537529
    538530AZCompactList.allvalues:Utiliser toutes les valeurs de méta-données trouvées.
     
    631623DateList.sort:Champ de méta-donnée supplémentaire pour le tri au où deux documents ont la même date.
    632624
    633 
    634 Hierarchy.desc:Plugin pour générer des classifications hiérarchiques basé sur un fichier structurel supplémentaire.
    635 
     625HFileHierarchy.desc:Plugin pour générer des classifications hiérarchiques basé sur un fichier structurel supplémentaire.
    636626
    637627Hierarchy.hfile:Le fichier de structure de classificateur.
    638628
    639 
    640629Hierarchy.hlist_at_top:Affiche horizontalement le premier niveau de la classification.
    641630
    642 
    643 Hierarchy.metadata:Champ de méta-donnée utilisé pour la classification. La liste va être triéée suivant cet élément, à moins que -sort soit utilisé.
    644 
    645 
    646631Hierarchy.reverse_sort:Trier les nœuds feuilles en ordre inverse (utiliser avec -sort).
    647632
     633Hierarchy.separator:Expression réguliÚre utilisée pour le séparateur
     634
    648635Hierarchy.sort:Champ de méta-donnée suivant lequel trier. Utiliser '-sort nosort' pour désactiver le tri.
     636
     637Hierarchy.suppresslastlevel:Ignorer la partie finale de la valeur de méta-donnée. C'est particuliÚrement utile pour des méta-données dont chaque valeur est unique, telles que les chemins de fichiers.
    649638
    650639
  • trunk/gsdl/perllib/strings_ru.rb

    r9639 r10220  
    595595# Classifier option descriptions
    596596#
    597 AutoHierarchy.desc:ПлагОМ классОфОкатПра Ўля геМерОрПваМОя ОерарÑ
    598 ÐžÑ‡ÐµÑÐºÐžÑ
    599  ÐºÐ»Ð°ÑÑÐžÑ„ОкацОй, ПсМПваММый Ма структурОрПваММыÑ
    600  ÐŒÐµÑ‚а-ЎаММыÑ
    601 , без МеПбÑ
    602 ÐŸÐŽÐžÐŒÐŸÑÑ‚О ЎПпПлМОтельМыÑ
    603  Ñ„айлПв.
    604 
    605 
    606 AutoHierarchy.separator:РегулярМПе выражеМОе, ОспПльзПваММПе в качестве разЎелОтеля.
    607 
    608 
    609 AutoHierarchy.suppresslastlevel:ИгМПрОруйте пПслеЎМюю часть в зМачеМОО Ќета-ЎаММыÑ
    610 . ЭтП пПлезМП Ўля Ќета-ЎаММыÑ
    611 , в кПтПрыÑ
    612  ÐºÐ°Ð¶ÐŽÐŸÐµ зМачеМОе ПЎОМакПвП, МапрОЌер, ветвь ЎОректПрОО.
    613 
    614597
    615598AZCompactList.allvalues:ИспПльзПвать все МайЎеММые зМачеМОя Ќета-ЎаММыÑ
     
    739722
    740723
    741 Hierarchy.desc:ПлагОМ классОфОкатПра Ўля геМерОрПваМОя ОерарÑ
     724HFileHierarchy.desc:ПлагОМ классОфОкатПра Ўля геМерОрПваМОя ОерарÑ
    742725ОческОÑ
    743726 ÐºÐ»Ð°ÑÑÐžÑ„ОкацОй, пПстрПеММыÑ
    744727 ÐœÐ° ЎПпПлМОтельМПЌ файле сП структурПй.
    745728
    746 
    747729Hierarchy.hfile:Структура файла классОфОкацОО.
    748730
    749 
    750731Hierarchy.hlist_at_top:ППказать первый урПвеМь классОфОкацОО гПрОзПМтальМП.
    751 
    752 
    753 Hierarchy.metadata:ППле ЌетаЎаММыÑ
    754 , ОспПльзуеЌПе Ўля классОфОкацОО. СпОсПк буЎет ПтсПртОрПваМ этОЌ элеЌеМтПЌ, еслО Ме ОспПльзуется -sort.
    755 
    756732
    757733Hierarchy.reverse_sort:СПртОрПвка лОстьев Ўерева (кПМцевыÑ
    758734 Ð²ÐµÑ€ÑˆÐžÐœ) в ПбратМПЌ пПряЎке (ОспПльзуйте с -sort).
    759735
     736Hierarchy.separator:РегулярМПе выражеМОе, ОспПльзПваММПе в качестве разЎелОтеля.
     737
     738
    760739Hierarchy.sort:ППле ЌетаЎаММыÑ
    761740 ÐŽÐ»Ñ сПртОрПвкО. ИспПльзПвать'-sort nosort', еслО сПртОрПвка Ме МужМа.
    762741
     742Hierarchy.suppresslastlevel:ИгМПрОруйте пПслеЎМюю часть в зМачеМОО Ќета-ЎаММыÑ
     743. ЭтП пПлезМП Ўля Ќета-ЎаММыÑ
     744, в кПтПрыÑ
     745 ÐºÐ°Ð¶ÐŽÐŸÐµ зМачеМОе ПЎОМакПвП, МапрОЌер, ветвь ЎОректПрОО.
    763746
    764747HTML.desc:СПзЎает пустую классОфОкацОю, кПтПрая является прПстП ссылкПй Ма веб-страМОцу.
Note: See TracChangeset for help on using the changeset viewer.