Ignore:
Timestamp:
2018-07-13T21:02:27+12:00 (6 years ago)
Author:
ak19
Message:

Moving another fixed English language string into strings.properties from PDF and PDFv1 plugins, so that it becomes translatable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm

    r32273 r32275  
    146146
    147147    # check convert_to
    148     # TODO: Start supporting PDF to txt on Windows if we're going to be using XPDF Tools (incl pdftotext) on Windows/Linux/Mac
    149148    if ($self->{'convert_to'} eq "text" && $ENV{'GSDLOS'} =~ /^windows$/i) {
    150     print STDERR "*** On Windows, PDFv1Plugin does not support pdf to text. PDFs will be converted to HTML instead.\n";
    151     print STDERR "*** Use PDFv2Plugin if you really want pdf to text conversion.\n";
     149    &gsprintf::gsprintf(STDERR, "{PDFPlugin.win_old_pdftotext_unsupported}\n", "PDFv1Plugin");
    152150    $self->{'convert_to'} = "html";
    153151    }
Note: See TracChangeset for help on using the changeset viewer.