Changeset 7490


Ignore:
Timestamp:
2004-05-28T16:44:50+12:00 (20 years ago)
Author:
davidb
Message:

Language specific text labels for MP3Plugin added.

Location:
trunk/gsdl/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/MP3Plug.pm

    r7487 r7490  
    4141my $arguments =
    4242    [ { 'name' => "assoc_images",
    43         'desc' => "{UnknownPlug.assoc_images}",
     43        'desc' => "{MP3Plug.assoc_images}",
    4444        'type' => "flag",
    4545        'deft' => "",
  • trunk/gsdl/perllib/strings.rb

    r7459 r7490  
    634634UnknownPlug.file_type:Mime type of the file (e.g. image/gif).
    635635
     636MP3Plug.desc:Plugin for processing MP3 files.
     637
     638MP3Plug.assoc_images:Use google image search to locate images related to MP3 file based on ID3 Title and Artist metadata.
     639
    636640W3ImgPlug.aggressiveness:Range of related text extraction techniques to use.
    637641W3ImgPlug.aggressiveness.1:Filename, path, ALT text only.
Note: See TracChangeset for help on using the changeset viewer.