diff options
Diffstat (limited to 'perl-install/printer/detect.pm')
-rw-r--r-- | perl-install/printer/detect.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/printer/detect.pm b/perl-install/printer/detect.pm index 61c39522d..0839a6ad6 100644 --- a/perl-install/printer/detect.pm +++ b/perl-install/printer/detect.pm @@ -95,7 +95,7 @@ sub whatUsbport() { }; close $PORT; # Remove non-printable characters - $idstr =~ tr/[\x00-\x1f]/\./; + $idstr =~ tr/[\x00-\x1f]/./; # If we do not find any item in the ID string, we try to read # it again my $itemfound = 0; @@ -136,7 +136,7 @@ sub whatUsbport() { } # Nothing found? Try again if not in the third attempt, # in the third attempt always accept. - next if !$itemfound && ($j < 3); + next if !$itemfound && $j < 3; # Was there a manufacturer and a model in the string? if ($manufacturer eq "" || $model eq "") { $manufacturer = ""; @@ -203,7 +203,7 @@ sub whatNetPrinter { undef $modelinfo; - } elsif ($line =~ m/^\s*(\d+)\/\S+\s+open\s+/i) { + } elsif ($line -rw-r--r-- | perl-install/share/po/eu.po | 10 | |
1 files changed, 4 insertions, 6 deletions
diff --git a/perl-install/share/po/eu.po b/perl-install/share/po/eu.po index e301cedcb..4f619b555 100644 --- a/perl-install/share/po/eu.po +++ b/perl-install/share/po/eu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libDrakX\n" -"POT-Creation-Date: 2007-09-05 13:56+0200\n" +"POT-Creation-Date: 2007-09-12 17:02+0200\n" "PO-Revision-Date: 2007-08-08 14:48+0200\n" "Last-Translator: IƱigo Salvador Azurmendi <xalba@euskalnet.net>\n" "Language-Team: Euskara <eu@li.org>\n" @@ -3137,11 +3137,6 @@ msgstr "Ez dago soinu txartelarentzako (%s) kontrolatzaile ezagunik" msgid "Unknown driver" msgstr "Kontrolatzaile ezezaguna" -#: harddrake/sound.pm:303 -#, c-format -msgid "Error: The \"%s\" driver for your sound card is unlisted" -msgstr "Errorea: Soinu-txartelaren \"%s\" kontrolatzailea ez dago zerrendan" - #: harddrake/sound.pm:317 #, c-format msgid "Sound trouble shooting" @@ -6852,6 +6847,9 @@ msgstr "" msgid "Installation failed" msgstr "Instalazioak huts egin du" +#~ msgid "Error: The \"%s\" driver for your sound card is unlisted" +#~ msgstr "Errorea: Soinu-txartelaren \"%s\" kontrolatzailea ez dago zerrendan" + #~ msgid "Ext2" #~ msgstr "Ext2" |