1. Fixed DXBearing::is_qra so that it correctly detects full QRA locators
[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 (load/messages)
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                                 beepoff => 'Beeps are now off',
18                                 beepon => 'Beeps are now on',
19                                 conother => 'Sorry $_[0] you are connected on another port',
20                                 concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster',
21                                 conscript => 'no connect script called \"$_[0]\" found in $main::root/connect',
22                                 confail => 'connection to $_[0] failed ($_[1])',
23                                 constart => 'connection to $_[0] started',
24                                 dx1 => 'Frequency $_[0] not in band [usage: DX freq call comments](see sh/band)',
25                                 dx2 => 'Need a callsign [usage: DX freq call comments]',
26                                 dxs => 'DX Spots flag set on $_[0]',
27                                 dxu => 'DX Spots flag unset on $_[0]',
28                                 e1 => 'Invalid command',
29                                 e2 => 'Error: $_[0]',
30                                 e3 => '$_[0]: $_[1] not found',
31                                 e4 => 'Need at least a prefix or callsign',
32                                 e5 => 'Not Allowed',
33                                 e6 => 'Need a callsign',
34                                 e7 => 'callsign $_[0] not visible on the cluster',
35                                 e8 => 'Need a callsign and some text',
36                                 e9 => 'Need at least some text',
37                                 email => 'E-mail address set to: $_[0]',
38                                 helpe1 => 'Help system unavailable, tell sysop',
39                                 helpe2 => 'No help available on $_[0]',
40                                 heres => 'Here set on $_[0]',
41                                 heade1 => 'Using $main::mycall Coords, consider doing a set/location or set/qra',
42                                 hereu => 'Here unset on $_[0]',
43                                 homebbs => 'Home BBS set to: $_[0]',
44                                 homenode => 'Home Node set to: $_[0]',
45                                 l1 => 'Sorry $_[0], you are already logged on on another channel',
46                                 l2 => 'Hello $_[0], this is $main::mycall in $main::myqth running DXSpider V$main::version',
47                                 m2 => '$_[0] Information: $_[1]',
48                                 node => '$_[0] set as AK1A style Node',
49                                 nodec => '$_[0] created as AK1A style Node',
50                                 nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
51                                 ok => 'Operation successful',
52                                 page => 'Press Enter to continue, A to abort ($_[0] lines) >',
53                                 pagelth => 'Page Length is now $_[0]',
54                                 pingo => 'Ping Started to $_[0]',
55                                 pingi => 'Ping Returned from $_[0] ($_[2] secs)',
56                                 pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
57                                 priv => 'Privilege level changed on $_[0]',
58                                 prx => '$main::mycall >',
59                                 rcmdo => 'RCMD \"$_[0]\" sent to $_[1]',
60                                 read1 => 'Sorry, no new messages for you',
61                                 read2 => 'Msg $_[0] not found',
62                                 read3 => 'Msg $_[0] not available',
63                                 shutting => '$main::mycall shutting down...',
64                                 talks => 'Talk flag set on $_[0]',
65                                 talku => 'Talk flag unset on $_[0]',
66                                 wwvs => 'WWV flag set on $_[0]',
67                                 wwvu => 'WWV flag unset on $_[0]',
68                 },
69   fr => {
70                 },
71   de => {
72                 },
73 );