remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / language.pl
index 1c04cbd61520cb5e135f14a18637e2d155760bb4..8429a3849300e06ec60aaaa92fe2bbb26ac71b3b 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -11,7 +11,7 @@ my $call = $self->call;
 my $user;
 
 # modify this next line if you add a language to Messages
-my @lang = qw( en nl );
+my @lang = qw( en nl es de it cz pt fr );
 
 # remove leading and trailing spaces
 $line =~ s/^\s+//;