added ssid handling
[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                                 bbse1 => 'Please enter your BBS address,, set/bbs <your bbs address>',
18                                 bbs => 'Your BBS Address is now \"$_[0]\"',
19                                 beepoff => 'Beeps are now off',
20                                 beepon => 'Beeps are now on',
21                                 conother => 'Sorry $_[0] you are connected on another port',
22                                 concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster',
23                                 conscript => 'no connect script called \"$_[0]\" found in $main::root/connect',
24                                 confail => 'connection to $_[0] failed ($_[1])',
25                                 constart => 'connection to $_[0] started',
26                                 disc1 => 'Disconnected by $_[0]',
27                                 disc2 => '$_[0] disconnected',
28                                 db1 => 'This database is hosted at $_[0]',
29                                 db2 => 'Sorry, but key: $_[0] was not found in $_[1]',
30                                 db3 => 'Sorry, database $_[0] doesn\'t exist here',
31                                 db4 => 'Sorry, database $_[0] located at $_[1] isn\'t currently online',
32                                 db5 => 'Accessing remote database on $_[0]...standby...',
33                                 db6 => 'Database $_[0] already exists, delete it first',
34                                 db7 => 'Database $_[0] created for remote node $_[1]',
35                                 db8 => 'Database $_[0] created locally',
36                                 db9 => 'Database $_[0] removed',
37                                 db10 => '$_[0] records imported into $_[1]',
38                                 db11 => 'Sending your request(s) to $_[0], please stand by...',
39                                 dx1 => 'Frequency $_[0] not in band (see show/band); usage: DX [BY call] freq call comments',
40                                 dx2 => 'Need a callsign; usage: DX [BY call] freq call comments',
41                                 dxs => 'DX Spots flag set on $_[0]',
42                                 dxu => 'DX Spots flag unset on $_[0]',
43                                 e1 => 'Invalid command',
44                                 e2 => 'Error: $_[0]',
45                                 e3 => '$_[0]: $_[1] not found',
46                                 e4 => 'Need at least a prefix or callsign',
47                                 e5 => 'Not Allowed',
48                                 e6 => '*** No station specified ***',
49                                 e7 => 'callsign $_[0] not visible on the cluster',
50                                 e8 => 'Need a callsign and some text',
51                                 e9 => 'Need at least some text',
52                                 e10 => '$_[0] not connected locally',
53                                 e11 => 'Can\'t use $main:mycall as target',
54                                 e12 => 'Need a node callsign',
55                                 e13 => '$_[0] is not a node',
56                                 e14 => 'First argument must be numeric and > 0',
57                                 
58                                 emaile1 => 'Please enter your email address, set/email <your e-mail address>',
59                                 emaila => 'Your E-Mail Address is now \"$_[0]\"',
60                                 email => 'E-mail address set to: $_[0]',
61                                 helpe1 => 'Help system unavailable, tell sysop',
62                                 helpe2 => 'No help available on $_[0]',
63                                 heres => 'Here set on $_[0]',
64                                 heade1 => 'Using $main::mycall Coords, consider doing a set/location or set/qra',
65                                 hereu => 'Here unset on $_[0]',
66                                 homebbs => 'Home BBS set to: $_[0]',
67                                 homenode => 'Home Node set to: $_[0]',
68                                 hnodee1 => 'Please enter your Home Node, set/homenode <your home DX Cluster>',
69                                 hnodee2 => 'Failed to set homenode on $_[0]',
70                                 hnode => 'Your Homenode is now \"$_[0]\"',
71                                 init1 => 'sent initialisation message to $_[0]',
72                                 iso => '$_[0] Isolated',
73                                 isou => '$_[0] UnIsolated',
74                                 isoc => '$_[0] created and Isolated',
75                                 l1 => 'Sorry $_[0], you are already logged on on another channel',
76                                 l2 => 'Hello $_[0], this is $main::mycall in $main::myqth running DXSpider V$main::version',
77                                 lang => 'Language is now $_[0]',
78                                 lange1 => 'set/language <lang> where <lang> is one of ($_[0])',
79                                 lange2 => 'failed to set language on $_[0]', 
80                                 lh1 => '$main::data/hop_table.pl doesn\'t exist',
81                                 loce1 => 'Please enter your location,, set/location <latitude longitude>',
82                                 loce2 => 'Don\'t recognise \"$_[0]\" as a Lat/Long (eg 52 20 N 0 16 E)',
83                                 loc => 'Your Lat/Long is now \"$_[0]\"',
84                                 lockout => '$_[0] Locked out',
85                                 lockoutc => '$_[0] Created and Locked out',
86                                 lockoutun => '$_[0] Unlocked',
87                                 loginu => 'User $_[0] has logged in',
88                                 logoutu => 'User $_[0] has logged out',
89                                 loginn => 'Node $_[0] has logged in',
90                                 logoutn => 'Node $_[0] has logged out',
91                                 m1 => 'Enter Subject (30 characters):',
92                                 m2 => 'Copy of msg $_[0] sent to $_[1]',
93                                 m3 => 'Sorry, $_[0] is an unacceptable TO address',
94                                 m4 => 'Sorry, can\'t access message $_[0]',
95                                 m5 => 'Sorry, I need a message number', 
96                                 m6 => 'Reply to: $_[0]',
97                                 m7 => 'Subject : $_[0]',
98                                 m8 => 'Enter Message /EX to send or /ABORT to exit',
99                                 m9 => 'New mail has arrived for you',
100                                 m10 => 'Message Aborted',
101                                 m11 => 'Message no $_[0] saved and directed to $_[1]',
102                                 m12 => 'Message no $_[0] deleted',
103                                 m13 => 'Message no $_[0] missing',
104                                 m14 => 'Message no $_[0] marked as sent to $_[1]',
105                                 m15 => 'Message no $_[0] unmarked as sent to $_[1]',
106                                 m16 => 'Need a Message number',
107                 msg1 => 'Bulletin Messages Queued',
108                 msg2 => 'Private Messages Queued',
109                                 msg3 => 'Msg $_[0]: $_[1] changed from $_[2] to $_[3]',
110                                 msgu => 'usage: msg <cmd> <msgno> data...',
111                                 merge1 => 'Merge request for $_[1] spots and $_[2] WWV sent to $_[0]',
112                                 moon => 'Location                              Rise   Set      Azim   Elev RGain dB',
113                                 namee1 => 'Please enter your name, set/name <your name>',
114                                 namee2 => 'Can\'t find user $_[0]!',
115                                 name => 'Your name is now \"$_[0]\"',
116                                 node => '$_[0] set as AK1A style Node',
117                                 nodec => '$_[0] created as AK1A style Node',
118                                 nodes => '$_[0] set as DXSpider style Node',
119                                 nodesc => '$_[0] created as DXSpider style Node',
120                                 nodeu => '$_[0] set back as a User',
121                                 nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
122                                 ok => 'Operation successful',
123                                 outconn => 'Outstanding connect to $_[0]',
124                                 page => 'Press Enter to continue, A to abort ($_[0] lines) >',
125                                 pagelth => 'Page Length is now $_[0]',
126                                 passerr => 'Please use: SET/PASS <password> <callsign>',
127                                 password => 'Password set or changed for $_[0]',
128                                 pingo => 'Ping Started to $_[0]',
129                                 pingi => 'Ping Returned from $_[0] $_[1] (Ave $_[2]) secs',
130                                 pinge1 => 'Cannot ping yourself!',
131                                 pingint => 'Ping interval on $_[0] set to $_[1] secs',
132
133                                 pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
134                                 pr2 => '($_[0]) de $main::mycall $main::cldate $main::ztime >',
135                                 priv => 'Privilege level changed on $_[0]',
136                                 prx => '$main::mycall >',
137                                 qll => 'Please enter your location with set/location or set/qra',
138                                 qthe1 => 'Please enter your QTH, set/qth <your qth>',
139                                 qth => 'Your QTH is now \"$_[0]\"',
140                                 qrae1 => 'Please enter your QRA locator, set/qra <qra locator> (eg set/qra JO02LQ)',
141                                 qrashe1 => 'Please enter a QRA locator, eg sh/qra JO02LQ or sh/qra JO02LQ IO93NS',
142                                 qrae2 => 'Don\'t recognise \"$_[0]\" as a QRA locator (eg JO02LQ)',
143                                 qra => 'Your QRA Locator is now \"$_[0]\"',
144                                 rcmdo => 'RCMD \"$_[0]\" sent to $_[1]',
145                                 read1 => 'Sorry, no new messages for you',
146                                 read2 => 'Msg $_[0] not found',
147                                 read3 => 'Msg $_[0] not available',
148                                 shutting => '$main::mycall shutting down...',
149                                 sloc => 'Cluster lat $_[0] long $_[1], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
150                                 sqra => 'Cluster QRA Locator$_[0], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
151                                 sorry => 'Sorry',
152                                 spf1 => 'spoof: creating new user $_[0]',
153                                 sun => 'Location                              Rise   Set      Azim   Elev',
154                                 suser1 => 'usage: callsign user_field_name value',
155                                 suser2 => 'User $_[0] not found',
156                                 suser3 => 'User field \'$_[0]\' was \'$_[1]\' now set to \'$_[2]\'',
157                                 suser4 => 'User field name \'$_[0]\' doesn\'t exist',
158                                 time1 => 'Local Time: $_[0] $_[1], UTC $_[2]',
159                                 time2 => '$_[0] Local (standard) time: $_[1] ($_[2] Hours)',
160                                 talks => 'Talk flag set on $_[0]',
161                                 talku => 'Talk flag unset on $_[0]',
162                                 usernf => '*** User record for $_[0] not found ***',
163                                 wwvs => 'WWV flag set on $_[0]',
164                                 wwvu => 'WWV flag unset on $_[0]',
165                                 wxs => 'WX flag set on $_[0]',
166                                 wxu => 'WX flag unset on $_[0]',
167                 },
168   nl => {
169                  addr => 'Addres gezet op: $_[0]',
170                  already => '$_[0] reeds geconnect',
171                  anns => 'Announce berichten AAN gezet voor $_[0]',
172                  annu => 'Announce berichten UIT gezet voor $_[0]',
173                  bbse1 => 'Geef je home bbs (mailbox),, set/bbs <home mailbox>',
174                  bbs => 'Je home bbs (mailbox) is nu \"$_[0]\"',
175                  beepoff => 'De beep staat nu UIT',
176                  beepon => 'De beep staat nu AAN',
177                  conother => 'Sorry $_[0] je bent reeds geconnect op een andere poort',
178                  concluster => 'Sorry $_[0] je bent reeds op een ander cluster geconnect',
179                  conscript => 'Geen connectscript aangeroepen \"$_[0]\" gevonden in $main::root/connect',
180                  confail => 'Verbinding met $_[0] mislukt ($_[1])',
181                  constart => 'Verbinding met $_[0] gestart',
182                  disc1 => 'Gedisconnect door $_[0]',
183                  disc2 => '$_[0] gedisconnect',
184                  dx1 => 'Frequentie $_[0] valt niet binnen een band [Opdracht: DX freq call commentaar](Zie sh/band)',
185                  dx2 => 'Ik heb een call nodig! [Opdracht: DX freq call commentaar]',
186                  dxs => 'DX Spots worden WEL doorgegeven aan $_[0]',
187                  dxu => 'DX Spots worden NIET doorgegeven aan $_[0]',
188                  e1 => 'Ongeldige opdracht',
189                  e2 => 'Fout: $_[0]',
190                  e3 => '$_[0]: $_[1] niet gevonden',
191                  e4 => 'Minimaal een prefix of een call nodig',
192                  e5 => 'Niet toegestaan',
193                  e6 => '*** Geen station gespecifiseerd ***',
194                  e7 => 'Callsign $_[0] is niet zichtbaar op het cluster',
195                  e8 => 'Ik heb een call en tekst nodig',
196                  e9 => 'Ik heb wel tekst nodig voor een announce!',
197                  e10 => '$_[0] is niet lokaal verbonden',
198                  e12 => 'Ik heb een node call nodig',
199                  e13 => '$_[0] is geen node',
200                  emaile1 => 'Geef uw E-mail addres, set/email <uw e-mail addres>',
201                  emaila => 'Uw E-Mail addres is nu \"$_[0]\"',
202                  email => 'E-mail addres gezet op: $_[0]',
203                  helpe1 => 'Help systeem niet beschikbaar, meld dit aan de sysop',
204                  helpe2 => 'Geen help beschikbaar over \"$_[0]\"',
205                  heres => 'Aanwezigheid AAN gezet voor $_[0]',
206                  heade1 => 'Gebruik gemaakt van de $main::mycall coordinaten, overweeg een set/location of set/qra',
207                  hereu => 'Aanwezigheid UIT gezet voor $_[0]',
208                  homebbs => 'Uw Home mailbox is nu $_[0]',
209                  homenode => 'Uw (Home) DX-Cluster is : $_[0]',
210                  hnodee1 => 'Geef mij uw lokale (home) DX-cluster, set/homenode <DX-cluster>',
211                  hnode => 'Uw (home) DX-cluster is nu \"$_[0]\"',
212                  iso => '$_[0] is geisoleerd (Isolated)',
213                  isou => '$_[0] is niet meer geisoleerd (UnIsolated)',
214                  isoc => '$_[0] gecreerd en geisoleerd (Isolated)',
215                  l1 => 'Sorry $_[0], u bent reeds op een ander kanaal ingelogt',
216                  l2 => 'Hallo $_[0], dit is $main::mycall in $main::myqth met DXSpider V$main::version',
217                  lh1 => '$main::data/hop_table.pl bestaat niet',
218                  loce1 => 'Geef uw coordinaten met, set/location <latitude longitude>',
219                  loce2 => 'Herken \"$_[0]\" niet als Lat/Long (vb 52 20 N 0 16 E)',
220                  loc => 'Uw Latitude en Longitude zijn nu \"$_[0]\"',
221                  lockout => '$_[0] heeft geen toegang meer (Locked out)',
222                  lockoutun => '$_[0] heeft wederom toegang (Unlocked)',
223                  m2 => '$_[0] Informatie: $_[1]',
224                  merge1 => 'Merge verzoek voor $_[1] spots en $_[2] WWV verzonden naar $_[0]',
225                  msgnew => 'Er is nieuwe post gearriveerd voor u',
226                  namee1 => 'Geef aub uw naam met, set/name <uw naam>',
227                  namee2 => 'Gebruiker $_[0] niet te vinden!',
228                  name => 'Uw naam is gezet op \"$_[0]\"',
229                  node => '$_[0] gezet als een AK1A stijl DX-cluster',
230                  nodeu => '$_[0] teruggezet naar gebruiker status',
231                  nodec => '$_[0] gecreeerd als AK1A stijl DX-cluster',
232                  nodee1 => 'U kunt deze opdracht niet uitvoeren zolang ($_[0]) on-line is',
233                  ok => 'Opdracht succesvol uitgevoerd',
234                  page => 'Druk op Enter om door te gaan, A om af te breken (nog $_[0] regels) >',
235                  pagelth => 'Paginalengte gezet op ($_[0]) regels',
236                  passerr => 'Gebruik: SET/PASS <wachtwoord> <call>',
237                  password => 'Wachtwoord gezet of gewijzigd voor $_[0]',
238                  pingo => 'Ping gestart naar $_[0]',
239                  pingi => 'Ping ontvangen van $_[0] $_[1] (Ave $_[2]) secs',
240                  pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
241                  pr2 => '($_[0]) de $main::mycall $main::cldate $main::ztime >',
242                  priv => 'Privilege level gewijzigd op $_[0]',
243                  prx => '$main::mycall >',
244                  qll => 'Geef uw locator met set/location of set/qra',
245                  qthe1 => 'Geef uw woonplaats met, set/qth <woonplaats>',
246                  qth => 'Uw QTH is nu \"$_[0]\"',
247                  qrae1 => 'Geef uw QRA locator, set/qra <qra locator> (vb set/qra JO33FD)',
248                  qrashe1 => 'Geef uw QRA locator, vbg sh/qra JO33FD of sh/qra JO33FD IO93NS',
249                  qrae2 => 'Ik herken \"$_[0]\" niet als een QRA locator (vb JO33FD)',
250                  qra => 'Uw QRA Locator is nu \"$_[0]\"',
251                  rcmdo => 'RCMD \"$_[0]\" verzonden naar $_[1]',
252                  read1 => 'Sorry, geen berichten voor u',
253                  read2 => 'Bericht $_[0] niet gevonden',
254                  read3 => 'Bericht $_[0] niet beschikbaar',
255                  shutting => '$main::mycall gaat QRT...',
256                  sloc => 'Cluster lat $_[0] long $_[1], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
257                  sqra => 'Cluster QRA Locator$_[0], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
258                  talks => 'Talk berichten AAN gezet voor $_[0]',
259                  talku => 'Talk berichten UIT gezet voor $_[0]',
260                  usernf => '*** Gebruiker info van $_[0] niet gevonden ***',
261                  wwvs => 'WWV berichten AAN gezet voor $_[0]',
262                  wwvu => 'WWV berichten UIT gezet voor $_[0]',
263                  wxs => 'WX berichten AAN gezet voor $_[0]',
264                  wxu => 'WX berichten UIT gezet voor $_[0]',
265                 },
266   fr => {
267                 },
268   de => {
269                 },
270 );