release 1.5
[spider.git] / perl / Messages
1 #!/usr/bin/perl
2
3 # this file contains the system messages. Don't forget to reload them
4 # if you change them
5 #
6 # $Id$
7 #
8
9 package DXM;
10
11 %msgs = (
12                  en => {
13                                 addr => 'Address set to: $_[0]',
14                 already => '$_[0] already connnected',
15                                 anns => 'Announce flag set on $_[0]',
16                                 annu => 'Announce flag unset on $_[0]',
17                                 conother => 'Sorry $_[0] you are connected on another port',
18                                 concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster',
19                                 confail => 'connection to $_[0] failed ($_[1])',
20                                 constart => 'connection to $_[0] started',
21                                 dx1 => 'Frequency $_[0] not in band [usage: DX freq call comments](see sh/band)',
22                                 dx2 => 'Need a callsign [usage: DX freq call comments]',
23                                 dxs => 'DX Spots flag set on $_[0]',
24                                 dxu => 'DX Spots flag unset on $_[0]',
25                                 e1 => 'Invalid command',
26                                 e2 => 'Error: $_[0]',
27                                 e3 => '$_[0]: $_[1] not found',
28                                 e4 => 'Need at least a prefix or callsign',
29                                 e5 => 'Not Allowed',
30                                 email => 'E-mail address set to: $_[0]',
31                                 heres => 'Here set on $_[0]',
32                                 hereu => 'Here unset on $_[0]',
33                                 homebbs => 'Home BBS set to: $_[0]',
34                                 homenode => 'Home Node set to: $_[0]',
35                                 l1 => 'Sorry $_[0], you are already logged on on another channel',
36                                 l2 => 'Hello $_[0], this is $main::mycall in $main::myqth running DXSpider V$main::version',
37                                 m2 => '$_[0] Information: $_[1]',
38                                 node => '$_[0] set as AK1A style Node',
39                                 nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
40                                 ok => 'Operation successful',
41                                 pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
42                                 priv => 'Privilege level changed on $_[0]',
43                                 prx => '$main::mycall >',
44                                 shutting => '$main::mycall shutting down...',
45                                 talks => 'Talk flag set on $_[0]',
46                                 talku => 'Talk flag unset on $_[0]',
47                                 wwvs => 'WWV flag set on $_[0]',
48                                 wwvu => 'WWV flag unset on $_[0]',
49                 },
50   fr => {
51                 },
52   de => {
53                 },
54 );