Ignore:
Timestamp:
2003-10-20T14:57:31+13:00 (21 years ago)
Author:
mdewsnip
Message:

Moved plugin descriptions into the resource bundle (perllib/strings.rb), for translation by UNESCO.

File:
1 edited

Legend:

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

    r4873 r5680  
    6464
    6565my $options = { 'name'     => "SRCPlug",
    66         '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)",
     66        'desc'     => "{SRCPlug.desc}",
    6767        'inherits' => "yes",
    6868        'args'     => $arguments };
Note: See TracChangeset for help on using the changeset viewer.