Changeset 15968 for gsdl/trunk


Ignore:
Timestamp:
2008-06-12T13:43:33+12:00 (16 years ago)
Author:
kjdon
Message:

first pass at changing all the plugin names

Location:
gsdl/trunk/perllib
Files:
8 edited

Legend:

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

    r15118 r15968  
    652652#
    653653
    654 ArcPlug.desc:Plugin which recurses through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.
    655 
    656 BasPlug.adding:adding
    657 
    658 BasPlug.already_seen:already seen
    659 
    660 BasPlug.bad_general_option:The %s plugin uses an incorrect option. Check your collect.cfg configuration file.
    661 
    662 BasPlug.block_exp:Files matching this regular expression will be blocked from being passed to any later plugins in the list. This has no real effect other than to prevent lots of warning messages about input files you don't care about. Each plugin might have a default block_exp. e.g. by default HTMLPlug blocks any files with .gif, .jpg, .jpeg, .png or .css file extensions.
    663 
    664 BasPlug.associate_ext:Causes files with the same root filename as the document being processed by the plugin AND a filename extension from the comma separated list provided by this argument to be associated with the document being processed rather than handled as a separate list.
    665 
    666 BasPlug.could_not_extract_encoding:WARNING: encoding could not be extracted from %s - defaulting to %s
    667 
    668 BasPlug.could_not_extract_language:WARNING: language could not be extracted from %s - defaulting to %s
    669 
    670 BasPlug.could_not_open_for_reading:could not open %s for reading
    671 
    672 BasPlug.no_cover_image:Do not look for a prefix.jpg file (where prefix is the same prefix as the file being processed) and associate it as a cover image.
    673 
    674 BasPlug.default_encoding:Use this encoding if -input_encoding is set to 'auto' and the text categorization algorithm fails to extract the encoding or extracts an encoding unsupported by Greenstone. This option can take the same values as -input_encoding.
    675 
    676 BasPlug.default_language:If Greenstone fails to work out what language a document is the 'Language' metadata element will be set to this value. The default is 'en' (ISO 639 language symbols are used: en = English). Note that if -input_encoding is not set to 'auto' and -extract_language is not set, all documents will have their 'Language' metadata set to this value.
    677 
    678 BasPlug.desc:Base class for all the import plugins.
    679 
    680 BasPlug.done_acronym_extract:done extracting acronyms.
    681 
    682 BasPlug.done_acronym_markup:done acronym markup.
    683 
    684 BasPlug.done_email_extract:done extracting e-mail addresses.
    685 
    686 BasPlug.dummy_text:This document has no text.
    687 
    688 BasPlug.empty_file:file contains no text
    689 
    690 BasPlug.extract_acronyms:Extract acronyms from within text and set as metadata.
    691 
    692 BasPlug.extract_email:Extract email addresses as metadata.
    693 
    694 BasPlug.extract_historical_years:Extract time-period information from historical documents.  This is stored as metadata with the document. There is a search interface for this metadata, which you can include in your collection by adding the statement, "format QueryInterface DateSearch" to your collection configuration file.
    695 
    696 BasPlug.extract_language:Identify the language of each document and set 'Language' metadata. Note that this will be done automatically if -input_encoding is 'auto'.
    697 
    698 BasPlug.extracting:extracting
    699 
    700 BasPlug.extracting_acronyms:extracting acronyms
    701 
    702 BasPlug.extract_keyphrases:Extract keyphrases automatically with Kea (default settings).
    703 
    704 BasPlug.extract_keyphrases_kea4:Extract keyphrases automatically with Kea 4.0 (default settings). Kea 4.0 is a new version of Kea that has been developed for controlled indexing of documents in the domain of agriculture.
    705 
    706 BasPlug.extract_keyphrase_options:Options for keyphrase extraction with Kea. For example: mALIWEB - use ALIWEB extraction model; n5 - extract 5 keyphrase;, eGBK - use GBK encoding.
    707 
    708 BasPlug.extracting_emails:extracting e-mail addresses
    709 
    710 BasPlug.file_has_no_text:ERROR: %s contains no text
    711 
    712 BasPlug.first:Comma separated list of first sizes to extract from the text into a metadata field. The field is called 'FirstNNN'.
    713 
    714 BasPlug.input_encoding:The encoding of the source documents. Documents will be converted from these encodings and stored internally as utf8.
    715 BasPlug.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.
    716 BasPlug.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.
    717 
    718 BasPlug.input_encoding.unicode:Just unicode.
    719 
    720 BasPlug.input_encoding.utf8:Either utf8 or unicode -- automatically detected.
    721 
    722 BasPlug.keyphrases:keyphrases
    723 
    724 BasPlug.marking_up_acronyms:marking up acronyms
    725 
    726 BasPlug.markup_acronyms:Add acronym metadata into document text.
    727 
    728 BasPlug.maximum_century:The maximum named century to be extracted as historical metadata (e.g. 14 will extract all references up to the 14th century).
    729 
    730 BasPlug.maximum_year:The maximum historical date to be used as metadata (in a Common Era date, such as 1950).
    731 
    732 BasPlug.missing_kea:Error: The Kea software could not be found at %s. Please download Kea %s from http://www.nzdl.org/Kea and install it in this directory.
    733 
    734 BasPlug.must_be_implemented:BasPlug::read function must be implemented in sub-class for recursive plugins
    735 
    736 BasPlug.no_bibliography:Do not try to block bibliographic dates when extracting historical dates.
    737 
    738 BasPlug.process_exp:A perl regular expression to match against filenames. Matching filenames will be processed by this plugin. For example, using '(?i).html?\$' matches all documents ending in .htm or .html (case-insensitive).
    739 
    740 BasPlug.read_denied:Read permission denied for %s
    741 
    742 BasPlug.separate_cjk:Insert spaces between Chinese/Japanese/Korean characters to make each character a word. Use if text is not segmented.
    743 
    744 BasPlug.smart_block:Block files in a smarter way than just looking at filenames.
    745 
    746 BasPlug.stems:stems
    747 
    748 BasPlug.unsupported_encoding:WARNING: %s appears to be encoded in an unsupported encoding (%s) - using %s
    749 
    750 BasPlug.wrong_encoding:WARNING: %s was read using %s encoding but appears to be encoded as %s.
    751 
    752 BibTexPlug.desc:BibTexPlug reads bibliography files in BibTex format. BibTexPlug creates a document object for every reference in the file. It is a subclass of SplitPlug, so if there are multiple records, all are read.
    753 
    754 BookPlug.desc:Creates multi-level document from document containing <<TOC>> level tags. Metadata for each section is taken from any other tags on the same line as the <<TOC>>. e.g. <<Title>>xxxx<</Title>> sets Title metadata. Everything else between TOC tags is treated as simple html (i.e. no processing of html links or any other HTMLPlug type stuff is done). Expects input files to have a .hb file extension by default (this can be changed by adding a -process_exp option a file with the same name as the hb file but a .jpg extension is taken as the cover image (jpg files are blocked by this plugin). BookPlug is a simplification (and extension) of the HBPlug used by the Humanity Library collections. BookPlug is faster as it expects the input files to be cleaner (The input to the HDL collections contains lots of excess html tags around <<TOC>> tags, uses <<I>> tags to specify images, and simply takes all text between <<TOC>> tags and start of text to be Title metadata). If you're marking up documents to be displayed in the same way as the HDL collections, use this plugin instead of HBPlug.
    755 
    756 ConvertToPlug.apply_fribidi:Run the "fribidi" Unicode Bidirectional Algorithm program over the converted file (for right-to-left text).
    757 ConvertToPlug.convert_to:Plugin converts to TEXT or HTML or various types of Image (e.g. JPEG, GIF, PNG).
    758 ConvertToPlug.convert_to.auto:Automatically select the format converted too.  Format chosen depends on input document type, for example Word will automatically be converted to HTML, whereas PowerPoint will be converted to Greenstone's PagedImage format.
    759 ConvertToPlug.convert_to.html:HTML format.
    760 ConvertToPlug.convert_to.text:Plain text format.
    761 ConvertToPlug.convert_to.pagedimg_jpg:JPEG format.
    762 ConvertToPlug.convert_to.pagedimg_gif:GIF format.
    763 ConvertToPlug.convert_to.pagedimg_png:PNG format.
    764 
    765 ConvertToPlug.desc:This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug, RTFPlug and PDFPlug. It facilitates the conversion of these document types to either HTML, TEXT or a series of images. It works by dynamically loading an appropriate secondary plugin (HTMLPlug, StructuredHTMLPlug, PagedImgPlug or TEXTPlug) based on the plugin argument 'convert_to'.
    766 ConvertToPlug.keep_original_filename:Keep the original filename for the associated file, rather than converting to doc.pdf, doc.doc etc.
    767 ConvertToPlug.use_strings:If set, a simple strings function will be called to extract text if the conversion utility fails.
    768 
    769 ConvertToRogPlug.desc:A plugin that inherits from RogPlug.
    770 
    771 CSVPlug.desc:A plugin for files in comma-separated value format. A new document will be created for each line of the file.
    772 
    773 DBPlug.desc:A plugin that imports records from a database. This uses perl's DBI module, which includes back-ends for mysql, postgresql, comma separated values (CSV), MS Excel, ODBC, sybase, etc... Extra modules may need to be installed to use this. See <GSDLHOME>/etc/packages/example.dbi for an example config file.
    774 
    775 DBPlug.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PSPlug to remove "Page 1" etc from text used as the title.
    776 
    777 DSpacePlug.desc:DSpacePlug takes a collection of documents exported from DSpace and imports them into Greenstone.
     654ArchivesInfPlugin.desc:Plugin which recurses through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.
     655
     656BasePlugin.adding:adding
     657
     658BasePlugin.already_seen:already seen
     659
     660BasePlugin.bad_general_option:The %s plugin uses an incorrect option. Check your collect.cfg configuration file.
     661
     662BasePlugin.block_exp:Files matching this regular expression will be blocked from being passed to any later plugins in the list. This has no real effect other than to prevent lots of warning messages about input files you don't care about. Each plugin might have a default block_exp. e.g. by default HTMLPlug blocks any files with .gif, .jpg, .jpeg, .png or .css file extensions.
     663
     664BasePlugin.associate_ext:Causes files with the same root filename as the document being processed by the plugin AND a filename extension from the comma separated list provided by this argument to be associated with the document being processed rather than handled as a separate list.
     665
     666BasePlugin.could_not_extract_encoding:WARNING: encoding could not be extracted from %s - defaulting to %s
     667
     668BasePlugin.could_not_extract_language:WARNING: language could not be extracted from %s - defaulting to %s
     669
     670BasePlugin.could_not_open_for_reading:could not open %s for reading
     671
     672BasePlugin.no_cover_image:Do not look for a prefix.jpg file (where prefix is the same prefix as the file being processed) and associate it as a cover image.
     673
     674BasePlugin.default_encoding:Use this encoding if -input_encoding is set to 'auto' and the text categorization algorithm fails to extract the encoding or extracts an encoding unsupported by Greenstone. This option can take the same values as -input_encoding.
     675
     676BasePlugin.default_language:If Greenstone fails to work out what language a document is the 'Language' metadata element will be set to this value. The default is 'en' (ISO 639 language symbols are used: en = English). Note that if -input_encoding is not set to 'auto' and -extract_language is not set, all documents will have their 'Language' metadata set to this value.
     677
     678BasePlugin.desc:Base class for all the import plugins.
     679
     680BasePlugin.done_acronym_extract:done extracting acronyms.
     681
     682BasePlugin.done_acronym_markup:done acronym markup.
     683
     684BasePlugin.done_email_extract:done extracting e-mail addresses.
     685
     686BasePlugin.dummy_text:This document has no text.
     687
     688BasePlugin.empty_file:file contains no text
     689
     690BasePlugin.extract_acronyms:Extract acronyms from within text and set as metadata.
     691
     692BasePlugin.extract_email:Extract email addresses as metadata.
     693
     694BasePlugin.extract_historical_years:Extract time-period information from historical documents.  This is stored as metadata with the document. There is a search interface for this metadata, which you can include in your collection by adding the statement, "format QueryInterface DateSearch" to your collection configuration file.
     695
     696BasePlugin.extract_language:Identify the language of each document and set 'Language' metadata. Note that this will be done automatically if -input_encoding is 'auto'.
     697
     698BasePlugin.extracting:extracting
     699
     700BasePlugin.extracting_acronyms:extracting acronyms
     701
     702BasePlugin.extract_keyphrases:Extract keyphrases automatically with Kea (default settings).
     703
     704BasePlugin.extract_keyphrases_kea4:Extract keyphrases automatically with Kea 4.0 (default settings). Kea 4.0 is a new version of Kea that has been developed for controlled indexing of documents in the domain of agriculture.
     705
     706BasePlugin.extract_keyphrase_options:Options for keyphrase extraction with Kea. For example: mALIWEB - use ALIWEB extraction model; n5 - extract 5 keyphrase;, eGBK - use GBK encoding.
     707
     708BasePlugin.extracting_emails:extracting e-mail addresses
     709
     710BasePlugin.file_has_no_text:ERROR: %s contains no text
     711
     712BasePlugin.first:Comma separated list of first sizes to extract from the text into a metadata field. The field is called 'FirstNNN'.
     713
     714BasePlugin.input_encoding:The encoding of the source documents. Documents will be converted from these encodings and stored internally as utf8.
     715BasePlugin.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.
     716BasePlugin.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.
     717
     718BasePlugin.input_encoding.unicode:Just unicode.
     719
     720BasePlugin.input_encoding.utf8:Either utf8 or unicode -- automatically detected.
     721
     722BasePlugin.keyphrases:keyphrases
     723
     724BasePlugin.marking_up_acronyms:marking up acronyms
     725
     726BasePlugin.markup_acronyms:Add acronym metadata into document text.
     727
     728BasePlugin.maximum_century:The maximum named century to be extracted as historical metadata (e.g. 14 will extract all references up to the 14th century).
     729
     730BasePlugin.maximum_year:The maximum historical date to be used as metadata (in a Common Era date, such as 1950).
     731
     732BasePlugin.missing_kea:Error: The Kea software could not be found at %s. Please download Kea %s from http://www.nzdl.org/Kea and install it in this directory.
     733
     734BasePlugin.must_be_implemented:BasPlug::read function must be implemented in sub-class for recursive plugins
     735
     736BasePlugin.no_bibliography:Do not try to block bibliographic dates when extracting historical dates.
     737
     738BasePlugin.process_exp:A perl regular expression to match against filenames. Matching filenames will be processed by this plugin. For example, using '(?i).html?\$' matches all documents ending in .htm or .html (case-insensitive).
     739
     740BasePlugin.read_denied:Read permission denied for %s
     741
     742BasePlugin.separate_cjk:Insert spaces between Chinese/Japanese/Korean characters to make each character a word. Use if text is not segmented.
     743
     744BasePlugin.smart_block:Block files in a smarter way than just looking at filenames.
     745
     746BasePlugin.stems:stems
     747
     748BasePlugin.unsupported_encoding:WARNING: %s appears to be encoded in an unsupported encoding (%s) - using %s
     749
     750BasePlugin.wrong_encoding:WARNING: %s was read using %s encoding but appears to be encoded as %s.
     751
     752BibTexPlugin.desc:BibTexPlug reads bibliography files in BibTex format. BibTexPlug creates a document object for every reference in the file. It is a subclass of SplitPlug, so if there are multiple records, all are read.
     753
     754BookPlugin.desc:Creates multi-level document from document containing <<TOC>> level tags. Metadata for each section is taken from any other tags on the same line as the <<TOC>>. e.g. <<Title>>xxxx<</Title>> sets Title metadata. Everything else between TOC tags is treated as simple html (i.e. no processing of html links or any other HTMLPlug type stuff is done). Expects input files to have a .hb file extension by default (this can be changed by adding a -process_exp option a file with the same name as the hb file but a .jpg extension is taken as the cover image (jpg files are blocked by this plugin). BookPlug is a simplification (and extension) of the HBPlug used by the Humanity Library collections. BookPlug is faster as it expects the input files to be cleaner (The input to the HDL collections contains lots of excess html tags around <<TOC>> tags, uses <<I>> tags to specify images, and simply takes all text between <<TOC>> tags and start of text to be Title metadata). If you're marking up documents to be displayed in the same way as the HDL collections, use this plugin instead of HBPlug.
     755
     756ConvertBinaryFile.apply_fribidi:Run the "fribidi" Unicode Bidirectional Algorithm program over the converted file (for right-to-left text).
     757ConvertBinaryFile.convert_to:Plugin converts to TEXT or HTML or various types of Image (e.g. JPEG, GIF, PNG).
     758ConvertBinaryFile.convert_to.auto:Automatically select the format converted too.  Format chosen depends on input document type, for example Word will automatically be converted to HTML, whereas PowerPoint will be converted to Greenstone's PagedImage format.
     759ConvertBinaryFile.convert_to.html:HTML format.
     760ConvertBinaryFile.convert_to.text:Plain text format.
     761ConvertBinaryFile.convert_to.pagedimg_jpg:JPEG format.
     762ConvertBinaryFile.convert_to.pagedimg_gif:GIF format.
     763ConvertBinaryFile.convert_to.pagedimg_png:PNG format.
     764
     765ConvertToPlugin.desc:This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug, RTFPlug and PDFPlug. It facilitates the conversion of these document types to either HTML, TEXT or a series of images. It works by dynamically loading an appropriate secondary plugin (HTMLPlug, StructuredHTMLPlug, PagedImgPlug or TEXTPlug) based on the plugin argument 'convert_to'.
     766ConvertBinaryFile.keep_original_filename:Keep the original filename for the associated file, rather than converting to doc.pdf, doc.doc etc.
     767ConvertBinaryFile.use_strings:If set, a simple strings function will be called to extract text if the conversion utility fails.
     768
     769ConvertToRogPlugin.desc:A plugin that inherits from RogPlug.
     770
     771CSVPlugin.desc:A plugin for files in comma-separated value format. A new document will be created for each line of the file.
     772
     773DBPlugin.desc:A plugin that imports records from a database. This uses perl's DBI module, which includes back-ends for mysql, postgresql, comma separated values (CSV), MS Excel, ODBC, sybase, etc... Extra modules may need to be installed to use this. See <GSDLHOME>/etc/packages/example.dbi for an example config file.
     774
     775DBPlugin.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PSPlug to remove "Page 1" etc from text used as the title.
     776
     777DSpacePlugin.desc:DSpacePlug takes a collection of documents exported from DSpace and imports them into Greenstone.
    778778   
    779 DSpacePlug.first_inorder_ext: This is used to identify the primary stream of DSpace collection document. With this option, the system will treat the defined ext types of document in sequence to look for the possible primary stream.
    780 DSpacePlug.first_inorder_mime:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the defined mime types of document in sequence to look for the possible primary stream.
    781 DSpacePlug.only_first_doc:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the first document in dublic_core metadata file as the possible primary stream.
    782 
    783 EMAILPlug.desc:Email plug reads email files.  These are named with a simple number (i.e. as they appear in maildir folders) or with the extension .mbx (for mbox mail file format).\nDocument text: The document text consists of all the text after the first blank line in the document.\nMetadata (not Dublin Core!):\n\t\$Headers      All the header content (optional, not stored by default)\n\t\$Subject      Subject: header\n\t\$To           To: header\n\t\$From         From: header\n\t\$FromName     Name of sender (where available)\n\t\$FromAddr     E-mail address of sender\n\t\$DateText     Date: header\n\t\$Date         Date: header in GSDL format (eg: 19990924)
    784 
    785 EMAILPlug.no_attachments:Do not save message attachments.
    786 
    787 EMAILPlug.headers:Store email headers as "Headers" metadata.
    788 
    789 EMAILPlug.split_exp:A perl regular expression used to split files containing many messages into individual documents.
    790 
    791 ExcelPlug.desc:A plugin for importing Microsoft Excel files (versions 95 and 97).
    792 
    793 FOXPlug.desc:Plugin to process a Foxbase dbt file. This plugin provides the basic functionality to read in the dbt and dbf files and process each record. This general plugin should be overridden for a particular database to process the appropriate fields in the file.
    794 
    795 GAPlug.desc:Processes Greenstone Archive XML documents. Note that this plugin does no syntax checking (though the XML::Parser module tests for well-formedness). It's assumed that the Greenstone Archive files conform to their DTD.
    796 
    797 GISBasPlug.extract_placenames:Extract placenames from within text and set as metadata. Requires GIS extension to Greenstone.
    798 
    799 GISBasPlug.gazetteer:Gazetteer to use to extract placenames from within text and set as metadata. Requires GIS extension to Greenstone.
    800 
    801 GISBasPlug.place_list:When extracting placements, include list of placenames at start of the document. Requires GIS extension to Greenstone.
    802 
    803 GMLPlug.desc:Plugin which processes a GML format document. It assumes that gml tags are all in lower-case.
    804 
    805 HBPlug.desc:Plugin which processes an HTML book directory. This plugin is used by the Humanity Library collections and does not handle input encodings other than ascii or extended ascii. This code is kind of ugly and could no doubt be made to run faster, by leaving it in this state I hope to encourage people to make their collections use HBSPlug instead ;-)\n\nUse HBSPlug if creating a new collection and marking up files like the Humanity Library collections. HBSPlug accepts all input encodings but expects the marked up files to be cleaner than those used by the Humanity Library collections
    806 
    807 HTMLPlug.assoc_files:Perl regular expression of file extensions to associate with html documents.
    808 
    809 HTMLPlug.desc:This plugin processes HTML files
    810 
    811 HTMLPlug.description_tags:Split document into sub-sections where <Section> tags occur. '-keep_head' will have no effect when this option is set.
    812 
    813 HTMLPlug.extract_style:Extract style and script information from the HTML <head> tag and save as DocumentHeader metadata. This will be set in the document page as the _document:documentheader_ macro.
    814 
    815 HTMLPlug.file_is_url:Set if input filenames make up url of original source documents e.g. if a web mirroring tool was used to create the import directory structure.
    816 
    817 HTMLPlug.hunt_creator_metadata:Find as much metadata as possible on authorship and place it in the 'Creator' field.
    818 
    819 HTMLPlug.keep_head:Don't remove headers from html files.
    820 
    821 HTMLPlug.metadata_fields:Comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive.
    822 
    823 HTMLPlug.no_metadata:Don't attempt to extract any metadata from files.
    824 
    825 HTMLPlug.no_strip_metadata_html:Comma separated list of metadata names, or 'all'. Used with -description_tags, it prevents stripping of HTML tags from the values for the specified metadata.
    826 
    827 HTMLPlug.nolinks:Don't make any attempt to trap links (setting this flag may improve speed of building/importing but any relative links within documents will be broken).
    828 
    829 HTMLPlug.no_image_links:Don't make any attempt to trap image links to allow view images.
    830 
    831 HTMLPlug.rename_assoc_files:Renames files associated with documents (e.g. images). Also creates much shallower directory structure (useful when creating collections to go on cd-rom).
    832 
    833 HTMLPlug.sectionalise_using_h_tags:Automatically create a sectioned document using h1, h2, ... hX tags.
    834 
    835 HTMLPlug.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PDFPlug to remove "Page 1", etc from text used as the title.
    836 
    837 HTMLPlug.tidy_html:If set, converts an HTML document into a well-formed XHTML to enable users view the document in the book format.
    838 
    839 HTMLPlug.old_style_HDL:To mark whether the file in this collection used the old HDL document's tags style.
    840 
    841 ImagePlug.converttotype:Convert main image to format 's'.
    842 
    843 ImagePlug.desc:This plugin processes images, adding basic metadata
    844 
    845 ImagePlug.minimumsize:Ignore images smaller than n bytes.
    846 
    847 ImagePlug.noscaleup:Don't scale up small images when making thumbnails.
    848 
    849 ImagePlug.generatescreenview:Used to control whether screeen-view resolution images are generated or not.
    850 
    851 ImagePlug.screenviewsize:If set, makes an image of size n for screen display and sets Screen, ScreenSize, ScreenWidth and ScreenHeight metadata.  By default it is not set.
    852 
    853 ImagePlug.screenviewtype:If -screenviewsize is set, this sets the screen display image type.
    854 
    855 ImagePlug.generatethumbnail:Used to control whether thumbnails are generated or not.
    856 
    857 ImagePlug.thumbnailsize:Make thumbnails of size nxn.
    858 
    859 ImagePlug.thumbnailtype:Make thumbnails in format 's'.
    860 
    861 IndexPlug.desc:This recursive plugin processes an index.txt file. The index.txt file should contain the list of files to be included in the collection followed by any extra metadata to be associated with each file.\n\nThe index.txt file should be formatted as follows: The first line may be a key (beginning with key:) to name the metadata fields (e.g. key: Subject Organization Date). The following lines will contain a filename followed by the value that metadata entry is to be set to. (e.g. 'irma/iw097e 3.2 unesco 1993' will associate the metadata Subject=3.2, Organization=unesco, and Date=1993 with the file irma/iw097e if the above key line was used)\n\nNote that if any of the metadata fields use the Hierarchy classifier plugin then the value they're set to should correspond to the first field (the descriptor) in the appropriate classification file.\n\nMetadata values may be named separately using a tag (e.g. <Subject>3.2) and this will override any name given to them by the key line. If there's no key line any unnamed metadata value will be named 'Subject'.
    862 
    863 ISISPlug.desc:This plugin processes CDS/ISIS databases. For each CDS/ISIS database processed, three files must exist in the collection's import folder: the Master file (.mst), the Field Definition Table (.fdt), and the Cross-Reference File (.xrf).
    864 
    865 ISISPlug.subfield_separator:The string used to separate subfields in CDS/ISIS database records.
    866 
    867 ISISPlug.entry_separator:The string used to separate multiple values for single metadata fields in CDS/ISIS database records.
    868 
    869 LaTeXPlug.desc:Plugin for LaTeX documents.
    870 
    871 LOMPlug.desc:Plugin for importing LOM (Learning Object Metadata) files.
    872 
    873 LOMPlug.root_tag:The DocType of the XML file (or a regular expression that matches the root element).
    874 LOMPlug.check_timestamp:Check timestamps of previously downloaded files, and only download again if source file is newer.
    875 LOMPlug.download_srcdocs:Download the source document if one is specified (in general^identifier^entry or technical^location). This option should specify a regular expression to match filenames against before downloading. Note, this currently doesn't work for documents outside a firewall.
    876 
    877 MARCPlug.desc:Basic MARC plugin.
    878 
    879 MARCPlug.metadata_mapping:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
    880 
    881 MARCXMLPlug.desc:MARCXML plugin.
    882 
    883 MARCXMLPlug.metadata_mapping_file:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
    884 
    885 MediaWikiPlug.desc:Plugin for importing MediaWiki web pages
    886 
    887 MediaWikiPlug.show_toc: Add to the collection's About page the 'table of contents' on the MediaWiki website's main page. Needs to specify a Perl regular expression in toc_exp below to match the 'table of contents' section.
    888 
    889 MediaWikiPlug.delete_toc:Delete the 'table of contents' section on each HTML page. Needs to specify a Perl regular expression in toc_exp below to match the 'table of contents' section.
    890 
    891 MediaWikiPlug.toc_exp:A Perl regular expression to match the 'table of content'. The default value matches common MediaWiki web pages.
    892 
    893 MediaWikiPlug.delete_nav:Delete the navigation section. Needs to specify a Perl regular expression in nav_div_exp below.
    894 
    895 MediaWikiPlug.nav_div_exp:A Perl regular expression to match the navigation section. The default value matches common MediaWiki web pages.
    896 
    897 MediaWikiPlug.delete_searchbox:Delete the searchbox section. Needs to specify a Perl regular expression in searchbox_div_exp below.
    898 
    899 MediaWikiPlug.searchbox_div_id:A Perl regular expression to match the searchbox section. The default value matches common MediaWiki web pages.
    900 
    901 MediaWikiPlug.remove_title_suffix_exp:A Perl regular expression to trim the extracted title. For example, \\s-(.+) will trim title contents after "-".
    902 
    903 MetadataCSVPlug.desc:A plugin for metadata in comma-separated value format. The Filename field in the CSV file is used to determine which document the metadata belongs to.
     779DSpacePlugin.first_inorder_ext: This is used to identify the primary stream of DSpace collection document. With this option, the system will treat the defined ext types of document in sequence to look for the possible primary stream.
     780DSpacePlugin.first_inorder_mime:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the defined mime types of document in sequence to look for the possible primary stream.
     781DSpacePlugin.only_first_doc:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the first document in dublic_core metadata file as the possible primary stream.
     782
     783EmailPlugin.desc:Email plug reads email files.  These are named with a simple number (i.e. as they appear in maildir folders) or with the extension .mbx (for mbox mail file format).\nDocument text: The document text consists of all the text after the first blank line in the document.\nMetadata (not Dublin Core!):\n\t\$Headers      All the header content (optional, not stored by default)\n\t\$Subject      Subject: header\n\t\$To           To: header\n\t\$From         From: header\n\t\$FromName     Name of sender (where available)\n\t\$FromAddr     E-mail address of sender\n\t\$DateText     Date: header\n\t\$Date         Date: header in GSDL format (eg: 19990924)
     784
     785EmailPlugin.no_attachments:Do not save message attachments.
     786
     787EmailPlugin.headers:Store email headers as "Headers" metadata.
     788
     789EmailPlugin.split_exp:A perl regular expression used to split files containing many messages into individual documents.
     790
     791ExcelPlugin.desc:A plugin for importing Microsoft Excel files (versions 95 and 97).
     792
     793FOXPlugin.desc:Plugin to process a Foxbase dbt file. This plugin provides the basic functionality to read in the dbt and dbf files and process each record. This general plugin should be overridden for a particular database to process the appropriate fields in the file.
     794
     795GAPlugin.desc:Processes Greenstone Archive XML documents. Note that this plugin does no syntax checking (though the XML::Parser module tests for well-formedness). It's assumed that the Greenstone Archive files conform to their DTD.
     796
     797GISExtractor.extract_placenames:Extract placenames from within text and set as metadata. Requires GIS extension to Greenstone.
     798
     799GISExtractor.gazetteer:Gazetteer to use to extract placenames from within text and set as metadata. Requires GIS extension to Greenstone.
     800
     801GISExtractor.place_list:When extracting placements, include list of placenames at start of the document. Requires GIS extension to Greenstone.
     802
     803GMLPlugin.desc:Plugin which processes a GML format document. It assumes that gml tags are all in lower-case.
     804
     805HBPlugin.desc:Plugin which processes an HTML book directory. This plugin is used by the Humanity Library collections and does not handle input encodings other than ascii or extended ascii. This code is kind of ugly and could no doubt be made to run faster, by leaving it in this state I hope to encourage people to make their collections use HBSPlug instead ;-)\n\nUse HBSPlug if creating a new collection and marking up files like the Humanity Library collections. HBSPlug accepts all input encodings but expects the marked up files to be cleaner than those used by the Humanity Library collections
     806
     807HTMLPlugin.assoc_files:Perl regular expression of file extensions to associate with html documents.
     808
     809HTMLPlugin.desc:This plugin processes HTML files
     810
     811HTMLPlugin.description_tags:Split document into sub-sections where <Section> tags occur. '-keep_head' will have no effect when this option is set.
     812
     813HTMLPlugin.extract_style:Extract style and script information from the HTML <head> tag and save as DocumentHeader metadata. This will be set in the document page as the _document:documentheader_ macro.
     814
     815HTMLPlugin.file_is_url:Set if input filenames make up url of original source documents e.g. if a web mirroring tool was used to create the import directory structure.
     816
     817HTMLPlugin.hunt_creator_metadata:Find as much metadata as possible on authorship and place it in the 'Creator' field.
     818
     819HTMLPlugin.keep_head:Don't remove headers from html files.
     820
     821HTMLPlugin.metadata_fields:Comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive.
     822
     823HTMLPlugin.no_metadata:Don't attempt to extract any metadata from files.
     824
     825HTMLPlugin.no_strip_metadata_html:Comma separated list of metadata names, or 'all'. Used with -description_tags, it prevents stripping of HTML tags from the values for the specified metadata.
     826
     827HTMLPlugin.nolinks:Don't make any attempt to trap links (setting this flag may improve speed of building/importing but any relative links within documents will be broken).
     828
     829HTMLPlugin.no_image_links:Don't make any attempt to trap image links to allow view images.
     830
     831HTMLPlugin.rename_assoc_files:Renames files associated with documents (e.g. images). Also creates much shallower directory structure (useful when creating collections to go on cd-rom).
     832
     833HTMLPlugin.sectionalise_using_h_tags:Automatically create a sectioned document using h1, h2, ... hX tags.
     834
     835HTMLPlugin.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PDFPlug to remove "Page 1", etc from text used as the title.
     836
     837HTMLPlugin.tidy_html:If set, converts an HTML document into a well-formed XHTML to enable users view the document in the book format.
     838
     839HTMLPlugin.old_style_HDL:To mark whether the file in this collection used the old HDL document's tags style.
     840
     841ImageConverter.noconversionavailable:Image conversion not available
     842ImageConverter.imagemagicknotinstalled: Image Magick not installed
     843ImageConverter.win95notsupported: Image Magick not supported on Win95/98
     844ImagePlugin.converttotype:Convert main image to format 's'.
     845
     846ImagePlugin.desc:This plugin processes images, adding basic metadata
     847
     848ImagePlugin.minimumsize:Ignore images smaller than n bytes.
     849
     850ImagePlugin.noscaleup:Don't scale up small images when making thumbnails.
     851
     852ImagePlugin.generatescreenview:Used to control whether screeen-view resolution images are generated or not.
     853
     854ImagePlugin.screenviewsize:If set, makes an image of size n for screen display and sets Screen, ScreenSize, ScreenWidth and ScreenHeight metadata.  By default it is not set.
     855
     856ImagePlugin.screenviewtype:If -screenviewsize is set, this sets the screen display image type.
     857
     858ImagePlugin.generatethumbnail:Used to control whether thumbnails are generated or not.
     859
     860ImagePlugin.thumbnailsize:Make thumbnails of size nxn.
     861
     862ImagePlugin.thumbnailtype:Make thumbnails in format 's'.
     863
     864IndexPlugin.desc:This recursive plugin processes an index.txt file. The index.txt file should contain the list of files to be included in the collection followed by any extra metadata to be associated with each file.\n\nThe index.txt file should be formatted as follows: The first line may be a key (beginning with key:) to name the metadata fields (e.g. key: Subject Organization Date). The following lines will contain a filename followed by the value that metadata entry is to be set to. (e.g. 'irma/iw097e 3.2 unesco 1993' will associate the metadata Subject=3.2, Organization=unesco, and Date=1993 with the file irma/iw097e if the above key line was used)\n\nNote that if any of the metadata fields use the Hierarchy classifier plugin then the value they're set to should correspond to the first field (the descriptor) in the appropriate classification file.\n\nMetadata values may be named separately using a tag (e.g. <Subject>3.2) and this will override any name given to them by the key line. If there's no key line any unnamed metadata value will be named 'Subject'.
     865
     866ISISPlugin.desc:This plugin processes CDS/ISIS databases. For each CDS/ISIS database processed, three files must exist in the collection's import folder: the Master file (.mst), the Field Definition Table (.fdt), and the Cross-Reference File (.xrf).
     867
     868ISISPlugin.subfield_separator:The string used to separate subfields in CDS/ISIS database records.
     869
     870ISISPlugin.entry_separator:The string used to separate multiple values for single metadata fields in CDS/ISIS database records.
     871
     872LaTeXPlugin.desc:Plugin for LaTeX documents.
     873
     874LOMPlugin.desc:Plugin for importing LOM (Learning Object Metadata) files.
     875
     876LOMPlugin.root_tag:The DocType of the XML file (or a regular expression that matches the root element).
     877LOMPlugin.check_timestamp:Check timestamps of previously downloaded files, and only download again if source file is newer.
     878LOMPlugin.download_srcdocs:Download the source document if one is specified (in general^identifier^entry or technical^location). This option should specify a regular expression to match filenames against before downloading. Note, this currently doesn't work for documents outside a firewall.
     879
     880MARCPlugin.desc:Basic MARC plugin.
     881
     882MARCPlugin.metadata_mapping:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
     883
     884MARCXMLPlugin.desc:MARCXML plugin.
     885
     886MARCXMLPlugin.metadata_mapping_file:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
     887
     888MediaWikiPlugin.desc:Plugin for importing MediaWiki web pages
     889
     890MediaWikiPlugin.show_toc: Add to the collection's About page the 'table of contents' on the MediaWiki website's main page. Needs to specify a Perl regular expression in toc_exp below to match the 'table of contents' section.
     891
     892MediaWikiPlugin.delete_toc:Delete the 'table of contents' section on each HTML page. Needs to specify a Perl regular expression in toc_exp below to match the 'table of contents' section.
     893
     894MediaWikiPlugin.toc_exp:A Perl regular expression to match the 'table of content'. The default value matches common MediaWiki web pages.
     895
     896MediaWikiPlugin.delete_nav:Delete the navigation section. Needs to specify a Perl regular expression in nav_div_exp below.
     897
     898MediaWikiPlugin.nav_div_exp:A Perl regular expression to match the navigation section. The default value matches common MediaWiki web pages.
     899
     900MediaWikiPlugin.delete_searchbox:Delete the searchbox section. Needs to specify a Perl regular expression in searchbox_div_exp below.
     901
     902MediaWikiPlugin.searchbox_div_id:A Perl regular expression to match the searchbox section. The default value matches common MediaWiki web pages.
     903
     904MediaWikiPlugin.remove_title_suffix_exp:A Perl regular expression to trim the extracted title. For example, \\s-(.+) will trim title contents after "-".
     905
     906MetadataCSVPlugin.desc:A plugin for metadata in comma-separated value format. The Filename field in the CSV file is used to determine which document the metadata belongs to.
    904907
    905908MetadataPass.desc:On-the-side base class to BasPlug that supports metadata plugins utilise metadata_read pass of import.pl
    906909
    907 METSPlug.desc:Process Greenstone-style METS documents
    908 
    909 GISBasPlug.desc: On-the-side base class to BasPlug that supports GIS capabilities
    910 
    911 NULPlug.desc:Dummy (.nul) file plugin. Used with the files produced by exploding metadata database files.
    912 
    913 NULPlug.assoc_field:Name of a metadata field that will be set for each nul file.
    914 NULPlug.add_metadata_as_text:Add a table of metadata as the text of the document, rather than "This document has no text".
    915 
    916 NULPlug.remove_namespace_for_text:Remove namepsaces from metadata names in the document text (if add_metadata_as_text is set).
    917 
    918 OAIPlug.desc:Basic Open Archives Initiative (OAI) plugin.
    919 
    920 OggVorbisPlug.add_technical_metadata:Add technical (eg. bitrate) metadata.
    921 
    922 OggVorbisPlug.desc:A plugin for importing Ogg Vorbis audio files.
    923 
    924 OpenDocumentPlug.desc:Plugin for OASIS OpenDocument format documents (used by OpenOffice 2.0)
    925 
    926 PagedImgPlug.desc:Plugin for documents made up of a sequence of images, with optional OCR text for each image. This plugin processes .item files which list the sequence of image and text files, and provide metadata.
    927 
    928 PagedImgPlug.documenttype:Set the document type (used for display)
    929 PagedImgPlug.documenttype.paged:Paged documents have next and previous arrows and a 'go to page X' box
    930 PagedImgPlug.documenttype.hierarchy:Hierarchical documents have a table of contents
    931 
    932 PagedImgPlug.headerpage:Add a top level header page (that contains no image) to each document.
    933 
    934 PagedImgPlug.screenview:Produce a screenview image for each image, and set Screen, ScreenSize, ScreenWidth and ScreenHeight metadata.
    935 
    936 PagedImgPlug.screenviewsize:Make screenview images of size nxn.
    937 
    938 PagedImgPlug.screenviewtype:Make screenview images in format 's'.
    939 
    940 PagedImgPlug.thumbnail:Produce a thumbnail for each image
    941 
    942 PDFPlug.allowimagesonly:Allow PDF files with no extractable text. Avoids the need to have -complex set. Only useful with convert_to html.
    943 PDFPlug.complex:Create more complex output. With this option set the output html will look much more like the original PDF file. For this to function properly you Ghostscript installed (for *nix gs should be on your path while for windows you must have gswin32c.exe on your path).
    944 
    945 PDFPlug.desc:Plugin that processes PDF documents.
    946 
    947 PDFPlug.nohidden:Prevent pdftohtml from attempting to extract hidden text. This is only useful if the -complex option is also set.
    948 
    949 PDFPlug.noimages:Don't attempt to extract images from PDF.
    950 
    951 PDFPlug.use_sections:Create a separate section for each page of the PDF file.
    952 
    953 PDFPlug.zoom:The factor by which to zoom the PDF for output (this is only useful if -complex is set).
    954 
    955 PPTPlug.desc:A plugin for importing Microsoft PowerPoint files.
    956 
    957 PPTPlug.windows_scripting:Use MicroSoft Windows scripting technology (Visual Basic for Applications) to get PPT to convert document to various image types (e.g. JPEG,PNG,GIF) rather than rely on the open source package ppttohtml.
    958 
    959 ProCitePlug.desc:A plugin for (exported) ProCite databases
    960 
    961 PSPlug.desc:This is a \"poor man's\" ps to text converter. If you are serious, consider using the PRESCRIPT package, which is available for download at http://www.nzdl.org/html/software.html
    962 
    963 PSPlug.extract_date:Extract date from PS header.
    964 
    965 PSPlug.extract_pages:Extract pages from PS header.
    966 
    967 PSPlug.extract_title:Extract title from PS header.
    968 
    969 RealMediaPlug.desc:A plugin for processing Real Media files.
    970 
    971 RecPlug.desc:RecPlug is a plugin which recurses through directories processing each file it finds.
    972 
    973 RecPlug.recheck_directories:After the files in an import directory have been processed, re-read the directory to discover any new files created.
    974 
    975 RecPlug.use_metadata_files:(DEPRECATED - Add MetadataXMLPlug to the list of plugins instead) Read metadata from metadata XML files.
    976 
    977 ReferPlug.desc:ReferPlug reads bibliography files in Refer format.
    978 
    979 ReferPlug.longdesc:ReferPlug reads bibliography files in Refer format.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\nLoosely based on hcibib2Plug by Steve Jones (stevej\@cs.waikato.ac.nz). Which was based on EMAILPlug by Gordon Paynter (gwp\@cs.waikato.ac.nz). Which was based on old versions of HTMLplug and HCIBIBPlugby by Stefan Boddie and others -- it's hard to tell what came from where, now.\n\nReferPlug creates a document object for every reference in the file. It is a subclass of SplitPlug, so if there are multiple records, all are read.\n\nDocument text:\n\tThe document text consists of the reference in Refer format.\nMetadata:\n\t\$Creator    \%A Author name\n\t\$Title      \%T Title of article of book\n\t\$Journal   \%J Title of Journal\n\t\$Booktitle \%B Title of book containing the publication\n\t\$Report        \%R Type of Report, paper or thesis\n\t\$Volume     \%V Volume Number of Journal\n\t\$Number        \%N Number of Journal within Volume\n\t\$Editor     \%E Editor name\n\t\$Pages      \%P Page Number of article\n\t\$Publisher   \%I Name of Publisher\n\t\$Publisheraddr    \%C Publisher's address\n\t\$Date       \%D Date of publication\n\t\$Keywords   \%K Keywords associated with publication\n\t\$Abstract  \%X Abstract of publication\n\t\$Copyright\t\%* Copyright information for the article
    980 
    981 RogPlug.desc:Creates simple single-level documents from .rog or .mdb files.
    982 
    983 RTFPlug.desc:Plugin for importing Rich Text Format files.
    984 
    985 SRCPlug.desc:Filename is currently used for Title ( optionally minus some prefix ). Current languages:\ntext: READMEs/Makefiles\nC/C++   (currently extracts #include statements and C++ class decls)\nPerl    (currently only done as text)\nShell   (currently only done as text)
    986 
    987 SRCPlug.remove_prefix:Remove this leading pattern from the filename (eg -remove_prefix /tmp/XX/src/). The default is to remove the whole path from the filename.
    988 
    989 SplitPlug.desc:SplitPlug is a plugin for splitting input files into segments that will then be individually processed. This plugin should not be called directly.  Instead, if you need to process input files that contain several documents, you should write a plugin with a process function that will handle one of those documents and have it inherit from SplitPlug.  See ReferPlug for an example.
    990 
    991 SplitPlug.split_exp:A perl regular expression to split input files into segments.
    992 
    993 StructuredHTMLPlug.desc:A plugin to process structured HTML documents, splitting them into sections based on style information.
    994 
    995 StructuredHTMLPlug.delete_toc:Remove any table of contents, list of figures etc from the converted HTML file. Styles for these are specified by the toc_header option.
    996 
    997 StructuredHTMLPlug.title_header:possible user-defined styles for the title header.
    998 
    999 StructuredHTMLPlug.level1_header:possible user-defined styles for the level1 header in the HTML document (equivalent to <h1>).
    1000 
    1001 StructuredHTMLPlug.level2_header:possible user-defined styles for the level2 header in the HTML document (equivalent to <h2>).
    1002 
    1003 StructuredHTMLPlug.level3_header:possible user-defined styles for the level3 header in the HTML document (equivalent to <h3>).
    1004 
    1005 StructuredHTMLPlug.toc_header:possible user-defined header styles for the table of contents, table of figures etc, to be removed if delete_toc is set.
    1006 
    1007 TEXTPlug.desc:Creates simple single-level document. Adds Title metadata of first line of text (up to 100 characters long).
    1008 
    1009 TEXTPlug.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PSPlug to remove "Page 1" etc from text used as the title.
    1010 
    1011 UnknownPlug.assoc_field:Name of the metadata field that will hold the associated file's name.
    1012 
    1013 UnknownPlug.desc:This is a simple Plugin for importing files in formats that Greenstone doesn't know anything about.  A fictional document will be created for every such file, and the file itself will be passed to Greenstone as the \"associated file\" of the document.
    1014 
    1015 UnknownPlug.file_format:Type of the file (e.g. MPEG, MIDI, ...)
    1016 
    1017 UnknownPlug.mime_type:Mime type of the file (e.g. image/gif).
    1018 
    1019 UnknownPlug.process_extension:Process files with this file extension. This option is an alternative to process_exp that is simpler to use but less flexible.
    1020 
    1021 UnknownPlug.srcicon:Specify a macro name (without underscores) to use as srcicon metadata.
    1022 
    1023 MP3Plug.desc:Plugin for processing MP3 files.
    1024 
    1025 MP3Plug.assoc_images:Use Google image search to locate images related to MP3 file based on ID3 Title and Artist metadata.
    1026 
    1027 MP3Plug.applet_metadata:Used to store [applet] metadata for each document that contains the necessary HTML for an MP3 audio player applet to play that file.
    1028 
    1029 MP3Plug.metadata_fields:Comma separated list of metadata fields to extract (assuming present) in an MP3 file. Use \"*\" to extract all the fields.
    1030 
    1031 W3ImgPlug.aggressiveness:Range of related text extraction techniques to use.
    1032 W3ImgPlug.aggressiveness.1:Filename, path, ALT text only.
    1033 W3ImgPlug.aggressiveness.2:All of 1, plus caption where available.
    1034 W3ImgPlug.aggressiveness.3:All of 2, plus near paragraphs where available.
    1035 W3ImgPlug.aggressiveness.4:All of 3, plus previous headers (<h1>, <h2>...) where available.
    1036 W3ImgPlug.aggressiveness.5:All of 4, plus textual references where available.
    1037 W3ImgPlug.aggressiveness.6:All of 4, plus page metatags (title, keywords, etc).
    1038 W3ImgPlug.aggressiveness.7:All of 6, 5 and 4 combined.
    1039 W3ImgPlug.aggressiveness.8:All of 7, plus repeat caption, filename, etc (raise ranking of more relevant results).
    1040 W3ImgPlug.aggressiveness.9:All of 1, plus full text of source page.
    1041 
    1042 W3ImgPlug.caption_length:Maximum length of captions (in characters).
    1043 
    1044 W3ImgPlug.convert_params:Additional parameters for ImageMagicK convert on thumbnail creation. For example, '-raise' will give a three dimensional effect to thumbnail images.
    1045 
    1046 W3ImgPlug.desc:A plugin for extracting images and associated text from webpages.
    1047 
    1048 W3ImgPlug.document_text:Add image text as document:text (otherwise IndexedText metadata field).
    1049 
    1050 W3ImgPlug.index_pages:Index the pages along with the images. Otherwise reference the pages at the source URL.
    1051 
    1052 W3ImgPlug.max_near_text:Maximum characters near images to extract.
    1053 
    1054 W3ImgPlug.min_height:Pixels. Skip images shorter than this.
    1055 
    1056 W3ImgPlug.min_near_text:Minimum characters of near text or caption to extract.
    1057 
    1058 W3ImgPlug.min_size:Bytes. Skip images smaller than this.
    1059 
    1060 W3ImgPlug.min_width:Pixels. Skip images narrower than this.
    1061 
    1062 W3ImgPlug.neartext_length:Target length of near text (in characters).
    1063 
    1064 W3ImgPlug.no_cache_images:Don't cache images (point to URL of original).
    1065 
    1066 W3ImgPlug.smallpage_threshold:Images on pages smaller than this (bytes) will have the page (title, keywords, etc) meta-data added.
    1067 
    1068 W3ImgPlug.textrefs_threshold:Threshold for textual references. Lower values mean the algorithm is less strict.
    1069 
    1070 W3ImgPlug.thumb_size:Max thumbnail size. Both width and height.
    1071 
    1072 WordPlug.desc:A plugin for importing Microsoft Word documents.
    1073 
    1074 WordPlug.windows_scripting:Use MicroSoft Windows scripting technology (Visual Basic for Applications) to get Word to convert document to HTML rather than rely on the open source package WvWare.  Causes Word application to open on screen if not already running.
    1075 
    1076 WordPlug.metadata_fields: This is to retrieve metadata from the HTML document converted by VB scripting. It allows users to define comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive
    1077 
    1078 XMLPlug.desc:Base class for XML plugins.
    1079 
    1080 XMLPlug.xslt:Transform a matching input document with the XSLT in the named file.  A relative filename is assumed to be in the collection's file area, for instance etc/mods2dc.xsl.
    1081 ZIPPlug.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)
     910METSPlugin.desc:Process Greenstone-style METS documents
     911
     912GISExtractor.desc: On-the-side base class to BasPlug that supports GIS capabilities
     913
     914NulPlugin.desc:Dummy (.nul) file plugin. Used with the files produced by exploding metadata database files.
     915
     916NulPlugin.assoc_field:Name of a metadata field that will be set for each nul file.
     917NulPlugin.add_metadata_as_text:Add a table of metadata as the text of the document, rather than "This document has no text".
     918
     919NulPlugin.remove_namespace_for_text:Remove namepsaces from metadata names in the document text (if add_metadata_as_text is set).
     920
     921OAIPlugin.desc:Basic Open Archives Initiative (OAI) plugin.
     922
     923OggVorbisPlugin.add_technical_metadata:Add technical (eg. bitrate) metadata.
     924
     925OggVorbisPlugin.desc:A plugin for importing Ogg Vorbis audio files.
     926
     927OpenDocumentPlugin.desc:Plugin for OASIS OpenDocument format documents (used by OpenOffice 2.0)
     928
     929PagedImagePlugin.desc:Plugin for documents made up of a sequence of images, with optional OCR text for each image. This plugin processes .item files which list the sequence of image and text files, and provide metadata.
     930
     931PagedImagePlugin.documenttype:Set the document type (used for display)
     932PagedImagePlugin.documenttype.paged:Paged documents have next and previous arrows and a 'go to page X' box
     933PagedImagePlugin.documenttype.hierarchy:Hierarchical documents have a table of contents
     934
     935PagedImagePlugin.headerpage:Add a top level header page (that contains no image) to each document.
     936
     937PagedImagePlugin.screenview:Produce a screenview image for each image, and set Screen, ScreenSize, ScreenWidth and ScreenHeight metadata.
     938
     939PagedImagePlugin.screenviewsize:Make screenview images of size nxn.
     940
     941PagedImagePlugin.screenviewtype:Make screenview images in format 's'.
     942
     943PagedImagePlugin.thumbnail:Produce a thumbnail for each image
     944
     945PDFPlugin.allowimagesonly:Allow PDF files with no extractable text. Avoids the need to have -complex set. Only useful with convert_to html.
     946PDFPlugin.complex:Create more complex output. With this option set the output html will look much more like the original PDF file. For this to function properly you Ghostscript installed (for *nix gs should be on your path while for windows you must have gswin32c.exe on your path).
     947
     948PDFPlugin.desc:Plugin that processes PDF documents.
     949
     950PDFPlugin.nohidden:Prevent pdftohtml from attempting to extract hidden text. This is only useful if the -complex option is also set.
     951
     952PDFPlugin.noimages:Don't attempt to extract images from PDF.
     953
     954PDFPlugin.use_sections:Create a separate section for each page of the PDF file.
     955
     956PDFPlugin.zoom:The factor by which to zoom the PDF for output (this is only useful if -complex is set).
     957
     958PPTPlugin.desc:A plugin for importing Microsoft PowerPoint files.
     959
     960PPTPlugin.windows_scripting:Use MicroSoft Windows scripting technology (Visual Basic for Applications) to get PPT to convert document to various image types (e.g. JPEG,PNG,GIF) rather than rely on the open source package ppttohtml.
     961
     962ProCitePlugin.desc:A plugin for (exported) ProCite databases
     963
     964PSPlugin.desc:This is a \"poor man's\" ps to text converter. If you are serious, consider using the PRESCRIPT package, which is available for download at http://www.nzdl.org/html/software.html
     965
     966PSPlugin.extract_date:Extract date from PS header.
     967
     968PSPlugin.extract_pages:Extract pages from PS header.
     969
     970PSPlugin.extract_title:Extract title from PS header.
     971
     972RealMediaPlugin.desc:A plugin for processing Real Media files.
     973
     974DirectoryPlugin.desc:RecPlug is a plugin which recurses through directories processing each file it finds.
     975
     976DirectoryPlugin.recheck_directories:After the files in an import directory have been processed, re-read the directory to discover any new files created.
     977
     978DirectoryPlugin.use_metadata_files:(DEPRECATED - Add MetadataXMLPlug to the list of plugins instead) Read metadata from metadata XML files.
     979
     980ReferPlugin.desc:ReferPlug reads bibliography files in Refer format.
     981
     982ReferPlugin.longdesc:ReferPlug reads bibliography files in Refer format.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\nLoosely based on hcibib2Plug by Steve Jones (stevej\@cs.waikato.ac.nz). Which was based on EMAILPlug by Gordon Paynter (gwp\@cs.waikato.ac.nz). Which was based on old versions of HTMLplug and HCIBIBPlugby by Stefan Boddie and others -- it's hard to tell what came from where, now.\n\nReferPlug creates a document object for every reference in the file. It is a subclass of SplitPlug, so if there are multiple records, all are read.\n\nDocument text:\n\tThe document text consists of the reference in Refer format.\nMetadata:\n\t\$Creator  \%A Author name\n\t\$Title      \%T Title of article of book\n\t\$Journal   \%J Title of Journal\n\t\$Booktitle \%B Title of book containing the publication\n\t\$Report        \%R Type of Report, paper or thesis\n\t\$Volume     \%V Volume Number of Journal\n\t\$Number        \%N Number of Journal within Volume\n\t\$Editor     \%E Editor name\n\t\$Pages      \%P Page Number of article\n\t\$Publisher   \%I Name of Publisher\n\t\$Publisheraddr    \%C Publisher's address\n\t\$Date       \%D Date of publication\n\t\$Keywords   \%K Keywords associated with publication\n\t\$Abstract  \%X Abstract of publication\n\t\$Copyright\t\%* Copyright information for the article
     983
     984RogPlugin.desc:Creates simple single-level documents from .rog or .mdb files.
     985
     986RTFPlugin.desc:Plugin for importing Rich Text Format files.
     987
     988SourceCodePlugin.desc:Filename is currently used for Title ( optionally minus some prefix ). Current languages:\ntext: READMEs/Makefiles\nC/C++   (currently extracts #include statements and C++ class decls)\nPerl    (currently only done as text)\nShell   (currently only done as text)
     989
     990SourceCodePlugin.remove_prefix:Remove this leading pattern from the filename (eg -remove_prefix /tmp/XX/src/). The default is to remove the whole path from the filename.
     991
     992SplitPlugin.desc:SplitPlug is a plugin for splitting input files into segments that will then be individually processed. This plugin should not be called directly.  Instead, if you need to process input files that contain several documents, you should write a plugin with a process function that will handle one of those documents and have it inherit from SplitPlug.  See ReferPlug for an example.
     993
     994SplitPlugin.split_exp:A perl regular expression to split input files into segments.
     995
     996StructuredHTMLPlugin.desc:A plugin to process structured HTML documents, splitting them into sections based on style information.
     997
     998StructuredHTMLPlugin.delete_toc:Remove any table of contents, list of figures etc from the converted HTML file. Styles for these are specified by the toc_header option.
     999
     1000StructuredHTMLPlugin.title_header:possible user-defined styles for the title header.
     1001
     1002StructuredHTMLPlugin.level1_header:possible user-defined styles for the level1 header in the HTML document (equivalent to <h1>).
     1003
     1004StructuredHTMLPlugin.level2_header:possible user-defined styles for the level2 header in the HTML document (equivalent to <h2>).
     1005
     1006StructuredHTMLPlugin.level3_header:possible user-defined styles for the level3 header in the HTML document (equivalent to <h3>).
     1007
     1008StructuredHTMLPlugin.toc_header:possible user-defined header styles for the table of contents, table of figures etc, to be removed if delete_toc is set.
     1009
     1010TextPlugin.desc:Creates simple single-level document. Adds Title metadata of first line of text (up to 100 characters long).
     1011
     1012TextPlugin.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PSPlug to remove "Page 1" etc from text used as the title.
     1013
     1014UnknownPlugin.assoc_field:Name of the metadata field that will hold the associated file's name.
     1015
     1016UnknownPlugin.desc:This is a simple Plugin for importing files in formats that Greenstone doesn't know anything about.  A fictional document will be created for every such file, and the file itself will be passed to Greenstone as the \"associated file\" of the document.
     1017
     1018UnknownPlugin.file_format:Type of the file (e.g. MPEG, MIDI, ...)
     1019
     1020UnknownPlugin.mime_type:Mime type of the file (e.g. image/gif).
     1021
     1022UnknownPlugin.process_extension:Process files with this file extension. This option is an alternative to process_exp that is simpler to use but less flexible.
     1023
     1024UnknownPlugin.srcicon:Specify a macro name (without underscores) to use as srcicon metadata.
     1025
     1026MP3Plugin.desc:Plugin for processing MP3 files.
     1027
     1028MP3Plugin.assoc_images:Use Google image search to locate images related to MP3 file based on ID3 Title and Artist metadata.
     1029
     1030MP3Plugin.applet_metadata:Used to store [applet] metadata for each document that contains the necessary HTML for an MP3 audio player applet to play that file.
     1031
     1032MP3Plugin.metadata_fields:Comma separated list of metadata fields to extract (assuming present) in an MP3 file. Use \"*\" to extract all the fields.
     1033
     1034W3ImagePlugin.aggressiveness:Range of related text extraction techniques to use.
     1035W3ImagePlugin.aggressiveness.1:Filename, path, ALT text only.
     1036W3ImagePlugin.aggressiveness.2:All of 1, plus caption where available.
     1037W3ImagePlugin.aggressiveness.3:All of 2, plus near paragraphs where available.
     1038W3ImagePlugin.aggressiveness.4:All of 3, plus previous headers (<h1>, <h2>...) where available.
     1039W3ImagePlugin.aggressiveness.5:All of 4, plus textual references where available.
     1040W3ImagePlugin.aggressiveness.6:All of 4, plus page metatags (title, keywords, etc).
     1041W3ImagePlugin.aggressiveness.7:All of 6, 5 and 4 combined.
     1042W3ImagePlugin.aggressiveness.8:All of 7, plus repeat caption, filename, etc (raise ranking of more relevant results).
     1043W3ImagePlugin.aggressiveness.9:All of 1, plus full text of source page.
     1044
     1045W3ImagePlugin.caption_length:Maximum length of captions (in characters).
     1046
     1047W3ImagePlugin.convert_params:Additional parameters for ImageMagicK convert on thumbnail creation. For example, '-raise' will give a three dimensional effect to thumbnail images.
     1048
     1049W3ImagePlugin.desc:A plugin for extracting images and associated text from webpages.
     1050
     1051W3ImagePlugin.document_text:Add image text as document:text (otherwise IndexedText metadata field).
     1052
     1053W3ImagePlugin.index_pages:Index the pages along with the images. Otherwise reference the pages at the source URL.
     1054
     1055W3ImagePlugin.max_near_text:Maximum characters near images to extract.
     1056
     1057W3ImagePlugin.min_height:Pixels. Skip images shorter than this.
     1058
     1059W3ImagePlugin.min_near_text:Minimum characters of near text or caption to extract.
     1060
     1061W3ImagePlugin.min_size:Bytes. Skip images smaller than this.
     1062
     1063W3ImagePlugin.min_width:Pixels. Skip images narrower than this.
     1064
     1065W3ImagePlugin.neartext_length:Target length of near text (in characters).
     1066
     1067W3ImagePlugin.no_cache_images:Don't cache images (point to URL of original).
     1068
     1069W3ImagePlugin.smallpage_threshold:Images on pages smaller than this (bytes) will have the page (title, keywords, etc) meta-data added.
     1070
     1071W3ImagePlugin.textrefs_threshold:Threshold for textual references. Lower values mean the algorithm is less strict.
     1072
     1073W3ImagePlugin.thumb_size:Max thumbnail size. Both width and height.
     1074
     1075WordPlugin.desc:A plugin for importing Microsoft Word documents.
     1076
     1077WordPlugin.windows_scripting:Use MicroSoft Windows scripting technology (Visual Basic for Applications) to get Word to convert document to HTML rather than rely on the open source package WvWare.  Causes Word application to open on screen if not already running.
     1078
     1079WordPlugin.metadata_fields: This is to retrieve metadata from the HTML document converted by VB scripting. It allows users to define comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive
     1080
     1081ReadXMLFile.desc:Base class for XML plugins.
     1082
     1083ReadXMLFile.xslt:Transform a matching input document with the XSLT in the named file.  A relative filename is assumed to be in the collection's file area, for instance etc/mods2dc.xsl.
     1084ZIPPlugin.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)
    10821085
    10831086#
  • gsdl/trunk/perllib/strings_ar.properties

    r14868 r15968  
    17411741#
    17421742
    1743 ArcPlug.desc:الÙ
     1743ArchivesInfPlugin.desc:الÙ
    17441744فاؚس  # Updated 11-Oct-2007 by kkhalafala
    17451745
    1746 BasPlug.adding:إضافة
    1747 
    1748 BasPlug.already_seen:؎وهد Ù
     1746BasePlugin.adding:إضافة
     1747
     1748BasePlugin.already_seen:؎وهد Ù
    17491749ن Ù‚ØšÙ„
    17501750
    1751 BasPlug.bad_general_option:الÙ
     1751BasePlugin.bad_general_option:الÙ
    17521752قاؚس  %s يستخدÙ
    17531753 Ø®ÙŠØ§Ø± غير سليÙ
     
    17551755لف التكوين collect.cfg .
    17561756
    1757 BasPlug.block_exp:BasPlug.block_exp:الÙ
     1757BasPlugin.block_exp:BasPlug.block_exp:الÙ
    17581758لفات الÙ
    17591759ضاهاة Ù
     
    17791779تدادات التالية: .gif, .jpg, .jpeg, .png or .css .
    17801780
    1781 BasPlug.associate_ext:تتسؚؚ في ان يتÙ
     1781BasePlugin.associate_ext:تتسؚؚ في ان يتÙ
    17821782 ØªØ¬Ù‡ÙŠØ² الÙ
    17831783لفات التي لها  نفس اسÙ
     
    18001800نفصلة  # Updated 17-Oct-2007 by kkhalafala
    18011801
    1802 BasPlug.could_not_extract_encoding:تحذير: لا يÙ
     1802BasePlugin.could_not_extract_encoding:تحذير: لا يÙ
    18031803كن إستخلاص الترÙ
    18041804يز Ù
     
    18061806ة الإفتراضية إلي %s
    18071807
    1808 BasPlug.could_not_extract_language:تحذير: لا يÙ
     1808BasePlugin.could_not_extract_language:تحذير: لا يÙ
    18091809كن إستخلاص اللغة Ù
    18101810ن %s - إفتراضيا إلي %s
    18111811
    1812 BasPlug.could_not_open_for_reading:لا يÙ
     1812BasePlugin.could_not_open_for_reading:لا يÙ
    18131813كن فتح  %s للقراءة
    18141814
    1815 BasPlug.no_cover_image:لا تحاول الن؞ر إلي ؚاد؊ة الÙ
     1815BasePlugin.no_cover_image:لا تحاول الن؞ر إلي ؚاد؊ة الÙ
    18161816لف.jpg  (حيث الؚاد؊ة هي نفس إسÙ
    18171817 Ø§Ù„Ù
     
    18211821لف كصورة غلاف.
    18221822
    1823 BasPlug.default_encoding:إستخدÙ
     1823BasePlugin.default_encoding:إستخدÙ
    18241824 Ù‡Ø°Ø§ الترÙ
    18251825يز إذا تÙ
     
    18341834ثل  -input_encoding.
    18351835
    1836 BasPlug.default_language:إذا ف؎ل قرينستون في تحديد عنصر واصفة لغة الوثيقة، يستخدÙ
     1836BasePlugin.default_language:إذا ف؎ل قرينستون في تحديد عنصر واصفة لغة الوثيقة، يستخدÙ
    18371837 Ù‚رينستون الÙ
    18381838ضÙ
     
    18521852ون.
    18531853
    1854 BasPlug.desc:الف؊ة الأساسية لكل Ù
     1854BasePlugin.desc:الف؊ة الأساسية لكل Ù
    18551855قاؚس الإستيراد.
    18561856
    1857 BasPlug.done_acronym_extract:يتÙ
     1857BasePlugin.done_acronym_extract:يتÙ
    18581858 Ø§Ø³ØªØ®Ø±Ø§Ø¬ الÙ
    18591859ختصرات.  # Updated 11-Oct-2007 by kkhalafala
    18601860
    1861 BasPlug.done_acronym_markup:تنفيذ Ù
     1861BasePlugin.done_acronym_markup:تنفيذ Ù
    18621862ختصارت لغة الترÙ
    18631863يز  # Updated 5-Nov-2007 by usamasa
    18641864
    1865 BasPlug.done_email_extract:تÙ
     1865BasePlugin.done_email_extract:تÙ
    18661866 Ù„إستخلاص عناوين الؚريد الإلكتروني.
    18671867
    1868 BasPlug.dummy_text:هذا الÙ
     1868BasePlugin.dummy_text:هذا الÙ
    18691869لف لا يتضÙ
    18701870ن نص.
    18711871
    1872 BasPlug.empty_file:هذا الÙ
     1872BasePlugin.empty_file:هذا الÙ
    18731873لف لا يتضÙ
    18741874ن نص
    18751875
    1876 BasPlug.extract_acronyms:استخلص الÙ
     1876BasePlugin.extract_acronyms:استخلص الÙ
    18771877ختصرات Ù
    18781878ن النص واجعلها Ù
    18791879يتاداتا  # Updated 5-Nov-2007 by usamasa
    18801880
    1881 BasPlug.extract_email:إستخلاص عناوين الؚريد الإلكتروني كواصفات ؚيانات.
    1882 
    1883 BasPlug.extract_historical_years:إستخلاص Ù
     1881BasePlugin.extract_email:إستخلاص عناوين الؚريد الإلكتروني كواصفات ؚيانات.
     1882
     1883BasePlugin.extract_historical_years:إستخلاص Ù
    18841884علوÙ
    18851885ات الفترات الزÙ
     
    18951895لف التكوين
    18961896
    1897 BasPlug.extract_language:عرف لغة أي وثيقة، و أعد واصفة ؚيانات اللغة.تجؚ Ù
     1897BasePlugin.extract_language:عرف لغة أي وثيقة، و أعد واصفة ؚيانات اللغة.تجؚ Ù
    18981898لاح؞ة أن هذا الإجراء يتÙ
    18991899 ØªÙ„قا؊يا إذا كان وضع -input_encoding هو  'auto'.
    19001900
    1901 BasPlug.extracting:إستخلاص
    1902 
    1903 BasPlug.extracting_acronyms:استخلاص الÙ
     1901BasePlugin.extracting:إستخلاص
     1902
     1903BasePlugin.extracting_acronyms:استخلاص الÙ
    19041904ختصرات  # Updated 5-Nov-2007 by usamasa
    19051905
    1906 BasPlug.extract_keyphrases:إستخلاص الجÙ
     1906BasePlugin.extract_keyphrases:إستخلاص الجÙ
    19071907ل الÙ
    19081908فتاحية ؚواسطة Kea (إعدادات إفتراضية).
    19091909
    1910 BasPlug.extract_keyphrases_kea4:إستخلاص تلقا؊ي للجÙ
     1910BasePlugin.extract_keyphrases_kea4:إستخلاص تلقا؊ي للجÙ
    19111911ل الÙ
    19121912فتاحية ؚواسطة Kea 4.0 (إعدادات إفتراضية). Kea 4.0 و هو إصدارة جديدة تÙ
     
    19141914ضؚوط للوثا؊ق في نطاق الزراعة.
    19151915
    1916 BasPlug.extract_keyphrase_options:يوفر Kea خيارات لإستخلاص الجÙ
     1916BasePlugin.extract_keyphrase_options:يوفر Kea خيارات لإستخلاص الجÙ
    19171917ل الÙ
    19181918فتاحية.Ù
     
    19251925يز  GBK .
    19261926
    1927 BasPlug.extracting_emails:إستخلاص عناوين الؚريد الإلكتروني
    1928 
    1929 BasPlug.file_has_no_text:خطأ: %s لا يتضÙ
     1927BasePlugin.extracting_emails:إستخلاص عناوين الؚريد الإلكتروني
     1928
     1929BasePlugin.file_has_no_text:خطأ: %s لا يتضÙ
    19301930ن نص
    19311931
    1932 BasPlug.first:قا؊Ù
     1932BasePlugin.first:قا؊Ù
    19331933Ø© Ù
    19341934نفصلة ؚفاصلة للأحجاÙ
     
    19371937ي  'FirstNNN'.  # Updated 11-Oct-2007 by kkhalafala
    19381938
    1939 BasPlug.input_encoding:ترÙ
     1939BasePlugin.input_encoding:ترÙ
    19401940يز Ù
    19411941صادر الوثا؊ق.سوف يتÙ
    19421942 ØªØ­ÙˆÙŠÙ„ هذا الترÙ
    19431943يز للوثا؊ق إلي utf8 و يحف؞ داخليا8.
    1944 BasPlug.input_encoding.ascii:Plain 7 bit ascii. هذا قد يكون اسرع قليلا Ù
     1944BasePlugin.input_encoding.ascii:Plain 7 bit ascii. هذا قد يكون اسرع قليلا Ù
    19451945ن استخداÙ
    19461946 iso_8859_1. حذار Ù
     
    19581958 , واستخدÙ
    19591959 ØšØ¯Ù„ا iso_8859_1 .  # Updated 11-Oct-2007 by kkhalafala
    1960 BasPlug.input_encoding.auto:استخدÙ
     1960BasePlugin.input_encoding.auto:استخدÙ
    19611961 Ø®ÙˆØ§Ø±Ø²Ù
    19621962ية تصنيف النص ليتÙ
     
    19651965صدر وثيقة. و سيكون هذا أؚطأ
    19661966
    1967 BasPlug.input_encoding.unicode:؎يفرة قياسية فقط.
    1968 
    1969 BasPlug.input_encoding.utf8:Ø¥Ù
     1967BasePlugin.input_encoding.unicode:؎يفرة قياسية فقط.
     1968
     1969BasePlugin.input_encoding.utf8:Ø¥Ù
    19701970ا utf8 أو ؎يفرة قياسية -- تحسس تلقا؊ي.
    19711971
    1972 BasPlug.keyphrases:جÙ
     1972BasePlugin.keyphrases:جÙ
    19731973ل Ù
    19741974فتاحية
    19751975
    1976 BasPlug.marking_up_acronyms:يتÙ
     1976BasePlugin.marking_up_acronyms:يتÙ
    19771977 ØªØ±Ù
    19781978يز الÙ
    19791979ختصر  # Updated 8-Oct-2007 by kkhalafala
    19801980
    1981 BasPlug.markup_acronyms:اضف واصفة ؚيانات الÙ
     1981BasePlugin.markup_acronyms:اضف واصفة ؚيانات الÙ
    19821982ختصر الي نص الوثيقة.  # Updated 11-Oct-2007 by kkhalafala
    19831983
    1984 BasPlug.maximum_century:إستخلاص إسÙ
     1984BasePlugin.maximum_century:إستخلاص إسÙ
    19851985 Ø§Ù„قرن الأقصي كواصفة ؚيانات تاريخية.0(Ù
    19861986ثال ، . 14 سوف يستخلص كل الÙ
    19871987راجع حتي القرن الراؚع ع؎ر).
    19881988
    1989 BasPlug.maximum_year:استخدÙ
     1989BasePlugin.maximum_year:استخدÙ
    19901990 Ø§Ù„Ù
    19911991وعد الزÙ
     
    19951995ثل  1950).
    19961996
    1997 BasPlug.missing_kea:خطأ: لÙ
     1997BasePlugin.missing_kea:خطأ: لÙ
    19981998 ÙŠØªÙ
    19991999 Ø§Ù„عثور علي ؚراÙ
     
    20022002سار.
    20032003
    2004 BasPlug.must_be_implemented:BasPlug::قراءة دالة يجؚ تنفيذها في ف؊ة فرعية لÙ
     2004BasePlugin.must_be_implemented:BasPlug::قراءة دالة يجؚ تنفيذها في ف؊ة فرعية لÙ
    20052005قاؚس Ù
    20062006تكررة.  # Updated 11-Oct-2007 by kkhalafala
    20072007
    2008 BasPlug.no_bibliography:لا تحاول غلق التواريخ الؚيؚليوجرافية عند إستخلاص الÙ
     2008BasePlugin.no_bibliography:لا تحاول غلق التواريخ الؚيؚليوجرافية عند إستخلاص الÙ
    20092009واعيد الزÙ
    20102010نية.
    20112011
    2012 BasPlug.process_exp:تعؚير Ù
     2012BasePlugin.process_exp:تعؚير Ù
    20132013نت؞Ù
    20142014 Ù„ؚيرل لÙ
     
    20232023  '(?i).html?\$' يضاهي  كل الوثا؊ق التي تنتهي Øš .htm أو .html (حالة-غير حساسة).
    20242024
    2025 BasPlug.read_denied:غير Ù
     2025BasePlugin.read_denied:غير Ù
    20262026سÙ
    20272027وح  # Updated 17-Oct-2007 by kkhalafala
    20282028
    2029 BasPlug.separate_cjk:أح؎ر Ù
     2029BasePlugin.separate_cjk:أح؎ر Ù
    20302030ساحات ؚين Ù
    20312031حارف اللغة الصينية/اللغة الياؚانية/اللغة الكورية لجعل كل Ù
     
    20362036جزأ.
    20372037
    2038 BasPlug.smart_block:يÙ
     2038BasePlugin.smart_block:يÙ
    20392039نع كل الÙ
    20402040لفات ؚصورة Ù
     
    20432043لفات
    20442044
    2045 BasPlug.stems:stem  # Updated 7-Oct-2007 by kkhalafala
    2046 
    2047 BasPlug.unsupported_encoding:تحذير: %s تؚدو في ترÙ
     2045BasePlugin.stems:stem  # Updated 7-Oct-2007 by kkhalafala
     2046
     2047BasePlugin.unsupported_encoding:تحذير: %s تؚدو في ترÙ
    20482048يز غير Ù
    20492049دعوÙ
     
    20512051 %s
    20522052
    2053 BasPlug.wrong_encoding:تحذير: %s تÙ
     2053BasePlugin.wrong_encoding:تحذير: %s تÙ
    20542054ت قراءتها ؚاستخداÙ
    20552055 ØªØ±Ù
     
    20572057يزها هو %s.  # Updated 11-Oct-2007 by kkhalafala
    20582058
    2059 BibTexPlug.desc:يقراء BibTexPlug الÙ
     2059BibTexPlugin.desc:يقراء BibTexPlug الÙ
    20602060لفات الؚيؚليوجرافية في هي؊ة BibTex .ين؎؊ BibTexPlug كيان وثيقة لأي Ù
    20612061رجع في الÙ
     
    20642064تعددة كلها تقرأ.  # Updated 11-Oct-2007 by kkhalafala
    20652065
    2066 BookPlug.desc:يخلق وثيقة Ù
     2066BookPlugin.desc:يخلق وثيقة Ù
    20672067تعددة الÙ
    20682068ستويات  Ù
     
    21312131ن HBPlug.
    21322132
    2133 ConvertToPlug.apply_fribidi:ت؎غيل "fribidi" ؚرناÙ
     2133ConvertBinaryFile.apply_fribidi:ت؎غيل "fribidi" ؚرناÙ
    21342134ج خوارزÙ
    21352135ية اليونيكود ثنا؊ي الإتجاه علي Ù
     
    21382138ن اليÙ
    21392139ين الي اليسار).  # Updated 17-Oct-2007 by kkhalafala
    2140 ConvertToPlug.convert_to:Plugin converts to TEXT or HTML or various types of Image (e.g. JPEG, GIF, PNG).
    2141 ConvertToPlug.convert_to.auto:تلقا؊يا قÙ
     2140ConvertBinaryFile.convert_to:Plugin converts to TEXT or HTML or various types of Image (e.g. JPEG, GIF, PNG).
     2141ConvertBinaryFile.convert_to.auto:تلقا؊يا قÙ
    21422142 ØšØ§Ø®ØªÙŠØ§Ø± الهي؊ة الÙ
    21432143حولة أيضا .الهي؊ة الÙ
     
    21482148ا يتÙ
    21492149 ØªØ­ÙˆÙŠÙ„ PowerPoint الي هي؊ة Greenstone's PagedImage
    2150 ConvertToPlug.convert_to.html:هي؊ة لغة ترÙ
     2150ConvertBinaryFile.convert_to.html:هي؊ة لغة ترÙ
    21512151يز النص الت؎عؚي.
    2152 ConvertToPlug.convert_to.text:هي؊ة نص ؚسيط.
    2153 ConvertToPlug.convert_to.pagedimg_jpg:JPEG هي؊ة.
    2154 ConvertToPlug.convert_to.pagedimg_gif:GIF هي؊ة.
    2155 ConvertToPlug.convert_to.pagedimg_png:PNG هي؊ة.
    2156 
    2157 ConvertToPlug.desc:هذا هو الÙ
     2152ConvertBinaryFile.convert_to.text:هي؊ة نص ؚسيط.
     2153ConvertBinaryFile.convert_to.pagedimg_jpg:JPEG هي؊ة.
     2154ConvertBinaryFile.convert_to.pagedimg_gif:GIF هي؊ة.
     2155ConvertBinaryFile.convert_to.pagedimg_png:PNG هي؊ة.
     2156
     2157ConvertBinaryFile.desc:هذا هو الÙ
    21582158قاؚس الذي ورثته هذه الÙ
    21592159قاؚس كÙ
    21602160ا wordplug ، pptplug ، psplug ، rtfplug
    2161 ConvertToPlug.keep_original_filename:احتف؞ ؚاسÙ
     2161ConvertBinaryFile.keep_original_filename:احتف؞ ؚاسÙ
    21622162 Ø§Ù„Ù
    21632163لف الأصلي للÙ
     
    21652165تعلقة، وكذلك للÙ
    21662166حولة إلى .doc و.pdf وهكذا.  # Updated 5-Nov-2007 by usamasa
    2167 ConvertToPlug.use_strings:áæ ãÌãæÚÉ¡ ÓæÝ íÊã ÇÓÊÑÌÇÚ ÇÓØÑ æÙíÝíÉ áÇÓÊÎáÇÕ ÇáäÕ áæ ÝÔáÊ ÚãáíÉ ÇáÊÍæíá.  # Updated 2-Oct-2007 by usamasa
    2168 
    2169 ConvertToRogPlug.desc:الÙ
     2167ConvertBinaryFile.use_strings:áæ ãÌãæÚÉ¡ ÓæÝ íÊã ÇÓÊÑÌÇÚ ÇÓØÑ æÙíÝíÉ áÇÓÊÎáÇÕ ÇáäÕ áæ ÝÔáÊ ÚãáíÉ ÇáÊÍæíá.  # Updated 2-Oct-2007 by usamasa
     2168
     2169ConvertToRogPlugin.desc:الÙ
    21702170قاؚس الذي يرث Ù
    21712171ن RogPlug.  # Updated 11-Oct-2007 by kkhalafala
    21722172
    2173 CSVPlug.desc:Ù
     2173CSVPlugin.desc:Ù
    21742174قاؚس للÙ
    21752175لفات في قا؊Ù
     
    21802180لف.  # Updated 11-Oct-2007 by kkhalafala
    21812181
    2182 DBPlug.desc:يستخدÙ
     2182DBPlugin.desc:يستخدÙ
    21832183 Ø§Ù„تسجيلات Ù
    21842184ن قاعدة الؚيانات كوثا؊ق.
    21852185
    2186 DBPlug.title_sub:إستؚدال التعؚير لتعديل سلسلة نصية Ù
     2186DBPlugin.title_sub:إستؚدال التعؚير لتعديل سلسلة نصية Ù
    21872187خزنة كعنوان. تستخدÙ
    21882188 Ø¹Ù„ÙŠ سؚيل الÙ
     
    21902190ن نص
    21912191
    2192 DSpacePlug.desc:Ù
     2192DSpacePlugin.desc:Ù
    21932193قاؚس DSpacePlug يأخذ Ù
    21942194جÙ
     
    21972197ن DSpace و يستوردها إلي قرينستون.  # Updated 11-Oct-2007 by kkhalafala
    21982198   
    2199 DSpacePlug.first_inorder_ext:يستخدÙ
     2199DSpacePlugin.first_inorder_ext:يستخدÙ
    22002200 Ù‡Ø°Ø§ لتعريف الرافد الإؚتدا؊ي لوثا؊ق Ù
    22012201جÙ
     
    22032203ع هذا الخيار، فان الن؞اÙ
    22042204
    2205 DSpacePlug.first_inorder_mime:يستخدÙ
     2205DSpacePlugin.first_inorder_mime:يستخدÙ
    22062206 Ù‡Ø°Ø§ لتحديد Ù
    22072207؎غل الؚيانات الأولي لوثيقة Ù
     
    22132213؎غل الأولي الÙ
    22142214تاح.  # Updated 5-Nov-2007 by usamasa
    2215 DSpacePlug.only_first_doc:يستخدÙ
     2215DSpacePlugin.only_first_doc:يستخدÙ
    22162216 Ù‡Ø°Ø§ لتعريف الرافد الاؚتدا؊ي لؚيانات Ù
    22172217جÙ
     
    22212221ل أنواع
    22222222
    2223 EMAILPlug.desc:Ù
     2223EmailPlugin.desc:Ù
    22242224قاؚس mail plug يقرأ Ù
    22252225لفات الؚريد الالكتروني.  هذه الÙ
     
    22312231ع
    22322232
    2233 EMAILPlug.no_attachments:لا تحف؞ Ù
     2233EmailPlugin.no_attachments:لا تحف؞ Ù
    22342234لحقات الرسالة.
    22352235
    2236 EMAILPlug.headers:خزن ترويسات الؚريد الإلكتروني كـ "ترويسات" واصفات ؚيانات  # Updated 11-Oct-2007 by kkhalafala
    2237 
    2238 EMAILPlug.split_exp:التعؚيرات الÙ
     2236EmailPlugin.headers:خزن ترويسات الؚريد الإلكتروني كـ "ترويسات" واصفات ؚيانات  # Updated 11-Oct-2007 by kkhalafala
     2237
     2238EmailPlugin.split_exp:التعؚيرات الÙ
    22392239نت؞Ù
    22402240Ø© ؚلغة perl التي تستخدÙ
     
    22442244ن الرسا؊ل إلي وثا؊ق فردية.  # Updated 11-Oct-2007 by kkhalafala
    22452245
    2246 ExcelPlug.desc:Ù
     2246ExcelPlugin.desc:Ù
    22472247قاؚس لاستيراد Ù
    22482248لفات Ù
    22492249ايكروسوفت اكسل (95 و 97 إصدارات).  # Updated 11-Oct-2007 by kkhalafala
    22502250
    2251 FOXPlug.desc:Ù
     2251FOXPlugin.desc:Ù
    22522252قاؚس لÙ
    22532253عالجة Ù
     
    22582258قاؚس
    22592259
    2260 GAPlug.desc:يعالج وثا؊ق قرينستون في هي؊ة xml .علÙ
     2260GAPlugin.desc:يعالج وثا؊ق قرينستون في هي؊ة xml .علÙ
    22612261ا ؚان هذا الÙ
    22622262قاؚس ليس له فحص صيغة  (رغÙ
     
    22652265ن
    22662266
    2267 GISBasPlug.extract_placenames:استخلاص الأÙ
     2267GISExtractor.extract_placenames:استخلاص الأÙ
    22682268اكن Ù
    22692269ن النص والÙ
     
    22742274ج Greenstone.  # Updated 5-Nov-2007 by usamasa
    22752275
    2276 GISBasPlug.gazetteer:Gazetteer يستخلص أسÙ
     2276GISExtractor.gazetteer:Gazetteer يستخلص أسÙ
    22772277اء الأÙ
    22782278اكن و تعينها كواصفات ؚيانات. يتطلؚ Ø¥Ù
    22792279تداد GIS في قرينستون.  # Updated 11-Oct-2007 by kkhalafala
    22802280
    2281 GISBasPlug.place_list:عند استخلاص الأÙ
     2281GISExtractor.place_list:عند استخلاص الأÙ
    22822282اكن، ضÙ
    22832283ن قا؊Ù
     
    22872287ج Greenstone.  # Updated 5-Nov-2007 by usamasa
    22882288
    2289 GMLPlug.desc:الÙ
     2289GMLPlugin.desc:الÙ
    22902290قاؚس الذي يعالج االوثا؊ق في هي؊ة GML . Ù
    22912291ن الÙ
     
    22942294يزات gml في حالة حروف صغيرة.
    22952295
    2296 HBPlug.desc:الؚرناÙ
     2296HBPlugin.desc:الؚرناÙ
    22972297ج الذي يقوÙ
    22982298 ØšØ§Ù„عÙ
     
    23332333كتؚة الإنسانيات  # Updated 5-Nov-2007 by usamasa
    23342334
    2335 HTMLPlug.assoc_files:التعؚيرات الÙ
     2335HTMLPlugin.assoc_files:التعؚيرات الÙ
    23362336نت؞Ù
    23372337Ø© لـ Perl لإÙ
     
    23392339لفات التي تلحق ؚوثا؊ق HTML.  # Updated 11-Oct-2007 by kkhalafala
    23402340
    2341 HTMLPlug.desc:يعالج هذا الÙ
     2341HTMLPlugin.desc:يعالج هذا الÙ
    23422342قاؚس Ù
    23432343لفات النصوص الت؎عؚية
    23442344
    2345 HTMLPlug.description_tags:تقسيÙ
     2345HTMLPlugin.description_tags:تقسيÙ
    23462346 Ø§Ù„وثيقة إلى أقساÙ
    23472347 ÙØ±Ø¹ÙŠØ© عند Ù
     
    23502350ا إذا لن يكون هناك أي تأثير لو كتؚ '-keep_head' .  # Updated 5-Nov-2007 by usamasa
    23512351
    2352 HTMLPlug.extract_style:إستخلاص Ù
     2352HTMLPlugin.extract_style:إستخلاص Ù
    23532353علوÙ
    23542354ات النص و الاسلوؚ Ù
     
    23572357يز HTML <head> و حف؞ DocumentHeader كواصفات  # Updated 11-Oct-2007 by kkhalafala
    23582358
    2359 HTMLPlug.file_is_url:يعين إذا كانت أسÙ
     2359HTMLPlugin.file_is_url:يعين إذا كانت أسÙ
    23602360اء الÙ
    23612361لفات الÙ
     
    23672367ت أداة إنعكاس ويؚ لإستيراد هيكل دليل الإستيراد.  # Updated 8-Oct-2007 by kkhalafala
    23682368
    2369 HTMLPlug.hunt_creator_metadata:ايجاد اكؚر قدر Ù
     2369HTMLPlugin.hunt_creator_metadata:ايجاد اكؚر قدر Ù
    23702370Ù
    23712371كن Ù
     
    23732373ن؎؊'  # Updated 11-Oct-2007 by kkhalafala
    23742374
    2375 HTMLPlug.keep_head:لا تزيح الر؀وس Ù
     2375HTMLPlugin.keep_head:لا تزيح الر؀وس Ù
    23762376ن Ù
    23772377لفات النصوص الت؎عؚية.
    23782378
    2379 HTMLPlug.metadata_fields:قا؊Ù
     2379HTMLPlugin.metadata_fields:قا؊Ù
    23802380Ø© حقول واصفات ؚيانات Ù
    23812381فصولة ؚفاصلة لÙ
     
    23872387فصولة ؚفاصلة لحقول واصفات
    23882388
    2389 HTMLPlug.no_metadata:لا تحاول إستخلاص آي واصفات ؚيانات Ù
     2389HTMLPlugin.no_metadata:لا تحاول إستخلاص آي واصفات ؚيانات Ù
    23902390ن الÙ
    23912391لفات.
    23922392
    2393 HTMLPlug.no_strip_metadata_html:قا؊Ù
     2393HTMLPlugin.no_strip_metadata_html:قا؊Ù
    23942394Ø© Ù
    23952395فصولة ؚفاصلة  # Updated 11-Oct-2007 by kkhalafala
    23962396
    2397 HTMLPlug.nolinks:لا تؚذل اي Ù
     2397HTMLPlugin.nolinks:لا تؚذل اي Ù
    23982398حاولة لÙ
    23992399صيدة رواؚط ((وضع هذا العلÙ
     
    24012401كسوره).  # Updated 11-Oct-2007 by kkhalafala
    24022402
    2403 HTMLPlug.rename_assoc_files:إعادة تسÙ
     2403HTMLPlugin.rename_assoc_files:إعادة تسÙ
    24042404ية الÙ
    24052405لفات الÙ
     
    24112411وعات
    24122412
    2413 HTMLPlug.sectionalise_using_h_tags:تلقا؊يا أن؎؊ وثيقة Ù
     2413HTMLPlugin.sectionalise_using_h_tags:تلقا؊يا أن؎؊ وثيقة Ù
    24142414جزاة ؚاستخداÙ
    24152415 Ù
     
    24172417يزات  h1, h2, ... hX .  # Updated 17-Oct-2007 by kkhalafala
    24182418
    2419 HTMLPlug.title_sub:إستؚدال التعؚير لتعديل سلسلة نصية Ù
     2419HTMLPlugin.title_sub:إستؚدال التعؚير لتعديل سلسلة نصية Ù
    24202420خزنة كعنوان. تستخدÙ
    24212421 Ø¹Ù„ÙŠ سؚيل الÙ
     
    24232423ن نص
    24242424
    2425 HTMLPlug.tidy_html:إذا تÙ
     2425HTMLPlugin.tidy_html:إذا تÙ
    24262426 ØªØ¹ÙŠÙ†Ù‡Ø§ØŒØªÙ‚ÙˆÙ
    24272427 ØšØªØ­ÙˆÙŠÙ„ وثيقة HTML إلي هي؊ة XHTML جيدة الإعداد. تÙ
     
    24302430ن عرض الوثيقة في هي؊ة كتاؚ  # Updated 8-Oct-2007 by kkhalafala
    24312431
    2432 HTMLPlug.old_style_HDL:لتحديد Ù
     2432HTMLPlugin.old_style_HDL:لتحديد Ù
    24332433ا إذا كان الÙ
    24342434لف في هذه الÙ
     
    24412441.  # Updated 11-Oct-2007 by kkhalafala
    24422442
    2443 ImagePlug.converttotype:تحويل الصورة الأساسية الي هي؊ة 's'.
    2444 
    2445 ImagePlug.desc:هذا الÙ
     2443ImagePlugin.converttotype:تحويل الصورة الأساسية الي هي؊ة 's'.
     2444
     2445ImagePlugin.desc:هذا الÙ
    24462446قاؚس يعالج الصور, إضافة واصفات الؚيانات الأساسية
    24472447
    2448 ImagePlug.minimumsize:تجاهل الصور الأصغر Ù
     2448ImagePlugin.minimumsize:تجاهل الصور الأصغر Ù
    24492449ن  n ؚايت.
    24502450
    2451 ImagePlug.noscaleup:لا تقيس الصور الصغيرة عند إن؎اء Ù
     2451ImagePlugin.noscaleup:لا تقيس الصور الصغيرة عند إن؎اء Ù
    24522452ختصر صور  # Updated 17-Oct-2007 by kkhalafala
    24532453
    2454 ImagePlug.screenviewsize:إذا تÙ
     2454ImagePlugin.screenviewsize:إذا تÙ
    24552455 Ø§Ù„تعين،يجعل صورة ؚحجÙ
    24562456 n ل؎ا؎ة العرض ويعين واصفات ؚيانات ال؎ا؎ة ، حجÙ
    24572457 Ø§Ù„؎ا؎ة ، عرض ال؎ا؎ة و إرتفاع ال؎ا؎ة.
    24582458
    2459 ImagePlug.screenviewtype:إذا تÙ
     2459ImagePlugin.screenviewtype:إذا تÙ
    24602460 ØªØ¹ÙŠÙ† -screenviewsize ،سوف يعين هذا نوع ؎ا؎ة عرض الصورة.  # Updated 17-Oct-2007 by kkhalafala
    24612461
    2462 ImagePlug.thumbnailsize:إن؎اء Ù
     2462ImagePlugin.thumbnailsize:إن؎اء Ù
    24632463ختصر صورة ؚحجÙ
    24642464 nxn.  # Updated 11-Oct-2007 by kkhalafala
    24652465
    2466 ImagePlug.thumbnailtype:إن؎اء Ù
     2466ImagePlugin.thumbnailtype:إن؎اء Ù
    24672467ختصر صورة في هي؊ة 's'.  # Updated 7-Oct-2007 by kkhalafala
    24682468
    2469 IndexPlug.desc:هذا Ù
     2469IndexPlugin.desc:هذا Ù
    24702470قاؚس غير Ù
    24712471تكرر يعالج Ù
     
    24792479تؚوعة
    24802480
    2481 ISISPlug.desc:يعالج هذا الÙ
     2481ISISPlugin.desc:يعالج هذا الÙ
    24822482قاؚس قواعد ؚيانات  CDS/ISIS . اي قاعدة ؚيانات في CDS/ISIS Ù
    24832483عالجة ت؎ترط وجود ثلاثة Ù
     
    24892489لف الإحالات الؚينية (.xrf).
    24902490
    2491 ISISPlug.subfield_separator:الÙ
     2491ISISPlugin.subfield_separator:الÙ
    24922492حرف الÙ
    24932493ستخدÙ
    24942494 Ù„فصل الحقول الفرعية في تسجيلات قواعد ؚيانات CDS/ISIS .
    24952495
    2496 ISISPlug.entry_separator:الÙ
     2496ISISPlugin.entry_separator:الÙ
    24972497حرف الÙ
    24982498ستخدÙ
     
    25032503فتاحية في تسجيلات قواعد ؚيانات  CDS/ISIS .
    25042504
    2505 LaTeXPlug.desc:Ù
     2505LaTeXPlugin.desc:Ù
    25062506قاؚس لÙ
    25072507عالجة وثا؊ق LaTeX .
    25082508
    2509 LOMPlug.desc:Ù
     2509LOMPlugin.desc:Ù
    25102510قاؚس لإستيراد Ù
    25112511لفات LOM (واصفات ؚيانات كيانات التعلÙ
    25122512) .  # Updated 11-Oct-2007 by kkhalafala
    25132513
    2514 LOMPlug.root_tag:DocType لÙ
     2514LOMPlugin.root_tag:DocType لÙ
    25152515لفات XML  (أو تعؚير Ù
    25162516نت؞Ù
    25172517 ÙŠØªØ·Ø§ØšÙ‚ Ù
    25182518ع جذر العنصر).  # Updated 11-Oct-2007 by kkhalafala
    2519 LOMPlug.check_timestamp:افحص تواريخ الÙ
     2519LOMPlugin.check_timestamp:افحص تواريخ الÙ
    25202520لفات الÙ
    25212521نزلة ساؚقا، وقÙ
    25222522 ØšØªÙ†Ø²ÙŠÙ„ الÙ
    25232523لف الأحدث فقط.  # Updated 17-Oct-2007 by kkhalafala
    2524 LOMPlug.download_srcdocs:تنزيل Ù
     2524LOMPlugin.download_srcdocs:تنزيل Ù
    25252525صدر الوثيقة إذا تÙ
    25262526 ØªØ­Ø¯ÙŠØ¯ واحد (in general^identifier^entry or
    25272527
    2528 MARCPlug.desc:Ù
     2528MARCPlugin.desc:Ù
    25292529قاؚس Ù
    25302530ارك اساسي.
    25312531
    2532 MARCPlug.metadata_mapping:اسÙ
     2532MARCPlugin.metadata_mapping:اسÙ
    25332533 Ø§Ù„Ù
    25342534لف الذي يضÙ
     
    25382538اء واصفات ؚيانات في
    25392539
    2540 MARCXMLPlug.desc:MARCXML plugin.  # Updated 21-Sep-2007 by usamasa
    2541 
    2542 MARCXMLPlug.metadata_mapping_file:اسÙ
     2540MARCXMLPlugin.desc:MARCXML plugin.  # Updated 21-Sep-2007 by usamasa
     2541
     2542MARCXMLPlugin.metadata_mapping_file:اسÙ
    25432543 Ø§Ù„Ù
    25442544لف الذي يضÙ
     
    25482548اء واصفات ؚيانات في قرينستون.افتراضيا إلي  # Updated 17-Oct-2007 by kkhalafala
    25492549
    2550 MediaWikiPlug.desc:Ù
     2550MediaWikiPlugin.desc:Ù
    25512551قاؚس لاستيراد صفحات الويؚ لـ MediaWiki  # Updated 17-Oct-2007 by kkhalafala
    25522552
    2553 MediaWikiPlug.show_toc:أضف الي صفحة حول الÙ
     2553MediaWikiPlugin.show_toc:أضف الي صفحة حول الÙ
    25542554جÙ
    25552555وعة 'جدول الÙ
     
    25572557وقع MediaWiki .
    25582558
    2559 MediaWikiPlug.delete_toc:حذف قسÙ
     2559MediaWikiPlugin.delete_toc:حذف قسÙ
    25602560 'جدول الÙ
    25612561حتويات' في كل صفحة HTML . تحتاج لتحديد تعؚير Ù
     
    25632563  لـ Perl في toc_exp أدناه
    25642564
    2565 MediaWikiPlug.toc_exp:تعؚير Ù
     2565MediaWikiPlugin.toc_exp:تعؚير Ù
    25662566نت؞Ù
    25672567 Ù„Ù€ Perl لÙ
     
    25712571Ø©
    25722572
    2573 MediaWikiPlug.delete_nav:حذف قسÙ
     2573MediaWikiPlugin.delete_nav:حذف قسÙ
    25742574 Ø§Ù„تجوال . تحتاج لتحديد تعؚير Ù
    25752575نت؞Ù
    25762576 Ù„Ù€ Perl في nav_div_exp ادناه.  # Updated 11-Oct-2007 by kkhalafala
    25772577
    2578 MediaWikiPlug.nav_div_exp:تعؚير Ù
     2578MediaWikiPlugin.nav_div_exp:تعؚير Ù
    25792579نت؞Ù
    25802580 Ù„Ù€ Perl لÙ
     
    25842584Ø© MediaWikiلـ  # Updated 11-Oct-2007 by kkhalafala
    25852585
    2586 MediaWikiPlug.delete_searchbox:احذف القسÙ
     2586MediaWikiPlugin.delete_searchbox:احذف القسÙ
    25872587 Ø§Ù„خاص ØšÙ
    25882588رؚع الؚحث. يحتاج إلى تحديد ؚرÙ
    25892589جة Perl في searchbox_div_exp ؚأسفل.  # Updated 5-Nov-2007 by usamasa
    25902590
    2591 MediaWikiPlug.searchbox_div_id:تعؚير لغة Perl Ù
     2591MediaWikiPlugin.searchbox_div_id:تعؚير لغة Perl Ù
    25922592عروف لكي يضاهي Ù
    25932593رؚع الؚحث. القيÙ
     
    25952595عتادة.  # Updated 5-Nov-2007 by usamasa
    25962596
    2597 MediaWikiPlug.remove_title_suffix_exp:تعؚير Ù
     2597MediaWikiPlugin.remove_title_suffix_exp:تعؚير Ù
    25982598نت؞Ù
    25992599 Ù„Ù€ Perl لتقليÙ
     
    26022602ثال، \\s-(.+) سوف
    26032603
    2604 MetadataCSVPlug.desc:Ù
     2604MetadataCSVPlugin.desc:Ù
    26052605قاؚس لقا؊Ù
    26062606Ø© Ù
     
    26182618رير metadata_read في
    26192619
    2620 METSPlug.desc:Ù
     2620METSPlugin.desc:Ù
    26212621عالجة وثا؊ق METS ؚاسلوؚ قرينستون.  # Updated 11-Oct-2007 by kkhalafala
    26222622
    2623 GISBasPlug.desc:ؚجانؚ الف؊ة الأساس BasPlug الذي يدعÙ
     2623GISExtractor.desc:ؚجانؚ الف؊ة الأساس BasPlug الذي يدعÙ
    26242624 Ù‚درات GIS  # Updated 11-Oct-2007 by kkhalafala
    26252625
    2626 NULPlug.desc:Ù
     2626NulPlugin.desc:Ù
    26272627قاؚس Ù
    26282628لف (.nul) الوهÙ
     
    26342634لفات واصفات ؚيانات قاعدة ؚيانات.  # Updated 11-Oct-2007 by kkhalafala
    26352635
    2636 NULPlug.assoc_field:إسÙ
     2636NulPlugin.assoc_field:إسÙ
    26372637 Ø­Ù‚Ù„ واصفات الؚيانات و الذي سوف يتÙ
    26382638 ØªØ®ØµÙŠØµØ© لÙ
    26392639لف nul  # Updated 11-Oct-2007 by kkhalafala
    2640 NULPlug.add_metadata_as_text:ضع جدول للÙ
     2640NulPlugin.add_metadata_as_text:ضع جدول للÙ
    26412641يتاداتا في نص الوثيقة، إلا إذا كانت هذه الوثيقة ليست نصية.  # Updated 2-Oct-2007 by usamasa
    26422642
    2643 NULPlug.remove_namespace_for_text:حذف اسÙ
     2643NulPlugin.remove_namespace_for_text:حذف اسÙ
    26442644 Ø§Ù„Ù
    26452645ساحة Ù
     
    26482648 ØªØ¹ÙŠÙ† add_metadata_as_text ).  # Updated 17-Oct-2007 by kkhalafala
    26492649
    2650 OAIPlug.desc:الÙ
     2650OAIPlugin.desc:الÙ
    26512651قاؚس الأساسي لÙ
    26522652ؚادرة الأر؎يف الÙ
    26532653فتوح (OAI) .
    26542654
    2655 OggVorbisPlug.add_technical_metadata:إضافة واصفات ؚيانات فنية (علي سؚيل الÙ
     2655OggVorbisPlugin.add_technical_metadata:إضافة واصفات ؚيانات فنية (علي سؚيل الÙ
    26562656ثال (eg. bitrate)  # Updated 7-Oct-2007 by kkhalafala
    26572657
    2658 OggVorbisPlug.desc:ؚرناÙ
     2658OggVorbisPlugin.desc:ؚرناÙ
    26592659ج لتصدير Ù
    26602660لفات الصوت Ù
    26612661ن نوع Ogg Vorbis.  # Updated 5-Nov-2007 by usamasa
    26622662
    2663 OpenDocumentPlug.desc:Ù
     2663OpenDocumentPlugin.desc:Ù
    26642664قاؚس لوثا؊ق في هي؊ة OASIS OpenDocument (تستخدÙ
    26652665 ÙÙŠ OpenOffice 2.0)  # Updated 11-Oct-2007 by kkhalafala
    26662666
    2667 PagedImgPlug.desc:الؚرناÙ
     2667PagedImagePlugin.desc:الؚرناÙ
    26682668ج الÙ
    26692669ساعد للحصول على وثا؊ق تتكون Ù
     
    26762676ليات.
    26772677
    2678 PagedImgPlug.documenttype:حدد نوع الوثيقة (تستخدÙ
     2678PagedImagePlugin.documenttype:حدد نوع الوثيقة (تستخدÙ
    26792679 Ù„لعرض)  # Updated 17-Oct-2007 by kkhalafala
    2680 PagedImgPlug.documenttype.paged:صفحات الوثا؊ق ؚها أسهÙ
     2680PagedImagePlugin.documenttype.paged:صفحات الوثا؊ق ؚها أسهÙ
    26812681 ØªØ§Ù„ÙŠ و Ù‚ØšÙ„ و Ù
    26822682رؚع  'إلي صفحة X'  # Updated 17-Oct-2007 by kkhalafala
    2683 PagedImgPlug.documenttype.hierarchy:الوثا؊ق الهرÙ
     2683PagedImagePlugin.documenttype.hierarchy:الوثا؊ق الهرÙ
    26842684ية تتضÙ
    26852685ن قا؊Ù
     
    26872687حتويات.  # Updated 11-Oct-2007 by kkhalafala
    26882688
    2689 PagedImgPlug.headerpage:اضف هرÙ
     2689PagedImagePlugin.headerpage:اضف هرÙ
    26902690 ØªØ±Ùˆ يسه الصفحة (التي لا تحتوي على صورة) لكل وثيقة.  # Updated 11-Oct-2007 by kkhalafala
    26912691
    2692 PagedImgPlug.screenview:إنتاج صورة ؚ؎هد ؎ا؎ة لكل صورة، وتعين واصفات ؚيانات لل؎ا؎ة ، حجÙ
     2692PagedImagePlugin.screenview:إنتاج صورة ؚ؎هد ؎ا؎ة لكل صورة، وتعين واصفات ؚيانات لل؎ا؎ة ، حجÙ
    26932693 Ø§Ù„؎ا؎ة،عرض ال؎ا؎ة و إرتفاع ال؎ا؎ة.  # Updated 17-Oct-2007 by kkhalafala
    26942694
    2695 PagedImgPlug.screenviewsize:إن؎اء صور ØšÙ
     2695PagedImagePlugin.screenviewsize:إن؎اء صور ØšÙ
    26962696؎هد ؎ا؎ة ؚحجÙ
    26972697 nxn.  # Updated 17-Oct-2007 by kkhalafala
    26982698
    2699 PagedImgPlug.screenviewtype:'استخداÙ
     2699PagedImagePlugin.screenviewtype:'استخداÙ
    27002700 ØµÙˆØ±Ø© ال؎ا؎ة في التنسيق '.  # Updated 5-Nov-2007 by usamasa
    27012701
    2702 PagedImgPlug.thumbnail:إن؎اء Ù
     2702PagedImagePlugin.thumbnail:إن؎اء Ù
    27032703ختصر صورة لكل صورة  # Updated 11-Oct-2007 by kkhalafala
    27042704
    2705 PDFPlug.allowimagesonly:اسÙ
     2705PDFPlugin.allowimagesonly:اسÙ
    27062706Ø­ للÙ
    27072707لفات Ù
     
    27102710وعة Ù
    27112711عقدة. فقط useful with convert_to html .  # Updated 5-Nov-2007 by usamasa
    2712 PDFPlug.complex:إن؎اء ناتج أكثر تعقيدا. Ù
     2712PDFPlugin.complex:إن؎اء ناتج أكثر تعقيدا. Ù
    27132713ع هذا الخيار حدد ناتج html سيؚدو أكثر ؎ؚها لÙ
    27142714لف PDF الأصلي. لكي يعÙ
    27152715ل هذا ؚ؎كل صحيح يجؚ تثؚيت
    27162716
    2717 PDFPlug.desc:الÙ
     2717PDFPlugin.desc:الÙ
    27182718قاؚس الذي يعالج وثا؊ق PDF .  # Updated 11-Oct-2007 by kkhalafala
    27192719
    2720 PDFPlug.nohidden:تÙ
     2720PDFPlugin.nohidden:تÙ
    27212721نع  pdftohtml Ù
    27222722ن Ù
     
    27242724خفي.هذا يفيد فقط في حالة تعين خيار -complex .  # Updated 11-Oct-2007 by kkhalafala
    27252725
    2726 PDFPlug.noimages:لا تحاول أن تستخلص الصور Ù
     2726PDFPlugin.noimages:لا تحاول أن تستخلص الصور Ù
    27272727ن Ù
    27282728لفات PDF.  # Updated 5-Nov-2007 by usamasa
    27292729
    2730 PDFPlug.use_sections:إن؎اء قسÙ
     2730PDFPlugin.use_sections:إن؎اء قسÙ
    27312731 Ù
    27322732نفصل لآي صفحة Ù
     
    27342734لف PDF .  # Updated 8-Oct-2007 by kkhalafala
    27352735
    2736 PDFPlug.zoom:العاÙ
     2736PDFPlugin.zoom:العاÙ
    27372737ل الذي يستخدÙ
    27382738 Ù„تكؚير ناتج PDF  (و هذا يفيد فقط إذا تÙ
    27392739 ØªØ¹ÙŠÙ† -complex ).  # Updated 17-Oct-2007 by kkhalafala
    27402740
    2741 PPTPlug.desc:Ù
     2741PPTPlugin.desc:Ù
    27422742قاؚس لإستيراد Ù
    27432743لفات Ù
    27442744ايكروسوفت ؚاور ؚوينت.
    27452745
    2746 PPTPlug.windows_scripting:استخدÙ
     2746PPTPlugin.windows_scripting:استخدÙ
    27472747  MicroSoft Windows scripting technology (Visual Basic تطؚيقات) لإيجاد PPT و تحويل الوثيقة الي Ù
    27482748ختلف هي؊ات الصور (علي سؚيل الÙ
     
    27532753صدر
    27542754
    2755 ProCitePlug.desc:Ù
     2755ProCitePlugin.desc:Ù
    27562756قاؚس لـ (Ù
    27572757صدرة) ProCite قواعد ؚيانات  # Updated 11-Oct-2007 by kkhalafala
    27582758
    2759 PSPlug.desc:هذا هو Ù
     2759PSPlugin.desc:هذا هو Ù
    27602760حول نص\ "الرجل الفقير \" Ù
    27612761نps. اذا كنت جادة ، الن؞ر في استخداÙ
     
    27672767يل في
    27682768
    2769 PSPlug.extract_date:إستخلاص التاريخ Ù
     2769PSPlugin.extract_date:إستخلاص التاريخ Ù
    27702770ن ترويسة PS .
    27712771
    2772 PSPlug.extract_pages:إستخلاص الصفحات Ù
     2772PSPlugin.extract_pages:إستخلاص الصفحات Ù
    27732773ن ترويسة PS .
    27742774
    2775 PSPlug.extract_title:إستخلاص العنوان Ù
     2775PSPlugin.extract_title:إستخلاص العنوان Ù
    27762776ن ترويسة PS .
    27772777
    2778 RealMediaPlug.desc:Ù
     2778RealMediaPlugin.desc:Ù
    27792779قاؚس لÙ
    27802780عالجة Ù
    27812781لفات Real Media .
    27822782
    2783 RecPlug.desc:و Ù
     2783DirectoryPlugin.desc:و Ù
    27842784قاؚس يعود الي كل الأدلة Ù
    27852785عالجا كل الÙ
    27862786لفات التي يجدها  # Updated 8-Oct-2007 by kkhalafala
    27872787
    2788 RecPlug.recheck_directories:ؚعد Ù
     2788DirectoryPlugin.recheck_directories:ؚعد Ù
    27892789عالجة Ù
    27902790لفات في دليل إستيراد، أعد قراءة الدليل لفحص أي Ù
    27912791لفات جديدة أن؎؊ت  # Updated 11-Oct-2007 by kkhalafala
    27922792
    2793 RecPlug.use_metadata_files:قراءة واصفات الؚيانات Ù
     2793DirectoryPlugin.use_metadata_files:قراءة واصفات الؚيانات Ù
    27942794ن Ù
    27952795لفات واصفات ؚيانات xml(Ù
     
    27982798قاؚس ؚدلا  # Updated 11-Oct-2007 by kkhalafala
    27992799
    2800 ReferPlug.desc:ReferPlug يقراء الÙ
     2800ReferPlugin.desc:ReferPlug يقراء الÙ
    28012801لفات الؚيؚليوجرافية في هي؊ة Refer  # Updated 11-Oct-2007 by kkhalafala
    28022802
    2803 ReferPlug.longdesc:ReferPlug يقراء الÙ
     2803ReferPlugin.longdesc:ReferPlug يقراء الÙ
    28042804لفات الؚيؚليوجرافية في هي؊ة Refer.\nؚواسطة Gordon W. Paynter
    28052805
    2806 RogPlug.desc:ين؎؊ وثا؊ق Ù
     2806RogPlugin.desc:ين؎؊ وثا؊ق Ù
    28072807ستوي واحد ؚسيط Ù
    28082808ن Ù
    28092809لفات .rog أو .mdb .  # Updated 11-Oct-2007 by kkhalafala
    28102810
    2811 RTFPlug.desc:Ù
     2811RTFPlugin.desc:Ù
    28122812قاؚس لإستيراد Ù
    28132813لفات rtf.  # Updated 11-Oct-2007 by kkhalafala
    28142814
    2815 SRCPlug.desc:إسÙ
     2815SourceCodePlugin.desc:إسÙ
    28162816 Ù
    28172817لف يستخدÙ
     
    28192819ن حالة و C++ class decls)\nPerl    (حاليا فقط تنجز كنص)\nShell   (حاليا فقط تنجز كنص)
    28202820
    2821 SRCPlug.remove_prefix:حذف هذا النÙ
     2821SourceCodePlugin.remove_prefix:حذف هذا النÙ
    28222822Ø· الريادي Ù
    28232823ن إسÙ
     
    28312831لف.  # Updated 8-Oct-2007 by kkhalafala
    28322832
    2833 SplitPlug.desc:يستخدÙ
     2833SplitPlugin.desc:يستخدÙ
    28342834 Ù
    28352835قاؚس SplitPlug لتقسيÙ
     
    28402840نفردة ، ؚدلا ، إذا
    28412841
    2842 SplitPlug.split_exp:تعؚير Ù
     2842SplitPlugin.split_exp:تعؚير Ù
    28432843نت؞Ù
    28442844 Ù„Ù€ perl لتقسيÙ
     
    28472847دخلة الي قطاعات.  # Updated 11-Oct-2007 by kkhalafala
    28482848
    2849 StructuredHTMLPlug.desc:Ù
     2849StructuredHTMLPlugin.desc:Ù
    28502850قاؚس لعÙ
    28512851لية هيكلة وثا؊ق HTML ، و تقسيÙ
     
    28552855ات.  # Updated 17-Oct-2007 by kkhalafala
    28562856
    2857 StructuredHTMLPlug.delete_toc:حذف أي جدول Ù
     2857StructuredHTMLPlugin.delete_toc:حذف أي جدول Ù
    28582858حتويات ، قا؊Ù
    28592859Ø© أ؎كال الخ Ù
     
    28622862حول. تحدد الأساليؚ لهذا الإجراء في خيار  # Updated 11-Oct-2007 by kkhalafala
    28632863
    2864 StructuredHTMLPlug.title_header:يÙ
     2864StructuredHTMLPlugin.title_header:يÙ
    28652865كن للÙ
    28662866ستخدÙ
    28672867 ØªØ­Ø¯ÙŠØ¯ أساليؚ ترويسة العنوان  # Updated 17-Oct-2007 by kkhalafala
    28682868
    2869 StructuredHTMLPlug.level1_header:يÙ
     2869StructuredHTMLPlugin.level1_header:يÙ
    28702870كن للÙ
    28712871ستخدÙ
     
    28742874ساوي لـ <h1>).  # Updated 11-Oct-2007 by kkhalafala
    28752875
    2876 StructuredHTMLPlug.level2_header:يÙ
     2876StructuredHTMLPlugin.level2_header:يÙ
    28772877كن للÙ
    28782878ستخدÙ
     
    28812881ساوي لـ <h2>).  # Updated 11-Oct-2007 by kkhalafala
    28822882
    2883 StructuredHTMLPlug.level3_header:يÙ
     2883StructuredHTMLPlugin.level3_header:يÙ
    28842884كن للÙ
    28852885ستخدÙ
     
    28882888ساوي لـ <h3>).  # Updated 11-Oct-2007 by kkhalafala
    28892889
    2890 StructuredHTMLPlug.toc_header:يÙ
     2890StructuredHTMLPlugin.toc_header:يÙ
    28912891كن للÙ
    28922892ستخدÙ
     
    28952895Ø© الأ؎كال الخ.لإزالتها عند تحديد delete_toc  # Updated 17-Oct-2007 by kkhalafala
    28962896
    2897 TEXTPlug.desc:ين؎يء وثيقة ؚسيطة Ù
     2897TextPlugin.desc:ين؎يء وثيقة ؚسيطة Ù
    28982898ن Ù
    28992899ستوى واحد. يضيف حقل Ù
     
    29012901ن النص (ؚطول 100 حرف ؚحد أقصى).  # Updated 5-Nov-2007 by usamasa
    29022902
    2903 TEXTPlug.title_sub:إستؚدال التعؚير لتعديل سلسلة نصية Ù
     2903TextPlugin.title_sub:إستؚدال التعؚير لتعديل سلسلة نصية Ù
    29042904خزنة كعنوان. تستخدÙ
    29052905 Ø¹Ù„ÙŠ سؚيل الÙ
    29062906ثال، ؚواسطة  PSPlug لإزاحة "صفحة 1"
    29072907
    2908 UnknownPlug.assoc_field:اسÙ
     2908UnknownPlugin.assoc_field:اسÙ
    29092909 Ø­Ù‚Ù„ Ù
    29102910يتاداتا الذي سيحÙ
     
    29142914رتؚطة.  # Updated 5-Nov-2007 by usamasa
    29152915
    2916 UnknownPlug.desc:هذا Ù
     2916UnknownPlugin.desc:هذا Ù
    29172917قاؚس ؚسيط لإستيراد Ù
    29182918لفات في هي؊ات لا يعرف قرينستون عنها ؎ي؊ا..  يتÙ
     
    29232923لف الي قرينستون كـ  \"associated file\" للوثيقة.  # Updated 11-Oct-2007 by kkhalafala
    29242924
    2925 UnknownPlug.file_format:نوع الÙ
     2925UnknownPlugin.file_format:نوع الÙ
    29262926لف (e.g. MPEG, MIDI, ...)
    29272927
    2928 UnknownPlug.mime_type:نوع الÙ
     2928UnknownPlugin.mime_type:نوع الÙ
    29292929لف (علي سؚيل الÙ
    29302930ثال image/gif).  # Updated 7-Oct-2007 by kkhalafala
    29312931
    2932 UnknownPlug.process_extension:Ù
     2932UnknownPlugin.process_extension:Ù
    29332933عالجة Ù
    29342934لفات ؚنفس اÙ
     
    29382938رونة.  # Updated 11-Oct-2007 by kkhalafala
    29392939
    2940 UnknownPlug.srcicon:حدد اسÙ
     2940UnknownPlugin.srcicon:حدد اسÙ
    29412941 Ù
    29422942اكرو (ؚدون ؎رطة سفلية) لتستخدÙ
     
    29462946حددة.  # Updated 5-Nov-2007 by usamasa
    29472947
    2948 MP3Plug.desc:Ù
     2948MP3Plugin.desc:Ù
    29492949قاؚس لÙ
    29502950عالجة Ù
    29512951لفات MP3 .
    29522952
    2953 MP3Plug.assoc_images:ØšÙ
     2953MP3Plugin.assoc_images:ØšÙ
    29542954حدد عنوان ID3 و واصفات ؚيانات الÙ
    29552955؀ديMP3 استخدÙ
     
    29602960لف  # Updated 11-Oct-2007 by kkhalafala
    29612961
    2962 MP3Plug.applet_metadata:[applet] لتخزين واصفات ؚيانات لكل وثيقة تحتوي علي قدر Ù
     2962MP3Plugin.applet_metadata:[applet] لتخزين واصفات ؚيانات لكل وثيقة تحتوي علي قدر Ù
    29632963طلوؚ Ù
    29642964ن HTML لت؎غيل ؚرناÙ
    29652965ج  # Updated 11-Oct-2007 by kkhalafala
    29662966
    2967 MP3Plug.metadata_fields:قا؊Ù
     2967MP3Plugin.metadata_fields:قا؊Ù
    29682968ةؚحقول الÙ
    29692969يتاداتا Ù
     
    29722972 "\*"\ لاسترجاع كافة الحقول.  # Updated 5-Nov-2007 by usamasa
    29732973
    2974 W3ImgPlug.aggressiveness:Ù
     2974W3ImagePlugin.aggressiveness:Ù
    29752975دي تقنيات إستخلاص النص للإستخداÙ
    29762976.  # Updated 8-Oct-2007 by kkhalafala
    2977 W3ImgPlug.aggressiveness.1:إسÙ
     2977W3ImagePlugin.aggressiveness.1:إسÙ
    29782978 Ù
    29792979لف, Ù
    29802980سار, ALT نص فقط.  # Updated 11-Oct-2007 by kkhalafala
    2981 W3ImgPlug.aggressiveness.2:كل ال  1, زا؊دا اللقطة حيث توفرت.  # Updated 17-Oct-2007 by kkhalafala
    2982 W3ImgPlug.aggressiveness.3:كل ال  2, زا؊دا ؚالقرؚ Ù
     2981W3ImagePlugin.aggressiveness.2:كل ال  1, زا؊دا اللقطة حيث توفرت.  # Updated 17-Oct-2007 by kkhalafala
     2982W3ImagePlugin.aggressiveness.3:كل ال  2, زا؊دا ؚالقرؚ Ù
    29832983ن الفقرات حيث توفرت.  # Updated 7-Oct-2007 by kkhalafala
    2984 W3ImgPlug.aggressiveness.4:كل ال  3, زا؊دا الترويسات الساؚقة (<h1>, <h2>...) حيث توفرت.  # Updated 11-Oct-2007 by kkhalafala
    2985 W3ImgPlug.aggressiveness.5:كل ال  4, زا؊دا الÙ
     2984W3ImagePlugin.aggressiveness.4:كل ال  3, زا؊دا الترويسات الساؚقة (<h1>, <h2>...) حيث توفرت.  # Updated 11-Oct-2007 by kkhalafala
     2985W3ImagePlugin.aggressiveness.5:كل ال  4, زا؊دا الÙ
    29862986راجع النصية حيث توفرت.  # Updated 11-Oct-2007 by kkhalafala
    2987 W3ImgPlug.aggressiveness.6:كل ال  4, زا؊دا الÙ
     2987W3ImagePlugin.aggressiveness.6:كل ال  4, زا؊دا الÙ
    29882988راجع النصية حيث توفرت.  # Updated 11-Oct-2007 by kkhalafala
    2989 W3ImgPlug.aggressiveness.7:كل ال  6ؚإ؎تراك  # Updated 17-Oct-2007 by kkhalafala
    2990 W3ImgPlug.aggressiveness.8:كل السؚعة، ؚالإضافة إلى تكرار الاقتؚاس، واسÙ
     2989W3ImagePlugin.aggressiveness.7:كل ال  6ؚإ؎تراك  # Updated 17-Oct-2007 by kkhalafala
     2990W3ImagePlugin.aggressiveness.8:كل السؚعة، ؚالإضافة إلى تكرار الاقتؚاس، واسÙ
    29912991 Ø§Ù„Ù
    29922992لف، و إلخ (إؚراز النتا؊ج الأكثر ارتؚاطاً).  # Updated 5-Nov-2007 by usamasa
    2993 W3ImgPlug.aggressiveness.9:كل ال  1, زا؊دا النص الكاÙ
     2993W3ImagePlugin.aggressiveness.9:كل ال  1, زا؊دا النص الكاÙ
    29942994ل لÙ
    29952995صدر الصفحة.  # Updated 11-Oct-2007 by kkhalafala
    29962996
    2997 W3ImgPlug.caption_length:لطول الأقصي للقطات (Ù
     2997W3ImagePlugin.caption_length:لطول الأقصي للقطات (Ù
    29982998حارف)  # Updated 17-Oct-2007 by kkhalafala
    29992999
    3000 W3ImgPlug.convert_params:Ù
     3000W3ImagePlugin.convert_params:Ù
    30013001؀؎رات إضافية لÙ
    30023002حول ImageMagicK في إن؎اء Ù
     
    30053005ختصرات الصور.  # Updated 11-Oct-2007 by kkhalafala
    30063006
    3007 W3ImgPlug.desc:ؚرناÙ
     3007W3ImagePlugin.desc:ؚرناÙ
    30083008ج لاستخلاص الصور ورؚط النصوص Ù
    30093009ن صفحات الإنترنت.  # Updated 5-Nov-2007 by usamasa
    30103010
    3011 W3ImgPlug.document_text:إضافة نص صورة كـ وثيقة: نص (خلاف ذلك حقل واصفات ؚياناتindexedtext ).  # Updated 11-Oct-2007 by kkhalafala
    3012 
    3013 W3ImgPlug.index_pages:تك؎يف صفحات Ù
     3011W3ImagePlugin.document_text:إضافة نص صورة كـ وثيقة: نص (خلاف ذلك حقل واصفات ؚياناتindexedtext ).  # Updated 11-Oct-2007 by kkhalafala
     3012
     3013W3ImagePlugin.index_pages:تك؎يف صفحات Ù
    30143014ع الصور. ؚخلاف الا؎ارة في صفحات Ù
    30153015وقع الÙ
    30163016صدر  # Updated 17-Oct-2007 by kkhalafala
    30173017
    3018 W3ImgPlug.max_near_text:العدد الأقصي لÙ
     3018W3ImagePlugin.max_near_text:العدد الأقصي لÙ
    30193019حارف قرؚ صور للإستخلاص  # Updated 11-Oct-2007 by kkhalafala
    30203020
    3021 W3ImgPlug.min_height:Pixels. تخل عن الصور الأقل Ù
     3021W3ImagePlugin.min_height:Pixels. تخل عن الصور الأقل Ù
    30223022ن هذا  # Updated 5-Nov-2007 by usamasa
    30233023
    3024 W3ImgPlug.min_near_text:العدد الأدني لÙ
     3024W3ImagePlugin.min_near_text:العدد الأدني لÙ
    30253025حارف قرؚ نص أو لقطة للإستخلاص  # Updated 11-Oct-2007 by kkhalafala
    30263026
    3027 W3ImgPlug.min_size:ؚايتس. تجاوز الصور التي هي أصغر Ù
     3027W3ImagePlugin.min_size:ؚايتس. تجاوز الصور التي هي أصغر Ù
    30283028ن هذا.
    30293029
    3030 W3ImgPlug.min_width:ؚيكسل. تجاوز الصور التي هي أضيق Ù
     3030W3ImagePlugin.min_width:ؚيكسل. تجاوز الصور التي هي أضيق Ù
    30313031ن هذا.
    30323032
    3033 W3ImgPlug.neartext_length:الطول الهدف لأقرؚ نص (Ù
     3033W3ImagePlugin.neartext_length:الطول الهدف لأقرؚ نص (Ù
    30343034حارف).  # Updated 7-Oct-2007 by kkhalafala
    30353035
    3036 W3ImgPlug.no_cache_images:لا تخؚ؊ الصور (أ؎ر الي عنوان الÙ
     3036W3ImagePlugin.no_cache_images:لا تخؚ؊ الصور (أ؎ر الي عنوان الÙ
    30373037وارد الÙ
    30383038وحد الأصلي).  # Updated 7-Oct-2007 by kkhalafala
    30393039
    3040 W3ImgPlug.smallpage_threshold:الصور التي في الصفحات أصغر Ù
     3040W3ImagePlugin.smallpage_threshold:الصور التي في الصفحات أصغر Ù
    30413041ن هذه ؚالـ(bytes)، سوف تحتوي الصفحة على إضافة Ù
    30423042يتاداتا لكل Ù
     
    30453045فتاحية - ... إلخ)  # Updated 5-Nov-2007 by usamasa
    30463046
    3047 W3ImgPlug.textrefs_threshold:ؚداية للإ؎ارات النصية .القيÙ
     3047W3ImagePlugin.textrefs_threshold:ؚداية للإ؎ارات النصية .القيÙ
    30483048 Ø§Ù„أقل تعني ان الخوارزÙ
    30493049ية أقل صراÙ
    30503050Ø©  # Updated 7-Oct-2007 by kkhalafala
    30513051
    3052 W3ImgPlug.thumb_size:أقصي حجÙ
     3052W3ImagePlugin.thumb_size:أقصي حجÙ
    30533053 Ù„Ù
    30543054ختصر صورة . كل Ù
    30553055ن العرض و الإرتفاع.  # Updated 11-Oct-2007 by kkhalafala
    30563056
    3057 WordPlug.desc:Ù
     3057WordPlugin.desc:Ù
    30583058قاؚس لإستيراد Ù
    30593059لفات .DOC.  # Updated 17-Oct-2007 by kkhalafala
    30603060
    3061 WordPlug.windows_scripting:استخدÙ
     3061WordPlugin.windows_scripting:استخدÙ
    30623062  MicroSoft Windows scripting technology (Visual
    30633063
    3064 WordPlug.metadata_fields:لاسترجاع الÙ
     3064WordPlugin.metadata_fields:لاسترجاع الÙ
    30653065يتاداتا Ù
    30663066ن وثيقة HTML Ù
     
    30773077حتوى الخاص ؚأول <tagname>.  # Updated 5-Nov-2007 by usamasa
    30783078
    3079 XMLPlug.desc:الف؊ة الأساس لÙ
     3079ReadXMLFile.desc:الف؊ة الأساس لÙ
    30803080قاؚس XML  # Updated 17-Oct-2007 by kkhalafala
    30813081
    3082 XMLPlug.xslt:تحويل الثيقة الÙ
     3082ReadXMLFile.xslt:تحويل الثيقة الÙ
    30833083دخلة الÙ
    30843084تطاؚقة Ù
     
    30943094وعة ، علي سؚيل الÙ
    30953095ثال
    3096 ZIPPlug.desc:الؚرناÙ
     3096ZIPPlugin.desc:الؚرناÙ
    30973097ج الذي يتعاÙ
    30983098ل Ù
  • gsdl/trunk/perllib/strings_es.properties

    r12639 r15968  
    612612#
    613613
    614 ArcPlug.desc:Plugin que reproduce a través de un archivo de archivos.inf file (es decir el archivo generado en el directorio de archivos cuando realiza una importación), procesando cada archivo que encuentra.
    615 
    616 BasPlug.adding:agregando
    617 
    618 BasPlug.already_seen:ya ha sido visto
    619 
    620 BasPlug.bad_general_option:El % del plugin utiliza una opción general incorrecta (las opciones generales están disponibles para todos los plugins). Revise su fichero de configuración collect.cfg.  # Updated 22-Aug-2006
    621 
    622 BasPlug.block_exp:Los ficheros que sean iguales a esta expresión regular serán bloqueados al pasarse a cualquier plugin posterior en el listado. Esto no tiene otro efecto real que prevenir muchos mensajes de alerta sobre los archivos de entrada que a usted no le interesen. Cada plugin podría tener un block_exp predefinido, por ej., por definición HTMLPlug bloquea cualquier archivo gif. jpg. jpeg. png o los archivos css.  # Updated 17-Aug-2006
    623 
    624 BasPlug.associate_ext:Hace que los ficheros cuyos nombres contienen la misma parte inicial que el documento procesado por el plugin y una extensión que figura en la lista separada por comas que provee este argumento, sean asociados con el documento que se está procesando en vez de ser manejados como una lista separada.  # Updated 22-Aug-2006
    625 
    626 BasPlug.could_not_extract_encoding:ALERTA: codificando no podrían extraerse de % s - predefiniendo a % s
    627 
    628 BasPlug.could_not_extract_language:ALERTA: el idioma no podría extraerse de % s - predefiniendo a % s
    629 
    630 BasPlug.could_not_open_for_reading:no podrá abrir % s ni leerlos
    631 
    632 BasPlug.no_cover_image:No buscar un archivo prefix.jpg (en el cual prefix es el mismo prefix que el del archivo que está siendo procesado) y asociarlo como imagen de portada.
    633 
    634 BasPlug.default_encoding:Utilice esta codificación si -input_encoding está puesto en ‘auto’ y el algoritmo de categorización de texto no puede extraer el código o extrae un código que Greenstone no soporte. Esta opción puede tomar los mismos valores que -input_encoding.
    635 
    636 BasPlug.default_language:Si Greenstone no identifica el lenguaje del documento, el elemento del metadato se colocará en este valor. El valor predeterminado es 'en' (se usan los símbolos de lenguaje ISO 639: en = inglés). Note que si -input_encoding no está en 'auto' y -extract_language no está definido, todos los documentos tendrán el metadato 'Lenguaje' ajustado a este valor.  # Updated 17-Aug-2006
    637 
    638 BasPlug.desc:La clase base para todos los plugins de importación.
    639 
    640 BasPlug.done_acronym_extract:terminó de extraer las siglas.
    641 
    642 BasPlug.done_acronym_markup:Terminó el marcado de sigla (o acrónimo).
    643 
    644 BasPlug.done_email_extract:terminó de extraer las direcciones electrónicas.
    645 
    646 BasPlug.dummy_text:Este documento no tiene contenido.
    647 
    648 BasPlug.empty_file:el archivo no contiene ningún texto
    649 
    650 BasPlug.extract_acronyms:Extrae las siglas que contiene el texto y las coloca como metadato.  # Updated 22-Aug-2006
    651 
    652 BasPlug.extract_email:Extrae direcciones de correo electrónico como metadatos.  # Updated 22-Aug-2006
    653 
    654 BasPlug.extract_historical_years:Extrae información periódica de documentos históricos. Se guarda como metadato con el documento. Existe una interfaz de búsqueda para este metadato, que se puede incluir en la colección agregando la expresión “format QueryInterface DateSearch” al fichero de configuración de la colección.  # Updated 22-Aug-2006
    655 
    656 BasPlug.extract_language:Identifica el idioma de cada documento y establece el 'lenguaje' del metadato. Note que esto se hará automáticamente si -input_encoding está en 'auto'.  # Updated 17-Aug-2006
    657 
    658 BasPlug.extracting:extrayendo
    659 
    660 BasPlug.extracting_acronyms:extrayendo siglas
    661 
    662 BasPlug.extract_keyphrases:Extraer automáticamente frases clave con Kea (opciones por defecto).
    663 
    664 BasPlug.extract_keyphrases_kea4:Extraer frases calve automáticamente con Kea 4.0 (configuración estándar). Kea 4.0 es una nueva versión de Kea que ha sido desarrollada para la indización controlada de documentos del campo de la agricultura.  # Updated 17-Aug-2006
    665 
    666 BasPlug.extract_keyphrase_options:Opciones para extracción de frases clave con Kea. Por ejemplo: mALIWEB - utilizar el modelo de extracción ALIWEB; n5 - extraer 5 frases clave;, eGBK - utilizar codificación GBK.
    667 
    668 BasPlug.extracting_emails:extrayendo direcciones electrónicas
    669 
    670 BasPlug.file_has_no_text:ERROR: % s no contiene texto alguno
    671 
    672 BasPlug.first:Lista, separada por comas, de los primeros tamaños para extraer del texto en un campo de metadato. El campo se llama 'FirstNNN'.  # Updated 17-Aug-2006
    673 
    674 BasPlug.input_encoding:La codificación de los documentos de la fuente. Los documentos se convertirán de estas codificaciones y se guardarán internamente como utf8.
    675 BasPlug.input_encoding.ascii:Conjunto de 7 bits ascii simples. Éste puede resultar más rápido que usando el iso_8859_1. Tenga cuidado con usar esto en una colección de documentos que pueden contener caracteres fuera de los 7 ascii simples (por ejemplo documentos en Alemán o Francés que contengan acentos), mejor utilice el iso_8859_1.
    676 BasPlug.input_encoding.auto:Use el algoritmo de categorización de texto para identificar la codificación de cada fuente de documento automáticamente. Esto será más lento que poniendo la codificación explícitamente pero trabajará en donde más de una codificación se use dentro de la misma colección.
    677 
    678 BasPlug.input_encoding.unicode:Sólo unicode.
    679 
    680 BasPlug.input_encoding.utf8:Ya sea Utf8 o unicode—detectada automáticamente
    681 
    682 BasPlug.keyphrases:frases clave
    683 
    684 BasPlug.marking_up_acronyms:marcando siglas
    685 
    686 BasPlug.markup_acronyms:Agregue el metadato de sigla en el texto del documento.
    687 
    688 BasPlug.maximum_century:El número máximo de siglo que será extraído como metadato histórico (por ej., 14 extraerá todas las referencias hasta el siglo XIV).  # Updated 17-Aug-2006
    689 
    690 BasPlug.maximum_year:La fecha histórica máxima a ser usada como metadato (en una fecha referida la era común, como 1950).  # Updated 22-Aug-2006
    691 
    692 BasPlug.missing_kea:Error: el software Kea no se encuentra en %s. Por favor, descargue Kea %s de http://www.nzdl.org/Kea e instálelo en este directorio.  # Updated 17-Aug-2006
    693 
    694 BasPlug.must_be_implemented:La función de BasPlug::read deberá ser implementada en la subclase para los plugins recursivos
    695 
    696 BasPlug.no_bibliography:No intente bloquear las fechas bibliográficas al extraer las fechas históricas.
    697 
    698 BasPlug.process_exp:Una expresión Perl regular para comprobar contra nombres de ficheros que se procesarán por este plugin. Por ej., usando '(? i). html? \ $' aparecerán todos los documentos con terminación. htm .html (no es sensible a mayúsculas/minúsculas).  # Updated 22-Aug-2006
    699 
    700 BasPlug.read_denied:Lea permiso negado para % s
    701 
    702 BasPlug.separate_cjk:Inserta espacios entre caracteres Chinos/Japoneses/Coreanos para hacer cada carácter una palabra. Usar si el texto no está segmentado.  # Updated 17-Aug-2006
    703 
    704 BasPlug.smart_block:Ablocar los archivos en una forma más inteligente que simplemente examinando sus nombres.
    705 
    706 BasPlug.stems:tallos (inicios, bases)
    707 
    708 BasPlug.unsupported_encoding:ALERTA: % s aparece para ser codificado en un código sin apoyo (% s) – usando % s
    709 
    710 BasPlug.wrong_encoding:ALERTA: %s fue leído utilizando la codificación %s pero parece haber sido codificado como % s.
    711 
    712 BibTexPlug.desc:BibTexPlug lee los archivos de bibliografía en el formato de BibTex. BibTexPlug crea un objeto del documento para cada referencia en el archivo. Es una subclase de SplitPlug, por lo que si hay archivos múltiples, todos se leen.
    713 
    714 BookPlug.desc:Crea documentos multinivel a partir de documentos que contengan etiquetas de nivel <<TOC>>. Los metadatos para cada sección se toman de cualquier otra etiqueta que esté en la misma línea que el << TOC >>, por ej., <<Title>> xxxx <</Title>> establece el metadato Título. Todo lo demás que aparezca entre las etiquetas TOC se tratará como html simple (es decir, no se establece ningún proceso de vínculos html o cualquier otro tipo HTMLPlug). Se espera que los ficheros de entrada tengan una extensión .hb  predefinida (puede cambiarse agregando una opción -process_exp, un fichero con el mismo nombre que el fichero hb pero con una extensión .jpg se toma como la imagen de la portada (los ficheros jpg son bloqueados por este plugin). BookPlug es una simplificación (y extensión) del HBPlug utilizado por las colecciones de la Biblioteca de la Humanidad. BookPlug es más rápido en tanto que  espera la entrada de ficheros más limpios (La entrada a las colecciones de HDL contiene muchas etiquetas html adicionales alrededor de etiquetas << TOC >>, utiliza etiquetas << I >> para especificar las imágenes, y simplemente toma como meta-datos del Título todo el texto entre las etiquetas << TOC >> y el inicio del texto). Si usted está colocando marcas en documentos para que sean desplegados de la misma manera que las colecciones HDL, use este plugin en lugar de HBPlug.  # Updated 17-Aug-2006
    715 
    716 BRSPlug.desc:BRSPlug trabaja con colecciones BBC. Entregamos tres colecciones BCC, que son National Sound Archive (nsa), British Film Institute (bfi), y BBC Other (bbcother) (todo lo que no entre en las dos primeras). Se ofrecen cuatro opciones, que corresponden a: all-build, todas las colecciones; nsa-build, las colecciones NSA; bfi-build, las colecciones BFI; y bbcother-build, las colecciones OTHER.  # Updated 17-Aug-2006
    717 
    718 ConvertToPlug.apply_fribidi:Ejecutar el programa del Algoritmo Bidireccional Unicode "fribidi" sobre el fichero convertido (para textos escritos de derecha a izquierda).  # Updated 17-Aug-2006
    719 ConvertToPlug.convert_to:Plugin que convierte a TEXTO o a HTML o a varios tipos de imagen (ej. JPEG, GIF, PNG).  # Updated 22-Aug-2006
    720 ConvertToPlug.convert_to.auto:Selecciona automáticamente el formato convertido. La elección del formato depende del tipo de documento importado, por ejemplo, Word será automáticamente convertido a HTML, mientras que PowerPoint será convertido al formato PagedImage de Greenstone  # Updated 17-Aug-2006
    721 ConvertToPlug.convert_to.html:Formato HTML
    722 ConvertToPlug.convert_to.text:Formato texto simple.
    723 ConvertToPlug.convert_to.pagedimg_jpg:Formato JPEG.  # Updated 17-Aug-2006
    724 ConvertToPlug.convert_to.pagedimg_gif:Formato GIF.  # Updated 22-Aug-2006
    725 ConvertToPlug.convert_to.pagedimg_png:Formato PNG.  # Updated 22-Aug-2006
    726 
    727 ConvertToPlug.desc:El plugin se hereda por plugins como WordPlug y PDFPlug. Facilita la conversión de éstos tipos de documentos a HTML o a TEXTO  fijando la variable que le dice a ConvertToBasPlug cómo trabajar. Funciona heredando dinámicamente HTMLPlug o TEXTPlug según el argumento del plugin 'convert_to'. Si el argumento no está presente, el valor predefinido es heredar HTMLPlug.  # Updated 17-Aug-2006
    728 
    729 ConvertToPlug.use_strings:Si está definido, una función de cadenas simple será llamada para extraer el texto si la conversión de utilidad falla.
    730 
    731 ConvertToRogPlug.desc:Un plugin que hereda de RogPlug.
    732 
    733 DBPlug.desc:Usa registros de una base de datos como documentos.  # Updated 17-Aug-2006
    734 
    735 DBPlug.title_sub:La substitución de la expresión para modificar cordón guardado como Título. Por ejemplo, utilizado por PSPlug para quitar Página 1 etc de texto usado como título.
    736 
    737 DSpacePlug.desc:DSpacePlug lee la colección DSpace Export y su fichero de metadatos dublin_core, y lo convierte al formato de conformidad GSII.  # Updated 17-Aug-2006
    738 DSpacePlug.first_inorder_ext:Esto se usa para identificar la primera corriente del documento de la colección de DSpace.  Con esta opción, el sistema tratará los tipos de documentos ext definidos secuencialmente, buscando la posible corriente primaria.  # Updated 22-Aug-2006
    739 DSpacePlug.first_inorder_mime:Se usa para identificar la corriente de datos primarios de un documento de una colección DSpace. Con esta opción, el sistema tratará los tipos de documento mime definidos secuencialmente para buscar la corriente primaria posible.  # Updated 22-Aug-2006
    740 DSpacePlug.only_first_doc:Se usa para identificar la corriente de datos primaria de un documento de una colección DSpace. Con esta opción, el sistema tratará el primer documento en el fichero de metadatos dublic_core como la corriente primaria posible.  # Updated 17-Aug-2006
    741 
    742 EMAILPlug.desc:El plugin del correo electrónico lee ficheros de correo electrónico.  Éstos se nombran con un número simple (por ej. cuando aparecen en las carpetas del maildir) o con la extensión. mbx (formato de fichero mbox). \ntexto del documento: El texto del documento consiste en todo el texto después de la primera línea en blanco. \nMetadato (¡no Dublín Core!):\n\t\$Headers Todo el contenido de la cabecera (opcional, no se almacenan si no se indica)\n\t\$Asunto  Asunto:  cabecera\n\t\$To/A: cabecera\n\t\$From/De: la cabecera\n\t\$From/Name Nombre del remitente (cuando esté disponible)\n\t\$FromAddr dirección del remitente\n\t\$DateText   Fecha: cabecera\n\t\$Date Fecha: ecabecera en formato GSDL (por ej. 19990924)  # Updated 22-Aug-2006
    743 
    744 EMAILPlug.no_attachments:No guarde los anexos del mensaje.
    745 
    746 EMAILPlug.headers:Almacenar encabezados de email como metadatos "Headers".
    747 
    748 EMAILPlug.split_exp:Un expresión regular de Perl se utiliza para separar archivos que contengan muchos mensajes en documentos individuales.  # Updated 17-Aug-2006
    749 
    750 ExcelPlug.desc:Un plugin para importar ficheros de Microsoft Excel.  # Updated 17-Aug-2006
    751 
    752 FOXPlug.desc:Plugin para procesar un archivo Foxbase dbt. Este plugin proporciona la funcionalidad básica para leer los archivos dbt y dbf y procesa cada registro. Este plugin generales debe doblemente leído para una base de datos particular para procesar los campos apropiados en el archivo.
    753 
    754 GAPlug.desc:Procesa los documentos XML de GreenstoneArchive. Note que este plugin no realiza ninguna verificación de sintaxis (aunque el módulo de XML::Parser comprueba el correcto formateo). Se asume que los archivos de GreenstoneArchive son conformes a su DTD.  # Updated 22-Aug-2006
    755 
    756 GISBasPlug.extract_placenames:Extraer del texto nombres de lugares y establecerlos como metadatos. Requiere la extensión GIS de Greenstone.  # Updated 17-Aug-2006
    757 
    758 GISBasPlug.gazetteer:Índice geográfico para extraer del texto nombres de lugares y establecerlos como metadatos. Requiere la extensión GIS de Greenstone.  # Updated 17-Aug-2006
    759 
    760 GISBasPlug.place_list:Al extractar ubicaciones, incluya la lista de nombres de lugares al comienzo del documento. Requiere extensión de Greenstone a GIS.
    761 
    762 GMLPlug.desc:Plugin que procesa un formato en documento GML asume que las etiquetas gml están todos escritas en letras minúsculas.
    763 
    764 HBPlug.desc:Plugin que procesa un directorio de libro HTML. Este plugin se usa por las colecciones de la Biblioteca de Humanidades y no se ocupa de codificaciones de la entrada mas que de ascii o el ascii extendido. Este código es algo pesado y podría hacerse correr más rápidamente indudablemente, dejándolo en este estado espero animar a las personas para hagan sus colecciones utilizando el HBSPlug en cambio ;-)\n\nUse utilice HBSPlug si está creando una nueva colección y marcando a los archivos como las colecciones de la Biblioteca de Humanidades. HBSPlug acepta todas las codificaciones de entrada pero espera los archivos marcados sean mas limpios que aquellos usados por las colecciones de la Biblioteca de Humanidades
    765 
    766 HTMLPlug.assoc_files:Expresión Perl normal de las extensiones de archivo para asociar con documentos html.
    767 
    768 HTMLPlug.desc:Este plugin procesa archivos HTML
    769 
    770 HTMLPlug.description_tags:Divide el documento en las sub-secciones dónde aparecen las etiquetas de <Sección>. Note que al utilizar esta opción usted implícitamente fija -no_metadata, cuando todos los metadatos deben ser incluidos dentro de las etiquetas <Sección>. También, '-keep_head' no surtirá efecto cuando esta opción está definida.  # Updated 22-Aug-2006
    771 
    772 HTMLPlug.file_is_url:Marque si los nombres de los ficheros de la entrada constituyen el url de los documentos fuente originales, por ej. si una herramienta para descargar páginas web fuera utilizada para crear la estructura del directorio de importación.  # Updated 22-Aug-2006
    773 
    774 HTMLPlug.hunt_creator_metadata:Localiza tantos metadatos como sea posible en autor y los coloca en el campo 'Creator'. Requiere el parámetro -metadata_fields (campos de metadatos)  # Updated 17-Aug-2006
    775 
    776 HTMLPlug.keep_head:No elimine los títulos de los archivos html.
    777 
    778 HTMLPlug.metadata_fields:Listado de campos de metadatos separados por comas para intentar extraer. Use 'tag<tagname>' para tener los contenidos del primer par <tagname> en un elemento del metadato llamado 'tagname' (nombre de etiqueta). Ponga en mayúsculas esto si desea el metadato en mayúsculas en Greenstone, ya que la extracción de la etiqueta no tiene la capacidad para hacerlo.  # Updated 17-Aug-2006
    779 
    780 HTMLPlug.no_metadata:No intente extraer metadatos de los archivos.  # Updated 17-Aug-2006
    781 
    782 HTMLPlug.no_strip_metadata_html:Lista de nombres de metadatos separados por comas o 'all'. Utilizado con -description_tags, evita la supresión de las etiquetas HTML de los valores de los metadatos especificados.
    783 
    784 HTMLPlug.nolinks:No se esfuerce por tomar links (poniendo esta bandera puede mejorar la velocidad para crear/importar pero cualquier link relativo dentro de los documentos se romperá).
    785 
    786 HTMLPlug.rename_assoc_files:Renombra archivos asociados con documentos (por ejemplo imágenes). También crea mucha estructura de directorios de poco peso (útil al crear las colecciones cd-rom).
    787 
    788 HTMLPlug.sectionalise_using_h_tags:Crea automáticamente un documento con secciones, usando las etiquetas h1, h2, ... hx.  # Updated 17-Aug-2006
    789 
    790 HTMLPlug.title_sub:Expresión sustituta para modificar una cadena almacenada como Título. Usada, por ejemplo, en PDFPlug para eliminar "Página 1", etc de un texto usado como título.
    791 
    792 ImagePlug.converttotype:Convertir la imagen principal al formato 's'.
    793 
    794 ImagePlug.desc:Este plugin procesa las imágenes, agregando los metadatos básicos  # Updated 22-Aug-2006
    795 
    796 ImagePlug.minimumsize:Ignore las imágenes menores que n bytes.
    797 
    798 ImagePlug.noscaleup:No sobreponga las imágenes pequeñas al hacer thumbnails .
    799 
    800 ImagePlug.screenviewsize:Si está definido, crea un imagen de tamaño n para el mostrar en pantalla y fija los metadatos Screen (pantalla), ScreenSize, (tamaño de pantalla) ScreenWidth (ancho de Pantalla) y ScreenHeight (altura de pantalla). No está predeterminado de inicio.  # Updated 17-Aug-2006
    801 
    802 ImagePlug.screenviewtype:Si - el screenviewsize (tamaño de lector de pantalla) está establecido, éste coloca el despliegue de imagen.
    803 
    804 ImagePlug.thumbnailsize:Realiza iconos pequeños tamaño nxn.
    805 
    806 ImagePlug.thumbnailtype:Realiza iconos pequeños en el formato 's'.
    807 
    808 IndexPlug.desc:Este plugin recursivo procesa un fichero index.txt. El fichero index.txt debería contener la lista de archivos que deberán ser incluidos en la colección, seguida por cualesquiera metadatos extras que deban ser asociados con cada fichero.\n\n El fichero index.txt debe estructurarse de la siguiente manera: La primera línea puede ser una llave (empezando con key:)  para nombrar los ficheros de metadatos (por ejemplo, key: Asunto Organización Fecha). Las líneas siguientes contendrán un nombre de afichero seguido por el valor que se asignará a la entrada del metadato. (por ejemplo, 'irma/iw097e 3.2 unesco 1993' asociará el metadato Asunto=3.2, Organización=unesco, y Fecha=1993 con el archivo irma/iw097e si se utilizó la línea anterior)\n\n Note que si cualquiera de los campos de los metadatos utiliza el plugin de clasificador de Jerarquía, entonces el valor de ellos debe corresponder al primer campo (el descriptor) en el fichero de la clasificación apropiado.\n\nLos valores de los metadatos pueden nombrarse utilizando una etiqueta de manera separada (por ejemplo <Asunto>3.2) y esto prevalecerá sobre cualquier nombre que se les haya asignado en la línea que contiene la "key". Si no hay ninguna línea que contenga una "key", cualquier valor sin nombre de los metadatos se denominará 'Asunto'.  # Updated 17-Aug-2006
    809 
    810 ISISPlug.desc:Este plugin procesa las bases de datos CDS/ISIS. Por cada base de datos CDS/ISIS procesada deberán existir tres archivos en la carpeta de importación de la colección: el archivo Maestro (.mst), la Tabla de Definición de Campos (.fdt) y el Archivo de Referencias Cruzadas (.xrf)
    811 
    812 ISISPlug.subfield_separator:La cadena de caracteres que se usa para separar subcampos en los registros de la base de datos CDS/ISIS.
    813 
    814 ISISPlug.entry_separator:La cadena de caracteres que se usa para separar múltiples valores en los campos de metadatos de los registros de la base de datos CDS/ISIS.
    815 
    816 LaTeXPlug.desc:Plugin para documentos LaTeX.
    817 
    818 MACROPlug.desc:Crea documentos sencillos de nivel simple. Agrega el metadato Título de la primera línea de texto (hasta 100 caracteres).  # Updated 22-Aug-2006
    819 
    820 MARCPlug.desc:Plugin MARC básico.
    821 
    822 MARCPlug.metadata_mapping:Nombre de fichero que incluye la correspondencia detallada de valores MARC para los nombres de los metadatos de Greenstone. Predeterminado a 'marctodc.txt' que se encuentra en el directorio etc del sitio.  # Updated 17-Aug-2006
     614ArchivesInfPlugin.desc:Plugin que reproduce a través de un archivo de archivos.inf file (es decir el archivo generado en el directorio de archivos cuando realiza una importación), procesando cada archivo que encuentra.
     615
     616BasePlugin.adding:agregando
     617
     618BasePlugin.already_seen:ya ha sido visto
     619
     620BasePlugin.bad_general_option:El % del plugin utiliza una opción general incorrecta (las opciones generales están disponibles para todos los plugins). Revise su fichero de configuración collect.cfg.  # Updated 22-Aug-2006
     621
     622BasePlugin.block_exp:Los ficheros que sean iguales a esta expresión regular serán bloqueados al pasarse a cualquier plugin posterior en el listado. Esto no tiene otro efecto real que prevenir muchos mensajes de alerta sobre los archivos de entrada que a usted no le interesen. Cada plugin podría tener un block_exp predefinido, por ej., por definición HTMLPlug bloquea cualquier archivo gif. jpg. jpeg. png o los archivos css.  # Updated 17-Aug-2006
     623
     624BasePlugin.associate_ext:Hace que los ficheros cuyos nombres contienen la misma parte inicial que el documento procesado por el plugin y una extensión que figura en la lista separada por comas que provee este argumento, sean asociados con el documento que se está procesando en vez de ser manejados como una lista separada.  # Updated 22-Aug-2006
     625
     626BasePlugin.could_not_extract_encoding:ALERTA: codificando no podrían extraerse de % s - predefiniendo a % s
     627
     628BasePlugin.could_not_extract_language:ALERTA: el idioma no podría extraerse de % s - predefiniendo a % s
     629
     630BasePlugin.could_not_open_for_reading:no podrá abrir % s ni leerlos
     631
     632BasePlugin.no_cover_image:No buscar un archivo prefix.jpg (en el cual prefix es el mismo prefix que el del archivo que está siendo procesado) y asociarlo como imagen de portada.
     633
     634BasePlugin.default_encoding:Utilice esta codificación si -input_encoding está puesto en ‘auto’ y el algoritmo de categorización de texto no puede extraer el código o extrae un código que Greenstone no soporte. Esta opción puede tomar los mismos valores que -input_encoding.
     635
     636BasePlugin.default_language:Si Greenstone no identifica el lenguaje del documento, el elemento del metadato se colocará en este valor. El valor predeterminado es 'en' (se usan los símbolos de lenguaje ISO 639: en = inglés). Note que si -input_encoding no está en 'auto' y -extract_language no está definido, todos los documentos tendrán el metadato 'Lenguaje' ajustado a este valor.  # Updated 17-Aug-2006
     637
     638BasePlugin.desc:La clase base para todos los plugins de importación.
     639
     640BasePlugin.done_acronym_extract:terminó de extraer las siglas.
     641
     642BasePlugin.done_acronym_markup:Terminó el marcado de sigla (o acrónimo).
     643
     644BasePlugin.done_email_extract:terminó de extraer las direcciones electrónicas.
     645
     646BasePlugin.dummy_text:Este documento no tiene contenido.
     647
     648BasePlugin.empty_file:el archivo no contiene ningún texto
     649
     650BasePlugin.extract_acronyms:Extrae las siglas que contiene el texto y las coloca como metadato.  # Updated 22-Aug-2006
     651
     652BasePlugin.extract_email:Extrae direcciones de correo electrónico como metadatos.  # Updated 22-Aug-2006
     653
     654BasePlugin.extract_historical_years:Extrae información periódica de documentos históricos. Se guarda como metadato con el documento. Existe una interfaz de búsqueda para este metadato, que se puede incluir en la colección agregando la expresión “format QueryInterface DateSearch” al fichero de configuración de la colección.  # Updated 22-Aug-2006
     655
     656BasePlugin.extract_language:Identifica el idioma de cada documento y establece el 'lenguaje' del metadato. Note que esto se hará automáticamente si -input_encoding está en 'auto'.  # Updated 17-Aug-2006
     657
     658BasePlugin.extracting:extrayendo
     659
     660BasePlugin.extracting_acronyms:extrayendo siglas
     661
     662BasePlugin.extract_keyphrases:Extraer automáticamente frases clave con Kea (opciones por defecto).
     663
     664BasePlugin.extract_keyphrases_kea4:Extraer frases calve automáticamente con Kea 4.0 (configuración estándar). Kea 4.0 es una nueva versión de Kea que ha sido desarrollada para la indización controlada de documentos del campo de la agricultura.  # Updated 17-Aug-2006
     665
     666BasePlugin.extract_keyphrase_options:Opciones para extracción de frases clave con Kea. Por ejemplo: mALIWEB - utilizar el modelo de extracción ALIWEB; n5 - extraer 5 frases clave;, eGBK - utilizar codificación GBK.
     667
     668BasePlugin.extracting_emails:extrayendo direcciones electrónicas
     669
     670BasePlugin.file_has_no_text:ERROR: % s no contiene texto alguno
     671
     672BasePlugin.first:Lista, separada por comas, de los primeros tamaños para extraer del texto en un campo de metadato. El campo se llama 'FirstNNN'.  # Updated 17-Aug-2006
     673
     674BasePlugin.input_encoding:La codificación de los documentos de la fuente. Los documentos se convertirán de estas codificaciones y se guardarán internamente como utf8.
     675BasePlugin.input_encoding.ascii:Conjunto de 7 bits ascii simples. Éste puede resultar más rápido que usando el iso_8859_1. Tenga cuidado con usar esto en una colección de documentos que pueden contener caracteres fuera de los 7 ascii simples (por ejemplo documentos en Alemán o Francés que contengan acentos), mejor utilice el iso_8859_1.
     676BasePlugin.input_encoding.auto:Use el algoritmo de categorización de texto para identificar la codificación de cada fuente de documento automáticamente. Esto será más lento que poniendo la codificación explícitamente pero trabajará en donde más de una codificación se use dentro de la misma colección.
     677
     678BasePlugin.input_encoding.unicode:Sólo unicode.
     679
     680BasePlugin.input_encoding.utf8:Ya sea Utf8 o unicode—detectada automáticamente
     681
     682BasePlugin.keyphrases:frases clave
     683
     684BasePlugin.marking_up_acronyms:marcando siglas
     685
     686BasePlugin.markup_acronyms:Agregue el metadato de sigla en el texto del documento.
     687
     688BasePlugin.maximum_century:El número máximo de siglo que será extraído como metadato histórico (por ej., 14 extraerá todas las referencias hasta el siglo XIV).  # Updated 17-Aug-2006
     689
     690BasePlugin.maximum_year:La fecha histórica máxima a ser usada como metadato (en una fecha referida la era común, como 1950).  # Updated 22-Aug-2006
     691
     692BasePlugin.missing_kea:Error: el software Kea no se encuentra en %s. Por favor, descargue Kea %s de http://www.nzdl.org/Kea e instálelo en este directorio.  # Updated 17-Aug-2006
     693
     694BasePlugin.must_be_implemented:La función de BasPlug::read deberá ser implementada en la subclase para los plugins recursivos
     695
     696BasePlugin.no_bibliography:No intente bloquear las fechas bibliográficas al extraer las fechas históricas.
     697
     698BasePlugin.process_exp:Una expresión Perl regular para comprobar contra nombres de ficheros que se procesarán por este plugin. Por ej., usando '(? i). html? \ $' aparecerán todos los documentos con terminación. htm .html (no es sensible a mayúsculas/minúsculas).  # Updated 22-Aug-2006
     699
     700BasePlugin.read_denied:Lea permiso negado para % s
     701
     702BasePlugin.separate_cjk:Inserta espacios entre caracteres Chinos/Japoneses/Coreanos para hacer cada carácter una palabra. Usar si el texto no está segmentado.  # Updated 17-Aug-2006
     703
     704BasePlugin.smart_block:Ablocar los archivos en una forma más inteligente que simplemente examinando sus nombres.
     705
     706BasePlugin.stems:tallos (inicios, bases)
     707
     708BasePlugin.unsupported_encoding:ALERTA: % s aparece para ser codificado en un código sin apoyo (% s) – usando % s
     709
     710BasePlugin.wrong_encoding:ALERTA: %s fue leído utilizando la codificación %s pero parece haber sido codificado como % s.
     711
     712BibTexPlugin.desc:BibTexPlug lee los archivos de bibliografía en el formato de BibTex. BibTexPlug crea un objeto del documento para cada referencia en el archivo. Es una subclase de SplitPlug, por lo que si hay archivos múltiples, todos se leen.
     713
     714BookPlugin.desc:Crea documentos multinivel a partir de documentos que contengan etiquetas de nivel <<TOC>>. Los metadatos para cada sección se toman de cualquier otra etiqueta que esté en la misma línea que el << TOC >>, por ej., <<Title>> xxxx <</Title>> establece el metadato Título. Todo lo demás que aparezca entre las etiquetas TOC se tratará como html simple (es decir, no se establece ningún proceso de vínculos html o cualquier otro tipo HTMLPlug). Se espera que los ficheros de entrada tengan una extensión .hb  predefinida (puede cambiarse agregando una opción -process_exp, un fichero con el mismo nombre que el fichero hb pero con una extensión .jpg se toma como la imagen de la portada (los ficheros jpg son bloqueados por este plugin). BookPlug es una simplificación (y extensión) del HBPlug utilizado por las colecciones de la Biblioteca de la Humanidad. BookPlug es más rápido en tanto que  espera la entrada de ficheros más limpios (La entrada a las colecciones de HDL contiene muchas etiquetas html adicionales alrededor de etiquetas << TOC >>, utiliza etiquetas << I >> para especificar las imágenes, y simplemente toma como meta-datos del Título todo el texto entre las etiquetas << TOC >> y el inicio del texto). Si usted está colocando marcas en documentos para que sean desplegados de la misma manera que las colecciones HDL, use este plugin en lugar de HBPlug.  # Updated 17-Aug-2006
     715
     716BRSPlugin.desc:BRSPlug trabaja con colecciones BBC. Entregamos tres colecciones BCC, que son National Sound Archive (nsa), British Film Institute (bfi), y BBC Other (bbcother) (todo lo que no entre en las dos primeras). Se ofrecen cuatro opciones, que corresponden a: all-build, todas las colecciones; nsa-build, las colecciones NSA; bfi-build, las colecciones BFI; y bbcother-build, las colecciones OTHER.  # Updated 17-Aug-2006
     717
     718ConvertBinaryFile.apply_fribidi:Ejecutar el programa del Algoritmo Bidireccional Unicode "fribidi" sobre el fichero convertido (para textos escritos de derecha a izquierda).  # Updated 17-Aug-2006
     719ConvertBinaryFile.convert_to:Plugin que convierte a TEXTO o a HTML o a varios tipos de imagen (ej. JPEG, GIF, PNG).  # Updated 22-Aug-2006
     720ConvertBinaryFile.convert_to.auto:Selecciona automáticamente el formato convertido. La elección del formato depende del tipo de documento importado, por ejemplo, Word será automáticamente convertido a HTML, mientras que PowerPoint será convertido al formato PagedImage de Greenstone  # Updated 17-Aug-2006
     721ConvertBinaryFile.convert_to.html:Formato HTML
     722ConvertBinaryFile.convert_to.text:Formato texto simple.
     723ConvertBinaryFile.convert_to.pagedimg_jpg:Formato JPEG.  # Updated 17-Aug-2006
     724ConvertBinaryFile.convert_to.pagedimg_gif:Formato GIF.  # Updated 22-Aug-2006
     725ConvertBinaryFile.convert_to.pagedimg_png:Formato PNG.  # Updated 22-Aug-2006
     726
     727ConvertToPlugin.desc:El plugin se hereda por plugins como WordPlug y PDFPlug. Facilita la conversión de éstos tipos de documentos a HTML o a TEXTO  fijando la variable que le dice a ConvertToBasPlug cómo trabajar. Funciona heredando dinámicamente HTMLPlug o TEXTPlug según el argumento del plugin 'convert_to'. Si el argumento no está presente, el valor predefinido es heredar HTMLPlug.  # Updated 17-Aug-2006
     728
     729ConvertBinaryFile.use_strings:Si está definido, una función de cadenas simple será llamada para extraer el texto si la conversión de utilidad falla.
     730
     731ConvertToRogPlugin.desc:Un plugin que hereda de RogPlug.
     732
     733DBPlugin.desc:Usa registros de una base de datos como documentos.  # Updated 17-Aug-2006
     734
     735DBPlugin.title_sub:La substitución de la expresión para modificar cordón guardado como Título. Por ejemplo, utilizado por PSPlug para quitar Página 1 etc de texto usado como título.
     736
     737DSpacePlugin.desc:DSpacePlug lee la colección DSpace Export y su fichero de metadatos dublin_core, y lo convierte al formato de conformidad GSII.  # Updated 17-Aug-2006
     738DSpacePlugin.first_inorder_ext:Esto se usa para identificar la primera corriente del documento de la colección de DSpace.  Con esta opción, el sistema tratará los tipos de documentos ext definidos secuencialmente, buscando la posible corriente primaria.  # Updated 22-Aug-2006
     739DSpacePlugin.first_inorder_mime:Se usa para identificar la corriente de datos primarios de un documento de una colección DSpace. Con esta opción, el sistema tratará los tipos de documento mime definidos secuencialmente para buscar la corriente primaria posible.  # Updated 22-Aug-2006
     740DSpacePlugin.only_first_doc:Se usa para identificar la corriente de datos primaria de un documento de una colección DSpace. Con esta opción, el sistema tratará el primer documento en el fichero de metadatos dublic_core como la corriente primaria posible.  # Updated 17-Aug-2006
     741
     742EmailPlugin.desc:El plugin del correo electrónico lee ficheros de correo electrónico.  Éstos se nombran con un número simple (por ej. cuando aparecen en las carpetas del maildir) o con la extensión. mbx (formato de fichero mbox). \ntexto del documento: El texto del documento consiste en todo el texto después de la primera línea en blanco. \nMetadato (¡no Dublín Core!):\n\t\$Headers Todo el contenido de la cabecera (opcional, no se almacenan si no se indica)\n\t\$Asunto  Asunto:  cabecera\n\t\$To/A: cabecera\n\t\$From/De: la cabecera\n\t\$From/Name Nombre del remitente (cuando esté disponible)\n\t\$FromAddr dirección del remitente\n\t\$DateText   Fecha: cabecera\n\t\$Date Fecha: ecabecera en formato GSDL (por ej. 19990924)  # Updated 22-Aug-2006
     743
     744EmailPlugin.no_attachments:No guarde los anexos del mensaje.
     745
     746EmailPlugin.headers:Almacenar encabezados de email como metadatos "Headers".
     747
     748EmailPlugin.split_exp:Un expresión regular de Perl se utiliza para separar archivos que contengan muchos mensajes en documentos individuales.  # Updated 17-Aug-2006
     749
     750ExcelPlugin.desc:Un plugin para importar ficheros de Microsoft Excel.  # Updated 17-Aug-2006
     751
     752FOXPlugin.desc:Plugin para procesar un archivo Foxbase dbt. Este plugin proporciona la funcionalidad básica para leer los archivos dbt y dbf y procesa cada registro. Este plugin generales debe doblemente leído para una base de datos particular para procesar los campos apropiados en el archivo.
     753
     754GAPlugin.desc:Procesa los documentos XML de GreenstoneArchive. Note que este plugin no realiza ninguna verificación de sintaxis (aunque el módulo de XML::Parser comprueba el correcto formateo). Se asume que los archivos de GreenstoneArchive son conformes a su DTD.  # Updated 22-Aug-2006
     755
     756GISExtractor.extract_placenames:Extraer del texto nombres de lugares y establecerlos como metadatos. Requiere la extensión GIS de Greenstone.  # Updated 17-Aug-2006
     757
     758GISExtractor.gazetteer:Índice geográfico para extraer del texto nombres de lugares y establecerlos como metadatos. Requiere la extensión GIS de Greenstone.  # Updated 17-Aug-2006
     759
     760GISExtractor.place_list:Al extractar ubicaciones, incluya la lista de nombres de lugares al comienzo del documento. Requiere extensión de Greenstone a GIS.
     761
     762GMLPlugin.desc:Plugin que procesa un formato en documento GML asume que las etiquetas gml están todos escritas en letras minúsculas.
     763
     764HBPlugin.desc:Plugin que procesa un directorio de libro HTML. Este plugin se usa por las colecciones de la Biblioteca de Humanidades y no se ocupa de codificaciones de la entrada mas que de ascii o el ascii extendido. Este código es algo pesado y podría hacerse correr más rápidamente indudablemente, dejándolo en este estado espero animar a las personas para hagan sus colecciones utilizando el HBSPlug en cambio ;-)\n\nUse utilice HBSPlug si está creando una nueva colección y marcando a los archivos como las colecciones de la Biblioteca de Humanidades. HBSPlug acepta todas las codificaciones de entrada pero espera los archivos marcados sean mas limpios que aquellos usados por las colecciones de la Biblioteca de Humanidades
     765
     766HTMLPlugin.assoc_files:Expresión Perl normal de las extensiones de archivo para asociar con documentos html.
     767
     768HTMLPlugin.desc:Este plugin procesa archivos HTML
     769
     770HTMLPlugin.description_tags:Divide el documento en las sub-secciones dónde aparecen las etiquetas de <Sección>. Note que al utilizar esta opción usted implícitamente fija -no_metadata, cuando todos los metadatos deben ser incluidos dentro de las etiquetas <Sección>. También, '-keep_head' no surtirá efecto cuando esta opción está definida.  # Updated 22-Aug-2006
     771
     772HTMLPlugin.file_is_url:Marque si los nombres de los ficheros de la entrada constituyen el url de los documentos fuente originales, por ej. si una herramienta para descargar páginas web fuera utilizada para crear la estructura del directorio de importación.  # Updated 22-Aug-2006
     773
     774HTMLPlugin.hunt_creator_metadata:Localiza tantos metadatos como sea posible en autor y los coloca en el campo 'Creator'. Requiere el parámetro -metadata_fields (campos de metadatos)  # Updated 17-Aug-2006
     775
     776HTMLPlugin.keep_head:No elimine los títulos de los archivos html.
     777
     778HTMLPlugin.metadata_fields:Listado de campos de metadatos separados por comas para intentar extraer. Use 'tag<tagname>' para tener los contenidos del primer par <tagname> en un elemento del metadato llamado 'tagname' (nombre de etiqueta). Ponga en mayúsculas esto si desea el metadato en mayúsculas en Greenstone, ya que la extracción de la etiqueta no tiene la capacidad para hacerlo.  # Updated 17-Aug-2006
     779
     780HTMLPlugin.no_metadata:No intente extraer metadatos de los archivos.  # Updated 17-Aug-2006
     781
     782HTMLPlugin.no_strip_metadata_html:Lista de nombres de metadatos separados por comas o 'all'. Utilizado con -description_tags, evita la supresión de las etiquetas HTML de los valores de los metadatos especificados.
     783
     784HTMLPlugin.nolinks:No se esfuerce por tomar links (poniendo esta bandera puede mejorar la velocidad para crear/importar pero cualquier link relativo dentro de los documentos se romperá).
     785
     786HTMLPlugin.rename_assoc_files:Renombra archivos asociados con documentos (por ejemplo imágenes). También crea mucha estructura de directorios de poco peso (útil al crear las colecciones cd-rom).
     787
     788HTMLPlugin.sectionalise_using_h_tags:Crea automáticamente un documento con secciones, usando las etiquetas h1, h2, ... hx.  # Updated 17-Aug-2006
     789
     790HTMLPlugin.title_sub:Expresión sustituta para modificar una cadena almacenada como Título. Usada, por ejemplo, en PDFPlug para eliminar "Página 1", etc de un texto usado como título.
     791
     792ImagePlugin.converttotype:Convertir la imagen principal al formato 's'.
     793
     794ImagePlugin.desc:Este plugin procesa las imágenes, agregando los metadatos básicos  # Updated 22-Aug-2006
     795
     796ImagePlugin.minimumsize:Ignore las imágenes menores que n bytes.
     797
     798ImagePlugin.noscaleup:No sobreponga las imágenes pequeñas al hacer thumbnails .
     799
     800ImagePlugin.screenviewsize:Si está definido, crea un imagen de tamaño n para el mostrar en pantalla y fija los metadatos Screen (pantalla), ScreenSize, (tamaño de pantalla) ScreenWidth (ancho de Pantalla) y ScreenHeight (altura de pantalla). No está predeterminado de inicio.  # Updated 17-Aug-2006
     801
     802ImagePlugin.screenviewtype:Si - el screenviewsize (tamaño de lector de pantalla) está establecido, éste coloca el despliegue de imagen.
     803
     804ImagePlugin.thumbnailsize:Realiza iconos pequeños tamaño nxn.
     805
     806ImagePlugin.thumbnailtype:Realiza iconos pequeños en el formato 's'.
     807
     808IndexPlugin.desc:Este plugin recursivo procesa un fichero index.txt. El fichero index.txt debería contener la lista de archivos que deberán ser incluidos en la colección, seguida por cualesquiera metadatos extras que deban ser asociados con cada fichero.\n\n El fichero index.txt debe estructurarse de la siguiente manera: La primera línea puede ser una llave (empezando con key:)  para nombrar los ficheros de metadatos (por ejemplo, key: Asunto Organización Fecha). Las líneas siguientes contendrán un nombre de afichero seguido por el valor que se asignará a la entrada del metadato. (por ejemplo, 'irma/iw097e 3.2 unesco 1993' asociará el metadato Asunto=3.2, Organización=unesco, y Fecha=1993 con el archivo irma/iw097e si se utilizó la línea anterior)\n\n Note que si cualquiera de los campos de los metadatos utiliza el plugin de clasificador de Jerarquía, entonces el valor de ellos debe corresponder al primer campo (el descriptor) en el fichero de la clasificación apropiado.\n\nLos valores de los metadatos pueden nombrarse utilizando una etiqueta de manera separada (por ejemplo <Asunto>3.2) y esto prevalecerá sobre cualquier nombre que se les haya asignado en la línea que contiene la "key". Si no hay ninguna línea que contenga una "key", cualquier valor sin nombre de los metadatos se denominará 'Asunto'.  # Updated 17-Aug-2006
     809
     810ISISPlugin.desc:Este plugin procesa las bases de datos CDS/ISIS. Por cada base de datos CDS/ISIS procesada deberán existir tres archivos en la carpeta de importación de la colección: el archivo Maestro (.mst), la Tabla de Definición de Campos (.fdt) y el Archivo de Referencias Cruzadas (.xrf)
     811
     812ISISPlugin.subfield_separator:La cadena de caracteres que se usa para separar subcampos en los registros de la base de datos CDS/ISIS.
     813
     814ISISPlugin.entry_separator:La cadena de caracteres que se usa para separar múltiples valores en los campos de metadatos de los registros de la base de datos CDS/ISIS.
     815
     816LaTeXPlugin.desc:Plugin para documentos LaTeX.
     817
     818MACROPlugin.desc:Crea documentos sencillos de nivel simple. Agrega el metadato Título de la primera línea de texto (hasta 100 caracteres).  # Updated 22-Aug-2006
     819
     820MARCPlugin.desc:Plugin MARC básico.
     821
     822MARCPlugin.metadata_mapping:Nombre de fichero que incluye la correspondencia detallada de valores MARC para los nombres de los metadatos de Greenstone. Predeterminado a 'marctodc.txt' que se encuentra en el directorio etc del sitio.  # Updated 17-Aug-2006
    823823
    824824MetadataPass.desc:Clase base paralela a BasPlug que soporta plugins de metadato y usa el paso metadata_read de import.pl  # Updated 17-Aug-2006
    825 GISBasPlug.desc:Clase base paralela a BasPlug que soporta capacidades de GIS
    826 
    827 NULPlug.desc:Plugin de fichero nulo (.nul). Utilizado con los archivos producidos al expandir los ficherosos de la base de datos de metadatos.  # Updated 17-Aug-2006
    828 
    829 NULPlug.assoc_field:Nombre del campo de metadato a asignar para cada fichero nulo.  # Updated 17-Aug-2006
    830 OAIPlug.desc:Plugin básico para Open Archives Initiative (OAI)  # Updated 22-Aug-2006
    831 
    832 OggVorbisPlug.add_technical_metadata:Añadir metadatos técnicos (ej. bitrate)
    833 
    834 OggVorbisPlug.desc:Plugin para importar archivos de audio Ogg Vorbis.
    835 
    836 OpenDocumentPlug.desc:Plugin para documentos en formato OASIS OpenDocument (usado por OpenOffice 2.0)  # Updated 22-Aug-2006
    837 
    838 PagedImgPlug.desc:El plugin para documentos consiste de secuencias de imágenes, con texto opcional de OCR para cada imagen.
    839 
    840 PagedImgPlug.documenttype:Establecer el tipo de documento (usado para despliegue)
    841 PagedImgPlug.documenttype.paged:Los documentos paginados tienen flechas "siguiente" y "anterior", así como una opción para "ir a la página X"
    842 PagedImgPlug.documenttype.hierarchy:Los documentos jerárquicos tienen una tabla de contenido
    843 
    844 PagedImgPlug.headerpage:Añadir una cabecera de página de nivel principal (que no contenga imagen) a cada documento.
    845 
    846 PagedImgPlug.screenview:Producir una imagen "screenview"  para cada imagen, así como metadatos Screen, ScreenSize, ScreenWidth y ScreenHeight.
    847 
    848 PagedImgPlug.screenviewsize:Producir imágenes "screenview" de tamaño nxn.
    849 
    850 PagedImgPlug.screenviewtype:Producir imágenes "screenview" en formato 's'.
    851 
    852 PagedImgPlug.thumbnail:Producir una vista en miniatura de cada imagen
    853 
    854 PDFPlug.allowimagesonly:Permitir ficheros PDF con texto no extraíble. Evitar tener indicado -complex set. Sólo útil con convert_to html.  # Updated 22-Aug-2006
    855 PDFPlug.complex:Crea una salida más compleja. Con esta opción marcada los html resultantes se parecerán mucho más al archivo PDF original. Para que funcione adecuadamente debe tener instalado Ghostscript (para *nix gs debe estar su ruta, mientras que para windows se debe tener gswin32c.exe en el path).  # Updated 22-Aug-2006
    856 
    857 PDFPlug.desc:Razonablemente con un plugin pdf.
    858 
    859 PDFPlug.nohidden:Prevenga al pdftohtml de intentar extraer texto oculto. Esto sólo es útil si la opción -complex está determinada.
    860 
    861 PDFPlug.noimages:No intente extraer las imágenes de PDF.
    862 
    863 PDFPlug.use_sections:Cree una sección separada para cada página del archivo de PDF.
    864 
    865 PDFPlug.zoom:El factor por el cual se hace acercamiento al PDF para la salida (esto sólo es útil si el -complex esta determinado).
    866 
    867 PPTPlug.desc:Plugin para importar ficheros de Microsoft PowerPoint.  # Updated 17-Aug-2006
    868 
    869 PPTPlug.windows_scripting:Usa la tecnología de scripting deMicroSoft Windows (Visual Basic for Applications)para convertir documentos PPT a varios tipos de imagen (ej. JPEG,PNG,GIF), preferible al paquete de software libre ppttohtml.  # Updated 22-Aug-2006
    870 
    871 PSPlug.desc:Este es un ps \"poor man’s\" para convertidor de texto. Si si plan es serio, considere utilizar el paquete PRESCRIPT, para bajarlo lo podrá encontrar en http://www.nzdl.org/html/software.html
    872 
    873 PSPlug.extract_date:Extrae la fecha del encabezado de PS.
    874 
    875 PSPlug.extract_pages:Extrae las páginas del encabezado de PS.
    876 
    877 PSPlug.extract_title:Extrae el encabezado de PS inicial.
    878 
    879 RealMediaPlug.desc:Plugin para procesar ficheros Real Media  # Updated 22-Aug-2006
    880 
    881 RecPlug.desc:RecPlug es un plugin que recorre el árbol de directorios recursivamente, procesando cada fichero encontrado.  # Updated 22-Aug-2006
    882 
    883 RecPlug.recheck_directories:Después de procesar los archivos en un directorio de importación, vuelva a leer el directorio para descubrir los nuevos archivos creados.
    884 
    885 RecPlug.use_metadata_files:Lea el metadato archivos de XML metadata.
    886 
    887 ReferPlug.desc:ReferPlug lee archivos bibliográficos en formato Refer.
    888 
    889 ReferPlug.longdesc:ReferPlug lee archivos bibliográficos en formato Refer.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), Noviembre 2000\n\nLoosely basado en el hcibib2Plug por Steve Jones (stevej\@cs.waikato.ac.nz). Que a su vez estaba basado en EMAILPlug por Gordon Paynter (gwp\@cs.waikato.ac.nz). Basado en las versiones anteriores de HTMLplug y HCIBIBPlugby por Stefan Boddie y otros--es difícil decir qué viene de dónde, ahora .\n\nReferPlug crea un objeto del documento para cada referencia en el archivo. Es una subclase de SplitPlug, por lo que si hay archivos múltiples, todos se leen .\n\nDocument text:\n\t El texto del documento consiste en la referencia en Refer format .\nMetadata:\n\t\$Creator \% A Autor name\n\t\$Title del Autor \% T Titulo de artículo de book\n\t\$Journal \%J Titulo de Journal\n\t\$Booktitle \%B Titulo de libro que contiene publicación publication\n\t\$Report \%R Tipo de Informe, ponencia o tesis thesis\n\t\$Volume \%V Número de Volumen Journal\n\t\$Number \%N Número de Revista dentro de volumen Volume\n\t\$Editor \%E Nombre del Editor name\n\t\$Pages \%P Número de hojas en artículo de article\n\t\$Publisher \%I Nombre de editor Publisher\n\t\$Publisheraddr \% address\n\t\$Fecha de Publicación C \% D fecha de publicación publication\n\t\$Keywords \% las Palabras claves de la publicación\n\t\$Abstract \%X Abstract de la publicación\n\t\$Copyright\t \% * información de derechos de propiedad literaria para el artículo
    890 
    891 RogPlug.desc:Crea los documentos simples single-level (de nivel único) a partir de archivos .rog o .mdb.
    892 
    893 RTFPlug.desc:Plugin para importar ficheros en Formato de Texto Enriquecido  (Rich Text Format, RTF)  # Updated 17-Aug-2006
    894 
    895 SRCPlug.desc:Nombre de Archivo utilizado actualmente para Título (opcionalmente menos algún prefijo). Languages actuales:\ntextl: READMEs/Makefiles\nC/C++ (actualmente los extractos #incluye las declaraciones y clase C++ decls)\nPerl (actualmente sólo elaborado como texto)\nShell (actualmente sólo elaborado como texto)
    896 
    897 SRCPlug.remove_prefix:Elimine este modelo principal del nombre del archivo (eg - remove_prefix /tmp/XX/src/). El valor predeterminado es eliminar la ruta completa del nombre del archivo.
    898 
    899 SplitPlug.desc:SplitPlug es un plugin para dividir  ficheros de entrada en segmentos que se procesarán de manera individual. Este plugin no debe llamarse de manera directa.  En cambio, si usted necesita procesar archivos input que contienen varios documentos, debe escribir un plugin con una función de proceso que manejará uno de esos documentos habiéndolo tomado de SplitPlug. Vea ReferPlug como ejemplo.  # Updated 17-Aug-2006
    900 
    901 SplitPlug.split_exp:Una expresión Perl regular para separar la entrada de ficheros en segmentos.  # Updated 22-Aug-2006
    902 
    903 StructuredHTMLPlug.delete_toc:Borra cada tabla de contenidos, lista de figuras, etc., del fichero HTML convertido. Los estilos para ello se definen con la opción toc_header  # Updated 22-Aug-2006
    904 
    905 StructuredHTMLPlug.title_header:posible estilo definido por el usuario para la cabecera de título.  # Updated 22-Aug-2006
    906 
    907 StructuredHTMLPlug.level1_header:posibles estilos definidos por el usuario para la cabecera nivel1 en el documento HTML (equivalente a <H1>).  # Updated 22-Aug-2006
    908 
    909 StructuredHTMLPlug.level2_header:posibles estilos definidos por el usuario para la cabecera de nivel2 en el documento HTML (equivalente a <h2>).  # Updated 17-Aug-2006
    910 
    911 StructuredHTMLPlug.level3_header:posibles estilos definidos por el usuario para la cabecera nivel3 en el documento HTML (equivalente a <h3>).  # Updated 17-Aug-2006
    912 
    913 StructuredHTMLPlug.toc_header:posibles estilos de cabecera definidos por el usuario para tabla de contenidos, tabla de figuras, etc., se borra si se selecciona delete_toc  # Updated 22-Aug-2006
    914 
    915 TEXTPlug.desc:Crea un documento simple de nivel único (single-level). Agrega el metadato Título de la primera línea de texto (hasta 100 caracteres).
    916 
    917 TEXTPlug.title_sub:Expresión de substitución para modificar la cadena guardada como Título. Por ejemplo, PSPlug para eliminar "Página 1" etc del texto utilizado como título.
    918 
    919 UnknownPlug.assoc_field:Nombre del campo del metadato que mantendrá el nombre del fichero asociado.  # Updated 22-Aug-2006
    920 
    921 UnknownPlug.desc:Plugin simple para los ficherosos importados en formatos que Greenstone no soporta. Creará un documento virtual para cada uno de esos ficheros, cada uno de ellos se pasará a Greenstone como fichero asociado \”associated file\” del documento.  # Updated 22-Aug-2006
    922 
    923 UnknownPlug.file_format:Tipo de archivo (ej: MPEG, MIDI, 
)
    924 
    925 UnknownPlug.mime_type:Tipo mime del archivo (por ejemplo image/gif).
    926 
    927 UnknownPlug.process_extension:Procesar archivos con esta extensión de archivo. Esta oopción es una alternativa a process_exp más sencilla de usar pero menos flexible.
    928 
    929 UnknownPlug.srcicon:Indique un nombre de macro (sin guiones bajos) para usar como metadato de srcicon.  # Updated 22-Aug-2006
    930 
    931 MP3Plug.desc:Plugin para procesar archivos MP3.
    932 
    933 MP3Plug.assoc_images:Use la búsqueda de imágenes de Google para localizar imágenes relacionadas con ficheros  MP3 usando Título ID3 y metadato de Artista.  # Updated 22-Aug-2006
    934 
    935 MP3Plug.applet_metadata:Usado para almacenar [applet] metadatos para cada documento que contiene el HTML necesario para que un applet de audio MP3 pueda reproducir ese archivo.
    936 
    937 MP3Plug.metadata_fields:Lista de campos de metadatos separados por comas, a extraer (asumiendo los existentes) de un archivo MP3. Use \"*\" para extraer todos los campos.
    938 
    939 W3ImgPlug.aggressiveness:El rango de técnicas de extracción de textos relacionados a utilizar.
    940 W3ImgPlug.aggressiveness.1:Nombre de Archivo, ruta, ALT sólo texto.
    941 W3ImgPlug.aggressiveness.2:Todos de 1, más el subtítulo si hubiese disponible.
    942 W3ImgPlug.aggressiveness.3:Todos de 2, más los párrafos disponibles.
    943 W3ImgPlug.aggressiveness.4:Todos de 3, más los encabezados anteriores (<h1>, <h2>...) disponibles.
    944 W3ImgPlug.aggressiveness.5:Todos de 4, más las referencias textuales disponibles.
    945 W3ImgPlug.aggressiveness.6:Todos de 4, más la metaetiqueta de la página (título, las palabras clave, etc).
    946 W3ImgPlug.aggressiveness.7:Todos de 6, 5 y 4 combinados.
    947 W3ImgPlug.aggressiveness.8:Todos de 7, más la repetición de subtítulo, el nombre del archivo, etc (la clasificación jerárquica de resultados más relevantes).
    948 W3ImgPlug.aggressiveness.9:Todos de 1, más el texto completo de la página fuente.
    949 
    950 W3ImgPlug.caption_length:La longitud máxima de subtítulos (en caracteres).
    951 
    952 W3ImgPlug.convert_params:Parámetros adicionales para la que ImageMagicK convierta el ícono. Por ejemplo, '-raise' dará un efecto tridimensional a las imágenes en miniatura.
    953 
    954 W3ImgPlug.desc:Plugin para extraer imágenes y el texto asociado de páginas web.
    955 
    956 W3ImgPlug.document_text:Agrega el texto de imagen como document:text (en otro caso se presentan los metadatos de IndexedText).  # Updated 22-Aug-2006
    957 
    958 W3ImgPlug.index_pages:Indice las páginas junto con las imágenes. Por otra parte referencia las páginas a la fuente URL.
    959 
    960 W3ImgPlug.max_near_text:Caracteres máximos cerca de las imágenes a extraer.
    961 
    962 W3ImgPlug.min_height:Pixeles. Salta las imágenes más pequeñas que ésta.
    963 
    964 W3ImgPlug.min_near_text:Caracteres mínimos cerca del texto o subtitulo para extraer.
    965 
    966 W3ImgPlug.min_size:Bytes. Brinca las imágenes más pequeñas que estas.
    967 
    968 W3ImgPlug.min_width:Pixeles. Salta imágenes mas breves que ésta.
    969 
    970 W3ImgPlug.neartext_length:Longitud designada del texto mas cercano (en caracteres)
    971 
    972 W3ImgPlug.no_cache_images:No esconda las imágenes (apunte al URL original).
    973 
    974 W3ImgPlug.smallpage_threshold:Imágenes en las páginas más pequeñas que esto (los bytes) tendrán asignados los metadatos de la página (el título, las palabras claves, etc).  # Updated 22-Aug-2006
    975 
    976 W3ImgPlug.textrefs_threshold:El umbral para las referencias textuales. Los valores más bajos significan que el algoritmo es menos estricto.
    977 
    978 W3ImgPlug.thumb_size:Max el tamaño en miniatura. Ambos ancho y altura.
    979 
    980 WordPlug.desc:Plugin importador para los documentos de Microsoft Word.
    981 
    982 WordPlug.windows_scripting:Usa la tecnología de scripting de MicroSoft Windows (Visual Basic for Applications) para convertir Word a HTML, mejor que usar sólo el software libre WvWare. Hace que se abra la aplicación Word en la pantalla si no se está ejecutando previamente.  # Updated 22-Aug-2006
    983 
    984 WordPlug.metadata_fields:Para recuperar metadatos del documento HTML convertido por un script VB. Permite a los usuarios definir una lista, separada por comas, de campos de metadatos que intentará extraer. Use 'tag<tagname>' para poner los contenidos del primer par <tagname> e un elemento de metadato llamado 'tagname'. Ponga las mayúsculas como quiera que se pongan en los metadatos en Greenstone, ya que la extracción de etiquetas no es sensible a ello.  # Updated 22-Aug-2006
    985 
    986 XMLPlug.desc:La clase base para plugins XML.
    987 
    988 XMLPlug.xslt:Transforma un documento de entrada que cumple la condición con la XSLT contenida en el nombre de fichero. Se asume que existe un nombre de fichero relativo en el área de ficheros de la colección, por ejemplo etc/mods2dc.xsl.  # Updated 17-Aug-2006
    989 ZIPPlug.desc:Plugin que se ocupa de los formatos comprimidos y/o archivados de entrada los formatos actualmente manejados y las extensiones de archivo son are:\ngzip de (.gz. z. el tgz. taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip. .jar)\ntar\n\n Este plugin confía en las utilerías siguientes que están presentes (si está intentando procesar formatos correspondientes) :\ngunzip (para gzip)\nbunzip (para bzip)\nbunzip2 \nunzip (para zip)\ntar (para tar)
     825GISExtractor.desc:Clase base paralela a BasPlug que soporta capacidades de GIS
     826
     827NulPlugin.desc:Plugin de fichero nulo (.nul). Utilizado con los archivos producidos al expandir los ficherosos de la base de datos de metadatos.  # Updated 17-Aug-2006
     828
     829NulPlugin.assoc_field:Nombre del campo de metadato a asignar para cada fichero nulo.  # Updated 17-Aug-2006
     830OAIPlugin.desc:Plugin básico para Open Archives Initiative (OAI)  # Updated 22-Aug-2006
     831
     832OggVorbisPlugin.add_technical_metadata:Añadir metadatos técnicos (ej. bitrate)
     833
     834OggVorbisPlugin.desc:Plugin para importar archivos de audio Ogg Vorbis.
     835
     836OpenDocumentPlugin.desc:Plugin para documentos en formato OASIS OpenDocument (usado por OpenOffice 2.0)  # Updated 22-Aug-2006
     837
     838PagedImagePlugin.desc:El plugin para documentos consiste de secuencias de imágenes, con texto opcional de OCR para cada imagen.
     839
     840PagedImagePlugin.documenttype:Establecer el tipo de documento (usado para despliegue)
     841PagedImagePlugin.documenttype.paged:Los documentos paginados tienen flechas "siguiente" y "anterior", así como una opción para "ir a la página X"
     842PagedImagePlugin.documenttype.hierarchy:Los documentos jerárquicos tienen una tabla de contenido
     843
     844PagedImagePlugin.headerpage:Añadir una cabecera de página de nivel principal (que no contenga imagen) a cada documento.
     845
     846PagedImagePlugin.screenview:Producir una imagen "screenview"  para cada imagen, así como metadatos Screen, ScreenSize, ScreenWidth y ScreenHeight.
     847
     848PagedImagePlugin.screenviewsize:Producir imágenes "screenview" de tamaño nxn.
     849
     850PagedImagePlugin.screenviewtype:Producir imágenes "screenview" en formato 's'.
     851
     852PagedImagePlugin.thumbnail:Producir una vista en miniatura de cada imagen
     853
     854PDFPlugin.allowimagesonly:Permitir ficheros PDF con texto no extraíble. Evitar tener indicado -complex set. Sólo útil con convert_to html.  # Updated 22-Aug-2006
     855PDFPlugin.complex:Crea una salida más compleja. Con esta opción marcada los html resultantes se parecerán mucho más al archivo PDF original. Para que funcione adecuadamente debe tener instalado Ghostscript (para *nix gs debe estar su ruta, mientras que para windows se debe tener gswin32c.exe en el path).  # Updated 22-Aug-2006
     856
     857PDFPlugin.desc:Razonablemente con un plugin pdf.
     858
     859PDFPlugin.nohidden:Prevenga al pdftohtml de intentar extraer texto oculto. Esto sólo es útil si la opción -complex está determinada.
     860
     861PDFPlugin.noimages:No intente extraer las imágenes de PDF.
     862
     863PDFPlugin.use_sections:Cree una sección separada para cada página del archivo de PDF.
     864
     865PDFPlugin.zoom:El factor por el cual se hace acercamiento al PDF para la salida (esto sólo es útil si el -complex esta determinado).
     866
     867PPTPlugin.desc:Plugin para importar ficheros de Microsoft PowerPoint.  # Updated 17-Aug-2006
     868
     869PPTPlugin.windows_scripting:Usa la tecnología de scripting deMicroSoft Windows (Visual Basic for Applications)para convertir documentos PPT a varios tipos de imagen (ej. JPEG,PNG,GIF), preferible al paquete de software libre ppttohtml.  # Updated 22-Aug-2006
     870
     871PSPlugin.desc:Este es un ps \"poor man’s\" para convertidor de texto. Si si plan es serio, considere utilizar el paquete PRESCRIPT, para bajarlo lo podrá encontrar en http://www.nzdl.org/html/software.html
     872
     873PSPlugin.extract_date:Extrae la fecha del encabezado de PS.
     874
     875PSPlugin.extract_pages:Extrae las páginas del encabezado de PS.
     876
     877PSPlugin.extract_title:Extrae el encabezado de PS inicial.
     878
     879RealMediaPlugin.desc:Plugin para procesar ficheros Real Media  # Updated 22-Aug-2006
     880
     881DirectoryPlugin.desc:RecPlug es un plugin que recorre el árbol de directorios recursivamente, procesando cada fichero encontrado.  # Updated 22-Aug-2006
     882
     883DirectoryPlugin.recheck_directories:Después de procesar los archivos en un directorio de importación, vuelva a leer el directorio para descubrir los nuevos archivos creados.
     884
     885DirectoryPlugin.use_metadata_files:Lea el metadato archivos de XML metadata.
     886
     887ReferPlugin.desc:ReferPlug lee archivos bibliográficos en formato Refer.
     888
     889ReferPlugin.longdesc:ReferPlug lee archivos bibliográficos en formato Refer.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), Noviembre 2000\n\nLoosely basado en el hcibib2Plug por Steve Jones (stevej\@cs.waikato.ac.nz). Que a su vez estaba basado en EMAILPlug por Gordon Paynter (gwp\@cs.waikato.ac.nz). Basado en las versiones anteriores de HTMLplug y HCIBIBPlugby por Stefan Boddie y otros--es difícil decir qué viene de dónde, ahora .\n\nReferPlug crea un objeto del documento para cada referencia en el archivo. Es una subclase de SplitPlug, por lo que si hay archivos múltiples, todos se leen .\n\nDocument text:\n\t El texto del documento consiste en la referencia en Refer format .\nMetadata:\n\t\$Creator \% A Autor name\n\t\$Title del Autor \% T Titulo de artículo de book\n\t\$Journal \%J Titulo de Journal\n\t\$Booktitle \%B Titulo de libro que contiene publicación publication\n\t\$Report \%R Tipo de Informe, ponencia o tesis thesis\n\t\$Volume \%V Número de Volumen Journal\n\t\$Number \%N Número de Revista dentro de volumen Volume\n\t\$Editor \%E Nombre del Editor name\n\t\$Pages \%P Número de hojas en artículo de article\n\t\$Publisher \%I Nombre de editor Publisher\n\t\$Publisheraddr \% address\n\t\$Fecha de Publicación C \% D fecha de publicación publication\n\t\$Keywords \% las Palabras claves de la publicación\n\t\$Abstract \%X Abstract de la publicación\n\t\$Copyright\t \% * información de derechos de propiedad literaria para el artículo
     890
     891RogPlugin.desc:Crea los documentos simples single-level (de nivel único) a partir de archivos .rog o .mdb.
     892
     893RTFPlugin.desc:Plugin para importar ficheros en Formato de Texto Enriquecido  (Rich Text Format, RTF)  # Updated 17-Aug-2006
     894
     895SourceCodePlugin.desc:Nombre de Archivo utilizado actualmente para Título (opcionalmente menos algún prefijo). Languages actuales:\ntextl: READMEs/Makefiles\nC/C++ (actualmente los extractos #incluye las declaraciones y clase C++ decls)\nPerl (actualmente sólo elaborado como texto)\nShell (actualmente sólo elaborado como texto)
     896
     897SourceCodePlugin.remove_prefix:Elimine este modelo principal del nombre del archivo (eg - remove_prefix /tmp/XX/src/). El valor predeterminado es eliminar la ruta completa del nombre del archivo.
     898
     899SplitPlugin.desc:SplitPlug es un plugin para dividir  ficheros de entrada en segmentos que se procesarán de manera individual. Este plugin no debe llamarse de manera directa.  En cambio, si usted necesita procesar archivos input que contienen varios documentos, debe escribir un plugin con una función de proceso que manejará uno de esos documentos habiéndolo tomado de SplitPlug. Vea ReferPlug como ejemplo.  # Updated 17-Aug-2006
     900
     901SplitPlugin.split_exp:Una expresión Perl regular para separar la entrada de ficheros en segmentos.  # Updated 22-Aug-2006
     902
     903StructuredHTMLPlugin.delete_toc:Borra cada tabla de contenidos, lista de figuras, etc., del fichero HTML convertido. Los estilos para ello se definen con la opción toc_header  # Updated 22-Aug-2006
     904
     905StructuredHTMLPlugin.title_header:posible estilo definido por el usuario para la cabecera de título.  # Updated 22-Aug-2006
     906
     907StructuredHTMLPlugin.level1_header:posibles estilos definidos por el usuario para la cabecera nivel1 en el documento HTML (equivalente a <H1>).  # Updated 22-Aug-2006
     908
     909StructuredHTMLPlugin.level2_header:posibles estilos definidos por el usuario para la cabecera de nivel2 en el documento HTML (equivalente a <h2>).  # Updated 17-Aug-2006
     910
     911StructuredHTMLPlugin.level3_header:posibles estilos definidos por el usuario para la cabecera nivel3 en el documento HTML (equivalente a <h3>).  # Updated 17-Aug-2006
     912
     913StructuredHTMLPlugin.toc_header:posibles estilos de cabecera definidos por el usuario para tabla de contenidos, tabla de figuras, etc., se borra si se selecciona delete_toc  # Updated 22-Aug-2006
     914
     915TextPlugin.desc:Crea un documento simple de nivel único (single-level). Agrega el metadato Título de la primera línea de texto (hasta 100 caracteres).
     916
     917TextPlugin.title_sub:Expresión de substitución para modificar la cadena guardada como Título. Por ejemplo, PSPlug para eliminar "Página 1" etc del texto utilizado como título.
     918
     919UnknownPlugin.assoc_field:Nombre del campo del metadato que mantendrá el nombre del fichero asociado.  # Updated 22-Aug-2006
     920
     921UnknownPlugin.desc:Plugin simple para los ficherosos importados en formatos que Greenstone no soporta. Creará un documento virtual para cada uno de esos ficheros, cada uno de ellos se pasará a Greenstone como fichero asociado \”associated file\” del documento.  # Updated 22-Aug-2006
     922
     923UnknownPlugin.file_format:Tipo de archivo (ej: MPEG, MIDI, 
)
     924
     925UnknownPlugin.mime_type:Tipo mime del archivo (por ejemplo image/gif).
     926
     927UnknownPlugin.process_extension:Procesar archivos con esta extensión de archivo. Esta oopción es una alternativa a process_exp más sencilla de usar pero menos flexible.
     928
     929UnknownPlugin.srcicon:Indique un nombre de macro (sin guiones bajos) para usar como metadato de srcicon.  # Updated 22-Aug-2006
     930
     931MP3Plugin.desc:Plugin para procesar archivos MP3.
     932
     933MP3Plugin.assoc_images:Use la búsqueda de imágenes de Google para localizar imágenes relacionadas con ficheros  MP3 usando Título ID3 y metadato de Artista.  # Updated 22-Aug-2006
     934
     935MP3Plugin.applet_metadata:Usado para almacenar [applet] metadatos para cada documento que contiene el HTML necesario para que un applet de audio MP3 pueda reproducir ese archivo.
     936
     937MP3Plugin.metadata_fields:Lista de campos de metadatos separados por comas, a extraer (asumiendo los existentes) de un archivo MP3. Use \"*\" para extraer todos los campos.
     938
     939W3ImagePlugin.aggressiveness:El rango de técnicas de extracción de textos relacionados a utilizar.
     940W3ImagePlugin.aggressiveness.1:Nombre de Archivo, ruta, ALT sólo texto.
     941W3ImagePlugin.aggressiveness.2:Todos de 1, más el subtítulo si hubiese disponible.
     942W3ImagePlugin.aggressiveness.3:Todos de 2, más los párrafos disponibles.
     943W3ImagePlugin.aggressiveness.4:Todos de 3, más los encabezados anteriores (<h1>, <h2>...) disponibles.
     944W3ImagePlugin.aggressiveness.5:Todos de 4, más las referencias textuales disponibles.
     945W3ImagePlugin.aggressiveness.6:Todos de 4, más la metaetiqueta de la página (título, las palabras clave, etc).
     946W3ImagePlugin.aggressiveness.7:Todos de 6, 5 y 4 combinados.
     947W3ImagePlugin.aggressiveness.8:Todos de 7, más la repetición de subtítulo, el nombre del archivo, etc (la clasificación jerárquica de resultados más relevantes).
     948W3ImagePlugin.aggressiveness.9:Todos de 1, más el texto completo de la página fuente.
     949
     950W3ImagePlugin.caption_length:La longitud máxima de subtítulos (en caracteres).
     951
     952W3ImagePlugin.convert_params:Parámetros adicionales para la que ImageMagicK convierta el ícono. Por ejemplo, '-raise' dará un efecto tridimensional a las imágenes en miniatura.
     953
     954W3ImagePlugin.desc:Plugin para extraer imágenes y el texto asociado de páginas web.
     955
     956W3ImagePlugin.document_text:Agrega el texto de imagen como document:text (en otro caso se presentan los metadatos de IndexedText).  # Updated 22-Aug-2006
     957
     958W3ImagePlugin.index_pages:Indice las páginas junto con las imágenes. Por otra parte referencia las páginas a la fuente URL.
     959
     960W3ImagePlugin.max_near_text:Caracteres máximos cerca de las imágenes a extraer.
     961
     962W3ImagePlugin.min_height:Pixeles. Salta las imágenes más pequeñas que ésta.
     963
     964W3ImagePlugin.min_near_text:Caracteres mínimos cerca del texto o subtitulo para extraer.
     965
     966W3ImagePlugin.min_size:Bytes. Brinca las imágenes más pequeñas que estas.
     967
     968W3ImagePlugin.min_width:Pixeles. Salta imágenes mas breves que ésta.
     969
     970W3ImagePlugin.neartext_length:Longitud designada del texto mas cercano (en caracteres)
     971
     972W3ImagePlugin.no_cache_images:No esconda las imágenes (apunte al URL original).
     973
     974W3ImagePlugin.smallpage_threshold:Imágenes en las páginas más pequeñas que esto (los bytes) tendrán asignados los metadatos de la página (el título, las palabras claves, etc).  # Updated 22-Aug-2006
     975
     976W3ImagePlugin.textrefs_threshold:El umbral para las referencias textuales. Los valores más bajos significan que el algoritmo es menos estricto.
     977
     978W3ImagePlugin.thumb_size:Max el tamaño en miniatura. Ambos ancho y altura.
     979
     980WordPlugin.desc:Plugin importador para los documentos de Microsoft Word.
     981
     982WordPlugin.windows_scripting:Usa la tecnología de scripting de MicroSoft Windows (Visual Basic for Applications) para convertir Word a HTML, mejor que usar sólo el software libre WvWare. Hace que se abra la aplicación Word en la pantalla si no se está ejecutando previamente.  # Updated 22-Aug-2006
     983
     984WordPlugin.metadata_fields:Para recuperar metadatos del documento HTML convertido por un script VB. Permite a los usuarios definir una lista, separada por comas, de campos de metadatos que intentará extraer. Use 'tag<tagname>' para poner los contenidos del primer par <tagname> e un elemento de metadato llamado 'tagname'. Ponga las mayúsculas como quiera que se pongan en los metadatos en Greenstone, ya que la extracción de etiquetas no es sensible a ello.  # Updated 22-Aug-2006
     985
     986ReadXMLFile.desc:La clase base para plugins XML.
     987
     988ReadXMLFile.xslt:Transforma un documento de entrada que cumple la condición con la XSLT contenida en el nombre de fichero. Se asume que existe un nombre de fichero relativo en el área de ficheros de la colección, por ejemplo etc/mods2dc.xsl.  # Updated 17-Aug-2006
     989ZIPPlugin.desc:Plugin que se ocupa de los formatos comprimidos y/o archivados de entrada los formatos actualmente manejados y las extensiones de archivo son are:\ngzip de (.gz. z. el tgz. taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip. .jar)\ntar\n\n Este plugin confía en las utilerías siguientes que están presentes (si está intentando procesar formatos correspondientes) :\ngunzip (para gzip)\nbunzip (para bzip)\nbunzip2 \nunzip (para zip)\ntar (para tar)
    990990
    991991#
  • gsdl/trunk/perllib/strings_fr.properties

    r14905 r15968  
    638638#
    639639
    640 ArcPlug.desc:Plugin récursif à travers un fichier archives.inf (ex: le fichier généré par l'index des archives lorsqu'une importation est faite), traitant chaque fichier trouvé.
    641 
    642 BasPlug.adding:ajout
    643 
    644 BasPlug.already_seen:déjà vu
    645 
    646 BasPlug.bad_general_option:Le plugiciel %s utilise une option générale incomplÚte (les options générales sont celles qui sont disponibles pour tous les plugins). Vérifiez votre fichier de configuration collect.cfg.  # Updated 6-Dec-2007 by Georges Braoudakis
    647 
    648 BasPlug.block_exp:Les fichiers qui correspondent à cette expression ordinaire ne pourront pas être passés à d'autres plugins dans la liste. Cela n'a pas d'autres véritables effets que d'empêcher qu'il y ait plusieurs messages d'avertissements concernant des fichiers d'entrée dont vous n'aurez pas à vous soucier. Chaque plugin pourrait avoir un bloc_exp par défaut, p.ex: par défaut HTMLPlug bloque tout fichier avec les extensions de fichiers .gif, .,jpg, ,.jpeg, .png ou .css.
    649 
    650 BasPlug.associate_ext:Modifie les fichiers ayant le  même nom de fichier racine que le document traité par le plugin ET une extension de fichier provenant de la liste d'arguments séparés par une virgule  donné par cet argument pour les associer au document traité plutÃŽt que manipulé comme une liste séparée
    651 
    652 BasPlug.could_not_extract_encoding:ATTENTION: encodage n'a pas pu être extrait de %s - utilisation de %s par défaut
    653 
    654 BasPlug.could_not_extract_language:ATTENTION: langue n'a pas pu être extraite de %s - utilisation de %s par défaut
    655 
    656 BasPlug.could_not_open_for_reading:impossible d'ouvrir %s pour lecture
    657 
    658 BasPlug.no_cover_image:Ne pas rechercher un fichier préfix.jpg ( préfix étant le même préfix que le fichier traité) et considérer le comme image de couverture.
    659 
    660 BasPlug.default_encoding:Utiliser cet encodage si -input_ encoding est placé à 'auto' et l'algorithme de catégorisation de texte ne réussit pas à extraire l'encodage ou lorsqu'il extrait un encodage non supporté par Greenstone. Cette option peut prendre la même valeur que -input_ encoding.
    661 
    662 BasPlug.default_language:Si Greenstone ne réussit pas à identifier la langue du document l'élément de méta-donnée 'Langue' sera porté à cette valeur. Le défaut est 'en' (les symboles de langue ISO 639 sont utilisés: en= anglais). Notez que si -imput_encoding n'est pas mis à 'auto' et -extract_language n'est pas défini, tous les documents auront leurs méta-données 'Langue' portées à cette valeur.
    663 
    664 BasPlug.desc:Classe de base pour tous les plugins d'importation.
    665 
    666 BasPlug.done_acronym_extract:extraction des acronymes terminée.
    667 
    668 BasPlug.done_acronym_markup:marquage des acronymes terminé.
    669 
    670 BasPlug.done_email_extract:extraction des adresses e-mail terminée.
    671 
    672 BasPlug.dummy_text:Ce document n'a pas de texte.
    673 
    674 BasPlug.empty_file:le fichier ne contient aucun texte
    675 
    676 BasPlug.extract_acronyms:Extraire les acronymes du texte et les définir comme méta-données.
    677 
    678 BasPlug.extract_email:Extraire les adresses e-mail comme méta-données.
    679 
    680 BasPlug.extract_historical_years:Extraire des documents historiques l'information sur les périodes. Ceci est stocké comme méta-donnée avec le document. Il y a une interface de recherche pour cette méta-donnée que vous pouvez inclure dans votre collection en ajoutant la formule ''format QueryInterface DateSearch'' au fichier de configuration de votre collection.
    681 
    682 BasPlug.extract_language:Identifier la langue de chaque document et définir la méta-donnée 'Langue'. Notez que cela se fera automatiquement si -imput_encoding est à 'auto'.
    683 
    684 BasPlug.extracting:Extraction
    685 
    686 BasPlug.extracting_acronyms:extraction d'acronymes
    687 
    688 BasPlug.extract_keyphrases:Extraction automatique des phrases clés avec Kea (par défaut).
    689 
    690 BasPlug.extract_keyphrases_kea4:Extrayez les phrasesclé automatiquement avec Kea 4.0 (assortissement en défaut). Kea 4.0 est une nouvelle version qui a été developpée pour un indexage controllé de documents dans le domaine de l' agriculture.  # Updated 12-Mar-2006
    691 
    692 BasPlug.extract_keyphrase_options:Options pour l'extraction phrase clé avec Kea. Par exemple: mALIWEB - utilise ALIWEB modÚle d'extraction; n5 - extraire 5 phrases clé; eGBK - utiliser l'encodage GBK
    693 
    694 BasPlug.extracting_emails:extraction d'adresses e-mail
    695 
    696 BasPlug.file_has_no_text:ERREUR: %s ne contient pas de texte
    697 
    698 BasPlug.first:Liste des premiÚres tailles séparrées par une virgule à extraire du texte vers le champ de méta-donnée. Ce champ est appelé 'FirstNNN'.
    699 
    700 BasPlug.input_encoding:Encodage des documents sources. Les documents vont être convertis de ces encodages et stoqués en interne au format utf8.
    701 BasPlug.input_encoding.ascii:ASCII 7 bits pur. Ceci peut être plus rapide que d'utiliser iso_8859_1. Veillez à ne pas utiliser ceci sur une collection de documents ayant des caractÚres non compris dans ASCCI 7 bits pur (ex: les documents français et allemands qui ont des accents). Utiliser iso_8859_1 dans ce cas.
    702 BasPlug.input_encoding.auto:Utilisez un algorithme de catégorisation de texte pour identifier automatiquement le codage de chaque document source, cela sera plus lent que l'opération consistant à mettre explicitement le codage mais est efficace lorsqu'il y a plusieurs codes dans une même collection.
    703 
    704 BasPlug.input_encoding.unicode:Unicode seulement.
    705 
    706 BasPlug.input_encoding.utf8:Utf8 ou unicode -- détecté automatique
    707 
    708 BasPlug.keyphrases:expressions clés
    709 
    710 BasPlug.marking_up_acronyms:acronymes de marquage
    711 
    712 BasPlug.markup_acronyms:Ajouter des méta-data d'acromyme au texte du document
    713 
    714 BasPlug.maximum_century:Le siÚcle le plus cité à extraire comme méta-donnée historique (ex: 14 va extraire toutes les références jusqu'au 14 Úme siÚcle).
    715 
    716 BasPlug.maximum_year:La date historique la plus élevée à utiliser comme méta-donnée (dans une Úre commune, comme 1950).
    717 
    718 BasPlug.missing_kea:Erreur: Le software Kea n' a pas pu être trouvé à %s. S'il vous plaît téléchargez Kea %s de http://nzdl.org/Kea et installez-le de ce catalogue.  # Updated 12-Mar-2006
    719 
    720 BasPlug.must_be_implemented:BasPlug: :la fonction de lecture doit être exécutée dans une sous-classe pour les plugins récursifs
    721 
    722 BasPlug.no_bibliography:Ne cherchez pas à bloquer les dates bibliographiques lors de l'extraction de dates historiques.
    723 
    724 BasPlug.process_exp:Une expression de Perl à faire correspondre à des noms de fichiers. La correspondance avec les noms de fichiers sera traitée avec ce plugin. Par exemple, l'usage de '(?i).html?\$' fait correspondre tous les documents se terminant par .htm ou .html (indépendemment de la casse).
    725 
    726 BasPlug.read_denied:Permission de lecture refusée pour %s
    727 
    728 BasPlug.separate_cjk:Insérer des espaces entre les charactÚres Chinois/Japonais/Koréain pour faire de chaque charactÚre un mot. Utilisez si le texte n' est pas segmenté.  # Updated 12-Mar-2006
    729 
    730 BasPlug.smart_block:Bloquer les fichiers d'une façon plus flexible qu'en regardant le nom du fichier.
    731 
    732 BasPlug.stems:troncs
    733 
    734 BasPlug.unsupported_encoding:ATTENTION: %s semble encodé dans un encodage non supporté (%s) - utilisant %
    735 
    736 BasPlug.wrong_encoding:ATTENTION: %s a été lu en utilisant l'encodage %s mais semble avoir été encodé comme %s
    737 
    738 BibTexPlug.desc:BibTexPlug lit les fichiers bibliographiques dans le format BibTex. BibTexPlug crée un objet document pour chaque référence dans le fichier. C'est une sous-classe de SplitPlug, donc s'il y a plusieurs éléments, ils sont tous lus.
    739 
    740 BookPlug.desc:Crée un document à niveaux multiples à partir d'un document contenant les balises de niveau <<TOC>>. Les méta-données pour chaque section sont extraites à partir des autres balises se trouvant sur la même ligne que <<TOC>>. Par exemple, <<Title>>xxxx<</Title>> définit une méta-donnée de titre. Tout le reste entre des balises TOC est traité comme du simple html (c.-à-d. qu'aucun lien html ou tout autre élément de type HTMLPlug n'est traité). Les fichiers d'entrée sont supposés avoir l'extension .hb par défaut (cela peut être changé en ajoutant une option -processus_exp de même que le fichier hb mais une extension .jpg est prise comme image de couverture (les fichiers jpg sont bloqués par ce plugin). BookPlug est une simplification (et une extension) de HPPlug utilisé par Humanity Library Collections. BookPlug est plus rapide et il s'attend à ce que les fichiers d'entrée soient  propres (l'entrée aux collections HDL contient un nombre excessif de balises html autour de <<TOC>>, et utilise des balises <<I>> pour spécifier les images, et prend tout simplement tout le texte compris entre les balises <<TOC>> et le début du texte comme étant la méta-donnée de titre). Si vous désirez baliser un document pour qu'il soit affiché de la même maniÚre que les collections HDL, utilisez ce plugin au lieu de HBPlug.
    741 
    742 ConvertToPlug.apply_fribidi:Exécutez le programme d' Algoritme d' Unicode Bidirectional "fribidi" sur le fichier convertit (pour texte de droite-à-gauche).  # Updated 12-Mar-2006
    743 ConvertToPlug.convert_to:Ce plugin convertit à TEXT, à HTML ou à différents types d' images (ex: JEPG, GIF, PNG).  # Updated 13-Mar-2006
    744 ConvertToPlug.convert_to.auto:Sélectionnez aussi automatiquement le format convertit. Le format choise dépend du input du document type, par exemple Word sera automatiquement convertit en HTML, alors que PowerPoint sera convertit au format de PagedImage de Greenstone.  # Updated 12-Mar-2006
    745 ConvertToPlug.convert_to.html:Format HTML
    746 ConvertToPlug.convert_to.text:Format de texte simple
    747 ConvertToPlug.convert_to.pagedimg_jpg:Format JEPG.  # Updated 12-Mar-2006
    748 ConvertToPlug.convert_to.pagedimg_gif:Format GIF.  # Updated 12-Mar-2006
    749 ConvertToPlug.convert_to.pagedimg_png:Format PNG.  # Updated 13-Mar-2006
    750 
    751 ConvertToPlug.desc:Ce plugiciel est hérité par des plugiciels tels que WordPlug, PPTPlug, PSPlug, RTFPlug et PDFPlug. Il facilite la conversion de ces types de documents à la fois en HTML, TEXT ou en une série d'images. Il agit par chargement dynamique d'un plugiciel secondaire (HTMLPlug, StructuredHTMLPlug, PagedImgPlug ou TEXTPlug) basé sur l'argument du plugiciel  'convert_to '.  # Updated 6-Dec-2007 by Georges Braoudakis
    752 ConvertToPlug.keep_original_filename:Conserver le nom de fichier original pour le fichier associé, plutÃŽt que de le convertir en doc.pdf, doc.doc etc  # Updated 4-Dec-2007 by Georges Braoudakis
    753 ConvertToPlug.use_strings:Si défini, une simple fonction de chaîne sera appelée pour extraire le texte si l'utilitaire de conversion échoue.
    754 
    755 ConvertToRogPlug.desc:Un plugiciel qui hérite de RogPlug.
    756 
    757 CSVPlug.desc:Un plugiciel pour les fichiers en format de valeurs séparés par des virgules. Un nouveau document sera créé pour chaque ligne du fichier.  # Updated 4-Dec-2007 by Georges Braoudakis
    758 
    759 DBPlug.desc:Un plugiciel qui importe des enregistrements d'une base de données. Il utilise le module de perl DBI, qui comprend des dorsaux pour mysql, postgresql-client, valeurs séparées par des virgules (CSV), MS Excel, ODBC, sybase, etc ... Des modules supplémentaires doivent être installés pour utiliser cela. Voir <GSDLHOME>/etc/packages/example.dbi pour un exemple de fichier de configuration.  # Updated 6-Dec-2007 by Georges Braoudakis
    760 
    761 DBPlug.title_sub:Expression de substitution pour modifier une chaîne enregistrée titre. Utilisée, par exemple, par PSPlug pour supprimer ''Page1'' etc du texte utilisé comme titre.
    762 
    763 DSpacePlug.desc:DSpacePlug prend une collection de documents exportés de DSpace et les importe dans Greenstone.  # Updated 6-Dec-2007 by Georges Braoudakis
     640ArchivesInfPlugin.desc:Plugin récursif à travers un fichier archives.inf (ex: le fichier généré par l'index des archives lorsqu'une importation est faite), traitant chaque fichier trouvé.
     641
     642BasePlugin.adding:ajout
     643
     644BasePlugin.already_seen:déjà vu
     645
     646BasePlugin.bad_general_option:Le plugiciel %s utilise une option générale incomplÚte (les options générales sont celles qui sont disponibles pour tous les plugins). Vérifiez votre fichier de configuration collect.cfg.  # Updated 6-Dec-2007 by Georges Braoudakis
     647
     648BasePlugin.block_exp:Les fichiers qui correspondent à cette expression ordinaire ne pourront pas être passés à d'autres plugins dans la liste. Cela n'a pas d'autres véritables effets que d'empêcher qu'il y ait plusieurs messages d'avertissements concernant des fichiers d'entrée dont vous n'aurez pas à vous soucier. Chaque plugin pourrait avoir un bloc_exp par défaut, p.ex: par défaut HTMLPlug bloque tout fichier avec les extensions de fichiers .gif, .,jpg, ,.jpeg, .png ou .css.
     649
     650BasePlugin.associate_ext:Modifie les fichiers ayant le  même nom de fichier racine que le document traité par le plugin ET une extension de fichier provenant de la liste d'arguments séparés par une virgule  donné par cet argument pour les associer au document traité plutÃŽt que manipulé comme une liste séparée
     651
     652BasePlugin.could_not_extract_encoding:ATTENTION: encodage n'a pas pu être extrait de %s - utilisation de %s par défaut
     653
     654BasePlugin.could_not_extract_language:ATTENTION: langue n'a pas pu être extraite de %s - utilisation de %s par défaut
     655
     656BasePlugin.could_not_open_for_reading:impossible d'ouvrir %s pour lecture
     657
     658BasePlugin.no_cover_image:Ne pas rechercher un fichier préfix.jpg ( préfix étant le même préfix que le fichier traité) et considérer le comme image de couverture.
     659
     660BasePlugin.default_encoding:Utiliser cet encodage si -input_ encoding est placé à 'auto' et l'algorithme de catégorisation de texte ne réussit pas à extraire l'encodage ou lorsqu'il extrait un encodage non supporté par Greenstone. Cette option peut prendre la même valeur que -input_ encoding.
     661
     662BasePlugin.default_language:Si Greenstone ne réussit pas à identifier la langue du document l'élément de méta-donnée 'Langue' sera porté à cette valeur. Le défaut est 'en' (les symboles de langue ISO 639 sont utilisés: en= anglais). Notez que si -imput_encoding n'est pas mis à 'auto' et -extract_language n'est pas défini, tous les documents auront leurs méta-données 'Langue' portées à cette valeur.
     663
     664BasePlugin.desc:Classe de base pour tous les plugins d'importation.
     665
     666BasePlugin.done_acronym_extract:extraction des acronymes terminée.
     667
     668BasePlugin.done_acronym_markup:marquage des acronymes terminé.
     669
     670BasePlugin.done_email_extract:extraction des adresses e-mail terminée.
     671
     672BasePlugin.dummy_text:Ce document n'a pas de texte.
     673
     674BasePlugin.empty_file:le fichier ne contient aucun texte
     675
     676BasePlugin.extract_acronyms:Extraire les acronymes du texte et les définir comme méta-données.
     677
     678BasePlugin.extract_email:Extraire les adresses e-mail comme méta-données.
     679
     680BasePlugin.extract_historical_years:Extraire des documents historiques l'information sur les périodes. Ceci est stocké comme méta-donnée avec le document. Il y a une interface de recherche pour cette méta-donnée que vous pouvez inclure dans votre collection en ajoutant la formule ''format QueryInterface DateSearch'' au fichier de configuration de votre collection.
     681
     682BasePlugin.extract_language:Identifier la langue de chaque document et définir la méta-donnée 'Langue'. Notez que cela se fera automatiquement si -imput_encoding est à 'auto'.
     683
     684BasePlugin.extracting:Extraction
     685
     686BasePlugin.extracting_acronyms:extraction d'acronymes
     687
     688BasePlugin.extract_keyphrases:Extraction automatique des phrases clés avec Kea (par défaut).
     689
     690BasePlugin.extract_keyphrases_kea4:Extrayez les phrasesclé automatiquement avec Kea 4.0 (assortissement en défaut). Kea 4.0 est une nouvelle version qui a été developpée pour un indexage controllé de documents dans le domaine de l' agriculture.  # Updated 12-Mar-2006
     691
     692BasePlugin.extract_keyphrase_options:Options pour l'extraction phrase clé avec Kea. Par exemple: mALIWEB - utilise ALIWEB modÚle d'extraction; n5 - extraire 5 phrases clé; eGBK - utiliser l'encodage GBK
     693
     694BasePlugin.extracting_emails:extraction d'adresses e-mail
     695
     696BasePlugin.file_has_no_text:ERREUR: %s ne contient pas de texte
     697
     698BasePlugin.first:Liste des premiÚres tailles séparrées par une virgule à extraire du texte vers le champ de méta-donnée. Ce champ est appelé 'FirstNNN'.
     699
     700BasePlugin.input_encoding:Encodage des documents sources. Les documents vont être convertis de ces encodages et stoqués en interne au format utf8.
     701BasePlugin.input_encoding.ascii:ASCII 7 bits pur. Ceci peut être plus rapide que d'utiliser iso_8859_1. Veillez à ne pas utiliser ceci sur une collection de documents ayant des caractÚres non compris dans ASCCI 7 bits pur (ex: les documents français et allemands qui ont des accents). Utiliser iso_8859_1 dans ce cas.
     702BasePlugin.input_encoding.auto:Utilisez un algorithme de catégorisation de texte pour identifier automatiquement le codage de chaque document source, cela sera plus lent que l'opération consistant à mettre explicitement le codage mais est efficace lorsqu'il y a plusieurs codes dans une même collection.
     703
     704BasePlugin.input_encoding.unicode:Unicode seulement.
     705
     706BasePlugin.input_encoding.utf8:Utf8 ou unicode -- détecté automatique
     707
     708BasePlugin.keyphrases:expressions clés
     709
     710BasePlugin.marking_up_acronyms:acronymes de marquage
     711
     712BasePlugin.markup_acronyms:Ajouter des méta-data d'acromyme au texte du document
     713
     714BasePlugin.maximum_century:Le siÚcle le plus cité à extraire comme méta-donnée historique (ex: 14 va extraire toutes les références jusqu'au 14 Úme siÚcle).
     715
     716BasePlugin.maximum_year:La date historique la plus élevée à utiliser comme méta-donnée (dans une Úre commune, comme 1950).
     717
     718BasePlugin.missing_kea:Erreur: Le software Kea n' a pas pu être trouvé à %s. S'il vous plaît téléchargez Kea %s de http://nzdl.org/Kea et installez-le de ce catalogue.  # Updated 12-Mar-2006
     719
     720BasePlugin.must_be_implemented:BasPlug: :la fonction de lecture doit être exécutée dans une sous-classe pour les plugins récursifs
     721
     722BasePlugin.no_bibliography:Ne cherchez pas à bloquer les dates bibliographiques lors de l'extraction de dates historiques.
     723
     724BasePlugin.process_exp:Une expression de Perl à faire correspondre à des noms de fichiers. La correspondance avec les noms de fichiers sera traitée avec ce plugin. Par exemple, l'usage de '(?i).html?\$' fait correspondre tous les documents se terminant par .htm ou .html (indépendemment de la casse).
     725
     726BasePlugin.read_denied:Permission de lecture refusée pour %s
     727
     728BasePlugin.separate_cjk:Insérer des espaces entre les charactÚres Chinois/Japonais/Koréain pour faire de chaque charactÚre un mot. Utilisez si le texte n' est pas segmenté.  # Updated 12-Mar-2006
     729
     730BasePlugin.smart_block:Bloquer les fichiers d'une façon plus flexible qu'en regardant le nom du fichier.
     731
     732BasePlugin.stems:troncs
     733
     734BasePlugin.unsupported_encoding:ATTENTION: %s semble encodé dans un encodage non supporté (%s) - utilisant %
     735
     736BasePlugin.wrong_encoding:ATTENTION: %s a été lu en utilisant l'encodage %s mais semble avoir été encodé comme %s
     737
     738BibTexPlugin.desc:BibTexPlug lit les fichiers bibliographiques dans le format BibTex. BibTexPlug crée un objet document pour chaque référence dans le fichier. C'est une sous-classe de SplitPlug, donc s'il y a plusieurs éléments, ils sont tous lus.
     739
     740BookPlugin.desc:Crée un document à niveaux multiples à partir d'un document contenant les balises de niveau <<TOC>>. Les méta-données pour chaque section sont extraites à partir des autres balises se trouvant sur la même ligne que <<TOC>>. Par exemple, <<Title>>xxxx<</Title>> définit une méta-donnée de titre. Tout le reste entre des balises TOC est traité comme du simple html (c.-à-d. qu'aucun lien html ou tout autre élément de type HTMLPlug n'est traité). Les fichiers d'entrée sont supposés avoir l'extension .hb par défaut (cela peut être changé en ajoutant une option -processus_exp de même que le fichier hb mais une extension .jpg est prise comme image de couverture (les fichiers jpg sont bloqués par ce plugin). BookPlug est une simplification (et une extension) de HPPlug utilisé par Humanity Library Collections. BookPlug est plus rapide et il s'attend à ce que les fichiers d'entrée soient  propres (l'entrée aux collections HDL contient un nombre excessif de balises html autour de <<TOC>>, et utilise des balises <<I>> pour spécifier les images, et prend tout simplement tout le texte compris entre les balises <<TOC>> et le début du texte comme étant la méta-donnée de titre). Si vous désirez baliser un document pour qu'il soit affiché de la même maniÚre que les collections HDL, utilisez ce plugin au lieu de HBPlug.
     741
     742ConvertBinaryFile.apply_fribidi:Exécutez le programme d' Algoritme d' Unicode Bidirectional "fribidi" sur le fichier convertit (pour texte de droite-à-gauche).  # Updated 12-Mar-2006
     743ConvertBinaryFile.convert_to:Ce plugin convertit à TEXT, à HTML ou à différents types d' images (ex: JEPG, GIF, PNG).  # Updated 13-Mar-2006
     744ConvertBinaryFile.convert_to.auto:Sélectionnez aussi automatiquement le format convertit. Le format choise dépend du input du document type, par exemple Word sera automatiquement convertit en HTML, alors que PowerPoint sera convertit au format de PagedImage de Greenstone.  # Updated 12-Mar-2006
     745ConvertBinaryFile.convert_to.html:Format HTML
     746ConvertBinaryFile.convert_to.text:Format de texte simple
     747ConvertBinaryFile.convert_to.pagedimg_jpg:Format JEPG.  # Updated 12-Mar-2006
     748ConvertBinaryFile.convert_to.pagedimg_gif:Format GIF.  # Updated 12-Mar-2006
     749ConvertBinaryFile.convert_to.pagedimg_png:Format PNG.  # Updated 13-Mar-2006
     750
     751ConvertToPlugin.desc:Ce plugiciel est hérité par des plugiciels tels que WordPlug, PPTPlug, PSPlug, RTFPlug et PDFPlug. Il facilite la conversion de ces types de documents à la fois en HTML, TEXT ou en une série d'images. Il agit par chargement dynamique d'un plugiciel secondaire (HTMLPlug, StructuredHTMLPlug, PagedImgPlug ou TEXTPlug) basé sur l'argument du plugiciel  'convert_to '.  # Updated 6-Dec-2007 by Georges Braoudakis
     752ConvertBinaryFile.keep_original_filename:Conserver le nom de fichier original pour le fichier associé, plutÃŽt que de le convertir en doc.pdf, doc.doc etc  # Updated 4-Dec-2007 by Georges Braoudakis
     753ConvertBinaryFile.use_strings:Si défini, une simple fonction de chaîne sera appelée pour extraire le texte si l'utilitaire de conversion échoue.
     754
     755ConvertToRogPlugin.desc:Un plugiciel qui hérite de RogPlug.
     756
     757CSVPlugin.desc:Un plugiciel pour les fichiers en format de valeurs séparés par des virgules. Un nouveau document sera créé pour chaque ligne du fichier.  # Updated 4-Dec-2007 by Georges Braoudakis
     758
     759DBPlugin.desc:Un plugiciel qui importe des enregistrements d'une base de données. Il utilise le module de perl DBI, qui comprend des dorsaux pour mysql, postgresql-client, valeurs séparées par des virgules (CSV), MS Excel, ODBC, sybase, etc ... Des modules supplémentaires doivent être installés pour utiliser cela. Voir <GSDLHOME>/etc/packages/example.dbi pour un exemple de fichier de configuration.  # Updated 6-Dec-2007 by Georges Braoudakis
     760
     761DBPlugin.title_sub:Expression de substitution pour modifier une chaîne enregistrée titre. Utilisée, par exemple, par PSPlug pour supprimer ''Page1'' etc du texte utilisé comme titre.
     762
     763DSpacePlugin.desc:DSpacePlug prend une collection de documents exportés de DSpace et les importe dans Greenstone.  # Updated 6-Dec-2007 by Georges Braoudakis
    764764   
    765 DSpacePlug.first_inorder_ext:Ceci est utilisé pour identifier le réseau primaire de collection de documents DSpace. Avec cette option, le systÚme traitera les ext types définits de documents en séquence pour chercher le possible réseau primaire.  # Updated 12-Mar-2006
    766 DSpacePlug.first_inorder_mime:Ceci est utilisé pour identifier la source primaire de données deu document de collection DSpace. Avec cette option, le systÚme traitera les types mimes définits des documents en séquence pour chercher la possible source primaire.  # Updated 13-Mar-2006
    767 DSpacePlug.only_first_doc:Ceci est utilisé pour identifier le réseau primaire d' information du document de collection DSpace. Avec cette option, le systÚme traitera le premier document du le fichier metadata dublic_core comme le possible réseau primaire.  # Updated 12-Mar-2006
    768 
    769 EMAILPlug.desc:Email plug lit les fichiers email. Ceux-ci sont nommés simplement avec un numéro (c'est-à-dire comme ils apparaissent dans les dossiers maildir) ou avec l'extension .mbx (pour format de fichier courrier mbox).\n Texte de document: Le texte de document est composé de tous le texte situé aprÚs la premiÚre ligne vide du document.\nMéta-données (pas Dublin Core!):\n\t\$Headers  Tout le contenu de l'en-tête (optionel, n'est pas emmagasiné par defaut)\n\t\$Subject   Objet: header\n\t\$To    A: header\n\t\$From   De: header/n/t/$FromName    Nom de l'expéditeur (si disponible)\n\t\$FromAddr    Adresse électronique de l'expéditeur\n\t\$DateText     Date: header\n\t\$Date   Date: en-tête au format GSDL (ex 19990924)
    770 
    771 EMAILPlug.no_attachments:Ne pas sauvegarder fichiers attachés aux messages.
    772 
    773 EMAILPlug.headers:Emmagasine les titres des email comme "Headers" dans les méta-données.
    774 
    775 EMAILPlug.split_exp:Une expression ordinaire perl utilisée pour scinder les fichiers contenant plusieurs messages en documents séparés.
    776 
    777 ExcelPlug.desc:Un plugiciel pour importer des fichiers Microsoft Excel (les versions 95 et 97).  # Updated 6-Dec-2007 by Georges Braoudakis
    778 
    779 FOXPlug.desc:Plugin pour traiter un fichier Foxbase dbt. Ce plugin fournit une fonctionnalité de base pour lire dans les fichiers dbt et dbf et traiter chaque enregistrement. Ce plugin général devrait être remplacé pour une base de données particuliÚre afin de traiter les champs appropriés.
    780 
    781 GAPlug.desc:Traite les documents des Archives Greenstone XML. Notez que ce plugiciel ne fait pas le teste la syntaxe (bien que le module XML:: Parser teste pour des documents bien-formés). Il est supposé que les fichiers d'Archives Greenstone se conforment à leur DTD.  # Updated 6-Dec-2007 by Georges Braoudakis
    782 
    783 GISBasPlug.extract_placenames:Extrait le nom des emplacements du texte et les considérer comme méta-données. Nécessite l'installation d'une extension GIS à Greenstone.
    784 
    785 GISBasPlug.gazetteer:Atlas à utiliser pour extraire le nom des emplacements du texte et les considérer comme méta-données. Nécessite l'installation d'une extension GIS à Greenstone.
    786 
    787 GISBasPlug.place_list:Lors de l'extraction des emplacements, contient la liste des noms d'emplacements au début du document. Nécessite l'installation d'une extension GIS à Greenstone.
    788 
    789 GMLPlug.desc:Plugiciel qui traite un document au format GML. Il suppose que les balises GML sont toutes en minuscules.  # Updated 6-Dec-2007 by Georges Braoudakis
    790 
    791 HBPlug.desc:Plugin qui traite un répertoire de livres en HTML. Ce plugin est utilisé par les collections Humanity Library et ne traite pas d' encodages d'entrée autres ascii et ascii étendu. Ce code n'est pas du tout joli et on pourrait le rendre plus rapide. En le laissant tel quel, j'espÚre encourager les gens à à construire leurs collections en utilisant plutÃŽt HBSPlug ;-) \n\n Utilisez HBSPlug pour créer une nouvelle collection et pour marquer des fichiers comme les collections Humanity Library Collections. HBSPlug accepte tous les encodages d'entrée mais exige que les fichiers marqués soient plus propres que ceux utilisés par les collections Human Library.
    792 
    793 HTMLPlug.assoc_files:Expression perl d'extensions de fichiers à associer avec des documents html.
    794 
    795 HTMLPlug.desc:Ce plugin traite les fichiers HTML
    796 
    797 HTMLPlug.description_tags:Scinder le document en sous-sections où exitent des balises<Section> . '- Keep_head "n'aura aucun effet si cette option est activée.  # Updated 6-Dec-2007 by Georges Braoudakis
    798 
    799 HTMLPlug.extract_style:Extraire le style et le script informations de la balise HTML <head> et enregistrer sous DocumentHeader métadonnées. Ce sera fixé dans la page document comme la macro _document: documentheader_ .  # Updated 4-Dec-2007 by Georges Braoudakis
    800 
    801 HTMLPlug.file_is_url:Défini si les noms de fichiers d'entrée constituent l'url des documents source d'origine, p.ex. si un outil de "mirroring" a été utilisé pour créer la structure du répertoire d'importation.
    802 
    803 HTMLPlug.hunt_creator_metadata:Trouver autant de méta-données possibles sur l'auteur et les placer dans le champ 'Creator'. Nécessite le drapeau -metadata_fields.
    804 
    805 HTMLPlug.keep_head:Ne pas supprimer les en-têtes des fichiers html.
    806 
    807 HTMLPlug.metadata_fields:Liste de champs de méta-données séparés par des virgules à essayer à extraire. Utiliser balise 'tag<nom_balise>' pour obtenir le contenu de la premiÚre paire de <nom_balise> placée dans un élément de méta-donnée 'tagname'. Mettre en majuscules si vous voulez les méta-données en en lettres majuscules dans Greenstone, car l'extraction des balises ne tient pas compte de la casse.
    808 
    809 HTMLPlug.no_metadata:Ne cherchez pas à extraire des métadata des fichiers.
    810 
    811 HTMLPlug.no_strip_metadata_html:Liste de noms de méta-données séparées par des virgules, ou 'all'. Utilisé avec -description_tags, cela évite d'éliminer les balises HTML des valeurs pour les méta-données spécifiées.
    812 
    813 HTMLPlug.nolinks:Ne pas essayer de piéger les liens (la définition de ce drapeau peut améliorer la vitesse de construction/importation mais tout lien relatif dans le document sera brisé).
    814 
    815 HTMLPlug.rename_assoc_files:Renomme les fichiers associés aux documents (ex. les images). Crée aussi une structure de répertoire beaucoup plus petite (utile pour la création de collections sur cd-rom).
    816 
    817 HTMLPlug.sectionalise_using_h_tags:Crée automatiquement un document sectionné utilisant les tags h1, h2, ...hX.  # Updated 13-Mar-2006
    818 
    819 HTMLPlug.title_sub:Expression de substitution pour modifier la chaine enregistrée comme titre. Utilisé par exemple par PDFPlug pour supprimer ''Page 1'', etc du texte utilisé comme titre.
    820 
    821 HTMLPlug.tidy_html:Si défini, convertit un document HTML à un bien formée XHTML. Il permettra à l'utilisateur de visualiser le document en format livre.  # Updated 4-Dec-2007 by Georges Braoudakis
    822 
    823 HTMLPlug.old_style_HDL:Pour marquer si le fichier dans cette collection est "sectionalized" utilisant l'ancien style de la section de HDL.  # Updated 4-Dec-2007 by Georges Braoudakis
    824 
    825 ImagePlug.converttotype:Convertit l’image pricipale en une format 's'.
    826 
    827 ImagePlug.desc:Ce plugin traite les images, en ajoutant des méta-données de base
    828 
    829 ImagePlug.minimumsize:Ignorer les images de moins de n octets.
    830 
    831 ImagePlug.noscaleup:Ne pas rééchelonner les petites images en créant des vignettes.
    832 
    833 ImagePlug.screenviewsize:Si défini, crée une image de taille n pour l'affichage à l'écran et définit les méta-données Screen, ScreenSize, ScreenWidth et ScreenHeigth. N'est pas défini par défaut.
    834 
    835 ImagePlug.screenviewtype:Si -screenviewsize est défini, ceci définit le type d'mage d'affichage.
    836 
    837 ImagePlug.thumbnailsize:Crée des vignettes de taille nxn.
    838 
    839 ImagePlug.thumbnailtype:Crée des vignettes au format 's'.
    840 
    841 IndexPlug.desc:Ce plugin récursif traite un fichier index.txt. Le fichier index.txt doit contenir la liste des fichiers à inclure dans la collection, suivie par toute méta-donnée supplémentaire à associer à chaque fichier\n\nLe fichier index.txt doit être formaté comme suit: la premiÚre ligne peut être une clé (commençant par key:) pour nommer les champs de méta-donnée (ex. key: Subject Organization Date). Les lignes suivantes contiennent un nom de fichier suivi de la valeur de la méta-donnée (ex 'irma/iwo097e 3.2 unesco 93’ va associer les méta-données Subject= 3.2, Organization=unesco, et Date=1993 avec le fichier irma/iwo097e si la ligne de clé ci dessus a été utilisée)\n\nNotez que si l'un des champs de méta-donnée utilise le plugin de classification de Hiérarchie, alors sa valeur doit correspondre au premier champ (le descripteur) dans le fichier de classification approprié.\n\nLes valeurs de méta-donnée peuvent être nommées séparément en utilisant une balise (ex. >Sujet<3.2) et cela va remplacer tout nom qui leur a été attribué par la ligne de clé. S'il n'y a pas de ligne de clé, toute valeur de  méta-donnée sans nom sera nommée 'Subject'.
    842 
    843 ISISPlug.desc:Ce plugin traite les bases de données CDS/ISIS. Pour chaque base de données CDS/ISIS traitée, il doit y avoir trois fichiers dans le dossier d'importation de la collection: le Fichier de Base (.mst), le Tableau de Définition de Champ (.fdt), et le Fichier de Références croisées (.xrf).
    844 
    845 ISISPlug.subfield_separator:La chaîne utilisée pour séparer les sous champs dans les enregistrements de bases de données CDS/ISIS.
    846 
    847 ISISPlug.entry_separator:La chaîne utilisée pour séparer les valeurs multiples des champs de méta-données individuelles dans les enregistrements de base de données CDS/ISIS.
    848 
    849 LaTeXPlug.desc:Plugin pour documents  LaTeX .
    850 
    851 LOMPlug.desc:Plugiciel pour importer des fichiers LOM (Learning Object Metadata).  # Updated 4-Dec-2007 by Georges Braoudakis
    852 
    853 LOMPlug.root_tag:Le DocType du fichier XML (ou une expression réguliÚre qui correspond à l'élément racine).  # Updated 4-Dec-2007 by Georges Braoudakis
    854 LOMPlug.check_timestamp:Vérifiez l'horodatage des fichiers téléchargés précédemment, et télécharger seulement si le nouveau fichier source est plus récent.  # Updated 4-Dec-2007 by Georges Braoudakis
    855 LOMPlug.download_srcdocs:Télécharger le document source si l'on a spécifié (au  general^identifier^entry ou technical^location). Cette option devrait spécifier une expression réguliÚre correspondant aux  noms de fichiers avant de télécharger. Remarque: cela ne fonctionne pas pour les documents en dehors d'un pare-feu.  # Updated 4-Dec-2007 by Georges Braoudakis
    856 
    857 MARCPlug.desc:Plugin MARC de base.
    858 
    859 MARCPlug.metadata_mapping:Nom de fichier qui inclut des détails de de correspondance de valeurs MARC vers les noms de méta-données Greenstone. Le défaut est 'marctdoc.txt' trouvé dans répertoire etc du site.
    860 
    861 MARCXMLPlug.desc:Plugiciel MARCXML.  # Updated 4-Dec-2007 by Georges Braoudakis
    862 
    863 MARCXMLPlug.metadata_mapping_file:Nom de fichier qui comprend les détails de la correspondance  des valeurs MARC  vers les noms des métadonnées Greenstone. Les valeurs par défaut sont dans  'marctodc.txt',  trouvé dans le répertoire etc du site.  # Updated 4-Dec-2007 by Georges Braoudakis
    864 
    865 MediaWikiPlug.desc:Plugiciel pour importer pages Web MediaWiki  # Updated 5-Dec-2007 by Georges Braoudakis
    866 
    867 MediaWikiPlug.show_toc:Ajouter à la page "A propo"s de la collection la page "Table des matiÚres" sur la page principale du site de MediaWiki. Besoin de spécifier ci-dessous une expression réguliÚre Perl dans toc_exp  pour correspondre à la section de  "table des matiÚres".  # Updated 5-Dec-2007 by Georges Braoudakis
    868 
    869 MediaWikiPlug.delete_toc:Supprimer la section "table des matiÚres" sur chaque page HTML. Besoin de spécifier ci-dessous  une expression réguliÚre Perl dans toc_exp pour correspondre à la "table des matiÚres".  # Updated 5-Dec-2007 by Georges Braoudakis
    870 
    871 MediaWikiPlug.toc_exp:Une expression réguliÚre Perl pour faire correspondre la "Table des matiÚres". La valeur par défaut correspond à des pages Web courantes MediaWiki.  # Updated 5-Dec-2007 by Georges Braoudakis
    872 
    873 MediaWikiPlug.delete_nav:Supprimer la section de navigation. Besoin de spécifier ci-dessous une expression réguliÚre Perl dans nav_div_exp.  # Updated 4-Dec-2007 by Georges Braoudakis
    874 
    875 MediaWikiPlug.nav_div_exp:Une expression réguliÚre Perl pour faire correspondre la section de navigation. La valeur par défaut correspond à des pages Web courantes MediaWiki.  # Updated 5-Dec-2007 by Georges Braoudakis
    876 
    877 MediaWikiPlug.delete_searchbox:Supprimer la section "searchbox". Besoin de spécifier ci-dessous une expression réguliÚre Perl dans searchbox_div_exp .  # Updated 5-Dec-2007 by Georges Braoudakis
    878 
    879 MediaWikiPlug.searchbox_div_id:Une expression réguliÚre Perl afin d'faire correspondre la section "searchbox". La valeur par défaut correspond à des pages Web courantes MediaWiki.  # Updated 5-Dec-2007 by Georges Braoudakis
    880 
    881 MediaWikiPlug.remove_title_suffix_exp:Une expression réguliÚre Perl afin d'ajuster le titre extrait. Par exemple, \ \ s (. +) limitera le contenu du titre aprÚs "-".  # Updated 5-Dec-2007 by Georges Braoudakis
    882 
    883 MetadataCSVPlug.desc:Un plugiciel pour les métadonnées de valeurs séparées par des virgules. Le champ Nom de fichier dans le fichier CSV est utilisé pour déterminer à quel document appartiennent les métadonnées.  # Updated 5-Dec-2007 by Georges Braoudakis
     765DSpacePlugin.first_inorder_ext:Ceci est utilisé pour identifier le réseau primaire de collection de documents DSpace. Avec cette option, le systÚme traitera les ext types définits de documents en séquence pour chercher le possible réseau primaire.  # Updated 12-Mar-2006
     766DSpacePlugin.first_inorder_mime:Ceci est utilisé pour identifier la source primaire de données deu document de collection DSpace. Avec cette option, le systÚme traitera les types mimes définits des documents en séquence pour chercher la possible source primaire.  # Updated 13-Mar-2006
     767DSpacePlugin.only_first_doc:Ceci est utilisé pour identifier le réseau primaire d' information du document de collection DSpace. Avec cette option, le systÚme traitera le premier document du le fichier metadata dublic_core comme le possible réseau primaire.  # Updated 12-Mar-2006
     768
     769EmailPlugin.desc:Email plug lit les fichiers email. Ceux-ci sont nommés simplement avec un numéro (c'est-à-dire comme ils apparaissent dans les dossiers maildir) ou avec l'extension .mbx (pour format de fichier courrier mbox).\n Texte de document: Le texte de document est composé de tous le texte situé aprÚs la premiÚre ligne vide du document.\nMéta-données (pas Dublin Core!):\n\t\$Headers  Tout le contenu de l'en-tête (optionel, n'est pas emmagasiné par defaut)\n\t\$Subject   Objet: header\n\t\$To    A: header\n\t\$From   De: header/n/t/$FromName    Nom de l'expéditeur (si disponible)\n\t\$FromAddr    Adresse électronique de l'expéditeur\n\t\$DateText     Date: header\n\t\$Date   Date: en-tête au format GSDL (ex 19990924)
     770
     771EmailPlugin.no_attachments:Ne pas sauvegarder fichiers attachés aux messages.
     772
     773EmailPlugin.headers:Emmagasine les titres des email comme "Headers" dans les méta-données.
     774
     775EmailPlugin.split_exp:Une expression ordinaire perl utilisée pour scinder les fichiers contenant plusieurs messages en documents séparés.
     776
     777ExcelPlugin.desc:Un plugiciel pour importer des fichiers Microsoft Excel (les versions 95 et 97).  # Updated 6-Dec-2007 by Georges Braoudakis
     778
     779FOXPlugin.desc:Plugin pour traiter un fichier Foxbase dbt. Ce plugin fournit une fonctionnalité de base pour lire dans les fichiers dbt et dbf et traiter chaque enregistrement. Ce plugin général devrait être remplacé pour une base de données particuliÚre afin de traiter les champs appropriés.
     780
     781GAPlugin.desc:Traite les documents des Archives Greenstone XML. Notez que ce plugiciel ne fait pas le teste la syntaxe (bien que le module XML:: Parser teste pour des documents bien-formés). Il est supposé que les fichiers d'Archives Greenstone se conforment à leur DTD.  # Updated 6-Dec-2007 by Georges Braoudakis
     782
     783GISExtractor.extract_placenames:Extrait le nom des emplacements du texte et les considérer comme méta-données. Nécessite l'installation d'une extension GIS à Greenstone.
     784
     785GISExtractor.gazetteer:Atlas à utiliser pour extraire le nom des emplacements du texte et les considérer comme méta-données. Nécessite l'installation d'une extension GIS à Greenstone.
     786
     787GISExtractor.place_list:Lors de l'extraction des emplacements, contient la liste des noms d'emplacements au début du document. Nécessite l'installation d'une extension GIS à Greenstone.
     788
     789GMLPlugin.desc:Plugiciel qui traite un document au format GML. Il suppose que les balises GML sont toutes en minuscules.  # Updated 6-Dec-2007 by Georges Braoudakis
     790
     791HBPlugin.desc:Plugin qui traite un répertoire de livres en HTML. Ce plugin est utilisé par les collections Humanity Library et ne traite pas d' encodages d'entrée autres ascii et ascii étendu. Ce code n'est pas du tout joli et on pourrait le rendre plus rapide. En le laissant tel quel, j'espÚre encourager les gens à à construire leurs collections en utilisant plutÃŽt HBSPlug ;-) \n\n Utilisez HBSPlug pour créer une nouvelle collection et pour marquer des fichiers comme les collections Humanity Library Collections. HBSPlug accepte tous les encodages d'entrée mais exige que les fichiers marqués soient plus propres que ceux utilisés par les collections Human Library.
     792
     793HTMLPlugin.assoc_files:Expression perl d'extensions de fichiers à associer avec des documents html.
     794
     795HTMLPlugin.desc:Ce plugin traite les fichiers HTML
     796
     797HTMLPlugin.description_tags:Scinder le document en sous-sections où exitent des balises<Section> . '- Keep_head "n'aura aucun effet si cette option est activée.  # Updated 6-Dec-2007 by Georges Braoudakis
     798
     799HTMLPlugin.extract_style:Extraire le style et le script informations de la balise HTML <head> et enregistrer sous DocumentHeader métadonnées. Ce sera fixé dans la page document comme la macro _document: documentheader_ .  # Updated 4-Dec-2007 by Georges Braoudakis
     800
     801HTMLPlugin.file_is_url:Défini si les noms de fichiers d'entrée constituent l'url des documents source d'origine, p.ex. si un outil de "mirroring" a été utilisé pour créer la structure du répertoire d'importation.
     802
     803HTMLPlugin.hunt_creator_metadata:Trouver autant de méta-données possibles sur l'auteur et les placer dans le champ 'Creator'. Nécessite le drapeau -metadata_fields.
     804
     805HTMLPlugin.keep_head:Ne pas supprimer les en-têtes des fichiers html.
     806
     807HTMLPlugin.metadata_fields:Liste de champs de méta-données séparés par des virgules à essayer à extraire. Utiliser balise 'tag<nom_balise>' pour obtenir le contenu de la premiÚre paire de <nom_balise> placée dans un élément de méta-donnée 'tagname'. Mettre en majuscules si vous voulez les méta-données en en lettres majuscules dans Greenstone, car l'extraction des balises ne tient pas compte de la casse.
     808
     809HTMLPlugin.no_metadata:Ne cherchez pas à extraire des métadata des fichiers.
     810
     811HTMLPlugin.no_strip_metadata_html:Liste de noms de méta-données séparées par des virgules, ou 'all'. Utilisé avec -description_tags, cela évite d'éliminer les balises HTML des valeurs pour les méta-données spécifiées.
     812
     813HTMLPlugin.nolinks:Ne pas essayer de piéger les liens (la définition de ce drapeau peut améliorer la vitesse de construction/importation mais tout lien relatif dans le document sera brisé).
     814
     815HTMLPlugin.rename_assoc_files:Renomme les fichiers associés aux documents (ex. les images). Crée aussi une structure de répertoire beaucoup plus petite (utile pour la création de collections sur cd-rom).
     816
     817HTMLPlugin.sectionalise_using_h_tags:Crée automatiquement un document sectionné utilisant les tags h1, h2, ...hX.  # Updated 13-Mar-2006
     818
     819HTMLPlugin.title_sub:Expression de substitution pour modifier la chaine enregistrée comme titre. Utilisé par exemple par PDFPlug pour supprimer ''Page 1'', etc du texte utilisé comme titre.
     820
     821HTMLPlugin.tidy_html:Si défini, convertit un document HTML à un bien formée XHTML. Il permettra à l'utilisateur de visualiser le document en format livre.  # Updated 4-Dec-2007 by Georges Braoudakis
     822
     823HTMLPlugin.old_style_HDL:Pour marquer si le fichier dans cette collection est "sectionalized" utilisant l'ancien style de la section de HDL.  # Updated 4-Dec-2007 by Georges Braoudakis
     824
     825ImagePlugin.converttotype:Convertit l’image pricipale en une format 's'.
     826
     827ImagePlugin.desc:Ce plugin traite les images, en ajoutant des méta-données de base
     828
     829ImagePlugin.minimumsize:Ignorer les images de moins de n octets.
     830
     831ImagePlugin.noscaleup:Ne pas rééchelonner les petites images en créant des vignettes.
     832
     833ImagePlugin.screenviewsize:Si défini, crée une image de taille n pour l'affichage à l'écran et définit les méta-données Screen, ScreenSize, ScreenWidth et ScreenHeigth. N'est pas défini par défaut.
     834
     835ImagePlugin.screenviewtype:Si -screenviewsize est défini, ceci définit le type d'mage d'affichage.
     836
     837ImagePlugin.thumbnailsize:Crée des vignettes de taille nxn.
     838
     839ImagePlugin.thumbnailtype:Crée des vignettes au format 's'.
     840
     841IndexPlugin.desc:Ce plugin récursif traite un fichier index.txt. Le fichier index.txt doit contenir la liste des fichiers à inclure dans la collection, suivie par toute méta-donnée supplémentaire à associer à chaque fichier\n\nLe fichier index.txt doit être formaté comme suit: la premiÚre ligne peut être une clé (commençant par key:) pour nommer les champs de méta-donnée (ex. key: Subject Organization Date). Les lignes suivantes contiennent un nom de fichier suivi de la valeur de la méta-donnée (ex 'irma/iwo097e 3.2 unesco 93’ va associer les méta-données Subject= 3.2, Organization=unesco, et Date=1993 avec le fichier irma/iwo097e si la ligne de clé ci dessus a été utilisée)\n\nNotez que si l'un des champs de méta-donnée utilise le plugin de classification de Hiérarchie, alors sa valeur doit correspondre au premier champ (le descripteur) dans le fichier de classification approprié.\n\nLes valeurs de méta-donnée peuvent être nommées séparément en utilisant une balise (ex. >Sujet<3.2) et cela va remplacer tout nom qui leur a été attribué par la ligne de clé. S'il n'y a pas de ligne de clé, toute valeur de  méta-donnée sans nom sera nommée 'Subject'.
     842
     843ISISPlugin.desc:Ce plugin traite les bases de données CDS/ISIS. Pour chaque base de données CDS/ISIS traitée, il doit y avoir trois fichiers dans le dossier d'importation de la collection: le Fichier de Base (.mst), le Tableau de Définition de Champ (.fdt), et le Fichier de Références croisées (.xrf).
     844
     845ISISPlugin.subfield_separator:La chaîne utilisée pour séparer les sous champs dans les enregistrements de bases de données CDS/ISIS.
     846
     847ISISPlugin.entry_separator:La chaîne utilisée pour séparer les valeurs multiples des champs de méta-données individuelles dans les enregistrements de base de données CDS/ISIS.
     848
     849LaTeXPlugin.desc:Plugin pour documents  LaTeX .
     850
     851LOMPlugin.desc:Plugiciel pour importer des fichiers LOM (Learning Object Metadata).  # Updated 4-Dec-2007 by Georges Braoudakis
     852
     853LOMPlugin.root_tag:Le DocType du fichier XML (ou une expression réguliÚre qui correspond à l'élément racine).  # Updated 4-Dec-2007 by Georges Braoudakis
     854LOMPlugin.check_timestamp:Vérifiez l'horodatage des fichiers téléchargés précédemment, et télécharger seulement si le nouveau fichier source est plus récent.  # Updated 4-Dec-2007 by Georges Braoudakis
     855LOMPlugin.download_srcdocs:Télécharger le document source si l'on a spécifié (au  general^identifier^entry ou technical^location). Cette option devrait spécifier une expression réguliÚre correspondant aux  noms de fichiers avant de télécharger. Remarque: cela ne fonctionne pas pour les documents en dehors d'un pare-feu.  # Updated 4-Dec-2007 by Georges Braoudakis
     856
     857MARCPlugin.desc:Plugin MARC de base.
     858
     859MARCPlugin.metadata_mapping:Nom de fichier qui inclut des détails de de correspondance de valeurs MARC vers les noms de méta-données Greenstone. Le défaut est 'marctdoc.txt' trouvé dans répertoire etc du site.
     860
     861MARCXMLPlugin.desc:Plugiciel MARCXML.  # Updated 4-Dec-2007 by Georges Braoudakis
     862
     863MARCXMLPlugin.metadata_mapping_file:Nom de fichier qui comprend les détails de la correspondance  des valeurs MARC  vers les noms des métadonnées Greenstone. Les valeurs par défaut sont dans  'marctodc.txt',  trouvé dans le répertoire etc du site.  # Updated 4-Dec-2007 by Georges Braoudakis
     864
     865MediaWikiPlugin.desc:Plugiciel pour importer pages Web MediaWiki  # Updated 5-Dec-2007 by Georges Braoudakis
     866
     867MediaWikiPlugin.show_toc:Ajouter à la page "A propo"s de la collection la page "Table des matiÚres" sur la page principale du site de MediaWiki. Besoin de spécifier ci-dessous une expression réguliÚre Perl dans toc_exp  pour correspondre à la section de  "table des matiÚres".  # Updated 5-Dec-2007 by Georges Braoudakis
     868
     869MediaWikiPlugin.delete_toc:Supprimer la section "table des matiÚres" sur chaque page HTML. Besoin de spécifier ci-dessous  une expression réguliÚre Perl dans toc_exp pour correspondre à la "table des matiÚres".  # Updated 5-Dec-2007 by Georges Braoudakis
     870
     871MediaWikiPlugin.toc_exp:Une expression réguliÚre Perl pour faire correspondre la "Table des matiÚres". La valeur par défaut correspond à des pages Web courantes MediaWiki.  # Updated 5-Dec-2007 by Georges Braoudakis
     872
     873MediaWikiPlugin.delete_nav:Supprimer la section de navigation. Besoin de spécifier ci-dessous une expression réguliÚre Perl dans nav_div_exp.  # Updated 4-Dec-2007 by Georges Braoudakis
     874
     875MediaWikiPlugin.nav_div_exp:Une expression réguliÚre Perl pour faire correspondre la section de navigation. La valeur par défaut correspond à des pages Web courantes MediaWiki.  # Updated 5-Dec-2007 by Georges Braoudakis
     876
     877MediaWikiPlugin.delete_searchbox:Supprimer la section "searchbox". Besoin de spécifier ci-dessous une expression réguliÚre Perl dans searchbox_div_exp .  # Updated 5-Dec-2007 by Georges Braoudakis
     878
     879MediaWikiPlugin.searchbox_div_id:Une expression réguliÚre Perl afin d'faire correspondre la section "searchbox". La valeur par défaut correspond à des pages Web courantes MediaWiki.  # Updated 5-Dec-2007 by Georges Braoudakis
     880
     881MediaWikiPlugin.remove_title_suffix_exp:Une expression réguliÚre Perl afin d'ajuster le titre extrait. Par exemple, \ \ s (. +) limitera le contenu du titre aprÚs "-".  # Updated 5-Dec-2007 by Georges Braoudakis
     882
     883MetadataCSVPlugin.desc:Un plugiciel pour les métadonnées de valeurs séparées par des virgules. Le champ Nom de fichier dans le fichier CSV est utilisé pour déterminer à quel document appartiennent les métadonnées.  # Updated 5-Dec-2007 by Georges Braoudakis
    884884
    885885MetadataPass.desc:Classe de base à BasPlug qui permet l'utilisation des plugins méta-donnée, utilise la passe metadata_read de import.pl
    886886
    887 METSPlug.desc:Traite des documents METS de style Greenstone  # Updated 5-Dec-2007 by Georges Braoudakis
    888 
    889 GISBasPlug.desc:Classe base de-cÃŽté pour BasPLug qui supporte les capabilités GIS  # Updated 13-Mar-2006
    890 
    891 NULPlug.desc:Fichier plugin factice (.nul). Utilisé avec les fichiers générés lors de l'éclatement des bases de données méta-données.
    892 
    893 NULPlug.assoc_field:Nom du champ de metadata qui sera établi pour chaque fichier nul.  # Updated 13-Mar-2006
    894 NULPlug.add_metadata_as_text:Le classificateur %s utilise un mauvais choix. Vérifiez votre fichier de configuration collect.cfg.  # Updated 5-Dec-2007 by Georges Braoudakis
    895 
    896 NULPlug.remove_namespace_for_text:Supprimer namespaces des noms de métadonnées dans le texte du document (si add_metadata_as_text est positionné).  # Updated 5-Dec-2007 by Georges Braoudakis
    897 
    898 OAIPlug.desc:Plugin Basic Open Archives Initiate (OAI)  # Updated 13-Mar-2006
    899 
    900 OggVorbisPlug.add_technical_metadata:Ajouter des méta-données techniques (c.a.d. bitrate)
    901 
    902 OggVorbisPlug.desc:Un plugin pour importer des fichiers audio Ogg Vorbis.
    903 
    904 OpenDocumentPlug.desc:Module externe pour documents au format OASIS OuvrirDocument (utilisés par OpenOffice 2.0)  # Updated 12-Mar-2006
    905 
    906 PagedImgPlug.desc:Plugiciel pour des documents constitués d'une suite d'images, avec la possibilité de texte OCR pour chaque image. Ce plugiciel traite des fichiers .item qui listent  la séquence des images et des fichiers texte, et fournit des métadonnées.  # Updated 6-Dec-2007 by Georges Braoudakis
    907 
    908 PagedImgPlug.documenttype:Met le type de document (utilisé pour le display)
    909 PagedImgPlug.documenttype.paged:Les documents avec pages numérotées ont des flÚches qui indiquent la prochaine et la derniÚre page, ainsi qu'une boite permettant d'aller directement la page X
    910 PagedImgPlug.documenttype.hierarchy:Les documents hiérarchiques ont une table de contenu.
    911 
    912 PagedImgPlug.headerpage:Ajouter une page d'entête au niveau supérieur( sans image) à chaque document.
    913 
    914 PagedImgPlug.screenview:Produit une vue écran pour chaque image, et programme les méta-données de Screen, ScreenSize, ScreenWidth et ScreenHeight.
    915 
    916 PagedImgPlug.screenviewsize:Crée des images vue-écran de taille nxn.
    917 
    918 PagedImgPlug.screenviewtype:Crée des images vue-écran en format 's'.
    919 
    920 PagedImgPlug.thumbnail:Crée une vignette pour chaque image
    921 
    922 PDFPlug.allowimagesonly:Autorisez les fichiers en format PDF qui n' ont pas de texte extractible. Evite le besoin d' avoir -set complexe. Uniquement utile avec convertion_à html.  # Updated 12-Mar-2006
    923 PDFPlug.complex:Crée une sortie plus complexe. Avec la définition de cette option, la sortie html va beaucoup plus ressembler au fichier PDF original. Pour que cela fonctionne correctement, il faut que Ghostscript soit installé (pour *nix, gs doit être dans la définition de chemins, pendant que pour windows, vous devez avoir gswin32c.exe sur votre chemin).
    924 
    925 PDFPlug.desc:Plugiciel qui traite  les documents PDF.  # Updated 6-Dec-2007 by Georges Braoudakis
    926 
    927 PDFPlug.nohidden:Empêche pdftohtml de chercher à extraire du texte caché. Cela n'est utile que si l'option -complex est également définie.
    928 
    929 PDFPlug.noimages:Ne pas chercher à extraire des images de PDF.
    930 
    931 PDFPlug.use_sections:Creée une section séparée pour chaque page du fichier PDF.
    932 
    933 PDFPlug.zoom:Le facteur avec lequel zoomer PDF pour la sortie (ceci n'est utile que si -comlex est défini).
    934 
    935 PPTPlug.desc:Un plugin pour importer des fichiers Microsoft PowerPoint.
    936 
    937 PPTPlug.windows_scripting:Utilisez la technologie de scriptage de Microsoft Windows (Visuel Basique pour Applications) pour que PPT puisse convertir le document à plusieures types d' images (e.g. JPEG, PNG, GIF) au lieu de dépendre de la source ouverte du paquet ppttohtml.  # Updated 12-Mar-2006
    938 
    939 ProCitePlug.desc:Un plugiciel pour des bases de données ProCite (exportées)  # Updated 5-Dec-2007 by Georges Braoudakis
    940 
    941 PSPlug.desc:Ceci est un convertisseur de texte ps \''bon marché\''. Si vous êtes sérieux, pensez à utiliser le paquetage PRESCRIT, qui est disponible pour téléchargement à http://www.nzdl/software.html
    942 
    943 PSPlug.extract_date:Extrait date de l'en-tête PS.
    944 
    945 PSPlug.extract_pages:Extrait pages de l'en-tête PS.
    946 
    947 PSPlug.extract_title:Extrait titre de l'entête PS.
    948 
    949 RealMediaPlug.desc:Un module externe pour le traitement automatique de l' information des fichiers Real Media.  # Updated 12-Mar-2006
    950 
    951 RecPlug.desc:RecPlug est un plugin récursif à travers les répertoires, traitant chaque fichier trouvé.
    952 
    953 RecPlug.recheck_directories:Une fois le traitement terminé des fichiers dans un répertoire d'importation, vérifiez le répertoire pour découvrir les nouveaux fichiers créés.
    954 
    955 RecPlug.use_metadata_files:(OBSOLETE - PlutÃŽt ajoutez MetadataXMLPlug à la liste des plug-ins) Lit des métadonnées à partir de fichiers de métadonnées XML.  # Updated 6-Dec-2007 by Georges Braoudakis
    956 
    957 ReferPlug.desc:ReferPlug lit les fichiers de bibliographie au format Refer.
    958 
    959 ReferPlug.longdesc:ReferPlug lit les fichiers de bibliographie au format Refer.\nPar Gordon W. Paynter (gwp\@cs.waikato.ac.nz), Novembre 2000\n\n Basé approximativement sur hcibib2Plug de Steve Jones (stevej\@cs.waikato.ac.nz) qui était basé sur EmailPlug de Gordon Paynter (gwp\@cs.waikato.ac.nz), qui était basé sur d'anciennes versions de HTMLPlug et HCIBIBPlug de Stefan Boddie et autres ... il est actuellement difficile de dire quoi vient de quoi\n\nReferPlug crée un objet document pour chaque référence dans le fichier. C'est une sous-classe de SplitPlug, donc s'il y a plusieurs enregistrements, ils sont tous lus.\n\nLe texte du document constitué de la référence au format Refer.\nMeta-données::\n\t\$Creator \%A Nom de l'auteur\n\t\$Title  \%T Titre d'article du livre\n\t\$Journal \%J Titre de la revue\n\t\$Booktitle \%B Titre du livre contenant la publication\n\t\$Report  \%R Type de rapport, article ou thÚse\n\t\$Volume  \%V Numéro de volume de la revue\n\t\$Number  \%N Nombre de revues dans le volume\n\t\$Editor  \%E Editor name\n\t\$Pages  \%P Page Number of article\n\t\$Publisher \%I Name of Publisher\n\t\$Publisheraddr \%C Adresse de l'éditeur\n\t\$Date  \%D Date de publication\n\t\$Keywords \%K Mots-clés associés à la publication\n\t\$Abstract \%X Abstract de la publication\n\t\$Copyright\t\%* Information de droits d'auteur pour l'article
    960 
    961 RogPlug.desc:Crée des documents à un seul niveau à partir de fichiers .rog ou .mdb.
    962 
    963 RTFPlug.desc:Plugin pour l'importation de fichiers Rich Text Format.
    964 
    965 SRCPlug.desc:Le nom du fichier est présentement utilisé pour Titre (optionnellement moins un certain préfixe). Languages actuels:\ntext:READMEs/Makefiles\nC/C++ (extrait actuellement les déclarations #include et les déclarations de classe C++)\n Perl (pour le moment, effectué uniquement comme texte)\nShell (pour le moment, effectué uniquement comme texte)
    966 
    967 SRCPlug.remove_prefix:Enlever cette chaine de début du nom de fichier (ex.: -remove_prefix /tmp/XX/src). Par défaut, le chemin complet est supprimé du nom de fichier.
    968 
    969 SplitPlug.desc:SplitPlug est un plugin pour éclater des fichiers d'entré en en segments qui vont être traités individuellement. Ce plugin ne doit pas être invoqué directement. Si vous voulez traiter des fichiers d'entrée qui contiennent plusieurs documents, vous devez plutÃŽt écrire un plugin avec une fonction de traitement qui va traiter un de ces documents et hériter de SplitPlug. Voir ReferPlug en guise d'exemple.
    970 
    971 SplitPlug.split_exp:Une expression ordinaire Perl pour éclater les fichiers d'entrée en segments.
    972 
    973 StructuredHTMLPlug.desc:Un plugiciel pour le traitement des documents HTML structurés, en les scindant en sections basées sur l'information du style.  # Updated 5-Dec-2007 by Georges Braoudakis
    974 
    975 StructuredHTMLPlug.delete_toc:Retirez toute table des matiÚres, liste des figures, etc du fichier HTML converti. Des styles pour cela sont spécifiés par l'option toc_header.   # Updated 6-Dec-2007 by Georges Braoudakis
    976 
    977 StructuredHTMLPlug.title_header:Styles possibles définis par l'utilisateur pour le titre d'en-tête   # Updated 6-Dec-2007 by Georges Braoudakis
    978 
    979 StructuredHTMLPlug.level1_header:possibles styles d' utilisateur-définit pour l' entête de niveau1 dans le document au format HTML (équivalent à <h1>).  # Updated 13-Mar-2006
    980 
    981 StructuredHTMLPlug.level2_header:possibles styles d' utilisateur-définit pour le niveaux2 d' entête dans le document au format HTML (équivalent à <h2>).  # Updated 12-Mar-2006
    982 
    983 StructuredHTMLPlug.level3_header:Styles possibles définis par l'utilisateur pour l'en-tête level3 dans le document HTML (équivalent à <h3>).    # Updated 6-Dec-2007 by Georges Braoudakis
    984 
    985 StructuredHTMLPlug.toc_header:Styles possibles d'en-tête définies par l'utilisateur pour la table des matiÚres, tableau de figures, etc, devront être éliminés si delete_toc est positionné.  # Updated 6-Dec-2007 by Georges Braoudakis
    986 
    987 TEXTPlug.desc:Crée un document à niveau unique. Ajoute une méta-donnée de Titre de premiÚre ligne de texte (jusqu'à 100 caractÚres).
    988 
    989 TEXTPlug.title_sub:Expression de substitution pour modifier la chaine stockée comme Titre. Utilisée par exemple par PSPlug pour supprimer ''Page 1'' etc du texte utilisé comme titre.
    990 
    991 UnknownPlug.assoc_field:Nom du champ de méta-donnée qui va contenir le nom de fichier associé.
    992 
    993 UnknownPlug.desc:Ceci est un plugin simple d'importation de fichiers aux formats inconnus de Greenstone. Un document fictif va être créé pour chacun de ses fichiers et le fichier lui même va être passé à Greenstone comme \"fichier associé\" du document.
    994 
    995 UnknownPlug.file_format:Type Mime du fichier (ex. image/gif).
    996 
    997 UnknownPlug.mime_type:Type Mime du fichier (c.a.d. image/gif).
    998 
    999 UnknownPlug.process_extension:Traiter les fichiers avec cette extension. Cette option est une alternative à process_exp qui est plus simple à utiliser mais moins flexible.
    1000 
    1001 UnknownPlug.srcicon:Spécifiez un nom macro (sans soustermes) pour utiliser comme metadata srcicon.  # Updated 13-Mar-2006
    1002 
    1003 MP3Plug.desc:Plugin pour le traitement des fichiers MP3.
    1004 
    1005 MP3Plug.assoc_images:Utilisez le Chercheur d' Images Google pour localiser des images qui ont une relation avec les fichiers MP3 basés en Titre ID3 et méta-donnée Artiste.  # Updated 27-Mar-2006
    1006 
    1007 MP3Plug.applet_metadata:Utilisé pour enregistrer [applet] des méta-données pour chaque document qui contient le code HTML d'un applet MP3 audio player pour jouer ce fichier.
    1008 
    1009 MP3Plug.metadata_fields:Liste de champs méta-données séparés par des virgules pour extraction dans un fichier MP3 (supposé présent) . Utiliser \"*\" pour extraire tous les champs.
    1010 
    1011 W3ImgPlug.aggressiveness:Série de techniques d'extraction de textes du même type à utiliser.
    1012 W3ImgPlug.aggressiveness.1:Nom de fichier, chemin, texte ALT seulement.
    1013 W3ImgPlug.aggressiveness.2:Tout de 1, plus légende ou image s'il y a lieu.
    1014 W3ImgPlug.aggressiveness.3:Tout de 2, plus paragraphes proches si disponibles.
    1015 W3ImgPlug.aggressiveness.4:Tout de 3, plus en-têtes précédents (<h1>,<h2>,,,) si disponibles.
    1016 W3ImgPlug.aggressiveness.5:Tout de 4, plus les références textuelles si disponibles.
    1017 W3ImgPlug.aggressiveness.6:Tout de 4, plus page de méta-balises (titre, mots clés, etc).
    1018 W3ImgPlug.aggressiveness.7:Tout de 6, 5 et 4 combinés.
    1019 W3ImgPlug.aggressiveness.8:Tout de 7, plus légende de répétition, nom de fichier, etc (élever le rang des résultats les plus pertinents).
    1020 W3ImgPlug.aggressiveness.9:Tout de 1, plus texte complet de la page source.
    1021 
    1022 W3ImgPlug.caption_length:Longueur maximum des légendes (en caractÚres).
    1023 
    1024 W3ImgPlug.convert_params:ParamÚtres additionnels de conversion d'ImageMagick pour la création de vignettes. Par exemple, '-raise' va donner un effet tridimensionnel aux vignettes.
    1025 
    1026 W3ImgPlug.desc:Un plugin pour extraire des images et le texte associé à partir de pages web.
    1027 
    1028 W3ImgPlug.document_text:Ajoute un texte d'image comme document:text (autrement champ de méta-donnée IndexedText).
    1029 
    1030 W3ImgPlug.index_pages:Indexe les pages en même temps que les images. Ou alors référencie les pages à la source URL.
    1031 
    1032 W3ImgPlug.max_near_text:Nombre maximum de caractÚres prÚs des images à extraire.
    1033 
    1034 W3ImgPlug.min_height:Pixels. Sauter les images plus courtes que ceci.
    1035 
    1036 W3ImgPlug.min_near_text:Nombre minimum de caractÚres prÚs du texte ou de la légende à extraire.
    1037 
    1038 W3ImgPlug.min_size:Bytes. Sauter les images plus petites que ceci.
    1039 
    1040 W3ImgPlug.min_width:Pixels. Sauter les images plus petites que ceci.
    1041 
    1042 W3ImgPlug.neartext_length:Longueur cible du texte proche (en caractÚres).
    1043 
    1044 W3ImgPlug.no_cache_images:Ne pas mettre les images en cache (pointer vers URL de l'original).
    1045 
    1046 W3ImgPlug.smallpage_threshold:Les images sur les pages plus petites que ceci (bytes) auront les méta-données de la page (titre, mots clés, etc) ajoutées.
    1047 
    1048 W3ImgPlug.textrefs_threshold:Seuil de références textuelles. Des valeurs plus faibles indiquent que l'algorithme est moins strict.
    1049 
    1050 W3ImgPlug.thumb_size:Taille maximale de vignette. Largeur comme hauteur.
    1051 
    1052 WordPlug.desc:Un plugin pour des documents Microsoft Word.
    1053 
    1054 WordPlug.windows_scripting:Utiliser la technologie de scriptage de Microsoft Windows (Applications pour Visuel Basique) pour que Word transforme le document au format HTML au lieu de se reposer sur la source ouverte du paquet WvWare. Ceci cause l' application Word à se présenter dans l' écran si celui n' est pas déjà en marche.  # Updated 13-Mar-2006
    1055 
    1056 WordPlug.metadata_fields:Ceci est pour récupérer metadata du document au format HTML convertit par le scritage VB. Ceci permet de définir les listes de champs metadata séparés par une virgule pour tenter d' éxtraire. Utiliser 'tag<tagname>' pour avoir les contenus de la premiÚre paire <tagname> classés dans un élément metadata appelé 'tagname'. Vous pouvez capitaliser ceci comme vous voulez la metadata capitalisée dans Greenstone car l' extraction-tag est insensible à la caisse  # Updated 13-Mar-2006
    1057 
    1058 XMLPlug.desc:Classe de base pour les plugins XML.
    1059 
    1060 XMLPlug.xslt:Transfromez un document à entrée compatible avec le XSLT dans le fichier nommé. Un nom de fichier relatif est supposé être dans le domaine du fichier de la collection, par exemple etc/mods2dc.xsl.  # Updated 13-Mar-2006
    1061 ZIPPlug.desc:Plugin qui traite les formats d'entrée compressés et/ou les formats d'entrée archivés actuellement traités et les extensions de fichiers sont:\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)\n\n. Ce plugin dépend de la présence des utilaires suivants (lorsqu'il essaie de traiter les formats correspondants):\ngunzip (pour gzip)\nbunzip (pour bzip)\nbunzip2 \nunzip (pour zip)\ntar (pour tar)
     887METSPlugin.desc:Traite des documents METS de style Greenstone  # Updated 5-Dec-2007 by Georges Braoudakis
     888
     889GISExtractor.desc:Classe base de-cÃŽté pour BasPLug qui supporte les capabilités GIS  # Updated 13-Mar-2006
     890
     891NulPlugin.desc:Fichier plugin factice (.nul). Utilisé avec les fichiers générés lors de l'éclatement des bases de données méta-données.
     892
     893NulPlugin.assoc_field:Nom du champ de metadata qui sera établi pour chaque fichier nul.  # Updated 13-Mar-2006
     894NulPlugin.add_metadata_as_text:Le classificateur %s utilise un mauvais choix. Vérifiez votre fichier de configuration collect.cfg.  # Updated 5-Dec-2007 by Georges Braoudakis
     895
     896NulPlugin.remove_namespace_for_text:Supprimer namespaces des noms de métadonnées dans le texte du document (si add_metadata_as_text est positionné).  # Updated 5-Dec-2007 by Georges Braoudakis
     897
     898OAIPlugin.desc:Plugin Basic Open Archives Initiate (OAI)  # Updated 13-Mar-2006
     899
     900OggVorbisPlugin.add_technical_metadata:Ajouter des méta-données techniques (c.a.d. bitrate)
     901
     902OggVorbisPlugin.desc:Un plugin pour importer des fichiers audio Ogg Vorbis.
     903
     904OpenDocumentPlugin.desc:Module externe pour documents au format OASIS OuvrirDocument (utilisés par OpenOffice 2.0)  # Updated 12-Mar-2006
     905
     906PagedImagePlugin.desc:Plugiciel pour des documents constitués d'une suite d'images, avec la possibilité de texte OCR pour chaque image. Ce plugiciel traite des fichiers .item qui listent  la séquence des images et des fichiers texte, et fournit des métadonnées.  # Updated 6-Dec-2007 by Georges Braoudakis
     907
     908PagedImagePlugin.documenttype:Met le type de document (utilisé pour le display)
     909PagedImagePlugin.documenttype.paged:Les documents avec pages numérotées ont des flÚches qui indiquent la prochaine et la derniÚre page, ainsi qu'une boite permettant d'aller directement la page X
     910PagedImagePlugin.documenttype.hierarchy:Les documents hiérarchiques ont une table de contenu.
     911
     912PagedImagePlugin.headerpage:Ajouter une page d'entête au niveau supérieur( sans image) à chaque document.
     913
     914PagedImagePlugin.screenview:Produit une vue écran pour chaque image, et programme les méta-données de Screen, ScreenSize, ScreenWidth et ScreenHeight.
     915
     916PagedImagePlugin.screenviewsize:Crée des images vue-écran de taille nxn.
     917
     918PagedImagePlugin.screenviewtype:Crée des images vue-écran en format 's'.
     919
     920PagedImagePlugin.thumbnail:Crée une vignette pour chaque image
     921
     922PDFPlugin.allowimagesonly:Autorisez les fichiers en format PDF qui n' ont pas de texte extractible. Evite le besoin d' avoir -set complexe. Uniquement utile avec convertion_à html.  # Updated 12-Mar-2006
     923PDFPlugin.complex:Crée une sortie plus complexe. Avec la définition de cette option, la sortie html va beaucoup plus ressembler au fichier PDF original. Pour que cela fonctionne correctement, il faut que Ghostscript soit installé (pour *nix, gs doit être dans la définition de chemins, pendant que pour windows, vous devez avoir gswin32c.exe sur votre chemin).
     924
     925PDFPlugin.desc:Plugiciel qui traite  les documents PDF.  # Updated 6-Dec-2007 by Georges Braoudakis
     926
     927PDFPlugin.nohidden:Empêche pdftohtml de chercher à extraire du texte caché. Cela n'est utile que si l'option -complex est également définie.
     928
     929PDFPlugin.noimages:Ne pas chercher à extraire des images de PDF.
     930
     931PDFPlugin.use_sections:Creée une section séparée pour chaque page du fichier PDF.
     932
     933PDFPlugin.zoom:Le facteur avec lequel zoomer PDF pour la sortie (ceci n'est utile que si -comlex est défini).
     934
     935PPTPlugin.desc:Un plugin pour importer des fichiers Microsoft PowerPoint.
     936
     937PPTPlugin.windows_scripting:Utilisez la technologie de scriptage de Microsoft Windows (Visuel Basique pour Applications) pour que PPT puisse convertir le document à plusieures types d' images (e.g. JPEG, PNG, GIF) au lieu de dépendre de la source ouverte du paquet ppttohtml.  # Updated 12-Mar-2006
     938
     939ProCitePlugin.desc:Un plugiciel pour des bases de données ProCite (exportées)  # Updated 5-Dec-2007 by Georges Braoudakis
     940
     941PSPlugin.desc:Ceci est un convertisseur de texte ps \''bon marché\''. Si vous êtes sérieux, pensez à utiliser le paquetage PRESCRIT, qui est disponible pour téléchargement à http://www.nzdl/software.html
     942
     943PSPlugin.extract_date:Extrait date de l'en-tête PS.
     944
     945PSPlugin.extract_pages:Extrait pages de l'en-tête PS.
     946
     947PSPlugin.extract_title:Extrait titre de l'entête PS.
     948
     949RealMediaPlugin.desc:Un module externe pour le traitement automatique de l' information des fichiers Real Media.  # Updated 12-Mar-2006
     950
     951DirectoryPlugin.desc:RecPlug est un plugin récursif à travers les répertoires, traitant chaque fichier trouvé.
     952
     953DirectoryPlugin.recheck_directories:Une fois le traitement terminé des fichiers dans un répertoire d'importation, vérifiez le répertoire pour découvrir les nouveaux fichiers créés.
     954
     955DirectoryPlugin.use_metadata_files:(OBSOLETE - PlutÃŽt ajoutez MetadataXMLPlug à la liste des plug-ins) Lit des métadonnées à partir de fichiers de métadonnées XML.  # Updated 6-Dec-2007 by Georges Braoudakis
     956
     957ReferPlugin.desc:ReferPlug lit les fichiers de bibliographie au format Refer.
     958
     959ReferPlugin.longdesc:ReferPlug lit les fichiers de bibliographie au format Refer.\nPar Gordon W. Paynter (gwp\@cs.waikato.ac.nz), Novembre 2000\n\n Basé approximativement sur hcibib2Plug de Steve Jones (stevej\@cs.waikato.ac.nz) qui était basé sur EmailPlug de Gordon Paynter (gwp\@cs.waikato.ac.nz), qui était basé sur d'anciennes versions de HTMLPlug et HCIBIBPlug de Stefan Boddie et autres ... il est actuellement difficile de dire quoi vient de quoi\n\nReferPlug crée un objet document pour chaque référence dans le fichier. C'est une sous-classe de SplitPlug, donc s'il y a plusieurs enregistrements, ils sont tous lus.\n\nLe texte du document constitué de la référence au format Refer.\nMeta-données::\n\t\$Creator \%A Nom de l'auteur\n\t\$Title  \%T Titre d'article du livre\n\t\$Journal \%J Titre de la revue\n\t\$Booktitle \%B Titre du livre contenant la publication\n\t\$Report  \%R Type de rapport, article ou thÚse\n\t\$Volume  \%V Numéro de volume de la revue\n\t\$Number  \%N Nombre de revues dans le volume\n\t\$Editor  \%E Editor name\n\t\$Pages  \%P Page Number of article\n\t\$Publisher \%I Name of Publisher\n\t\$Publisheraddr \%C Adresse de l'éditeur\n\t\$Date  \%D Date de publication\n\t\$Keywords \%K Mots-clés associés à la publication\n\t\$Abstract \%X Abstract de la publication\n\t\$Copyright\t\%* Information de droits d'auteur pour l'article
     960
     961RogPlugin.desc:Crée des documents à un seul niveau à partir de fichiers .rog ou .mdb.
     962
     963RTFPlugin.desc:Plugin pour l'importation de fichiers Rich Text Format.
     964
     965SourceCodePlugin.desc:Le nom du fichier est présentement utilisé pour Titre (optionnellement moins un certain préfixe). Languages actuels:\ntext:READMEs/Makefiles\nC/C++ (extrait actuellement les déclarations #include et les déclarations de classe C++)\n Perl (pour le moment, effectué uniquement comme texte)\nShell (pour le moment, effectué uniquement comme texte)
     966
     967SourceCodePlugin.remove_prefix:Enlever cette chaine de début du nom de fichier (ex.: -remove_prefix /tmp/XX/src). Par défaut, le chemin complet est supprimé du nom de fichier.
     968
     969SplitPlugin.desc:SplitPlug est un plugin pour éclater des fichiers d'entré en en segments qui vont être traités individuellement. Ce plugin ne doit pas être invoqué directement. Si vous voulez traiter des fichiers d'entrée qui contiennent plusieurs documents, vous devez plutÃŽt écrire un plugin avec une fonction de traitement qui va traiter un de ces documents et hériter de SplitPlug. Voir ReferPlug en guise d'exemple.
     970
     971SplitPlugin.split_exp:Une expression ordinaire Perl pour éclater les fichiers d'entrée en segments.
     972
     973StructuredHTMLPlugin.desc:Un plugiciel pour le traitement des documents HTML structurés, en les scindant en sections basées sur l'information du style.  # Updated 5-Dec-2007 by Georges Braoudakis
     974
     975StructuredHTMLPlugin.delete_toc:Retirez toute table des matiÚres, liste des figures, etc du fichier HTML converti. Des styles pour cela sont spécifiés par l'option toc_header.   # Updated 6-Dec-2007 by Georges Braoudakis
     976
     977StructuredHTMLPlugin.title_header:Styles possibles définis par l'utilisateur pour le titre d'en-tête   # Updated 6-Dec-2007 by Georges Braoudakis
     978
     979StructuredHTMLPlugin.level1_header:possibles styles d' utilisateur-définit pour l' entête de niveau1 dans le document au format HTML (équivalent à <h1>).  # Updated 13-Mar-2006
     980
     981StructuredHTMLPlugin.level2_header:possibles styles d' utilisateur-définit pour le niveaux2 d' entête dans le document au format HTML (équivalent à <h2>).  # Updated 12-Mar-2006
     982
     983StructuredHTMLPlugin.level3_header:Styles possibles définis par l'utilisateur pour l'en-tête level3 dans le document HTML (équivalent à <h3>).    # Updated 6-Dec-2007 by Georges Braoudakis
     984
     985StructuredHTMLPlugin.toc_header:Styles possibles d'en-tête définies par l'utilisateur pour la table des matiÚres, tableau de figures, etc, devront être éliminés si delete_toc est positionné.  # Updated 6-Dec-2007 by Georges Braoudakis
     986
     987TextPlugin.desc:Crée un document à niveau unique. Ajoute une méta-donnée de Titre de premiÚre ligne de texte (jusqu'à 100 caractÚres).
     988
     989TextPlugin.title_sub:Expression de substitution pour modifier la chaine stockée comme Titre. Utilisée par exemple par PSPlug pour supprimer ''Page 1'' etc du texte utilisé comme titre.
     990
     991UnknownPlugin.assoc_field:Nom du champ de méta-donnée qui va contenir le nom de fichier associé.
     992
     993UnknownPlugin.desc:Ceci est un plugin simple d'importation de fichiers aux formats inconnus de Greenstone. Un document fictif va être créé pour chacun de ses fichiers et le fichier lui même va être passé à Greenstone comme \"fichier associé\" du document.
     994
     995UnknownPlugin.file_format:Type Mime du fichier (ex. image/gif).
     996
     997UnknownPlugin.mime_type:Type Mime du fichier (c.a.d. image/gif).
     998
     999UnknownPlugin.process_extension:Traiter les fichiers avec cette extension. Cette option est une alternative à process_exp qui est plus simple à utiliser mais moins flexible.
     1000
     1001UnknownPlugin.srcicon:Spécifiez un nom macro (sans soustermes) pour utiliser comme metadata srcicon.  # Updated 13-Mar-2006
     1002
     1003MP3Plugin.desc:Plugin pour le traitement des fichiers MP3.
     1004
     1005MP3Plugin.assoc_images:Utilisez le Chercheur d' Images Google pour localiser des images qui ont une relation avec les fichiers MP3 basés en Titre ID3 et méta-donnée Artiste.  # Updated 27-Mar-2006
     1006
     1007MP3Plugin.applet_metadata:Utilisé pour enregistrer [applet] des méta-données pour chaque document qui contient le code HTML d'un applet MP3 audio player pour jouer ce fichier.
     1008
     1009MP3Plugin.metadata_fields:Liste de champs méta-données séparés par des virgules pour extraction dans un fichier MP3 (supposé présent) . Utiliser \"*\" pour extraire tous les champs.
     1010
     1011W3ImagePlugin.aggressiveness:Série de techniques d'extraction de textes du même type à utiliser.
     1012W3ImagePlugin.aggressiveness.1:Nom de fichier, chemin, texte ALT seulement.
     1013W3ImagePlugin.aggressiveness.2:Tout de 1, plus légende ou image s'il y a lieu.
     1014W3ImagePlugin.aggressiveness.3:Tout de 2, plus paragraphes proches si disponibles.
     1015W3ImagePlugin.aggressiveness.4:Tout de 3, plus en-têtes précédents (<h1>,<h2>,,,) si disponibles.
     1016W3ImagePlugin.aggressiveness.5:Tout de 4, plus les références textuelles si disponibles.
     1017W3ImagePlugin.aggressiveness.6:Tout de 4, plus page de méta-balises (titre, mots clés, etc).
     1018W3ImagePlugin.aggressiveness.7:Tout de 6, 5 et 4 combinés.
     1019W3ImagePlugin.aggressiveness.8:Tout de 7, plus légende de répétition, nom de fichier, etc (élever le rang des résultats les plus pertinents).
     1020W3ImagePlugin.aggressiveness.9:Tout de 1, plus texte complet de la page source.
     1021
     1022W3ImagePlugin.caption_length:Longueur maximum des légendes (en caractÚres).
     1023
     1024W3ImagePlugin.convert_params:ParamÚtres additionnels de conversion d'ImageMagick pour la création de vignettes. Par exemple, '-raise' va donner un effet tridimensionnel aux vignettes.
     1025
     1026W3ImagePlugin.desc:Un plugin pour extraire des images et le texte associé à partir de pages web.
     1027
     1028W3ImagePlugin.document_text:Ajoute un texte d'image comme document:text (autrement champ de méta-donnée IndexedText).
     1029
     1030W3ImagePlugin.index_pages:Indexe les pages en même temps que les images. Ou alors référencie les pages à la source URL.
     1031
     1032W3ImagePlugin.max_near_text:Nombre maximum de caractÚres prÚs des images à extraire.
     1033
     1034W3ImagePlugin.min_height:Pixels. Sauter les images plus courtes que ceci.
     1035
     1036W3ImagePlugin.min_near_text:Nombre minimum de caractÚres prÚs du texte ou de la légende à extraire.
     1037
     1038W3ImagePlugin.min_size:Bytes. Sauter les images plus petites que ceci.
     1039
     1040W3ImagePlugin.min_width:Pixels. Sauter les images plus petites que ceci.
     1041
     1042W3ImagePlugin.neartext_length:Longueur cible du texte proche (en caractÚres).
     1043
     1044W3ImagePlugin.no_cache_images:Ne pas mettre les images en cache (pointer vers URL de l'original).
     1045
     1046W3ImagePlugin.smallpage_threshold:Les images sur les pages plus petites que ceci (bytes) auront les méta-données de la page (titre, mots clés, etc) ajoutées.
     1047
     1048W3ImagePlugin.textrefs_threshold:Seuil de références textuelles. Des valeurs plus faibles indiquent que l'algorithme est moins strict.
     1049
     1050W3ImagePlugin.thumb_size:Taille maximale de vignette. Largeur comme hauteur.
     1051
     1052WordPlugin.desc:Un plugin pour des documents Microsoft Word.
     1053
     1054WordPlugin.windows_scripting:Utiliser la technologie de scriptage de Microsoft Windows (Applications pour Visuel Basique) pour que Word transforme le document au format HTML au lieu de se reposer sur la source ouverte du paquet WvWare. Ceci cause l' application Word à se présenter dans l' écran si celui n' est pas déjà en marche.  # Updated 13-Mar-2006
     1055
     1056WordPlugin.metadata_fields:Ceci est pour récupérer metadata du document au format HTML convertit par le scritage VB. Ceci permet de définir les listes de champs metadata séparés par une virgule pour tenter d' éxtraire. Utiliser 'tag<tagname>' pour avoir les contenus de la premiÚre paire <tagname> classés dans un élément metadata appelé 'tagname'. Vous pouvez capitaliser ceci comme vous voulez la metadata capitalisée dans Greenstone car l' extraction-tag est insensible à la caisse  # Updated 13-Mar-2006
     1057
     1058ReadXMLFile.desc:Classe de base pour les plugins XML.
     1059
     1060ReadXMLFile.xslt:Transfromez un document à entrée compatible avec le XSLT dans le fichier nommé. Un nom de fichier relatif est supposé être dans le domaine du fichier de la collection, par exemple etc/mods2dc.xsl.  # Updated 13-Mar-2006
     1061ZIPPlugin.desc:Plugin qui traite les formats d'entrée compressés et/ou les formats d'entrée archivés actuellement traités et les extensions de fichiers sont:\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)\n\n. Ce plugin dépend de la présence des utilaires suivants (lorsqu'il essaie de traiter les formats correspondants):\ngunzip (pour gzip)\nbunzip (pour bzip)\nbunzip2 \nunzip (pour zip)\ntar (pour tar)
    10621062
    10631063#
  • gsdl/trunk/perllib/strings_mr.properties

    r14657 r15968  
    10461046#
    10471047
    1048 ArcPlug.desc:Plugin which recurses through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.  # Updated 22-Dec-2006 by shubha
    1049 
    1050 BasPlug.adding:à€­à€°à€Ÿ  # Updated 25-Nov-2006 by shubha
     1048ArchivesInfPlugin.desc:Plugin which recurses through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.  # Updated 22-Dec-2006 by shubha
     1049
     1050BasePlugin.adding:à€­à€°à€Ÿ  # Updated 25-Nov-2006 by shubha
    10511051
    10521052# -- Missing translation: BasPlug.already_seen
     
    10541054# -- Missing translation: BasPlug.bad_general_option
    10551055
    1056 BasPlug.block_exp:Files matching this regular expression will be blocked from being passed to any later plugins in the list. This has no real effect other than to prevent lots of warning messages about input files you don't care about. Each plugin might have a default block_exp. e.g. by default HTMLPlug blocks any files with .gif, .jpg, .jpeg, .png or .css file extensions.  # Updated 23-Dec-2006 by shubha
     1056BasePlugin.block_exp:Files matching this regular expression will be blocked from being passed to any later plugins in the list. This has no real effect other than to prevent lots of warning messages about input files you don't care about. Each plugin might have a default block_exp. e.g. by default HTMLPlug blocks any files with .gif, .jpg, .jpeg, .png or .css file extensions.  # Updated 23-Dec-2006 by shubha
    10571057
    10581058# -- Missing translation: BasPlug.associate_ext
    10591059
    1060 BasPlug.could_not_extract_encoding:à€žà¥‚à€šà€šà€Ÿ: %s - à€
     1060BasePlugin.could_not_extract_encoding:à€žà¥‚à€šà€šà€Ÿ: %s - à€
    10611061à€šà¥‚à€• %s à€¯à¥‡à€¥à¥‚à€š à€à€šà€•à¥‹à€¡à¥€à€‚à€— à€¹à¥‹à€£à€Ÿà€° à€šà€Ÿà€¹à¥€.  # Updated 20-Dec-2006 by shubha
    10621062
    10631063# -- Missing translation: BasPlug.could_not_extract_language
    10641064
    1065 BasPlug.could_not_open_for_reading:à€µà€Ÿà€šà€šà€Ÿà€•à€°à¥€à€€à€Ÿ à€‰à€˜à€¡à€€à€Ÿ à€¯à¥‡à€£à€Ÿà€° à€šà€Ÿà€¹à¥€.  # Updated 20-Dec-2006 by shubha
     1065BasePlugin.could_not_open_for_reading:à€µà€Ÿà€šà€šà€Ÿà€•à€°à¥€à€€à€Ÿ à€‰à€˜à€¡à€€à€Ÿ à€¯à¥‡à€£à€Ÿà€° à€šà€Ÿà€¹à¥€.  # Updated 20-Dec-2006 by shubha
    10661066
    10671067# -- Missing translation: BasPlug.no_cover_image
     
    10731073# -- Missing translation: BasPlug.desc
    10741074
    1075 BasPlug.done_acronym_extract:à€žà€‚à€•à¥à€·à€¿à€ªà¥à€€ à€šà€Ÿà€µà¥‡  # Updated 22-Dec-2006 by shubha
    1076 
    1077 BasPlug.done_acronym_markup:à€žà€‚à€•à¥à€·à€¿à€ªà¥à€€ à€šà€Ÿà€µ  # Updated 15-Jan-2007 by shubha
     1075BasePlugin.done_acronym_extract:à€žà€‚à€•à¥à€·à€¿à€ªà¥à€€ à€šà€Ÿà€µà¥‡  # Updated 22-Dec-2006 by shubha
     1076
     1077BasePlugin.done_acronym_markup:à€žà€‚à€•à¥à€·à€¿à€ªà¥à€€ à€šà€Ÿà€µ  # Updated 15-Jan-2007 by shubha
    10781078
    10791079# -- Missing translation: BasPlug.done_email_extract
    10801080
    1081 BasPlug.dummy_text:à€¯à€Ÿ à€Šà€žà¥à€€à€à€µà€œà€Ÿà€€ à€®à€Ÿà€¹à€¿à€€à¥€ à€šà€Ÿà€¹à¥€.  # Updated 5-Jan-2007 by shubha
    1082 
    1083 BasPlug.empty_file:à€«à€Ÿà€ˆà€² à€®à€§à¥à€¯à¥‡ à€®à€Ÿà€¹à€¿à€€à¥€ à€šà€Ÿà€¹à¥€  # Updated 23-Dec-2006 by shubha
     1081BasePlugin.dummy_text:à€¯à€Ÿ à€Šà€žà¥à€€à€à€µà€œà€Ÿà€€ à€®à€Ÿà€¹à€¿à€€à¥€ à€šà€Ÿà€¹à¥€.  # Updated 5-Jan-2007 by shubha
     1082
     1083BasePlugin.empty_file:à€«à€Ÿà€ˆà€² à€®à€§à¥à€¯à¥‡ à€®à€Ÿà€¹à€¿à€€à¥€ à€šà€Ÿà€¹à¥€  # Updated 23-Dec-2006 by shubha
    10841084
    10851085# -- Missing translation: BasPlug.extract_acronyms
     
    10971097# -- Missing translation: BasPlug.extract_keyphrases
    10981098
    1099 BasPlug.extract_keyphrases_kea4:Extract keyphrases automatically with Kea 4.0 (default settings). Kea 4.0 is a new version of Kea that has been developed for controlled indexing of documents in the domain of agriculture.  # Updated 21-Dec-2006 by shubha
    1100 
    1101 BasPlug.extract_keyphrase_options:Options for keyphrase extraction with Kea. For example: mALIWEB - use ALIWEB extraction model; n5 - extract 5 keyphrase;, eGBK - use GBK encoding.  # Updated 5-Jan-2007 by shubha
    1102 
    1103 BasPlug.extracting_emails:extracting e-mail addresses  # Updated 22-Dec-2006 by shubha
    1104 
    1105 BasPlug.file_has_no_text:à€šà¥‚à€•à€ƒ %s contains no text  # Updated 22-Dec-2006 by shubha
     1099BasePlugin.extract_keyphrases_kea4:Extract keyphrases automatically with Kea 4.0 (default settings). Kea 4.0 is a new version of Kea that has been developed for controlled indexing of documents in the domain of agriculture.  # Updated 21-Dec-2006 by shubha
     1100
     1101BasePlugin.extract_keyphrase_options:Options for keyphrase extraction with Kea. For example: mALIWEB - use ALIWEB extraction model; n5 - extract 5 keyphrase;, eGBK - use GBK encoding.  # Updated 5-Jan-2007 by shubha
     1102
     1103BasePlugin.extracting_emails:extracting e-mail addresses  # Updated 22-Dec-2006 by shubha
     1104
     1105BasePlugin.file_has_no_text:à€šà¥‚à€•à€ƒ %s contains no text  # Updated 22-Dec-2006 by shubha
    11061106
    11071107# -- Missing translation: BasPlug.first
    11081108
    1109 BasPlug.input_encoding:The encoding of the source documents. Documents will be converted from these encodings and stored internally as utf8.  # Updated 3-Nov-2006 by shubha
    1110 BasPlug.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.  # Updated 15-Jan-2007 by shubha
    1111 BasPlug.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.  # Updated 23-Dec-2006 by shubha
     1109BasePlugin.input_encoding:The encoding of the source documents. Documents will be converted from these encodings and stored internally as utf8.  # Updated 3-Nov-2006 by shubha
     1110BasePlugin.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.  # Updated 15-Jan-2007 by shubha
     1111BasePlugin.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.  # Updated 23-Dec-2006 by shubha
    11121112
    11131113# -- Missing translation: BasPlug.input_encoding.unicode
     
    11211121# -- Missing translation: BasPlug.markup_acronyms
    11221122
    1123 BasPlug.maximum_century:The maximum named century to be extracted as historical metadata (e.g. 14 will extract all references up to the 14th century).  # Updated 11-Jan-2007 by shubha
     1123BasePlugin.maximum_century:The maximum named century to be extracted as historical metadata (e.g. 14 will extract all references up to the 14th century).  # Updated 11-Jan-2007 by shubha
    11241124
    11251125# -- Missing translation: BasPlug.maximum_year
    11261126
    1127 BasPlug.missing_kea:Error: The Kea software could not be found at %s. Please download Kea %s from http://www.nzdl.org/Kea and install it in this directory.  # Updated 25-Nov-2006 by shubha
     1127BasePlugin.missing_kea:Error: The Kea software could not be found at %s. Please download Kea %s from http://www.nzdl.org/Kea and install it in this directory.  # Updated 25-Nov-2006 by shubha
    11281128
    11291129# -- Missing translation: BasPlug.must_be_implemented
     
    11331133# -- Missing translation: BasPlug.process_exp
    11341134
    1135 BasPlug.read_denied:%s à€¡à€¿à€šà€Ÿà€ˆà€¡ à€•à€°à€£à¥à€¯à€Ÿà€žà€Ÿà€ à¥€ à€ªà€°à€µà€Ÿà€šà€—à¥€  # Updated 25-Nov-2006 by shubha
    1136 
    1137 BasPlug.separate_cjk:Insert spaces between Chinese/Japanese/Korean characters to make each character a word. Use if text is not segmented.  # Updated 22-Dec-2006 by shubha
    1138 
    1139 BasPlug.smart_block:Block files in a smarter way than just looking at filenames.  # Updated 27-Dec-2006 by shubha
    1140 
    1141 BasPlug.stems:stems  # Updated 2-Jan-2007 by shubha
     1135BasePlugin.read_denied:%s à€¡à€¿à€šà€Ÿà€ˆà€¡ à€•à€°à€£à¥à€¯à€Ÿà€žà€Ÿà€ à¥€ à€ªà€°à€µà€Ÿà€šà€—à¥€  # Updated 25-Nov-2006 by shubha
     1136
     1137BasePlugin.separate_cjk:Insert spaces between Chinese/Japanese/Korean characters to make each character a word. Use if text is not segmented.  # Updated 22-Dec-2006 by shubha
     1138
     1139BasePlugin.smart_block:Block files in a smarter way than just looking at filenames.  # Updated 27-Dec-2006 by shubha
     1140
     1141BasePlugin.stems:stems  # Updated 2-Jan-2007 by shubha
    11421142
    11431143# -- Missing translation: BasPlug.unsupported_encoding
    11441144
    1145 BasPlug.wrong_encoding:WARNING: %s was read using %s encoding but appears to be encoded as %s.  # Updated 5-Jan-2007 by shubha
     1145BasePlugin.wrong_encoding:WARNING: %s was read using %s encoding but appears to be encoded as %s.  # Updated 5-Jan-2007 by shubha
    11461146
    11471147# -- Missing translation: BibTexPlug.desc
     
    11491149# -- Missing translation: BookPlug.desc
    11501150
    1151 ConvertToPlug.apply_fribidi:Run the "fribidi" Unicode Bidirectional Algorithm program over the converted file (for right-to-left text).  # Updated 20-Dec-2006 by shubha
     1151ConvertBinaryFile.apply_fribidi:Run the "fribidi" Unicode Bidirectional Algorithm program over the converted file (for right-to-left text).  # Updated 20-Dec-2006 by shubha
    11521152# -- Missing translation: ConvertToPlug.convert_to
    1153 ConvertToPlug.convert_to.auto:Automatically select the format converted too.  Format chosen depends on input document type, for example Word will automatically be converted to HTML, whereas PowerPoint will be converted to Greenstone's PagedImage format.  # Updated 23-Dec-2006 by shubha
    1154 ConvertToPlug.convert_to.html:à€à€šà€Ÿà¥€à€à€®à€à€² à€«à¥‰à€°à€®à¥
     1153ConvertBinaryFile.convert_to.auto:Automatically select the format converted too.  Format chosen depends on input document type, for example Word will automatically be converted to HTML, whereas PowerPoint will be converted to Greenstone's PagedImage format.  # Updated 23-Dec-2006 by shubha
     1154ConvertBinaryFile.convert_to.html:à€à€šà€Ÿà¥€à€à€®à€à€² à€«à¥‰à€°à€®à¥
    11551155à€Ÿ.  # Updated 27-Dec-2006 by shubha
    11561156# -- Missing translation: ConvertToPlug.convert_to.text
    1157 ConvertToPlug.convert_to.pagedimg_jpg:à€œà¥‡à€ªà¥€à€ˆà€œà¥€ à€°à¥‚à€ªà€°à¥‡à€·à€Ÿ  # Updated 5-Jan-2007 by shubha
     1157ConvertBinaryFile.convert_to.pagedimg_jpg:à€œà¥‡à€ªà¥€à€ˆà€œà¥€ à€°à¥‚à€ªà€°à¥‡à€·à€Ÿ  # Updated 5-Jan-2007 by shubha
    11581158# -- Missing translation: ConvertToPlug.convert_to.pagedimg_gif
    11591159# -- Missing translation: ConvertToPlug.convert_to.pagedimg_png
    11601160
    1161 ConvertToPlug.desc:This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug, RTFPlug and PDFPlug. It facilitates the conversion of these document types to either HTML, TEXT or a series of images. It works by dynamically loading an appropriate secondary plugin (HTMLPlug, StructuredHTMLPlug, PagedImgPlug or TEXTPlug) based on the plugin argument 'convert_to'.  # Updated 5-Jan-2007 by shubha
     1161ConvertBinaryFile.desc:This plugin is inherited by such plugins as WordPlug, PPTPlug, PSPlug, RTFPlug and PDFPlug. It facilitates the conversion of these document types to either HTML, TEXT or a series of images. It works by dynamically loading an appropriate secondary plugin (HTMLPlug, StructuredHTMLPlug, PagedImgPlug or TEXTPlug) based on the plugin argument 'convert_to'.  # Updated 5-Jan-2007 by shubha
    11621162# -- Missing translation: ConvertToPlug.keep_original_filename
    11631163# -- Missing translation: ConvertToPlug.use_strings
     
    11651165# -- Missing translation: ConvertToRogPlug.desc
    11661166
    1167 CSVPlug.desc:A plugin for files in comma-separated value format. A new document will be created for each line of the file.  # Updated 5-Jan-2007 by shubha
    1168 
    1169 DBPlug.desc:A plugin that imports records from a database. This uses perl's DBI module, which includes back-ends for mysql, postgresql, comma separated values (CSV), MS Excel, ODBC, sybase, etc... Extra modules may need to be installed to use this. See <GSDLHOME>/etc/packages/example.dbi for an example config file.  # Updated 25-Nov-2006 by shubha
     1167CSVPlugin.desc:A plugin for files in comma-separated value format. A new document will be created for each line of the file.  # Updated 5-Jan-2007 by shubha
     1168
     1169DBPlugin.desc:A plugin that imports records from a database. This uses perl's DBI module, which includes back-ends for mysql, postgresql, comma separated values (CSV), MS Excel, ODBC, sybase, etc... Extra modules may need to be installed to use this. See <GSDLHOME>/etc/packages/example.dbi for an example config file.  # Updated 25-Nov-2006 by shubha
    11701170
    11711171# -- Missing translation: DBPlug.title_sub
    11721172
    1173 DSpacePlug.desc:DSpacePlug takes a collection of documents exported from DSpace and imports them into Greenstone.  # Updated 22-Dec-2006 by shubha
     1173DSpacePlugin.desc:DSpacePlug takes a collection of documents exported from DSpace and imports them into Greenstone.  # Updated 22-Dec-2006 by shubha
    11741174   
    11751175# -- Missing translation: DSpacePlug.first_inorder_ext
    11761176# -- Missing translation: DSpacePlug.first_inorder_mime
    1177 DSpacePlug.only_first_doc:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the first document in dublic_core metadata file as the possible primary stream.  # Updated 22-Dec-2006 by shubha
     1177DSpacePlugin.only_first_doc:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the first document in dublic_core metadata file as the possible primary stream.  # Updated 22-Dec-2006 by shubha
    11781178
    11791179# -- Missing translation: EMAILPlug.desc
    11801180
    1181 EMAILPlug.no_attachments:à€œà¥‹à€¡à€²à¥‡à€²à€Ÿ à€®à¥‡à€žà¥‡à€œ à€žà¥‡à€µà¥à€¹ à€•à€°à¥ à€šà€•à€Ÿ.  # Updated 5-Jan-2007 by shubha
     1181EmailPlugin.no_attachments:à€œà¥‹à€¡à€²à¥‡à€²à€Ÿ à€®à¥‡à€žà¥‡à€œ à€žà¥‡à€µà¥à€¹ à€•à€°à¥ à€šà€•à€Ÿ.  # Updated 5-Jan-2007 by shubha
    11821182
    11831183# -- Missing translation: EMAILPlug.headers
    11841184
    1185 EMAILPlug.split_exp:A perl regular expression used to split files containing many messages into individual documents.  # Updated 9-Nov-2006 by shubha
    1186 
    1187 ExcelPlug.desc:à€®à€Ÿà€¯à€•à¥à€°à¥‹à€žà¥‰à€ªà¥à€Ÿ à€à€•à¥à€žà¥‡à€² à€«à€Ÿà€ˆà€² à€®à€¿à€³à€µà€¿à€£à¥à€¯à€Ÿà€žà€Ÿà€ à¥€ (à€°à¥à€µà¥à€¹à€œà€š ९५ à€†à€£à€¿ ९७ )à€ªà¥à€²à€—à€ˆà€š  # Updated 22-Dec-2006 by shubha
     1185EmailPlugin.split_exp:A perl regular expression used to split files containing many messages into individual documents.  # Updated 9-Nov-2006 by shubha
     1186
     1187ExcelPlugin.desc:à€®à€Ÿà€¯à€•à¥à€°à¥‹à€žà¥‰à€ªà¥à€Ÿ à€à€•à¥à€žà¥‡à€² à€«à€Ÿà€ˆà€² à€®à€¿à€³à€µà€¿à€£à¥à€¯à€Ÿà€žà€Ÿà€ à¥€ (à€°à¥à€µà¥à€¹à€œà€š ९५ à€†à€£à€¿ ९७ )à€ªà¥à€²à€—à€ˆà€š  # Updated 22-Dec-2006 by shubha
    11881188
    11891189# -- Missing translation: FOXPlug.desc
     
    11931193# -- Missing translation: GISBasPlug.extract_placenames
    11941194
    1195 GISBasPlug.gazetteer:Gazetteer to use to extract placenames from within text and set as metadata. Requires GIS extension to Greenstone.  # Updated 6-Jan-2007 by shubha
    1196 
    1197 GISBasPlug.place_list:When extracting placements, include list of placenames at start of the document. Requires GIS extension to Greenstone.  # Updated 10-Jan-2007 by shubha
    1198 
    1199 GMLPlug.desc:à€œà¥€ à€à€® à€à€² à€«à¥‰à€°à€®à¥
     1195GISExtractor.gazetteer:Gazetteer to use to extract placenames from within text and set as metadata. Requires GIS extension to Greenstone.  # Updated 6-Jan-2007 by shubha
     1196
     1197GISExtractor.place_list:When extracting placements, include list of placenames at start of the document. Requires GIS extension to Greenstone.  # Updated 10-Jan-2007 by shubha
     1198
     1199GMLPlugin.desc:à€œà¥€ à€à€® à€à€² à€«à¥‰à€°à€®à¥
    12001200à€Ÿ à€®à€§à¥€à€² à€ªà¥à€°à€²à¥‡à€– à€ªà¥à€²à€—à€ˆà€š à€ªà¥à€°à€•à¥à€°à€¿à€¯à¥‡à€€ à€†à€¹à¥‡à€€.à€®à¥à€¹à€£à€œà¥‡ à€œà¥€ à€à€® à€à€² à€Ÿà¥
    12011201à€—à¥à€œ à€²à¥‹à€
     
    12141214# -- Missing translation: HTMLPlug.file_is_url
    12151215
    1216 HTMLPlug.hunt_creator_metadata:à€—à¥à€°à€‚à€¥à€•à€Ÿà€° à€¯à¥‡à€¥à¥‚à€š à€®à€Ÿà€¹à€¿à€€à¥€ à€¶à¥‹à€§à¥‚à€š à€€à¥€ à€žà€‚à€—à¥à€°à€¹à€• à€¯à¥‡à€¥à¥‡ à€ à¥‡à€µà€Ÿ.  # Updated 21-Dec-2006 by shubha
    1217 
    1218 HTMLPlug.keep_head:à€à€šà€Ÿà¥€à€à€®à€à€² à€«à€Ÿà€ˆà€² à€®à€§à¥‚à€š à€¹à¥‡à€¡à€° à€•à€Ÿà€¢à¥‚ à€šà€•à€Ÿ.  # Updated 9-Jan-2007 by shubha
    1219 
    1220 HTMLPlug.metadata_fields:Comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive.  # Updated 20-Dec-2006 by shubha
    1221 
    1222 HTMLPlug.no_metadata:Don't attempt to extract any metadata from files.  # Updated 22-Dec-2006 by shubha
     1216HTMLPlugin.hunt_creator_metadata:à€—à¥à€°à€‚à€¥à€•à€Ÿà€° à€¯à¥‡à€¥à¥‚à€š à€®à€Ÿà€¹à€¿à€€à¥€ à€¶à¥‹à€§à¥‚à€š à€€à¥€ à€žà€‚à€—à¥à€°à€¹à€• à€¯à¥‡à€¥à¥‡ à€ à¥‡à€µà€Ÿ.  # Updated 21-Dec-2006 by shubha
     1217
     1218HTMLPlugin.keep_head:à€à€šà€Ÿà¥€à€à€®à€à€² à€«à€Ÿà€ˆà€² à€®à€§à¥‚à€š à€¹à¥‡à€¡à€° à€•à€Ÿà€¢à¥‚ à€šà€•à€Ÿ.  # Updated 9-Jan-2007 by shubha
     1219
     1220HTMLPlugin.metadata_fields:Comma separated list of metadata fields to attempt to extract. Use 'tag<tagname>' to have the contents of the first <tagname> pair put in a metadata element called 'tagname'. Capitalise this as you want the metadata capitalised in Greenstone, since the tag extraction is case insensitive.  # Updated 20-Dec-2006 by shubha
     1221
     1222HTMLPlugin.no_metadata:Don't attempt to extract any metadata from files.  # Updated 22-Dec-2006 by shubha
    12231223
    12241224# -- Missing translation: HTMLPlug.no_strip_metadata_html
    12251225
    1226 HTMLPlug.nolinks:Don't make any attempt to trap links (setting this flag may improve speed of building/importing but any relative links within documents will be broken).  # Updated 15-Jan-2007 by shubha
     1226HTMLPlugin.nolinks:Don't make any attempt to trap links (setting this flag may improve speed of building/importing but any relative links within documents will be broken).  # Updated 15-Jan-2007 by shubha
    12271227
    12281228# -- Missing translation: HTMLPlug.rename_assoc_files
     
    12301230# -- Missing translation: HTMLPlug.sectionalise_using_h_tags
    12311231
    1232 HTMLPlug.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PDFPlug to remove "Page 1", etc from text used as the title.  # Updated 5-Jan-2007 by shubha
    1233 
    1234 ImagePlug.converttotype:à€®à¥à€–à¥à€¯ à€šà€¿à€€à¥à€° 's'à€¯à€Ÿ à€®à€§à¥à€¯à¥‡ à€°à¥‚à€ªà€Ÿà€‚à€€à€°à¥€à€€ à€•à€°à€Ÿ.  # Updated 27-Dec-2006 by shubha
     1232HTMLPlugin.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PDFPlug to remove "Page 1", etc from text used as the title.  # Updated 5-Jan-2007 by shubha
     1233
     1234ImagePlugin.converttotype:à€®à¥à€–à¥à€¯ à€šà€¿à€€à¥à€° 's'à€¯à€Ÿ à€®à€§à¥à€¯à¥‡ à€°à¥‚à€ªà€Ÿà€‚à€€à€°à¥€à€€ à€•à€°à€Ÿ.  # Updated 27-Dec-2006 by shubha
    12351235
    12361236# -- Missing translation: ImagePlug.desc
     
    12481248# -- Missing translation: ImagePlug.thumbnailtype
    12491249
    1250 IndexPlug.desc:This recursive plugin processes an index.txt file. The index.txt file should contain the list of files to be included in the collection followed by any extra metadata to be associated with each file.\n\nThe index.txt file should be formatted as follows: The first line may be a key (beginning with key:) to name the metadata fields (e.g. key: Subject Organization Date). The following lines will contain a filename followed by the value that metadata entry is to be set to. (e.g. 'irma/iw097e 3.2 unesco 1993' will associate the metadata Subject=3.2, Organization=unesco, and Date=1993 with the file irma/iw097e if the above key line was used)\n\nNote that if any of the metadata fields use the Hierarchy classifier plugin then the value they're set to should correspond to the first field (the descriptor) in the appropriate classification file.\n\nMetadata values may be named separately using a tag (e.g. <Subject>3.2) and this will override any name given to them by the key line. If there's no key line any unnamed metadata value will be named 'Subject'.  # Updated 22-Dec-2006 by shubha
     1250IndexPlugin.desc:This recursive plugin processes an index.txt file. The index.txt file should contain the list of files to be included in the collection followed by any extra metadata to be associated with each file.\n\nThe index.txt file should be formatted as follows: The first line may be a key (beginning with key:) to name the metadata fields (e.g. key: Subject Organization Date). The following lines will contain a filename followed by the value that metadata entry is to be set to. (e.g. 'irma/iw097e 3.2 unesco 1993' will associate the metadata Subject=3.2, Organization=unesco, and Date=1993 with the file irma/iw097e if the above key line was used)\n\nNote that if any of the metadata fields use the Hierarchy classifier plugin then the value they're set to should correspond to the first field (the descriptor) in the appropriate classification file.\n\nMetadata values may be named separately using a tag (e.g. <Subject>3.2) and this will override any name given to them by the key line. If there's no key line any unnamed metadata value will be named 'Subject'.  # Updated 22-Dec-2006 by shubha
    12511251
    12521252# -- Missing translation: ISISPlug.desc
    12531253
    1254 ISISPlug.subfield_separator:The string used to separate subfields in CDS/ISIS database records.  # Updated 15-Jan-2007 by shubha
     1254ISISPlugin.subfield_separator:The string used to separate subfields in CDS/ISIS database records.  # Updated 15-Jan-2007 by shubha
    12551255
    12561256# -- Missing translation: ISISPlug.entry_separator
    12571257
    1258 LaTeXPlug.desc:LaTeX à€ªà¥à€°à€²à¥‡à€–à€Ÿ à€žà€Ÿà€ à¥€ à€ªà¥à€²à€—à€ˆà€š  # Updated 10-Jan-2007 by shubha
    1259 
    1260 LOMPlug.desc:à€†à€£à€²à¥‡à€²à¥à€¯à€Ÿ LOM (Learning Object Metadata) à€«à€Ÿà€ˆà€² à€•à€°à¥€à€€à€Ÿ à€ªà¥à€²à€—à€ˆà€š.  # Updated 5-Jan-2007 by shubha
     1258LaTeXPlugin.desc:LaTeX à€ªà¥à€°à€²à¥‡à€–à€Ÿ à€žà€Ÿà€ à¥€ à€ªà¥à€²à€—à€ˆà€š  # Updated 10-Jan-2007 by shubha
     1259
     1260LOMPlugin.desc:à€†à€£à€²à¥‡à€²à¥à€¯à€Ÿ LOM (Learning Object Metadata) à€«à€Ÿà€ˆà€² à€•à€°à¥€à€€à€Ÿ à€ªà¥à€²à€—à€ˆà€š.  # Updated 5-Jan-2007 by shubha
    12611261
    12621262# -- Missing translation: LOMPlug.root_tag
     
    12641264# -- Missing translation: LOMPlug.download_srcdocs
    12651265
    1266 MARCPlug.desc:à€®à€Ÿà€°à¥à€• à€ªà¥à€²à€—à€ˆà€š  # Updated 23-Dec-2006 by shubha
    1267 
    1268 MARCPlug.metadata_mapping:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.  # Updated 22-Dec-2006 by shubha
     1266MARCPlugin.desc:à€®à€Ÿà€°à¥à€• à€ªà¥à€²à€—à€ˆà€š  # Updated 23-Dec-2006 by shubha
     1267
     1268MARCPlugin.metadata_mapping:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.  # Updated 22-Dec-2006 by shubha
    12691269
    12701270# -- Missing translation: MARCXMLPlug.desc
    12711271
    1272 MARCXMLPlug.metadata_mapping_file:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.  # Updated 5-Jan-2007 by shubha
     1272MARCXMLPlugin.metadata_mapping_file:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.  # Updated 5-Jan-2007 by shubha
    12731273
    12741274# -- Missing translation: MetadataCSVPlug.desc
     
    12831283
    12841284# -- Missing translation: NULPlug.assoc_field
    1285 NULPlug.add_metadata_as_text:Add a table of metadata as the text of the document, rather than "This document has no text".  # Updated 10-Jan-2007 by shubha
     1285NulPlugin.add_metadata_as_text:Add a table of metadata as the text of the document, rather than "This document has no text".  # Updated 10-Jan-2007 by shubha
    12861286
    12871287# -- Missing translation: NULPlug.remove_namespace_for_text
     
    12911291# -- Missing translation: OggVorbisPlug.add_technical_metadata
    12921292
    1293 OggVorbisPlug.desc:A plugin for importing Ogg Vorbis audio files.  # Updated 20-Dec-2006 by shubha
     1293OggVorbisPlugin.desc:A plugin for importing Ogg Vorbis audio files.  # Updated 20-Dec-2006 by shubha
    12941294
    12951295# -- Missing translation: OpenDocumentPlug.desc
     
    12981298
    12991299# -- Missing translation: PagedImgPlug.documenttype
    1300 PagedImgPlug.documenttype.paged:Paged documents have next and previous arrows and a 'go to page X' box  # Updated 20-Dec-2006 by shubha
    1301 PagedImgPlug.documenttype.hierarchy:à€®à¥à€–à¥à€¯ à€ªà¥à€°à€²à¥‡à€–à€Ÿà€šà¥‡ à€žà¥‚à€šà¥€ à€ªà€€à¥à€°  # Updated 22-Dec-2006 by shubha
    1302 
    1303 PagedImgPlug.headerpage:à€ªà¥à€°à€€à¥à€¯à¥‡à€• à€ªà¥à€°à€²à¥‡à€–à€Ÿà€²à€Ÿ à€
     1300PagedImagePlugin.documenttype.paged:Paged documents have next and previous arrows and a 'go to page X' box  # Updated 20-Dec-2006 by shubha
     1301PagedImagePlugin.documenttype.hierarchy:à€®à¥à€–à¥à€¯ à€ªà¥à€°à€²à¥‡à€–à€Ÿà€šà¥‡ à€žà¥‚à€šà¥€ à€ªà€€à¥à€°  # Updated 22-Dec-2006 by shubha
     1302
     1303PagedImagePlugin.headerpage:à€ªà¥à€°à€€à¥à€¯à¥‡à€• à€ªà¥à€°à€²à¥‡à€–à€Ÿà€²à€Ÿ à€
    13041304à€žà¥‡ à€¹à¥‡à€¡à€° à€Šà¥à€¯à€Ÿ à€œà¥à€¯à€Ÿ à€®à€§à¥à€¯à¥‡ à€šà€¿à€€à¥à€° à€šà€Ÿà€¹à¥€.  # Updated 23-Dec-2006 by shubha
    13051305
    13061306# -- Missing translation: PagedImgPlug.screenview
    13071307
    1308 PagedImgPlug.screenviewsize:Make screenview images of size nxn.  # Updated 5-Jan-2007 by shubha
     1308PagedImagePlugin.screenviewsize:Make screenview images of size nxn.  # Updated 5-Jan-2007 by shubha
    13091309
    13101310# -- Missing translation: PagedImgPlug.screenviewtype
    13111311
    1312 PagedImgPlug.thumbnail:à€ªà¥à€°à€€à¥à€¯à¥‡à€• à€šà€¿à€€à¥à€°à€Ÿà€žà€Ÿà€ à¥€ Produce a thumbnail  # Updated 5-Jan-2007 by shubha
     1312PagedImagePlugin.thumbnail:à€ªà¥à€°à€€à¥à€¯à¥‡à€• à€šà€¿à€€à¥à€°à€Ÿà€žà€Ÿà€ à¥€ Produce a thumbnail  # Updated 5-Jan-2007 by shubha
    13131313
    13141314# -- Missing translation: PDFPlug.allowimagesonly
     
    13211321# -- Missing translation: PDFPlug.noimages
    13221322
    1323 PDFPlug.use_sections:à€ªà¥€à€¡à¥€à€à€« à€«à€Ÿà€ˆà€²à€šà¥à€¯à€Ÿ à€ªà¥à€°à€€à¥à€¯à¥‡à€• à€ªà€Ÿà€šà€Ÿà€•à€°à¥€à€€à€Ÿ à€žà¥à€µà€€à€‚à€€à¥à€° à€µà€¿à€­à€Ÿà€— à€€à€¯à€Ÿà€° à€•à€°à€Ÿ.  # Updated 25-Nov-2006 by shubha
     1323PDFPlugin.use_sections:à€ªà¥€à€¡à¥€à€à€« à€«à€Ÿà€ˆà€²à€šà¥à€¯à€Ÿ à€ªà¥à€°à€€à¥à€¯à¥‡à€• à€ªà€Ÿà€šà€Ÿà€•à€°à¥€à€€à€Ÿ à€žà¥à€µà€€à€‚à€€à¥à€° à€µà€¿à€­à€Ÿà€— à€€à€¯à€Ÿà€° à€•à€°à€Ÿ.  # Updated 25-Nov-2006 by shubha
    13241324
    13251325# -- Missing translation: PDFPlug.zoom
    13261326
    1327 PPTPlug.desc:à€®à€Ÿà€¯à€•à¥à€°à¥‹à€žà¥‰à€«à¥à€Ÿ à€ªà¥‰à€µà€°à€ªà¥‰à€‡à€‚à€Ÿ à€«à€Ÿà€ˆà€² à€˜à¥‡à€£à¥à€¯à€Ÿà€•à€°à¥€à€€à€Ÿ à€ªà¥à€²à€—à€ˆà€š.  # Updated 5-Jan-2007 by shubha
     1327PPTPlugin.desc:à€®à€Ÿà€¯à€•à¥à€°à¥‹à€žà¥‰à€«à¥à€Ÿ à€ªà¥‰à€µà€°à€ªà¥‰à€‡à€‚à€Ÿ à€«à€Ÿà€ˆà€² à€˜à¥‡à€£à¥à€¯à€Ÿà€•à€°à¥€à€€à€Ÿ à€ªà¥à€²à€—à€ˆà€š.  # Updated 5-Jan-2007 by shubha
    13281328
    13291329# -- Missing translation: PPTPlug.windows_scripting
     
    13351335# -- Missing translation: PSPlug.extract_date
    13361336
    1337 PSPlug.extract_pages:à€ªà¥€à€à€ž à€¹à¥‡à€¡à€° à€µà€°à¥‚à€š à€ªà€Ÿà€šà¥‡ à€˜à¥à€¯à€Ÿ.  # Updated 5-Jan-2007 by shubha
     1337PSPlugin.extract_pages:à€ªà¥€à€à€ž à€¹à¥‡à€¡à€° à€µà€°à¥‚à€š à€ªà€Ÿà€šà¥‡ à€˜à¥à€¯à€Ÿ.  # Updated 5-Jan-2007 by shubha
    13381338
    13391339# -- Missing translation: PSPlug.extract_title
     
    13431343# -- Missing translation: RecPlug.desc
    13441344
    1345 RecPlug.recheck_directories:After the files in an import directory have been processed, re-read the directory to discover any new files created.  # Updated 11-Jan-2007 by shubha
     1345DirectoryPlugin.recheck_directories:After the files in an import directory have been processed, re-read the directory to discover any new files created.  # Updated 11-Jan-2007 by shubha
    13461346
    13471347# -- Missing translation: RecPlug.use_metadata_files
     
    13491349# -- Missing translation: ReferPlug.desc
    13501350
    1351 ReferPlug.longdesc:ReferPlug reads bibliography files in Refer format.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\nLoosely based on hcibib2Plug by Steve Jones (stevej\@cs.waikato.ac.nz). Which was based on EMAILPlug by Gordon Paynter (gwp\@cs.waikato.ac.nz). Which was based on old versions of HTMLplug and HCIBIBPlugby by Stefan Boddie and others -- it's hard to tell what came from where, now.\n\nReferPlug creates a document object for every reference in the file. It is a subclass of SplitPlug, so if there are multiple records, all are read.\n\nDocument text:\n\tThe document text consists of the reference in Refer format.\nMetadata:\n\t\$Creator    \%A Author name\n\t\$Title      \%T Title of article of book\n\t\$Journal   \%J Title of Journal\n\t\$Booktitle \%B Title of book containing the publication\n\t\$Report        \%R Type of Report, paper or thesis\n\t\$Volume     \%V Volume Number of Journal\n\t\$Number        \%N Number of Journal within Volume\n\t\$Editor     \%E Editor name\n\t\$Pages      \%P Page Number of article\n\t\$Publisher   \%I Name of Publisher\n\t\$Publisheraddr    \%C Publisher's address\n\t\$Date       \%D Date of publication\n\t\$Keywords   \%K Keywords associated with publication\n\t\$Abstract  \%X Abstract of publication\n\t\$Copyright\t\%* Copyright information for the article  # Updated 5-Jan-2007 by shubha
     1351ReferPlugin.longdesc:ReferPlug reads bibliography files in Refer format.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\nLoosely based on hcibib2Plug by Steve Jones (stevej\@cs.waikato.ac.nz). Which was based on EMAILPlug by Gordon Paynter (gwp\@cs.waikato.ac.nz). Which was based on old versions of HTMLplug and HCIBIBPlugby by Stefan Boddie and others -- it's hard to tell what came from where, now.\n\nReferPlug creates a document object for every reference in the file. It is a subclass of SplitPlug, so if there are multiple records, all are read.\n\nDocument text:\n\tThe document text consists of the reference in Refer format.\nMetadata:\n\t\$Creator  \%A Author name\n\t\$Title      \%T Title of article of book\n\t\$Journal   \%J Title of Journal\n\t\$Booktitle \%B Title of book containing the publication\n\t\$Report        \%R Type of Report, paper or thesis\n\t\$Volume     \%V Volume Number of Journal\n\t\$Number        \%N Number of Journal within Volume\n\t\$Editor     \%E Editor name\n\t\$Pages      \%P Page Number of article\n\t\$Publisher   \%I Name of Publisher\n\t\$Publisheraddr    \%C Publisher's address\n\t\$Date       \%D Date of publication\n\t\$Keywords   \%K Keywords associated with publication\n\t\$Abstract  \%X Abstract of publication\n\t\$Copyright\t\%* Copyright information for the article  # Updated 5-Jan-2007 by shubha
    13521352
    13531353# -- Missing translation: RogPlug.desc
     
    13731373# -- Missing translation: StructuredHTMLPlug.level2_header
    13741374
    1375 StructuredHTMLPlug.level3_header:possible user-defined styles for the level3 header in the HTML document (equivalent to <h3>).  # Updated 9-Jan-2007 by shubha
     1375StructuredHTMLPlugin.level3_header:possible user-defined styles for the level3 header in the HTML document (equivalent to <h3>).  # Updated 9-Jan-2007 by shubha
    13761376
    13771377# -- Missing translation: StructuredHTMLPlug.toc_header
    13781378
    1379 TEXTPlug.desc:à€à€•à€Ÿ à€žà€Ÿà€§à€Ÿ à€ªà¥à€°à€²à¥‡à€– à€€à€¯à€Ÿà€° à€•à€°à€Ÿ.à€®à¥‡à€Ÿà€¡à¥‡à€Ÿà€Ÿ à€•à€°à¥€à€€à€Ÿ à€°à¥à€¶à€¿à€·à€• à€Šà¥à€¯à€Ÿ.(  # Updated 25-Nov-2006 by shubha
     1379TextPlugin.desc:à€à€•à€Ÿ à€žà€Ÿà€§à€Ÿ à€ªà¥à€°à€²à¥‡à€– à€€à€¯à€Ÿà€° à€•à€°à€Ÿ.à€®à¥‡à€Ÿà€¡à¥‡à€Ÿà€Ÿ à€•à€°à¥€à€€à€Ÿ à€°à¥à€¶à€¿à€·à€• à€Šà¥à€¯à€Ÿ.(  # Updated 25-Nov-2006 by shubha
    13801380
    13811381# -- Missing translation: TEXTPlug.title_sub
     
    13851385# -- Missing translation: UnknownPlug.desc
    13861386
    1387 UnknownPlug.file_format:à€«à€Ÿà€ˆà€²à€šà¥‡ à€ªà¥à€°à€•à€Ÿà€° (à€‰à€Šà€Ÿà€ƒ MPEG, MIDI, ...)  # Updated 25-Nov-2006 by shubha
    1388 
    1389 UnknownPlug.mime_type:Mime type of the file (e.g. image/gif).  # Updated 9-Jan-2007 by shubha
    1390 
    1391 UnknownPlug.process_extension:Process files with this file extension. This option is an alternative to process_exp that is simpler to use but less flexible.  # Updated 22-Dec-2006 by shubha
     1387UnknownPlugin.file_format:à€«à€Ÿà€ˆà€²à€šà¥‡ à€ªà¥à€°à€•à€Ÿà€° (à€‰à€Šà€Ÿà€ƒ MPEG, MIDI, ...)  # Updated 25-Nov-2006 by shubha
     1388
     1389UnknownPlugin.mime_type:Mime type of the file (e.g. image/gif).  # Updated 9-Jan-2007 by shubha
     1390
     1391UnknownPlugin.process_extension:Process files with this file extension. This option is an alternative to process_exp that is simpler to use but less flexible.  # Updated 22-Dec-2006 by shubha
    13921392
    13931393# -- Missing translation: UnknownPlug.srcicon
    13941394
    1395 MP3Plug.desc:à€à€®à€ªà¥€à¥© à€«à€Ÿà€ˆà€² à€ªà¥à€°à¥‹à€žà¥‡à€ž à€•à€°à€£à¥à€¯à€Ÿà€•à€°à¥€à€€à€Ÿ à€ªà¥à€²à€—à€ˆà€š.  # Updated 5-Jan-2007 by shubha
     1395MP3Plugin.desc:à€à€®à€ªà¥€à¥© à€«à€Ÿà€ˆà€² à€ªà¥à€°à¥‹à€žà¥‡à€ž à€•à€°à€£à¥à€¯à€Ÿà€•à€°à¥€à€€à€Ÿ à€ªà¥à€²à€—à€ˆà€š.  # Updated 5-Jan-2007 by shubha
    13961396
    13971397# -- Missing translation: MP3Plug.assoc_images
     
    13991399# -- Missing translation: MP3Plug.applet_metadata
    14001400
    1401 MP3Plug.metadata_fields:Comma separated list of metadata fields to extract (assuming present) in an MP3 file. Use \"*\" to extract all the fields.  # Updated 25-Nov-2006 by shubha
    1402 
    1403 W3ImgPlug.aggressiveness:Range of related text extraction techniques to use.  # Updated 22-Dec-2006 by shubha
    1404 W3ImgPlug.aggressiveness.1:Filename, path, ALT text only.  # Updated 5-Jan-2007 by shubha
    1405 W3ImgPlug.aggressiveness.2:à€žà€°à¥à€µà€Ÿà€‚à€šà¥‡ १, à€ªà¥à€²à€ž à€•à¥
     1401MP3Plugin.metadata_fields:Comma separated list of metadata fields to extract (assuming present) in an MP3 file. Use \"*\" to extract all the fields.  # Updated 25-Nov-2006 by shubha
     1402
     1403W3ImagePlugin.aggressiveness:Range of related text extraction techniques to use.  # Updated 22-Dec-2006 by shubha
     1404W3ImagePlugin.aggressiveness.1:Filename, path, ALT text only.  # Updated 5-Jan-2007 by shubha
     1405W3ImagePlugin.aggressiveness.2:à€žà€°à¥à€µà€Ÿà€‚à€šà¥‡ १, à€ªà¥à€²à€ž à€•à¥
    14061406à€ªà¥à€¶à€š à€œà¥‡à€¥à¥‡ à€®à€¿à€³à¥‡à€².  # Updated 5-Jan-2007 by shubha
    1407 W3ImgPlug.aggressiveness.3:à€žà€°à¥à€µà€Ÿà€‚à€šà¥‡ à€Šà¥‹à€š, à€ªà¥à€²à€ž à€œà¥‡à€¥à¥‡ à€ªà€°à€¿à€šà¥à€›à¥‡à€Š à€‰à€ªà€²à€¬à¥à€§  # Updated 5-Jan-2007 by shubha
    1408 W3ImgPlug.aggressiveness.4:३ à€žà€°à¥à€µ, à€†à€£à€¿ à€†à€§à¥€à€šà¥‡ à€¹à¥‡à€¡à€° (<h1>, <h2>...) à€œà¥‡à€¥à¥‡ à€‰à€ªà€²à€¬à¥à€§ à€
     1407W3ImagePlugin.aggressiveness.3:à€žà€°à¥à€µà€Ÿà€‚à€šà¥‡ à€Šà¥‹à€š, à€ªà¥à€²à€ž à€œà¥‡à€¥à¥‡ à€ªà€°à€¿à€šà¥à€›à¥‡à€Š à€‰à€ªà€²à€¬à¥à€§  # Updated 5-Jan-2007 by shubha
     1408W3ImagePlugin.aggressiveness.4:३ à€žà€°à¥à€µ, à€†à€£à€¿ à€†à€§à¥€à€šà¥‡ à€¹à¥‡à€¡à€° (<h1>, <h2>...) à€œà¥‡à€¥à¥‡ à€‰à€ªà€²à€¬à¥à€§ à€
    14091409à€žà¥‡à€².  # Updated 5-Jan-2007 by shubha
    1410 W3ImgPlug.aggressiveness.5:४ à€žà€°à¥à€µ, à€†à€£à€¿ à€‰à€ªà€²à€¬à¥à€§ à€
     1410W3ImagePlugin.aggressiveness.5:४ à€žà€°à¥à€µ, à€†à€£à€¿ à€‰à€ªà€²à€¬à¥à€§ à€
    14111411à€žà€²à¥‡à€²à€Ÿ à€¶à€Ÿà€¬à¥à€Šà€¿à€• à€žà€‚à€°à¥à€Šà€­ .  # Updated 5-Jan-2007 by shubha
    1412 W3ImgPlug.aggressiveness.6:४ à€žà€°à¥à€µ, à€†à€£à€¿ à€®à¥‡à€Ÿà€Ÿà€Ÿà¥
     1412W3ImagePlugin.aggressiveness.6:४ à€žà€°à¥à€µ, à€†à€£à€¿ à€®à¥‡à€Ÿà€Ÿà€Ÿà¥
    14131413à€—à€šà¥‡ à€ªà€Ÿà€š (à€¶à€¿à€°à¥à€·à€•, à€ªà¥à€°à€®à¥à€–à€¶à€¬à¥à€Š,à€‡à€€à¥à€¯à€Ÿà€Šà¥€).  # Updated 5-Jan-2007 by shubha
    1414 W3ImgPlug.aggressiveness.7:६ à€šà¥‡ à€žà€°à¥à€µ, à¥«à€µà¥ª à€à€•à€€à¥à€°.  # Updated 5-Jan-2007 by shubha
    1415 W3ImgPlug.aggressiveness.8:७ à€šà¥‡ à€žà€°à¥à€µ, à€†à€£à€¿ à€°à€¿à€ªà¥€à€Ÿ à€•à¥
     1414W3ImagePlugin.aggressiveness.7:६ à€šà¥‡ à€žà€°à¥à€µ, à¥«à€µà¥ª à€à€•à€€à¥à€°.  # Updated 5-Jan-2007 by shubha
     1415W3ImagePlugin.aggressiveness.8:७ à€šà¥‡ à€žà€°à¥à€µ, à€†à€£à€¿ à€°à€¿à€ªà¥€à€Ÿ à€•à¥
    14161416à€ªà¥à€¶à€š, à€«à€Ÿà€ˆà€²à€šà€Ÿà€µ, à€‡à€€à¥à€¯à€Ÿà€Šà¥€ (raise ranking of more relevant results)  # Updated 5-Jan-2007 by shubha
    1417 W3ImgPlug.aggressiveness.9:१ à€šà¥‡ à€žà€°à¥à€µ, à€†à€£à€¿ à€ªà¥‚à€°à¥à€£ à€Ÿà¥‡à€•à¥à€žà€šà¥‡ à€ªà€Ÿà€š.  # Updated 5-Jan-2007 by shubha
     1417W3ImagePlugin.aggressiveness.9:१ à€šà¥‡ à€žà€°à¥à€µ, à€†à€£à€¿ à€ªà¥‚à€°à¥à€£ à€Ÿà¥‡à€•à¥à€žà€šà¥‡ à€ªà€Ÿà€š.  # Updated 5-Jan-2007 by shubha
    14181418
    14191419# -- Missing translation: W3ImgPlug.caption_length
    14201420
    1421 W3ImgPlug.convert_params:Additional parameters for ImageMagicK convert on thumbnail creation. For example, '-raise' will give a three dimensional effect to thumbnail images.  # Updated 20-Dec-2006 by shubha
    1422 
    1423 W3ImgPlug.desc:A plugin for extracting images and associated text from webpages.  # Updated 6-Jan-2007 by shubha
     1421W3ImagePlugin.convert_params:Additional parameters for ImageMagicK convert on thumbnail creation. For example, '-raise' will give a three dimensional effect to thumbnail images.  # Updated 20-Dec-2006 by shubha
     1422
     1423W3ImagePlugin.desc:A plugin for extracting images and associated text from webpages.  # Updated 6-Jan-2007 by shubha
    14241424
    14251425# -- Missing translation: W3ImgPlug.document_text
     
    14271427# -- Missing translation: W3ImgPlug.index_pages
    14281428
    1429 W3ImgPlug.max_near_text:Maximum characters near images to extract.  # Updated 31-Jan-2007 by shubha
     1429W3ImagePlugin.max_near_text:Maximum characters near images to extract.  # Updated 31-Jan-2007 by shubha
    14301430
    14311431# -- Missing translation: W3ImgPlug.min_height
     
    14391439# -- Missing translation: W3ImgPlug.neartext_length
    14401440
    1441 W3ImgPlug.no_cache_images:cache images à€˜à¥‡à€Š à€šà€•à€Ÿ (à€®à¥‚à€³ à€¯à¥à€†à€°à€à€² à€ªà€¹à€Ÿ)  # Updated 25-Nov-2006 by shubha
     1441W3ImagePlugin.no_cache_images:cache images à€˜à¥‡à€Š à€šà€•à€Ÿ (à€®à¥‚à€³ à€¯à¥à€†à€°à€à€² à€ªà€¹à€Ÿ)  # Updated 25-Nov-2006 by shubha
    14421442
    14431443# -- Missing translation: W3ImgPlug.smallpage_threshold
     
    14471447# -- Missing translation: W3ImgPlug.thumb_size
    14481448
    1449 WordPlug.desc:à€®à€Ÿà€¯à€•à¥à€°à¥‹à€žà¥‰à€«à¥à€Ÿ à€µà€°à¥à€¡à€šà¥‡ à€ªà¥à€°à€²à¥‡à€– à€®à€¿à€³à€µà€¿à€£à¥à€¯à€Ÿà€žà€Ÿà€ à¥€ à€ªà¥à€²à€—à€ˆà€š.  # Updated 23-Dec-2006 by shubha
     1449WordPlugin.desc:à€®à€Ÿà€¯à€•à¥à€°à¥‹à€žà¥‰à€«à¥à€Ÿ à€µà€°à¥à€¡à€šà¥‡ à€ªà¥à€°à€²à¥‡à€– à€®à€¿à€³à€µà€¿à€£à¥à€¯à€Ÿà€žà€Ÿà€ à¥€ à€ªà¥à€²à€—à€ˆà€š.  # Updated 23-Dec-2006 by shubha
    14501450
    14511451# -- Missing translation: WordPlug.windows_scripting
     
    14531453# -- Missing translation: WordPlug.metadata_fields
    14541454
    1455 XMLPlug.desc:à€¬à¥‡à€ž à€•à¥à€²à€Ÿà€ž à€à€•à¥à€žà€à€®à€à€² à€ªà¥à€²à€—à€žà€Ÿà€ à¥€.  # Updated 5-Jan-2007 by shubha
    1456 
    1457 XMLPlug.xslt:Transform a matching input document with the XSLT in the named file.  A relative filename is assumed to be in the collection's file area, for instance etc/mods2dc.xsl.  # Updated 5-Jan-2007 by shubha
    1458 ZIPPlug.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)  # Updated 27-Dec-2006 by shubha
     1455ReadXMLFile.desc:à€¬à¥‡à€ž à€•à¥à€²à€Ÿà€ž à€à€•à¥à€žà€à€®à€à€² à€ªà¥à€²à€—à€žà€Ÿà€ à¥€.  # Updated 5-Jan-2007 by shubha
     1456
     1457ReadXMLFile.xslt:Transform a matching input document with the XSLT in the named file.  A relative filename is assumed to be in the collection's file area, for instance etc/mods2dc.xsl.  # Updated 5-Jan-2007 by shubha
     1458ZIPPlugin.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)  # Updated 27-Dec-2006 by shubha
    14591459
    14601460#
  • gsdl/trunk/perllib/strings_ro.properties

    r14851 r15968  
    638638#
    639639
    640 ArcPlug.desc:Extensie care parcurge o arhivă recursiv fişierul archives.inf (de exempolu, fişierul generat în directorul arhivei atunci când a fost făcut un import), procesând fiecare fişier întâlnit.  # Updated 31-Oct-2007 by constantinescu
    641 
    642 BasPlug.adding:adăugare  # Updated 31-Oct-2007 by constantinescu
    643 
    644 BasPlug.already_seen:care a mai fost văzută  # Updated 24-Nov-2007 by constantinescu
    645 
    646 BasPlug.bad_general_option:Extensia %s utilizează o opÅ£iune incorectă. VerificaÅ£i fişierul de configurare collect.cfg.  # Updated 24-Nov-2007 by constantinescu
    647 
    648 BasPlug.block_exp:Fişierele care se potrivesc cu această expresie regulată vor fi blocate în a fi pasate oricăror alte extensii succesive din listă. Acest lucru nu are un efect real altul decât cel al prevenirii apariÅ£iei a unei mulÅ£imi de mesaje de avertizare privind fişierele intrate, care nu au relevanţă pentru dumneavoastră. Fiecare extensie poate avea un block_exp de start. De exemplu, din start HTMLPlug blochează orice fişier care are extensiile .gif, .jpg, .jpeg, .png sau .css.  # Updated 27-Nov-2007 by constantinescu
    649 
    650 BasPlug.associate_ext:Are ca efect ca fişierele care au aceeaşi nume de fişier rădăcină ca şi documentul în curs de procesare de către extensie şi o numele unei extensii dintr-o listă separată prin virgule furnizată de acest argument, să fie asociată cu documentul în curs de procesare decât mânuirea lor ca o listă separată.  # Updated 24-Nov-2007 by constantinescu
    651 
    652 BasPlug.could_not_extract_encoding:ATENÅ¢IE: codarea nu a putut fi extrasă din %s - se aplică modul implicit la %s  # Updated 23-Nov-2007 by constantinescu
    653 
    654 BasPlug.could_not_extract_language:ATENÅ¢IE: nu a putut fi extrasă limba din %s - implicit la %s  # Updated 31-Oct-2007 by constantinescu
    655 
    656 BasPlug.could_not_open_for_reading:nu a putut fi deschis %s pentru a fi citit  # Updated 23-Nov-2007 by constantinescu
    657 
    658 BasPlug.no_cover_image:Nu căutaÅ£i un fişier prefix.jpg (acolo unde prefixul este acelaşi prefix ca fişierul care este procesat) şi asociaÅ£i-l ca imagine a coperÅ£ii.  # Updated 24-Nov-2007 by constantinescu
    659 
    660 BasPlug.default_encoding:UtilizaÅ£i această codare dacă -input_encoding este setat pe 'auto' iar argoritmul de categorisire a textului eşuează în a extrage schema de codare sau extrage o schemă de codare nesuportată de Greenstone. Această opÅ£iune poate lua aceleaşi valori ca şi -input_encoding.  # Updated 30-Oct-2007 by constantinescu
    661 
    662 BasPlug.default_language:Dacă Greenstone eşuează în a identifica limba unui document, elementul de metadate 'Language' va fi setat la această valoare. Setarea implicită este 'en' (sunt utilizate simbolurile pentru limbă specificate de ISO 639: en = English). Trebuie notat că dacă nu este setat -input_encoding cu valoarea 'auto' iar -extract_language nu este setat, atunci toate documentele vor avea setul de metadate 'Language' setat cu această valoare.  # Updated 23-Nov-2007 by constantinescu
    663 
    664 BasPlug.desc:Clasa de bază pentru toate extensiile destinate importului.  # Updated 31-Oct-2007 by constantinescu
    665 
    666 BasPlug.done_acronym_extract:am terminat de extras acronimele.  # Updated 23-Nov-2007 by constantinescu
    667 
    668 BasPlug.done_acronym_markup:am făcut marcajul pentru acronime.  # Updated 30-Oct-2007 by constantinescu
    669 
    670 BasPlug.done_email_extract:s-a încheiat extragerea adreselor de email.  # Updated 23-Nov-2007 by constantinescu
    671 
    672 BasPlug.dummy_text:Acest document nu are text.  # Updated 23-Nov-2007 by constantinescu
    673 
    674 BasPlug.empty_file:fişierul nu conÅ£ine text  # Updated 5-Nov-2007 by constantinescu
    675 
    676 BasPlug.extract_acronyms:Extrage acronimele din text şi le transpune ca metadate.  # Updated 30-Oct-2007 by constantinescu
    677 
    678 BasPlug.extract_email:Extragerea adreselor de email ca metadate.  # Updated 24-Nov-2007 by constantinescu
    679 
    680 BasPlug.extract_historical_years:Extrage informaÅ£ii privind perioade de timp din documentele istorice. Acestea sunt stocate ca metadate în cadrul documentului. Există o interfaţă de căutare pentru aceste metadate, care poate fi inclusă în colecÅ£ia proprie prin adăugarea enunÅ£ului „format QueryInterface DateSearch” în fişierul de configurare al colecÅ£iei.  # Updated 30-Oct-2007 by constantinescu
    681 
    682 BasPlug.extract_language:Identificarea limbii fiecărui document, precum şi setarea metadatelor 'Language'. Trebuie remarcat că acest lucru va fi făcut automat dacă -input_encoding este setat pe 'auto'.  # Updated 23-Nov-2007 by constantinescu
    683 
    684 BasPlug.extracting:extragere  # Updated 24-Nov-2007 by constantinescu
    685 
    686 BasPlug.extracting_acronyms:extragerea acronimelor  # Updated 30-Oct-2007 by constantinescu
    687 
    688 BasPlug.extract_keyphrases:Extrage automat frazele cheie cu ajutorul Kea (setările implicite).  # Updated 24-Nov-2007 by constantinescu
    689 
    690 BasPlug.extract_keyphrases_kea4:Extragerea frazelor cheie automat cu Kea 4.0 (setările implicite). Kea 4.0 este o versine nouă de Kea care a fost dezvoltată pentru a controla indexarea documentelor din domeniul agriculturii.  # Updated 23-Nov-2007 by constantinescu
    691 
    692 BasPlug.extract_keyphrase_options:OpÅ£iuni pentru extragerea frazelor-cheie cu Kea. De exemplu: mALIWEB - foloseşte modelul de extragere ALIWEB; n5 - extrage 5 frază-cheie;, eGBK - foloseşte codarea GBK.  # Updated 30-Oct-2007 by constantinescu
    693 
    694 BasPlug.extracting_emails:extrag adresele de email  # Updated 23-Nov-2007 by constantinescu
    695 
    696 BasPlug.file_has_no_text:EROARE: %s nu conÅ£ine text  # Updated 30-Oct-2007 by constantinescu
    697 
    698 BasPlug.first:O listă separată prin virgule a primelor dimensiuni pentru extragerea lor din text într-un câmp de metadate. Câmpul de numeşte 'FirstNNN'.  # Updated 23-Nov-2007 by constantinescu
    699 
    700 BasPlug.input_encoding:Codarea documentelor sursă. Documentele vor fi convertite din aceste codări şi vor fo stocate intern ca utf8.  # Updated 22-Feb-2007 by constantinescu
    701 BasPlug.input_encoding.ascii:ASCII pe 7 biÅ£i. Acesta poate fi ceva mai rapid decât folosirea lui iso_8859_1. FiÅ£i atenÅ£i la folosirea acestuia asupra unei colecÅ£ii de documente care pot conÅ£ine caractere în afara setului pe 7 biÅ£i ASCII (de exemplu, documentele germane sau franceze conÅ£in accente). În cazul existenÅ£ei unor astfel de documente, folosiÅ£i iso_8859_1.  # Updated 23-Nov-2007 by constantinescu
    702 BasPlug.input_encoding.auto:Foloseşte algoritmul de categorisire a textului pentru a identifica automat schema de codare a fiecărui document sursă. Această procedură va fi mai lentă decât prin explicarea directă a codării, dar va funcÅ£iona acolo unde sunt folosite mai mult de o schemă de codare din cadrul aceleiaşi colecÅ£ii.  # Updated 31-Oct-2007 by constantinescu
    703 
    704 BasPlug.input_encoding.unicode:Doar unicode.
    705 
    706 BasPlug.input_encoding.utf8:Fie utf8, fie unicode -- detectat automat.  # Updated 24-Nov-2007 by constantinescu
    707 
    708 BasPlug.keyphrases:fraze cheie  # Updated 24-Nov-2007 by constantinescu
    709 
    710 BasPlug.marking_up_acronyms:alcătuirea acronimelor  # Updated 31-Oct-2007 by constantinescu
    711 
    712 BasPlug.markup_acronyms:AdăugaÅ£i metadate pentru acronime în textul documentului.  # Updated 23-Nov-2007 by constantinescu
    713 
    714 BasPlug.maximum_century:Numele maxim al secolului care poate fi extras ca metadate istorice (de exemplu 14 are ca rezultat extragerea tuturor referinÅ£elor până în secolul al paisprezecelea).  # Updated 5-Nov-2007 by constantinescu
    715 
    716 BasPlug.maximum_year:Data istorică maximă pentru a fi folosită ca metadate (precum Era noastră - 1950).  # Updated 31-Oct-2007 by constantinescu
    717 
    718 BasPlug.missing_kea:Eroare: Software-ul Kea nu a putut fi găsit la %s. Vă rugăm să descărcaÅ£i %s Kea de la http://www.nzdl.org/Kea şi instalaÅ£i-l în acest director.  # Updated 27-Nov-2007 by constantinescu
    719 
    720 BasPlug.must_be_implemented:BasPlug::funcÅ£ia de citire trebuie implementată în subclasă pentru extensiile recursive  # Updated 23-Nov-2007 by constantinescu
    721 
    722 BasPlug.no_bibliography:Nu încercaÅ£i să blocaÅ£i datele din înregistrările bibliografice atunci când extrageÅ£i date istorice.  # Updated 23-Nov-2007 by constantinescu
    723 
    724 BasPlug.process_exp:O expresie regulată perl care se potriveşte cu numele fişierelor. Fişierele care se potrivesc vor fi procesate de către acest plugin. De exemplu, folosirea  lui '(?i).html?\$' potriveşte toate documentele care se termină cu .htm sau .html (sunt case-insensitive).  # Updated 31-Oct-2007 by constantinescu
    725 
    726 BasPlug.read_denied:Citire interzisă pentru %s  # Updated 24-Nov-2007 by constantinescu
    727 
    728 BasPlug.separate_cjk:Introdu spaÅ£ii între caracterele Chinezeşti/Japoneze/Coreene pentru a face fiecare caracter un cuvânt. FolosiÅ£i dacă textul nu este segmentat.  # Updated 5-Nov-2007 by constantinescu
    729 
    730 BasPlug.smart_block:Blochează fişierele într-un mod mai inteligent decât după numele fişierelor.  # Updated 23-Nov-2007 by constantinescu
    731 
    732 BasPlug.stems:rădăcini  # Updated 31-Oct-2007 by constantinescu
    733 
    734 BasPlug.unsupported_encoding:ATENÅ¢IE: %s pare să fie codată cu o codare care nu are suport (%s) - folosind %s  # Updated 23-Nov-2007 by constantinescu
    735 
    736 BasPlug.wrong_encoding:ATENÅ¢IE: %s a fost citit folosindu-se codarea %s dar apare codat ca %s.  # Updated 24-Nov-2007 by constantinescu
    737 
    738 BibTexPlug.desc:BibTexPlug citeşte fişierele bibliografice în format BibTex. BibTexPlug crează un document obiect pentru fiecare referinşă din fişier. Acesta este o subclasă a lui SplitPlug, astfel că, în cazul existenÅ£ei a mai multor înregistrări, toate acestea sunt citite.  # Updated 23-Nov-2007 by constantinescu
    739 
    740 BookPlug.desc:Crează un document multi-nivel din elementele de nivel <<TOC>>. Metadatele pentru fiecare secÅ£iune sunt recoltate din oricare alte taguri aflate pe acelaşi nivel cu <<TOC>>; de exemplu, <<Title>>xxxx<</Title>> furnizează metadatele pentru Titlu. orice altceva între tagurile TOC este creat ca şi cod html simplu (adică nu sunt procesate linkurile html sau orice alt material caracteristic pentru HTMLPlug). Se aşteaptă ca fişierele de intrare să aibe extensia .hb din start (acest lucru poate fi modificat prin adăugarea unei opÅ£iuni -process_exp unui fişier care are are acelaşi nume ca fişierul hb iar o extensie .jpg este preluată ca fiind imaginea coperÅ£ii (fişierele jpg sunt blocate de acest plugin). BookPlug reprezintă o simplificare (şi extensie) a HBPlug utilizat de colecÅ£iile Humanity Library. BookPlug este mai rapid şi aşteaptă ca fişierele de intrare să fie mai curate (Intrările în colecÅ£iile HDL conÅ£in o mulÅ£ime de taguri html în jurul tagurilor <<TOC>>, foloseşte tagurile <<I>> pentru a specifica imaginile şi pentru a lua pur şi simplu tot textul dintre tagurile  <<TOC>> iar debutul textului să fie metadatele Titlu). Dacă se marchează documentele care trebuie afişate în aceeaşi manieră precum colecÅ£iile HDL, utilizaÅ£i extensia în locul lui HBPlug.  # Updated 27-Nov-2007 by constantinescu
    741 
    742 ConvertToPlug.apply_fribidi:RulaÅ£i Algoritmul Unicode BidirecÅ£ional „fribidi” peste fişierul convertit (pentru textul de la dreapta la stânga).  # Updated 24-Nov-2007 by constantinescu
    743 ConvertToPlug.convert_to:Extensia converteşte în TEXT sau HTML sau diversele tipuri de imagini (de exemplu JPEG, GIF, PNG).  # Updated 30-Oct-2007 by constantinescu
    744 ConvertToPlug.convert_to.auto:Selectarea automată a formatului acoperit. Alegerea formatului depinde de tipul documentului introdus, de exemplu Word va fi convertit automat la HTML, iar PowerPoint va fi convertit în formatul Greenstone PagedImage.  # Updated 31-Oct-2007 by constantinescu
    745 ConvertToPlug.convert_to.html:Format HTML.  # Updated 24-Nov-2007 by constantinescu
    746 ConvertToPlug.convert_to.text:Formatul de text plat.  # Updated 23-Nov-2007 by constantinescu
    747 ConvertToPlug.convert_to.pagedimg_jpg:Format JPEG.  # Updated 30-Oct-2007 by constantinescu
    748 ConvertToPlug.convert_to.pagedimg_gif:Formatul GIF.  # Updated 24-Nov-2007 by constantinescu
    749 ConvertToPlug.convert_to.pagedimg_png:formatul PNG.  # Updated 24-Nov-2007 by constantinescu
    750 
    751 ConvertToPlug.desc:Această extensie este moştenită de alte extensii precum WordPlug, PPTPlug, PSPlug, RTFPlug şi PDFPlug. Are rolul de a facilita conversia acestor tipuri de documente fie în HTML sau TEXT sau o serie de imagini. Modul de lucru este prin încărcarea dinamică a unei extensii secundare corespunzătoare (HTMLPlug, StructuredHTMLPlug, PagedImgPlug sau TEXTPlug) bazate pe argumentul extensiei 'convert_to'.  # Updated 23-Nov-2007 by constantinescu
    752 ConvertToPlug.keep_original_filename:Decât să convertiÅ£i în formatul doc.pdf, doc.doc, mai bine Å£ineÅ£i numele fişierului original pentru fişierele asociate.  # Updated 30-Oct-2007 by constantinescu
    753 ConvertToPlug.use_strings:Dacă este setat, va fi apelată o funcÅ£ie pentru stringuri simple pentru a extrage text dacă utilitarul de conversie eşuează în această operaÅ£iune.  # Updated 31-Oct-2007 by constantinescu
    754 
    755 ConvertToRogPlug.desc:O extensie care moşteneşte din RogPlug.  # Updated 23-Nov-2007 by constantinescu
    756 
    757 CSVPlug.desc:O extensie pentru fişierele în format csv - comma-separated value. Va fi creat un nou document pentru fiecare linie a fişierului.  # Updated 23-Nov-2007 by constantinescu
    758 
    759 DBPlug.desc:O extensie care importă înregistrări dintr-o bază de date. Acesta utilizează modulul perl DBI, care include back-ends pentru mysql, postgresql, valori separate prin virgulă (CVS), MS Excel, ODBC, sybase, etc... Modulele suplimentare pot să aibe nevoie de instalare pentru a-l utiliza acesta. Vezi şi <GSDLHOME>/etc/packages/example.dbi pentru exemplul de fişier de configurare.  # Updated 23-Nov-2007 by constantinescu
    760 
    761 DBPlug.title_sub:Expresie de înlocuire pentru a modifica fragmentul stocat ca fiind Titlul. Utilizat, de exemplu de către PSPlug pentru a elimina „Pagina 1” etc din textul utilizat ca fiind titlul.  # Updated 22-Nov-2007 by constantinescu
    762 
    763 DSpacePlug.desc:DSpacePlug ia o colecÅ£ie de documente exportate din DSpace şi o importă în Greenstone.  # Updated 23-Nov-2007 by constantinescu
     640ArchivesInfPlugin.desc:Extensie care parcurge o arhivă recursiv fişierul archives.inf (de exempolu, fişierul generat în directorul arhivei atunci când a fost făcut un import), procesând fiecare fişier întâlnit.  # Updated 31-Oct-2007 by constantinescu
     641
     642BasePlugin.adding:adăugare  # Updated 31-Oct-2007 by constantinescu
     643
     644BasePlugin.already_seen:care a mai fost văzută  # Updated 24-Nov-2007 by constantinescu
     645
     646BasePlugin.bad_general_option:Extensia %s utilizează o opÅ£iune incorectă. VerificaÅ£i fişierul de configurare collect.cfg.  # Updated 24-Nov-2007 by constantinescu
     647
     648BasePlugin.block_exp:Fişierele care se potrivesc cu această expresie regulată vor fi blocate în a fi pasate oricăror alte extensii succesive din listă. Acest lucru nu are un efect real altul decât cel al prevenirii apariÅ£iei a unei mulÅ£imi de mesaje de avertizare privind fişierele intrate, care nu au relevanţă pentru dumneavoastră. Fiecare extensie poate avea un block_exp de start. De exemplu, din start HTMLPlug blochează orice fişier care are extensiile .gif, .jpg, .jpeg, .png sau .css.  # Updated 27-Nov-2007 by constantinescu
     649
     650BasePlugin.associate_ext:Are ca efect ca fişierele care au aceeaşi nume de fişier rădăcină ca şi documentul în curs de procesare de către extensie şi o numele unei extensii dintr-o listă separată prin virgule furnizată de acest argument, să fie asociată cu documentul în curs de procesare decât mânuirea lor ca o listă separată.  # Updated 24-Nov-2007 by constantinescu
     651
     652BasePlugin.could_not_extract_encoding:ATENÅ¢IE: codarea nu a putut fi extrasă din %s - se aplică modul implicit la %s  # Updated 23-Nov-2007 by constantinescu
     653
     654BasePlugin.could_not_extract_language:ATENÅ¢IE: nu a putut fi extrasă limba din %s - implicit la %s  # Updated 31-Oct-2007 by constantinescu
     655
     656BasePlugin.could_not_open_for_reading:nu a putut fi deschis %s pentru a fi citit  # Updated 23-Nov-2007 by constantinescu
     657
     658BasePlugin.no_cover_image:Nu căutaÅ£i un fişier prefix.jpg (acolo unde prefixul este acelaşi prefix ca fişierul care este procesat) şi asociaÅ£i-l ca imagine a coperÅ£ii.  # Updated 24-Nov-2007 by constantinescu
     659
     660BasePlugin.default_encoding:UtilizaÅ£i această codare dacă -input_encoding este setat pe 'auto' iar argoritmul de categorisire a textului eşuează în a extrage schema de codare sau extrage o schemă de codare nesuportată de Greenstone. Această opÅ£iune poate lua aceleaşi valori ca şi -input_encoding.  # Updated 30-Oct-2007 by constantinescu
     661
     662BasePlugin.default_language:Dacă Greenstone eşuează în a identifica limba unui document, elementul de metadate 'Language' va fi setat la această valoare. Setarea implicită este 'en' (sunt utilizate simbolurile pentru limbă specificate de ISO 639: en = English). Trebuie notat că dacă nu este setat -input_encoding cu valoarea 'auto' iar -extract_language nu este setat, atunci toate documentele vor avea setul de metadate 'Language' setat cu această valoare.  # Updated 23-Nov-2007 by constantinescu
     663
     664BasePlugin.desc:Clasa de bază pentru toate extensiile destinate importului.  # Updated 31-Oct-2007 by constantinescu
     665
     666BasePlugin.done_acronym_extract:am terminat de extras acronimele.  # Updated 23-Nov-2007 by constantinescu
     667
     668BasePlugin.done_acronym_markup:am făcut marcajul pentru acronime.  # Updated 30-Oct-2007 by constantinescu
     669
     670BasePlugin.done_email_extract:s-a încheiat extragerea adreselor de email.  # Updated 23-Nov-2007 by constantinescu
     671
     672BasePlugin.dummy_text:Acest document nu are text.  # Updated 23-Nov-2007 by constantinescu
     673
     674BasePlugin.empty_file:fişierul nu conÅ£ine text  # Updated 5-Nov-2007 by constantinescu
     675
     676BasePlugin.extract_acronyms:Extrage acronimele din text şi le transpune ca metadate.  # Updated 30-Oct-2007 by constantinescu
     677
     678BasePlugin.extract_email:Extragerea adreselor de email ca metadate.  # Updated 24-Nov-2007 by constantinescu
     679
     680BasePlugin.extract_historical_years:Extrage informaÅ£ii privind perioade de timp din documentele istorice. Acestea sunt stocate ca metadate în cadrul documentului. Există o interfaţă de căutare pentru aceste metadate, care poate fi inclusă în colecÅ£ia proprie prin adăugarea enunÅ£ului „format QueryInterface DateSearch” în fişierul de configurare al colecÅ£iei.  # Updated 30-Oct-2007 by constantinescu
     681
     682BasePlugin.extract_language:Identificarea limbii fiecărui document, precum şi setarea metadatelor 'Language'. Trebuie remarcat că acest lucru va fi făcut automat dacă -input_encoding este setat pe 'auto'.  # Updated 23-Nov-2007 by constantinescu
     683
     684BasePlugin.extracting:extragere  # Updated 24-Nov-2007 by constantinescu
     685
     686BasePlugin.extracting_acronyms:extragerea acronimelor  # Updated 30-Oct-2007 by constantinescu
     687
     688BasePlugin.extract_keyphrases:Extrage automat frazele cheie cu ajutorul Kea (setările implicite).  # Updated 24-Nov-2007 by constantinescu
     689
     690BasePlugin.extract_keyphrases_kea4:Extragerea frazelor cheie automat cu Kea 4.0 (setările implicite). Kea 4.0 este o versine nouă de Kea care a fost dezvoltată pentru a controla indexarea documentelor din domeniul agriculturii.  # Updated 23-Nov-2007 by constantinescu
     691
     692BasePlugin.extract_keyphrase_options:OpÅ£iuni pentru extragerea frazelor-cheie cu Kea. De exemplu: mALIWEB - foloseşte modelul de extragere ALIWEB; n5 - extrage 5 frază-cheie;, eGBK - foloseşte codarea GBK.  # Updated 30-Oct-2007 by constantinescu
     693
     694BasePlugin.extracting_emails:extrag adresele de email  # Updated 23-Nov-2007 by constantinescu
     695
     696BasePlugin.file_has_no_text:EROARE: %s nu conÅ£ine text  # Updated 30-Oct-2007 by constantinescu
     697
     698BasePlugin.first:O listă separată prin virgule a primelor dimensiuni pentru extragerea lor din text într-un câmp de metadate. Câmpul de numeşte 'FirstNNN'.  # Updated 23-Nov-2007 by constantinescu
     699
     700BasePlugin.input_encoding:Codarea documentelor sursă. Documentele vor fi convertite din aceste codări şi vor fo stocate intern ca utf8.  # Updated 22-Feb-2007 by constantinescu
     701BasePlugin.input_encoding.ascii:ASCII pe 7 biÅ£i. Acesta poate fi ceva mai rapid decât folosirea lui iso_8859_1. FiÅ£i atenÅ£i la folosirea acestuia asupra unei colecÅ£ii de documente care pot conÅ£ine caractere în afara setului pe 7 biÅ£i ASCII (de exemplu, documentele germane sau franceze conÅ£in accente). În cazul existenÅ£ei unor astfel de documente, folosiÅ£i iso_8859_1.  # Updated 23-Nov-2007 by constantinescu
     702BasePlugin.input_encoding.auto:Foloseşte algoritmul de categorisire a textului pentru a identifica automat schema de codare a fiecărui document sursă. Această procedură va fi mai lentă decât prin explicarea directă a codării, dar va funcÅ£iona acolo unde sunt folosite mai mult de o schemă de codare din cadrul aceleiaşi colecÅ£ii.  # Updated 31-Oct-2007 by constantinescu
     703
     704BasePlugin.input_encoding.unicode:Doar unicode.
     705
     706BasePlugin.input_encoding.utf8:Fie utf8, fie unicode -- detectat automat.  # Updated 24-Nov-2007 by constantinescu
     707
     708BasePlugin.keyphrases:fraze cheie  # Updated 24-Nov-2007 by constantinescu
     709
     710BasePlugin.marking_up_acronyms:alcătuirea acronimelor  # Updated 31-Oct-2007 by constantinescu
     711
     712BasePlugin.markup_acronyms:AdăugaÅ£i metadate pentru acronime în textul documentului.  # Updated 23-Nov-2007 by constantinescu
     713
     714BasePlugin.maximum_century:Numele maxim al secolului care poate fi extras ca metadate istorice (de exemplu 14 are ca rezultat extragerea tuturor referinÅ£elor până în secolul al paisprezecelea).  # Updated 5-Nov-2007 by constantinescu
     715
     716BasePlugin.maximum_year:Data istorică maximă pentru a fi folosită ca metadate (precum Era noastră - 1950).  # Updated 31-Oct-2007 by constantinescu
     717
     718BasePlugin.missing_kea:Eroare: Software-ul Kea nu a putut fi găsit la %s. Vă rugăm să descărcaÅ£i %s Kea de la http://www.nzdl.org/Kea şi instalaÅ£i-l în acest director.  # Updated 27-Nov-2007 by constantinescu
     719
     720BasePlugin.must_be_implemented:BasPlug::funcÅ£ia de citire trebuie implementată în subclasă pentru extensiile recursive  # Updated 23-Nov-2007 by constantinescu
     721
     722BasePlugin.no_bibliography:Nu încercaÅ£i să blocaÅ£i datele din înregistrările bibliografice atunci când extrageÅ£i date istorice.  # Updated 23-Nov-2007 by constantinescu
     723
     724BasePlugin.process_exp:O expresie regulată perl care se potriveşte cu numele fişierelor. Fişierele care se potrivesc vor fi procesate de către acest plugin. De exemplu, folosirea  lui '(?i).html?\$' potriveşte toate documentele care se termină cu .htm sau .html (sunt case-insensitive).  # Updated 31-Oct-2007 by constantinescu
     725
     726BasePlugin.read_denied:Citire interzisă pentru %s  # Updated 24-Nov-2007 by constantinescu
     727
     728BasePlugin.separate_cjk:Introdu spaÅ£ii între caracterele Chinezeşti/Japoneze/Coreene pentru a face fiecare caracter un cuvânt. FolosiÅ£i dacă textul nu este segmentat.  # Updated 5-Nov-2007 by constantinescu
     729
     730BasePlugin.smart_block:Blochează fişierele într-un mod mai inteligent decât după numele fişierelor.  # Updated 23-Nov-2007 by constantinescu
     731
     732BasePlugin.stems:rădăcini  # Updated 31-Oct-2007 by constantinescu
     733
     734BasePlugin.unsupported_encoding:ATENÅ¢IE: %s pare să fie codată cu o codare care nu are suport (%s) - folosind %s  # Updated 23-Nov-2007 by constantinescu
     735
     736BasePlugin.wrong_encoding:ATENÅ¢IE: %s a fost citit folosindu-se codarea %s dar apare codat ca %s.  # Updated 24-Nov-2007 by constantinescu
     737
     738BibTexPlugin.desc:BibTexPlug citeşte fişierele bibliografice în format BibTex. BibTexPlug crează un document obiect pentru fiecare referinşă din fişier. Acesta este o subclasă a lui SplitPlug, astfel că, în cazul existenÅ£ei a mai multor înregistrări, toate acestea sunt citite.  # Updated 23-Nov-2007 by constantinescu
     739
     740BookPlugin.desc:Crează un document multi-nivel din elementele de nivel <<TOC>>. Metadatele pentru fiecare secÅ£iune sunt recoltate din oricare alte taguri aflate pe acelaşi nivel cu <<TOC>>; de exemplu, <<Title>>xxxx<</Title>> furnizează metadatele pentru Titlu. orice altceva între tagurile TOC este creat ca şi cod html simplu (adică nu sunt procesate linkurile html sau orice alt material caracteristic pentru HTMLPlug). Se aşteaptă ca fişierele de intrare să aibe extensia .hb din start (acest lucru poate fi modificat prin adăugarea unei opÅ£iuni -process_exp unui fişier care are are acelaşi nume ca fişierul hb iar o extensie .jpg este preluată ca fiind imaginea coperÅ£ii (fişierele jpg sunt blocate de acest plugin). BookPlug reprezintă o simplificare (şi extensie) a HBPlug utilizat de colecÅ£iile Humanity Library. BookPlug este mai rapid şi aşteaptă ca fişierele de intrare să fie mai curate (Intrările în colecÅ£iile HDL conÅ£in o mulÅ£ime de taguri html în jurul tagurilor <<TOC>>, foloseşte tagurile <<I>> pentru a specifica imaginile şi pentru a lua pur şi simplu tot textul dintre tagurile  <<TOC>> iar debutul textului să fie metadatele Titlu). Dacă se marchează documentele care trebuie afişate în aceeaşi manieră precum colecÅ£iile HDL, utilizaÅ£i extensia în locul lui HBPlug.  # Updated 27-Nov-2007 by constantinescu
     741
     742ConvertBinaryFile.apply_fribidi:RulaÅ£i Algoritmul Unicode BidirecÅ£ional „fribidi” peste fişierul convertit (pentru textul de la dreapta la stânga).  # Updated 24-Nov-2007 by constantinescu
     743ConvertBinaryFile.convert_to:Extensia converteşte în TEXT sau HTML sau diversele tipuri de imagini (de exemplu JPEG, GIF, PNG).  # Updated 30-Oct-2007 by constantinescu
     744ConvertBinaryFile.convert_to.auto:Selectarea automată a formatului acoperit. Alegerea formatului depinde de tipul documentului introdus, de exemplu Word va fi convertit automat la HTML, iar PowerPoint va fi convertit în formatul Greenstone PagedImage.  # Updated 31-Oct-2007 by constantinescu
     745ConvertBinaryFile.convert_to.html:Format HTML.  # Updated 24-Nov-2007 by constantinescu
     746ConvertBinaryFile.convert_to.text:Formatul de text plat.  # Updated 23-Nov-2007 by constantinescu
     747ConvertBinaryFile.convert_to.pagedimg_jpg:Format JPEG.  # Updated 30-Oct-2007 by constantinescu
     748ConvertBinaryFile.convert_to.pagedimg_gif:Formatul GIF.  # Updated 24-Nov-2007 by constantinescu
     749ConvertBinaryFile.convert_to.pagedimg_png:formatul PNG.  # Updated 24-Nov-2007 by constantinescu
     750
     751ConvertBinaryFile.desc:Această extensie este moştenită de alte extensii precum WordPlug, PPTPlug, PSPlug, RTFPlug şi PDFPlug. Are rolul de a facilita conversia acestor tipuri de documente fie în HTML sau TEXT sau o serie de imagini. Modul de lucru este prin încărcarea dinamică a unei extensii secundare corespunzătoare (HTMLPlug, StructuredHTMLPlug, PagedImgPlug sau TEXTPlug) bazate pe argumentul extensiei 'convert_to'.  # Updated 23-Nov-2007 by constantinescu
     752ConvertBinaryFile.keep_original_filename:Decât să convertiÅ£i în formatul doc.pdf, doc.doc, mai bine Å£ineÅ£i numele fişierului original pentru fişierele asociate.  # Updated 30-Oct-2007 by constantinescu
     753ConvertBinaryFile.use_strings:Dacă este setat, va fi apelată o funcÅ£ie pentru stringuri simple pentru a extrage text dacă utilitarul de conversie eşuează în această operaÅ£iune.  # Updated 31-Oct-2007 by constantinescu
     754
     755ConvertToRogPlugin.desc:O extensie care moşteneşte din RogPlug.  # Updated 23-Nov-2007 by constantinescu
     756
     757CSVPlugin.desc:O extensie pentru fişierele în format csv - comma-separated value. Va fi creat un nou document pentru fiecare linie a fişierului.  # Updated 23-Nov-2007 by constantinescu
     758
     759DBPlugin.desc:O extensie care importă înregistrări dintr-o bază de date. Acesta utilizează modulul perl DBI, care include back-ends pentru mysql, postgresql, valori separate prin virgulă (CVS), MS Excel, ODBC, sybase, etc... Modulele suplimentare pot să aibe nevoie de instalare pentru a-l utiliza acesta. Vezi şi <GSDLHOME>/etc/packages/example.dbi pentru exemplul de fişier de configurare.  # Updated 23-Nov-2007 by constantinescu
     760
     761DBPlugin.title_sub:Expresie de înlocuire pentru a modifica fragmentul stocat ca fiind Titlul. Utilizat, de exemplu de către PSPlug pentru a elimina „Pagina 1” etc din textul utilizat ca fiind titlul.  # Updated 22-Nov-2007 by constantinescu
     762
     763DSpacePlugin.desc:DSpacePlug ia o colecÅ£ie de documente exportate din DSpace şi o importă în Greenstone.  # Updated 23-Nov-2007 by constantinescu
    764764   
    765 DSpacePlug.first_inorder_ext:Este folosit pentru a identifica streamul primar al uni document aparÅ£inând unei colecÅ£ii DSpace. Cu această opÅ£iune, sistemul va trata tipurile ext definite secvenÅ£ial pentru a căuta posibilul stream primar.  # Updated 31-Oct-2007 by constantinescu
    766 DSpacePlug.first_inorder_mime:Sunt folosite pentru a identifica streamul de date primar al unui document al unei colecÅ£ii DSpace. Cu această opÅ£iune, sistemul va trata tipurile de fişiere definite secvenÅ£ial pentru a identifica posibilul stream primar.  # Updated 30-Oct-2007 by constantinescu
    767 DSpacePlug.only_first_doc:Aceasta este utilizată pentru a identifica fluxul primar de date al documentului reprezentând o colecÅ£ie DSpace. Având această opÅ£iune, sistemul va trata primul document din fişierul de metadate dublin_core ca fiind primul flux primar posibil.  # Updated 23-Nov-2007 by constantinescu
    768 
    769 EMAILPlug.desc:Extensia pentru emailuri. Emailurile sunt numite cu un simplu număr (aşa cum apar ele în directoarele de mailing) sau cu extensia .mbx (de la mbox mail file format).\nTextul documentului: textul documentului constă din tot textul de după prima linie goală din document.\nMetadatele (nu şi Dublin Core!):\n\t\$Headere      Tot conÅ£inutul headerului (opÅ£ional, nu este stocat implicit)\n\t\$Subject      Subject: header\n\t\$To           To: header\n\t\$From         From: header\n\t\$FromName
    770 
    771 EMAILPlug.no_attachments:Nu salva ataşamentele mesajelor.  # Updated 31-Oct-2007 by constantinescu
    772 
    773 EMAILPlug.headers:StocaÅ£i headere email ca metadate "Headers".  # Updated 24-Nov-2007 by constantinescu
    774 
    775 EMAILPlug.split_exp:O expresie regulată utilizată pentru a desface fişierele care conÅ£in multe mesaje în documentele individuale.  # Updated 23-Nov-2007 by constantinescu
    776 
    777 ExcelPlug.desc:O extensie pentru importul fişierelor MS Excel (versiunile 95 şi 97).  # Updated 23-Nov-2007 by constantinescu
    778 
    779 FOXPlug.desc:Extensie pentru procesarea fişierelor dbt Foxbase. Această extensie furnizează funcÅ£ionalităţi de bază pentru a citi fişierele dbt şi dbf şi pentru a procesa fiecare înregistrare. Această extensie generală ar trebui suprascrisă pentru o anume bază de date pentru a procesa câmpurile corespunzătoare din fişier.  # Updated 24-Nov-2007 by constantinescu
    780 
    781 GAPlug.desc:Procesează documente de arhivă XML ale Greenstone. Trebuie notat că această extensie nu face nicio verificare a sintaxei (prin intermediul modulului XML::Parser, modulul testează conformitatea). Se presupune că fişierele de arhivă Greenstone sunt conforme cu DTD-ul aferent.  # Updated 24-Nov-2007 by constantinescu
    782 
    783 GISBasPlug.extract_placenames:Extrage toponimele din text şi le va seta ca metadate. Necesită preinstalarea extensiei GIS pentru Greenstone.  # Updated 31-Oct-2007 by constantinescu
    784 
    785 GISBasPlug.gazetteer:Gazetteer folosit pentru a extrage toponime din text şi pentru a le seta ca metadate. Necesită extensia GIS în Greenstone.  # Updated 5-Nov-2007 by constantinescu
    786 
    787 GISBasPlug.place_list:La momentul extragerii amplasamentelor sunt incluse o lustă de toponime la începutul documentului. Necesită instalarea în prealabil al extensiei GIS pentru Greenstone.  # Updated 30-Oct-2007 by constantinescu
    788 
    789 GMLPlug.desc:Extensie care procesează un document în format GML. Se presupune că tagurile gml sunt toate scrise cu minuscule.  # Updated 24-Nov-2007 by constantinescu
    790 
    791 HBPlug.desc:O extensie care procesează directorul unei cărÅ£i în format HTML. Această extensie este folosită de colecÅ£iile Humanity Library şi nu gestionează coduri de input altele decât ascii sau ascii extins. Acest cod este cam „urât” şi poate fi optimizat fără discuÅ£ii. Doresc să încurajez oamenii să-şi construiască colecÅ£iile mai bine cu extensia HBSPlug ;-)\n\nUtilizaÅ£i HBSPlug dacă construiÅ£i noi colecÅ£ii şi alcătuiÅ£i fişiere precum cele ale colecÅ£iilor Humanity Library. HBSPlug acceptă toate codurile de input, dar are pretenÅ£ia ca marcajul HTML să fie mai curat decât cel folosit de colecÅ£iile Humanity Library  # Updated 30-Oct-2007 by constantinescu
    792 
    793 HTMLPlug.assoc_files:Expresii regulate Perl ale extensiilor fişierelor care pot fi asociate cu documentele html.  # Updated 23-Nov-2007 by constantinescu
    794 
    795 HTMLPlug.desc:Această extensie procesează fişiere HTML  # Updated 31-Oct-2007 by constantinescu
    796 
    797 HTMLPlug.description_tags:Sparge documentul în subsecÅ£iuni acolo unde apar tagurile <Section>. '-keep_head' nu va avea niciun efect atunci când este setată această opÅ£iune.  # Updated 31-Oct-2007 by constantinescu
    798 
    799 HTMLPlug.extract_style:ExtrageÅ£i  informaÅ£ii privind stilurile şi scripturile din tagul <head> al codului HTML şi salvaÅ£i-l ca metadate DocumentHeader. Acesta va fi setat în pagina documentului ca şi _document:documentheader_ macro.  # Updated 23-Nov-2007 by constantinescu
    800 
    801 HTMLPlug.file_is_url:Setat dacă fişierele intrate exhibă url-ul documentului sursă original, de exemplu dacă un instrument de mirroring a fost folosit pentru a crea structura de directorului de import.  # Updated 31-Oct-2007 by constantinescu
    802 
    803 HTMLPlug.hunt_creator_metadata:CăutaÅ£i cât mai multe metadate posibile privind autorii şi plasaÅ£ile în câmpul 'Creator'.  # Updated 23-Nov-2007 by constantinescu
    804 
    805 HTMLPlug.keep_head:Nu elimina headerele din fişierele html.  # Updated 31-Oct-2007 by constantinescu
    806 
    807 HTMLPlug.metadata_fields:O listă de câmpuri de metadate separată prin virgule care se doreşte a fi extrasă. UtilizaÅ£i 'tag<tagname>' pentru a avea conÅ£inutul primei perechi <tagname> pus într-un element de metadate numit 'tagname'. CapitalizaÅ£i aceasta dacă doriÅ£i metadatele să fie capitalizate în Greenstone pentru că oricum extragerea tagurilor nu este sensibilă la mărimea caracterului.  # Updated 24-Nov-2007 by constantinescu
    808 
    809 HTMLPlug.no_metadata:Nu încercaÅ£i să extrageÅ£i nicio metadată din fişiere.  # Updated 24-Nov-2007 by constantinescu
    810 
    811 HTMLPlug.no_strip_metadata_html:Listă de nume de metadate separate sau 'toate'. Utilizată cu -description_tags are ca efect prevenirea pierderii tagurilor HTML din valorile pentru metadatele specificate.  # Updated 23-Nov-2007 by constantinescu
    812 
    813 HTMLPlug.nolinks:Nu încercaÅ£i să capturaÅ£i linkuri (setarea acestui marcator vă poate îmbunătăţi viteza de construcÅ£ie/import, dar oricare linkuri relative din cadrul documentului vor fi pierdute).  # Updated 24-Nov-2007 by constantinescu
    814 
    815 HTMLPlug.rename_assoc_files:Redenumeşte fişierele asociate cu documente (de exemplu imaginile). De asemenea, creează o structură de directoare mult mai joasă (util atunci când sunt create colecÅ£iile care merg pe cd-rom).  # Updated 24-Nov-2007 by constantinescu
    816 
    817 HTMLPlug.sectionalise_using_h_tags:CreaÅ£i automat un document alcătuit pe secÅ£iuni folosind tagurile h1, h2, ... hX.  # Updated 24-Nov-2007 by constantinescu
    818 
    819 HTMLPlug.title_sub:Expresie de substituire pentru a modifica stringul stocat ca Titlu. Utilizat, de exemplu, pentru PDFPlug pentru a elimina "Page 1", etc din text şi care este utilizat ca titlu.  # Updated 23-Nov-2007 by constantinescu
    820 
    821 HTMLPlug.tidy_html:Dacă este setat, converteşte un document HTML într-un document XHTML bine format. Permite utilizatorilor să vadă documentul în format carte.  # Updated 31-Oct-2007 by constantinescu
    822 
    823 HTMLPlug.old_style_HDL:Pentru a marca dacă fişierul din această colecÅ£ie este încadrat unei secÅ£iuni utilizând vechiul stil de secÅ£iune HDL.  # Updated 23-Nov-2007 by constantinescu
    824 
    825 ImagePlug.converttotype:Converteşte imaginea principală la formatul 's'.  # Updated 30-Oct-2007 by constantinescu
    826 
    827 ImagePlug.desc:Această extensie procesează imagini adăugând metadate de bază.  # Updated 31-Oct-2007 by constantinescu
    828 
    829 ImagePlug.minimumsize:Ignoră imaginile mai mici de n byte.  # Updated 23-Nov-2007 by constantinescu
    830 
    831 ImagePlug.noscaleup:Nu modificaÅ£i dimensiunea imaginilor de mică dimensiune atunci când generaÅ£i imaginile miniatură (thumbnails).  # Updated 27-Nov-2007 by constantinescu
    832 
    833 ImagePlug.screenviewsize:Dacă este setat, face o imagine de dimensiunea n să corespundă cu ecranul şi setează şi metadatele Screen, ScreenSize, ScreenWidth şi ScreenHeight. În mod implicit acesta nu este setat.  # Updated 23-Nov-2007 by constantinescu
    834 
    835 ImagePlug.screenviewtype:Dacă este setat -screenviewsize, atunci este setat tipul de imagine a ecranului.  # Updated 24-Nov-2007 by constantinescu
    836 
    837 ImagePlug.thumbnailsize:FaceÅ£i imagini miniatură de dimensiunea nxn.  # Updated 23-Nov-2007 by constantinescu
    838 
    839 ImagePlug.thumbnailtype:Se fac miniaturile (thumbnails) în formatul 's'.  # Updated 31-Oct-2007 by constantinescu
    840 
    841 IndexPlug.desc:Această extensie recursivă procesează un fişier index.txt. Fişierul index.txt ar trebui să conÅ£ină o listă de fişiere care să fie incluse în colecÅ£ie urmate de metadate suplimentare care să fie asociate cu fiecare fişier.\n\nFişierul index.txt ar trebui formatat după cum urmează: Prima linie ar trebui să fie o cheie (porniÅ£i cu o cheie:) pentru a denumi câmpurile de metadate (de exemplu, cheia: Subject Organization Date). Următoarele linii vor conÅ£ine un nume de fişier urmat de valoarea cu care trebuie să fie setat elementul de metadate. (de exemplu, „irma/iw097e 3.2 unesco 1993” va asocia metadatele Subiect=3.2, OrganizaÅ£ie=unesco, şi Data=1993 cu fişierul irma/iw097e dacă a fost utilizată cheia de mai sus)\n\nTrebuie remarcat că dacă oricare dintre câmpurile de metadate utilizaează extensia de clasificator al Ierarhiei, atunci valoarea cu care sunt setate ar trebui să corespundă cu primul câmp (descriptorul) în fişierul de clasificare corespunzător.\n\nValorile de Metadate pot fi numite separat folosindu-se un tag (de exemplu, <Subiect>3.2) iar aceasta va avea ca efect suprascrierea oricărui nume dat acestora prin linia cheie. Dacă nu există nicio linie cheie, oricare metadate care nu au fost denumite, vor fi numite „Subiect”.  # Updated 24-Nov-2007 by constantinescu
    842 
    843 ISISPlug.desc:Această extensie procesează bazele de date CDS/ISIS. Pentru fiecare bază de date CDS/ISIS procesată, trebuie să existe trei fişiere în directorul de import al colecÅ£iei: fişiere Master (.mst), Field Definition Table (.fdt) şi Cross-Reference File (.xrf).  # Updated 24-Nov-2007 by constantinescu
    844 
    845 ISISPlug.subfield_separator:Stringul folosit pentru separarea subcâmpurilor în baza de înregistrări CDS/ISIS.  # Updated 31-Oct-2007 by constantinescu
    846 
    847 ISISPlug.entry_separator:Stringul folosit pentru a separa valorile multiple care să folosească câmpurilor unice de metadate în cazul înregistrărilor CDS/ISIS.  # Updated 30-Oct-2007 by constantinescu
    848 
    849 LaTeXPlug.desc:Extensie pentru documente LaTeX.  # Updated 24-Nov-2007 by constantinescu
    850 
    851 LOMPlug.desc:Extensie pentru importarea fişierelor LOM (Learning Object Metadata).  # Updated 23-Nov-2007 by constantinescu
    852 
    853 LOMPlug.root_tag:DocType-ul fişierului XML (sau o expresie regulată care se potriveşte elementului rădăcină).  # Updated 31-Oct-2007 by constantinescu
    854 LOMPlug.check_timestamp:Verifică marcajele temporale (timestamps) a fişierelor descărcate anterior şi descărcaÅ£i doar dacă fişierul sursă este mai nou.  # Updated 27-Nov-2007 by constantinescu
    855 LOMPlug.download_srcdocs:DescărcaÅ£i documentul susrsă dacă este specificat unul (în general^identifier^entry sau technical^location). Această opÅ£iune ar trebui să specifice o expresie regulată pentru a potrivi numele fişierelor înainte de a fi descărcate. Trebuie spus că această funcÅ£ionalitate nu lucrează pentru documentele aflate în afara unui firewall.  # Updated 23-Nov-2007 by constantinescu
    856 
    857 MARCPlug.desc:Extensie pentru suportul MARC.  # Updated 30-Oct-2007 by constantinescu
    858 
    859 MARCPlug.metadata_mapping:Numele fişierului care include detaliile de mapare din valorile MARC către numele metadatelor Greenstone. Au fost găsite setările implicite în 'marctodc.txt' din directorul etc al siteului.  # Updated 31-Oct-2007 by constantinescu
    860 
    861 MARCXMLPlug.desc:Extensie MARCXML.  # Updated 30-Oct-2007 by constantinescu
    862 
    863 MARCXMLPlug.metadata_mapping_file:Numele fişierului care include detalii de mapare din valorile MARC pentru numele metadatelor Greenstone. Setările implicite pentru „marctodc.txt” se găsesc în directorul etc al site-ului.  # Updated 24-Nov-2007 by constantinescu
    864 
    865 MediaWikiPlug.desc:Extensie pentru importul paginilor web MediaWiki  # Updated 24-Nov-2007 by constantinescu
    866 
    867 MediaWikiPlug.show_toc:Adaugă la pagina About a paginii 'cuprinsul' (table of contents) al paginii principale a website-ului MediaWiki vizat. Trebuie specificată o expresie regulată Perl mai jos în toc_exp pentru a corespunde cu secÅ£iunea 'cuprins'.  # Updated 27-Nov-2007 by constantinescu
    868 
    869 MediaWikiPlug.delete_toc:Şterge secÅ£iunea 'table of contents' a fiecărei pagini HTML. Trebuie specificată o expresie regulată Perl în toc_exp mai jos pentru a face potrivirea cu secÅ£iunea 'table of contents'.  # Updated 23-Nov-2007 by constantinescu
    870 
    871 MediaWikiPlug.toc_exp:Expresie regulată Perl pentru a potrivi cu 'table of content'. Valoarea implicită se potriveşte cu paginile web generate de MediaWiki.  # Updated 31-Oct-2007 by constantinescu
    872 
    873 MediaWikiPlug.delete_nav:ŞtergeÅ£i secÅ£iunea de navigare. Trebuie specificată o expresie regulată Perl în nav_div_exp mai jos.  # Updated 23-Nov-2007 by constantinescu
    874 
    875 MediaWikiPlug.nav_div_exp:O expresie regulată Perl pentru a se potrivi cu secÅ£iunea de navigare. Valoarea implicită se potriveşte cu stilul de redactare comun al paginilor MediaWiki.  # Updated 23-Nov-2007 by constantinescu
    876 
    877 MediaWikiPlug.delete_searchbox:Şterge secÅ£iunea de căutare. Trebuie să specifice o expresie regulată mai jos în searchbox_div_exp.  # Updated 30-Oct-2007 by constantinescu
    878 
    879 MediaWikiPlug.searchbox_div_id:O expresie regulată care să se potrivească cu secÅ£iunea de căutare. Valorile implicite se potrivesc cu cele ale paginilor obisnuite ale MediaWiki.  # Updated 30-Oct-2007 by constantinescu
    880 
    881 MediaWikiPlug.remove_title_suffix_exp:O expresie regulată Perl pentru a „peria” titlul extras. De exemplu, \\s-(.+) va filtra conÅ£inutul titlului după „-”.  # Updated 24-Nov-2007 by constantinescu
    882 
    883 MetadataCSVPlug.desc:O extensie pentru metadate în formatul de valori separate prin virgule. Câmpul numelui fişierului din fişierul CSV este utilizat petru a determina cărui document aparÅ£in metadatele.  # Updated 24-Nov-2007 by constantinescu
     765DSpacePlugin.first_inorder_ext:Este folosit pentru a identifica streamul primar al uni document aparÅ£inând unei colecÅ£ii DSpace. Cu această opÅ£iune, sistemul va trata tipurile ext definite secvenÅ£ial pentru a căuta posibilul stream primar.  # Updated 31-Oct-2007 by constantinescu
     766DSpacePlugin.first_inorder_mime:Sunt folosite pentru a identifica streamul de date primar al unui document al unei colecÅ£ii DSpace. Cu această opÅ£iune, sistemul va trata tipurile de fişiere definite secvenÅ£ial pentru a identifica posibilul stream primar.  # Updated 30-Oct-2007 by constantinescu
     767DSpacePlugin.only_first_doc:Aceasta este utilizată pentru a identifica fluxul primar de date al documentului reprezentând o colecÅ£ie DSpace. Având această opÅ£iune, sistemul va trata primul document din fişierul de metadate dublin_core ca fiind primul flux primar posibil.  # Updated 23-Nov-2007 by constantinescu
     768
     769EmailPlugin.desc:Extensia pentru emailuri. Emailurile sunt numite cu un simplu număr (aşa cum apar ele în directoarele de mailing) sau cu extensia .mbx (de la mbox mail file format).\nTextul documentului: textul documentului constă din tot textul de după prima linie goală din document.\nMetadatele (nu şi Dublin Core!):\n\t\$Headere      Tot conÅ£inutul headerului (opÅ£ional, nu este stocat implicit)\n\t\$Subject      Subject: header\n\t\$To           To: header\n\t\$From         From: header\n\t\$FromName
     770
     771EmailPlugin.no_attachments:Nu salva ataşamentele mesajelor.  # Updated 31-Oct-2007 by constantinescu
     772
     773EmailPlugin.headers:StocaÅ£i headere email ca metadate "Headers".  # Updated 24-Nov-2007 by constantinescu
     774
     775EmailPlugin.split_exp:O expresie regulată utilizată pentru a desface fişierele care conÅ£in multe mesaje în documentele individuale.  # Updated 23-Nov-2007 by constantinescu
     776
     777ExcelPlugin.desc:O extensie pentru importul fişierelor MS Excel (versiunile 95 şi 97).  # Updated 23-Nov-2007 by constantinescu
     778
     779FOXPlugin.desc:Extensie pentru procesarea fişierelor dbt Foxbase. Această extensie furnizează funcÅ£ionalităţi de bază pentru a citi fişierele dbt şi dbf şi pentru a procesa fiecare înregistrare. Această extensie generală ar trebui suprascrisă pentru o anume bază de date pentru a procesa câmpurile corespunzătoare din fişier.  # Updated 24-Nov-2007 by constantinescu
     780
     781GAPlugin.desc:Procesează documente de arhivă XML ale Greenstone. Trebuie notat că această extensie nu face nicio verificare a sintaxei (prin intermediul modulului XML::Parser, modulul testează conformitatea). Se presupune că fişierele de arhivă Greenstone sunt conforme cu DTD-ul aferent.  # Updated 24-Nov-2007 by constantinescu
     782
     783GISExtractor.extract_placenames:Extrage toponimele din text şi le va seta ca metadate. Necesită preinstalarea extensiei GIS pentru Greenstone.  # Updated 31-Oct-2007 by constantinescu
     784
     785GISExtractor.gazetteer:Gazetteer folosit pentru a extrage toponime din text şi pentru a le seta ca metadate. Necesită extensia GIS în Greenstone.  # Updated 5-Nov-2007 by constantinescu
     786
     787GISExtractor.place_list:La momentul extragerii amplasamentelor sunt incluse o lustă de toponime la începutul documentului. Necesită instalarea în prealabil al extensiei GIS pentru Greenstone.  # Updated 30-Oct-2007 by constantinescu
     788
     789GMLPlugin.desc:Extensie care procesează un document în format GML. Se presupune că tagurile gml sunt toate scrise cu minuscule.  # Updated 24-Nov-2007 by constantinescu
     790
     791HBPlugin.desc:O extensie care procesează directorul unei cărÅ£i în format HTML. Această extensie este folosită de colecÅ£iile Humanity Library şi nu gestionează coduri de input altele decât ascii sau ascii extins. Acest cod este cam „urât” şi poate fi optimizat fără discuÅ£ii. Doresc să încurajez oamenii să-şi construiască colecÅ£iile mai bine cu extensia HBSPlug ;-)\n\nUtilizaÅ£i HBSPlug dacă construiÅ£i noi colecÅ£ii şi alcătuiÅ£i fişiere precum cele ale colecÅ£iilor Humanity Library. HBSPlug acceptă toate codurile de input, dar are pretenÅ£ia ca marcajul HTML să fie mai curat decât cel folosit de colecÅ£iile Humanity Library  # Updated 30-Oct-2007 by constantinescu
     792
     793HTMLPlugin.assoc_files:Expresii regulate Perl ale extensiilor fişierelor care pot fi asociate cu documentele html.  # Updated 23-Nov-2007 by constantinescu
     794
     795HTMLPlugin.desc:Această extensie procesează fişiere HTML  # Updated 31-Oct-2007 by constantinescu
     796
     797HTMLPlugin.description_tags:Sparge documentul în subsecÅ£iuni acolo unde apar tagurile <Section>. '-keep_head' nu va avea niciun efect atunci când este setată această opÅ£iune.  # Updated 31-Oct-2007 by constantinescu
     798
     799HTMLPlugin.extract_style:ExtrageÅ£i  informaÅ£ii privind stilurile şi scripturile din tagul <head> al codului HTML şi salvaÅ£i-l ca metadate DocumentHeader. Acesta va fi setat în pagina documentului ca şi _document:documentheader_ macro.  # Updated 23-Nov-2007 by constantinescu
     800
     801HTMLPlugin.file_is_url:Setat dacă fişierele intrate exhibă url-ul documentului sursă original, de exemplu dacă un instrument de mirroring a fost folosit pentru a crea structura de directorului de import.  # Updated 31-Oct-2007 by constantinescu
     802
     803HTMLPlugin.hunt_creator_metadata:CăutaÅ£i cât mai multe metadate posibile privind autorii şi plasaÅ£ile în câmpul 'Creator'.  # Updated 23-Nov-2007 by constantinescu
     804
     805HTMLPlugin.keep_head:Nu elimina headerele din fişierele html.  # Updated 31-Oct-2007 by constantinescu
     806
     807HTMLPlugin.metadata_fields:O listă de câmpuri de metadate separată prin virgule care se doreşte a fi extrasă. UtilizaÅ£i 'tag<tagname>' pentru a avea conÅ£inutul primei perechi <tagname> pus într-un element de metadate numit 'tagname'. CapitalizaÅ£i aceasta dacă doriÅ£i metadatele să fie capitalizate în Greenstone pentru că oricum extragerea tagurilor nu este sensibilă la mărimea caracterului.  # Updated 24-Nov-2007 by constantinescu
     808
     809HTMLPlugin.no_metadata:Nu încercaÅ£i să extrageÅ£i nicio metadată din fişiere.  # Updated 24-Nov-2007 by constantinescu
     810
     811HTMLPlugin.no_strip_metadata_html:Listă de nume de metadate separate sau 'toate'. Utilizată cu -description_tags are ca efect prevenirea pierderii tagurilor HTML din valorile pentru metadatele specificate.  # Updated 23-Nov-2007 by constantinescu
     812
     813HTMLPlugin.nolinks:Nu încercaÅ£i să capturaÅ£i linkuri (setarea acestui marcator vă poate îmbunătăţi viteza de construcÅ£ie/import, dar oricare linkuri relative din cadrul documentului vor fi pierdute).  # Updated 24-Nov-2007 by constantinescu
     814
     815HTMLPlugin.rename_assoc_files:Redenumeşte fişierele asociate cu documente (de exemplu imaginile). De asemenea, creează o structură de directoare mult mai joasă (util atunci când sunt create colecÅ£iile care merg pe cd-rom).  # Updated 24-Nov-2007 by constantinescu
     816
     817HTMLPlugin.sectionalise_using_h_tags:CreaÅ£i automat un document alcătuit pe secÅ£iuni folosind tagurile h1, h2, ... hX.  # Updated 24-Nov-2007 by constantinescu
     818
     819HTMLPlugin.title_sub:Expresie de substituire pentru a modifica stringul stocat ca Titlu. Utilizat, de exemplu, pentru PDFPlug pentru a elimina "Page 1", etc din text şi care este utilizat ca titlu.  # Updated 23-Nov-2007 by constantinescu
     820
     821HTMLPlugin.tidy_html:Dacă este setat, converteşte un document HTML într-un document XHTML bine format. Permite utilizatorilor să vadă documentul în format carte.  # Updated 31-Oct-2007 by constantinescu
     822
     823HTMLPlugin.old_style_HDL:Pentru a marca dacă fişierul din această colecÅ£ie este încadrat unei secÅ£iuni utilizând vechiul stil de secÅ£iune HDL.  # Updated 23-Nov-2007 by constantinescu
     824
     825ImagePlugin.converttotype:Converteşte imaginea principală la formatul 's'.  # Updated 30-Oct-2007 by constantinescu
     826
     827ImagePlugin.desc:Această extensie procesează imagini adăugând metadate de bază.  # Updated 31-Oct-2007 by constantinescu
     828
     829ImagePlugin.minimumsize:Ignoră imaginile mai mici de n byte.  # Updated 23-Nov-2007 by constantinescu
     830
     831ImagePlugin.noscaleup:Nu modificaÅ£i dimensiunea imaginilor de mică dimensiune atunci când generaÅ£i imaginile miniatură (thumbnails).  # Updated 27-Nov-2007 by constantinescu
     832
     833ImagePlugin.screenviewsize:Dacă este setat, face o imagine de dimensiunea n să corespundă cu ecranul şi setează şi metadatele Screen, ScreenSize, ScreenWidth şi ScreenHeight. În mod implicit acesta nu este setat.  # Updated 23-Nov-2007 by constantinescu
     834
     835ImagePlugin.screenviewtype:Dacă este setat -screenviewsize, atunci este setat tipul de imagine a ecranului.  # Updated 24-Nov-2007 by constantinescu
     836
     837ImagePlugin.thumbnailsize:FaceÅ£i imagini miniatură de dimensiunea nxn.  # Updated 23-Nov-2007 by constantinescu
     838
     839ImagePlugin.thumbnailtype:Se fac miniaturile (thumbnails) în formatul 's'.  # Updated 31-Oct-2007 by constantinescu
     840
     841IndexPlugin.desc:Această extensie recursivă procesează un fişier index.txt. Fişierul index.txt ar trebui să conÅ£ină o listă de fişiere care să fie incluse în colecÅ£ie urmate de metadate suplimentare care să fie asociate cu fiecare fişier.\n\nFişierul index.txt ar trebui formatat după cum urmează: Prima linie ar trebui să fie o cheie (porniÅ£i cu o cheie:) pentru a denumi câmpurile de metadate (de exemplu, cheia: Subject Organization Date). Următoarele linii vor conÅ£ine un nume de fişier urmat de valoarea cu care trebuie să fie setat elementul de metadate. (de exemplu, „irma/iw097e 3.2 unesco 1993” va asocia metadatele Subiect=3.2, OrganizaÅ£ie=unesco, şi Data=1993 cu fişierul irma/iw097e dacă a fost utilizată cheia de mai sus)\n\nTrebuie remarcat că dacă oricare dintre câmpurile de metadate utilizaează extensia de clasificator al Ierarhiei, atunci valoarea cu care sunt setate ar trebui să corespundă cu primul câmp (descriptorul) în fişierul de clasificare corespunzător.\n\nValorile de Metadate pot fi numite separat folosindu-se un tag (de exemplu, <Subiect>3.2) iar aceasta va avea ca efect suprascrierea oricărui nume dat acestora prin linia cheie. Dacă nu există nicio linie cheie, oricare metadate care nu au fost denumite, vor fi numite „Subiect”.  # Updated 24-Nov-2007 by constantinescu
     842
     843ISISPlugin.desc:Această extensie procesează bazele de date CDS/ISIS. Pentru fiecare bază de date CDS/ISIS procesată, trebuie să existe trei fişiere în directorul de import al colecÅ£iei: fişiere Master (.mst), Field Definition Table (.fdt) şi Cross-Reference File (.xrf).  # Updated 24-Nov-2007 by constantinescu
     844
     845ISISPlugin.subfield_separator:Stringul folosit pentru separarea subcâmpurilor în baza de înregistrări CDS/ISIS.  # Updated 31-Oct-2007 by constantinescu
     846
     847ISISPlugin.entry_separator:Stringul folosit pentru a separa valorile multiple care să folosească câmpurilor unice de metadate în cazul înregistrărilor CDS/ISIS.  # Updated 30-Oct-2007 by constantinescu
     848
     849LaTeXPlugin.desc:Extensie pentru documente LaTeX.  # Updated 24-Nov-2007 by constantinescu
     850
     851LOMPlugin.desc:Extensie pentru importarea fişierelor LOM (Learning Object Metadata).  # Updated 23-Nov-2007 by constantinescu
     852
     853LOMPlugin.root_tag:DocType-ul fişierului XML (sau o expresie regulată care se potriveşte elementului rădăcină).  # Updated 31-Oct-2007 by constantinescu
     854LOMPlugin.check_timestamp:Verifică marcajele temporale (timestamps) a fişierelor descărcate anterior şi descărcaÅ£i doar dacă fişierul sursă este mai nou.  # Updated 27-Nov-2007 by constantinescu
     855LOMPlugin.download_srcdocs:DescărcaÅ£i documentul susrsă dacă este specificat unul (în general^identifier^entry sau technical^location). Această opÅ£iune ar trebui să specifice o expresie regulată pentru a potrivi numele fişierelor înainte de a fi descărcate. Trebuie spus că această funcÅ£ionalitate nu lucrează pentru documentele aflate în afara unui firewall.  # Updated 23-Nov-2007 by constantinescu
     856
     857MARCPlugin.desc:Extensie pentru suportul MARC.  # Updated 30-Oct-2007 by constantinescu
     858
     859MARCPlugin.metadata_mapping:Numele fişierului care include detaliile de mapare din valorile MARC către numele metadatelor Greenstone. Au fost găsite setările implicite în 'marctodc.txt' din directorul etc al siteului.  # Updated 31-Oct-2007 by constantinescu
     860
     861MARCXMLPlugin.desc:Extensie MARCXML.  # Updated 30-Oct-2007 by constantinescu
     862
     863MARCXMLPlugin.metadata_mapping_file:Numele fişierului care include detalii de mapare din valorile MARC pentru numele metadatelor Greenstone. Setările implicite pentru „marctodc.txt” se găsesc în directorul etc al site-ului.  # Updated 24-Nov-2007 by constantinescu
     864
     865MediaWikiPlugin.desc:Extensie pentru importul paginilor web MediaWiki  # Updated 24-Nov-2007 by constantinescu
     866
     867MediaWikiPlugin.show_toc:Adaugă la pagina About a paginii 'cuprinsul' (table of contents) al paginii principale a website-ului MediaWiki vizat. Trebuie specificată o expresie regulată Perl mai jos în toc_exp pentru a corespunde cu secÅ£iunea 'cuprins'.  # Updated 27-Nov-2007 by constantinescu
     868
     869MediaWikiPlugin.delete_toc:Şterge secÅ£iunea 'table of contents' a fiecărei pagini HTML. Trebuie specificată o expresie regulată Perl în toc_exp mai jos pentru a face potrivirea cu secÅ£iunea 'table of contents'.  # Updated 23-Nov-2007 by constantinescu
     870
     871MediaWikiPlugin.toc_exp:Expresie regulată Perl pentru a potrivi cu 'table of content'. Valoarea implicită se potriveşte cu paginile web generate de MediaWiki.  # Updated 31-Oct-2007 by constantinescu
     872
     873MediaWikiPlugin.delete_nav:ŞtergeÅ£i secÅ£iunea de navigare. Trebuie specificată o expresie regulată Perl în nav_div_exp mai jos.  # Updated 23-Nov-2007 by constantinescu
     874
     875MediaWikiPlugin.nav_div_exp:O expresie regulată Perl pentru a se potrivi cu secÅ£iunea de navigare. Valoarea implicită se potriveşte cu stilul de redactare comun al paginilor MediaWiki.  # Updated 23-Nov-2007 by constantinescu
     876
     877MediaWikiPlugin.delete_searchbox:Şterge secÅ£iunea de căutare. Trebuie să specifice o expresie regulată mai jos în searchbox_div_exp.  # Updated 30-Oct-2007 by constantinescu
     878
     879MediaWikiPlugin.searchbox_div_id:O expresie regulată care să se potrivească cu secÅ£iunea de căutare. Valorile implicite se potrivesc cu cele ale paginilor obisnuite ale MediaWiki.  # Updated 30-Oct-2007 by constantinescu
     880
     881MediaWikiPlugin.remove_title_suffix_exp:O expresie regulată Perl pentru a „peria” titlul extras. De exemplu, \\s-(.+) va filtra conÅ£inutul titlului după „-”.  # Updated 24-Nov-2007 by constantinescu
     882
     883MetadataCSVPlugin.desc:O extensie pentru metadate în formatul de valori separate prin virgule. Câmpul numelui fişierului din fişierul CSV este utilizat petru a determina cărui document aparÅ£in metadatele.  # Updated 24-Nov-2007 by constantinescu
    884884
    885885MetadataPass.desc:O clasă de bază On-the-side pentru BasPlug care suportă extensii pentru metadate utilizează o trecere metadata_read a scriptului import.pl  # Updated 23-Nov-2007 by constantinescu
    886886
    887 METSPlug.desc:Procesarea documentelor după stilul METS Greenstone  # Updated 23-Nov-2007 by constantinescu
    888 
    889 GISBasPlug.desc:Clasa de bază on-the-side al lui BasPlug care suportă capabilităţi GIS  # Updated 23-Nov-2007 by constantinescu
    890 
    891 NULPlug.desc:Extensie pentru fişiere şuşă - dummy (.nul). Utilizat cu fişierele produse prin destinderea metadatelor fişierelor din bază.  # Updated 5-Nov-2007 by constantinescu
    892 
    893 NULPlug.assoc_field:Numele câmpului de metadate care va fi setat pentru fiecare fişier nul.  # Updated 24-Nov-2007 by constantinescu
    894 NULPlug.add_metadata_as_text:Adăugarea unei tabele de metadate ca text al documentului e mai bine decât să te loveşti de lipsă semnalată prin „Acest document nu conÅ£ine text”.  # Updated 30-Oct-2007 by constantinescu
    895 
    896 NULPlug.remove_namespace_for_text:EliminaÅ£i namespace-urile pentru numele metadatelor in documentul text (dacă este setat add_metadata_as_text)  # Updated 24-Nov-2007 by constantinescu
    897 
    898 OAIPlug.desc:Extensie de bază pentru Open Archives Initiative (OAI).  # Updated 24-Nov-2007 by constantinescu
    899 
    900 OggVorbisPlug.add_technical_metadata:Adaugă metadate de ordin tehnic, de exemplu bitrate-ul.  # Updated 31-Oct-2007 by constantinescu
    901 
    902 OggVorbisPlug.desc:O extensie capabilă de a importa fişiere audio Ogg Vorbis.  # Updated 30-Oct-2007 by constantinescu
    903 
    904 OpenDocumentPlug.desc:Extensie pentru formatul OpenDocument al OASIS (utilizat de OpenOffice 2.0)  # Updated 23-Nov-2007 by constantinescu
    905 
    906 PagedImgPlug.desc:Extensie pentru documentele alcătuite dintr-o serie de imagini cu text OCRizat pentru fiecare imagine. Această extensie procesează fişiere .item, care listează secvenÅ£a fişierelor de text şi imagine şi furnizează metadate.  # Updated 23-Nov-2007 by constantinescu
    907 
    908 PagedImgPlug.documenttype:SetaÅ£i tipul documentului (utilizat pentru afişare)  # Updated 24-Nov-2007 by constantinescu
    909 PagedImgPlug.documenttype.paged:Documentele având pagini au săgeÅ£i următoarea şi anterior precum şi o căsuţă 'mergi la pagina X'  # Updated 24-Nov-2007 by constantinescu
    910 PagedImgPlug.documenttype.hierarchy:Documentele ierarhice au un cuprins  # Updated 23-Nov-2007 by constantinescu
    911 
    912 PagedImgPlug.headerpage:AdăugaÅ£i headerul de nivel înalt al unei pagini (care nu conÅ£ine nicio imagine) fiecărui document.  # Updated 24-Nov-2007 by constantinescu
    913 
    914 PagedImgPlug.screenview:Produce o imagine de prezentare pentru fiecare imagine în sine si sunt setate metadatele Screen, ScreenSize, ScreenWidth şi ScreenHeight.  # Updated 24-Nov-2007 by constantinescu
    915 
    916 PagedImgPlug.screenviewsize:Se fac imagini pentru ecran de dimensiunea nxn.  # Updated 27-Nov-2007 by constantinescu
    917 
    918 PagedImgPlug.screenviewtype:FaceÅ£i capturi de ecran în format 's'.  # Updated 30-Oct-2007 by constantinescu
    919 
    920 PagedImgPlug.thumbnail:ProduceÅ£i câte un thumbnail (imagine miniatură) pentru fiecare imagine  # Updated 23-Nov-2007 by constantinescu
    921 
    922 PDFPlug.allowimagesonly:Permite fişiere PDF care nu au text exploatabil (protejat). Evită necesitatea existenÅ£ei unui set complex. Este util doar în combinaÅ£ie cu convert_to html.  # Updated 30-Oct-2007 by constantinescu
    923 PDFPlug.complex:CreaÅ£i rezultate mai complexe. Având această opÅ£iune setată codul html rezultat va arăta mai mult ca fişierul original PDF. Pentru ca acest lucru să funcÅ£ioneze normal ar trebui să aveÅ£i instalat Ghostscript (pentru unixuri gs ar trebui să fie specificat în căi în timp ce pentru windows trebuie să die specificat în căi gswin32c.exe).  # Updated 23-Nov-2007 by constantinescu
    924 
    925 PDFPlug.desc:Extensie care procesează documentele PDF.  # Updated 23-Nov-2007 by constantinescu
    926 
    927 PDFPlug.nohidden:PreveniÅ£i ca pdftohtml să încerce să extragă text ascuns. Această capacitate este utilizabilă doar dacă este setată opÅ£iunea -complex.  # Updated 23-Nov-2007 by constantinescu
    928 
    929 PDFPlug.noimages:Nu incercaÅ£i să extrageÅ£i imagini din PDF-uri.  # Updated 31-Oct-2007 by constantinescu
    930 
    931 PDFPlug.use_sections:Crează o secÅ£iune separată pentru fiecare pagină a fişierului PDF.  # Updated 31-Oct-2007 by constantinescu
    932 
    933 PDFPlug.zoom:Factorul de mărire al documentului PDF pentru ieşire (acest lucru este util doar dacă -complex este setat).  # Updated 24-Nov-2007 by constantinescu
    934 
    935 PPTPlug.desc:O extensie pentru importul fişierelor MS PowerPoint.  # Updated 23-Nov-2007 by constantinescu
    936 
    937 PPTPlug.windows_scripting:FolosiÅ£i tehnologia de scripting a lui Microsoft Windows (Visual Basic for Applications) pentru a converti PPT-urile în diferite tipuri de imagini (de exemplu, JPEG,PNG,GIF) mai degrabă decât să vă bazaÅ£i pe pachetul open source ppttohtml.  # Updated 23-Nov-2007 by constantinescu
    938 
    939 ProCitePlug.desc:O extensie pentru bazele de date ProCite (exportate)  # Updated 23-Nov-2007 by constantinescu
    940 
    941 PSPlug.desc:Acesta este convertorul ps în text \"al săracului\". Dacă este nevoie de mai mult luaÅ£i în considerare utilizarea pachetului PRESCRIPT, care este disponibil pentru descărcare la http://www.nzdl.org/html/software.html  # Updated 5-Nov-2007 by constantinescu
    942 
    943 PSPlug.extract_date:ExtrageÅ£i date din headerul PS.  # Updated 23-Nov-2007 by constantinescu
    944 
    945 PSPlug.extract_pages:ExtrageÅ£i paginile din headerul PS.  # Updated 24-Nov-2007 by constantinescu
    946 
    947 PSPlug.extract_title:Extragerea titlului din headerul PS.  # Updated 24-Nov-2007 by constantinescu
    948 
    949 RealMediaPlug.desc:O extensie pentru procesarea fişierelor Real Media.  # Updated 31-Oct-2007 by constantinescu
    950 
    951 RecPlug.desc:Extensia RecPlug este un plugin care are un comportament recursiv printre directoare procesând fiecare fişier întâlnit.  # Updated 31-Oct-2007 by constantinescu
    952 
    953 RecPlug.recheck_directories:După ce au fost procesate fişierele dintr-un director de import, se va reciti directorul pentru a se decoperi oricare alte fişiere noi create.  # Updated 23-Nov-2007 by constantinescu
    954 
    955 RecPlug.use_metadata_files:(DEPĂŞIT - În schimb, adaugă MetadataXMLPlug la lista de extensii) Citeşte metadatele din fişiere XML.  # Updated 31-Oct-2007 by constantinescu
    956 
    957 ReferPlug.desc:ReferPlug citeşte fişierele bibliografice în format Refer.  # Updated 23-Nov-2007 by constantinescu
    958 
    959 ReferPlug.longdesc:ReferPlug citeşte fişierele bibliografice în format Refer.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\nDe departe bazat pe hcibib2Plug de Steve Jones (stevej\@cs.waikato.ac.nz), care s-a bazat pe extensia EMAILPlug a lui Gordon Paynter (gwp\@cs.waikato.ac.nz), care la rândul său s-a bazat pe o veriune mai veche a extensiilor HTMLplug şi HCIBIBPlugby de Stefan Boddie şi alÅ£ii. este destul de dificil de identificat ce vine de unde în acest moment.\n\nReferPlug crează un obiet de document pentru fiecare referinşă din fişier, Aceasta este o subclasă a lui SplitPlug, stfel că, în cazul existenÅ£ei mai multor înregistrări, toate acestea sunt citite.\n\nTextul documentului:\n\tTextul documentului constă din referinÅ£e în formatul Refer.\nMetadata:\n\t\$Creator  \%A Author name\n\t\$Title      \%T Title of article of book\n\t\$Journal   \%J Title of Journal\n\t\$Booktitle \%B Title of book containing the publication\n\t\$Report        \%R Type of Report, paper or thesis\n\t\$Volume     \%V Volume Number of Journal\n\t\$Number        \%N Number of Journal within Volume\n\t\$Editor     \%E Editor name\n\t\$Pages      \%P Page Number of article\n\t\$Publisher   \%I Name of Publisher\n\t\$Publisheraddr    \%C Publisher's address\n\t\$Date       \%D Date of publication\n\t\$Keywords   \%K Keywords associated with publication\n\t\$Abstract  \%X Abstract of publication\n\t\$Copyright\t\%* Copyright information for the article  # Updated 24-Nov-2007 by constantinescu
    960 
    961 RogPlug.desc:Crează documente la un nivel unic din fişiere .rog sau .mdb.  # Updated 23-Nov-2007 by constantinescu
    962 
    963 RTFPlug.desc:Extensie pentru importul fişierelor Rich text Format (.rtf).  # Updated 23-Nov-2007 by constantinescu
    964 
    965 SRCPlug.desc:Numele fişierului este folosit pentru Titlu (opÅ£ional fără vreun prefix). Limbile curente:\ntext: READMEs/Makefiles\nC/C++ (extrage #include statements şi clasele C++ decls)\nPerl    (făcut doar ca text)\nShell   (făcut doar ca text)  # Updated 31-Oct-2007 by constantinescu
    966 
    967 SRCPlug.remove_prefix:EliminaÅ£i acest şablon de coordonare din numele fişierului (de exemplu, -remove_prefix /tmp/XX/src/). Modul de lucru uzual este de a elimina întreaga cale din numele fişierului.  # Updated 23-Nov-2007 by constantinescu
    968 
    969 SplitPlug.desc:SplitPlug este o extensie pentru a sparge fişierele intrate în segmente care vor fi procesate apoi individual. Această extensie nu ar trebui să fie chemată în mod direct. Dacă este necesară procesarea fişierelor intrate care conÅ£in câteva documente, mai bine  scrieÅ£i o extensie care să conÅ£ină o funcÅ£ie de procesare care să se ocupe de astfel de documente şi apoi să o faceÅ£i moştenire pentru extensia SplitPlug. Vezi SplitPlug pentru un exemplu.  # Updated 23-Nov-2007 by constantinescu
    970 
    971 SplitPlug.split_exp:O expresie regulată perl pentru a sparge fişierele intrate în segmente.  # Updated 23-Nov-2007 by constantinescu
    972 
    973 StructuredHTMLPlug.desc:O extensie pentru procesarea documentelor structurate HTML, spargerea acestora în secÅ£iuni bazate pe informaÅ£iile de stil.  # Updated 24-Nov-2007 by constantinescu
    974 
    975 StructuredHTMLPlug.delete_toc:Elimină orice cuprins, liste de figuri etc din fişierele HTML convertite. Stilurile pentru acestea sunt specificate prin opÅ£iunea toc_header.  # Updated 23-Nov-2007 by constantinescu
    976 
    977 StructuredHTMLPlug.title_header:Posibile stiluri definite de utilizator pentru titlul headerului.  # Updated 24-Nov-2007 by constantinescu
    978 
    979 StructuredHTMLPlug.level1_header:stiluri definite de utilizator pentru headerul de nivel1 în documentul HTML (echivalentul lui <h1>).  # Updated 23-Nov-2007 by constantinescu
    980 
    981 StructuredHTMLPlug.level2_header:Posibile stiluri definite de utilizatori pentru headerul de nivelul2 în documentul HTML (echivalent cu <h2>).  # Updated 23-Nov-2007 by constantinescu
    982 
    983 StructuredHTMLPlug.level3_header:stiluri definite de utilizatori pentru header de nivel 3 în documentele HTML (echivalent cu <h3>).  # Updated 22-Nov-2007 by constantinescu
    984 
    985 StructuredHTMLPlug.toc_header:posibile headere definite prin stiluri compuse de utilizator pentru cuprins, tabelul ilustraÅ£iilor, etc,. Ar trebui eliminat dacă este setat delete_toc.  # Updated 24-Nov-2007 by constantinescu
    986 
    987 TEXTPlug.desc:CreaÅ£i documente simple pe un singur nivel. Adaugă metadate Titlu la prima linie de text (până la 100 de caractere lungime).  # Updated 30-Oct-2007 by constantinescu
    988 
    989 TEXTPlug.title_sub:Expresia de substituire pentru a modifica stringul stocat ca Titlu. De exemplu se foloseşte PSPlug pentru a elimina „Pagina 1” din textul folosit ca titlu.  # Updated 31-Oct-2007 by constantinescu
    990 
    991 UnknownPlug.assoc_field:Numele câmpului de metadate care conÅ£ine numele fişierului asociat.  # Updated 30-Oct-2007 by constantinescu
    992 
    993 UnknownPlug.desc:Acesta este o extensie simplă pentru importarea fişierelor în formate despre care Greenstone nu cunoaşte detalii. Un document ficÅ£ional va fi creat pentru fiecare dintre  aceste fişiere iar fişierul în sine va fi pasat către Greenstone ca \"fişier asociat\" al documentului.  # Updated 23-Nov-2007 by constantinescu
    994 
    995 UnknownPlug.file_format:Tipul fişierului (de exemplu, MPEG, MIDI, ...)  # Updated 24-Nov-2007 by constantinescu
    996 
    997 UnknownPlug.mime_type:Tipul fişierului (mime), de exemplu image/gif.  # Updated 31-Oct-2007 by constantinescu
    998 
    999 UnknownPlug.process_extension:ProcesaÅ£i fişierele cu această extensie pentru fişiere. Această opÅ£iune este o alternativă la process_exp care este mai simplu de utilizat, dar care este mai puÅ£in flexibil.  # Updated 23-Nov-2007 by constantinescu
    1000 
    1001 UnknownPlug.srcicon:Specifică un nume pentru macro (fără liniuÅ£e jos) pentru a fi folosite ca metadate srcicon.  # Updated 30-Oct-2007 by constantinescu
    1002 
    1003 MP3Plug.desc:Extensie pentru procesarea fişierelor MP3.  # Updated 23-Nov-2007 by constantinescu
    1004 
    1005 MP3Plug.assoc_images:FolosiÅ£i modulul de căutare al imaginilor din Google pentru a găsi imaginile legate de fişierele MP3 bazate pe ID3 având metadatele pentru Titlu şi Artist.  # Updated 23-Nov-2007 by constantinescu
    1006 
    1007 MP3Plug.applet_metadata:Utilizat pentru stocarea metadatelor [applet] fiecărui document care conÅ£ine codul HTML necesar pentru ca un un applet de redare a fişierelor MP3 să-l poată rula.  # Updated 31-Oct-2007 by constantinescu
    1008 
    1009 MP3Plug.metadata_fields:O lista de câmpuri de metadate separate prin virgule pentru a fi extrase într-un fişier MP3 (se presupune că sunt disponibilităţile). FolosiÅ£i \"*\" pentru a extrage toate câmpurile.  # Updated 30-Oct-2007 by constantinescu
    1010 
    1011 W3ImgPlug.aggressiveness:Gama tehnicilor de extragere a textului înrudit folosite.  # Updated 31-Oct-2007 by constantinescu
    1012 W3ImgPlug.aggressiveness.1:Numele fişierului, cale şi doar textul pentru ALT.  # Updated 23-Nov-2007 by constantinescu
    1013 W3ImgPlug.aggressiveness.2:Toate cele 1 plus etichetele explicative acolo unde sunt disponibile.  # Updated 24-Nov-2007 by constantinescu
    1014 W3ImgPlug.aggressiveness.3:Cele 2 plus paragrafele care urmează acolo unde sunt disponibile.  # Updated 31-Oct-2007 by constantinescu
    1015 W3ImgPlug.aggressiveness.4:Toate cele 3 plus headerele anterioare (<h1>, <h2>...) acolo unde sunt disponibile.  # Updated 31-Oct-2007 by constantinescu
    1016 W3ImgPlug.aggressiveness.5:Toate 4 plus referinÅ£ele textuale acolo unde acestea sunt disponibile.  # Updated 23-Nov-2007 by constantinescu
    1017 W3ImgPlug.aggressiveness.6:Toate cele 4, plus metatagurile paginii (titlu, keywords, etc).  # Updated 31-Oct-2007 by constantinescu
    1018 W3ImgPlug.aggressiveness.7:Toate cele 6, 5 şi 4 combinate.  # Updated 24-Nov-2007 by constantinescu
    1019 W3ImgPlug.aggressiveness.8:Toate cele 7 plus repetarea titlului (caption), numele fişierului, etc (ridică ierarhic cele mai relevante rezultate).  # Updated 31-Oct-2007 by constantinescu
    1020 W3ImgPlug.aggressiveness.9:Toate cele 1 plus textul integral al paginii sursă.  # Updated 23-Nov-2007 by constantinescu
    1021 
    1022 W3ImgPlug.caption_length:Dimensiunea maximă a etichetelor explicative (folosind caractere).  # Updated 24-Nov-2007 by constantinescu
    1023 
    1024 W3ImgPlug.convert_params:Parametri adiÅ£ionali pentru conversiunea ImageMagicK la momentul creării imaginilor miniatură (thumbnails). De exemplu, '-raise' va da un efect tridimensional imaginilor miniatură.  # Updated 23-Nov-2007 by constantinescu
    1025 
    1026 W3ImgPlug.desc:O extensie pentru extragerea imaginilor şi a textului asociat din paginile web.  # Updated 30-Oct-2007 by constantinescu
    1027 
    1028 W3ImgPlug.document_text:Adaugă text la imagine ca document:text (altfel, se foloseşte câmpul de metadate IndexedText).  # Updated 23-Nov-2007 by constantinescu
    1029 
    1030 W3ImgPlug.index_pages:IndexaÅ£i paginile împreună cu imaginile. Altfel, referenÅ£iaÅ£i paginile către sursa URL.  # Updated 24-Nov-2007 by constantinescu
    1031 
    1032 W3ImgPlug.max_near_text:Numărul maxim de caractere apropiat imaginilor pentru a fi extras.  # Updated 23-Nov-2007 by constantinescu
    1033 
    1034 W3ImgPlug.min_height:Pixeli. Sari peste imaginile mai mici de atât.  # Updated 30-Oct-2007 by constantinescu
    1035 
    1036 W3ImgPlug.min_near_text:Minimul de caractere al textului din proximitate sau eticheta descriptivă pentru a fi extrasă.  # Updated 23-Nov-2007 by constantinescu
    1037 
    1038 W3ImgPlug.min_size:Bytes. Treci peste imaginile mai mici decât atât.  # Updated 30-Oct-2007 by constantinescu
    1039 
    1040 W3ImgPlug.min_width:Pixeli. TreceÅ£i peste imaginile mai mici de atât.  # Updated 24-Nov-2007 by constantinescu
    1041 
    1042 W3ImgPlug.neartext_length:Lungimea Å£intei textlui adiacent (în caractere).  # Updated 31-Oct-2007 by constantinescu
    1043 
    1044 W3ImgPlug.no_cache_images:Nu prestocaÅ£i imagini (indicaÅ£i URL-ul originalului).  # Updated 31-Oct-2007 by constantinescu
    1045 
    1046 W3ImgPlug.smallpage_threshold:Imaginile din pagină mai mici decât atât (bytes) li se vor adăuga metadatele (title, keywords, etc).  # Updated 30-Oct-2007 by constantinescu
    1047 
    1048 W3ImgPlug.textrefs_threshold:Pragul pentru referinÅ£ele textuale. Valorile mici înseamnă că algoritmul este mai puÅ£in strict.  # Updated 31-Oct-2007 by constantinescu
    1049 
    1050 W3ImgPlug.thumb_size:Dimensiunea maximă a imaginii miniatură (thumbnail). Se specifică lăţimea şi înălÅ£imea deopotrivă.  # Updated 23-Nov-2007 by constantinescu
    1051 
    1052 WordPlug.desc:O extensie pentru importul documentelor Microsoft Word.  # Updated 24-Nov-2007 by constantinescu
    1053 
    1054 WordPlug.windows_scripting:FolosiÅ£i tehnologia de scripting Microsoft Windows (Visual Basic for Applications) pentru a determina Wordul să convertească documentele în HTML, mai degrabă decât să vă bazaÅ£i pe pachetul open source WvWare. Are ca efect deschiderea aplicaÅ£iei Word dacă aceasta nu rulează deja.  # Updated 23-Nov-2007 by constantinescu
    1055 
    1056 WordPlug.metadata_fields:Este folosit pentru a extrage metadatele dintr-un document HTML convertit de un script VB. Permite utilizatorilor să definească o listă de câmpuri de metadate separate prin virgule pentru a încerca să le extragă. Foloseşte 'tag<tagname>' pentru a avea conÅ£inutul primei perechi de taguri <tagname> pusă într-un element de metadate numit 'tagname'. PuneÅ£i leteră mare acum dacă doriÅ£i metadatele să fie cu majuscule în cadrul Greenstone din moment ce extragerea tagurilor Å£ine cont de dimensiunea caracterelor.  # Updated 31-Oct-2007 by constantinescu
    1057 
    1058 XMLPlug.desc:Clasa de bază pentru extensiile XML.  # Updated 24-Nov-2007 by constantinescu
    1059 
    1060 XMLPlug.xslt:Transformarea unui document de intrare care s-a potrivit cu XSLT-ul din fişierul numit. Este considerat un nume de fişier relativ care să existe deja în zona fişierelor colecÅ£iei, de exemplu etc/mods2dc.xsl.  # Updated 23-Nov-2007 by constantinescu
    1061 ZIPPlug.desc:Extensie care se ocupă de formatele comprimate iar dacă fişierele sunt:\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)\n\nAceastă extensie se bazează pe prezenÅ£a următoarelor utilităţi (dacă încearcă să proceseze formatele corespondente):\ngunzip (pentru gzip)\nbunzip (pentru bzip)\nbunzip2 \nunzip (pentru zip)\ntar (pentru tar)  # Updated 31-Oct-2007 by constantinescu
     887METSPlugin.desc:Procesarea documentelor după stilul METS Greenstone  # Updated 23-Nov-2007 by constantinescu
     888
     889GISExtractor.desc:Clasa de bază on-the-side al lui BasPlug care suportă capabilităţi GIS  # Updated 23-Nov-2007 by constantinescu
     890
     891NulPlugin.desc:Extensie pentru fişiere şuşă - dummy (.nul). Utilizat cu fişierele produse prin destinderea metadatelor fişierelor din bază.  # Updated 5-Nov-2007 by constantinescu
     892
     893NulPlugin.assoc_field:Numele câmpului de metadate care va fi setat pentru fiecare fişier nul.  # Updated 24-Nov-2007 by constantinescu
     894NulPlugin.add_metadata_as_text:Adăugarea unei tabele de metadate ca text al documentului e mai bine decât să te loveşti de lipsă semnalată prin „Acest document nu conÅ£ine text”.  # Updated 30-Oct-2007 by constantinescu
     895
     896NulPlugin.remove_namespace_for_text:EliminaÅ£i namespace-urile pentru numele metadatelor in documentul text (dacă este setat add_metadata_as_text)  # Updated 24-Nov-2007 by constantinescu
     897
     898OAIPlugin.desc:Extensie de bază pentru Open Archives Initiative (OAI).  # Updated 24-Nov-2007 by constantinescu
     899
     900OggVorbisPlugin.add_technical_metadata:Adaugă metadate de ordin tehnic, de exemplu bitrate-ul.  # Updated 31-Oct-2007 by constantinescu
     901
     902OggVorbisPlugin.desc:O extensie capabilă de a importa fişiere audio Ogg Vorbis.  # Updated 30-Oct-2007 by constantinescu
     903
     904OpenDocumentPlugin.desc:Extensie pentru formatul OpenDocument al OASIS (utilizat de OpenOffice 2.0)  # Updated 23-Nov-2007 by constantinescu
     905
     906PagedImagePlugin.desc:Extensie pentru documentele alcătuite dintr-o serie de imagini cu text OCRizat pentru fiecare imagine. Această extensie procesează fişiere .item, care listează secvenÅ£a fişierelor de text şi imagine şi furnizează metadate.  # Updated 23-Nov-2007 by constantinescu
     907
     908PagedImagePlugin.documenttype:SetaÅ£i tipul documentului (utilizat pentru afişare)  # Updated 24-Nov-2007 by constantinescu
     909PagedImagePlugin.documenttype.paged:Documentele având pagini au săgeÅ£i următoarea şi anterior precum şi o căsuţă 'mergi la pagina X'  # Updated 24-Nov-2007 by constantinescu
     910PagedImagePlugin.documenttype.hierarchy:Documentele ierarhice au un cuprins  # Updated 23-Nov-2007 by constantinescu
     911
     912PagedImagePlugin.headerpage:AdăugaÅ£i headerul de nivel înalt al unei pagini (care nu conÅ£ine nicio imagine) fiecărui document.  # Updated 24-Nov-2007 by constantinescu
     913
     914PagedImagePlugin.screenview:Produce o imagine de prezentare pentru fiecare imagine în sine si sunt setate metadatele Screen, ScreenSize, ScreenWidth şi ScreenHeight.  # Updated 24-Nov-2007 by constantinescu
     915
     916PagedImagePlugin.screenviewsize:Se fac imagini pentru ecran de dimensiunea nxn.  # Updated 27-Nov-2007 by constantinescu
     917
     918PagedImagePlugin.screenviewtype:FaceÅ£i capturi de ecran în format 's'.  # Updated 30-Oct-2007 by constantinescu
     919
     920PagedImagePlugin.thumbnail:ProduceÅ£i câte un thumbnail (imagine miniatură) pentru fiecare imagine  # Updated 23-Nov-2007 by constantinescu
     921
     922PDFPlugin.allowimagesonly:Permite fişiere PDF care nu au text exploatabil (protejat). Evită necesitatea existenÅ£ei unui set complex. Este util doar în combinaÅ£ie cu convert_to html.  # Updated 30-Oct-2007 by constantinescu
     923PDFPlugin.complex:CreaÅ£i rezultate mai complexe. Având această opÅ£iune setată codul html rezultat va arăta mai mult ca fişierul original PDF. Pentru ca acest lucru să funcÅ£ioneze normal ar trebui să aveÅ£i instalat Ghostscript (pentru unixuri gs ar trebui să fie specificat în căi în timp ce pentru windows trebuie să die specificat în căi gswin32c.exe).  # Updated 23-Nov-2007 by constantinescu
     924
     925PDFPlugin.desc:Extensie care procesează documentele PDF.  # Updated 23-Nov-2007 by constantinescu
     926
     927PDFPlugin.nohidden:PreveniÅ£i ca pdftohtml să încerce să extragă text ascuns. Această capacitate este utilizabilă doar dacă este setată opÅ£iunea -complex.  # Updated 23-Nov-2007 by constantinescu
     928
     929PDFPlugin.noimages:Nu incercaÅ£i să extrageÅ£i imagini din PDF-uri.  # Updated 31-Oct-2007 by constantinescu
     930
     931PDFPlugin.use_sections:Crează o secÅ£iune separată pentru fiecare pagină a fişierului PDF.  # Updated 31-Oct-2007 by constantinescu
     932
     933PDFPlugin.zoom:Factorul de mărire al documentului PDF pentru ieşire (acest lucru este util doar dacă -complex este setat).  # Updated 24-Nov-2007 by constantinescu
     934
     935PPTPlugin.desc:O extensie pentru importul fişierelor MS PowerPoint.  # Updated 23-Nov-2007 by constantinescu
     936
     937PPTPlugin.windows_scripting:FolosiÅ£i tehnologia de scripting a lui Microsoft Windows (Visual Basic for Applications) pentru a converti PPT-urile în diferite tipuri de imagini (de exemplu, JPEG,PNG,GIF) mai degrabă decât să vă bazaÅ£i pe pachetul open source ppttohtml.  # Updated 23-Nov-2007 by constantinescu
     938
     939ProCitePlugin.desc:O extensie pentru bazele de date ProCite (exportate)  # Updated 23-Nov-2007 by constantinescu
     940
     941PSPlugin.desc:Acesta este convertorul ps în text \"al săracului\". Dacă este nevoie de mai mult luaÅ£i în considerare utilizarea pachetului PRESCRIPT, care este disponibil pentru descărcare la http://www.nzdl.org/html/software.html  # Updated 5-Nov-2007 by constantinescu
     942
     943PSPlugin.extract_date:ExtrageÅ£i date din headerul PS.  # Updated 23-Nov-2007 by constantinescu
     944
     945PSPlugin.extract_pages:ExtrageÅ£i paginile din headerul PS.  # Updated 24-Nov-2007 by constantinescu
     946
     947PSPlugin.extract_title:Extragerea titlului din headerul PS.  # Updated 24-Nov-2007 by constantinescu
     948
     949RealMediaPlugin.desc:O extensie pentru procesarea fişierelor Real Media.  # Updated 31-Oct-2007 by constantinescu
     950
     951DirectoryPlugin.desc:Extensia RecPlug este un plugin care are un comportament recursiv printre directoare procesând fiecare fişier întâlnit.  # Updated 31-Oct-2007 by constantinescu
     952
     953DirectoryPlugin.recheck_directories:După ce au fost procesate fişierele dintr-un director de import, se va reciti directorul pentru a se decoperi oricare alte fişiere noi create.  # Updated 23-Nov-2007 by constantinescu
     954
     955DirectoryPlugin.use_metadata_files:(DEPĂŞIT - În schimb, adaugă MetadataXMLPlug la lista de extensii) Citeşte metadatele din fişiere XML.  # Updated 31-Oct-2007 by constantinescu
     956
     957ReferPlugin.desc:ReferPlug citeşte fişierele bibliografice în format Refer.  # Updated 23-Nov-2007 by constantinescu
     958
     959ReferPlugin.longdesc:ReferPlug citeşte fişierele bibliografice în format Refer.\nBy Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\nDe departe bazat pe hcibib2Plug de Steve Jones (stevej\@cs.waikato.ac.nz), care s-a bazat pe extensia EMAILPlug a lui Gordon Paynter (gwp\@cs.waikato.ac.nz), care la rândul său s-a bazat pe o veriune mai veche a extensiilor HTMLplug şi HCIBIBPlugby de Stefan Boddie şi alÅ£ii. este destul de dificil de identificat ce vine de unde în acest moment.\n\nReferPlug crează un obiet de document pentru fiecare referinşă din fişier, Aceasta este o subclasă a lui SplitPlug, stfel că, în cazul existenÅ£ei mai multor înregistrări, toate acestea sunt citite.\n\nTextul documentului:\n\tTextul documentului constă din referinÅ£e în formatul Refer.\nMetadata:\n\t\$Creator    \%A Author name\n\t\$Title      \%T Title of article of book\n\t\$Journal   \%J Title of Journal\n\t\$Booktitle \%B Title of book containing the publication\n\t\$Report        \%R Type of Report, paper or thesis\n\t\$Volume     \%V Volume Number of Journal\n\t\$Number        \%N Number of Journal within Volume\n\t\$Editor     \%E Editor name\n\t\$Pages      \%P Page Number of article\n\t\$Publisher   \%I Name of Publisher\n\t\$Publisheraddr    \%C Publisher's address\n\t\$Date       \%D Date of publication\n\t\$Keywords   \%K Keywords associated with publication\n\t\$Abstract  \%X Abstract of publication\n\t\$Copyright\t\%* Copyright information for the article  # Updated 24-Nov-2007 by constantinescu
     960
     961RogPlugin.desc:Crează documente la un nivel unic din fişiere .rog sau .mdb.  # Updated 23-Nov-2007 by constantinescu
     962
     963RTFPlugin.desc:Extensie pentru importul fişierelor Rich text Format (.rtf).  # Updated 23-Nov-2007 by constantinescu
     964
     965SourceCodePlugin.desc:Numele fişierului este folosit pentru Titlu (opÅ£ional fără vreun prefix). Limbile curente:\ntext: READMEs/Makefiles\nC/C++ (extrage #include statements şi clasele C++ decls)\nPerl    (făcut doar ca text)\nShell   (făcut doar ca text)  # Updated 31-Oct-2007 by constantinescu
     966
     967SourceCodePlugin.remove_prefix:EliminaÅ£i acest şablon de coordonare din numele fişierului (de exemplu, -remove_prefix /tmp/XX/src/). Modul de lucru uzual este de a elimina întreaga cale din numele fişierului.  # Updated 23-Nov-2007 by constantinescu
     968
     969SplitPlugin.desc:SplitPlug este o extensie pentru a sparge fişierele intrate în segmente care vor fi procesate apoi individual. Această extensie nu ar trebui să fie chemată în mod direct. Dacă este necesară procesarea fişierelor intrate care conÅ£in câteva documente, mai bine  scrieÅ£i o extensie care să conÅ£ină o funcÅ£ie de procesare care să se ocupe de astfel de documente şi apoi să o faceÅ£i moştenire pentru extensia SplitPlug. Vezi SplitPlug pentru un exemplu.  # Updated 23-Nov-2007 by constantinescu
     970
     971SplitPlugin.split_exp:O expresie regulată perl pentru a sparge fişierele intrate în segmente.  # Updated 23-Nov-2007 by constantinescu
     972
     973StructuredHTMLPlugin.desc:O extensie pentru procesarea documentelor structurate HTML, spargerea acestora în secÅ£iuni bazate pe informaÅ£iile de stil.  # Updated 24-Nov-2007 by constantinescu
     974
     975StructuredHTMLPlugin.delete_toc:Elimină orice cuprins, liste de figuri etc din fişierele HTML convertite. Stilurile pentru acestea sunt specificate prin opÅ£iunea toc_header.  # Updated 23-Nov-2007 by constantinescu
     976
     977StructuredHTMLPlugin.title_header:Posibile stiluri definite de utilizator pentru titlul headerului.  # Updated 24-Nov-2007 by constantinescu
     978
     979StructuredHTMLPlugin.level1_header:stiluri definite de utilizator pentru headerul de nivel1 în documentul HTML (echivalentul lui <h1>).  # Updated 23-Nov-2007 by constantinescu
     980
     981StructuredHTMLPlugin.level2_header:Posibile stiluri definite de utilizatori pentru headerul de nivelul2 în documentul HTML (echivalent cu <h2>).  # Updated 23-Nov-2007 by constantinescu
     982
     983StructuredHTMLPlugin.level3_header:stiluri definite de utilizatori pentru header de nivel 3 în documentele HTML (echivalent cu <h3>).  # Updated 22-Nov-2007 by constantinescu
     984
     985StructuredHTMLPlugin.toc_header:posibile headere definite prin stiluri compuse de utilizator pentru cuprins, tabelul ilustraÅ£iilor, etc,. Ar trebui eliminat dacă este setat delete_toc.  # Updated 24-Nov-2007 by constantinescu
     986
     987TextPlugin.desc:CreaÅ£i documente simple pe un singur nivel. Adaugă metadate Titlu la prima linie de text (până la 100 de caractere lungime).  # Updated 30-Oct-2007 by constantinescu
     988
     989TextPlugin.title_sub:Expresia de substituire pentru a modifica stringul stocat ca Titlu. De exemplu se foloseşte PSPlug pentru a elimina „Pagina 1” din textul folosit ca titlu.  # Updated 31-Oct-2007 by constantinescu
     990
     991UnknownPlugin.assoc_field:Numele câmpului de metadate care conÅ£ine numele fişierului asociat.  # Updated 30-Oct-2007 by constantinescu
     992
     993UnknownPlugin.desc:Acesta este o extensie simplă pentru importarea fişierelor în formate despre care Greenstone nu cunoaşte detalii. Un document ficÅ£ional va fi creat pentru fiecare dintre  aceste fişiere iar fişierul în sine va fi pasat către Greenstone ca \"fişier asociat\" al documentului.  # Updated 23-Nov-2007 by constantinescu
     994
     995UnknownPlugin.file_format:Tipul fişierului (de exemplu, MPEG, MIDI, ...)  # Updated 24-Nov-2007 by constantinescu
     996
     997UnknownPlugin.mime_type:Tipul fişierului (mime), de exemplu image/gif.  # Updated 31-Oct-2007 by constantinescu
     998
     999UnknownPlugin.process_extension:ProcesaÅ£i fişierele cu această extensie pentru fişiere. Această opÅ£iune este o alternativă la process_exp care este mai simplu de utilizat, dar care este mai puÅ£in flexibil.  # Updated 23-Nov-2007 by constantinescu
     1000
     1001UnknownPlugin.srcicon:Specifică un nume pentru macro (fără liniuÅ£e jos) pentru a fi folosite ca metadate srcicon.  # Updated 30-Oct-2007 by constantinescu
     1002
     1003MP3Plugin.desc:Extensie pentru procesarea fişierelor MP3.  # Updated 23-Nov-2007 by constantinescu
     1004
     1005MP3Plugin.assoc_images:FolosiÅ£i modulul de căutare al imaginilor din Google pentru a găsi imaginile legate de fişierele MP3 bazate pe ID3 având metadatele pentru Titlu şi Artist.  # Updated 23-Nov-2007 by constantinescu
     1006
     1007MP3Plugin.applet_metadata:Utilizat pentru stocarea metadatelor [applet] fiecărui document care conÅ£ine codul HTML necesar pentru ca un un applet de redare a fişierelor MP3 să-l poată rula.  # Updated 31-Oct-2007 by constantinescu
     1008
     1009MP3Plugin.metadata_fields:O lista de câmpuri de metadate separate prin virgule pentru a fi extrase într-un fişier MP3 (se presupune că sunt disponibilităţile). FolosiÅ£i \"*\" pentru a extrage toate câmpurile.  # Updated 30-Oct-2007 by constantinescu
     1010
     1011W3ImagePlugin.aggressiveness:Gama tehnicilor de extragere a textului înrudit folosite.  # Updated 31-Oct-2007 by constantinescu
     1012W3ImagePlugin.aggressiveness.1:Numele fişierului, cale şi doar textul pentru ALT.  # Updated 23-Nov-2007 by constantinescu
     1013W3ImagePlugin.aggressiveness.2:Toate cele 1 plus etichetele explicative acolo unde sunt disponibile.  # Updated 24-Nov-2007 by constantinescu
     1014W3ImagePlugin.aggressiveness.3:Cele 2 plus paragrafele care urmează acolo unde sunt disponibile.  # Updated 31-Oct-2007 by constantinescu
     1015W3ImagePlugin.aggressiveness.4:Toate cele 3 plus headerele anterioare (<h1>, <h2>...) acolo unde sunt disponibile.  # Updated 31-Oct-2007 by constantinescu
     1016W3ImagePlugin.aggressiveness.5:Toate 4 plus referinÅ£ele textuale acolo unde acestea sunt disponibile.  # Updated 23-Nov-2007 by constantinescu
     1017W3ImagePlugin.aggressiveness.6:Toate cele 4, plus metatagurile paginii (titlu, keywords, etc).  # Updated 31-Oct-2007 by constantinescu
     1018W3ImagePlugin.aggressiveness.7:Toate cele 6, 5 şi 4 combinate.  # Updated 24-Nov-2007 by constantinescu
     1019W3ImagePlugin.aggressiveness.8:Toate cele 7 plus repetarea titlului (caption), numele fişierului, etc (ridică ierarhic cele mai relevante rezultate).  # Updated 31-Oct-2007 by constantinescu
     1020W3ImagePlugin.aggressiveness.9:Toate cele 1 plus textul integral al paginii sursă.  # Updated 23-Nov-2007 by constantinescu
     1021
     1022W3ImagePlugin.caption_length:Dimensiunea maximă a etichetelor explicative (folosind caractere).  # Updated 24-Nov-2007 by constantinescu
     1023
     1024W3ImagePlugin.convert_params:Parametri adiÅ£ionali pentru conversiunea ImageMagicK la momentul creării imaginilor miniatură (thumbnails). De exemplu, '-raise' va da un efect tridimensional imaginilor miniatură.  # Updated 23-Nov-2007 by constantinescu
     1025
     1026W3ImagePlugin.desc:O extensie pentru extragerea imaginilor şi a textului asociat din paginile web.  # Updated 30-Oct-2007 by constantinescu
     1027
     1028W3ImagePlugin.document_text:Adaugă text la imagine ca document:text (altfel, se foloseşte câmpul de metadate IndexedText).  # Updated 23-Nov-2007 by constantinescu
     1029
     1030W3ImagePlugin.index_pages:IndexaÅ£i paginile împreună cu imaginile. Altfel, referenÅ£iaÅ£i paginile către sursa URL.  # Updated 24-Nov-2007 by constantinescu
     1031
     1032W3ImagePlugin.max_near_text:Numărul maxim de caractere apropiat imaginilor pentru a fi extras.  # Updated 23-Nov-2007 by constantinescu
     1033
     1034W3ImagePlugin.min_height:Pixeli. Sari peste imaginile mai mici de atât.  # Updated 30-Oct-2007 by constantinescu
     1035
     1036W3ImagePlugin.min_near_text:Minimul de caractere al textului din proximitate sau eticheta descriptivă pentru a fi extrasă.  # Updated 23-Nov-2007 by constantinescu
     1037
     1038W3ImagePlugin.min_size:Bytes. Treci peste imaginile mai mici decât atât.  # Updated 30-Oct-2007 by constantinescu
     1039
     1040W3ImagePlugin.min_width:Pixeli. TreceÅ£i peste imaginile mai mici de atât.  # Updated 24-Nov-2007 by constantinescu
     1041
     1042W3ImagePlugin.neartext_length:Lungimea Å£intei textlui adiacent (în caractere).  # Updated 31-Oct-2007 by constantinescu
     1043
     1044W3ImagePlugin.no_cache_images:Nu prestocaÅ£i imagini (indicaÅ£i URL-ul originalului).  # Updated 31-Oct-2007 by constantinescu
     1045
     1046W3ImagePlugin.smallpage_threshold:Imaginile din pagină mai mici decât atât (bytes) li se vor adăuga metadatele (title, keywords, etc).  # Updated 30-Oct-2007 by constantinescu
     1047
     1048W3ImagePlugin.textrefs_threshold:Pragul pentru referinÅ£ele textuale. Valorile mici înseamnă că algoritmul este mai puÅ£in strict.  # Updated 31-Oct-2007 by constantinescu
     1049
     1050W3ImagePlugin.thumb_size:Dimensiunea maximă a imaginii miniatură (thumbnail). Se specifică lăţimea şi înălÅ£imea deopotrivă.  # Updated 23-Nov-2007 by constantinescu
     1051
     1052WordPlugin.desc:O extensie pentru importul documentelor Microsoft Word.  # Updated 24-Nov-2007 by constantinescu
     1053
     1054WordPlugin.windows_scripting:FolosiÅ£i tehnologia de scripting Microsoft Windows (Visual Basic for Applications) pentru a determina Wordul să convertească documentele în HTML, mai degrabă decât să vă bazaÅ£i pe pachetul open source WvWare. Are ca efect deschiderea aplicaÅ£iei Word dacă aceasta nu rulează deja.  # Updated 23-Nov-2007 by constantinescu
     1055
     1056WordPlugin.metadata_fields:Este folosit pentru a extrage metadatele dintr-un document HTML convertit de un script VB. Permite utilizatorilor să definească o listă de câmpuri de metadate separate prin virgule pentru a încerca să le extragă. Foloseşte 'tag<tagname>' pentru a avea conÅ£inutul primei perechi de taguri <tagname> pusă într-un element de metadate numit 'tagname'. PuneÅ£i leteră mare acum dacă doriÅ£i metadatele să fie cu majuscule în cadrul Greenstone din moment ce extragerea tagurilor Å£ine cont de dimensiunea caracterelor.  # Updated 31-Oct-2007 by constantinescu
     1057
     1058ReadXMLFile.desc:Clasa de bază pentru extensiile XML.  # Updated 24-Nov-2007 by constantinescu
     1059
     1060ReadXMLFile.xslt:Transformarea unui document de intrare care s-a potrivit cu XSLT-ul din fişierul numit. Este considerat un nume de fişier relativ care să existe deja în zona fişierelor colecÅ£iei, de exemplu etc/mods2dc.xsl.  # Updated 23-Nov-2007 by constantinescu
     1061ZIPPlugin.desc:Extensie care se ocupă de formatele comprimate iar dacă fişierele sunt:\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)\n\nAceastă extensie se bazează pe prezenÅ£a următoarelor utilităţi (dacă încearcă să proceseze formatele corespondente):\ngunzip (pentru gzip)\nbunzip (pentru bzip)\nbunzip2 \nunzip (pentru zip)\ntar (pentru tar)  # Updated 31-Oct-2007 by constantinescu
    10621062
    10631063#
  • gsdl/trunk/perllib/strings_ru.properties

    r12639 r15968  
    669669#
    670670
    671 ArcPlug.desc:ПлагОМ, кПтПрый пПвтПряется в файле archives.inf (тП есть файл, геМерОрПваММый в арÑ
     671ArchivesInfPlugin.desc:ПлагОМ, кПтПрый пПвтПряется в файле archives.inf (тП есть файл, геМерОрПваММый в арÑ
    672672ОвМПй ЎОректПрОО, кПгЎа  выпПлМялся ОЌпПрт ), Пбрабатывая кажЎый МайЎеММый файл.
    673673
    674 BasPlug.adding:ЎПбавлеМОе
    675 
    676 BasPlug.already_seen:уже заЌечеММый
    677 
    678 BasPlug.bad_general_option:ПлагОМ %s ОспПльзует МекПрректМую Пбщую ПпцОю (ПбщОе ПпцОО -  этП те, кПтПрые ЎПступМы всеЌ плагОМаЌ). ПрПверьте ваш кПМфОгурацОПММый файл collect.cfg.
    679 
    680 BasPlug.block_exp:Ѐайлы, сППтветствующОе этПЌу правОльМПЌу выражеМОю, буЎут заблПкОрПваМы Пт тПгП, чтПбы быть переЎаММыЌО любПЌу ЎальМейшеЌу плагОМу в спОске. ЭтП Ме ОЌеет МОкакПгП ЎругПгП реальМПгП МазМачеМОя, чеЌ преЎПтвратОть бПльшПе кПлОчествП преЎупрежЎающОÑ
     674BasePlugin.adding:ЎПбавлеМОе
     675
     676BasePlugin.already_seen:уже заЌечеММый
     677
     678BasePlugin.bad_general_option:ПлагОМ %s ОспПльзует МекПрректМую Пбщую ПпцОю (ПбщОе ПпцОО -  этП те, кПтПрые ЎПступМы всеЌ плагОМаЌ). ПрПверьте ваш кПМфОгурацОПММый файл collect.cfg.
     679
     680BasePlugin.block_exp:Ѐайлы, сППтветствующОе этПЌу правОльМПЌу выражеМОю, буЎут заблПкОрПваМы Пт тПгП, чтПбы быть переЎаММыЌО любПЌу ЎальМейшеЌу плагОМу в спОске. ЭтП Ме ОЌеет МОкакПгП ЎругПгП реальМПгП МазМачеМОя, чеЌ преЎПтвратОть бПльшПе кПлОчествП преЎупрежЎающОÑ
    681681 ÑÐŸÐŸÐ±Ñ‰ÐµÐœÐžÐ¹ П вÑ
    682682ПЎМыÑ
     
    684684, кПтПрыЌ Вы Ме уЎеляете вМОЌаМОя. КажЎый плагОМ ЌПг бы ОЌеть пП уЌПлчаМОю block_exp., как МапрОЌер, HTMLPlug  пП уЌПлчаМОю блПкОрует любые файлы с  расшОреМОеЌ .gif, .jpg, .jpeg, .png ОлО .css.
    685685
    686 BasPlug.associate_ext:Вызывает ПбрабПтку файлПв с теЌ же кПрМевыЌ каталПгПЌ плагОМПЌ  AND ассПцООрует с ЎПкуЌеМтаЌО спОсПк расшОреМОя файлПв, перечОслеММыÑ
     686BasePlugin.associate_ext:Вызывает ПбрабПтку файлПв с теЌ же кПрМевыЌ каталПгПЌ плагОМПЌ  AND ассПцООрует с ЎПкуЌеМтаЌО спОсПк расшОреМОя файлПв, перечОслеММыÑ
    687687 Ñ‡ÐµÑ€ÐµÐ· запятую, переЎаваеЌый зЎесь в качестве аргуЌеМта.
    688688
    689 BasPlug.could_not_extract_encoding:ПРЕДУПРЕЖДЕНИЕ: кПЎОрПваМОе Ме сЌПглП быть ОзвлечеМП Оз %s - пП уЌПлчаМОю к %s
    690 
    691 BasPlug.could_not_extract_language:ПРЕДУПРЕЖДЕНИЕ: язык Ме сЌПг быть ОзвлечеМ Оз %s - пП уЌПлчаМОю к %s
    692 
    693 BasPlug.could_not_open_for_reading:Ме сЌПг Пткрыть %s Ўля чтеМОя
    694 
    695 BasPlug.no_cover_image:Не Пбращайте вМОЌаМОя Ма файл prefix.jpg (гЎе prefix - этП МазваМОе ПбрабатываеЌПгП файла). ЭтП ОзПбражеМОе ПблПжкО.
    696 
    697 BasPlug.default_encoding:ИспПльзуйте этП кПЎОрПваМОе, еслО -input_encoding устаМПвлеМ Ма 'автП', а алгПрОтЌ классОфОкацОО текста Ме в сПстПяМОО Озвлечь закПЎОрПваММые ОлО Озвлекает закПЎОрПваММые, МП МепПЎЎержОваеЌые Greenstone. Эта ПпцОя ЌПжет брать те же саЌые зМачеМОя, как О -input_encoding.
    698 
    699 BasPlug.default_language:ЕслО Greenstone Ме в сПстПяМОО решОть, какОЌ является язык ЎПкуЌеМта, элеЌеМт ЌетаЎаММыÑ
     689BasePlugin.could_not_extract_encoding:ПРЕДУПРЕЖДЕНИЕ: кПЎОрПваМОе Ме сЌПглП быть ОзвлечеМП Оз %s - пП уЌПлчаМОю к %s
     690
     691BasePlugin.could_not_extract_language:ПРЕДУПРЕЖДЕНИЕ: язык Ме сЌПг быть ОзвлечеМ Оз %s - пП уЌПлчаМОю к %s
     692
     693BasePlugin.could_not_open_for_reading:Ме сЌПг Пткрыть %s Ўля чтеМОя
     694
     695BasePlugin.no_cover_image:Не Пбращайте вМОЌаМОя Ма файл prefix.jpg (гЎе prefix - этП МазваМОе ПбрабатываеЌПгП файла). ЭтП ОзПбражеМОе ПблПжкО.
     696
     697BasePlugin.default_encoding:ИспПльзуйте этП кПЎОрПваМОе, еслО -input_encoding устаМПвлеМ Ма 'автП', а алгПрОтЌ классОфОкацОО текста Ме в сПстПяМОО Озвлечь закПЎОрПваММые ОлО Озвлекает закПЎОрПваММые, МП МепПЎЎержОваеЌые Greenstone. Эта ПпцОя ЌПжет брать те же саЌые зМачеМОя, как О -input_encoding.
     698
     699BasePlugin.default_language:ЕслО Greenstone Ме в сПстПяМОО решОть, какОЌ является язык ЎПкуЌеМта, элеЌеМт ЌетаЎаММыÑ
    700700 'Язык' буЎет устаМПвлеМ Ма этП зМачеМОе. ПП уЌПлчаМОю -  этП 'en' (ИСО ОспПльзует 639 сОЌвПлПв языка: en = аМглОйскОй язык). ОбратОте вМОЌаМОе, чтП еслО -input_encoding Ме устаМПвлеМ Ма 'автП', О -extract_language Ме устаМПвлеМ, все ЎПкуЌеМты буЎут ОЌеть ЌетаЎаММые ОÑ
    701701 'Языка' устаМПвлеММыЌО Ма этП зМачеМОе.
    702702
    703 BasPlug.desc:ОсМПвМПй класс Ўля всегП плагОМПв ОЌпПрта.
    704 
    705 BasPlug.done_acronym_extract:ПрПОзвеЎеМП ОзвлечеМОе акрПМОЌПв.
    706 
    707 BasPlug.done_acronym_markup:ВыпПлМеМа пПЌетка акрПМОЌа.
    708 
    709 BasPlug.done_email_extract:ВыпПлМеМП ОзвлечеМОе аЎресПв электрПММПй пПчты.
    710 
    711 BasPlug.dummy_text:ДаММый ЎПкуЌеМт Ме ОЌеет текста.
    712 
    713 BasPlug.empty_file:файл Ме сПЎержОт МОкакПгП текста
    714 
    715 BasPlug.extract_acronyms:АкрПМОЌы ОзвлечеМы Оз текста О устаМПвлеМы  в качестве ЌетаЎаММыÑ
     703BasePlugin.desc:ОсМПвМПй класс Ўля всегП плагОМПв ОЌпПрта.
     704
     705BasePlugin.done_acronym_extract:ПрПОзвеЎеМП ОзвлечеМОе акрПМОЌПв.
     706
     707BasePlugin.done_acronym_markup:ВыпПлМеМа пПЌетка акрПМОЌа.
     708
     709BasePlugin.done_email_extract:ВыпПлМеМП ОзвлечеМОе аЎресПв электрПММПй пПчты.
     710
     711BasePlugin.dummy_text:ДаММый ЎПкуЌеМт Ме ОЌеет текста.
     712
     713BasePlugin.empty_file:файл Ме сПЎержОт МОкакПгП текста
     714
     715BasePlugin.extract_acronyms:АкрПМОЌы ОзвлечеМы Оз текста О устаМПвлеМы  в качестве ЌетаЎаММыÑ
    716716.
    717717
    718 BasPlug.extract_email:Извлечь аЎреса электрПММПй пПчты в качестве ЌетаЎаММыÑ
     718BasePlugin.extract_email:Извлечь аЎреса электрПММПй пПчты в качестве ЌетаЎаММыÑ
    719719.
    720720
    721 BasPlug.extract_historical_years:Извлечь ОМфПрЌацОю П вреЌеММПЌ перОПЎе Оз ОстПрОческОÑ
     721BasePlugin.extract_historical_years:Извлечь ОМфПрЌацОю П вреЌеММПЌ перОПЎе Оз ОстПрОческОÑ
    722722 ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚Пв. ОМа Ñ
    723723раМОтся с ЎПкуЌеМтПЌ в качестве ЌетаЎаММыÑ
     
    726726, кПтПрый Вы ЌПжете включОть в Вашу кПллекцОю, ЎПбавляя ПператПр"format QueryInterface DateSearch" к ВашеЌу кПМфОгурацОПММПЌу файлу кПллекцОО.
    727727
    728 BasPlug.extract_language:ИЎеМтОфОцОруйте язык кажЎПгП ЎПкуЌеМта О устаМПвОте ЌетаЎаММые 'Язык' . ОбратОте вМОЌаМОе, чтП этП буЎет сЎелаМП автПЌатОческО, еслО -input_encoding устаМПвлеМ Ма 'автП'.
    729 
    730 BasPlug.extracting:ОзвлечеМОе
    731 
    732 BasPlug.extracting_acronyms:ОзвлечеМОе акрПМОЌПв
    733 
    734 BasPlug.extract_keyphrases:Извлечь ключевые фразы  с пПЌПщью Kea (ПпцОО пП уЌПлчаМОю)
    735 
    736 BasPlug.extract_keyphrases_kea4:АвтПЌатОческПе ПпреЎелеМОе ключевыÑ
     728BasePlugin.extract_language:ИЎеМтОфОцОруйте язык кажЎПгП ЎПкуЌеМта О устаМПвОте ЌетаЎаММые 'Язык' . ОбратОте вМОЌаМОе, чтП этП буЎет сЎелаМП автПЌатОческО, еслО -input_encoding устаМПвлеМ Ма 'автП'.
     729
     730BasePlugin.extracting:ОзвлечеМОе
     731
     732BasePlugin.extracting_acronyms:ОзвлечеМОе акрПМОЌПв
     733
     734BasePlugin.extract_keyphrases:Извлечь ключевые фразы  с пПЌПщью Kea (ПпцОО пП уЌПлчаМОю)
     735
     736BasePlugin.extract_keyphrases_kea4:АвтПЌатОческПе ПпреЎелеМОе ключевыÑ
    737737 ÑÐ»ÐŸÐ² с пПЌПщью Kea 4.0 (с параЌетраЌО пП уЌПлчаМОю). Kea 4.0 - этП МПвая версОя Kea, разрабПтаМая Ўля кПМтрПлОрПваММПгП ОМЎексОрПваМОя ЎПкуЌеМтПв агрОкультурМПй теЌатОкО.  # Updated 2-Feb-2006
    738738
    739 BasPlug.extract_keyphrase_options:ОпцОО Ўля автПЌатОческПгП ОзвлечеМОя ключевыÑ
     739BasePlugin.extract_keyphrase_options:ОпцОО Ўля автПЌатОческПгП ОзвлечеМОя ключевыÑ
    740740 Ñ„раз с пПЌПщью Kea. НапрОЌер, mALIWEB - ОспПльзуй ЌПЎель ОзвлечеМОя ALIWEB; n5 - Озвлекай пП 5 ключевыÑ
    741741 ÑÐ»ÐŸÐ² Оз кажЎПгП ЎПкуЌеМта; eGBK - ОспПльзуй кПЎОрПвку GBK.
    742742
    743 BasPlug.extracting_emails:ОзвлечеМОе аЎресПв электрПММПй пПчты
    744 
    745 BasPlug.file_has_no_text:ОКИБКА: %s Ме сПЎержОт МОкакПгП текста
    746 
    747 BasPlug.first:ОтЎелеММый запятПй спОсПк первыÑ
     743BasePlugin.extracting_emails:ОзвлечеМОе аЎресПв электрПММПй пПчты
     744
     745BasePlugin.file_has_no_text:ОКИБКА: %s Ме сПЎержОт МОкакПгП текста
     746
     747BasePlugin.first:ОтЎелеММый запятПй спОсПк первыÑ
    748748 Ð²ÐµÐ»ÐžÑ‡ÐžÐœ Ўля ОзвлечеМОя Оз текста в пПле ЌетаЎаММыÑ
    749749. ППле МазваМП 'FirstNNN'.
    750750
    751 BasPlug.input_encoding:КПЎОрПваМОе ОсÑ
     751BasePlugin.input_encoding:КПЎОрПваМОе ОсÑ
    752752ПЎМыÑ
    753753 ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚Пв. ДПкуЌеМты буЎут кПМвертОрПваМы Оз этОÑ
    754754 ÑˆÐžÑ„рПваМОй О Ñ
    755755раМОться вМутрО сОстеЌы в вОЎе utf8.
    756 BasPlug.input_encoding.ascii:ПрПстПй 7-бОтМый ascii. ОМ ЌПжет быть МеЌМПгП быстрее, чеЌ ОспПльзПваМОе iso_8859_1. Остерегайтесь ОспПльзПваМОя этПгП в кПллекцОО ЎПкуЌеМтПв, кПтПрые ЌПгут сПЎержать сОЌвПлы вМе прПстыÑ
     756BasePlugin.input_encoding.ascii:ПрПстПй 7-бОтМый ascii. ОМ ЌПжет быть МеЌМПгП быстрее, чеЌ ОспПльзПваМОе iso_8859_1. Остерегайтесь ОспПльзПваМОя этПгП в кПллекцОО ЎПкуЌеМтПв, кПтПрые ЌПгут сПЎержать сОЌвПлы вМе прПстыÑ
    757757 7-бОтМыÑ
    758758 ÐœÐ°Ð±ÐŸÑ€ÐŸÐ² ascii (МапрОЌер, МеЌецкОе ОлО фраМцузскОе ЎПкуЌеМты сПЎержат зМакО уЎареМОя), ОспПльзуйте вЌестП этПгП iso_8859_1.
    759 BasPlug.input_encoding.auto:ИспПльзуйте алгПрОтЌ классОфОкацОО текста Ўля автПЌатОческПй ОЎеМтОфОкацОО кПЎОрПваМОя кажЎПгП ОсÑ
     759BasePlugin.input_encoding.auto:ИспПльзуйте алгПрОтЌ классОфОкацОО текста Ўля автПЌатОческПй ОЎеМтОфОкацОО кПЎОрПваМОя кажЎПгП ОсÑ
    760760ПЎМПгП ЎПкуЌеМта. ЭтП буЎет ЌеЎлеММее, чеЌ устаМПвка шОфрПваМОя в явМПЌ вОЎе, МП буЎет рабПтать таЌ, гЎе ОспПльзуется бПльше чеЌ ПЎОМ вОЎ шОфрПваМОя  в преЎелаÑ
    761761 Ñ‚Пй же саЌПй кПллекцОО.
    762762
    763 BasPlug.input_encoding.unicode:ТПлькП уМОкПЎ.
    764 
    765 BasPlug.input_encoding.utf8:ИлО utf8, ОлО уМОкПЎ - автПЌатОческО ПбМаружеММые.
    766 
    767 BasPlug.keyphrases:Ключевые фразы
    768 
    769 BasPlug.marking_up_acronyms:пПЌетка акрПМОЌПв
    770 
    771 BasPlug.markup_acronyms:ДПбавОть ЌетаЎаММые акрПМОЌа в текст ЎПкуЌеМта.
    772 
    773 BasPlug.maximum_century:МаксОЌальМПе зМачеМОе МазваММПгП стПлетОя, кПтПрПе буЎет ОзвлечеМП в качестве ОстПрОческОÑ
     763BasePlugin.input_encoding.unicode:ТПлькП уМОкПЎ.
     764
     765BasePlugin.input_encoding.utf8:ИлО utf8, ОлО уМОкПЎ - автПЌатОческО ПбМаружеММые.
     766
     767BasePlugin.keyphrases:Ключевые фразы
     768
     769BasePlugin.marking_up_acronyms:пПЌетка акрПМОЌПв
     770
     771BasePlugin.markup_acronyms:ДПбавОть ЌетаЎаММые акрПМОЌа в текст ЎПкуЌеМта.
     772
     773BasePlugin.maximum_century:МаксОЌальМПе зМачеМОе МазваММПгП стПлетОя, кПтПрПе буЎет ОзвлечеМП в качестве ОстПрОческОÑ
    774774 ÐŒÐµÑ‚аЎаММыÑ
    775775 (МапрОЌер, 14 Озвлечет все ссылкО, ПтМПсящОеся к 14-ПЌу стПлетОю).
    776776
    777 BasPlug.maximum_year:МаксОЌальМая ОстПрОческая Ўата, ОспПльзПваММая в качестве ЌетаЎаММыÑ
     777BasePlugin.maximum_year:МаксОЌальМая ОстПрОческая Ўата, ОспПльзПваММая в качестве ЌетаЎаММыÑ
    778778 (Ўата эры, тОпа 1950).
    779779
    780 BasPlug.missing_kea:ОшОбка: Не уЎалПсть МайтО прПграЌЌу Kea в %s. ППжалуйста, скачайте Kea %s с http://www.nzdl.org/Kea О устаМПвОте в этПй ЎОректПрОО.  # Updated 2-Feb-2006
    781 
    782 BasPlug.must_be_implemented:BasPlug::чОтаеЌая фуМкцОя, кПтПрая ЎПлжМа быть реалОзПваМа в пПЎклассе Ўля рекурсОвМыÑ
     780BasePlugin.missing_kea:ОшОбка: Не уЎалПсть МайтО прПграЌЌу Kea в %s. ППжалуйста, скачайте Kea %s с http://www.nzdl.org/Kea О устаМПвОте в этПй ЎОректПрОО.  # Updated 2-Feb-2006
     781
     782BasePlugin.must_be_implemented:BasPlug::чОтаеЌая фуМкцОя, кПтПрая ЎПлжМа быть реалОзПваМа в пПЎклассе Ўля рекурсОвМыÑ
    783783 Ð¿Ð»Ð°Ð³ÐžÐœÐŸÐ².
    784784
    785 BasPlug.no_bibliography:Не прПбуйте блПкОрПвать бОблОПграфОческОе Ўаты прО ОзвлечеМОО ОстПрОческОÑ
     785BasePlugin.no_bibliography:Не прПбуйте блПкОрПвать бОблОПграфОческОе Ўаты прО ОзвлечеМОО ОстПрОческОÑ
    786786 ÐŽÐ°Ñ‚.
    787787
    788 BasPlug.process_exp:ОбычМПе выражеМОе Perl Ўля сППтветствОя  ОЌеМаЌ файла. СППтветствОе ОЌеМаЌ файла буЎет ПбрабПтаМП этОЌ плагОМПЌ. НапрОЌер, ОспПльзПваМОе '(?i).html?\$' сПтветствует всеЌ ЎПкуЌеМтаЌ, закаМчОвающОЌся Ма .htm ОлО .html (без разлОчеМОя заглавМыÑ
     788BasePlugin.process_exp:ОбычМПе выражеМОе Perl Ўля сППтветствОя  ОЌеМаЌ файла. СППтветствОе ОЌеМаЌ файла буЎет ПбрабПтаМП этОЌ плагОМПЌ. НапрОЌер, ОспПльзПваМОе '(?i).html?\$' сПтветствует всеЌ ЎПкуЌеМтаЌ, закаМчОвающОЌся Ма .htm ОлО .html (без разлОчеМОя заглавМыÑ
    789789 Ðž стрПчМыÑ
    790790 Ð±ÑƒÐºÐ²).
    791791
    792 BasPlug.read_denied:РазрешеМОе чтеМОя,  ПтклПМеММПе Ўля %s
    793 
    794 BasPlug.separate_cjk:ППЌещает зМакО прПбела ЌежЎу кОтайскОЌО, япПМскОЌО О кПрейскОЌО ОерПглОфаЌО, так чтП кажЎый прПбел разЎеляет Ўва слПва. ИспПльзПвать Ўля Ме сегЌеМтОрПваММПгП текста.  # Updated 2-Feb-2006
    795 
    796 BasPlug.smart_block:БлПкОрПвка файлПв улучшеММыЌ ЌетПЎПЌ, вЌестП прПстПгП прПсЌПтра МазваМОй файлПв.
    797 
    798 BasPlug.stems:стеблО
    799 
    800 BasPlug.unsupported_encoding:ПРЕДУПРЕЖДЕНИЕ: %s пПявляется, чтПбы быть закПЎОрПваММыЌ в МепПЎЎержаММПЌ шОфрПваМОО (%s) - ОспПльзуя %s
    801 
    802 BasPlug.wrong_encoding:ПРЕДУПРЕЖДЕНИЕ: %s чОталПсь, ОспПльзуя %s шОфрПваМОе, МП  пПявлялПсь кПЎОрПваММыЌ как %s.
    803 
    804 BibTexPlug.desc:BibTexPlug чОтает бОблОПграфОческОе файлы в фПрЌате BibTex. BibTexPlug сПзЎает Пбраз ЎПкуЌеМта Ўля кажЎПй ссылкО в файле. ЭтП - пПЎкласс SplitPlug, так чтП еслО ОЌеются ЌМПжествеММые запОсО, тП все ПМО чОтаются.
    805 
    806 BookPlug.desc:СПзЎается ЌМПгПурПвМевый ЎПкуЌеМт Оз ЎПкуЌеМта, сПЎержащегП тэгО урПвМя <<TOC>>. МетаЎаММые  Ўля кажЎПгП разЎела взяты Оз любПгП ЎругПгП тэга в тПй же саЌПй стрПке, как О <<TOC>>. НапрОЌер, <<Title>>xxxx<</Title>>  устаМавлОвает ЌетаЎаММые МазваМОя. Все ПстальМПе ЌежЎу тэгаЌО Пбрабатывается как прПстПй html (тП есть МОкакПй ПбрабПткО связей html ОлО любыÑ
     792BasePlugin.read_denied:РазрешеМОе чтеМОя,  ПтклПМеММПе Ўля %s
     793
     794BasePlugin.separate_cjk:ППЌещает зМакО прПбела ЌежЎу кОтайскОЌО, япПМскОЌО О кПрейскОЌО ОерПглОфаЌО, так чтП кажЎый прПбел разЎеляет Ўва слПва. ИспПльзПвать Ўля Ме сегЌеМтОрПваММПгП текста.  # Updated 2-Feb-2006
     795
     796BasePlugin.smart_block:БлПкОрПвка файлПв улучшеММыЌ ЌетПЎПЌ, вЌестП прПстПгП прПсЌПтра МазваМОй файлПв.
     797
     798BasePlugin.stems:стеблО
     799
     800BasePlugin.unsupported_encoding:ПРЕДУПРЕЖДЕНИЕ: %s пПявляется, чтПбы быть закПЎОрПваММыЌ в МепПЎЎержаММПЌ шОфрПваМОО (%s) - ОспПльзуя %s
     801
     802BasePlugin.wrong_encoding:ПРЕДУПРЕЖДЕНИЕ: %s чОталПсь, ОспПльзуя %s шОфрПваМОе, МП  пПявлялПсь кПЎОрПваММыЌ как %s.
     803
     804BibTexPlugin.desc:BibTexPlug чОтает бОблОПграфОческОе файлы в фПрЌате BibTex. BibTexPlug сПзЎает Пбраз ЎПкуЌеМта Ўля кажЎПй ссылкО в файле. ЭтП - пПЎкласс SplitPlug, так чтП еслО ОЌеются ЌМПжествеММые запОсО, тП все ПМО чОтаются.
     805
     806BookPlugin.desc:СПзЎается ЌМПгПурПвМевый ЎПкуЌеМт Оз ЎПкуЌеМта, сПЎержащегП тэгО урПвМя <<TOC>>. МетаЎаММые  Ўля кажЎПгП разЎела взяты Оз любПгП ЎругПгП тэга в тПй же саЌПй стрПке, как О <<TOC>>. НапрОЌер, <<Title>>xxxx<</Title>>  устаМавлОвает ЌетаЎаММые МазваМОя. Все ПстальМПе ЌежЎу тэгаЌО Пбрабатывается как прПстПй html (тП есть МОкакПй ПбрабПткО связей html ОлО любыÑ
    807807 ÐŽÑ€ÑƒÐ³ÐžÑ
    808808 Ð²ÐžÐŽÐŸÐ² HTMLPlug  Ме прПОзвПЎОтся). ОжОЎается, чтП вÑ
     
    812812 Ñ‚эгПв html вПкруг  тэгПв <<TOC>>, ОспПльзуя тэгО <<I>>, чтПбы ПпреЎелОть ОзПбражеМОя, О прПстП берут весь текст ЌежЎу тэгаЌО <<TOC>>, а МачалПЌ текста ЎПлжМы быть ЌетаЎаММые НазваМОя). ЕслО Вы пПЌечаете ЎПкуЌеМты, кПтПрые буЎут пПказаМы теЌ же саЌыЌ спПсПбПЌ, чтП О кПллекцОя HDL, ОспПльзуйте этПт плагОМ вЌестП HBPlug.
    813813
    814 BRSPlug.desc:ПлагОМ BRSPlug преЎМазМачеМ Ўля рабПты с кПллекцОяЌО BBC. Мы распрПстрПМяеЌ трО кПллекцОО BBC: НацОПМальМый ЗвукПвПй АрÑ
     814BRSPlugin.desc:ПлагОМ BRSPlug преЎМазМачеМ Ўля рабПты с кПллекцОяЌО BBC. Мы распрПстрПМяеЌ трО кПллекцОО BBC: НацОПМальМый ЗвукПвПй АрÑ
    815815Ов (National Sound Archive - nsa), ВелОкПбрОтаМскОй ИМстОтут ЀОльЌа (British Film Institute - bfi) О ПстальМые (BBC Other - bbcother), все, чтП Ме пПЎÑ
    816816ПЎОт МО в ПЎОМ Оз первыÑ
     
    820820.  # Updated 2-Feb-2006
    821821
    822 ConvertToPlug.apply_fribidi:ВыпПлМОть прПграЌЌу "fribidi" Unicode Bidirectional Algorithm Ма скПМвертОрПваММПЌ файле (с текстПЌ с права МалевП).  # Updated 2-Feb-2006
    823 ConvertToPlug.convert_to:ПлагОМ кПМвертОрует в TEXT, ОлО HTML, ОлО разлОчМые тОпы ОзПбражеМОй (МапрОЌер, JPEG, GIF, PNG).  # Updated 2-Feb-2006
    824 ConvertToPlug.convert_to.auto:Также автПЌатОческО выбОрается фПрЌат Ўля кПМвертОрПваМОя. ВыбПр фПрЌата завОсОт Пт тОпа ОспПльзуеЌПгП ЎПкуЌеМта. На прОЌер, Word автПЌатОческО кПМвертОруется в HTML, в тП вреЌя как PowerPoint в фПрЌат ГрОМстПуМ страМОчМая ОллюстрацОя (PagedImage).  # Updated 2-Feb-2006
    825 ConvertToPlug.convert_to.html:ЀПрЌат HTML.
    826 ConvertToPlug.convert_to.text:ЀПрЌат прПстПгП текста.
    827 ConvertToPlug.convert_to.pagedimg_jpg:ЀПрЌат JPEG.  # Updated 2-Feb-2006
    828 ConvertToPlug.convert_to.pagedimg_gif:ЀПрЌат GIF.  # Updated 2-Feb-2006
    829 ConvertToPlug.convert_to.pagedimg_png:ЀПрЌат PNG.  # Updated 2-Feb-2006
    830 
    831 ConvertToPlug.desc:ЭтПт плагОМ переЎается пП МаслеЎству плагОМаЌ такОЌ как WordPlug О PDFPlug. ОМ пПЌПгает кПМвертОрПвать этО ЎПкуЌеМты в фПрЌаты HTML ОлО TEXT теЌ, чтП указывает зМачеМОя переЌеММыÑ
     822ConvertBinaryFile.apply_fribidi:ВыпПлМОть прПграЌЌу "fribidi" Unicode Bidirectional Algorithm Ма скПМвертОрПваММПЌ файле (с текстПЌ с права МалевП).  # Updated 2-Feb-2006
     823ConvertBinaryFile.convert_to:ПлагОМ кПМвертОрует в TEXT, ОлО HTML, ОлО разлОчМые тОпы ОзПбражеМОй (МапрОЌер, JPEG, GIF, PNG).  # Updated 2-Feb-2006
     824ConvertBinaryFile.convert_to.auto:Также автПЌатОческО выбОрается фПрЌат Ўля кПМвертОрПваМОя. ВыбПр фПрЌата завОсОт Пт тОпа ОспПльзуеЌПгП ЎПкуЌеМта. На прОЌер, Word автПЌатОческО кПМвертОруется в HTML, в тП вреЌя как PowerPoint в фПрЌат ГрОМстПуМ страМОчМая ОллюстрацОя (PagedImage).  # Updated 2-Feb-2006
     825ConvertBinaryFile.convert_to.html:ЀПрЌат HTML.
     826ConvertBinaryFile.convert_to.text:ЀПрЌат прПстПгП текста.
     827ConvertBinaryFile.convert_to.pagedimg_jpg:ЀПрЌат JPEG.  # Updated 2-Feb-2006
     828ConvertBinaryFile.convert_to.pagedimg_gif:ЀПрЌат GIF.  # Updated 2-Feb-2006
     829ConvertBinaryFile.convert_to.pagedimg_png:ЀПрЌат PNG.  # Updated 2-Feb-2006
     830
     831ConvertBinaryFile.desc:ЭтПт плагОМ переЎается пП МаслеЎству плагОМаЌ такОЌ как WordPlug О PDFPlug. ОМ пПЌПгает кПМвертОрПвать этО ЎПкуЌеМты в фПрЌаты HTML ОлО TEXT теЌ, чтП указывает зМачеМОя переЌеММыÑ
    832832, ОспПльзуеЌыÑ
    833833 Ð² рабПте плагОМПЌ ConvertToBasPlug. ЭтП прПОсÑ
    834834ПЎОт ЎОМаЌОчМП с пПЌПщью переЎачО пП МаслеЎству аргуЌеМта плагОМа 'convert_to' плагОМаЌО HTMLPlug ОлО TEXTPlug. ЕслО аргуЌеМт Ме существует, переЎается зМачеМОе пП уЌПлчаМОю.  # Updated 2-Feb-2006
    835835
    836 ConvertToPlug.use_strings:ЕслО устаМПвлеМП, тП прПстая  стрПкПвая фуМкцОя буЎет вызываться Ўля ОзвлечеМОя текста, еслО утОлОта кПМверсОО Ме срабатывает.
    837 
    838 ConvertToRogPlug.desc:ПлагОМ, кПтПрый МаслеЎует RogPlug.
    839 
    840 DBPlug.desc:ИспПльзует запОсО Оз базы ЎаММыÑ
     836ConvertBinaryFile.use_strings:ЕслО устаМПвлеМП, тП прПстая  стрПкПвая фуМкцОя буЎет вызываться Ўля ОзвлечеМОя текста, еслО утОлОта кПМверсОО Ме срабатывает.
     837
     838ConvertToRogPlugin.desc:ПлагОМ, кПтПрый МаслеЎует RogPlug.
     839
     840DBPlugin.desc:ИспПльзует запОсО Оз базы ЎаММыÑ
    841841  как ЎПкуЌеМты.
    842842
    843 DBPlug.title_sub:ВыражеМОе заЌеМы, чтПбы ОзЌеМОть стрПку, сПÑ
     843DBPlugin.title_sub:ВыражеМОе заЌеМы, чтПбы ОзЌеМОть стрПку, сПÑ
    844844раМеММую как НазваМОе. ПрОЌеМяется, МапрОЌер, плагОМПЌ PSPlug, чтПбы уЎалОть "СтраМОцу 1" О т.ÐŽ Оз текста, ОспПльзуеЌПгП в качестве МазваМОя.
    845845
    846 DSpacePlug.desc:ПлагОМ DSpacePlug счОтывает экспПртОруеЌые кПллекцОО Оз DSpace Export вЌесте с ОÑ
     846DSpacePlugin.desc:ПлагОМ DSpacePlug счОтывает экспПртОруеЌые кПллекцОО Оз DSpace Export вЌесте с ОÑ
    847847 ÐŒÐµÑ‚аЎаММыЌО dublin_core, О кПМвертОрует ОÑ
    848848 Ð² фПрЌат в сППтветствОО с GSII.  # Updated 2-Feb-2006
    849 DSpacePlug.first_inorder_ext:Эта ПпцОя преЎМазМачеМа Ўля ПпреЎелеМОя первПстепеММПгП ОстПчМОка (файла) в ЎПкуЌеМте кПллекцОО DSpace. ПрПграЌЌа буЎет Оскать вПзЌПжМый первПстепеММый файл с ПбПзМачеММыЌ расшОреМОеЌ ext.  # Updated 2-Feb-2006
    850 DSpacePlug.first_inorder_mime:Эта ПпцОя преЎМазМачеМа Ўля ПпреЎелеМОя первПстепеММПгП ОстПчМОка (файла) в ЎПкуЌеМте кПллекцОО DSpace. ПрПграЌЌа буЎет ОспПльзПвать ПбПзМачеММые тОпы ЎПкуЌеМта mime в серОО, чтПбы МайтО вПзЌПжМый первПстепеММый файл.  # Updated 2-Feb-2006
    851 DSpacePlug.only_first_doc:Эта ПпцОя преЎМазМачеМа Ўля ПпреЎелеМОя первПстепеММПгП ОстПчМОка (файла) в ЎПкуЌеМте кПллекцОО DSpace. ПрПграЌЌа буЎет счОтать первПстепеММыЌ файлПЌ первый ПбПзМачеММый в файле ЌетаЎаММыÑ
     849DSpacePlugin.first_inorder_ext:Эта ПпцОя преЎМазМачеМа Ўля ПпреЎелеМОя первПстепеММПгП ОстПчМОка (файла) в ЎПкуЌеМте кПллекцОО DSpace. ПрПграЌЌа буЎет Оскать вПзЌПжМый первПстепеММый файл с ПбПзМачеММыЌ расшОреМОеЌ ext.  # Updated 2-Feb-2006
     850DSpacePlugin.first_inorder_mime:Эта ПпцОя преЎМазМачеМа Ўля ПпреЎелеМОя первПстепеММПгП ОстПчМОка (файла) в ЎПкуЌеМте кПллекцОО DSpace. ПрПграЌЌа буЎет ОспПльзПвать ПбПзМачеММые тОпы ЎПкуЌеМта mime в серОО, чтПбы МайтО вПзЌПжМый первПстепеММый файл.  # Updated 2-Feb-2006
     851DSpacePlugin.only_first_doc:Эта ПпцОя преЎМазМачеМа Ўля ПпреЎелеМОя первПстепеММПгП ОстПчМОка (файла) в ЎПкуЌеМте кПллекцОО DSpace. ПрПграЌЌа буЎет счОтать первПстепеММыЌ файлПЌ первый ПбПзМачеММый в файле ЌетаЎаММыÑ
    852852 dublic_core.  # Updated 2-Feb-2006
    853853
    854 EMAILPlug.desc:ПлагОМ Email чОтает файлы электрПММПй пПчты. ОМО ОЌеМуются прПстыЌО МПЌераЌО (т.е.в тПЌ пПряЎке,как ПМО пПявляются в папкаÑ
     854EmailPlugin.desc:ПлагОМ Email чОтает файлы электрПММПй пПчты. ОМО ОЌеМуются прПстыЌО МПЌераЌО (т.е.в тПЌ пПряЎке,как ПМО пПявляются в папкаÑ
    855855 Ð¿ÐŸÑ‡Ñ‚ПвПй ЎОректПрОО) ОлО с расшОреМОеЌ .mbx (фПрЌат файла Ўля пОсеЌ mbox).\nТекст ЎППкуЌеМта: Текст ЎПкуЌеМта сПстПОт Оз всегП текста пПсле первПй пустПй стрПкО в ЎПкуЌеМте.\nМетаЎаММые (Ме Dublin Core!):\n\t\$Headers Все чтП сПЎержОт загПлПвПк (МеПбязательМП, пП уЌПлчаМОю Ме сПÑ
    856856раМяется)\n\t\$Subject ПреЎЌет: загПлПвПк\n\t\$To  КПЌу:загПлПвПк\n\t\$From кПгП   ÐžÑ‚ кПгП: загПлПвПк\n\t\$FromName Пт кПгП  ИЌя ПтправОтеля(кПгЎЎа ПМП ОЌеется в МалОчОО)\n\t\$FromAddr Пт кПгП  аЎрес электрПММПй пПчты ПтправОтеля\n\t\$DateText Ўаты  Дата: загПлПвПк\n\t\$Date   Ð”ата: загПлПвПк в фПрЌате цОфрПвПй бОблОПтекО Greenstone (МапрОЌер: 19990924)
    857857
    858 EMAILPlug.no_attachments:Не сПÑ
     858EmailPlugin.no_attachments:Не сПÑ
    859859раМять прОлПжеМОя сППбщеМОя.
    860860
    861 EMAILPlug.headers:СПÑ
     861EmailPlugin.headers:СПÑ
    862862раМять пПчтПвые загПлПвкО как Ќета-ЎаММые "Headers"
    863863
    864 EMAILPlug.split_exp:ОбычМПе выражеМОе  perl ОспПльзуется Ўля расщеплеМОя файлПв, сПЎержащОÑ
     864EmailPlugin.split_exp:ОбычМПе выражеМОе  perl ОспПльзуется Ўля расщеплеМОя файлПв, сПЎержащОÑ
    865865 ÐžÐŒÐµÐ»ÐŸ ПбыкМПвеМОе раскалывать файлы, сПЎержащОе ЌМПгП сППбщеМОй в ОМЎОвОЎуальМыÑ
    866866 ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚аÑ
    867867.
    868868
    869 ExcelPlug.desc:ПлагОМ Ўля ОЌпПрта файла Microsoft Excel.
    870 
    871 FOXPlug.desc:ПлагОМ Ўля ПбрабПткО файла Foxbase dbt. ЭтПт плагОМ ПбеспечОвает ПсМПвМые фуМкцОПМальМые вПзЌПжМПстО чтеМОя dbt О dbf файлПв О ПбрабПткО кажЎПй запОсО. ЭтПт ПбщОй плагОМ ЎПлжеМ быть заЌещеМ Ўля спецОфОческПй базы ЎаММыÑ
     869ExcelPlugin.desc:ПлагОМ Ўля ОЌпПрта файла Microsoft Excel.
     870
     871FOXPlugin.desc:ПлагОМ Ўля ПбрабПткО файла Foxbase dbt. ЭтПт плагОМ ПбеспечОвает ПсМПвМые фуМкцОПМальМые вПзЌПжМПстО чтеМОя dbt О dbf файлПв О ПбрабПткО кажЎПй запОсО. ЭтПт ПбщОй плагОМ ЎПлжеМ быть заЌещеМ Ўля спецОфОческПй базы ЎаММыÑ
    872872, чтПбы ПбрабПтать сППтветствующОе пПля в файле.
    873873
    874 GAPlug.desc:ОбрабПтка XML ЎПкуЌеМтПв арÑ
     874GAPlugin.desc:ОбрабПтка XML ЎПкуЌеМтПв арÑ
    875875Ова Greenstone. ОбратОте вМОЌаМОе, чтП этПт плагОМ Ме Ўелает МОкакПй прПверкО сОМтаксОса (Ñ
    876876Птя  аМалОзОрующОй ЌПЎуль XML::   Ð¿Ñ€ÐŸÐ²ÐµÑ€ÑÐµÑ‚ правОльМПсть пПстрПеМОя). ПреЎпПлагается, чтП файлы арÑ
     
    878878 DTD .
    879879
    880 GISBasPlug.extract_placenames:РаспПзМПвать геПграфОческОе МазваМОя в тексте О включОть ОÑ
     880GISExtractor.extract_placenames:РаспПзМПвать геПграфОческОе МазваМОя в тексте О включОть ОÑ
    881881 Ð² Ќета-ЎаММые. Требует расшОреМОе ГИС в ГрОМстПуМ.
    882882
    883 GISBasPlug.gazetteer:ГеПграфОческОй справПчМОк Ўля распПзМаМОя геПграфОческОÑ
     883GISExtractor.gazetteer:ГеПграфОческОй справПчМОк Ўля распПзМаМОя геПграфОческОÑ
    884884 ÐœÐ°Ð·Ð²Ð°ÐœÐžÐ¹ в тексте О ЎПбавлеМОя ОÑ
    885885 Ð² Ќета-ЎаММыÑ
    886886. Требует расшОреМОе ГИС в ГрОМстПуМ.
    887887
    888 GISBasPlug.place_list:ПрО распПзМаМОО геПграфОческОÑ
     888GISExtractor.place_list:ПрО распПзМаМОО геПграфОческОÑ
    889889 ÐœÐ°Ð·Ð²Ð°ÐœÐžÐ¹, плагОМ включает ОÑ
    890890 ÑÐ¿ÐžÑÐŸÐº в МачалП ЎПкуЌеМта. Требует расшОреМОе ГИС в ГрОМстПуМ.
    891891
    892 GMLPlug.desc:ПлагОМ, кПтПрый Пбрабатывает ЎПкуЌеМт фПрЌата GML, преЎпПлагая, чтП все тэгО gml в стрПчМыÑ
     892GMLPlugin.desc:ПлагОМ, кПтПрый Пбрабатывает ЎПкуЌеМт фПрЌата GML, преЎпПлагая, чтП все тэгО gml в стрПчМыÑ
    893893 Ð±ÑƒÐºÐ²Ð°Ñ
    894894.
    895895
    896 HBPlug.desc:ПлагОМ, кПтПрый Пбрабатывает HTML кМОжМую ЎОректПрОю. ЭтПт плагОМ ОспПльзуется кПллекцОяЌО ГуЌаМОтарМПй бОблОПтекО О Ме Пбрабатывает ЎругОе вÑ
     896HBPlugin.desc:ПлагОМ, кПтПрый Пбрабатывает HTML кМОжМую ЎОректПрОю. ЭтПт плагОМ ОспПльзуется кПллекцОяЌО ГуЌаМОтарМПй бОблОПтекО О Ме Пбрабатывает ЎругОе вÑ
    897897ПЎМые шОфрПваМОя, крПЌе ascii ОлО с расшОреМОеЌ ascii. Эта прПграЌЌа является лучшей Оз Ñ
    898898уЎшОÑ
     
    902902ПЎМые кПЎОрПваМОя, МП ПжОЎает, чтП пПЌечеММые файлы буЎут бПлее чОстыЌО, чеЌ те, чтП ОспПльзуются кПллекцОяЌО ГуЌаМОтарМПй бОблОПтекО.
    903903
    904 HTMLPlug.assoc_files:ОбычМПе Perl выражеМОе файла расшОреМОй Ўля связО с  html -ЎПкуЌеМтаЌО.
    905 
    906 HTMLPlug.desc:ЭтПт плагОМ Пбрабатывает файлы HTML
    907 
    908 HTMLPlug.description_tags:РазбОеМОе ЎПкуЌеМта Ма пПЎразЎелы, гЎе ОЌеются тэгО <РазЎел>. ОбратОте вМОЌаМОе, чтП прО устаМПвке этПй ПпцОО, Вы МеявМП устаМавлОваете -no_metadata (МОкакОÑ
     904HTMLPlugin.assoc_files:ОбычМПе Perl выражеМОе файла расшОреМОй Ўля связО с  html -ЎПкуЌеМтаЌО.
     905
     906HTMLPlugin.desc:ЭтПт плагОМ Пбрабатывает файлы HTML
     907
     908HTMLPlugin.description_tags:РазбОеМОе ЎПкуЌеМта Ма пПЎразЎелы, гЎе ОЌеются тэгО <РазЎел>. ОбратОте вМОЌаМОе, чтП прО устаМПвке этПй ПпцОО, Вы МеявМП устаМавлОваете -no_metadata (МОкакОÑ
    909909 ÐŒÐµÑ‚аЎаММыÑ
    910910), пПскПльку все ЌетаЎаММые ЎПлжМы быть включеМы в преЎелаÑ
    911911 Ñ‚эгПв <РазЎел>. КрПЌе тПгП '-keep_head' Ме буЎет ОЌеть МОкакПгП ЎействОя, кПгЎа эта ПпцОя устаМПвлеМа.
    912912
    913 HTMLPlug.file_is_url:УстаМПвОть, еслО вÑ
     913HTMLPlugin.file_is_url:УстаМПвОть, еслО вÑ
    914914ПЎМые ОЌеМа файлПв сПЎержат URL первПМачальМыÑ
    915915 ÐžÑÑ
     
    917917 ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚Пв, МапрОЌер, еслО среЎства веб-зеркала ОспПльзПвалОсь Ўля сПзЎаМОя структуры ЎОректПрОО ОЌпПрта.
    918918
    919 HTMLPlug.hunt_creator_metadata:НайтО МаскПлькП вПзЌПжМП бПльше ЌетаЎаММыÑ
     919HTMLPlugin.hunt_creator_metadata:НайтО МаскПлькП вПзЌПжМП бПльше ЌетаЎаММыÑ
    920920 Ð² автПрстве О разЌестОть ОÑ
    921921 Ð² пПле 'CПзЎатель'. Требуется устаМПвка флага Ма -metadata_fields (ЌетаЎаММые пПлей).
    922922
    923 HTMLPlug.keep_head:Не уЎалять загПлПвкО Оз html-файлПв.
    924 
    925 HTMLPlug.metadata_fields:Запятая ПтЎеляет спОсПк пПлей ЌетаЎаММыÑ
     923HTMLPlugin.keep_head:Не уЎалять загПлПвкО Оз html-файлПв.
     924
     925HTMLPlugin.metadata_fields:Запятая ПтЎеляет спОсПк пПлей ЌетаЎаММыÑ
    926926, чтПбы пПпытаться  Мачать экстракцОю. ИспПльзуйте'тэг <tagname>', чтПбы пПлучОть сПЎержаМОе первПй  пары <tagname>, вставлеММПй в элеЌеМт ЌетаЎаММыÑ
    927927, МазываеЌый 'tagname'. ЗаЌеМОте зЎесь стрПчМые буквы заглавМыЌО, еслО Вы Ñ
    928928ПтОте, чтПбы этО ЌетаЎаММые былО преЎставлеМы в Greenstone заглавМыЌО букваЌО, так как экстракцОя тэгПв является ЌалПчувствОтельМыЌ ЎействОеЌ.
    929929
    930 HTMLPlug.no_metadata:Не пытайтесь Озвлекать любые ЌетаЎаММые Оз файлПв.
    931 
    932 HTMLPlug.no_strip_metadata_html:СпОсПк МазваМОй Ќета-ЎаММыÑ
     930HTMLPlugin.no_metadata:Не пытайтесь Озвлекать любые ЌетаЎаММые Оз файлПв.
     931
     932HTMLPlugin.no_strip_metadata_html:СпОсПк МазваМОй Ќета-ЎаММыÑ
    933933, перечОслеММыÑ
    934934 Ñ‡ÐµÑ€ÐµÐ· запятую, ОлО 'all' (все). ИспПльзПвать с -description_tags, чтП преЎПтвращает уЎалеМОе HTML тагПв Оз зМачеМОй Ќета-ЎаММыÑ
    935935.
    936936
    937 HTMLPlug.nolinks:Не Ўелайте МОкакОÑ
     937HTMLPlugin.nolinks:Не Ўелайте МОкакОÑ
    938938 Ð¿ÐŸÐ¿Ñ‹Ñ‚Пк  улавлОвать лОМкО (устаМПвка такПгП флага ЌПжет улучшОть скПрПсть пПстрПеМОя/ОЌпПртОрПваМОя, МП любые ПтМПсОтельМые связО в преЎелаÑ
    939939 ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚Пв буЎут МарушеМы).
    940940
    941 HTMLPlug.rename_assoc_files:ПереОЌеМПвывает файлы, связаММые с ЎПкуЌеМтаЌО (МапрОЌер, ОзПбражеМОяЌО). Также сПзЎает МаЌМПгП бПлее Ќелкую структуру ЎОректПрОО (пПлезМП прО сПзЎаМОО кПллекцОй, кПтПрые буЎут переМесеМы Ма CD-ROM).
    942 
    943 HTMLPlug.sectionalise_using_h_tags:АвтПЌатОческПе сПзЎаМОе разЎелеМОй в ЎПкуЌеМте с ОспПльзПваМОеЌ тагПв h1, h2, ... hX.  # Updated 2-Feb-2006
    944 
    945 HTMLPlug.title_sub:ВыражеМОе заЌеМы Ўля ОзЌеМеМОя стрПкО, Ñ
     941HTMLPlugin.rename_assoc_files:ПереОЌеМПвывает файлы, связаММые с ЎПкуЌеМтаЌО (МапрОЌер, ОзПбражеМОяЌО). Также сПзЎает МаЌМПгП бПлее Ќелкую структуру ЎОректПрОО (пПлезМП прО сПзЎаМОО кПллекцОй, кПтПрые буЎут переМесеМы Ма CD-ROM).
     942
     943HTMLPlugin.sectionalise_using_h_tags:АвтПЌатОческПе сПзЎаМОе разЎелеМОй в ЎПкуЌеМте с ОспПльзПваМОеЌ тагПв h1, h2, ... hX.  # Updated 2-Feb-2006
     944
     945HTMLPlugin.title_sub:ВыражеМОе заЌеМы Ўля ОзЌеМеМОя стрПкО, Ñ
    946946раМящейся как НазваМОе.ИспПльзуется, МапрОЌер, плагОМПЌ PDFPlug, чтПбы уЎалОть "СтраМОцу 1 ", О т.ÐŽ Оз текста, ОспПльзуеЌПгП как МазваМОе.
    947947
    948 ImagePlug.converttotype:ПреПбразПвать главМПе ОзПбражеМОе к фПрЌату 's'
    949 
    950 ImagePlug.desc:ЭтПт плагОМ Пбрабатывает ОзПбражеМОя, ЎПбавляя базПвые ЌетаЎаММые
    951 
    952 ImagePlug.minimumsize:Не прОМОЌать вП вМОЌаМОе ОзПбражеМОя, ЌеМьшОе, чеЌ n байт.
    953 
    954 ImagePlug.noscaleup:Не увелОчОвать ЌалеМькОе ОзПбражеМОя прО уЌеМьшеМОяÑ
     948ImagePlugin.converttotype:ПреПбразПвать главМПе ОзПбражеМОе к фПрЌату 's'
     949
     950ImagePlugin.desc:ЭтПт плагОМ Пбрабатывает ОзПбражеМОя, ЎПбавляя базПвые ЌетаЎаММые
     951
     952ImagePlugin.minimumsize:Не прОМОЌать вП вМОЌаМОе ОзПбражеМОя, ЌеМьшОе, чеЌ n байт.
     953
     954ImagePlugin.noscaleup:Не увелОчОвать ЌалеМькОе ОзПбражеМОя прО уЌеМьшеМОяÑ
    955955.
    956956
    957 ImagePlug.screenviewsize:ЕслО устаМПвлеМП, Ўелает ОзПбражеМОе разЌерПЌ n Ўля пПказа экраМа О устаМавлОвает ЌетаЎаММые ИзПбражеМОе, РазЌер ОзПбражеМОя, КОрОМа ОзПбражеМОя О ВысПта ОзПбражеМОя.ПП уЌПлчаМОю ПМП Ме устаМПвлеМП.
    958 
    959 ImagePlug.screenviewtype:ЕслО  -screenviewsize устаМПвлеМ,  тП этП устаМавлОвает тОп ОзПбражеМОя Ўля  пПказа Ма экраМе.
    960 
    961 ImagePlug.thumbnailsize:ВыпПлМОть уЌеМьшеМОе разЌера nxn.
    962 
    963 ImagePlug.thumbnailtype:ВыпПлМОть уЌеМьшеМОе в фПрЌате 's'.
    964 
    965 IndexPlug.desc:ЭтПт рекурсОвМый плагОМ Пбрабатывает файл index.txt. Ѐайл index.txt ЎПлжеМ сПЎержать спОсПк файлПв, кПтПрые ЎПлжМы быть включеМы в кПллекцОю, сПпрПвПжЎаеЌый любыЌО ЎПпПлМОтельМыЌО ЌетаЎаММыЌО, связаММыЌО с кажЎыЌ файлПЌ \n\n Ѐайл index.txt ЎПлжеМ быть фПрЌатОрПваМ слеЎующОЌ ПбразПЌ: первая стрПка ЌПжет быть ключПЌ (МачОМая с ключа:), чтПбы Мазвать пПля ЌетаЎаММыÑ
     957ImagePlugin.screenviewsize:ЕслО устаМПвлеМП, Ўелает ОзПбражеМОе разЌерПЌ n Ўля пПказа экраМа О устаМавлОвает ЌетаЎаММые ИзПбражеМОе, РазЌер ОзПбражеМОя, КОрОМа ОзПбражеМОя О ВысПта ОзПбражеМОя.ПП уЌПлчаМОю ПМП Ме устаМПвлеМП.
     958
     959ImagePlugin.screenviewtype:ЕслО  -screenviewsize устаМПвлеМ,  тП этП устаМавлОвает тОп ОзПбражеМОя Ўля  пПказа Ма экраМе.
     960
     961ImagePlugin.thumbnailsize:ВыпПлМОть уЌеМьшеМОе разЌера nxn.
     962
     963ImagePlugin.thumbnailtype:ВыпПлМОть уЌеМьшеМОе в фПрЌате 's'.
     964
     965IndexPlugin.desc:ЭтПт рекурсОвМый плагОМ Пбрабатывает файл index.txt. Ѐайл index.txt ЎПлжеМ сПЎержать спОсПк файлПв, кПтПрые ЎПлжМы быть включеМы в кПллекцОю, сПпрПвПжЎаеЌый любыЌО ЎПпПлМОтельМыЌО ЌетаЎаММыЌО, связаММыЌО с кажЎыЌ файлПЌ \n\n Ѐайл index.txt ЎПлжеМ быть фПрЌатОрПваМ слеЎующОЌ ПбразПЌ: первая стрПка ЌПжет быть ключПЌ (МачОМая с ключа:), чтПбы Мазвать пПля ЌетаЎаММыÑ
    966966 (МапрОЌер, ключ: ПреЎЌет, ОргаМОзацОя, Дата). СлеЎующОе стрПкО буЎут сПЎержать МазваМОе файла, затеЌ зМачеМОе теÑ
    967967 ÐŒÐµÑ‚аЎаММыÑ
     
    974974 Ð±ÑƒÐŽÐµÑ‚ МазваМП 'ПреЎЌет'.  # Updated 3-Feb-2006
    975975
    976 ISISPlug.desc:ЭтПт плагОМ Пбрабатывает базы ЎаММыÑ
     976ISISPlugin.desc:ЭтПт плагОМ Пбрабатывает базы ЎаММыÑ
    977977 CDS/ISIS. Для кажЎПй такПй ПбрабПтаММПй базы ЎаММыÑ
    978978 ÐŽÐŸÐ»Ð¶ÐœÑ‹ существПвать трО файла в папке ОЌпПрта кПллекцОО: ПсМПвМПй файл (.mst), таблОца ПпреЎелеМОя пПлей (.fdt), О файл перекрестМыÑ
    979979 ÑÑÑ‹Ð»ÐŸÐº (.xrf).
    980980
    981 ISISPlug.subfield_separator:СтрПка, ОспПльзуеЌая Ўля ПтЎелеМОя пПЎпПлей  в запОсяÑ
     981ISISPlugin.subfield_separator:СтрПка, ОспПльзуеЌая Ўля ПтЎелеМОя пПЎпПлей  в запОсяÑ
    982982 Ð±Ð°Ð·Ñ‹ ЎаММыÑ
    983983 CDS/ISIS.
    984984
    985 ISISPlug.entry_separator:СтрПка, ОспПльзуеЌая Ўля ПтЎелеМОя ЌМПжествеММыÑ
     985ISISPlugin.entry_separator:СтрПка, ОспПльзуеЌая Ўля ПтЎелеМОя ЌМПжествеММыÑ
    986986 Ð·ÐœÐ°Ñ‡ÐµÐœÐžÐ¹ Ўля ПтЎельМыÑ
    987987 Ð¿ÐŸÐ»ÐµÐ¹ ЌетаЎаММыÑ
     
    990990 CDS/ISIS.
    991991
    992 LaTeXPlug.desc:ПлагОМ Ўля ЎПкуЌеМтПв LaTeX.
    993 
    994 MACROPlug.desc:СПзЎает прПстПй ПЎМП-урПвМевый ЎПкуЌеМт. ДПбавляет ЌетаЎаММые НазваМОя Оз первПй стрПкО текста (ЎП 100 зМакПв ЎлОМПй).
    995 
    996 MARCPlug.desc:ОсМПвМПй плагОМ  MARC.
    997 
    998 MARCPlug.metadata_mapping:ИЌя файла, кПтПрПе включает ЎеталО ПтПбражеМОя зМачеМОй Оз MARC в ОЌеМа ЌетаЎаММыÑ
     992LaTeXPlugin.desc:ПлагОМ Ўля ЎПкуЌеМтПв LaTeX.
     993
     994MACROPlugin.desc:СПзЎает прПстПй ПЎМП-урПвМевый ЎПкуЌеМт. ДПбавляет ЌетаЎаММые НазваМОя Оз первПй стрПкО текста (ЎП 100 зМакПв ЎлОМПй).
     995
     996MARCPlugin.desc:ОсМПвМПй плагОМ  MARC.
     997
     998MARCPlugin.metadata_mapping:ИЌя файла, кПтПрПе включает ЎеталО ПтПбражеМОя зМачеМОй Оз MARC в ОЌеМа ЌетаЎаММыÑ
    999999 Greenstone. ПП уЌПлчаМОю 'marctodc.txt' МаÑ
    10001000ПЎОтся в  ЎОректПрОО сайтПв.
     
    10021002MetadataPass.desc:ДПпПлМОтельМый класс к BasPlug, кПтПрый пПЎЎержОвает параЌетр плагОМа Ќета-ЎаММыÑ
    10031003 metadata_read в import.pl
    1004 GISBasPlug.desc:ДПпПлМОтельМый класс к BasPlug, кПтПрый пПЎЎержОвает вПзЌПжМПстО ГеПграфОческОÑ
     1004GISExtractor.desc:ДПпПлМОтельМый класс к BasPlug, кПтПрый пПЎЎержОвает вПзЌПжМПстО ГеПграфОческОÑ
    10051005 Ð˜ÐœÑ„ПрЌацОПМыÑ
    10061006 Ð¡ÐžÑÑ‚еЌ (ГИС)
    10071007
    1008 NULPlug.desc:ХПлПстПе зМачеМОе плагОМа Ўля файла (.nul). ИспПльзуется с файлаЌО, сПзЎаММыЌО прО расшОреМОО базы ЎаММый Ќета-ЎаММыЌО файлПв.
    1009 
    1010 NULPlug.assoc_field:НазваМОя пПля ЌетаЎаММыÑ
     1008NulPlugin.desc:ХПлПстПе зМачеМОе плагОМа Ўля файла (.nul). ИспПльзуется с файлаЌО, сПзЎаММыЌО прО расшОреМОО базы ЎаММый Ќета-ЎаММыЌО файлПв.
     1009
     1010NulPlugin.assoc_field:НазваМОя пПля ЌетаЎаММыÑ
    10111011, кПтПрПе буЎет прОсвПеМП кажЎПЌу файлу nul.  # Updated 2-Feb-2006
    1012 OAIPlug.desc:ОсМПвМПй плагОМ ОсÑ
     1012OAIPlugin.desc:ОсМПвМПй плагОМ ОсÑ
    10131013ПЎМыÑ
    10141014 ÐŸÑ‚крытыÑ
     
    10161016ОвПв (OAI).  # Updated 2-Feb-2006
    10171017
    1018 OggVorbisPlug.add_technical_metadata:ДПбавОть теÑ
     1018OggVorbisPlugin.add_technical_metadata:ДПбавОть теÑ
    10191019МОческОе Ќета-ЎаММые (МапрОЌер, скПрПсть переЎачО).
    10201020
    1021 OggVorbisPlug.desc:ПлагОМ Ўля ОЌпПртОрПваМОя звукПвыÑ
     1021OggVorbisPlugin.desc:ПлагОМ Ўля ОЌпПртОрПваМОя звукПвыÑ
    10221022 Ñ„айлПв Ogg Vorbis.
    10231023
    1024 OpenDocumentPlug.desc:ПлагОМ Ўля ЎПкуЌеМтПв фПрЌата OASIS OpenDocument (ОспПльзуеЌыÑ
     1024OpenDocumentPlugin.desc:ПлагОМ Ўля ЎПкуЌеМтПв фПрЌата OASIS OpenDocument (ОспПльзуеЌыÑ
    10251025 Ð² OpenOffice 2.0)  # Updated 2-Feb-2006
    10261026
    1027 PagedImgPlug.desc:ПлагОМ Ўля ЎПкуЌеМтПв, сПставлеММыÑ
     1027PagedImagePlugin.desc:ПлагОМ Ўля ЎПкуЌеМтПв, сПставлеММыÑ
    10281028 ÐžÐ· пПслеЎПвательМПстО ОзПбражеМОй, с МеПбязательМыЌ распПзМаММыЌ текстПЌ к кажЎПЌу ОзПбражеМОю.
    10291029
    1030 PagedImgPlug.documenttype:УстаМПвОте тОп ЎПкуЌеМта (ОспПльзуется Ўля прПсЌПтра).
    1031 PagedImgPlug.documenttype.paged:СтраМОчМые ЎПкуЌеМты сПЎержат стрелкО 'СлеЎующая' О 'ПреЎыЎущая' О кМПпку 'ПерейтО к страМОце X'.
    1032 PagedImgPlug.documenttype.hierarchy:ИерарÑ
     1030PagedImagePlugin.documenttype:УстаМПвОте тОп ЎПкуЌеМта (ОспПльзуется Ўля прПсЌПтра).
     1031PagedImagePlugin.documenttype.paged:СтраМОчМые ЎПкуЌеМты сПЎержат стрелкО 'СлеЎующая' О 'ПреЎыЎущая' О кМПпку 'ПерейтО к страМОце X'.
     1032PagedImagePlugin.documenttype.hierarchy:ИерарÑ
    10331033ОческОе ЎПкуЌеМты сПЎержат ПглавлеМОе.
    10341034
    1035 PagedImgPlug.headerpage:ДПбавОть Ўля кажЎПгП ЎПкуЌеМта заглавМую страМОчку (без ОзПбражеМОя).
    1036 
    1037 PagedImgPlug.screenview:СПзЎайте экраММПе ОзПбражеМОе Ўля кажЎПгП ОзПбражеМОя, О устаМПвОте ЌетаЎаММые Screen (экраМ), ScreenSize (разЌер экраМа), ScreenWidth (шОрОМа экраМа) О ScreenHeight (высПта экраМа).
    1038 
    1039 PagedImgPlug.screenviewsize:СПзЎайте экраММые ОзПбражеМОя разЌера nxn.
    1040 
    1041 PagedImgPlug.screenviewtype:СПзЎайте экраММые ОзПбражеМОя в фПрЌате 's'.
    1042 
    1043 PagedImgPlug.thumbnail:СПзЎайте ОкПМку Ўля кажЎПгП ОзПбражеМОя.
    1044 
    1045 PDFPlug.allowimagesonly:РазрешОть ОспПльзПваМОе файлПв PDF, в кПтПрыÑ
     1035PagedImagePlugin.headerpage:ДПбавОть Ўля кажЎПгП ЎПкуЌеМта заглавМую страМОчку (без ОзПбражеМОя).
     1036
     1037PagedImagePlugin.screenview:СПзЎайте экраММПе ОзПбражеМОе Ўля кажЎПгП ОзПбражеМОя, О устаМПвОте ЌетаЎаММые Screen (экраМ), ScreenSize (разЌер экраМа), ScreenWidth (шОрОМа экраМа) О ScreenHeight (высПта экраМа).
     1038
     1039PagedImagePlugin.screenviewsize:СПзЎайте экраММые ОзПбражеМОя разЌера nxn.
     1040
     1041PagedImagePlugin.screenviewtype:СПзЎайте экраММые ОзПбражеМОя в фПрЌате 's'.
     1042
     1043PagedImagePlugin.thumbnail:СПзЎайте ОкПМку Ўля кажЎПгП ОзПбражеМОя.
     1044
     1045PDFPlugin.allowimagesonly:РазрешОть ОспПльзПваМОе файлПв PDF, в кПтПрыÑ
    10461046 ÐœÐµÑ‚ ОзвлекаеЌПгП текста. СМОЌает МеПбÑ
    10471047ПЎОЌПсть класса -complex. ППлезМП тПлькП с convert_to html.  # Updated 2-Feb-2006
    1048 PDFPlug.complex:СПзЎает бПлее слПжМую прПЎукцОю. С этПй ПпцОей устаМПвПк прПЎукцОя в фПрЌате HTML буЎет выгляЎеть зМачОтельМП бПлее пПÑ
     1048PDFPlugin.complex:СПзЎает бПлее слПжМую прПЎукцОю. С этПй ПпцОей устаМПвПк прПЎукцОя в фПрЌате HTML буЎет выгляЎеть зМачОтельМП бПлее пПÑ
    10491049Пжей Ма ПрОгОМальМый PDF-файл. Для тПгП, чтПбы фуМкцОПМОрПвать ЎПлжМыЌ ПбразПЌ устаМПвлеМ Ghostscript (Ўля *nix gs ЎПлжеМ быть Ма вашеЌ путО ЎПступа, в тП вреЌя как Ўля Windows у Вас ЎПлжеМ быть gswin32c.exe Ма путО ЎПступа).
    10501050
    1051 PDFPlug.desc:ПрОеЌлеЌый плагОМ with-it pdf.
    1052 
    1053 PDFPlug.nohidden:Препятствует пПпыткаЌ pdftohtml Озвлечь скрытый текст. ЭтП пПлезМП тПлькП, еслО ПпцОя  -complex также устаМПвлеМа.
    1054 
    1055 PDFPlug.noimages:Не пытайтесь Озвлекать ОзПбражеМОя Оз PDF.
    1056 
    1057 PDFPlug.use_sections:СПзЎать ПтЎельМый разЎел Ўля кажЎПй страМОцы PDF-файла.
    1058 
    1059 PDFPlug.zoom:ЀактПр, c пПЌПщью кПтПрПгП ОзЌеМяется Ќасштаб ОзПбражеМОя PDF (этП пПлезМП тПлькП, еслО   ÑƒÑÑ‚аМПвлеМ -complex).
    1060 
    1061 PPTPlug.desc:ПлагОМ Ўля ОЌпПрта файлПв Microsoft PowerPoint.
    1062 
    1063 PPTPlug.windows_scripting:ИспПльзПвать теÑ
     1051PDFPlugin.desc:ПрОеЌлеЌый плагОМ with-it pdf.
     1052
     1053PDFPlugin.nohidden:Препятствует пПпыткаЌ pdftohtml Озвлечь скрытый текст. ЭтП пПлезМП тПлькП, еслО ПпцОя  -complex также устаМПвлеМа.
     1054
     1055PDFPlugin.noimages:Не пытайтесь Озвлекать ОзПбражеМОя Оз PDF.
     1056
     1057PDFPlugin.use_sections:СПзЎать ПтЎельМый разЎел Ўля кажЎПй страМОцы PDF-файла.
     1058
     1059PDFPlugin.zoom:ЀактПр, c пПЌПщью кПтПрПгП ОзЌеМяется Ќасштаб ОзПбражеМОя PDF (этП пПлезМП тПлькП, еслО   ÑƒÑÑ‚аМПвлеМ -complex).
     1060
     1061PPTPlugin.desc:ПлагОМ Ўля ОЌпПрта файлПв Microsoft PowerPoint.
     1062
     1063PPTPlugin.windows_scripting:ИспПльзПвать теÑ
    10641064МПлПгОю прПграЌЌОрПваМОя MicroSoft Windows (Visual Basic Ўля прПграЌЌ), чтПбы скПМвертОрПвать ЎПкуЌеМты PPT в серОю ОзПбражеМОй разлОчМПгП тОпа (МапрОЌер, JPEG,PNG,GIF), вЌестП пакета open source ppttohtml.  # Updated 2-Feb-2006
    10651065
    1066 PSPlug.desc:ЭтП - пПстскрОптуЌ \"беЎМые люЎО\" Ўля текстПвПгП кПМвертера.. ЕслО серьезМП, рассЌПтрОте ОспПльзПваМОе пакета PRESCRIPT, кПтПрый ЎПступеМ Ўля загрузкО с http://www.nzdl.org/html/software.html
    1067 
    1068 PSPlug.extract_date:ИзвлечеМОе Ўаты Оз загПлПвка PS.
    1069 
    1070 PSPlug.extract_pages:ИзвлечеМОе страМОц Оз загПлПвка PS.
    1071 
    1072 PSPlug.extract_title:ИзвлечеМОе МазваМОя Оз загПлПвка PS.
    1073 
    1074 RealMediaPlug.desc:ПлагОМ Ўля ПбрабПткО файлПв Real Media.  # Updated 2-Feb-2006
    1075 
    1076 RecPlug.desc:RecPlug - этП плагОМ, кПтПрый пПвтПряется в кажЎПй ЎОректПрОО, Пбрабатывая кажЎый файл, кПтПрый ПМ МаÑ
     1066PSPlugin.desc:ЭтП - пПстскрОптуЌ \"беЎМые люЎО\" Ўля текстПвПгП кПМвертера.. ЕслО серьезМП, рассЌПтрОте ОспПльзПваМОе пакета PRESCRIPT, кПтПрый ЎПступеМ Ўля загрузкО с http://www.nzdl.org/html/software.html
     1067
     1068PSPlugin.extract_date:ИзвлечеМОе Ўаты Оз загПлПвка PS.
     1069
     1070PSPlugin.extract_pages:ИзвлечеМОе страМОц Оз загПлПвка PS.
     1071
     1072PSPlugin.extract_title:ИзвлечеМОе МазваМОя Оз загПлПвка PS.
     1073
     1074RealMediaPlugin.desc:ПлагОМ Ўля ПбрабПткО файлПв Real Media.  # Updated 2-Feb-2006
     1075
     1076DirectoryPlugin.desc:RecPlug - этП плагОМ, кПтПрый пПвтПряется в кажЎПй ЎОректПрОО, Пбрабатывая кажЎый файл, кПтПрый ПМ МаÑ
    10771077ПЎОт.
    10781078
    1079 RecPlug.recheck_directories:ППсле тПгП, как файлы в папке ОЌпПрта былО ПбрабПтаМы, папка пПвтПрМП прПчОтывается, чтПбы ПбМаружОть любые вМПвь сПзЎаММые файлы.
    1080 
    1081 RecPlug.use_metadata_files:ЧОтать ЌетаЎаММые Оз ЌетаЎаММыÑ
     1079DirectoryPlugin.recheck_directories:ППсле тПгП, как файлы в папке ОЌпПрта былО ПбрабПтаМы, папка пПвтПрМП прПчОтывается, чтПбы ПбМаружОть любые вМПвь сПзЎаММые файлы.
     1080
     1081DirectoryPlugin.use_metadata_files:ЧОтать ЌетаЎаММые Оз ЌетаЎаММыÑ
    10821082 XML-файлПв.
    10831083
    1084 ReferPlug.desc:ReferPlug чОтает бОблОПграфОческОе файлы в рефератОвМПЌ фПрЌате.
    1085 
    1086 ReferPlug.longdesc:ReferPlug чОтает бОблОПграфОческОе файлы в рефератОвМПЌ фПрЌате. \nГПрЎПМ В.ПэйМтер (gwp\@cs.waikato.ac.nz), МПябрь 2000 г.\n\nСвПбПЎМП ПсМПваММый Ма hcibib2Plug СтОвПЌ ДжПуМсПЌ (stevej\@cs.waikato.ac.nz). КПтПрый базОрПвался Ма EMAILPlug ГПрЎПМа ПэйМтера (gwp\@cs.waikato.ac.nz). КПтПрый базОрПвался Ма старыÑ
     1084ReferPlugin.desc:ReferPlug чОтает бОблОПграфОческОе файлы в рефератОвМПЌ фПрЌате.
     1085
     1086ReferPlugin.longdesc:ReferPlug чОтает бОблОПграфОческОе файлы в рефератОвМПЌ фПрЌате. \nГПрЎПМ В.ПэйМтер (gwp\@cs.waikato.ac.nz), МПябрь 2000 г.\n\nСвПбПЎМП ПсМПваММый Ма hcibib2Plug СтОвПЌ ДжПуМсПЌ (stevej\@cs.waikato.ac.nz). КПтПрый базОрПвался Ма EMAILPlug ГПрЎПМа ПэйМтера (gwp\@cs.waikato.ac.nz). КПтПрый базОрПвался Ма старыÑ
    10871087 Ð²ÐµÑ€ÑÐžÑÑ
    10881088 HTMLplug О HCIBIBPlugby КтефаМа БПЎЎО, а ЎругОе -  теперь труЎМП сказать, чтП ПткуЎа взялПсь.\n\nReferPlug сПзЎает ПтПбражеМОе ЎПкуЌеМта Ўля кажЎПй ссылкО в файле. ОМ является пПЎклассПЌ SplitPlug, так чтП, еслО есть ЌМПгПкратМые запОсО, тП все ПМОчОтаются. \n\n ДПкуЌеМт, текст:\n\tТекст ЎПкуЌеМта сПстПОт Оз ссылкО в рефератОвМПЌ фПрЌате.\nМетаЎаММые:\n\t\$СПзЎатель\%A ИЌя автПра\n\t\$НазваМОе \%T НазваМОе статьО Оз кМОгО\n\t\$ЖурМал \%J НазваМОе журМала\n\t\$НазваМОе кМОгО \%B НазваМОе кМОгО, сПЎержащей публОкацОю\n\t\$СППбщеМОе \%R ТОп сППбщеМОя, статья ОлО тезОсы\n\t\$ТПЌ \%V НПЌер тПЌа журМала\n\t\$НПЌер \%N НПЌер журМала в преЎелаÑ
    10891089 Ñ‚ПЌа\n\t\$РеЎактПр \%E ИЌя реЎактПра\n\t\$СтраМОцы \%P НПЌер страМОцы статьО\n\t\$ИзЎатель \%I ИЌяОзЎателя\n\t\$АЎрес ОзЎателя \%C аЎрес\n\t\$Дата \%D Дата публОкацОО\n\t\$Ключевые слПва \%K Ключевые слПва, связаММые с публОкацОей\n\t\$РезюЌе \%X РезюЌе публОкацОО\n\t\$КПпОрайт t\%* ИМфПрЌацОя Пб автПрскПЌ праве Ма статью.
    10901090
    1091 RogPlug.desc:СПзЎает прПстые ПЎМП-урПвМевые ЎПкуЌеМты Оз файлПв .rog ОлО .mdb.
    1092 
    1093 RTFPlug.desc:ПлагОМ Ўля ОЌпПртОрПваМОя файлПв RTF.
    1094 
    1095 SRCPlug.desc:ИЌя файла в МастПящее вреЌя ОспПльзуется Ўля НазваМОя (прПОзвПльМП выбраММПе ЌОМус МекПтПрую прОставку). ТекущОе языкО:\nтекст:READMEs/СПзЎаМОефайлПв\nC/C ++ (в МастПящее вреЌя Озвлекает #включеММые ПператПры О decls класса C ++ ) \nPerl (в МастПящее вреЌя преЎставлеММый тПлькП в вОЎе текста) \nОбПлПчка (в МастПящее вреЌя преЎставлеММая тПлькП в вОЎе текста).
    1096 
    1097 SRCPlug.remove_prefix:УЎалОть этПт веЎущОй Пбразец Оз ОЌеМО файла (eg-remove_prefix/tmp/xx/src/). ПП уЌПлчаМОю ЎПлжеМ весь путь ЎПступа Пт ОЌеМО файла.
    1098 
    1099 SplitPlug.desc:SplitPlug - этП плагОМ Ўля разбОеМОя вÑ
     1091RogPlugin.desc:СПзЎает прПстые ПЎМП-урПвМевые ЎПкуЌеМты Оз файлПв .rog ОлО .mdb.
     1092
     1093RTFPlugin.desc:ПлагОМ Ўля ОЌпПртОрПваМОя файлПв RTF.
     1094
     1095SourceCodePlugin.desc:ИЌя файла в МастПящее вреЌя ОспПльзуется Ўля НазваМОя (прПОзвПльМП выбраММПе ЌОМус МекПтПрую прОставку). ТекущОе языкО:\nтекст:READMEs/СПзЎаМОефайлПв\nC/C ++ (в МастПящее вреЌя Озвлекает #включеММые ПператПры О decls класса C ++ ) \nPerl (в МастПящее вреЌя преЎставлеММый тПлькП в вОЎе текста) \nОбПлПчка (в МастПящее вреЌя преЎставлеММая тПлькП в вОЎе текста).
     1096
     1097SourceCodePlugin.remove_prefix:УЎалОть этПт веЎущОй Пбразец Оз ОЌеМО файла (eg-remove_prefix/tmp/xx/src/). ПП уЌПлчаМОю ЎПлжеМ весь путь ЎПступа Пт ОЌеМО файла.
     1098
     1099SplitPlugin.desc:SplitPlug - этП плагОМ Ўля разбОеМОя вÑ
    11001100ПЎМыÑ
    11011101 Ñ„айлПв Ма сегЌеМты, кПтПрые буЎут пПтПЌ Пбрабатываться пП ПтЎельМПстО.ЭтПт плагОМ Мельзя вызвать МепПсреЎствеММП. ВЌестП этПгП, еслО Вы ЎПлжМы ПбрабПтать вÑ
     
    11031103 ÐŽÐŸÐºÑƒÐŒÐµÐœÑ‚Пв, МаслеЎуя егП Оз SplitPlug. СЌ. ReferPlug Ўля прОЌера.
    11041104
    1105 SplitPlug.split_exp:ПравОльМПе выражеМОе perl Ўля разбОеМОя вÑ
     1105SplitPlugin.split_exp:ПравОльМПе выражеМОе perl Ўля разбОеМОя вÑ
    11061106ПЎМыÑ
    11071107 Ñ„айлПв Ма частО.
    11081108
    1109 StructuredHTMLPlug.delete_toc:УЎалОть "СПЎержаМОе" О "СпОсПк таблОц" Оз кПМвертОрПваММПгП файла HTML.  # Updated 2-Feb-2006
    1110 
    1111 StructuredHTMLPlug.title_header:устаМПвОть вПзЌПжМый стОль Ўля title_header, кПтПрый ПпреЎелОл пПльзПватель.  # Updated 2-Feb-2006
    1112 
    1113 StructuredHTMLPlug.level1_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль загПлПвкПв первПгП урПвМя в ЎПкуЌеМте HTML (эквОвалеМт к <h1>).  # Updated 2-Feb-2006
    1114 
    1115 StructuredHTMLPlug.level2_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль загПлПвкПв втПрПгП урПвМя в ЎПкуЌеМте HTML (эквОвалеМт к <h2>).  # Updated 2-Feb-2006
    1116 
    1117 StructuredHTMLPlug.level3_header:вПзЌПжМые стОлО, ПпреЎеляеЌые пПльзПвателеЌ, Ўля загПлПвкПв третьегП урПвМя в ЎПкуЌеМтаÑ
     1109StructuredHTMLPlugin.delete_toc:УЎалОть "СПЎержаМОе" О "СпОсПк таблОц" Оз кПМвертОрПваММПгП файла HTML.  # Updated 2-Feb-2006
     1110
     1111StructuredHTMLPlugin.title_header:устаМПвОть вПзЌПжМый стОль Ўля title_header, кПтПрый ПпреЎелОл пПльзПватель.  # Updated 2-Feb-2006
     1112
     1113StructuredHTMLPlugin.level1_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль загПлПвкПв первПгП урПвМя в ЎПкуЌеМте HTML (эквОвалеМт к <h1>).  # Updated 2-Feb-2006
     1114
     1115StructuredHTMLPlugin.level2_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль загПлПвкПв втПрПгП урПвМя в ЎПкуЌеМте HTML (эквОвалеМт к <h2>).  # Updated 2-Feb-2006
     1116
     1117StructuredHTMLPlugin.level3_header:вПзЌПжМые стОлО, ПпреЎеляеЌые пПльзПвателеЌ, Ўля загПлПвкПв третьегП урПвМя в ЎПкуЌеМтаÑ
    11181118 HTML (эквОвалеМт к <h3>).  # Updated 2-Feb-2006
    11191119
    1120 StructuredHTMLPlug.toc_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль ПглавлеМОя  # Updated 2-Feb-2006
    1121 
    1122 StructuredHTMLPlug.tof_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль загПлПвкПв в ПглавлеМОО ОзПбражеМОй  # Updated 2-Feb-2006
    1123 
    1124 TEXTPlug.desc:СПзЎает прПстПй ПЎМП-урПвМевый ЎПкуЌеМт. ДПбавляет ЌетаЎаММые НазваМОя Оз первПй стрПкО текста (ЎлОМПй ЎП 100 зМакПв.
    1125 
    1126 TEXTPlug.title_sub:ВыражеМОе заЌеМы Ўля ОзЌеМеМОя стрПкО, Ñ
     1120StructuredHTMLPlugin.toc_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль ПглавлеМОя  # Updated 2-Feb-2006
     1121
     1122StructuredHTMLPlugin.tof_header:вПзЌПжМый ПпреЎелеММый пПльзПвателеЌ стОль загПлПвкПв в ПглавлеМОО ОзПбражеМОй  # Updated 2-Feb-2006
     1123
     1124TextPlugin.desc:СПзЎает прПстПй ПЎМП-урПвМевый ЎПкуЌеМт. ДПбавляет ЌетаЎаММые НазваМОя Оз первПй стрПкО текста (ЎлОМПй ЎП 100 зМакПв.
     1125
     1126TextPlugin.title_sub:ВыражеМОе заЌеМы Ўля ОзЌеМеМОя стрПкО, Ñ
    11271127раМящейся как НазваМОе. ИспПльзуется, МапрОЌер, PSPlug, чтПбы уЎалОть "СтраМОцу 1" О т.ÐŽ Оз текста, ОспПльзуеЌПгП в качестве МазваМОя.
    11281128
    1129 UnknownPlug.assoc_field:ИЌя пПля ЌетаЎаММыÑ
     1129UnknownPlugin.assoc_field:ИЌя пПля ЌетаЎаММыÑ
    11301130, кПтПрПе буЎет Ўержать ОЌеМа ассПцООрПваММыÑ
    11311131 Ñ„айлПв.
    11321132
    1133 UnknownPlug.desc:ЭтП прПстПй плагОМ Ўля ОЌпПртОрПваМОя файлПв в фПрЌатаÑ
     1133UnknownPlugin.desc:ЭтП прПстПй плагОМ Ўля ОЌпПртОрПваМОя файлПв в фПрЌатаÑ
    11341134, МеОзвестМыÑ
    11351135 ÐŽÐ»Ñ Greenstone.  ВыЌышлеММый ЎПкуЌеМт буЎет сПзЎаМ Ўля кажЎПгП такПгП файла, О саЌ файл буЎет переЎаМ в Greenstone как \"ассПцООрПваММый файл\" ЎПкуЌеМта.
    11361136
    1137 UnknownPlug.file_format:ТОп файла (МапрОЌер, MPEG, MIDI, ...).
    1138 
    1139 UnknownPlug.mime_type:ТОп файла  mime (МапрОЌер, ОзПбражеМОе/gif).
    1140 
    1141 UnknownPlug.process_extension:ОбрабПтка файлПв с ПпреЎелеММыЌ расшОреМОеЌ. Эта ПпцОя - альтерМатОва к process_exp, кПтПрая прПще, МП ЌеМее прОспПсаблОваеЌая.
    1142 
    1143 UnknownPlug.srcicon:УкажОте ЌакрП МазваМОе (без сОЌвПлПв пПЎчеркОваМОя), чтПбы ОспПльзПвать в качестве ЌетаЎаММыÑ
     1137UnknownPlugin.file_format:ТОп файла (МапрОЌер, MPEG, MIDI, ...).
     1138
     1139UnknownPlugin.mime_type:ТОп файла  mime (МапрОЌер, ОзПбражеМОе/gif).
     1140
     1141UnknownPlugin.process_extension:ОбрабПтка файлПв с ПпреЎелеММыЌ расшОреМОеЌ. Эта ПпцОя - альтерМатОва к process_exp, кПтПрая прПще, МП ЌеМее прОспПсаблОваеЌая.
     1142
     1143UnknownPlugin.srcicon:УкажОте ЌакрП МазваМОе (без сОЌвПлПв пПЎчеркОваМОя), чтПбы ОспПльзПвать в качестве ЌетаЎаММыÑ
    11441144 srcicon.  # Updated 2-Feb-2006
    11451145
    1146 MP3Plug.desc:ПлагОМ Ўля ПбрабПткО MP3 файлПв.
    1147 
    1148 MP3Plug.assoc_images:ИспПльзуйте пПОск картОМПк в Google, чтПбы МайтО ОзПбражеМОя пПЎÑ
     1146MP3Plugin.desc:ПлагОМ Ўля ПбрабПткО MP3 файлПв.
     1147
     1148MP3Plugin.assoc_images:ИспПльзуйте пПОск картОМПк в Google, чтПбы МайтО ОзПбражеМОя пПЎÑ
    11491149ПЎящее к файлу MP3, Ма ПсМПве егП ЌетаЎаММыÑ
    11501150 ÐÐ°Ð·Ð²Ð°ÐœÐžÐµ ID3 Title О ИспПлМОтель.  # Updated 29-Mar-2006
    11511151
    1152 MP3Plug.applet_metadata:ИспПльзаваММП Ўля тПгП, чтПбы Ñ
     1152MP3Plugin.applet_metadata:ИспПльзаваММП Ўля тПгП, чтПбы Ñ
    11531153раМОть Ќета-ЎаММые [applet] Ўля кажЎПгП ЎПкуЌеМта, в кПтПрПЌ сПЎержОтся кПЎ HTML Ўля прПОгрываМОя этПгП файла в MP3 прПОгрывателе.  # Updated 27-Mar-2006
    11541154
    1155 MP3Plug.metadata_fields:СпОсПк пПлей Ќета-ЎаММыÑ
     1155MP3Plugin.metadata_fields:СпОсПк пПлей Ќета-ЎаММыÑ
    11561156, перечОслеММыÑ
    11571157 Ñ‡ÐµÑ€ÐµÐ· запятую, кПтПрые преЎМазМачеМы Ўля ОзвлечеМОя Оз MP3 файла (еслО ЎПступеМ). ИспПльзуйте \"*\" Ўля ОзвлечеМОя всеÑ
    11581158 Ð¿ÐŸÐ»ÐµÐ¹.
    11591159
    1160 W3ImgPlug.aggressiveness:РаМг связаММыÑ
     1160W3ImagePlugin.aggressiveness:РаМг связаММыÑ
    11611161 ÐŒÐµÑ‚ПЎПв, ОспПльзуеЌыÑ
    11621162 ÐŽÐ»Ñ ОзвлечеМОя текста.
    1163 W3ImgPlug.aggressiveness.1:ИЌя файла, путь, ЌПЎОфОкацОя (ALT) тПлькП текста.
    1164 W3ImgPlug.aggressiveness.2:Все Оз 1 плюс загПлПвПк, гЎе этП ЎПступМП.
    1165 W3ImgPlug.aggressiveness.3:Все  Оз 2 плюс блОжайшОе параграфы, гЎе этП ЎПступМП.
    1166 W3ImgPlug.aggressiveness.4:Все Оз 3 плюс преЎыЎущОе загПлПвкО (<h1>, <h2> ...), гЎе этП ЎПступМП.
    1167 W3ImgPlug.aggressiveness.5:Все Оз 4 плюс текстПвые ссылкО, гЎе этП ЎПступМП.
    1168 W3ImgPlug.aggressiveness.6:Все Оз 4 плюс страМОца ЌетатэгПв (МазваМОе, ключевые слПва О т.ÐŽ).
    1169 W3ImgPlug.aggressiveness.7:Все  Оз ПбъеЎОМеММыÑ
     1163W3ImagePlugin.aggressiveness.1:ИЌя файла, путь, ЌПЎОфОкацОя (ALT) тПлькП текста.
     1164W3ImagePlugin.aggressiveness.2:Все Оз 1 плюс загПлПвПк, гЎе этП ЎПступМП.
     1165W3ImagePlugin.aggressiveness.3:Все  Оз 2 плюс блОжайшОе параграфы, гЎе этП ЎПступМП.
     1166W3ImagePlugin.aggressiveness.4:Все Оз 3 плюс преЎыЎущОе загПлПвкО (<h1>, <h2> ...), гЎе этП ЎПступМП.
     1167W3ImagePlugin.aggressiveness.5:Все Оз 4 плюс текстПвые ссылкО, гЎе этП ЎПступМП.
     1168W3ImagePlugin.aggressiveness.6:Все Оз 4 плюс страМОца ЌетатэгПв (МазваМОе, ключевые слПва О т.ÐŽ).
     1169W3ImagePlugin.aggressiveness.7:Все  Оз ПбъеЎОМеММыÑ
    11701170 6, 5 О 4.
    1171 W3ImgPlug.aggressiveness.8:Все Оз 7 плюс пПвтПреМОе загПлПвка, ОЌеМО файла О т.ÐŽ ( пПвышеМОе раМга бПлее сППтветствующОÑ
     1171W3ImagePlugin.aggressiveness.8:Все Оз 7 плюс пПвтПреМОе загПлПвка, ОЌеМО файла О т.ÐŽ ( пПвышеМОе раМга бПлее сППтветствующОÑ
    11721172 Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚атПв).
    1173 W3ImgPlug.aggressiveness.9:Все Оз 1 плюс пПлМый текст ОсÑ
     1173W3ImagePlugin.aggressiveness.9:Все Оз 1 плюс пПлМый текст ОсÑ
    11741174ПЎМПй страМОцы.
    11751175
    1176 W3ImgPlug.caption_length:МаксОЌальМая ЎлОМа загПлПвкПв (в зМакаÑ
     1176W3ImagePlugin.caption_length:МаксОЌальМая ЎлОМа загПлПвкПв (в зМакаÑ
    11771177).
    11781178
    1179 W3ImgPlug.convert_params:ДПпПлМОтельМые параЌетры Ўля ImageMagicK кПМвертОруют уЌеМьшеММые ОзПбражеМОя. НапрОЌер, '-пПвышеМОе' Ўаст треÑ
     1179W3ImagePlugin.convert_params:ДПпПлМОтельМые параЌетры Ўля ImageMagicK кПМвертОруют уЌеМьшеММые ОзПбражеМОя. НапрОЌер, '-пПвышеМОе' Ўаст треÑ
    11801180ЌерМый вОЎ уЌеМьшеММыЌ ОзПбражеМОяЌ.
    11811181
    1182 W3ImgPlug.desc:ПлагОМ Ўля ОзвлечеМОя ОзПбражеМОй О связаММПгП текста Оз веб-страМОц.
    1183 
    1184 W3ImgPlug.document_text:ДПбавОть текст ОзПбражеМОя в вОЎе ЎПкуЌеМта:текст (ОМаче, пПле ЌетаЎаММыÑ
     1182W3ImagePlugin.desc:ПлагОМ Ўля ОзвлечеМОя ОзПбражеМОй О связаММПгП текста Оз веб-страМОц.
     1183
     1184W3ImagePlugin.document_text:ДПбавОть текст ОзПбражеМОя в вОЎе ЎПкуЌеМта:текст (ОМаче, пПле ЌетаЎаММыÑ
    11851185 IndexedText).
    11861186
    1187 W3ImgPlug.index_pages:ИМЎексОрПвать страМОцы МаряЎу с ОзПбражеМОяЌО. ИМаче, сПслаться Ма страМОцы в ОсÑ
     1187W3ImagePlugin.index_pages:ИМЎексОрПвать страМОцы МаряЎу с ОзПбражеМОяЌО. ИМаче, сПслаться Ма страМОцы в ОсÑ
    11881188ПЎМПЌ URL.
    11891189
    1190 W3ImgPlug.max_near_text:МаксОЌальМПе кПлОчествП зМакПв у ОзвлекаеЌыÑ
     1190W3ImagePlugin.max_near_text:МаксОЌальМПе кПлОчествП зМакПв у ОзвлекаеЌыÑ
    11911191 ÐžÐ·ÐŸÐ±Ñ€Ð°Ð¶ÐµÐœÐžÐ¹.
    11921192
    1193 W3ImgPlug.min_height:ПОкселы. ПрПпустОть ОзПбражеМОя, ЌеМьшОе, чеЌ этП.
    1194 
    1195 W3ImgPlug.min_near_text:МОМОЌальМПе кПлОчествП зМакПв у ОзвлекаеЌПгП текста ОлО загПлПвка.
    1196 
    1197 W3ImgPlug.min_size:Байты. ПрПпустОть ОзПбражеМОя, ЌеМьшОе, чеЌ этП.
    1198 
    1199 W3ImgPlug.min_width:ПОкселы. ПрПпустОть ОзПбражеМОя, бПлее узкОе, чеЌ этП.
    1200 
    1201 W3ImgPlug.neartext_length:ДлОМа аЎреса у текста (в зМакаÑ
     1193W3ImagePlugin.min_height:ПОкселы. ПрПпустОть ОзПбражеМОя, ЌеМьшОе, чеЌ этП.
     1194
     1195W3ImagePlugin.min_near_text:МОМОЌальМПе кПлОчествП зМакПв у ОзвлекаеЌПгП текста ОлО загПлПвка.
     1196
     1197W3ImagePlugin.min_size:Байты. ПрПпустОть ОзПбражеМОя, ЌеМьшОе, чеЌ этП.
     1198
     1199W3ImagePlugin.min_width:ПОкселы. ПрПпустОть ОзПбражеМОя, бПлее узкОе, чеЌ этП.
     1200
     1201W3ImagePlugin.neartext_length:ДлОМа аЎреса у текста (в зМакаÑ
    12021202).
    12031203
    1204 W3ImgPlug.no_cache_images:Не Ўелать кэшОрПваМОя ОзПбражеМОй (указать URL ПрОгОМала).
    1205 
    1206 W3ImgPlug.smallpage_threshold:ИзПбражеМОя Ма страМОцаÑ
     1204W3ImagePlugin.no_cache_images:Не Ўелать кэшОрПваМОя ОзПбражеМОй (указать URL ПрОгОМала).
     1205
     1206W3ImagePlugin.smallpage_threshold:ИзПбражеМОя Ма страМОцаÑ
    12071207, ЌеМьшОÑ
    12081208 Ñ‡ÐµÐŒ эта ( в байтаÑ
    12091209), буЎут ОЌеть ЎПбавлеММые ЌетаЎаММые страМОцы (МазваМОе, ключевые слПва О т.ÐŽ).
    12101210
    1211 W3ImgPlug.textrefs_threshold:ППрПг Ўля текстПвыÑ
     1211W3ImagePlugin.textrefs_threshold:ППрПг Ўля текстПвыÑ
    12121212 ÑÑÑ‹Ð»ÐŸÐº. БПлее МОзкОе зМачеМОя пПЎразуЌевают, чтП алгПрОтЌ ЌеМее стрПг.
    12131213
    1214 W3ImgPlug.thumb_size:МаксОЌальМПе уЌеМьшеМОе разЌера - О шОрОМы, О высПты.
    1215 
    1216 WordPlug.desc:ПлагОМ Ўля ОЌпПртОрПваМОя ЎПкуЌеМтПв Microsoft Word.
    1217 
    1218 WordPlug.windows_scripting:ИспПльзПвать теÑ
     1214W3ImagePlugin.thumb_size:МаксОЌальМПе уЌеМьшеМОе разЌера - О шОрОМы, О высПты.
     1215
     1216WordPlugin.desc:ПлагОМ Ўля ОЌпПртОрПваМОя ЎПкуЌеМтПв Microsoft Word.
     1217
     1218WordPlugin.windows_scripting:ИспПльзПвать теÑ
    12191219МПлПгОю прПграЌЌОрПваМОя MicroSoft Windows (Visual Basic Ўля прПграЌЌ), чтПбы Word кПМвертОрПвал ЎПкуЌеМты в  HTML, вЌестП пакета open source WvWare. ПрО этПЌ прПграЌЌа Word ПткрПется Ма экраМе, еслО ПМа еще Ме запущеМа.  # Updated 2-Feb-2006
    12201220
    12211221
    1222 WordPlug.metadata_fields:Эта ПпцОя Ўля ОзвлечеМОя ЌетаЎаММыÑ
     1222WordPlugin.metadata_fields:Эта ПпцОя Ўля ОзвлечеМОя ЌетаЎаММыÑ
    12231223 ÐžÐ· ЎПкуЌеМтПв HTML скПМвертОрПваММыÑ
    12241224 Ñ пПЌПщью скрОпта VB. ППльзПватель ЌПжет указать через запятую спОсПк пПлей ЌетаЎаММыÑ
     
    12271227 ÐœÐ°Ð·Ð²Ð°ÐœÐœÐŸÐŒ 'tagname'. ИспПльзуете бПльшОе буквы, чтПбы ЌетаЎаММые былО пПказаМы в ГрОМстПуМ сППтветсвующе. Для ОзвлечеМОя этП Ме Ограет рПлО.  # Updated 2-Feb-2006
    12281228
    1229 XMLPlug.desc:ОсМПвМПй класс плагОМПв XML.
    1230 
    1231 XMLPlug.xslt:ТраМсфПрЌОрПвать пПЎÑ
     1229ReadXMLFile.desc:ОсМПвМПй класс плагОМПв XML.
     1230
     1231ReadXMLFile.xslt:ТраМсфПрЌОрПвать пПЎÑ
    12321232ПЎящОй ввПЎОЌый ЎПкуЌеМт в ПбПзМачеМый файл с пПЌПщью XSLT.  ПреЎпПлагается ПтМПсОтельМПе МазваМОя файла, МаÑ
    12331233ПЎящегПся в кПллекцОО, к прОЌеру  etc/mods2dc.xsl.  # Updated 2-Feb-2006
    1234 ZIPPlug.desc:ПлагОМ, кПтПрый Пбрабатывает сжатые О/ОлО арÑ
     1234ZIPPlugin.desc:ПлагОМ, кПтПрый Пбрабатывает сжатые О/ОлО арÑ
    12351235ОвОрПваММые вÑ
    12361236ПЎМые фПрЌаты, текущОе ПбрабПтаММые фПрЌаты О файлы с расшОреМОяЌО:\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)\n\n ЭтПт плагОМ ПпОрается Ма слеЎующОе прОсутствующОе утОлОты (еслО пытаются ПбрабПтать сППтветствующОе фПрЌаты):\ngunzip (Ўля gzip)\nbunzip (Ўля bzip)\nbunzip2 \nunzip (Ўляzip)\ntar (Ўля tar).
  • gsdl/trunk/perllib/strings_zh.properties

    r14849 r15968  
    810810#
    811811
    812 ArcPlug.desc:创建䞀䞪含有所有的文件的集。甚于oaiserver。  # Updated 26-Nov-2007 by Xiaofeng Yu
    813 
    814 BasPlug.adding:添加  # Updated 26-Nov-2007 by Xiaofeng Yu
    815 
    816 BasPlug.already_seen:已见到  # Updated 26-Nov-2007 by Xiaofeng Yu
    817 
    818 BasPlug.bad_general_option:ïŒ
     812ArchivesInfPlugin.desc:创建䞀䞪含有所有的文件的集。甚于oaiserver。  # Updated 26-Nov-2007 by Xiaofeng Yu
     813
     814BasePlugin.adding:添加  # Updated 26-Nov-2007 by Xiaofeng Yu
     815
     816BasePlugin.already_seen:已见到  # Updated 26-Nov-2007 by Xiaofeng Yu
     817
     818BasePlugin.bad_general_option:ïŒ
    819819s分类噚䜿甚了错误的选项。查看䜠的é
    820820çœ®æ–‡ä»¶collect.cfg  # Updated 26-Nov-2007 by Xiaofeng Yu
    821821
    822 BasPlug.block_exp:䞎该项规则衚述匹é
     822BasePlugin.block_exp:䞎该项规则衚述匹é
    823823çš„文件䞍䌚被䌠到插件集䞭列圚后面的插件。这ä»
    824824ä»
     
    829829# -- Missing translation: BasPlug.associate_ext
    830830
    831 BasPlug.could_not_extract_encoding:譊告无法从ïŒ
     831BasePlugin.could_not_extract_encoding:譊告无法从ïŒ
    832832s䞭提取猖码假定倌ïŒ
    833833s  # Updated 26-Nov-2007 by Xiaofeng Yu
    834834
    835 BasPlug.could_not_extract_language:譊告无法从ïŒ
     835BasePlugin.could_not_extract_language:譊告无法从ïŒ
    836836s䞭提取语蚀假定倌ïŒ
    837837s  # Updated 26-Nov-2007 by Xiaofeng Yu
    838838
    839 BasPlug.could_not_open_for_reading:无法打匀ïŒ
     839BasePlugin.could_not_open_for_reading:无法打匀ïŒ
    840840s进行读取  # Updated 26-Nov-2007 by Xiaofeng Yu
    841841
    842 BasPlug.no_cover_image:䞍芁搜寻䞀䞪名䞺prefix.jpg的文件这里prefix就是该文件被倄理时的同样的前猀䞔将å
     842BasePlugin.no_cover_image:䞍芁搜寻䞀䞪名䞺prefix.jpg的文件这里prefix就是该文件被倄理时的同样的前猀䞔将å
    843843¶äžŽäž€äžªå°é¢å›Ÿåƒå
    844844³è”起来。  # Updated 26-Nov-2007 by Xiaofeng Yu
    845845
    846 BasPlug.default_encoding:劂果-input_encoding选项讟䞺‘auto’䞔文本分类算法䞍胜猖码或提取了䞍被Greenstone支持的猖码则䜿甚该猖码。该选项可采甚䞎-input_encoding选项盞同的倌。  # Updated 26-Nov-2007 by Xiaofeng Yu
    847 
    848 BasPlug.default_language:劂果Greenstone无法确讀某䞪文本的语蚀'Language'metadata讟䞺该倌。å
     846BasePlugin.default_encoding:劂果-input_encoding选项讟䞺‘auto’䞔文本分类算法䞍胜猖码或提取了䞍被Greenstone支持的猖码则䜿甚该猖码。该选项可采甚䞎-input_encoding选项盞同的倌。  # Updated 26-Nov-2007 by Xiaofeng Yu
     847
     848BasePlugin.default_language:劂果Greenstone无法确讀某䞪文本的语蚀'Language'metadata讟䞺该倌。å
    849849¶å‡å®šå€Œæ˜¯'en' (䜿甚ISO 639: en = English)。请泚意劂果-input_encoding选项未讟成‘auto’䞔未讟-extract_language选项则所有文本的‘language'metadata皆讟䞺该倌。  # Updated 26-Nov-2007 by Xiaofeng Yu
    850850
    851 BasPlug.desc:适甚所有蟓å
     851BasePlugin.desc:适甚所有蟓å
    852852¥æ’件的基类  # Updated 26-Nov-2007 by Xiaofeng Yu
    853853
    854 BasPlug.done_acronym_extract:完成提取猩写词  # Updated 26-Nov-2007 by Xiaofeng Yu
    855 
    856 BasPlug.done_acronym_markup:完成猩写词标记  # Updated 26-Nov-2007 by Xiaofeng Yu
    857 
    858 BasPlug.done_email_extract:完成提取电子邮件地址  # Updated 26-Nov-2007 by Xiaofeng Yu
    859 
    860 BasPlug.dummy_text:该文档无å†
     854BasePlugin.done_acronym_extract:完成提取猩写词  # Updated 26-Nov-2007 by Xiaofeng Yu
     855
     856BasePlugin.done_acronym_markup:完成猩写词标记  # Updated 26-Nov-2007 by Xiaofeng Yu
     857
     858BasePlugin.done_email_extract:完成提取电子邮件地址  # Updated 26-Nov-2007 by Xiaofeng Yu
     859
     860BasePlugin.dummy_text:该文档无å†
    861861容  # Updated 26-Nov-2007 by Xiaofeng Yu
    862862
    863 BasPlug.empty_file:该文件无å†
     863BasePlugin.empty_file:该文件无å†
    864864容  # Updated 26-Nov-2007 by Xiaofeng Yu
    865865
    866 BasPlug.extract_acronyms:从文本䞭提取猩写词并讟䞺metadata  # Updated 26-Nov-2007 by Xiaofeng Yu
    867 
    868 BasPlug.extract_email:提取电子邮件地址并䜜䞺metadata  # Updated 26-Nov-2007 by Xiaofeng Yu
    869 
    870 BasPlug.extract_historical_years:从历史文档䞭提取有å
     866BasePlugin.extract_acronyms:从文本䞭提取猩写词并讟䞺metadata  # Updated 26-Nov-2007 by Xiaofeng Yu
     867
     868BasePlugin.extract_email:提取电子邮件地址并䜜䞺metadata  # Updated 26-Nov-2007 by Xiaofeng Yu
     869
     870BasePlugin.extract_historical_years:从历史文档䞭提取有å
    871871³æ—¶é—ŽåŒºé—Žçš„信息。该信息是䜜䞺文档的metadata存傚的。有䞀䞪界面可甚于搜玢该metadata。圚收藏é
    872872çœ®æ–‡ä»¶äž­å†™å
     
    875875³æ”¶è—ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    876876
    877 BasPlug.extract_language:鉎别每䞪文档的语蚀并讟定’Language'metadata。泚意劂果 -input_encoding讟䞺‘auto'该过皋䌚自劚完成。  # Updated 26-Nov-2007 by Xiaofeng Yu
    878 
    879 BasPlug.extracting:提取  # Updated 26-Nov-2007 by Xiaofeng Yu
    880 
    881 BasPlug.extracting_acronyms:提取猩写词  # Updated 26-Nov-2007 by Xiaofeng Yu
    882 
    883 BasPlug.extract_keyphrases:䜿甚Kea自劚提取å
     877BasePlugin.extract_language:鉎别每䞪文档的语蚀并讟定’Language'metadata。泚意劂果 -input_encoding讟䞺‘auto'该过皋䌚自劚完成。  # Updated 26-Nov-2007 by Xiaofeng Yu
     878
     879BasePlugin.extracting:提取  # Updated 26-Nov-2007 by Xiaofeng Yu
     880
     881BasePlugin.extracting_acronyms:提取猩写词  # Updated 26-Nov-2007 by Xiaofeng Yu
     882
     883BasePlugin.extract_keyphrases:䜿甚Kea自劚提取å
    884884³é”®è¯è¯­ïŒˆå‡å®šè®Ÿçœ®ïŒ‰  # Updated 26-Nov-2007 by Xiaofeng Yu
    885885
    886 BasPlug.extract_keyphrases_kea4:䜿甚Kea 4.0自劚提取å
     886BasePlugin.extract_keyphrases_kea4:䜿甚Kea 4.0自劚提取å
    887887³é”®è¯è¯­ïŒˆå‡å®šè®Ÿçœ®ïŒ‰ã€‚Kea 4.0是Kea的新版本甚于控制猖制农䞚领域的文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    888888
    889 BasPlug.extract_keyphrase_options:甚于å
     889BasePlugin.extract_keyphrase_options:甚于å
    890890³é”®è¯è¯­æå–çš„Kea选项。䟋劂mALIWEB - 䜿甚 ALIWEB 提取暡匏; n5 - 提取5䞪å
    891891³é”®è¯è¯­;, eGBK - 䜿甚 GBK 猖码。  # Updated 26-Nov-2007 by Xiaofeng Yu
    892892
    893 BasPlug.extracting_emails:提取电子邮件地址  # Updated 26-Nov-2007 by Xiaofeng Yu
    894 
    895 BasPlug.file_has_no_text:错误ïŒ
     893BasePlugin.extracting_emails:提取电子邮件地址  # Updated 26-Nov-2007 by Xiaofeng Yu
     894
     895BasePlugin.file_has_no_text:错误ïŒ
    896896s䞍含文本  # Updated 26-Nov-2007 by Xiaofeng Yu
    897897
    898 BasPlug.first:从文本䞭提取逗点分匀的集䜜䞺䞀䞪metadata域。该域称䞺'firstNNN'。  # Updated 26-Nov-2007 by Xiaofeng Yu
    899 
    900 BasPlug.input_encoding:源文档的猖码。文档将甚这些猖码进行蜬换并圚å†
     898BasePlugin.first:从文本䞭提取逗点分匀的集䜜䞺䞀䞪metadata域。该域称䞺'firstNNN'。  # Updated 26-Nov-2007 by Xiaofeng Yu
     899
     900BasePlugin.input_encoding:源文档的猖码。文档将甚这些猖码进行蜬换并圚å†
    901901郚存傚䞺utf8。  # Updated 26-Nov-2007 by Xiaofeng Yu
    902 BasPlug.input_encoding.ascii:简易7比特ascii。这也讞芁比甚iso_8895_1快些。  # Updated 26-Nov-2007 by Xiaofeng Yu
    903 BasPlug.input_encoding.auto:䜿甚文本分类算法自劚鉎别每䞪源文档的猖码。这芁比明确讟定猖码æ
     902BasePlugin.input_encoding.ascii:简易7比特ascii。这也讞芁比甚iso_8895_1快些。  # Updated 26-Nov-2007 by Xiaofeng Yu
     903BasePlugin.input_encoding.auto:䜿甚文本分类算法自劚鉎别每䞪源文档的猖码。这芁比明确讟定猖码æ
    904904¢ïŒŒäœ†é€‚甚于同䞀收藏讟定了倚䞪猖码。  # Updated 26-Nov-2007 by Xiaofeng Yu
    905905
    906 BasPlug.input_encoding.unicode:只是统䞀的字笊猖码标准  # Updated 26-Nov-2007 by Xiaofeng Yu
    907 
    908 BasPlug.input_encoding.utf8:utf8和统䞀的字笊猖码标准二è€
     906BasePlugin.input_encoding.unicode:只是统䞀的字笊猖码标准  # Updated 26-Nov-2007 by Xiaofeng Yu
     907
     908BasePlugin.input_encoding.utf8:utf8和统䞀的字笊猖码标准二è€
    909909之䞀 自劚蟚识。  # Updated 26-Nov-2007 by Xiaofeng Yu
    910910
    911 BasPlug.keyphrases:å
     911BasePlugin.keyphrases:å
    912912³é”®è¯è¯­  # Updated 26-Nov-2007 by Xiaofeng Yu
    913913
    914 BasPlug.marking_up_acronyms:标识猩写词  # Updated 26-Nov-2007 by Xiaofeng Yu
    915 
    916 BasPlug.markup_acronyms:圚文档文本䞭添加猩写词。  # Updated 26-Nov-2007 by Xiaofeng Yu
    917 
    918 BasPlug.maximum_century:提取最倧的经过呜名的䞖纪䜜䞺历史metadata䟋劂14即提取截至14䞖纪所有的参考资料  # Updated 26-Nov-2007 by Xiaofeng Yu
    919 
    920 BasPlug.maximum_year:甚于metadata的最倧的历史䞊的日期以基督时代䞺准劂1950  # Updated 26-Nov-2007 by Xiaofeng Yu
    921 
    922 BasPlug.missing_kea:错误ïŒ
     914BasePlugin.marking_up_acronyms:标识猩写词  # Updated 26-Nov-2007 by Xiaofeng Yu
     915
     916BasePlugin.markup_acronyms:圚文档文本䞭添加猩写词。  # Updated 26-Nov-2007 by Xiaofeng Yu
     917
     918BasePlugin.maximum_century:提取最倧的经过呜名的䞖纪䜜䞺历史metadata䟋劂14即提取截至14䞖纪所有的参考资料  # Updated 26-Nov-2007 by Xiaofeng Yu
     919
     920BasePlugin.maximum_year:甚于metadata的最倧的历史䞊的日期以基督时代䞺准劂1950  # Updated 26-Nov-2007 by Xiaofeng Yu
     921
     922BasePlugin.missing_kea:错误ïŒ
    923923s䞭无法扟到Kea蜯件。请从http://www.nzdl.org/Kea䞋蜜KeaïŒ
    924924s并安è£
    925925到该目圕䞋。  # Updated 26-Nov-2007 by Xiaofeng Yu
    926926
    927 BasPlug.must_be_implemented:BasPlug::对于嵌套插件读取凜数å¿
     927BasePlugin.must_be_implemented:BasPlug::对于嵌套插件读取凜数å¿
    928928须圚子类䞭实现  # Updated 26-Nov-2007 by Xiaofeng Yu
    929929
    930 BasPlug.no_bibliography:圓提取历史日期时䞍芁试囟阻止乊目提芁日期。  # Updated 26-Nov-2007 by Xiaofeng Yu
    931 
    932 BasPlug.process_exp:䞀䞪䞎文件名盞匹é
     930BasePlugin.no_bibliography:圓提取历史日期时䞍芁试囟阻止乊目提芁日期。  # Updated 26-Nov-2007 by Xiaofeng Yu
     931
     932BasePlugin.process_exp:䞀䞪䞎文件名盞匹é
    933933çš„perl规则衚述。文件名的匹é
    934934å°†ç”±è¯¥æ’件倄理。䟋劂甚'(?i).html?\$' 匹é
    935935ä»¥.htm or .html结尟的所有文档(区分倧小写)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    936936
    937 BasPlug.read_denied:对于ïŒ
     937BasePlugin.read_denied:对于ïŒ
    938938s读取权限被拒绝。  # Updated 26-Nov-2007 by Xiaofeng Yu
    939939
    940 BasPlug.separate_cjk:圚䞭文/日文/韩文䞭插å
     940BasePlugin.separate_cjk:圚䞭文/日文/韩文䞭插å
    941941¥ç©ºæ Œä»€æ¯äžªå­—母成䞺䞀䞪词。适甚于圓文本未被分割时。  # Updated 26-Nov-2007 by Xiaofeng Yu
    942942
    943 BasPlug.smart_block:䜿甚比ä»
     943BasePlugin.smart_block:䜿甚比ä»
    944944ä»
    945945考虑文件名曎奜的办法阻止文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    946946
    947 BasPlug.stems:词干  # Updated 26-Nov-2007 by Xiaofeng Yu
    948 
    949 BasPlug.unsupported_encoding:譊告ïŒ
     947BasePlugin.stems:词干  # Updated 26-Nov-2007 by Xiaofeng Yu
     948
     949BasePlugin.unsupported_encoding:譊告ïŒ
    950950s䌌乎䜿甚了䞍被支持的猖码ïŒ
    951951s䜿甚ïŒ
    952952s  # Updated 26-Nov-2007 by Xiaofeng Yu
    953953
    954 BasPlug.wrong_encoding:譊告ïŒ
     954BasePlugin.wrong_encoding:譊告ïŒ
    955955s甹ïŒ
    956956s读å
     
    958958s猖码  # Updated 26-Nov-2007 by Xiaofeng Yu
    959959
    960 BibTexPlug.desc:BibTexPlug 甹BibTex栌匏读取乊目摘芁文件。BibTexPlug 䞺文件䞭的每䞪参考创建文档对象。它是SplitPlug的䞀䞪子类, 所以劂果存圚倚䞪记圕则å
     960BibTexPlugin.desc:BibTexPlug 甹BibTex栌匏读取乊目摘芁文件。BibTexPlug 䞺文件䞭的每䞪参考创建文档对象。它是SplitPlug的䞀䞪子类, 所以劂果存圚倚䞪记圕则å
    961961šéƒšè¯»å–。  # Updated 26-Nov-2007 by Xiaofeng Yu
    962962
    963 BookPlug.desc:由含有<<TOC>>标记笊的文档创建倚级文档。每䞪段萜的metadata取自任䜕䞎<<TOC>>圚同䞀行的å
     963BookPlugin.desc:由含有<<TOC>>标记笊的文档创建倚级文档。每䞪段萜的metadata取自任䜕䞎<<TOC>>圚同䞀行的å
    964964¶ä»–标记苻。䟋劂<<Title>>xxxx<</Title>> 讟定Title metadata。<<TOC>>标记笊之闎的所有å
    965965¶ä»–å†
     
    974974容䜜䞺标题metadata)。劂果芁什文档星瀺成䞎HDL收藏䞀样的圢匏䜿甚该插件䞍芁甚HBPlug。  # Updated 26-Nov-2007 by Xiaofeng Yu
    975975
    976 ConvertToPlug.apply_fribidi:圚蜬换的文件䞊运行”fribidi“统䞀猖码双向算法适甚于右至巊文本。  # Updated 26-Nov-2007 by Xiaofeng Yu
    977 ConvertToPlug.convert_to:蜬换成TEXT或HTML或å
     976ConvertBinaryFile.apply_fribidi:圚蜬换的文件䞊运行”fribidi“统䞀猖码双向算法适甚于右至巊文本。  # Updated 26-Nov-2007 by Xiaofeng Yu
     977ConvertBinaryFile.convert_to:蜬换成TEXT或HTML或å
    978978¶ä»–种类囟像的插件劂JPEG,GIF,PNG)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    979 ConvertToPlug.convert_to.auto:自劚选择芁蜬换的栌匏。所选栌匏有赖于蟓å
     979ConvertBinaryFile.convert_to.auto:自劚选择芁蜬换的栌匏。所选栌匏有赖于蟓å
    980980¥æ–‡æ¡£ç±»åž‹ïŒŒåŠ‚Word䌚被蜬换成HTML,而PowerPoint蜬换成Greenstone的PagedImage栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    981 ConvertToPlug.convert_to.html:HTML栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    982 ConvertToPlug.convert_to.text:简易文本栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    983 ConvertToPlug.convert_to.pagedimg_jpg:JPEG栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    984 ConvertToPlug.convert_to.pagedimg_gif:GIF栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    985 ConvertToPlug.convert_to.pagedimg_png:PNG栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    986 
    987 ConvertToPlug.desc:该插件由WordPlug, PPTPlug, PSPlug, RTFPlug及PDFPlug继承。甚于把这些文档类型蜬换成HTML, TEXT或囟像系列。å
     981ConvertBinaryFile.convert_to.html:HTML栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
     982ConvertBinaryFile.convert_to.text:简易文本栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
     983ConvertBinaryFile.convert_to.pagedimg_jpg:JPEG栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
     984ConvertBinaryFile.convert_to.pagedimg_gif:GIF栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
     985ConvertBinaryFile.convert_to.pagedimg_png:PNG栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
     986
     987ConvertBinaryFile.desc:该插件由WordPlug, PPTPlug, PSPlug, RTFPlug及PDFPlug继承。甚于把这些文档类型蜬换成HTML, TEXT或囟像系列。å
    988988¶å·¥äœœåŽŸç†æ˜¯æ ¹æ®è¯¥æ’件的‘convert_to’选项劚态读取盞应的二级插件HTMLPlug, StructuredHTMLPlug, PagedImgPlug或TEXTPlug)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    989 ConvertToPlug.keep_original_filename:保留å
     989ConvertBinaryFile.keep_original_filename:保留å
    990990³è”文件的原始文件名而䞍是蜬换成doc.pdfdoc.doc等。  # Updated 26-Nov-2007 by Xiaofeng Yu
    991 ConvertToPlug.use_strings:劂果讟定的话圓蜬换无法进行时䞀䞪简单的字笊䞲凜数䌚被甚来提取文本。  # Updated 26-Nov-2007 by Xiaofeng Yu
    992 
    993 ConvertToRogPlug.desc:由RogPlug继承来的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    994 
    995 CSVPlug.desc:甚于逗号分隔栌匏的倌的插件。䌚䞺文件的每䞀行创建䞀䞪新文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    996 
    997 DBPlug.desc:甚于从数据库蟓å
     991ConvertBinaryFile.use_strings:劂果讟定的话圓蜬换无法进行时䞀䞪简单的字笊䞲凜数䌚被甚来提取文本。  # Updated 26-Nov-2007 by Xiaofeng Yu
     992
     993ConvertToRogPlugin.desc:由RogPlug继承来的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     994
     995CSVPlugin.desc:甚于逗号分隔栌匏的倌的插件。䌚䞺文件的每䞀行创建䞀䞪新文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
     996
     997DBPlugin.desc:甚于从数据库蟓å
    998998¥è®°åœ•çš„插件。该插件䜿甚perl的DBI暡块它含有mysql, postgresql, CSV, MS Excel, ODBC, sybase等等的后端。芁䜿甚该插件需安è£
    999999额倖的暡块。见<GSDLHOME>/etc/packages/example.dbi䞭的瀺范é
    10001000çœ®æ–‡ä»¶ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    10011001
    1002 DBPlug.title_sub:甚于修改存傚䞺标题的字笊䞲的替换衚述。PSPlug甚它来从甚䜜标题的文本䞭æž
     1002DBPlugin.title_sub:甚于修改存傚䞺标题的字笊䞲的替换衚述。PSPlug甚它来从甚䜜标题的文本䞭æž
    10031003陀”Page 1“等。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10041004
    1005 DSpacePlug.desc:DSpacePlug 接受从Dspace䞭蟓出的收藏并蟓å
     1005DSpacePlugin.desc:DSpacePlug 接受从Dspace䞭蟓出的收藏并蟓å
    10061006¥ç»™Greenstone。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10071007   
    1008 DSpacePlug.first_inorder_ext:甚于鉎定Dspace收藏的初级流。定义了该选项系统䌚顺序甚定义的ext类文档寻扟可胜的初级流。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1009 DSpacePlug.first_inorder_mime:甚于鉎定Dspace收藏的初级流。定义了该选项系统䌚顺序甚定义的mime类文档寻扟可胜的初级流。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1010 DSpacePlug.only_first_doc:甚于鉎定Dspace收藏的初级流。定义了该选项系统䌚将dublic_core metadata文件䞭的第䞀䞪文档圓䜜可胜的初级流。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1011 
    1012 EMAILPlug.desc:EmailPlug读取电子邮件文件。这些文件䌚甚简单数字呜名即它们出现圚maildir文件倹䞭或å
     1008DSpacePlugin.first_inorder_ext:甚于鉎定Dspace收藏的初级流。定义了该选项系统䌚顺序甚定义的ext类文档寻扟可胜的初级流。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1009DSpacePlugin.first_inorder_mime:甚于鉎定Dspace收藏的初级流。定义了该选项系统䌚顺序甚定义的mime类文档寻扟可胜的初级流。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1010DSpacePlugin.only_first_doc:甚于鉎定Dspace收藏的初级流。定义了该选项系统䌚将dublic_core metadata文件䞭的第䞀䞪文档圓䜜可胜的初级流。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1011
     1012EmailPlugin.desc:EmailPlug读取电子邮件文件。这些文件䌚甚简单数字呜名即它们出现圚maildir文件倹䞭或å
    10131013·æœ‰.mbx文件扩展名 (对于mbox邮件文件栌匏)。文档文本: 文档䞭第䞀䞪空癜行后面的所有文本。Metadata (非Dublin Core!):$Headers 所有的页銖å†
    10141014容可选择的假定条件䞋䞍存傚:$Subject Subject: 页銖$To To: 页銖$From From: 页銖$FromName 发送人姓名 (劂果有的话)$FromAddr 发送人电邮地址$DateText     Date: 页銖$Date 日期: GSDL栌匏的页銖 (䟋劂: 19990924)  # Updated 26-Nov-2007 by Xiaofeng Yu
    10151015
    1016 EMAILPlug.no_attachments:䞍芁存傚信息附件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1017 
    1018 EMAILPlug.headers:将电子邮件页銖存傚䞺”Headers“metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1019 
    1020 EMAILPlug.split_exp:甚于将含有倚项信息的文件分割成独立文档的perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1021 
    1022 ExcelPlug.desc:甚于蟓å
     1016EmailPlugin.no_attachments:䞍芁存傚信息附件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1017
     1018EmailPlugin.headers:将电子邮件页銖存傚䞺”Headers“metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1019
     1020EmailPlugin.split_exp:甚于将含有倚项信息的文件分割成独立文档的perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1021
     1022ExcelPlugin.desc:甚于蟓å
    10231023¥Microsoft Excel文件的插件95及97版。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10241024
    1025 FOXPlug.desc:倄理Foxbase dbt文件的插件。该插件提䟛读取dbt和dbf文件及倄理每䞪记圕的基本功胜。对å
     1025FOXPlugin.desc:倄理Foxbase dbt文件的插件。该插件提䟛读取dbt和dbf文件及倄理每䞪记圕的基本功胜。对å
    10261026·äœ“数据库来诎该通甚插件须被芆盖以倄理文件䞭的盞å
    10271027³åŸŸã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    10281028
    1029 GAPlug.desc:倄理Greenstone Archive XML文档。泚意该插件䞍䜜语法检查尜管XML:Parser暡块测试对称性。这里假定Greenstone Archive文件笊合å
     1029GAPlugin.desc:倄理Greenstone Archive XML文档。泚意该插件䞍䜜语法检查尜管XML:Parser暡块测试对称性。这里假定Greenstone Archive文件笊合å
    10301030¶DTD。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10311031
    1032 GISBasPlug.extract_placenames:从文本䞭提取地点名称并讟䞺metadata。芁求有Greenstone的GIS扩展。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1033 
    1034 GISBasPlug.gazetteer:䜿甚Gazetteer从文本䞭提取地点名称并讟䞺metadata。芁求有Greenstone的GIS扩展。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1035 
    1036 GISBasPlug.place_list:圓提取地点时将地点名称集åŒ
     1032GISExtractor.extract_placenames:从文本䞭提取地点名称并讟䞺metadata。芁求有Greenstone的GIS扩展。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1033
     1034GISExtractor.gazetteer:䜿甚Gazetteer从文本䞭提取地点名称并讟䞺metadata。芁求有Greenstone的GIS扩展。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1035
     1036GISExtractor.place_list:圓提取地点时将地点名称集åŒ
    10371037括圚文档的起始倄。芁求有Greenstone的GIS扩展。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10381038
    1039 GMLPlug.desc:倄理GML栌匏文档的插件。假定gml标筟皆䞺小写。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1040 
    1041 HBPlug.desc:倄理HTML乊目圕的插件。该插件被Humanity Library收藏所䜿甚䞔只倄理ascii或扩展ascii蟓å
     1039GMLPlugin.desc:倄理GML栌匏文档的插件。假定gml标筟皆䞺小写。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1040
     1041HBPlugin.desc:倄理HTML乊目圕的插件。该插件被Humanity Library收藏所䜿甚䞔只倄理ascii或扩展ascii蟓å
    10421042¥çŒ–码。歀段皋序写埗䞍是埈奜运行起来蟃æ
    10431043¢ïŒŒæˆ‘垌望这胜錓励甚户䜿甚HBSPlug创建他们自己的收藏。尜量䜿甚HBSPlug来生成新的收藏及标泚象Humanity Library收藏䞀样的文件。HBSPlug 可接受所有蟓å
    10441044¥çŒ–码䜆芁求标泚的文件芁比Humanity Library收藏䞭的曎干净。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10451045
    1046 HTMLPlug.assoc_files:侎html文档盞å
     1046HTMLPlugin.assoc_files:侎html文档盞å
    10471047³è”的文件扩展名的perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10481048
    1049 HTMLPlug.desc:该插件倄理HTML文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1050 
    1051 HTMLPlug.description_tags:圚<Section>标筟出现的地方分割文档。圚该选项讟定的æƒ
     1049HTMLPlugin.desc:该插件倄理HTML文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1050
     1051HTMLPlugin.description_tags:圚<Section>标筟出现的地方分割文档。圚该选项讟定的æƒ
    10521052况䞋'-keep_head'䞍起䜜甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10531053
    1054 HTMLPlug.extract_style:从HTML<head>标筟提取栌匏及脚本信息并存傚成DocumentHeader metadata。这䌚圚文档页面䞭以_document:documentheader_ macro的圢匏讟定。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1055 
    1056 HTMLPlug.file_is_url:劂果蟓å
     1054HTMLPlugin.extract_style:从HTML<head>标筟提取栌匏及脚本信息并存傚成DocumentHeader metadata。这䌚圚文档页面䞭以_document:documentheader_ macro的圢匏讟定。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1055
     1056HTMLPlugin.file_is_url:劂果蟓å
    10571057¥æ–‡ä»¶åæž„成源文档的url的䞀郚分则讟定该域䟋劂圓䞀䞪眑页镜像工å
    10581058·è¢«ç”šäºŽç”ŸæˆèŸ“å
    10591059¥ç›®åœ•ç»“构时。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10601060
    1061 HTMLPlug.hunt_creator_metadata:尜可胜发现曎倚的有å
     1061HTMLPlugin.hunt_creator_metadata:尜可胜发现曎倚的有å
    10621062³äœœè€
    10631063身仜的metadata并存攟圚'Creator'域䞭。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10641064
    1065 HTMLPlug.keep_head:䞍芁从html文件䞭去陀页銖。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1066 
    1067 HTMLPlug.metadata_fields:试囟提取的逗号分隔的metadata域的集。甚'tag<tagname>'埗到存攟圚名䞺'tagname'的metadataå
     1065HTMLPlugin.keep_head:䞍芁从html文件䞭去陀页銖。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1066
     1067HTMLPlugin.metadata_fields:试囟提取的逗号分隔的metadata域的集。甚'tag<tagname>'埗到存攟圚名䞺'tagname'的metadataå
    10681068ƒçŽ çš„第䞀䞪<tagname>标筟组的å†
    10691069容。因䞺标筟提取䞍考虑倧小写须将该域象倧写Greenstone侭的metadata䞀样倧写才有效。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10701070
    1071 HTMLPlug.no_metadata:䞍芁试囟从文件䞭提取任䜕metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1072 
    1073 HTMLPlug.no_strip_metadata_html:逗号分隔的metadata名称的集或'all'。䞎-description_tags䞀起䜿甚它䌚防止从讟定的metadata的倌䞭剥犻HTML标筟。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1074 
    1075 HTMLPlug.nolinks:䞍芁试囟限制铟接讟定该标记可提高创建/蟓å
     1071HTMLPlugin.no_metadata:䞍芁试囟从文件䞭提取任䜕metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1072
     1073HTMLPlugin.no_strip_metadata_html:逗号分隔的metadata名称的集或'all'。䞎-description_tags䞀起䜿甚它䌚防止从讟定的metadata的倌䞭剥犻HTML标筟。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1074
     1075HTMLPlugin.nolinks:䞍芁试囟限制铟接讟定该标记可提高创建/蟓å
    10761076¥çš„速床䜆䌚䜿文档䞭的盞对铟接倱去䜜甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10771077
    1078 HTMLPlug.rename_assoc_files:重呜名䞎文档盞å
     1078HTMLPlugin.rename_assoc_files:重呜名䞎文档盞å
    10791079³è”的文件劂囟像。同样生成曎æµ
    10801080的目圕结构圓创建cd-rom收藏时蟃有甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10811081
    1082 HTMLPlug.sectionalise_using_h_tags:甹h1,h2,
,hX标筟自劚生成段萜文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1083 
    1084 HTMLPlug.title_sub:甚于修改存傚䞺标题的字笊䞲的替换衚述。PDFPlug甚它来从甚䜜标题的文本䞭æž
     1082HTMLPlugin.sectionalise_using_h_tags:甹h1,h2,
,hX标筟自劚生成段萜文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1083
     1084HTMLPlugin.title_sub:甚于修改存傚䞺标题的字笊䞲的替换衚述。PDFPlug甚它来从甚䜜标题的文本䞭æž
    10851085陀”Page 1“等。  # Updated 26-Nov-2007 by Xiaofeng Yu
    10861086
    1087 HTMLPlug.tidy_html:讟定后䌚将HTML文档蜬换䞺对称的XHTML。甚户从而可甚乊本栌匏查看文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1088 
    1089 HTMLPlug.old_style_HDL:标泚是吊该收藏䞭的文件甚旧的HDL段萜栌匏段萜化。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1090 
    1091 ImagePlug.converttotype:蜬换䞻囟像至栌匏's'。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1092 
    1093 ImagePlug.desc:该插件倄理囟像添加基本的metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1094 
    1095 ImagePlug.minimumsize:応略小于n比特的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1096 
    1097 ImagePlug.noscaleup:生成略囟时䞍芁攟倧小囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1098 
    1099 ImagePlug.screenviewsize:劂讟定生成䞀䞪甚于屏幕星瀺的倧小䞺n的囟像䞔讟定Screen, ScreenSize, ScreenWidth及ScreenHeight metadata.  假定条件䞋䞍被讟定。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1100 
    1101 ImagePlug.screenviewtype:劂果-screenviewsize被讟定该域䌚讟定屏幕星瀺囟像类型。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1102 
    1103 ImagePlug.thumbnailsize:生成倧小䞺nxn的略囟。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1104 
    1105 ImagePlug.thumbnailtype:生成栌匏䞺's'的略囟。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1106 
    1107 IndexPlug.desc:该嵌套插件倄理䞀䞪index.txt文件。该index.txt文件应含有将被åŒ
     1087HTMLPlugin.tidy_html:讟定后䌚将HTML文档蜬换䞺对称的XHTML。甚户从而可甚乊本栌匏查看文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1088
     1089HTMLPlugin.old_style_HDL:标泚是吊该收藏䞭的文件甚旧的HDL段萜栌匏段萜化。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1090
     1091ImagePlugin.converttotype:蜬换䞻囟像至栌匏's'。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1092
     1093ImagePlugin.desc:该插件倄理囟像添加基本的metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1094
     1095ImagePlugin.minimumsize:応略小于n比特的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1096
     1097ImagePlugin.noscaleup:生成略囟时䞍芁攟倧小囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1098
     1099ImagePlugin.screenviewsize:劂讟定生成䞀䞪甚于屏幕星瀺的倧小䞺n的囟像䞔讟定Screen, ScreenSize, ScreenWidth及ScreenHeight metadata.  假定条件䞋䞍被讟定。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1100
     1101ImagePlugin.screenviewtype:劂果-screenviewsize被讟定该域䌚讟定屏幕星瀺囟像类型。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1102
     1103ImagePlugin.thumbnailsize:生成倧小䞺nxn的略囟。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1104
     1105ImagePlugin.thumbnailtype:生成栌匏䞺's'的略囟。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1106
     1107IndexPlugin.desc:该嵌套插件倄理䞀䞪index.txt文件。该index.txt文件应含有将被åŒ
    11081108括圚收藏䞭的文件集玧接该集的是䞎每䞪文件盞å
    11091109³è”的额倖的metadata。该index.txt文件须䞺以䞋栌匏第䞀行应是䞀䞪å
     
    11151115³é”®è¯è¡Œäžå­˜åœšïŒŒæ‰€æœ‰æœªå‘œåçš„metadata倌将被呜名未‘Subject'。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11161116
    1117 ISISPlug.desc:该插件倄理CDS/ISIS数据库。对于每䞪被倄理的CDS/ISIS数据库收藏的蟓å
     1117ISISPlugin.desc:该插件倄理CDS/ISIS数据库。对于每䞪被倄理的CDS/ISIS数据库收藏的蟓å
    11181118¥æ–‡ä»¶å€¹äž­å¿
    11191119须含有以䞋䞉䞪文件䞻文件.mst),域定义衚 (.fdt), 以及参ç
    11201120§æ–‡ä»¶ (.xrf)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11211121
    1122 ISISPlug.subfield_separator:CDS/ISIS数据库记圕䞭甚于分隔子域的倚䞪倌的字笊䞲。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1123 
    1124 ISISPlug.entry_separator:CDS/ISIS数据库记圕䞭甚于分隔单䞪metadata域的倚䞪倌的字笊䞲。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1125 
    1126 LaTeXPlug.desc:甚于LaTex文档的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1127 
    1128 LOMPlug.desc:甚于蟓å
     1122ISISPlugin.subfield_separator:CDS/ISIS数据库记圕䞭甚于分隔子域的倚䞪倌的字笊䞲。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1123
     1124ISISPlugin.entry_separator:CDS/ISIS数据库记圕䞭甚于分隔单䞪metadata域的倚䞪倌的字笊䞲。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1125
     1126LaTeXPlugin.desc:甚于LaTex文档的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1127
     1128LOMPlugin.desc:甚于蟓å
    11291129¥LOMLearning Object Metadata)的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11301130
    1131 LOMPlug.root_tag:XML文件的DocType(或䞀䞪䞎根å
     1131LOMPlugin.root_tag:XML文件的DocType(或䞀䞪䞎根å
    11321132ƒçŽ åŒ¹é
    11331133çš„规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1134 LOMPlug.check_timestamp:查看以前䞋蜜的文件的时闎标记䞔ä»
     1134LOMPlugin.check_timestamp:查看以前䞋蜜的文件的时闎标记䞔ä»
    11351135圚源文件蟃新时才重新䞋蜜。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1136 LOMPlug.download_srcdocs:劂果讟定的话则䞋蜜源文档通垞标志笊条目或技术䜍眮。该选项应指定䞀䞪规则衚述来匹é
     1136LOMPlugin.download_srcdocs:劂果讟定的话则䞋蜜源文档通垞标志笊条目或技术䜍眮。该选项应指定䞀䞪规则衚述来匹é
    11371137æ‰€èŠäž‹èœœçš„文件名。泚意该域目前只对防火墙倖蟹的文档有效。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11381138
    1139 MARCPlug.desc:基本的MARC插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1140 
    1141 MARCPlug.metadata_mapping:含有从MARC倌到Greenstone metadata名字盞对应的细节的文件名。假定倌是圚站的etc目圕䞋扟到的'marctodc.txt'。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1142 
    1143 MARCXMLPlug.desc:MARCXML插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1144 
    1145 MARCXMLPlug.metadata_mapping_file:含有从MARC倌到Greenstone metadata名字盞对应的细节的文件名。假定倌是圚站的etc目圕䞋扟到的'marctodc.txt'。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1146 
    1147 MediaWikiPlug.desc:甚于蟓å
     1139MARCPlugin.desc:基本的MARC插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1140
     1141MARCPlugin.metadata_mapping:含有从MARC倌到Greenstone metadata名字盞对应的细节的文件名。假定倌是圚站的etc目圕䞋扟到的'marctodc.txt'。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1142
     1143MARCXMLPlugin.desc:MARCXML插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1144
     1145MARCXMLPlugin.metadata_mapping_file:含有从MARC倌到Greenstone metadata名字盞对应的细节的文件名。假定倌是圚站的etc目圕䞋扟到的'marctodc.txt'。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1146
     1147MediaWikiPlugin.desc:甚于蟓å
    11481148¥MediaWiki眑页的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11491149
    1150 MediaWikiPlug.show_toc:添加到收藏的About页即MediaWiki眑站的䞻页的'table of contents'。须圚toc_exp以䞋指定䞀䞪Perl规则衚述以匹é
     1150MediaWikiPlugin.show_toc:添加到收藏的About页即MediaWiki眑站的䞻页的'table of contents'。须圚toc_exp以䞋指定䞀䞪Perl规则衚述以匹é
    11511151'table of contents'段萜。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11521152
    1153 MediaWikiPlug.delete_toc:删陀每䞪HTML页的'table of contents'段萜。须圚toc_div_exp以䞋指定䞀䞪Perl规则衚述以匹é
     1153MediaWikiPlugin.delete_toc:删陀每䞪HTML页的'table of contents'段萜。须圚toc_div_exp以䞋指定䞀䞪Perl规则衚述以匹é
    11541154'table of contents'段萜。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11551155
    1156 MediaWikiPlug.toc_exp:甚于匹é
     1156MediaWikiPlugin.toc_exp:甚于匹é
    11571157'table of contents'的Perl规则衚述。假定倌䞎通甚MediaWiki眑页盞匹é
    11581158ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    11591159
    1160 MediaWikiPlug.delete_nav:删陀富航段萜。须圚nav_div_exp以䞋指定䞀䞪Perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1161 
    1162 MediaWikiPlug.nav_div_exp:甚于匹é
     1160MediaWikiPlugin.delete_nav:删陀富航段萜。须圚nav_div_exp以䞋指定䞀䞪Perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1161
     1162MediaWikiPlugin.nav_div_exp:甚于匹é
    11631163å¯Œèˆªæ®µèœçš„Perl规则衚述。假定倌䞎通甚MediaWiki眑页盞匹é
    11641164ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    11651165
    1166 MediaWikiPlug.delete_searchbox:删陀搜玢框段萜。须圚searchbox_div_exp以䞋指定䞀䞪Perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1167 
    1168 MediaWikiPlug.searchbox_div_id:甚于匹é
     1166MediaWikiPlugin.delete_searchbox:删陀搜玢框段萜。须圚searchbox_div_exp以䞋指定䞀䞪Perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1167
     1168MediaWikiPlugin.searchbox_div_id:甚于匹é
    11691169æœçŽ¢æ¡†æ®µèœçš„Perl规则衚述。假定倌䞎通甚MediaWiki眑页盞匹é
    11701170ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    11711171
    1172 MediaWikiPlug.remove_title_suffix_exp:甚于修剪提取的标题的Perl规则衚述。䟋劂\\s-(.+)将修剪"-"之后的标题å†
     1172MediaWikiPlugin.remove_title_suffix_exp:甚于修剪提取的标题的Perl规则衚述。䟋劂\\s-(.+)将修剪"-"之后的标题å†
    11731173容。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11741174
    1175 MetadataCSVPlug.desc:甚于倄理逗号分隔的倌的栌匏的metadata的插件。CSV文件䞭的文件名郚分甚于决定metadata属于哪䞪文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1175MetadataCSVPlugin.desc:甚于倄理逗号分隔的倌的栌匏的metadata的插件。CSV文件䞭的文件名郚分甚于决定metadata属于哪䞪文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11761176
    11771177MetadataPass.desc:支持metadata插件的BasPlug的èŸ
    11781178助基类利甚import.pl的metadata_read。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11791179
    1180 METSPlug.desc:倄理Greenstone栌匏的文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1181 
    1182 GISBasPlug.desc:å
     1180METSPlugin.desc:倄理Greenstone栌匏的文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1181
     1182GISExtractor.desc:å
    11831183·GIS功胜的BasPlug的èŸ
    11841184助基类  # Updated 26-Nov-2007 by Xiaofeng Yu
    11851185
    1186 NULPlug.desc:虚拟.nul)文件插件。䞎激发metadata数据库文件所产生的文件同时䜿甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1187 
    1188 NULPlug.assoc_field:䞺每䞪无效文件讟定的metadata域的名字。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1189 NULPlug.add_metadata_as_text:添加䞀䞪metadata衚栌甚䜜文档的文本å
     1186NulPlugin.desc:虚拟.nul)文件插件。䞎激发metadata数据库文件所产生的文件同时䜿甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1187
     1188NulPlugin.assoc_field:䞺每䞪无效文件讟定的metadata域的名字。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1189NulPlugin.add_metadata_as_text:添加䞀䞪metadata衚栌甚䜜文档的文本å
    11901190åŸ—星瀺”This document has no text"。  # Updated 26-Nov-2007 by Xiaofeng Yu
    11911191
    1192 NULPlug.remove_namespace_for_text:从文档文本䞭的metadata名字䞭去陀名字区闎劂果add_metadata_as_text已讟定。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1193 
    1194 OAIPlug.desc:基本Open Archive Initiative(OAI)插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1195 
    1196 OggVorbisPlug.add_technical_metadata:添加技术䟋劂比特率metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1197 
    1198 OggVorbisPlug.desc:甚于蟓å
     1192NulPlugin.remove_namespace_for_text:从文档文本䞭的metadata名字䞭去陀名字区闎劂果add_metadata_as_text已讟定。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1193
     1194OAIPlugin.desc:基本Open Archive Initiative(OAI)插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1195
     1196OggVorbisPlugin.add_technical_metadata:添加技术䟋劂比特率metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1197
     1198OggVorbisPlugin.desc:甚于蟓å
    11991199¥Ogg Vorbis 音频文件的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12001200
    1201 OpenDocumentPlug.desc:倄理OASIS OpenDocument栌匏文档的插件甚于OpenOffice 2.0)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1202 
    1203 PagedImgPlug.desc:倄理由䞀连䞲囟像组成的文档的插件每䞪囟像垊有可选的OCR文本。该插件倄理.item文件该类文件列出连续囟像及文本文件并提䟛metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1204 
    1205 PagedImgPlug.documenttype:讟定文档类型甚于星瀺。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1206 PagedImgPlug.documenttype.paged:分页的文档含有向前和向后的箭倎以及'go to page X' 框。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1207 PagedImgPlug.documenttype.hierarchy:层级文档含有文章目圕。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1208 
    1209 PagedImgPlug.headerpage:䞺每䞪文档添加䞀䞪顶级页銖页䞍含囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1210 
    1211 PagedImgPlug.screenview:䞺每䞪囟像产生䞀䞪屏幕星瀺囟像并讟定Screen, ScreenSize, ScreenWidth 和 ScreenHeight metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1212 
    1213 PagedImgPlug.screenviewsize:生成倧小䞺nxn的屏幕囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1214 
    1215 PagedImgPlug.screenviewtype:生成栌匏䞺's'的屏幕囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1216 
    1217 PagedImgPlug.thumbnail:䞺每䞪囟像产生䞀䞪略囟。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1218 
    1219 PDFPlug.allowimagesonly:å
     1201OpenDocumentPlugin.desc:倄理OASIS OpenDocument栌匏文档的插件甚于OpenOffice 2.0)。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1202
     1203PagedImagePlugin.desc:倄理由䞀连䞲囟像组成的文档的插件每䞪囟像垊有可选的OCR文本。该插件倄理.item文件该类文件列出连续囟像及文本文件并提䟛metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1204
     1205PagedImagePlugin.documenttype:讟定文档类型甚于星瀺。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1206PagedImagePlugin.documenttype.paged:分页的文档含有向前和向后的箭倎以及'go to page X' 框。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1207PagedImagePlugin.documenttype.hierarchy:层级文档含有文章目圕。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1208
     1209PagedImagePlugin.headerpage:䞺每䞪文档添加䞀䞪顶级页銖页䞍含囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1210
     1211PagedImagePlugin.screenview:䞺每䞪囟像产生䞀䞪屏幕星瀺囟像并讟定Screen, ScreenSize, ScreenWidth 和 ScreenHeight metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1212
     1213PagedImagePlugin.screenviewsize:生成倧小䞺nxn的屏幕囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1214
     1215PagedImagePlugin.screenviewtype:生成栌匏䞺's'的屏幕囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1216
     1217PagedImagePlugin.thumbnail:䞺每䞪囟像产生䞀䞪略囟。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1218
     1219PDFPlugin.allowimagesonly:å
    12201220è®žPDF文件䞍含可提取文本。å
    12211221åŸ—讟定-complex选项。ä»
    12221222甚于convert_to_html。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1223 PDFPlug.complex:生成曎倍杂的蟓出。讟定该选项䌚䜿蟓出的html曎象原始PDF文件。该选项芁求安è£
     1223PDFPlugin.complex:生成曎倍杂的蟓出。讟定该选项䌚䜿蟓出的html曎象原始PDF文件。该选项芁求安è£
    12241224Ghostscript对于*nixgså¿
    12251225须䜍于系统路埄对于Windowsgswin32c.exe讟定圚系统路埄䞭。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12261226
    1227 PDFPlug.desc:倄理PDF文档的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1228 
    1229 PDFPlug.nohidden:阻止pdftohtml提取隐藏文本。这只圚-complex选项也讟定的æƒ
     1227PDFPlugin.desc:倄理PDF文档的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1228
     1229PDFPlugin.nohidden:阻止pdftohtml提取隐藏文本。这只圚-complex选项也讟定的æƒ
    12301230况䞋有甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12311231
    1232 PDFPlug.noimages:䞍芁试囟从PDF䞭提取囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1233 
    1234 PDFPlug.use_sections:䞺每䞪PDF文件的页面创建䞀䞪单独的段萜。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1235 
    1236 PDFPlug.zoom:蟓出时攟倧PDF文件的系数这只圚-complex选项也讟定的æƒ
     1232PDFPlugin.noimages:䞍芁试囟从PDF䞭提取囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1233
     1234PDFPlugin.use_sections:䞺每䞪PDF文件的页面创建䞀䞪单独的段萜。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1235
     1236PDFPlugin.zoom:蟓出时攟倧PDF文件的系数这只圚-complex选项也讟定的æƒ
    12371237况䞋有甚。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12381238
    1239 PPTPlug.desc:甚于蟓å
     1239PPTPlugin.desc:甚于蟓å
    12401240¥Microsoft PowerPoint文件的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12411241
    1242 PPTPlug.windows_scripting:䜿甚Microsoft Windows 技术Visual Basic应甚皋序来埗到PPT从而把文档蜬换成囟像䟋劂JPEG,PNG,GIF)而䞍是䟝赖于匀源åŒ
     1242PPTPlugin.windows_scripting:䜿甚Microsoft Windows 技术Visual Basic应甚皋序来埗到PPT从而把文档蜬换成囟像䟋劂JPEG,PNG,GIF)而䞍是䟝赖于匀源åŒ
    12431243ppttohtml。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12441244
    1245 ProCitePlug.desc:甚于ProCite数据库蟓出的的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1246 
    1247 PSPlug.desc:这是䞀䞪\"poor man\"的ps至文本蜬换噚。真芁甚的话请甚PRESCRIPTåŒ
     1245ProCitePlugin.desc:甚于ProCite数据库蟓出的的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1246
     1247PSPlugin.desc:这是䞀䞪\"poor man\"的ps至文本蜬换噚。真芁甚的话请甚PRESCRIPTåŒ
    12481248它可从http://www.nzdl.org/html/software.html䞋蜜。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12491249
    1250 PSPlug.extract_date:从PS页銖提取日期。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1251 
    1252 PSPlug.extract_pages:从PS页銖提取页面。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1253 
    1254 PSPlug.extract_title:从PS页銖提取标题。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1255 
    1256 RealMediaPlug.desc:倄理Real Media文件的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1257 
    1258 RecPlug.desc:RecPlug插件可倄理它圚嵌套目圕䞭发现的每䞀䞪文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1259 
    1260 RecPlug.recheck_directories:圓䞀䞪蟓å
     1250PSPlugin.extract_date:从PS页銖提取日期。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1251
     1252PSPlugin.extract_pages:从PS页銖提取页面。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1253
     1254PSPlugin.extract_title:从PS页銖提取标题。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1255
     1256RealMediaPlugin.desc:倄理Real Media文件的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1257
     1258DirectoryPlugin.desc:RecPlug插件可倄理它圚嵌套目圕䞭发现的每䞀䞪文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1259
     1260DirectoryPlugin.recheck_directories:圓䞀䞪蟓å
    12611261¥ç›®åœ•äž­çš„所有文件倄理完毕后重新读取目圕以发现任䜕新创建的文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12621262
    1263 RecPlug.use_metadata_files:䞍赞成䜿甚请将MetadataXMLPlug添加到插件集䞭从metadata XML文件䞭读取metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1264 
    1265 ReferPlug.desc:ReferPlug读取Refer栌匏的目圕文献文件  # Updated 26-Nov-2007 by Xiaofeng Yu
    1266 
    1267 ReferPlug.longdesc:ReferPlug读取Refer栌匏的目圕文献文件。\n由Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\n倧䜓䞊基于hcibib2Plug 由 Steve Jones (stevej\@cs.waikato.ac.nz). 基于EMAILPlug 由 Gordon Paynter (gwp\@cs.waikato.ac.nz). 基于HTMLplug的旧版本以及HCIBIBPlug 由 Stefan Boddie及å
     1263DirectoryPlugin.use_metadata_files:䞍赞成䜿甚请将MetadataXMLPlug添加到插件集䞭从metadata XML文件䞭读取metadata。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1264
     1265ReferPlugin.desc:ReferPlug读取Refer栌匏的目圕文献文件  # Updated 26-Nov-2007 by Xiaofeng Yu
     1266
     1267ReferPlugin.longdesc:ReferPlug读取Refer栌匏的目圕文献文件。\n由Gordon W. Paynter (gwp\@cs.waikato.ac.nz), November 2000\n\n倧䜓䞊基于hcibib2Plug 由 Steve Jones (stevej\@cs.waikato.ac.nz). 基于EMAILPlug 由 Gordon Paynter (gwp\@cs.waikato.ac.nz). 基于HTMLplug的旧版本以及HCIBIBPlug 由 Stefan Boddie及å
    12681268¶ä»– -- 埈隟诎这䌚向䜕倄发展。\n\nReferPlug 䞺文件䞭的每䞪参考创建文档对象。它是SplitPlug的䞀䞪子类, 所以劂果有倚䞪记圕å
    12691269šéƒšè¯»å
     
    12791279容提芁\n\t\$版权\t\%* 文章版权信息。# Updated 26-Nov-2007 by Xiaofeng Yu
    12801280
    1281 RogPlug.desc:从.rog或.mdb文件创建简单单级文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1282 
    1283 RTFPlug.desc:甚于蟓å
     1281RogPlugin.desc:从.rog或.mdb文件创建简单单级文档。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1282
     1283RTFPlugin.desc:甚于蟓å
    12841284¥Rich Text 栌匏的文件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12851285
    1286 SRCPlug.desc:文件名目前被甚于标题可选择减去䞀些前猀。圓前语蚀:\n文本READMEs/Makefiles\nC/C++   (目前ä»
     1286SourceCodePlugin.desc:文件名目前被甚于标题可选择减去䞀些前猀。圓前语蚀:\n文本READMEs/Makefiles\nC/C++   (目前ä»
    12871287提取åŒ
    12881288含语句以及C++ ç±»)\nPerl    (目前ä»
     
    12901290倄理文本)  # Updated 26-Nov-2007 by Xiaofeng Yu
    12911291
    1292 SRCPlug.remove_prefix:从文件名䞭删陀前猀䟋劂-remove_prefix /tmp/XX/src/)。假定条件䞋是从文件名䞭删陀å
     1292SourceCodePlugin.remove_prefix:从文件名䞭删陀前猀䟋劂-remove_prefix /tmp/XX/src/)。假定条件䞋是从文件名䞭删陀å
    12931293šéƒšè·¯åŸ„。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12941294
    1295 SplitPlug.desc:SplitPlug插件甚于将蟓å
     1295SplitPlugin.desc:SplitPlug插件甚于将蟓å
    12961296¥æ–‡ä»¶åˆ†å‰²æˆæ®µä»¥äŸ¿äœœå•ç‹¬å€„理。该插件䞍可盎接被叫。劂果需芁倄理含有倚䞪文档的文件甚户需实现自己的插件å
    12971297¶äž­çš„倄理凜数莟莣文档之䞀并䜿å
    12981298¶ç»§æ‰¿SplitPlug。见ReferPlug䞭的范䟋。  # Updated 26-Nov-2007 by Xiaofeng Yu
    12991299
    1300 SplitPlug.split_exp:将蟓å
     1300SplitPlugin.split_exp:将蟓å
    13011301¥æ–‡ä»¶åˆ†å‰²æˆæ®µçš„perl规则衚述。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13021302
    1303 StructuredHTMLPlug.desc:䞀䞪倄理结构性HTML文档的插件基于栌匏信息将它们分割成段萜。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1304 
    1305 StructuredHTMLPlug.delete_toc:从蜬换的HTML文件䞭删陀所有文章目圕囟衚等。å
     1303StructuredHTMLPlugin.desc:䞀䞪倄理结构性HTML文档的插件基于栌匏信息将它们分割成段萜。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1304
     1305StructuredHTMLPlugin.delete_toc:从蜬换的HTML文件䞭删陀所有文章目圕囟衚等。å
    13061306¶æ ŒåŒç”±toc_header选项指定。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13071307
    1308 StructuredHTMLPlug.title_header:甚于标题页銖的可胜的甚户定义的栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1309 
    1310 StructuredHTMLPlug.level1_header:甚于HTML文档䞭第䞀级页銖的可胜的甚户定义的栌匏盞圓于<h1>)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1311 
    1312 StructuredHTMLPlug.level2_header:甚于HTML文档䞭第二级页銖的可胜的甚户定义的栌匏盞圓于<h2>)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1313 
    1314 StructuredHTMLPlug.level3_header:甚于HTML文档䞭第䞉级页銖的可胜的甚户定义的栌匏盞圓于<h3>)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1315 
    1316 StructuredHTMLPlug.toc_header:甚于文章目圕囟衚等的可胜的甚户定义的栌匏劂果delete_toc讟定则删陀。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1317 
    1318 TEXTPlug.desc:创建简单单级文档。甚第䞀行文本䜜䞺标题metadata䞍è¶
     1308StructuredHTMLPlugin.title_header:甚于标题页銖的可胜的甚户定义的栌匏。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1309
     1310StructuredHTMLPlugin.level1_header:甚于HTML文档䞭第䞀级页銖的可胜的甚户定义的栌匏盞圓于<h1>)。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1311
     1312StructuredHTMLPlugin.level2_header:甚于HTML文档䞭第二级页銖的可胜的甚户定义的栌匏盞圓于<h2>)。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1313
     1314StructuredHTMLPlugin.level3_header:甚于HTML文档䞭第䞉级页銖的可胜的甚户定义的栌匏盞圓于<h3>)。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1315
     1316StructuredHTMLPlugin.toc_header:甚于文章目圕囟衚等的可胜的甚户定义的栌匏劂果delete_toc讟定则删陀。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1317
     1318TextPlugin.desc:创建简单单级文档。甚第䞀行文本䜜䞺标题metadata䞍è¶
    13191319过100䞪字母。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13201320
    1321 TEXTPlug.title_sub:甚于修改存傚䞺标题的字笊䞲的替换衚述。PSPlug甚它来从甚䜜标题的文本䞭æž
     1321TextPlugin.title_sub:甚于修改存傚䞺标题的字笊䞲的替换衚述。PSPlug甚它来从甚䜜标题的文本䞭æž
    13221322陀”Page 1“等。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13231323
    1324 UnknownPlug.assoc_field:持有å
     1324UnknownPlugin.assoc_field:持有å
    13251325³è”文件名的metadata域的名称。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13261326
    1327 UnknownPlug.desc:这是䞀䞪简单的甚于蟓å
     1327UnknownPlugin.desc:这是䞀䞪简单的甚于蟓å
    13281328¥Greenstone无法识别栌匏的文件的插件。将䞺每䞪文件产生䞀䞪虚构的文档䞔该文件本身䌚被䜜䞺文档的\"å
    13291329³è”文件\"䌠递给Greenstone。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13301330
    1331 UnknownPlug.file_format:文件类型䟋劂MPEG,MIDI,
)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1332 
    1333 UnknownPlug.mime_type:文件的Mime类型䟋劂囟像/gif。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1334 
    1335 UnknownPlug.process_extension:甚该文件扩展倄理文件。该选项是process_exp的替代选项process_exp曎简单䜆适应性䞍区。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1336 
    1337 UnknownPlug.srcicon:指定䞀䞪䜜䞺srcicon metadata的宏的名称䞍加䞋划线。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1338 
    1339 MP3Plug.desc:倄理MP3文件的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1340 
    1341 MP3Plug.assoc_images:根据ID3 Title及Artist metadata䜿甚Google囟像搜玢来定䜍䞎MP3文件盞å
     1331UnknownPlugin.file_format:文件类型䟋劂MPEG,MIDI,
)。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1332
     1333UnknownPlugin.mime_type:文件的Mime类型䟋劂囟像/gif。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1334
     1335UnknownPlugin.process_extension:甚该文件扩展倄理文件。该选项是process_exp的替代选项process_exp曎简单䜆适应性䞍区。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1336
     1337UnknownPlugin.srcicon:指定䞀䞪䜜䞺srcicon metadata的宏的名称䞍加䞋划线。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1338
     1339MP3Plugin.desc:倄理MP3文件的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1340
     1341MP3Plugin.assoc_images:根据ID3 Title及Artist metadata䜿甚Google囟像搜玢来定䜍䞎MP3文件盞å
    13421342³çš„囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13431343
    1344 MP3Plug.applet_metadata:甚于存傚每䞪文档的【applet】metadata文档含有å¿
     1344MP3Plugin.applet_metadata:甚于存傚每䞪文档的【applet】metadata文档含有å¿
    13451345芁的可什MP3音频播攟噚小皋序播攟该文件的HTML。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13461346
    1347 MP3Plug.metadata_fields:从MP3文件䞭提取逗号分隔的metadata域的集。䜿甚\“*\"提取所有域。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1348 
    1349 W3ImgPlug.aggressiveness:可甚盞å
     1347MP3Plugin.metadata_fields:从MP3文件䞭提取逗号分隔的metadata域的集。䜿甚\“*\"提取所有域。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1348
     1349W3ImagePlugin.aggressiveness:可甚盞å
    13501350³æ–‡æœ¬æå–技巧的范囎。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1351 W3ImgPlug.aggressiveness.1:ä»
     1351W3ImagePlugin.aggressiveness.1:ä»
    13521352适甚于文件名路埄ALT文本。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1353 W3ImgPlug.aggressiveness.2:1的å
     1353W3ImagePlugin.aggressiveness.2:1的å
    13541354šéƒšïŒŒåŠ äžŠå¯èƒœçš„标题诎明  # Updated 26-Nov-2007 by Xiaofeng Yu
    1355 W3ImgPlug.aggressiveness.3:2的å
     1355W3ImagePlugin.aggressiveness.3:2的å
    13561356šéƒšïŒŒåŠ äžŠå¯èƒœçš„附近的段萜  # Updated 26-Nov-2007 by Xiaofeng Yu
    1357 W3ImgPlug.aggressiveness.4:3的å
     1357W3ImagePlugin.aggressiveness.4:3的å
    13581358šéƒšïŒŒåŠ äžŠå¯èƒœçš„以前的页銖<h1>,<h2>
)。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1359 W3ImgPlug.aggressiveness.5:4的å
     1359W3ImagePlugin.aggressiveness.5:4的å
    13601360šéƒšïŒŒåŠ äžŠå¯èƒœçš„文本参考。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1361 W3ImgPlug.aggressiveness.6:4的å
     1361W3ImagePlugin.aggressiveness.6:4的å
    13621362šéƒšïŒŒåŠ äžŠé¡µçš„meta标筟标题å
    13631363³é”®è¯ç­‰ïŒ‰ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    1364 W3ImgPlug.aggressiveness.7:45和6合圚䞀起。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1365 W3ImgPlug.aggressiveness.8:7的å
     1364W3ImagePlugin.aggressiveness.7:45和6合圚䞀起。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1365W3ImagePlugin.aggressiveness.8:7的å
    13661366šéƒšïŒŒåŠ äžŠé‡å€çš„标题诎明文件名等提升曎盞å
    13671367³ç»“果的等级。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1368 W3ImgPlug.aggressiveness.9:1的å
     1368W3ImagePlugin.aggressiveness.9:1的å
    13691369šéƒšïŒŒåŠ äžŠæºé¡µé¢çš„å
    13701370šéƒšæ–‡æœ¬ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    13711371
    1372 W3ImgPlug.caption_length:标题诎明的最倧长床以字母计。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1373 
    1374 W3ImgPlug.convert_params:甚于ImageMagicK略囟创建蜬换的额倖的参数。䟋劂'-raise'将给出猩略囟的䞉绎效果。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1375 
    1376 W3ImgPlug.desc:䞀䞪甚于从眑页提取囟像及å
     1372W3ImagePlugin.caption_length:标题诎明的最倧长床以字母计。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1373
     1374W3ImagePlugin.convert_params:甚于ImageMagicK略囟创建蜬换的额倖的参数。䟋劂'-raise'将给出猩略囟的䞉绎效果。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1375
     1376W3ImagePlugin.desc:䞀䞪甚于从眑页提取囟像及å
    13771377³è”文本的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13781378
    1379 W3ImgPlug.document_text:添加囟像文本䜜䞺document:text吊则IndexedText metadata域。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1380 
    1381 W3ImgPlug.index_pages:将页面䞎囟像䞀起猖å
     1379W3ImagePlugin.document_text:添加囟像文本䜜䞺document:text吊则IndexedText metadata域。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1380
     1381W3ImagePlugin.index_pages:将页面䞎囟像䞀起猖å
    13821382¥çŽ¢åŒ•ã€‚吊则圚源文档的URL䞭匕甚该页面。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13831383
    1384 W3ImgPlug.max_near_text:圚囟像附近å
     1384W3ImagePlugin.max_near_text:圚囟像附近å
    13851385è®žæå–的最倚字母。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13861386
    1387 W3ImgPlug.min_height:象玠。略过少于该选项的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1388 
    1389 W3ImgPlug.min_near_text:圚文本或标题诎明附近å
     1387W3ImagePlugin.min_height:象玠。略过少于该选项的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1388
     1389W3ImagePlugin.min_near_text:圚文本或标题诎明附近å
    13901390è®žæå–的最倚字母。  # Updated 26-Nov-2007 by Xiaofeng Yu
    13911391
    1392 W3ImgPlug.min_size:字节。略过少于该选项的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1393 
    1394 W3ImgPlug.min_width:象玠。略过窄于该选项的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1395 
    1396 W3ImgPlug.neartext_length:文本附近的目标长床以字母计。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1397 
    1398 W3ImgPlug.no_cache_images:䞍芁猓存囟像指向原始囟像的URL。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1399 
    1400 W3ImgPlug.smallpage_threshold:页面䞊小于指定字节的囟像䌚被加å
     1392W3ImagePlugin.min_size:字节。略过少于该选项的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1393
     1394W3ImagePlugin.min_width:象玠。略过窄于该选项的囟像。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1395
     1396W3ImagePlugin.neartext_length:文本附近的目标长床以字母计。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1397
     1398W3ImagePlugin.no_cache_images:䞍芁猓存囟像指向原始囟像的URL。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1399
     1400W3ImagePlugin.smallpage_threshold:页面䞊小于指定字节的囟像䌚被加å
    14011401¥è¯¥é¡µé¢çš„metadata标题å
    14021402³é”®è¯ç­‰ïŒ‰ã€‚  # Updated 26-Nov-2007 by Xiaofeng Yu
    14031403
    1404 W3ImgPlug.textrefs_threshold:文本匕甚的界限倌。蟃䜎的倌意味着䞍埈䞥栌的算法。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1405 
    1406 W3ImgPlug.thumb_size:最倧略囟的尺寞宜和长。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1407 
    1408 WordPlug.desc:甚于蟓å
     1404W3ImagePlugin.textrefs_threshold:文本匕甚的界限倌。蟃䜎的倌意味着䞍埈䞥栌的算法。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1405
     1406W3ImagePlugin.thumb_size:最倧略囟的尺寞宜和长。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1407
     1408WordPlugin.desc:甚于蟓å
    14091409¥Microsoft Word文档的插件。  # Updated 26-Nov-2007 by Xiaofeng Yu
    14101410
    1411 WordPlug.windows_scripting:䜿甚Microsoft Windows 脚本技术Visual Basic应甚皋序来埗到Word从而把文档蜬换成HTML而䞍是䟝赖于匀源åŒ
     1411WordPlugin.windows_scripting:䜿甚Microsoft Windows 脚本技术Visual Basic应甚皋序来埗到Word从而把文档蜬换成HTML而䞍是䟝赖于匀源åŒ
    14121412WvWare。劂Word应甚皋序未圚运行它可什å
    14131413¶è‡ªåŠšæ‰“匀。  # Updated 26-Nov-2007 by Xiaofeng Yu
    14141414
    1415 WordPlug.metadata_fields:该选项从甚VB脚本蜬换来的HTML文档䞭获取metadata。它å
     1415WordPlugin.metadata_fields:该选项从甚VB脚本蜬换来的HTML文档䞭获取metadata。它å
    14161416è®žç”šæˆ·å®šä¹‰è¯•å›Ÿæå–的逗号分隔的metadata域的集。甚'tag<tagname>'埗到存攟圚名䞺'tagname'的metadataå
    14171417ƒçŽ çš„第䞀䞪<tagname>标筟组的å†
    14181418容。因䞺标筟提取䞍考虑倧小写须将该域象倧写Greenstone侭的metadata䞀样倧写才有效。  # Updated 26-Nov-2007 by Xiaofeng Yu
    14191419
    1420 XMLPlug.desc:甚于XML插件的基类。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1421 
    1422 XMLPlug.xslt:甚指定文件䞭的XSLT蜬换匹é
     1420ReadXMLFile.desc:甚于XML插件的基类。  # Updated 26-Nov-2007 by Xiaofeng Yu
     1421
     1422ReadXMLFile.xslt:甚指定文件䞭的XSLT蜬换匹é
    14231423çš„蟓å
    14241424¥æ–‡æ¡£ã€‚假定䞀䞪盞对的文件名䌚圚收藏的文件区域扟到䟋劂etc/mods2dc.xsl。  # Updated 26-Nov-2007 by Xiaofeng Yu
    1425 ZIPPlug.desc:倄理压猩的和/或存档的蟓å
     1425ZIPPlugin.desc:倄理压猩的和/或存档的蟓å
    14261426¥æ ŒåŒã€‚目前倄理的栌匏及文件扩展名有\ngzip (.gz, .z, .tgz, .taz)\nbzip (.bz)\nbzip2 (.bz2)\nzip (.zip .jar)\ntar (.tar)。\n\n该插件芁求以䞋的应甚皋序 (劂果芁倄理盞对应的栌匏的话\ngunzip (for gzip)\nbunzip (for bzip)\nbunzip2 \nunzip (for zip)\ntar (甚于 tar文件)。
    14271427  # Updated 26-Nov-2007 by Xiaofeng Yu
Note: See TracChangeset for help on using the changeset viewer.