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