show the correct call on 'connected on other node' messages
[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 to me on another port',
26                                 concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster (on $_[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 => 'Channel $_[0] disconnected',
32                                 disc3 => 'No Channel, but connection $_[0] disconnected',
33                                 disc4 => 'No Channel or connection but orphan $_[0] disconnected',
34                                 db1 => 'This database is hosted at $_[0]',
35                                 db2 => 'Sorry, but key: $_[0] was not found in $_[1]',
36                                 db3 => 'Sorry, database $_[0] doesn\'t exist here',
37                                 db4 => 'Sorry, database $_[0] located at $_[1] isn\'t currently online',
38                                 db5 => 'Accessing remote database on $_[0]...standby...',
39                                 db6 => 'Database $_[0] already exists, delete it first',
40                                 db7 => 'Database $_[0] created for remote node $_[1]',
41                                 db8 => 'Database $_[0] created locally',
42                                 db9 => 'Database $_[0] removed',
43                                 db10 => '$_[0] records imported into $_[1]',
44                                 db11 => 'Sending your request(s) to $_[0], please stand by...',
45                                 dfreq1 => 'Invalid freq $_[0] need: eg 0/30000 or hf or hf/cw', 
46                                 done => 'Done',
47                                 dup => 'Sorry, this is a duplicate',
48                                 dx1 => 'Frequency $_[0] not in band (see show/band); usage: DX [BY call] freq call comments',
49                                 dx2 => 'Need a callsign; usage: DX [BY call] freq call comments',
50                                 dxs => 'DX Spots flag set on $_[0]',
51                                 dxu => 'DX Spots flag unset on $_[0]',
52                                 e1 => 'Invalid command',
53                                 e2 => 'Error: $_[0]',
54                                 e3 => '$_[0]: $_[1] not found',
55                                 e4 => 'Need at least a prefix or callsign',
56                                 e5 => 'Not Allowed',
57                                 e6 => '*** No station specified ***',
58                                 e7 => 'callsign $_[0] not visible on the cluster',
59                                 e8 => 'Need a callsign and some text',
60                                 e9 => 'Need at least some text',
61                                 e10 => '$_[0] not connected locally',
62                                 e11 => 'Can\'t use $main:mycall as target',
63                                 e12 => 'Need a node callsign',
64                                 e13 => '$_[0] is not a node',
65                                 e14 => 'First argument must be numeric and > 0',
66                                 e15 => 'invalid qualifier \"$_[0]\"',
67                                 e16 => 'File \"$_[0]\" exists',
68                                 e17 => 'Please don\'t use the words: @_ on here', 
69                                 e18 => 'Cannot connect to $_[0] ($!)',
70                                 e19 => 'Invalid character in line',
71                                 e20 => 'token $_[0] not recognised',
72                                 e21 => '$_[0] not numeric',
73                                 e22 => '$_[0] not a callsign',
74                                 e23 => '$_[0] not a range (eg 0/30000)', 
75                                 e24 => 'Sorry, Internet access is not enabled',
76                                 e25 => 'Sorry the value must be between $_[0] and $_[1]',
77
78                                 echoon => 'Echoing enabled',
79                                 echooff => 'Echoing disabled',
80                                 echow => '*Echoing is currently disabled, set/echo to enable',
81                                 emaile1 => 'Please enter your email address, set/email <your e-mail address>',
82                                 emaila => 'Your E-Mail Address is now \"$_[0]\"',
83                                 email => 'E-mail address set to: $_[0]',
84                                 export1 => 'usage: export <msgno> <filename>',
85                                 export2 => '$_[3] has error exporting msg $_[0] to $_[1] ($_[2])',
86                                 export3 => '$_[2 ] exported msg $_[0] to $_[1]',
87                                 filter1 => 'Filter $_[0] updated for $_[1]',
88                                 filter2 => 'Unknown filter keyword $_[0]',
89                                 filter3 => 'No filters defined for $_[0]',
90                                 filter4 => '$_[0]$_[1] Filter $_[2] deleted for $_[3]',
91                                 filter5 => 'need some filter commands...',
92                                 filter6 => '$_[0]$_[1] Filter for $[2] not found',
93                                 grids => 'DX Grid flag set on $_[0]',
94                                 gridu => 'DX Grid flag unset on $_[0]',
95                                 hasha => '$_[0] already exists in $_[1]',
96                                 hashb => '$_[0] added to $_[1]',
97                                 hashc => '$_[0] removed from $_[1]',
98                                 hashd => '$_[0] not in $_[1]', 
99                                 hashe => '$_[0] set on $_[1]', 
100                                 helpe1 => 'Help system unavailable, tell sysop',
101                                 helpe2 => 'No help available on $_[0]',
102                                 heres => 'Here set on $_[0]',
103                                 heade1 => 'Using $main::mycall Coords, consider doing a set/location or set/qra',
104                                 hereu => 'Here unset on $_[0]',
105                                 homebbs => 'Home BBS set to: $_[0]',
106                                 homenode => 'Home Node set to: $_[0]',
107                                 hnodee1 => 'Please enter your Home Node, set/homenode <your home DX Cluster>',
108                                 hnodee2 => 'Failed to set homenode on $_[0]',
109                                 hnode => 'Your Homenode is now \"$_[0]\"',
110                                 init1 => 'sent initialisation message to $_[0]',
111                                 iso => '$_[0] Isolated',
112                                 isou => '$_[0] UnIsolated',
113                                 isoc => '$_[0] created and Isolated',
114                                 l1 => 'Sorry $_[0], you are already logged on on another channel',
115                                 l2 => 'Hello $_[0], this is $main::mycall in $main::myqth\nrunning DXSpider V$main::version build $main::build',
116                                 lang => 'Language is now $_[0]',
117                                 lange1 => 'set/language <lang> where <lang> is one of ($_[0])',
118                                 lange2 => 'failed to set language on $_[0]', 
119                                 lh1 => '$main::data/hop_table.pl doesn\'t exist',
120                                 loce1 => 'Please enter your location,, set/location <latitude longitude>',
121                                 loce2 => 'Don\'t recognise \"$_[0]\" as a Lat/Long (eg 52 20 N 0 16 E)',
122                                 loce3 => '$_[0] is a QRA locator, please use: set/qra $_[0]',
123                                 loc => 'Your Lat/Long is now \"$_[0]\"',
124                                 lockout => '$_[0] Locked out',
125                                 lockoutc => '$_[0] Created and Locked out',
126                                 lockoutun => '$_[0] Unlocked',
127                                 loginu => 'User $_[0] has logged in',
128                                 logoutu => 'User $_[0] has logged out',
129                                 loginn => 'Node $_[0] has logged in',
130                                 logoutn => 'Node $_[0] has logged out',
131                                 m1 => 'Enter Subject (30 characters):',
132                                 m2 => 'Copy of msg $_[0] sent to $_[1]',
133                                 m3 => 'Sorry, $_[0] is an unacceptable TO address',
134                                 m4 => 'Sorry, can\'t access message $_[0]',
135                                 m5 => 'Sorry, I need a message number', 
136                                 m6 => 'Reply to: $_[0]',
137                                 m7 => 'Subject : $_[0]',
138                                 m8 => 'Enter Message /EX to send or /ABORT to exit',
139                                 m9 => 'New mail has arrived for you',
140                                 m10 => 'Message Aborted',
141                                 m11 => 'Message no $_[0] saved and directed to $_[1]',
142                                 m12 => 'Message no $_[0] deleted',
143                                 m13 => 'Message no $_[0] missing',
144                                 m14 => 'Message no $_[0] marked as sent to $_[1]',
145                                 m15 => 'Message no $_[0] unmarked as sent to $_[1]',
146                                 m16 => 'Need a Message number',
147                                 m17 => 'Sorry, cannot send messages in $_[0] mode',
148                                 msg1 => 'Bulletin Messages Queued',
149                                 msg2 => 'Private Messages Queued',
150                                 msg3 => 'Msg $_[0]: $_[1] changed from $_[2] to $_[3]',
151                                 msgu => 'usage: msg <cmd> <msgno> data...',
152                                 merge1 => 'Merge request for $_[1] spots and $_[2] WWV sent to $_[0]',
153                                 moon => 'Location                              Rise   Set      Azim   Elev RGain dB',
154                                 mond => 'Monitoring Disabled',
155                                 mone => 'Monitoring Enabled',
156                                 namee1 => 'Please enter your name, set/name <your name>',
157                                 namee2 => 'Can\'t find user $_[0]!',
158                                 name => 'Your name is now \"$_[0]\"',
159                                 nodea => '$_[0] set as AK1A style Node',
160                                 nodeac => '$_[0] created as AK1A style Node',
161                                 nodec => '$_[0] set as CLX style Node',
162                                 nodecc => '$_[0] created as CLX style Node',
163                                 noder => '$_[0] set as AR-Cluster style Node',
164                                 noderc => '$_[0] created as AR-Cluster style Node',
165                                 nodes => '$_[0] set as DXSpider style Node',
166                                 nodesc => '$_[0] created as DXSpider style Node',
167                                 nodex => '$_[0] set as DXNET style Node',
168                                 nodexc => '$_[0] created as DXNET style Node',
169                                 nodeu => '$_[0] set back as a User',
170                                 nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
171                                 notdone => 'NOT Done',
172                                 obscount => 'Ping obsolescence count on $_[0] set to $_[1]',
173                                 ok => 'Operation successful',
174                                 outconn => 'Outstanding connect to $_[0]',
175                                 page => 'Press Enter to continue, A to abort ($_[0] lines) >',
176                                 pagelth => 'Page Length is now $_[0]',
177                                 passerr => 'Please use: SET/PASS <password> <callsign>',
178                                 password => 'Password set or changed for $_[0]',
179                                 pingo => 'Ping Started to $_[0]',
180                                 pingi => 'Ping Returned from $_[0] $_[1] (Ave $_[2]) secs',
181                                 pinge1 => 'Cannot ping yourself!',
182                                 pingint => 'Ping interval on $_[0] set to $_[1] secs',
183                                 'pos' => 'From Callsign: $_[0] Lat: $_[1] Long: $_[2]',
184                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
185                                 pr2 => '($_[0]) de $main::mycall $_[1] $_[2] >',
186                                 priv => 'Privilege level changed on $_[0]',
187                                 prx => '$main::mycall >',
188                                 qll => 'Please enter your location with set/location or set/qra',
189                                 qthe1 => 'Please enter your QTH, set/qth <your qth>',
190                                 qth => 'Your QTH is now \"$_[0]\"',
191                                 qrae1 => 'Please enter your QRA locator, set/qra <qra locator> (eg set/qra JO02LQ)',
192                                 qrashe1 => 'Please enter a QRA locator, eg sh/qra JO02LQ or sh/qra JO02LQ IO93NS',
193                                 qrae2 => 'Don\'t recognise \"$_[0]\" as a QRA locator (eg JO02LQ)',
194                                 qra => 'Your QRA Locator is now \"$_[0]\"',
195                                 rcmdo => 'RCMD \"$_[0]\" sent to $_[1]',
196                                 rec => '$_[0] records',
197                                 read1 => 'Sorry, no new messages for you',
198                                 read2 => 'Msg $_[0] not found',
199                                 read3 => 'Msg $_[0] not available',
200                                 route => '$_[0] on $_[1] via $_[2]',
201                                 sat1 => 'Tracking Table for $_[0] for the next $_[1] hours every $_[2] mins',
202                                 sat2 => 'dd/mm  UTC      Lat     Lon  Alt Km      Az      El Dist Km',
203                                 sat3 => 'Syntax: SH/SAT <name> [<hours> <interval>]',
204                                 sat4 => 'Satellites available:-',
205                                 satnf => 'Satellite $_[0] unknown',
206                                 satdisc => '-----',
207                                 sethop1 => 'usage: set/hops <call> ann|spots|wwv|wcy <no of hops>',
208                                 sethop2 => '$_[0] hops set on $_[1]$_[2] for $_[3]', 
209                                 sethop3 => 'No hops set for $_[0]', 
210                                 shutting => '$main::mycall shutting down...',
211                                 sloc => 'Cluster lat $_[0] long $_[1], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
212                                 snode1 => 'Node Call   Sort    Version',
213                                 snode2 => '$_[0] $_[1]  $_[2]',
214                                 snode3 => '$_[0] Unknown Call',
215                                 sqra => 'Cluster QRA Locator$_[0], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
216                                 sorry => 'Sorry',
217                                 spf1 => 'spoof: creating new user $_[0]',
218                                 sun => 'Location                              Rise   Set      Azim   Elev',
219                                 suser1 => 'usage: callsign user_field_name value',
220                                 suser2 => 'User $_[0] not found',
221                                 suser3 => 'User field \'$_[0]\' was \'$_[1]\' now set to \'$_[2]\'',
222                                 suser4 => 'User field name \'$_[0]\' doesn\'t exist',
223                                 time1 => 'Local Time: $_[0] $_[1], UTC $_[2]',
224                                 time2 => '$_[0] Local (standard) time: $_[1] ($_[2] Hours)',
225                                 time3 => '$_[0]  $_[1]',
226                                 talks => 'Talk flag set on $_[0]',
227                                 talku => 'Talk flag unset on $_[0]',
228                                 talkend => 'Finished talking to you',
229                                 talkinst => 'Entering Talkmode, /EX to end, /<cmd> to run a command',
230                                 talkprompt => 'Talk ($_[0])>',
231                                 talkstart => 'Starting talking to you',
232                                 usernf => '*** User record for $_[0] not found ***',
233                                 wwvs => 'WWV flag set on $_[0]',
234                                 wwvu => 'WWV flag unset on $_[0]',
235                                 wxs => 'WX flag set on $_[0]',
236                                 wxu => 'WX flag unset on $_[0]',
237                 },
238   nl => {
239                  addr => 'Addres gezet op: $_[0]',
240                  already => '$_[0] reeds geconnect',
241                  anns => 'Announce berichten AAN gezet voor $_[0]',
242                  annu => 'Announce berichten UIT gezet voor $_[0]',
243                  bbse1 => 'Geef je home bbs (mailbox),, set/bbs <home mailbox>',
244                  bbs => 'Je home bbs (mailbox) is nu \"$_[0]\"',
245                  beepoff => 'De beep staat nu UIT',
246                  beepon => 'De beep staat nu AAN',
247                  conother => 'Sorry $_[0] je bent reeds geconnect op een andere poort',
248                  concluster => 'Sorry $_[0] je bent reeds op een ander cluster geconnect',
249                  conscript => 'Geen connectscript aangeroepen \"$_[0]\" gevonden in $main::root/connect',
250                  confail => 'Verbinding met $_[0] mislukt ($_[1])',
251                  constart => 'Verbinding met $_[0] gestart',
252                  disc1 => 'Gedisconnect door $_[0]',
253                  disc2 => '$_[0] gedisconnect',
254                  dx1 => 'Frequentie $_[0] valt niet binnen een band [Opdracht: DX freq call commentaar](Zie sh/band)',
255                  dx2 => 'Ik heb een call nodig! [Opdracht: DX freq call commentaar]',
256                  dxs => 'DX Spots worden WEL doorgegeven aan $_[0]',
257                  dxu => 'DX Spots worden NIET doorgegeven aan $_[0]',
258                  e1 => 'Ongeldige opdracht',
259                  e2 => 'Fout: $_[0]',
260                  e3 => '$_[0]: $_[1] niet gevonden',
261                  e4 => 'Minimaal een prefix of een call nodig',
262                  e5 => 'Niet toegestaan',
263                  e6 => '*** Geen station gespecifiseerd ***',
264                  e7 => 'Callsign $_[0] is niet zichtbaar op het cluster',
265                  e8 => 'Ik heb een call en tekst nodig',
266                  e9 => 'Ik heb wel tekst nodig voor een announce!',
267                  e10 => '$_[0] is niet lokaal verbonden',
268                  e12 => 'Ik heb een node call nodig',
269                  e13 => '$_[0] is geen node',
270                  emaile1 => 'Geef uw E-mail addres, set/email <uw e-mail addres>',
271                  emaila => 'Uw E-Mail addres is nu \"$_[0]\"',
272                  email => 'E-mail addres gezet op: $_[0]',
273                  helpe1 => 'Help systeem niet beschikbaar, meld dit aan de sysop',
274                  helpe2 => 'Geen help beschikbaar over \"$_[0]\"',
275                  heres => 'Aanwezigheid AAN gezet voor $_[0]',
276                  heade1 => 'Gebruik gemaakt van de $main::mycall coordinaten, overweeg een set/location of set/qra',
277                  hereu => 'Aanwezigheid UIT gezet voor $_[0]',
278                  homebbs => 'Uw Home mailbox is nu $_[0]',
279                  homenode => 'Uw (Home) DX-Cluster is : $_[0]',
280                  hnodee1 => 'Geef mij uw lokale (home) DX-cluster, set/homenode <DX-cluster>',
281                  hnode => 'Uw (home) DX-cluster is nu \"$_[0]\"',
282                  iso => '$_[0] is geisoleerd (Isolated)',
283                  isou => '$_[0] is niet meer geisoleerd (UnIsolated)',
284                  isoc => '$_[0] gecreerd en geisoleerd (Isolated)',
285                  l1 => 'Sorry $_[0], u bent reeds op een ander kanaal ingelogt',
286                  l2 => 'Hallo $_[0], dit is $main::mycall in $main::myqth met DXSpider V$main::version',
287                  lh1 => '$main::data/hop_table.pl bestaat niet',
288                  loce1 => 'Geef uw coordinaten met, set/location <latitude longitude>',
289                  loce2 => 'Herken \"$_[0]\" niet als Lat/Long (vb 52 20 N 0 16 E)',
290                  loc => 'Uw Latitude en Longitude zijn nu \"$_[0]\"',
291                  lockout => '$_[0] heeft geen toegang meer (Locked out)',
292                  lockoutun => '$_[0] heeft wederom toegang (Unlocked)',
293                  m2 => '$_[0] Informatie: $_[1]',
294                  merge1 => 'Merge verzoek voor $_[1] spots en $_[2] WWV verzonden naar $_[0]',
295                  msgnew => 'Er is nieuwe post gearriveerd voor u',
296                  namee1 => 'Geef aub uw naam met, set/name <uw naam>',
297                  namee2 => 'Gebruiker $_[0] niet te vinden!',
298                  name => 'Uw naam is gezet op \"$_[0]\"',
299                  node => '$_[0] gezet als een AK1A stijl DX-cluster',
300                  nodeu => '$_[0] teruggezet naar gebruiker status',
301                  nodec => '$_[0] gecreeerd als AK1A stijl DX-cluster',
302                  nodee1 => 'U kunt deze opdracht niet uitvoeren zolang ($_[0]) on-line is',
303                  ok => 'Opdracht succesvol uitgevoerd',
304                  page => 'Druk op Enter om door te gaan, A om af te breken (nog $_[0] regels) >',
305                  pagelth => 'Paginalengte gezet op ($_[0]) regels',
306                  passerr => 'Gebruik: SET/PASS <wachtwoord> <call>',
307                  password => 'Wachtwoord gezet of gewijzigd voor $_[0]',
308                  pingo => 'Ping gestart naar $_[0]',
309                  pingi => 'Ping ontvangen van $_[0] $_[1] (Ave $_[2]) secs',
310                  pr => '$_[0] de $main::mycall $_[1] $_[2] >',
311                  pr2 => '($_[0]) de $main::mycall $_[1] $[2] >',
312                  priv => 'Privilege level gewijzigd op $_[0]',
313                  prx => '$main::mycall >',
314                  qll => 'Geef uw locator met set/location of set/qra',
315                  qthe1 => 'Geef uw woonplaats met, set/qth <woonplaats>',
316                  qth => 'Uw QTH is nu \"$_[0]\"',
317                  qrae1 => 'Geef uw QRA locator, set/qra <qra locator> (vb set/qra JO33FD)',
318                  qrashe1 => 'Geef uw QRA locator, vbg sh/qra JO33FD of sh/qra JO33FD IO93NS',
319                  qrae2 => 'Ik herken \"$_[0]\" niet als een QRA locator (vb JO33FD)',
320                  qra => 'Uw QRA Locator is nu \"$_[0]\"',
321                  rcmdo => 'RCMD \"$_[0]\" verzonden naar $_[1]',
322                  read1 => 'Sorry, geen berichten voor u',
323                  read2 => 'Bericht $_[0] niet gevonden',
324                  read3 => 'Bericht $_[0] niet beschikbaar',
325                  shutting => '$main::mycall gaat QRT...',
326                  sloc => 'Cluster lat $_[0] long $_[1], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
327                  sqra => 'Cluster QRA Locator$_[0], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
328                  talks => 'Talk berichten AAN gezet voor $_[0]',
329                  talku => 'Talk berichten UIT gezet voor $_[0]',
330                  usernf => '*** Gebruiker info van $_[0] niet gevonden ***',
331                  wwvs => 'WWV berichten AAN gezet voor $_[0]',
332                  wwvu => 'WWV berichten UIT gezet voor $_[0]',
333                  wxs => 'WX berichten AAN gezet voor $_[0]',
334                  wxu => 'WX berichten UIT gezet voor $_[0]',
335                 },
336   fr => {
337                 },
338   de => {
339                 },
340   sp => {                               
341                                 addr => 'Dirección es ahora: $_[0]',
342                                 already => '$_[0] ya esta conctado',
343                                 anns => 'Anuncios activados $_[0]',
344                                 annu => 'Anuncios desactivados $_[0]',
345                                 badnode1 => '$_[0] es ahora un nodo malo',
346                                 badnode2 => '$_[0] es ahora un nodo bueno',
347                                 badnode3 => 'Lista de nodos malos:-',
348                                 bbse1 => 'Por favor introduce la dirección de tu BBS,, set/bbs <tu bbs>',
349                                 bbs => 'Tu BBS es ahora \"$_[0]\"',
350                                 beepoff => 'Beeps desactivados',
351                                 beepon => 'Beeps activados',
352                                 call1 => 'Callsign lookup via $_[0]:',
353                                 conother => 'Lo siento $_[0] ya estás conectado en otro puerto',
354                                 concluster => 'Lo siento $_[0] ya estás conectado en otro cluster',
355                                 conscript => 'no connect script called \"$_[0]\" found in $main::root/connect',
356                                 confail => 'conexión con $_[0] fallida ($_[1])',
357                                 constart => 'conexión con $_[0] ha comenzado',
358
359                                 disc1 => 'Desconectado por $_[0]',
360                                 disc2 => '$_[0] desconectado',
361                                 db1 => 'Esta base de datos está en $_[0]',
362                                 db2 => 'Lo siento, pero la palabra: $_[0] no se encontró en $_[1]',
363                                 db3 => 'Lo siento, la base de datos $_[0] no existe aquí',
364                                 db4 => 'Lo siento, la base de datos $_[0] situada en $_[1] no se encuentra disponible',
365                                 db5 => 'Accediendo a la base de datos remota $_[0]...espere...',
366                                 db6 => 'Base de datos $_[0] ya existe, bórrala primero',
367                                 db7 => 'Base de datos $_[0] creada para el nodo remoto $_[1]',
368                                 db8 => 'Base de datos $_[0] creada localmente',
369                                 db9 => 'Base de datos $_[0] borrada',
370                                 db10 => '$_[0] records imported into $_[1]',
371                                 db11 => 'Petición enviada a  $_[0], por favor espera...',
372                                 dfreq1 => 'Invalid freq $_[0] need: eg 0/30000 or hf or hf/cw',
373                                 dup => 'Lo siento, esto es un duplicado',
374                                 dx1 => 'Frecuencia $_[0] fuera de banda (ver show/band); usa: DX [BY indicativo] frec indic. comentario',
375                                 dx2 => 'Necesita indicativo; usa: DX [BY indicativo] frec indic. comentario',
376                                 dxs => 'DX Spots activado $_[0]',
377                                 dxu => 'DX Spots desactivado $_[0]',
378                                 e1 => 'Comando inválido',
379                                 e2 => 'Error: $_[0]',
380                                 e3 => '$_[0]: $_[1] no encontrado',
381                                 e4 => 'Se necesita, por lo menos, un prefijo o indicativo',
382                                 e5 => 'No permitido',
383                                 e6 => '*** No se ha especificado una estación ***',
384                                 e7 => 'indicativo $_[0] no visible en el cluster',
385                                 e8 => 'Se necesita un indicativo y algo de texto',
386                                 e9 => 'Se necesita al menos algo de texto',
387                                 e10 => '$_[0] no conectado en local',
388                                 e11 => 'Can\'t use $main:mycall as target',
389                                 e12 => 'Se necesita el indicativo del nodo',
390                                 e13 => '$_[0] no es un nodo',
391                                 e14 => 'El primer argumento debe de ser mumérico y > 0',
392                                 e15 => 'cualificador no válido \"$_[0]\"',
393                                 e16 => 'El fichero \"$_[0]\" ya existe',
394                                 e17 => 'Por favor no uses la palabra: @_ aqui',
395                                 e18 => 'No se puede conectar con $_[0] ($!)',
396                                 e19 => 'Caracter inválido en la linea',
397                                 e20 => 'señal $_[0] no reconocido',
398                                 e21 => '$_[0] no numérico',
399                                 e22 => '$_[0] no es un indicativo',
400                                 e23 => '$_[0] fuera de rango (ej: 0/30000)',
401                                 e24 => 'Lo siento, el acceso a internet no está habilitado',
402                                 e25 => 'Lo siento el valor debe de estar entre $_[0] y $_[1]',
403
404                                 echoon => 'Habilitado eco',
405                                 echooff => 'Deshabilitado eco',
406                                 echow => '*Eco está ahora deshabilitado, set/echo para habilitar',
407                                 emaile1 => 'Por favor introduce tu E-mail, set/email <tu e-mail>',
408                                 emaila => 'Tu dirección de E-Mail es ahora \"$_[0]\"',
409                                 email => 'E-mail es ahora: $_[0]',
410                                 export1 => 'usa: export <msgno> <filename>',
411                                 export2 => '$_[3] hubo un error exportando msg $_[0] to $_[1] ($_[2])',
412                                 export3 => '$_[2 ] exportando msg $_[0] to $_[1]',
413                                 filter1 => 'Filtro $_[0] actualizado para $_[1]',
414                                 filter2 => 'Necesito un valor para $_[0]',
415                                 filter3 => 'No hay filtros definidos para $_[0]',
416                                 filter4 => '$_[0]$_[1] Filtros $_[2] borrados para $_[3]',
417                                 filter5 => 'necesito algunos camandos para el filtro...',
418                                 filter6 => '$_[0]$_[1] Filtro para $[2] no encontrado',
419                                 grids => 'DX Grid está activado $_[0]',
420                                 gridu => 'DX Grid está desavtivado $_[0]',
421
422                                 hasha => '$_[0] ya existe en $_[1]',
423                                 hashb => '$_[0] añadido a $_[1]',
424                                 hashc => '$_[0] eliminado desde $_[1]',
425                                 hashd => '$_[0] no en $_[1]',
426                                 hashe => '$_[0] activado $_[1]',
427                                 helpe1 => 'La ayuda no esta disponible, avisa al sysop',
428                                 helpe2 => 'No hay ayuda disponible en $_[0]',
429                                 heres => 'Here activado $_[0]',
430                                 heade1 => 'Usando $main::mycall Coords, se recomienda usar set/location o set/qra',
431                                 hereu => 'Here desactivado $_[0]',
432                                 homebbs => 'Tu  BBS es ahora: $_[0]',
433                                 homenode => 'Tu Nodo habitual es ahora: $_[0]',
434                                 hnodee1 => 'Por favor introduce tu nodo local, set/homenode <tu DXCluster local>',
435                                 hnodee2 => 'Fallo al poner homenode on $_[0]',
436                                 hnode => 'Tu nodo habitual es ahora \"$_[0]\"',
437                                 init1 => 'enviando mensaje de inicialización a $_[0]',
438                                 iso => '$_[0] Aislado',
439                                 isou => '$_[0] Desaislado',
440                                 isoc => '$_[0] creado y aislado',
441                                 l1 => 'Lo siento $_[0], ya estás conectado en otro canal',
442                                 l2 => 'Hola $_[0], este es $main::mycall en $main::myqth usando DXSpider V$main::version',
443                                 lang => 'El idioma es ahora $_[0]',
444                                 lange1 => 'set/language <lang> cuando <lang> es uno de ($_[0])',
445                                 lange2 => 'fallo al poner idioma en $_[0]',
446                                 lh1 => '$main::data/hop_table.pl no existe',
447                                 loce1 => 'Por favor introduce tu posición, set/location <latitud longitud>',
448                                 loce2 => 'No reconocida \"$_[0]\" como una Lat/Long (eg 52 20 N 0 16E)',
449                                 loc => 'Tu Lat/Long es ahora \"$_[0]\"',
450                                 lockout => '$_[0] Boloqueado',
451                                 lockoutc => '$_[0] Creado y bloqueado',
452                                 lockoutun => '$_[0] Desbloqueado',
453                                 loginu => 'Usuario $_[0] conectado',
454                                 logoutu => 'Usuario $_[0] desconectado',
455                                 loginn => 'Nodo $_[0] conectado',
456                                 logoutn => 'Nodo $_[0] desconectado',
457                                 m1 => 'Introduce título (30 caracteres):',
458                                 m2 => 'Copia del mensaje $_[0] enviada a $_[1]',
459                                 m3 => 'Lo siento, $_[0] no se puede enviar  TO dirección',
460                                 m4 => 'Lo siento, no puedo acceder al mensaje $_[0]',
461                                 m5 => 'Lo siento, se necesita un número de mensaje',
462                                 m6 => 'Reenviado a: $_[0]',
463                                 m7 => 'Título : $_[0]',
464                                 m8 => 'Introduce mensaje /EX para enviar o /ABORT para salir',
465                                 m9 => 'Hay correo nuevo para ti',
466                                 m10 => 'mensaje interrumpido',
467                                 m11 => 'mensaje nr $_[0] guardado y enviado a $_[1]',
468                                 m12 => 'mensaje nr $_[0] borrado',
469                                 m13 => 'mensaje nr $_[0] no encontrado',
470                                 m14 => 'mensaje nr $_[0] marcado para enviar a $_[1]',
471                                 m15 => 'mensaje nr $_[0] desmarcado para ser enviado a $_[1]',
472                                 m16 => 'Necesito un número de mensaje',
473                                 m17 => 'Lo siento, no puedo enviar el mensaje en $_[0] modo',
474                                 msg1 => 'Bulletin Messages Queued',
475                                 msg2 => 'Private Messages Queued',
476                                 msg3 => 'Msg $_[0]: $_[1] cambiado en $_[2] to $_[3]',
477                                 msgu => 'usa: msg <cmd> <msgno> data...',
478                                 merge1 => 'Petición de envío desde $_[1] spots y $_[2] WWV enviados a $_[0]',
479                                 moon => 'QTH                                   Salida Puesta  Azim    Elev RGain dB',
480                                 namee1 => 'Por favor, introduce tu nombre set/name <tu nombre>',
481                                 namee2 => 'No se encuentra el usuario $_[0]!',
482                                 name => 'Tu nombre es ahora \"$_[0]\"',
483                                 nodea => '$_[0] set as AK1A style Node',
484                                 nodeac => '$_[0] created as AK1A style Node',
485                                 nodec => '$_[0] set as CLX style Node',
486                                 nodecc => '$_[0] created as CLX style Node',
487                                 noder => '$_[0] set as AR-Cluster style Node',
488                                 noderc => '$_[0] created as AR-Cluster style Node',
489                                 nodes => '$_[0] set as DXSpider style Node',
490                                 nodesc => '$_[0] created as DXSpider style Node',
491                                 nodex => '$_[0] set as DXNET style Node',
492                                 nodexc => '$_[0] created as DXNET style Node',
493                                 nodeu => '$_[0] es ahora un usuario',
494                                 nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
495                                 obscount => 'Ping obsolescence count on $_[0] set to $_[1]',
496                                 ok => 'Operación realizada',
497                                 outconn => 'Iniciando conexion con  $_[0]',
498                                 page => 'Teclea Enter para continuar, A para abortar ($_[0] lineas) >',
499                                 pagelth => 'La longitud de las páginas es ahora $_[0]',
500                                 passerr => 'Por favor usa: SET/PASS <password> <indicativo>',
501                                 password => 'Password ajustado o cambiado para $_[0]',
502                                 pingo => 'Iniciado el ping a $_[0]',
503                                 pingi => 'Retorno del ping desde $_[0] $_[1] (Ave $_[2]) secs',
504                                 pinge1 => 'No puedes enviarte un ping a ti mismo!',
505                                 pingint => 'Intervalo de ping en $_[0] ajustado para $_[1] segundos',
506                                 'pos' => 'From Callsign: $_[0] Lat: $_[1] Long: $_[2]',
507                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
508                                 pr2 => '($_[0]) de $main::mycall $_[1] $_[2] >',
509                                 priv => 'Nivel de privilegios en $_[0]',
510                                 prx => '$main::mycall >',
511                                 qll => 'Por favor introduce tu locator con set/location o set/qra',
512                                 qthe1 => 'Por favor introduce tu QTH, set/qth <tu qth>',
513                                 qth => 'Tu QTH es ahora \"$_[0]\"',
514                                 qrae1 => 'Por favor introduce tu QRA locator, set/qra <qra locator> (ej: set/qra JO02LQ)',                                qrashe1 => 'Por favor introduce un QRA locator, ej sh/qra JO02LQ o sh/qra JO02LQ IO93NS',                                qrae2 => 'No reconocido  \"$_[0]\" como un QRA locator (ej JO02LQ)',
515                                 qra => 'Tu QRA Locator es ahora \"$_[0]\"',
516                                 rcmdo => 'RCMD \"$_[0]\" enviado a $_[1]',
517                                 rec => '$_[0] records',
518                                 read1 => 'Lo siento, no hay mensajes nuevos para ti',
519                                 read2 => 'Msg $_[0] no encontrado',
520                                 read3 => 'Msg $_[0] no disponible',
521                                 route => '$_[0] en $_[1] via $_[2]',
522                                 sat1 => 'Tabla de seguimiento $_[0] para las proximas $_[1] horas cada $_[2] minutos',
523                                 sat2 => 'dd/mm  UTC      Lat     Lon  Alt Km      Az      El Dist Km',
524                                 sat3 => 'Sintaxis: SH/SAT <nombre> [<horas> <intervalo>]',
525                                 sat4 => 'Satélites disponibles:-',
526                                 satnf => 'Satélite $_[0] desconocido',
527                                 satdisc => '-----',
528                                 sethop1 => 'usa: set/hops <call> ann|spots|wwv|wcy <nr de hops>',
529                                 sethop2 => '$_[0] hops set on $_[1]$_[2] for $_[3]',
530                                 sethop3 => 'No hay hops definidos para $_[0]',
531                                 shutting => '$main::mycall shutting down...',
532                                 sloc => 'Cluster lat $_[0] long $_[1], NO OLVIDES CAMBIAR TU DXVars.pm',
533                                 snode1 => 'Nodo Call   Sort    Version',
534                                 snode2 => '$_[0] $_[1]  $_[2]',
535                                 snode3 => '$_[0] Indicativo desconocido',
536                                 sqra => 'Cluster QRA Locator$_[0], NO OLVIDES CAMBIAR TU DXVars.pm',
537                                 sorry => 'Lo siento',
538                                 spf1 => 'spoof: creando nuevo usuario $_[0]',
539                                 sun => 'QTH                                   Salida Puesta  Azim    Elev',
540                                 suser1 => 'usa: indicativo user_field_name value',
541                                 suser2 => 'Usuario $_[0] no encontrado',
542                                 suser3 => 'User field \'$_[0]\' was \'$_[1]\' now set to \'$_[2]\'',
543                                 suser4 => 'User field name \'$_[0]\' doesn\'t exist',
544                                 time1 => 'Horario local: $_[0] $_[1], UTC $_[2]',
545                                 time2 => '$_[0] Local (standard) time: $_[1] ($_[2] Horas)',
546                                 time3 => '$_[0]  $_[1]',
547                                 talks => 'Talk activado $_[0]',
548                                 talku => 'Talk desactivado $_[0]',
549                                 talkend => 'Finalizado modo talk contigo',
550                                 talkinst => 'Entrando en modo talk, /EX para salir, /<cmd> para ejecutar un comando',
551                                 talkprompt => 'Talk ($_[0])>',
552                                 talkstart => 'Iniciando modo talk contigo',
553                                 usernf => '*** User record for $_[0] no encontrado ***',
554                                 wwvs => 'WWV activado $_[0]',
555                                 wwvu => 'WWV desactivado $_[0]',
556                                 wxs => 'WX activado $_[0]',
557                                 wxu => 'WX desactivado $_[0]',
558                 },
559 );