added PC90 stuff
[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 => 'Announces enabled for $_[0]',
16                                 annu => 'Announces disabled for $_[0]',
17                                 annts => 'AnnTalk enabled for $_[0]',
18                                 anntu => 'AnnTalk disabled for $_[0]',
19                                 badnode1 => '$_[0] is now a bad node',
20                                 badnode2 => '$_[0] is now a good node',
21                                 badnode3 => 'List of Bad Nodes:-',
22                                 bbse1 => 'Please enter your BBS address,, set/bbs <your bbs address>',
23                                 bbs => 'Your BBS Address is now \"$_[0]\"',
24                                 beepoff => 'Beeps are now off',
25                                 beepon => 'Beeps are now on',
26                                 call1 => 'Callsign lookup via $_[0]:',
27                                 conother => 'Sorry $_[0] you are connected to me on another port',
28                                 concluster => 'Sorry $_[0] you are already connected elsewhere on the cluster (on $_[1])',
29                                 conscript => 'no connect script called \"$_[0]\" found in $main::root/connect',
30                                 confail => 'connection to $_[0] failed ($_[1])',
31                                 constart => 'connection to $_[0] started',
32                                 deluser => 'User $_[0] has been deleted',
33                                 db1 => 'This database is hosted at $_[0]',
34                                 db2 => 'Sorry, but key: $_[0] was not found in $_[1]',
35                                 db3 => 'Sorry, database $_[0] doesn\'t exist here',
36                                 db4 => 'Sorry, database $_[0] located at $_[1] isn\'t currently online',
37                                 db5 => 'Accessing remote database on $_[0]...standby...',
38                                 db6 => 'Database $_[0] already exists, delete it first',
39                                 db7 => 'Database $_[0] created for remote node $_[1]',
40                                 db8 => 'Database $_[0] created locally',
41                                 db9 => 'Database $_[0] removed',
42                                 db10 => '$_[0] records imported into $_[1]',
43                                 db11 => 'Sending your request(s) to $_[0], please stand by...',
44                                 dfreq1 => 'Invalid freq $_[0] need: eg 0/30000 or hf or hf/cw', 
45                                 dir1 => 'No messages found',
46                                 disc1 => 'Disconnected by $_[0]',
47                                 disc2 => 'Channel $_[0] disconnected',
48                                 disc3 => 'No Channel, but connection $_[0] disconnected',
49                                 disc4 => 'No Channel or connection but orphan $_[0] disconnected',
50                                 done => 'Done',
51                                 dup => 'Sorry, this is a duplicate',
52                                 dx1 => 'Frequency $_[0] not in band (see show/band); usage: DX [BY call] freq call comments',
53                                 dx2 => 'Need a callsign; usage: DX [BY call] freq call comments',
54                                 dx3 => 'The callsign or frequency is invalid',
55                                 dxs => 'DX Spots enabled for $_[0]',
56                                 dxu => 'DX Spots disabled for $_[0]',
57                                 e1 => 'Invalid command',
58                                 e2 => 'Error: $_[0]',
59                                 e3 => '$_[0]: $_[1] not found',
60                                 e4 => 'Need at least a prefix or callsign',
61                                 e5 => 'Not Allowed',
62                                 e6 => '*** No station specified ***',
63                                 e7 => 'callsign $_[0] not visible on the cluster',
64                                 e8 => 'Need a callsign and some text',
65                                 e9 => 'Need at least some text',
66                                 e10 => '$_[0] not connected locally',
67                                 e11 => 'Can\'t use $main:mycall as target',
68                                 e12 => 'Need a node callsign',
69                                 e13 => '$_[0] is not a node',
70                                 e14 => 'First argument must be numeric and > 0',
71                                 e15 => 'invalid qualifier \"$_[0]\"',
72                                 e16 => 'File \"$_[0]\" exists',
73                                 e17 => 'Please don\'t use the words: @_ on here', 
74                                 e18 => 'Cannot connect to $_[0] ($!)',
75                                 e19 => 'Invalid character in line',
76                                 e20 => 'token $_[0] not recognised',
77                                 e21 => '$_[0] not numeric',
78                                 e22 => '$_[0] not a callsign',
79                                 e23 => '$_[0] not a range (eg 0/30000)', 
80                                 e24 => 'Sorry, Internet access is not enabled',
81                                 e25 => 'Sorry the value must be between $_[0] and $_[1]',
82                                 e26 => 'Too many concurrent errors, you are being disconnected',
83                                 e27 => '$_[0] not a numeric or a callsign prefix', 
84                                 e28 => 'Sorry, you need to be registered (SP $main::myalias to register)',
85                                 e29 => 'Need a password',
86                                 e30 => 'Cannot Open $_[0] $!',
87                                 e31 => '$_[0] is not a user', 
88
89                                 echoon => 'Echoing enabled',
90                                 echooff => 'Echoing disabled',
91                                 echow => '*Echoing is currently disabled, set/echo to enable',
92                                 emaile1 => 'Please enter your email address, set/email <your e-mail address>',
93                                 emaila => 'Your E-Mail Address is now \"$_[0]\"',
94                                 email => 'E-mail address set to: $_[0]',
95                                 export1 => 'usage: export <msgno> <filename>',
96                                 export2 => '$_[3] has error exporting msg $_[0] to $_[1] ($_[2])',
97                                 export3 => '$_[2 ] exported msg $_[0] to $_[1]',
98                                 filter1 => 'Filter $_[0] updated for $_[1]',
99                                 filter2 => 'Unknown filter keyword $_[0]',
100                                 filter3 => 'No filters defined for $_[0]',
101                                 filter4 => '$_[0]$_[1] Filter $_[2] deleted for $_[3]',
102                                 filter5 => 'need some filter commands...',
103                                 filter6 => '$_[0]$_[1] Filter for $[2] not found',
104                                 grids => 'DX Grid enabled for $_[0]',
105                                 gridu => 'DX Grid disabled for $_[0]',
106                                 illcall => 'Sorry, $_[0] is an invalid callsign',
107                                 hasha => '$_[0] already exists in $_[1]',
108                                 hashb => '$_[0] added to $_[1]',
109                                 hashc => '$_[0] removed from $_[1]',
110                                 hashd => '$_[0] not in $_[1]', 
111                                 hashe => '$_[0] set on $_[1]', 
112                                 helpe1 => 'Help system unavailable, tell sysop',
113                                 helpe2 => 'No help available on $_[0]',
114                                 heres => 'Here set on $_[0]',
115                                 heade1 => 'Using $main::mycall Coords, consider doing a set/location or set/qra',
116                                 hereu => 'Here unset on $_[0]',
117                                 homebbs => 'Home BBS set to: $_[0]',
118                                 homenode => 'Home Node set to: $_[0]',
119                                 hnodee1 => 'Please enter your Home Node, set/homenode <your home DX Cluster>',
120                                 hnodee2 => 'Failed to set homenode on $_[0]',
121                                 hnode => 'Your Homenode is now \"$_[0]\"',
122                                 init1 => 'sent initialisation message to $_[0]',
123                                 iso => '$_[0] Isolated',
124                                 isou => '$_[0] UnIsolated',
125                                 isoc => '$_[0] created and Isolated',
126                                 isoari => 'there is an input route filter for $_[0]; clear/route input $_[0] first',
127                                 isoaro => 'there is an output route filter for $_[0]; clear/route $_[0] first',
128                                 isow => '$_[0] is isolated; unset/isolate $_[0] first',
129                                 l1 => 'Sorry $_[0], you are already logged on on another channel',
130                                 l2 => 'Hello $_[0], this is $main::mycall in $main::myqth\nrunning DXSpider V$main::version build $main::build',
131                                 lang => 'Language is now English',
132                                 lange1 => 'set/language <lang> where <lang> is one of ($_[0])',
133                                 lange2 => 'failed to set language on $_[0]', 
134                                 lh1 => '$main::data/hop_table.pl doesn\'t exist',
135                                 loce1 => 'Please enter your location,, set/location <latitude longitude>',
136                                 loce2 => 'Don\'t recognise \"$_[0]\" as a Lat/Long (eg 52 20 N 0 16 E)',
137                                 loce3 => '$_[0] is a QRA locator, please use: set/qra $_[0]',
138                                 loc => 'Your Lat/Long is now \"$_[0]\"',
139                                 lockout => '$_[0] Locked out',
140                                 lockoutc => '$_[0] Created and Locked out',
141                                 lockoutun => '$_[0] Unlocked',
142                                 lockoutuse => 'usage: sh/lockout <call>|ALL',
143                                 loginu => 'User $_[0] has logged in',
144                                 logoutu => 'User $_[0] has logged out',
145                                 loginn => 'Node $_[0] has logged in',
146                                 logoutn => 'Node $_[0] has logged out',
147                                 m1 => 'Enter Subject (30 characters):',
148                                 m2 => 'Copy of msg $_[0] sent to $_[1]',
149                                 m3 => 'Sorry, $_[0] is an unacceptable TO address',
150                                 m4 => 'Sorry, can\'t access message $_[0]',
151                                 m5 => 'Sorry, I need a message number', 
152                                 m6 => 'Reply to: $_[0]',
153                                 m7 => 'Subject : $_[0]',
154                                 m8 => 'Enter Message /EX to send or /ABORT to exit',
155                                 m9 => 'New mail has arrived for you',
156                                 m10 => 'Message Aborted',
157                                 m11 => 'Message no $_[0] saved and directed to $_[1]',
158                                 m12 => 'Message no $_[0] deleted',
159                                 m13 => 'Message no $_[0] missing',
160                                 m14 => 'Message no $_[0] marked as sent to $_[1]',
161                                 m15 => 'Message no $_[0] unmarked as sent to $_[1]',
162                                 m16 => 'Need a Message number',
163                                 m17 => 'Sorry, cannot send messages in $_[0] mode',
164                                 msg1 => 'Bulletin Messages Queued',
165                                 msg2 => 'Private Messages Queued',
166                                 msg3 => 'Msg $_[0]: $_[1] changed from $_[2] to $_[3]',
167                                 msgu => 'usage: msg <cmd> <msgno> data...',
168                                 merge1 => 'Merge request for $_[1] spots and $_[2] WWV sent to $_[0]',
169                                 moon => 'Location                              dd/mm/yyyy Rise   Set',
170                                 moon_with_azel => 'Location                              dd/mm/yyyy Rise   Set      Azim   Elev',
171                                 mond => 'Monitoring Disabled',
172                                 mone => 'Monitoring Enabled',
173                                 namee1 => 'Please enter your name, set/name <your name>',
174                                 namee2 => 'Can\'t find user $_[0]!',
175                                 name => 'Your name is now \"$_[0]\"',
176                                 nodea => '$_[0] set as AK1A style Node',
177                                 nodeac => '$_[0] created as AK1A style Node',
178                                 nodeb => '$_[0] set as BBS',
179                                 nodebc => '$_[0] created as BBS',
180                                 nodec => '$_[0] set as CLX style Node',
181                                 nodecc => '$_[0] created as CLX style Node',
182                                 noder => '$_[0] set as AR-Cluster style Node',
183                                 noderc => '$_[0] created as AR-Cluster style Node',
184                                 nodes => '$_[0] set as DXSpider style Node',
185                                 nodesc => '$_[0] created as DXSpider style Node',
186                                 nodex => '$_[0] set as DXNET style Node',
187                                 nodexc => '$_[0] created as DXNET style Node',
188                                 nodeu => '$_[0] set back as a User',
189                                 nodee1 => 'You cannot use this command whilst your target ($_[0]) is on-line',
190                                 notdone => 'NOT Done',
191                                 nothere => 'Sorry, but $_[0] isn\'t here at the moment, please try later', 
192                                 obscount => 'Ping obsolescence count on $_[0] set to $_[1]',
193                                 ok => 'Operation successful',
194                                 outconn => 'Outstanding connect to $_[0]',
195                                 page => 'Press Enter to continue, A to abort ($_[0] lines) >',
196                                 pagelth => 'Page Length is now $_[0]',
197                                 passerr => 'Please use: SET/PASS <password> <callsign>',
198                                 password => 'Password set or changed for $_[0]',
199                                 passwordu => 'Password removed for $_[0]',
200                                 pc90s => 'PC90 enabled for $_[0]',
201                                 pc90u => 'PC90 disabled $_[0]',
202                                 pingo => 'Ping Started to $_[0]',
203                                 pingi => 'Ping Returned from $_[0] $_[1] (Ave $_[2]) secs',
204                                 pinge1 => 'Cannot ping yourself!',
205                                 pingint => 'Ping interval on $_[0] set to $_[1] secs',
206                                 'pos' => 'From Callsign: $_[0] Lat: $_[1] Long: $_[2]',
207                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
208                                 pr2 => '($_[0]) de $main::mycall $_[1] $_[2] >',
209                                 prs => 'Prompt now set to \"$_[0]\"',
210                                 pru => 'Prompt now set back to default',
211                                 priv => 'Privilege level changed on $_[0]',
212                                 prx => '$main::mycall >',
213                                 pw0 => 'Enter old password: ',
214                                 pw1 => 'Enter new password: ',
215                                 pw2 => 'Re-enter new password: ',
216                                 pw3 => 'Password changed',
217                                 pw4 => 'Passwords differ, password NOT changed',
218                                 qll => 'Please enter your location with set/location or set/qra',
219                                 qthe1 => 'Please enter your QTH, set/qth <your qth>',
220                                 qth => 'Your QTH is now \"$_[0]\"',
221                                 qrae1 => 'Please enter your QRA locator, set/qra <qra locator> (eg set/qra JO02LQ)',
222                                 qrashe1 => 'Please enter a QRA locator, eg sh/qra JO02LQ or sh/qra JO02LQ IO93NS',
223                                 qrae2 => 'Don\'t recognise \"$_[0]\" as a QRA locator (eg JO02LQ)',
224                                 qra => 'Your QRA Locator is now \"$_[0]\"',
225                                 rcmdo => 'RCMD \"$_[0]\" sent to $_[1]',
226                                 read1 => 'Sorry, no new messages for you',
227                                 read2 => 'Msg $_[0] not found',
228                                 read3 => 'Msg $_[0] not available',
229                                 rec => '$_[0] records',
230                                 reg => '$_[0] registered',
231                                 regc => '$_[0] created and registered',
232                                 reginac => 'Registration is not active (set/var \$main::reqreg = 1 to activate)',
233                                 regun => '$_[0] unregistered',
234                                 route => '$_[0] on $_[1] via $_[2]',
235                                 sat1 => 'Tracking Table for $_[0] for the next $_[1] hours every $_[2] mins',
236                                 sat2 => 'dd/mm  UTC      Lat     Lon  Alt Km      Az      El Dist Km',
237                                 sat3 => 'Syntax: SH/SAT <name> [<hours> <interval>]',
238                                 sat4 => 'Satellites available/Age of Keps (days):-',
239                                 sat5 => 'need nnnnn.AMSAT in subject to load keps from this message',
240                                 satnf => 'Satellite $_[0] unknown',
241                                 satdisc => '-----',
242                                 sethop1 => 'usage: set/hops <call> ann|spots|wwv|wcy <no of hops>',
243                                 sethop2 => '$_[0] hops set on $_[1]$_[2] for $_[3]', 
244                                 sethop3 => 'No hops set for $_[0]', 
245                                 shutting => '$main::mycall shutting down...',
246                                 sloc => 'Cluster lat $_[0] long $_[1], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
247                                 snode1 => 'Node Call   Sort    Version',
248                                 snode2 => '$_[0] $_[1]  $_[2]',
249                                 snode3 => '$_[0] Unknown Call',
250                                 sqra => 'Cluster QRA Locator$_[0], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
251                                 sorry => 'Sorry',
252                                 spf1 => 'spoof: creating new user $_[0]',
253                                 stathf => 'HF DX Spot Stats, last 31 days',
254                                 stathft => 'HF DX Spot Stats, last 31 days for DXCC $_[0]',
255                                 statvhf => 'VHF+ DX Spot Stats, last 31 days',
256                                 statvhft => 'VHF+ DX Spot Stats, last 31 days for DXCC $_[0]',
257                                 statdx => 'Total DX Spots last 31 days',
258                                 sun => 'Location                              dd/mm/yyyy Rise   Set',
259                                 sun_with_azel => 'Location                              dd/mm/yyyy Rise   Set      Azim   Elev',
260                                 suser1 => 'usage: callsign user_field_name value',
261                                 suser2 => 'User $_[0] not found',
262                                 suser3 => 'User field \'$_[0]\' was \'$_[1]\' now set to \'$_[2]\'',
263                                 suser4 => 'User field name \'$_[0]\' doesn\'t exist',
264                                 time1 => 'Local Time: $_[0] $_[1], UTC $_[2]',
265                                 time2 => '$_[0] Local (standard) time: $_[1] ($_[2] Hours)',
266                                 time3 => '$_[0]  $_[1]',
267                                 talks => 'Talk enabled for $_[0]',
268                                 talku => 'Talk disabled for $_[0]',
269                                 talkend => 'Finished talking to you',
270                                 talkinst => 'Entering Talkmode, /EX to end, /<cmd> to run a command',
271                                 talknh => 'Sorry $_[0] is not online at the moment',
272                                 talkprompt => 'Talk ($_[0])>',
273                                 talkstart => 'Starting talking to you',
274                                 unsethop1 => 'usage: unset/hops <call> ann|spots|wwv|wcy',
275                                 unsethop2 => 'hops unset on $_[1] for $_[0]', 
276                                 usernf => '*** User record for $_[0] not found ***',
277                                 wcy1 => '$_[0] is missing or out of range',
278                                 wcy2 => 'Duplicate WCY',
279                 wcys => 'WCY enabled for $_[0]',
280                                 wcyu => 'WCY disabled for $_[0]',
281                                 wwv1 => '$_[0] is missing or out of range',
282                                 wwv2 => 'Duplicate WWV',
283                                 wwvs => 'WWV enabled for $_[0]',
284                                 wwvu => 'WWV disabled $_[0]',
285                                 wxs => 'WX enabled for $_[0]',
286                                 wxu => 'WX disabled for $_[0]',
287                            },
288                  nl => {
289                                 addr => 'Addres gezet op: $_[0]',
290                                 already => '$_[0] reeds geconnect',
291                                 anns => 'Announce berichten AAN gezet voor $_[0]',
292                                 annu => 'Announce berichten UIT gezet voor $_[0]',
293                                 bbse1 => 'Geef je home bbs (mailbox),, set/bbs <home mailbox>',
294                                 bbs => 'Je home bbs (mailbox) is nu \"$_[0]\"',
295                                 beepoff => 'De beep staat nu UIT',
296                                 beepon => 'De beep staat nu AAN',
297                                 conother => 'Sorry $_[0] je bent reeds geconnect op een andere poort',
298                                 concluster => 'Sorry $_[0] je bent reeds op een ander cluster geconnect',
299                                 conscript => 'Geen connectscript aangeroepen \"$_[0]\" gevonden in $main::root/connect',
300                                 confail => 'Verbinding met $_[0] mislukt ($_[1])',
301                                 constart => 'Verbinding met $_[0] gestart',
302                                 disc1 => 'Gedisconnect door $_[0]',
303                                 disc2 => '$_[0] gedisconnect',
304                                 dx1 => 'Frequentie $_[0] valt niet binnen een band [Opdracht: DX freq call commentaar](Zie sh/band)',
305                                 dx2 => 'Ik heb een call nodig! [Opdracht: DX freq call commentaar]',
306                                 dxs => 'DX Spots worden WEL doorgegeven aan $_[0]',
307                                 dxu => 'DX Spots worden NIET doorgegeven aan $_[0]',
308                                 e1 => 'Ongeldige opdracht',
309                                 e2 => 'Fout: $_[0]',
310                                 e3 => '$_[0]: $_[1] niet gevonden',
311                                 e4 => 'Minimaal een prefix of een call nodig',
312                                 e5 => 'Niet toegestaan',
313                                 e6 => '*** Geen station gespecifiseerd ***',
314                                 e7 => 'Callsign $_[0] is niet zichtbaar op het cluster',
315                                 e8 => 'Ik heb een call en tekst nodig',
316                                 e9 => 'Ik heb wel tekst nodig voor een announce!',
317                                 e10 => '$_[0] is niet lokaal verbonden',
318                                 e12 => 'Ik heb een node call nodig',
319                                 e13 => '$_[0] is geen node',
320                                 emaile1 => 'Geef uw E-mail addres, set/email <uw e-mail addres>',
321                                 emaila => 'Uw E-Mail addres is nu \"$_[0]\"',
322                                 email => 'E-mail addres gezet op: $_[0]',
323                                 helpe1 => 'Help systeem niet beschikbaar, meld dit aan de sysop',
324                                 helpe2 => 'Geen help beschikbaar over \"$_[0]\"',
325                                 heres => 'Aanwezigheid AAN gezet voor $_[0]',
326                                 heade1 => 'Gebruik gemaakt van de $main::mycall coordinaten, overweeg een set/location of set/qra',
327                                 hereu => 'Aanwezigheid UIT gezet voor $_[0]',
328                                 homebbs => 'Uw Home mailbox is nu $_[0]',
329                                 homenode => 'Uw (Home) DX-Cluster is : $_[0]',
330                                 hnodee1 => 'Geef mij uw lokale (home) DX-cluster, set/homenode <DX-cluster>',
331                                 hnode => 'Uw (home) DX-cluster is nu \"$_[0]\"',
332                                 iso => '$_[0] is geisoleerd (Isolated)',
333                                 isou => '$_[0] is niet meer geisoleerd (UnIsolated)',
334                                 isoc => '$_[0] gecreerd en geisoleerd (Isolated)',
335                                 l1 => 'Sorry $_[0], u bent reeds op een ander kanaal ingelogt',
336                                 l2 => 'Hallo $_[0], dit is $main::mycall in $main::myqth met DXSpider V$main::version',
337                                 lang => 'De taal zijn nu Nederlandse',
338                                 lh1 => '$main::data/hop_table.pl bestaat niet',
339                                 loce1 => 'Geef uw coordinaten met, set/location <latitude longitude>',
340                                 loce2 => 'Herken \"$_[0]\" niet als Lat/Long (vb 52 20 N 0 16 E)',
341                                 loc => 'Uw Latitude en Longitude zijn nu \"$_[0]\"',
342                                 lockout => '$_[0] heeft geen toegang meer (Locked out)',
343                                 lockoutun => '$_[0] heeft wederom toegang (Unlocked)',
344                                 m2 => '$_[0] Informatie: $_[1]',
345                                 merge1 => 'Merge verzoek voor $_[1] spots en $_[2] WWV verzonden naar $_[0]',
346                                 msgnew => 'Er is nieuwe post gearriveerd voor u',
347                                 namee1 => 'Geef aub uw naam met, set/name <uw naam>',
348                                 namee2 => 'Gebruiker $_[0] niet te vinden!',
349                                 name => 'Uw naam is gezet op \"$_[0]\"',
350                                 node => '$_[0] gezet als een AK1A stijl DX-cluster',
351                                 nodeu => '$_[0] teruggezet naar gebruiker status',
352                                 nodec => '$_[0] gecreeerd als AK1A stijl DX-cluster',
353                                 nodee1 => 'U kunt deze opdracht niet uitvoeren zolang ($_[0]) on-line is',
354                                 ok => 'Opdracht succesvol uitgevoerd',
355                                 page => 'Druk op Enter om door te gaan, A om af te breken (nog $_[0] regels) >',
356                                 pagelth => 'Paginalengte gezet op ($_[0]) regels',
357                                 passerr => 'Gebruik: SET/PASS <wachtwoord> <call>',
358                                 password => 'Wachtwoord gezet of gewijzigd voor $_[0]',
359                                 pingo => 'Ping gestart naar $_[0]',
360                                 pingi => 'Ping ontvangen van $_[0] $_[1] (Ave $_[2]) secs',
361                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
362                                 pr2 => '($_[0]) de $main::mycall $_[1] $[2] >',
363                                 priv => 'Privilege level gewijzigd op $_[0]',
364                                 prx => '$main::mycall >',
365                                 qll => 'Geef uw locator met set/location of set/qra',
366                                 qthe1 => 'Geef uw woonplaats met, set/qth <woonplaats>',
367                                 qth => 'Uw QTH is nu \"$_[0]\"',
368                                 qrae1 => 'Geef uw QRA locator, set/qra <qra locator> (vb set/qra JO33FD)',
369                                 qrashe1 => 'Geef uw QRA locator, vbg sh/qra JO33FD of sh/qra JO33FD IO93NS',
370                                 qrae2 => 'Ik herken \"$_[0]\" niet als een QRA locator (vb JO33FD)',
371                                 qra => 'Uw QRA Locator is nu \"$_[0]\"',
372                                 rcmdo => 'RCMD \"$_[0]\" verzonden naar $_[1]',
373                                 read1 => 'Sorry, geen berichten voor u',
374                                 read2 => 'Bericht $_[0] niet gevonden',
375                                 read3 => 'Bericht $_[0] niet beschikbaar',
376                                 shutting => '$main::mycall gaat QRT...',
377                                 sloc => 'Cluster lat $_[0] long $_[1], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
378                                 sqra => 'Cluster QRA Locator$_[0], DON\'T FORGET TO CHANGE YOUR DXVars.pm',
379                                 talks => 'Talk berichten AAN gezet voor $_[0]',
380                                 talku => 'Talk berichten UIT gezet voor $_[0]',
381                                 usernf => '*** Gebruiker info van $_[0] niet gevonden ***',
382                                 wwvs => 'WWV berichten AAN gezet voor $_[0]',
383                                 wwvu => 'WWV berichten UIT gezet voor $_[0]',
384                                 wxs => 'WX berichten AAN gezet voor $_[0]',
385                                 wxu => 'WX berichten UIT gezet voor $_[0]',
386                            },
387                  fr => {
388                            },
389                  es => {                               
390                                 addr => 'La dirección es ahora: $_[0]',
391                                 already => '$_[0] ya está conectado',
392                                 anns => 'Activada la recepción de anuncios para $_[0]',
393                                 annu => 'Desactivada la recepción de anuncios para $_[0]',
394                                 annts => 'Modo AnnTalk activado para $_[0]',
395                                 anntu => 'Modo AnnTalk desactivado para $_[0]',
396                                 badnode1 => 'No se aceptan spots generados en $_[0], se añade a la lista badnode',
397                                 badnode2 => 'Se aceptan spots del nodo $_[0], sale de la lista badnode',
398                                 badnode3 => 'Lista de nodos rechazados:',
399                                 bbse1 => 'Por favor introduce tu BBS, set/bbs <tu bbs>',
400                                 bbs => 'Tu BBS es ahora \"$_[0]\"',
401                                 beepoff => 'Avisos sonoros desactivados',
402                                 beepon => 'Avisos sonoros activados',
403                                 call1 => 'Se encontró el indicativo vía $_[0]:',
404                                 conother => 'Lo siento $_[0] ya estás conectado en otro puerto',
405                                 concluster => 'Lo siento $_[0] ya estás conectado en otro cluster',
406                                 conscript => 'No hay ningún script que se llame \"$_[0]\" en $main::root/connect',
407                                 confail => 'La conexión con $_[0] ha fallado ($_[1])',
408                                 constart => 'Se inicia la conexión a $_[0]',
409                                 deluser =>'El usuario $_[0] ha sido borrado de la base de datos',
410                                 db1 => 'Esta base de datos está en $_[0]',
411                                 db2 => 'Lo siento, pero no se encontró $_[0] en $_[1]',
412                                 db3 => 'Lo siento, la base de datos $_[0] no existe aquí',
413                                 db4 => 'Lo siento, la base de datos $_[0] situada en $_[1] no se encuentra disponible',
414                                 db5 => 'Accediendo a la base de datos remota $_[0]...espere...',
415                                 db6 => 'La base de datos $_[0] ya existe, bórrala primero',
416                                 db7 => 'La base de datos $_[0] creada para el nodo remoto $_[1]',
417                                 db8 => 'Base de datos $_[0] creada localmente',
418                                 db9 => 'La base de datos $_[0] ha sido eliminada',
419                                 db10 => '$_[0] registros importados para la base de datos $_[1]',
420                                 db11 => 'Tu petición ha sido enviada a $_[0], por favor espera...',
421                                 dfreq1 => 'La frecuencia no es válida $_[0] ej: 0/30000 o hf o hf/cw',
422                                 dir1 => 'No hay mensajes nuevos',
423                                 disc1 => 'Desconectado por $_[0]',
424                                 disc2 => 'Canal $_[0] desconectado',
425                                 disc3 => 'No estaba activo el canal, pero la conexión de $_[0] ha sido eliminada',
426                                 disc4 => 'No existía el canal o la conexión, $_[0] se elimina',
427                                 done => 'Hecho',
428                                 dup => 'Lo siento, esto es un duplicado',
429                                 dx1 => 'Frecuencia $_[0] fuera de banda (ver show/band); usa: DX [BY indicativo] frec indic. comentario',
430                                 dx2 => 'Necesita indicativo; usa: DX [BY indicativo] frec indic. comentario',
431                                 dx3 => 'El indicativo o la frecuencia es incorrecta',
432                                 dxs => 'Activada la recepción de spots de DX para $_[0]',
433                                 dxu => 'Desactivada la recepción de spots de DX para $_[0]',
434                                 e1 => 'Este comando no es válido',
435                                 e2 => 'Error: $_[0]',
436                                 e3 => '$_[0]: $_[1] no encontrado',
437                                 e4 => 'Se necesita, por lo menos, un prefijo o indicativo',
438                                 e5 => 'No estás autorizado',
439                                 e6 => '*** No se ha especificado una estación ***',
440                                 e7 => 'El indicativo $_[0] no es visible en el cluster',
441                                 e8 => 'Se necesita un indicativo y algún texto',
442                                 e9 => 'Se necesita al menos algún texto',
443                                 e10 => '$_[0] no se encuentra conectado',
444                                 e11 => 'No puedes usar tu propio $main:mycall como destino',
445                                 e12 => 'Se necesita el indicativo del nodo',
446                                 e13 => '$_[0] no es un nodo',
447                                 e14 => 'El primer argumento debe de ser numérico y > 0',
448                                 e15 => 'calificador no válido \"$_[0]\"',
449                                 e16 => 'El fichero \"$_[0]\" ya existe',
450                                 e17 => 'Por favor no uses la palabra: @_ aquí',
451                                 e18 => 'No se puede conectar con $_[0] ($!)',
452                                 e19 => 'Carácter no válido en la línea',
453                                 e20 => 'Símbolo $_[0] no reconocido',
454                                 e21 => '$_[0] no es numérico',
455                                 e22 => '$_[0] no es un indicativo',
456                                 e23 => '$_[0] fuera de rango (ej: 0/30000)',
457                                 e24 => 'Lo siento, el acceso a internet no está habilitado',
458                                 e25 => 'Lo siento el valor debe de estar entre $_[0] y $_[1]',
459                                 e26 => 'Demasiados errores, serás desconectado',
460                                 e27 => '$_[0] no es un numero o un prefijo',
461                                 e28 => 'Lo siento, necesitas registrarte (SP $main::myalias para registrarte)',   
462                                 e29 => 'Necesitas password',   
463                                 echoon => 'Eco local activado',
464                                 echooff => 'Eco local desactivado',
465                                 echow => '*Eco local desactivado, set/echo para activarlo',
466                                 emaile1 => 'Por favor introduce tu E-mail, set/email <tu E-mail>',
467                                 emaila => 'Tu dirección E-Mail es ahora \"$_[0]\"',
468                                 email => 'La dirección E-mail es ahora: $_[0]',
469                                 export1 => 'uso: export <numero_mensaje> <nombre_fichero>',
470                                 export2 => '$_[3] hubo un error exportando mensaje $_[0] a $_[1] ($_[2])',
471                                 export3 => '$_[2 ] exportando mensaje $_[0] a $_[1]',
472                                 filter1 => 'Filtro $_[0] actualizado para $_[1]',
473                                 filter2 => 'Es necesario un valor para $_[0]',
474                                 filter3 => 'No hay filtros definidos para $_[0]',
475                                 filter4 => '$_[0]$_[1] Filtros $_[2] borrados para $_[3]',
476                                 filter5 => 'Se necesitan algunos comandos para el filtro...',
477                                 filter6 => '$_[0]$_[1] Filtro para $[2] no encontrado',
478                                 grids => 'Activada recepción de locators en spot (DX Grid) para $_[0]',
479                                 gridu => 'Desactivada recepción de locators en spot (DX Grid) para $_[0]',
480                                 illcall => 'Lo siento, $_[0] no es un indicativo válido',
481                                 hasha => '$_[0] ya existe en $_[1]',
482                                 hashb => '$_[0] añadido a $_[1]',
483                                 hashc => '$_[0] eliminado desde $_[1]',
484                                 hashd => '$_[0] no en $_[1]',
485                                 hashe => '$_[0] activado $_[1]',
486                                 helpe1 => 'La ayuda no está disponible, comunícaselo al sysop',
487                                 helpe2 => 'No hay ayuda disponible para $_[0]',
488                                 heres => 'Se informa a la red: $_[0] está presente',
489                                 heade1 => 'Usando las coord. de $main::mycall, se recomienda usar set/location o set/qra',
490                                 hereu => 'Se informa a la red: $_[0] está ausente',
491                                 homebbs => 'Tu  BBS es ahora: $_[0]',
492                                 homenode => 'Tu cluster habitual es ahora: $_[0]',
493                                 hnodee1 => 'Por favor introduce tu cluster habitual, set/homenode <Tu DX cluster>',
494                                 hnodee2 => 'Error al definir homenode en $_[0]',
495                                 hnode => 'Tu nodo habitual es ahora \"$_[0]\"',
496                                 init1 => 'Enviado mensaje de inicialización a $_[0]',
497                                 iso => 'El cluster $_[0] se pone en modo pasivo (Aislado)',
498                                 isou => 'El cluster $_[0] se pone en modo activo',
499                                 isoc => '$_[0] creado y definido como pasivo (Aislado)',
500                                 isoari => 'Existe un filtro de entrada de rutas para $_[0]; clear/route input $_[0] primero',
501                                 isoaro => 'Existe un filtro de rutas hacia $_[0]; clear/route $_[0] primero',   
502                                 isow => '$_[0] está en modo aislado; unset/isolate $_[0] primero',
503                                 l1 => 'Lo siento $_[0], ya estás conectado en otro canal',
504                                 l2 => 'Hola $_[0], esta es $main::mycall en $main::myqth usando DXSpider V$main::version',
505                                 lang => 'El idioma es ahora Español',
506                                 lange1 => 'set/language <idioma> donde <idioma> es uno entre ($_[0])',
507                                 lange2 => 'fallo al seleccionar idioma en $_[0]',
508                                 lh1 => '$main::data/hop_table.pl no existe',
509                                 loce1 => 'Por favor introduce tu posición, set/location <latitud longitud>',
510                                 loce2 => 'No reconocida \"$_[0]\" como una Lat/Long (ej: 52 20 N 0 16E)',
511                                 loce3 => '$_[0] es un QRA locator, por favor usa: set/qra $_[0]',
512                                 loc => 'Tu Lat/Long es ahora \"$_[0]\"',
513                                 lockout => '$_[0] Excluido del sistema',
514                                 lockoutc => '$_[0] Creado y excluido del sistema',
515                                 lockoutun => '$_[0] autorizado para conectar',
516                                 lockoutuse => 'Uso: sh/lockout <indicativo|prefijo>|ALL',
517                                 loginu => '$_[0] conecta',
518                                 logoutu => '$_[0] se desconecta',
519                                 loginn => '$_[0] conecta',
520                                 logoutn => '$_[0] se desconecta',
521                                 m1 => 'Introduce el título (máx. 30 caractéres):',
522
523                                 m2 => 'Copia del mensaje $_[0] enviada a $_[1]',
524                                 m3 => 'Lo siento, $_[0] no se aceptan mensajes a ese tópico',
525                                 m4 => 'Lo siento, no se puede acceder al mensaje $_[0]',
526                                 m5 => 'Lo siento, se necesita un número de mensaje',
527                                 m6 => 'Reenviado a: $_[0]',
528                                 m7 => 'Título : $_[0]',
529                                 m8 => 'Introduce mensaje. /EX para terminar o /ABORT para interrumpir',
530                                 m9 => 'Hay correo nuevo para ti. Bórralo una vez leído.',
531                                 m10 => 'mensaje interrumpido',
532                                 m11 => 'mensaje nr $_[0] guardado y enviado a $_[1]',
533                                 m12 => 'mensaje nr $_[0] borrado',
534                                 m13 => 'mensaje nr $_[0] no encontrado',
535                                 m14 => 'mensaje nr $_[0] marcado para ser enviado a $_[1]',
536                                 m15 => 'mensaje nr $_[0] no se enviará a $_[1]',
537                                 m16 => 'Se necesita un número de mensaje',
538                                 m17 => 'Lo siento, no puedo enviar el mensaje en $_[0] modo',
539                                 msg1 => 'Cola de mensajes tipo Boletín',
540                                 msg2 => 'Cola de mensajes tipo Privados',
541                                 msg3 => 'Msg $_[0]: $_[1] cambiado de $_[2] a $_[3]',
542                                 msgu => 'uso: msg <cmd> <msgno> data...',
543                                 merge1 => 'Petición de envío de $_[1] spots y $_[2] WWV enviada a $_[0]',
544                                 moon => 'QTH                                   dd/mm/yyyy Salida Puesta',
545                                 moon_with_azel => 'QTH                                   dd/mm/yyyy Salida Puesta   Azim   Elev',                                 
546                                 mond => 'Activado modo monitor',
547                                 mone => 'Desactivado modo monitor',
548                                 namee1 => 'Por favor, introduce tu nombre set/name <tu nombre>',
549                                 namee2 => 'No se encuentra el usuario $_[0]!',
550                                 name => 'Tu nombre es \"$_[0]\"',
551                                 nodea => '$_[0] definido como nodo AK1A ',
552                                 nodeac => '$_[0] creado como nodo AK1A ',
553                                 nodeb => '$_[0] definido como BBS',
554                                 nodebc => '$_[0] creado como BBS',
555                                 nodec => '$_[0] definido como nodo CLX ',
556                                 nodecc => '$_[0] creado como nodo CLX ',
557                                 noder => '$_[0] definido como nodo AR-Cluster ',
558                                 noderc => '$_[0] creado como nodo AR-Cluster ',
559                                 nodes => '$_[0] definido como nodo DXSpider ',
560                                 nodesc => '$_[0] creado como nodo DXSpider ',
561                                 nodex => '$_[0] definido como nodo DXNET ',
562                                 nodexc => '$_[0] creado como nodo DXNET ',
563                                 nodeu => '$_[0] es ahora un usuario',
564                                 nodee1 => 'No puedes usar este comando mientras tu objetivo ($_[0]) se encuentra',
565                                 notdone => 'No se pudo hacer',
566                                 nothere => 'Lo siento, pero $_[0] no está aquí ahora, inténtalo mas tarde',
567                                 obscount => 'El parámetro Ping obsolescence count para $_[0] ajustado a $_[1]',
568                                 ok => 'Operación realizada',
569                                 outconn => 'Iniciando conexión con  $_[0]',
570                                 page => 'Teclea Enter para continuar, A para abortar (Quedan $_[0] líneas) >',
571                                 pagelth => 'La longitud de las páginas es ahora $_[0]',
572                                 passerr => 'Por favor usa: SET/PASS <password> <indicativo>',
573                                 password => 'El Password ha sido definido o cambiado para $_[0]',
574                                 pingo => 'Iniciado el ping a $_[0]',
575                                 pingi => 'Ping devuelto por $_[0] $_[1] (Ave $_[2]) segundos',
576                                 pinge1 => 'No puedes enviarte un ping a ti mismo!',
577                                 pingint => 'Intervalo de ping para $_[0] ajustado a $_[1] segundos',
578                                 'pos' => 'Desde el indicativo: $_[0] Lat: $_[1] Long: $_[2]',
579                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
580                                 pr2 => '($_[0]) de $main::mycall $_[1] $_[2] >',
581                                 prs => 'El Prompt ha sido cambiado a \"$_[0]\"',
582                                 pru => 'El Prompt vuelve a ser el normal por defecto',
583                                 priv => 'Nivel de privilegios está en $_[0]',
584                                 prx => '$main::mycall >',
585                                 pw0 => 'Escribe el password antiguo: ',
586                                 pw1 => 'Escribe el nuevo password: ',
587                                 pw2 => 'Confirma el nuevo password: ',
588                                 pw3 => 'El Password ha sido cambiado',
589                                 pw4 => 'Los passwords no coinciden, NO se han cambiado',
590                                 qll => 'Por favor introduce tu locator con set/location o set/qra',
591                                 qthe1 => 'Por favor introduce tu QTH, set/qth <tu qth>',
592                                 qth => 'Tu QTH es ahora \"$_[0]\"',
593                                 qrae1 => 'Por favor introduce tu QRA locator, set/qra <qra locator> (ej: set/qra JO02LQ)',
594                                 qrashe1 => 'Por favor introduce un QRA locator, ej sh/qra JO02LQ o sh/qra JO02LQ IO93NS',
595                                 qrae2 => 'No se reconoce \"$_[0]\" como un QRA locator ( ej JO02LQ)',
596                                 qra => 'Tu QRA Locator es ahora \"$_[0]\"',
597                                 rcmdo => 'RCMD \"$_[0]\" enviado a $_[1]',
598                                 read1 => 'Lo siento, no hay mensajes nuevos para ti',
599                                 read2 => 'Mensaje $_[0] no encontrado',
600                                 read3 => 'Mensaje $_[0] no disponible',
601                                 rec => '$_[0] registros',
602                                 reg => '$_[0] registrado',
603                                 regc => '$_[0] creado y registrado',
604                                 reginac => 'El registro no está activo (set/var \$main::regreq = 1 para activarlo)',
605                                 regun => '$_[0] borrado',
606                                 route => '$_[0] en $_[1] vía $_[2]',
607                                 sat1 => 'Tabla de seguimiento $_[0] para las próximas $_[1] horas cada $_[2] minutos',
608                                 sat2 => 'dd/mm  UTC      Lat     Lon  Alt Km      Az      El Dist Km',
609                                 sat3 => 'Sintaxis: SH/SAT <nombre> [<horas> <intervalo>]',
610                                 sat4 => 'Satélites disponibles:',
611                                 sat5 => 'Es necesario el título nnnn.AMSAT para actualizar datos keps. desde un mensaje',
612                                 satnf => 'Satélite $_[0] desconocido',
613                                 satdisc => '-----',
614                                 sethop1 => 'uso: set/hops <indicativo> ann|spots|wwv|wcy <nr de hops>',
615                                 sethop2 => '$_[0] hops set on $_[1]$_[2] for $_[3]',
616                                 sethop3 => 'No hay hops definidos para $_[0]',
617                                 shutting => '$main::mycall shutting down...',
618                                 sloc => 'Cluster lat $_[0] long $_[1], NO OLVIDES CAMBIAR TU DXVars.pm',
619                                 snode1 => 'Nodo Call   Sort    Versión',
620                                 snode2 => '$_[0] $_[1]  $_[2]',
621                                 snode3 => '$_[0] Indicativo desconocido',
622                                 sqra => 'Cluster QRA Locator$_[0], NO OLVIDES CAMBIAR TU DXVars.pm',
623                                 sorry => 'Lo siento',
624                                 spf1 => 'spoof: creando nuevo usuario $_[0]',
625                                 stathf => 'Estadísticas de spots en HF de los últimos 31 días',
626                                 stathft => 'Estadísticas de spots en HF de los últimos 31 días para DXCC $_[0]',
627                                 statvhf => 'VHF+ DX Spot Stats, últimos 31 días',
628                                 statvhft => 'VHF+ DX Spot Stats, últimos 31 días para DXCC $_[0]',
629                                 statdx => 'Total DX Spots últimos 31 días',
630                                 sun => 'QTH                                   dd/mm/yyyy Salida Puesta',
631                                 sun_with_azel => 'QTH                                   dd/mm/yyyy Salida Puesta   Azim   Elev',
632                                 suser1 => 'uso: indicativo user_field_name valor',
633                                 suser2 => 'Usuario $_[0] no encontrado',
634                                 suser3 => 'User field \'$_[0]\' era \'$_[1]\' ahora es \'$_[2]\'',
635                                 suser4 => 'User field name \'$_[0]\' no existe',
636                                 time1 => 'Horario local: $_[0] $_[1], UTC $_[2]',
637                                 time2 => '$_[0] Local (standard) time: $_[1] ($_[2] Horas)',
638                                 time3 => '$_[0]  $_[1]',
639                                 talks => 'Recepción de mensajes Talk activado para $_[0]',
640                                 talku => 'Recepción de mensajes Talk desactivado para $_[0]',
641                                 talkend => 'Finalizado modo talk contigo',
642                                 talkinst => 'Entrando en modo talk, /EX para salir, /<cmd> para ejecutar un comando',
643                                 talknh => 'Lo siento $_[0] no está conectado en este momento',
644                                 talkprompt => 'Talk ($_[0])>',
645                                 talkstart => 'Iniciando modo talk contigo',
646                                 unsethop1 => 'uso: unset/hops <call> ann|spots|wwv|wcy',
647                                 unsethop2 => 'Borrados los hops para $_[1] en $_[0]', 
648                                 usernf => '*** Registro de usuario $_[0] no encontrado ***',
649                                 wwvs => 'Activada recepción de anuncios WWV para $_[0]',
650                                 wwvu => 'Desactivada recepción de anuncios WWV para $_[0]',
651                                 wxs => 'Activada recepción de anuncios WX para $_[0]',
652                                 wxu => 'Desactivada recepción de anuncios WX para $_[0]',
653                            },
654                  de => {
655                                 addr => 'Adresse gesetzt auf: $_[0]',
656                                 already => '$_[0] bereits connnected',
657                                 anns => 'Announce flag gesetzt auf $_[0]',
658                                 annu => 'Announce flag zurueckgesetzt auf $_[0]',
659                                 annts => 'AnnTalk flag gesetzt auf $_[0]',
660                                 anntu => 'AnnTalk flag zurueckgesetzt auf $_[0]',
661                                 badnode1 => '$_[0] ist nun ein bad node',
662                                 badnode2 => '$_[0] ist nun ein good node',
663                                 badnode3 => 'Liste der Bad Nodes:-',
664                                 bbse1 => 'Bitte die BBS Adresse eingeben,, set/bbs <your bbs address>',
665                                 bbs => 'Deine BBS Adresse ist nun \"$_[0]\"',
666                                 beepoff => 'Beeps sind nun aus',
667                                 beepon => 'Beeps sind nun eingeschaltet',
668                                 call1 => 'Callsign lookup via $_[0]:',
669                                 conother => 'Sorry $_[0] Du bist zu mir auf einem anderen Port connected',
670                                 concluster => 'Sorry $_[0] Du bist schon anderswo in einem Cluster connected (on $_[1])',
671                                 conscript => 'Kein connect script mit Namen \"$_[0]\" gefunden in $main::root/connect',
672                                 confail => 'Verbindung zu $_[0] misslungen ($_[1])',
673                                 constart => 'Verbindung zu $_[0] gestartet',
674                                 deluser => 'User $_[0] wurde geloescht',
675                                 db1 => 'Diese Datenbank ist untergebracht bei $_[0]',
676                                 db2 => 'Sorry, aber Scluesselwort: $_[0] wurde nicht gefunden in $_[1]',
677                                 db3 => 'Sorry, Datenbank $_[0] existiert hier nicht',
678                                 db4 => 'Sorry, Datenbank $_[0] untergebracht bei $_[1] ist nicht online',
679                                 db5 => 'Zugriff auf remote Datenbank bei $_[0]...standby...',
680                                 db6 => 'Datenbank $_[0] existiert bereits, bitte zuerst loeschen',
681                                 db7 => 'Datenbank $_[0] angelegt fuer remote Cluster $_[1]',
682                                 db8 => 'Datenbank $_[0] lokal angelegt',
683                                 db9 => 'Datenbank $_[0] entfernt',
684                                 db10 => '$_[0] Datensaetze importiert in $_[1]',
685                                 db11 => 'Sende Deine Anfrage(n)an $_[0], bitte stand by...',
686                                 dfreq1 => 'Ungueltige Freq $_[0] brauche: z.B. 0/30000 oder hf oderr hf/cw',
687                                 dir1 => 'Keine Nachricht gefunden',
688                                 disc1 => 'Disconnected von $_[0]',
689                                 disc2 => 'Kanal $_[0] disconnected',
690                                 disc3 => 'Kein Kanal, aber Verbindung $_[0] disconnected',
691                                 disc4 => 'Kein Kanal oder Verbindung, aber Waise $_[0] disconnected',
692                                 done => 'Done',
693                                 dup => 'Sorry, dies ist ein Duplikat',
694                                 dx1 => 'Frequenz $_[0] nicht im Band (siehe show/band); Gebrauch: DX [BY call] Freq Call Kommentar',
695                                 dx2 => 'Brauche ein Rufzeichen; Gebrauch: DX [BY call] Freq Call Kommentar',
696                                 dx3 => 'Das Rufzeichen oder Frequenz ist ungueltig',
697                                 dxs => 'DX Spots flag gesetzt auf $_[0]',
698                                 dxu => 'DX Spots flag zurueckgesetzt auf $_[0]',
699                                 e1 => 'Ungueltiger Befehl',
700                                 e2 => 'Fehler: $_[0]',
701                                 e3 => '$_[0]: $_[1] nicht gefunden',
702                                 e4 => 'Brauche zumindestens einen Prefix oder ein Rufzeichen',
703                                 e5 => 'Nicht erlaubt',
704                                 e6 => '*** Keine Station angegeben ***',
705                                 e7 => 'Rufzeichen $_[0] nicht sichtbar im Cluster',
706                                 e8 => 'Brauche ein Rufzeichen und etwas Text',
707                                 e9 => 'Brauche wenigstens etwas Text',
708                                 e10 => '$_[0] nicht lokal connected',
709                                 e11 => 'Kann nicht $main:mein Rufzeichen als Ziel',
710                                 e12 => 'Brauche ein Node Rufzeichen',
711                                 e13 => '$_[0] ist kein Node',
712                                 e14 => 'Erstes Argument muss eine Zahl und > 0 sein',
713                                 e15 => 'Unguelitges Abfragekriterium \"$_[0]\"',
714                                 e16 => 'Datei \"$_[0]\" existiert',
715                                 e17 => 'Bitte gebrauche dieses Wort: @_ nicht hier',
716                                 e18 => 'Kann nicht verbinden mit $_[0] ($!)',
717                                 e19 => 'Ungueltiger Character in der Zeile',
718                                 e20 => 'Kuerzel $_[0] nicht erkannt',
719                                 e21 => '$_[0] nicht numerisch',
720                                 e22 => '$_[0] kein Rufzeichen',
721                                 e23 => '$_[0] kein Bereich (z.B. 0/30000)',
722                                 e24 => 'Sorry, Internet Zugriff ist nichtfreigeschaltet',
723
724                                 e25 => 'Sorry der Wert muss zwischen $_[0] und $_[1] sein',
725                                 e26 => 'Zu viele Fehler gleichzeitig, Du wirst disconnected',
726                                 e27 => '$_[0] kein numerisches oder Rufzeichen Prefix',
727                                 e28 => 'Sorry, Du musst Dich registrieren (SP $main::myalias to register)',
728                                 e29 => 'Brauche eine Passwort',
729                                 echoon => 'Echo enabled',
730                                 echooff => 'Echo disabled',
731                                 echow => '*Echo ist im moment disabled, set/echo to enable',
732                                 emaile1 => 'Bitte email Addresse eingeben, set/email <Deine e-mail Adresse>',
733                                 emaila => 'Deine E-Mail Adresse ist nun \"$_[0]\"',
734                                 email => 'E-mail Adresse gesetzt auf: $_[0]',
735                                 export1 => 'Gebrauch: export <msgno> <dateiname>',
736                                 export2 => '$_[3] has error exporting msg $_[0]to $_[1] ($_[2])',
737                                 export3 => '$_[2 ] exportierte msg $_[0] to $_[1]',
738                                 filter1 => 'Filter $_[0] upgedated fuer $_[1]',
739                                 filter2 => 'Unbekanntes Filter Schluesselwort $_[0]',
740                                 filter3 => 'Keine Filter definiert fuer $_[0]',
741                                 filter4 => '$_[0]$_[1] Filter $_[2] geloescht fuer$_[3]',
742                                 filter5 => 'brauche ein paar Filter Kommandos...',
743                                 filter6 => '$_[0]$_[1] Filter fuer $[2] nicht gefunden',
744                                 grids => 'DX Grid flag gesetzt auf $_[0]',
745                                 gridu => 'DX Grid flag zurueckgesetzt auf $_[0]',
746                                 illcall => 'Sorry, $_[0] ist ein ungueltiges Rufzeichen',
747                                 hasha => '$_[0] existiert bereits in $_[1]',
748                                 hashb => '$_[0] zugefuegt zu $_[1]',
749                                 hashc => '$_[0] entfernt von $_[1]',
750                                 hashd => '$_[0] nicht in $_[1]',
751                                 hashe => '$_[0] gesetzt auf $_[1]',
752                                 helpe1 => 'Hilfe System nicht verfuegbar, bitte Sysop benachrichtigen',
753                                 helpe2 => 'Keine Hilfe verfuegbar auf $_[0]',
754                                 heres => 'Hier gesetzt auf $_[0]',
755                                 heade1 => 'Using $main::mycall Coords, entspricht einem set/location or set/qra',
756                                 hereu => 'Here zurueckgesetzt auf $_[0]',
757                                 homebbs => 'Heimat BBS gesetzt auf: $_[0]',
758                                 homenode => 'Heimat Node gesetzt auf: $_[0]',
759                                 hnodee1 => 'Bitte Heimat Node eingeben, set/homenode <dein Heimat DX Cluster>',
760                                 hnodee2 => 'Heimat Node setzen ist misslungen $_[0]',
761                                 hnode => 'Dein Heimat Node ist nun \"$_[0]\"',
762                                 init1 => 'Initialisierungs Nachricht gesendet an $_[0]',
763                                 iso => '$_[0] Isoliert',
764                                 isou => '$_[0] UnIsoliert',
765                                 isoc => '$_[0] erstellt und Isoliert',
766                                 isoari => 'Es gibt einen  Eingabe Route Filter fuer $_[0]; clear/route input $_[0] zuerst',
767                                 isoaro => 'Es gibt einen Ausgabe Route Filter fuer $_[0]; clear/route $_[0] zuerst',
768                                 isow => '$_[0] ist isoliert; unset/isolate $_[0] zuerst',
769                                 l1 => 'Sorry $_[0], Du bist bereit auf einem anderen Kanal eingeloggt',
770                                 l2 => 'Moin $_[0], hier ist $main::mycall in $main::myqth\nrunning DXSpider V$main::version build $main::build',
771                                 lang => 'Sprache ist jetzt Deutch',
772                                 lange1 => 'set/language <lang> wobei <lang> ist eine von ($_[0])',
773                                 lange2 => 'Fehler beim setzen der Sprache auf $_[0]',
774                                 lh1 => '$main::data/hop_table.pl existiert nicht',
775                                 loce1 => 'Bitte Deinen Standort eingeben,, set/location <latitude longitude>',
776                                 loce2 => 'Nicht anerkannt \"$_[0]\" als Lat/Long (z.B. 52 20 N 0 16 E)',
777                                 loce3 => '$_[0] ist ein QRA Locator, gebrauch: set/qra $_[0]',
778                                 loc => 'Dein Lat/Long ist nun \"$_[0]\"',
779                                 lockout => '$_[0] ausgesperrt',
780                                 lockoutc => '$_[0] erstellt und ausgesperrt',
781                                 lockoutun => '$_[0] Aussperrung aufgehoben',
782                                 lockoutuse => 'Gebrauch: sh/lockout <Rufzeichen>|ALL',
783                                 loginu => 'User $_[0] hat eingeloggt',
784                                 logoutu => 'User $_[0] hat ausgeloggt',
785                                 loginn => 'Node $_[0] hat eingeloggt',
786                                 logoutn => 'Node $_[0] hat ausgeloggt',
787                                 m1 => 'Subjekt eingeben (30 Zeichen):',
788                                 m2 => 'Kopie der msg $_[0] gesendet an $_[1]',
789                                 m3 => 'Sorry, $_[0] ist keine akzeptable TO Adresse',
790                                 m4 => 'Sorry, kann nicht zugreifen auf Nachricht $_[0]',
791                                 m5 => 'Sorry, ich brauche eine Nachrichten Nummer',
792                                 m6 => 'Reply to: $_[0]',
793                                 m7 => 'Subject : $_[0]',
794                                 m8 => 'Nachricht eingeben, /EX zum absenden oder /ABORT zum abbrechen',
795                                 m9 => 'Neue Nachricht(en) fuer Dich',
796                                 m10 => 'Nachricht abgebrochen',
797                                 m11 => 'Nachricht Nr. $_[0] gesichert und weitergeleitet an $_[1]',
798                                 m12 => 'Nachricht Nr. $_[0] geloescht',
799                                 m13 => 'Nachricht Nr. $_[0] fehlt',
800                                 m14 => 'Nachricht Nr. $_[0] markiert als gesendet an $_[1]',
801                                 m15 => 'Nachricht Nr. $_[0] unmarkiert als gesendet an $_[1]',
802                                 m16 => 'Brauche eine Nachrichten Nummer',
803                                 m17 => 'Sorry, kann Nachricht nicht senden im $_[0] mode',
804                                 msg1 => 'Bulletin Nachrichten aufgeschoben',
805                                 msg2 => 'Private Nachrichten aufgeschoben',
806                                 msg3 => 'Msg $_[0]: $_[1] geaendert von $_[2] auf $_[3]',
807                                 msgu => 'Gebrauch: msg <cmd> <msgno> data...',
808                                 merge1 => 'Merge request for $_[1] spots and $_[2] WWV sent to $_[0]',
809                                 moon => 'Standort                              dd/mm/yyyy Rise   Set',
810                                 moon_with_azel => 'Standort                              dd/mm/yyyy Rise   Set      Azim   Elev',
811                                 mond => 'Ueberwachung Disabled',
812                                 mone => 'Ueberwachung Enabled',
813                                 namee1 => 'Bitte Deinen Namen eingeben, set/name <dein name>',
814                                 namee2 => 'Kann User $_[0]nicht finden!',
815                                 name => 'Dein Name ist jetzt \"$_[0]\"',
816                                 nodea => '$_[0] gesetzt als AK1A style Node',
817                                 nodeac => '$_[0] erstellt als AK1A style Node',
818                                 nodeb => '$_[0] gesetzt als BBS',
819                                 nodebc => '$_[0] erstellt als BBS',
820                                 nodec => '$_[0] gesetzt als CLX style Node',
821                                 nodecc => '$_[0] erstellt als CLX style Node',
822                                 noder => '$_[0] gesetzt als AR-Cluster style Node',
823                                 noderc => '$_[0] erstellt als AR-Cluster style Node',
824                                 nodes => '$_[0] gesetzt als DXSpider style Node',
825                                 nodesc => '$_[0] erstellt als DXSpider style Node',
826                                 nodex => '$_[0] gesetzt als DXNET style Node',
827                                 nodexc => '$_[0] erstellt als DXNET style Node',
828                                 nodeu => '$_[0] zurueckgesetzt als ein User',
829                                 nodee1 => 'Du kannst dieses Kommando nicht waehrend Dein Ziel ($_[0]) online ist',
830                                 notdone => 'Nicht ausgefuehrt',
831                                 nothere => 'Sorry, aber $_[0] ist nicht hier im Moment, bitte spaeter nocheinmal Versuchen',
832                                 obscount => 'Ping obsolescence count on $_[0] set to $_[1]',
833                                 ok => 'Operation erfolgreich',
834                                 outconn => 'Outstanding connect to $_[0]',
835                                 page => 'Druecke Enter zum fortfahren, A zum abbrechen ($_[0] lines) >',
836                                 pagelth => 'Seitenlaenge ist nun $_[0]',
837                                 passerr => 'Gebrauch: SET/PASS <Passwort> <Rufzeichen>',
838                                 password => 'Passwort gesetzt oder geaendert fuer $_[0]',
839                                 passwordu => 'Passwort geloescht fuer $_[0]',
840                                 pingo => 'Ping Started to $_[0]',
841                                 pingi => 'Ping Returned from $_[0] $_[1] (Ave $_[2]) secs',
842                                 pinge1 => 'Cannot ping yourself!',
843                                 pingint => 'Ping interval on $_[0] set to $_[1] secs',
844                                 'pos' => 'Von Rufzeichen: $_[0] Lat: $_[1] Long: $_[2]',
845                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
846                                 pr2 => '($_[0]) de $main::mycall $_[1] $_[2] >',
847                                 priv => 'Priviligierten Level geaendert auf $_[0]',
848                                 prx => '$main::mycall >',
849                                 pw0 => 'Altes Passwort eingeben: ',
850                                 pw1 => 'Neues Passwort eingeben: ',
851                                 pw2 => 'Wiederhole neues Passwort: ',
852                                 pw3 => 'Passwort geaendert',
853                                 pw4 => 'Passwoerter differieren, Passwort NICHT geaendert',
854                                 qll => 'Bitte gib Deinen QRA Locator ein mit set/location oder set/qra',
855                                 qthe1 => 'Bitte gib Dein QTH ein mit set/qth <dein qth>',
856                                 qth => 'Dein QTH ist nun \"$_[0]\"',
857                                 qrae1 => 'Bitte gib Deinen QRA Locator ein mit set/qra <qra locator> (z.B. set/qra JO44RK)',
858                                 qrashe1 => 'Bitte einen QRA Locator eingeben, z.B. sh/qra JO02LQ oder sh/qra JO02LQ IO93NS',
859                                 qrae2 => 'Erkenne nicht \"$_[0]\" als ein QRA Locator (z.B. JO02LQ)',
860                                 qra => 'Dein QRA Locator ist nun \"$_[0]\"',
861                                 rcmdo => 'RCMD \"$_[0]\" gesendet an $_[1]',
862                                 read1 => 'Sorry, keine neuen Nachrichtenfuer Dich',
863                                 read2 => 'Msg $_[0] nicht gefunden',
864                                 read3 => 'Msg $_[0] nicht verfuegbar',
865                                 rec => '$_[0] records',
866                                 reg => '$_[0] registriert',
867                                 regc => '$_[0] erstellt und registriert',
868                                 reginac => 'Registrierung ist nicht aktiv (set/var \$main::reqreg = 1 to activate)',
869                                 regun => '$_[0] unregistriert',
870                                 route => '$_[0] auf $_[1] via $_[2]',
871                                 sat1 => 'Tracking Tabelle fuer $_[0] fuer den naechsten $_[1] Stunden alle $_[2] mins',
872                                 sat2 => 'dd/mm  UTC      Lat     Lon  Alt Km      Az      El Dist Km',
873                                 sat3 => 'Syntax: SH/SAT <name> [<hours> <interval>]',
874                                 sat4 => 'Satelliten verfuegbar:-',
875                                 satnf => 'Satellit $_[0] unbekannt',
876                                 satdisc => '-----',
877                                 sethop1 => 'Gebrauch: set/hops <Rufzeichen> ann|spots|wwv|wcy <Anzahl der Hops>',
878                                 sethop2 => '$_[0] hops gesetzt auf $_[1]$_[2] fuer $_[3]',
879                                 sethop3 => 'Keine hops gesetzt fuer $_[0]',
880                                 shutting => '$main::mycall shutting down...',
881                                 sloc => 'Cluster lat $_[0] long $_[1], Nicht vergessen die DXVars.pm zu aendern',
882                                 snode1 => 'Node Call   Sort    Version',
883                                 snode2 => '$_[0] $_[1]  $_[2]',
884                                 snode3 => '$_[0] Unbekanntes Rufzeichen',
885                                 sqra => 'Cluster QRA Locator$_[0], Nicht vergessen die DXVars.pm zu aendern',
886                                 sorry => 'Sorry',
887                                 spf1 => 'spoof: erzeuge neuen User $_[0]',
888                                 stathf => 'HF DX Spot Stats, letzte 31 Tage',
889                                 stathft => 'HF DX Spot Stats, letzte 31 Tage fuer DXCC $_[0]',
890                                 statvhf => 'VHF+ DX Spot Stats, letzte 31 Tage',
891                                 statvhft => 'VHF+ DX Spot Stats, letzte 31 Tage fuer DXCC $_[0]',
892                                 statdx => 'Total DX Spots letzte 31 Tage',
893                                 sun => 'Location                              dd/mm/yyyy Rise   Set',
894                                 sun_with_azel => 'Location                              dd/mm/yyyy Rise   Set      Azim   Elev',
895                                 suser1 => 'Gebrauch: Rufzeichen user_field_name value',
896                                 suser2 => 'User $_[0] nicht gefunden',
897                                 suser3 => 'User Feld \'$_[0]\' war \'$_[1]\' nun gesetzt auf \'$_[2]\'',
898                                 suser4 => 'User Feld name \'$_[0]\' existiert nicht',
899                                 time1 => 'Lokala Zeit: $_[0] $_[1], UTC $_[2]',
900                                 time2 => '$_[0] Lokale (standard) Zeit: $_[1] ($_[2] Stunden)',
901                                 time3 => '$_[0]  $_[1]',
902                                 talks => 'Talk flag gesetzt auf $_[0]',
903                                 talku => 'Talk flag zurueckgesetzt auf $_[0]',
904                                 talkend => 'Beendet Talk zu Dir',
905                                 talkinst => 'Talkmode, /EX zum beenden, /<cmd> um ein Kommando auszufuehren',
906                                 talknh => 'Sorry $_[0] ist im moment nicht online',
907                                 talkprompt => 'Talk ($_[0])>',
908                                 talkstart => 'Startet Talkmode zu Dir',
909                                 usernf => '*** User Satz fuer $_[0] nicht gefunden ***',
910                                 wwvs => 'WWV flag gesetzt auf $_[0]',
911                                 wwvu => 'WWV flag zurueckgesetzt auf $_[0]',
912                                 wxs => 'WX flag gesetzt auf $_[0]',
913                                 wxu => 'WX flag zurueckgesetzt auf $_[0]',
914                            },
915                  it => {
916                                 addr => 'Indirizzo impostato a: $_[0]',
917             already => '$_[0] e\' connesso',
918                                 anns => 'Annunci attivati alle_[0]',
919                                 annu => 'Annunci disattivati alle $_[0]',
920                                 annts => 'Talk attivato alle $_[0]',
921                                 anntu => 'Talk disattivato alle $_[0]',
922                                 badnode1 => '$_[0] e\' un nodo disabilitato',
923                                 badnode2 => '$_[0] e\' un nodo attivo',
924                                 badnode3 => 'Lista dei nodi disabilitati:-',
925                                 bbse1 => 'Per favore inserisci l\'indirizzo del tuo BBS con set/bbs <tuo bbs>',
926                                 bbs => 'Il tuo BBS e\' ora \"$_[0]\"',
927                                 beepoff => 'I beep sono disattivati',
928                                 beepon => 'I beep sono attivati',
929                                 call1 => 'Ricerca del nominativo via $_[0]:',
930                                 conother => 'Spiacente $_[0] sei connesso già su un\'altra porta',
931                                 concluster => 'Spiacente $_[0] sei connesso già alla rete cluster (su $_[1])',
932                                 conscript => 'nessuno script di connessione chiamato \"$_[0]\" trovato in $main::root/connect',
933                                 confail => 'connessione a $_[0] fallita ($_[1])',
934                                 constart => 'connessione a $_[0] iniziata',
935                                 deluser => 'L\'utente $_[0] e\' stato eliminato',
936                                 db1 => 'Questo database e\' presso $_[0]',
937                                 db2 => 'Spiacente, ma la chiave: $_[0] non e\' stata trovata in $_[1]',
938                                 db3 => 'Spiacente, il database $_[0] non esiste qui',
939                                 db4 => 'Spiacente, il database $_[0] presso $_[1] non e\' disponibile al momento',
940                                 db5 => 'Sto accedendo al database remoto presso $_[0]...attendere...',
941                                 db6 => 'Il database $_[0] esiste già, cancellalo prima',
942                                 db7 => 'Il database $_[0] e\' stato creato per il nodo remoto $_[1]',
943                                 db8 => 'Il database $_[0] e\' stato creato localmente',
944                                 db9 => 'Il database $_[0] e\' stato eliminato',
945                                 db10 => '$_[0] record importati in $_[1]',
946                                 db11 => 'Sto inviando le tue richieste a $_[0], attendi...',
947                                 dfreq1 => 'Frequenza non valida $_[0], deve essere del tipo 0/30000 o hf o hf/cw', 
948                                 dir1 => 'Nessun messaggio trovato',
949                                 disc1 => 'Disconnesso da $_[0]',
950                                 disc2 => 'Canalew $_[0] disconnesso',
951                                 disc3 => 'Nessun canale, ma la connessione $_[0] disconnessa',
952                                 disc4 => 'Nessun canale o connessione ma $_[0] disconnesso',
953                                 done => 'Fatto',
954                                 dup => 'Spiacente, questo e\' un doppione',
955                                 dx1 => 'Frequenza $_[0] non nella banda (controlla show/band); sintassi: DX [BY nominativo] freq nominativo commento',
956                                 dx2 => 'Serve un nominatico; sintassi: DX [BY nominativo] freq nominativo commento',
957                                 dx3 => 'Il nominativo o la frequenza sono errati',
958                                 dxs => 'DX Spots attivati alle $_[0]',
959                                 dxu => 'DX Spots disattivati alle $_[0]',
960                                 e1 => 'Comando errato',
961                                 e2 => 'Errore: $_[0]',
962                                 e3 => '$_[0]: $_[1] non trovato',
963                                 e4 => 'Inserire un prefisso o un nominativo',
964                                 e5 => 'Non permesso',
965                                 e6 => '*** Nessuna stazione specificata ***',
966                                 e7 => 'il nominativo $_[0] non e\' visibile sul cluster',
967                                 e8 => 'Inserire un nominativo o del testo',
968                                 e9 => 'Inserire del testo',
969                                 e10 => '$_[0] non connesso localmente',
970                                 e11 => 'Impossibile usare $main:mycall come destinazione',
971                                 e12 => 'Inserire il nominativo di un nodo',
972                                 e13 => '$_[0] non e\' un nodo',
973                                 e14 => 'Il primo argomento deve essere numerico e > 0',
974                                 e15 => 'qualificatore non valido \"$_[0]\"',
975                                 e16 => 'Il file \"$_[0]\" esiste',
976                                 e17 => 'Non usare le parole: @_ qui', 
977                                 e18 => 'Impossibile connettere $_[0] ($!)',
978                                 e19 => 'Carattere non valido nella linea',
979                                 e20 => 'separatore $_[0] non riconosciuto',
980                                 e21 => '$_[0] non e\' numerico',
981                                 e22 => '$_[0] non e\' un nominativo',
982                                 e23 => '$_[0] non e\' un intervallo (es 0/30000)', 
983                                 e24 => 'Spiacente, l\'accesso ad internet non e\' abilitato',
984                                 e25 => 'Spiacente il valore deve essere tra $_[0] e $_[1]',
985                                 e26 => 'Troppi errori, stai per essere disconnesso',
986                                 e27 => '$_[0] non e\' un prefisso numeroco o di nominativo', 
987                                 e28 => 'Spiacente, devi essere registrato  (SP $main::myalias per registrarti)',
988                                 e29 => 'E\' necessaria una password',
989
990                                 echoon => 'Echo abilitato',
991                                 echooff => 'Echo disabilitato',
992                                 echow => '*Echo e\' al momento disabilitato, usa set/echo per abilitarlo',
993                                 emaile1 => 'Per favore inserisci il tuo indirizzo email con: set/email <indirizzo>',
994                                 emaila => 'Il tuo indirizzo email e\' ora \"$_[0]\"',
995                                 email => 'Indirizzo email impostato a: $_[0]',
996                                 export1 => 'sintassi: export <num_mess> <nome_file>',
997                                 export2 => '$_[3] ha problemi esportando i messaggi da $_[0] a $_[1] ($_[2])',
998                                 export3 => '$_[2 ] messaggi esportati da $_[0] a $_[1]',
999                                 filter1 => 'Filtro $_[0] aggiornato per $_[1]',
1000                                 filter2 => 'Chiave sconosciuta per il filtro $_[0]',
1001                                 filter3 => 'Nessun filtro definito per $_[0]',
1002                                 filter4 => '$_[0]$_[1] Filtro $_[2] cancellato per $_[3]',
1003                                 filter5 => 'necessito qualche comando per i filtri...',
1004                                 filter6 => '$_[0]$_[1] Filtro per $[2] non trovato',
1005                                 grids => 'DX Grid attivato alle $_[0]',
1006                                 gridu => 'DX Grid disattivato alle $_[0]',
1007                                 illcall => 'Spiacente, $_[0] non e\' un nominativo valido',
1008                                 hasha => '$_[0] già esiste $_[1]',
1009                                 hashb => '$_[0] aggiunto a $_[1]',
1010                                 hashc => '$_[0] rimosso da $_[1]',
1011                                 hashd => '$_[0] non in $_[1]', 
1012                                 hashe => '$_[0] impostato a $_[1]', 
1013                                 helpe1 => 'Aiuto non disponibile, contatta il sysop',
1014                                 helpe2 => 'Nessun aiuto per $_[0]',
1015                                 heres => 'Here abilitato per $_[0]',
1016                                 heade1 => 'Sto usando le coordinate $main::mycall, e\' preferibile impostarle con set/location o set/qra',
1017                                 hereu => 'Here disattivato per $_[0]',
1018                                 homebbs => 'Home BBS impostata a: $_[0]',
1019                                 homenode => 'Home Node impostato a: $_[0]',
1020                                 hnodee1 => 'Per piacere imposta il tuo Home Node con set/homenode <nominativo_cluster>',
1021                                 hnodee2 => 'Impostazione dell\'homenode fallita per $_[0]',
1022                                 hnode => 'Il tuo Homenode e\' adesso \"$_[0]\"',
1023                                 init1 => 'inizializzaione inviata a $_[0]',
1024                                 iso => '$_[0] Isolato',
1025                                 isou => '$_[0] non Isolato',
1026                                 isoc => '$_[0] creato ed isolato',
1027                                 isoari => 'c\'e\' una filtro sulla rotta in ingresso per $_[0]; eliminala con clear/route input $_[0] prima',
1028                                 isoaro => 'c\'e\' una filtro sulla rotta in uscita per $_[0]; eliminala con clear/route $_[0] prima',
1029                                 isow => '$_[0] e\' isolato; unset/isolate $_[0] prima',
1030                                 l1 => 'Spiacente $_[0], sei già collegato sun un altro canale',
1031                                 l2 => 'Benvenuto $_[0] sul Cluster $main::mycall a $main::myqth\nsoftware in uso DXSpider V$main::version build $main::build',
1032                                 lang => 'La lingua selezionata e\' adesso Italiano',
1033                                 lange1 => 'set/language <lingua> dove <lingua> e\' una tra ($_[0])',
1034                                 lange2 => 'impostazione lingua fallita per $_[0]', 
1035                                 lh1 => '$main::data/hop_table.pl non esiste',
1036                                 loce1 => 'Per piacere inserisci la tua posizione, set/location <latitudine longitudine>',
1037                                 loce2 => 'Non riconosco \"$_[0]\" come Lat/Long (es 52 20 N 0 16 E)',
1038                                 loce3 => '$_[0] e\' una locatore QRA, usa: set/qra $_[0]',
1039                                 loc => 'I tuoi dati Lat/Long sono ora \"$_[0]\"',
1040                                 lockout => '$_[0] Bloccato',
1041                                 lockoutc => '$_[0] Creato e bloccato',
1042                                 lockoutun => '$_[0] Sbloccato',
1043                                 lockoutuse => 'sintassi: sh/lockout <nominativo>|ALL',
1044                                 loginu => 'L\'utente $_[0] e\' entrato nel cluster',
1045                                 logoutu => 'L\'utente $_[0] e\' uscito dal cluster',
1046                                 loginn => 'Il nodo $_[0] si e\' connesso',
1047                                 logoutn => 'Il nodo $_[0] si e\' disconnesso',
1048                                 m1 => 'Inserisci il Soggetto (30 caratteri):',
1049                                 m2 => 'Copia del messaggio $_[0] spedita a $_[1]',
1050                                 m3 => 'Spiacente, $_[0] non e\' un destinatario accettabile',
1051                                 m4 => 'Spiacente, non posso accedere al messaggio $_[0]',
1052                                 m5 => 'Spiacente, ho bisogno del numero di un messaggio', 
1053                                 m6 => 'Rispondi a: $_[0]',
1054                                 m7 => 'Soggetto : $_[0]',
1055                                 m8 => 'Scrivi il messaggio e batti /EX per spedirlo o /ABORT per uscire',
1056                                 m9 => 'Nuovi messaggi sono arrivati per te',
1057                                 m10 => 'Messaggio abortito',
1058                                 m11 => 'Il messaggio $_[0] e\' stato salvato e inviato a $_[1]',
1059                                 m12 => 'Il messaggio $_[0] e\' stato cancellato',
1060                                 m13 => 'Il messaggio $_[0] non esiste',
1061                                 m14 => 'Il messaggio $_[0] e\' stato marcato come spedito a $_[1]',
1062                                 m15 => 'Il messaggio $_[0] risolta ora non spedito a $_[1]',
1063                                 m16 => 'Specificare il numero del messaggio',
1064                                 m17 => 'Spiacente, impossibile spedire messaggi in modo $_[0]',
1065             msg1 => 'Bollettino messo in coda',
1066             msg2 => 'Messaggio messo in coda',
1067                                 msg3 => 'Msg $_[0]: $_[1] cambiato da $_[2] a $_[3]',
1068                                 msgu => 'sintassi: msg <comando> <num_mess> dati...',
1069                                 merge1 => 'Richiesta di merge per gli spot $_[1] e i WWV $_[2] spedita a $_[0]',
1070                                 moon => 'Localita                              gg/mm/aaaa Alba   Tramonto',
1071                                 moon_with_azel => 'Località 
1072                                          gg/mm/aaaa Alba   Tramonto Azim   Elev',
1073                                 mond => 'Monitor disabilitato',
1074                                 mone => 'Monitor abilitato',
1075                                 namee1 => 'Per favore inserisci con set/name <nome>',
1076                                 namee2 => 'Impossibile trovare l\'utente $_[0]!',
1077                                 name => 'Il tuo nome ora e\' \"$_[0]\"',
1078                                 nodea => '$_[0] impostato come nodo stile AK1A',
1079                                 nodeac => '$_[0] creato come nodo stile AK1A',
1080                                 nodeb => '$_[0] impostato come BBS',
1081                                 nodebc => '$_[0] creato come BBS',
1082                                 nodec => '$_[0] impostato come nodo stile CLX',
1083                                 nodecc => '$_[0] creato come nodo stile CLX',
1084                                 noder => '$_[0] impostato come nodo stile AR-Cluster',
1085                                 noderc => '$_[0] creato come nodo stile AR-Cluster',
1086                                 nodes => '$_[0] impostato come nodo stile DXSpider',
1087                                 nodesc => '$_[0] creato come nodo stile DXSpider',
1088                                 nodex => '$_[0] impostato come nodo stile DXNET',
1089                                 nodexc => '$_[0] creato come nodo stile DXNET',
1090                                 nodeu => '$_[0] impostato come utente',
1091                                 nodee1 => 'Non puoi utilizzare questo comando mentre il destinatario ($_[0]) e\' connesso',
1092                                 notdone => 'Non eseguito',
1093                                 nothere => 'Spiacente, ma $_[0] non e\' presente al momento, prova più tardi', 
1094                                 obscount => 'Contatore di obsolescenza del ping per $_[0] impostato a $_[1]',
1095                                 ok => 'Operazione eseguita con successo',
1096                                 outconn => 'Connessione in corso per $_[0]',
1097                                 page => 'Premi Invio per continuare, A per annullare ($_[0] linee) >',
1098                                 pagelth => 'La lunghezza della pagina e\' adesso $_[0]',
1099                                 passerr => 'sintassi: SET/PASS <password> <nominativo>',
1100                                 password => 'Password impostata o cambiata per $_[0]',
1101                                 passwordu => 'Password rimossa per $_[0]',
1102                                 pingo => 'Ping mandato a $_[0]',
1103                                 pingi => 'Ping ritornato da $_[0] $_[1] (media $_[2]) secondi',
1104                                 pinge1 => 'Non puoi far un ping su te stesso!',
1105                                 pingint => 'Intervallo di ping per $_[0] impostato a $_[1] secondi',
1106                                 'pos' => 'Dal nominativo: $_[0] Lat: $_[1] Long: $_[2]',
1107                                 pr => '$_[0] de $main::mycall $_[1] $_[2] >',
1108                                 pr2 => '($_[0]) de $main::mycall $_[1] $_[2] >',
1109                                 priv => 'Privilegi cambiati per $_[0]',
1110                                 prs => 'Prompt impostato a \"$_[0]\"',
1111                                 pru => 'Prompt reimpostato al predefinito',
1112                                 prx => '$main::mycall >',
1113                                 pw0 => 'Inserisci la vecchia password: ',
1114                                 pw1 => 'Inserisci la nuova password: ',
1115                                 pw2 => 'Reinserisci la nuova password: ',
1116                                 pw3 => 'Password modificata',
1117                                 pw4 => 'Le password sono differenti, password NON cambiata',
1118                                 qll => 'Per favore inserisci la tua località con set/location o set/qra',
1119                                 qthe1 => 'Per favore inserisci il tuo QTH con set/qth <qth>',
1120                                 qth => 'Il tuo QTH e\' adesso \"$_[0]\"',
1121                                 qrae1 => 'Per favore inserisci il tuo locatore QRA con set/qra <locatore> (es set/qra JM77GF)',
1122                                 qrashe1 => 'Please enter a QRA locator, eg sh/qra JO02LQ or sh/qra JO02LQ IO93NS',
1123                                 qrae2 => 'Non riconosco \"$_[0]\" come locatore QRA (es JM77GF)',
1124                                 qra => 'Il tuo locatore QRA e\' adesso \"$_[0]\"',
1125                                 rcmdo => 'RCMD \"$_[0]\" spedito a $_[1]',
1126                                 rec => '$_[0] records',
1127                                 read1 => 'Spiacente, non ci sono nuovi messaggi per te',
1128                                 read2 => 'Messaggio $_[0] non trovato',
1129                                 read3 => 'Messaggio $_[0] non disponibile',
1130                                 rec => '$_[0] records',
1131                                 reg => '$_[0] registrato',
1132                                 regc => '$_[0] creato e registrato',
1133                                 reginac => 'La registrazione non e\' attiva (set/var \$main::reqreg = 1 per attivarla)',
1134                                 regun => '$_[0] deregistrato',
1135                                 route => '$_[0] su $_[1] via $_[2]',
1136                                 sat1 => 'Tracking Table for $_[0] for the next $_[1] hours every $_[2] mins',
1137                                 sat2 => 'dd/mm  UTC      Lat     Lon  Alt Km      Az      El Dist Km',
1138                                 sat3 => 'Sintassi: SH/SAT <nome> [<ore> <intervallo>]',
1139                                 sat4 => 'Satelliti disponibili/Età dei Kepleriani (giorni):-',
1140                                 sat5 => 'serve nnnnn.AMSAT nel soggetto per caricare i kepleriani dal messaggio',
1141                                 satnf => 'Satellite $_[0] sconosciuto',
1142                                 satdisc => '-----',
1143                                 sethop1 => 'sintassi: set/hops <nominativo> ann|spots|wwv|wcy <num di salti>',
1144                                 sethop2 => '$_[0] salti impostai per $_[1]$_[2] per $_[3]', 
1145                                 sethop3 => 'Nessun salto impostato per $_[0]', 
1146                                 shutting => '$main::mycall si sta arrestando...',
1147                                 sloc => 'Cluster lat $_[0] long $_[1], Non scordare di camberli nel file DXVars.pm',
1148                                 snode1 => 'Nodo Nominativo Ordine    Versione',
1149                                 snode2 => '$_[0] $_[1]  $_[2]',
1150                                 snode3 => '$_[0] Nominativo sconosciuto',
1151                                 sqra => 'Locatore QRA del Cluster$_[0], NON DIMENTICARE DI CAMBIARLO NEL TUO FILE DXVars.pm',
1152                                 sorry => 'Spiacente',
1153                                 spf1 => 'spoof: sto creando il nuovo utente $_[0]',
1154                                 stathf => 'Statistiche HF DX Spot, ultimi 31 giorni',
1155                                 stathft => 'Statistiche HF DX Spot, ultimi 31 giorni per DXCC $_[0]',
1156                                 statvhf => 'Statistiche VHF+ DX Spot, ultimi 31 giorni',
1157                                 statvhft => 'Statistiche VHF+ DX Spot, ultimi 31 days per DXCC $_[0]',
1158                                 statdx => 'Totale DX Spots degli ultimi 31 giorni',
1159                                 sun => 'Località                              gg/mm/aaaa Alba   Tramonto',
1160                                 sun_with_azel => 'Località
1161                                         gg/mm/aaaa Alba   Tramonto Azim   Elev',
1162
1163                                 suser1 => 'sintassi: nominatio campo_utente valore',
1164                                 suser2 => 'Utente $_[0] non trovato',
1165                                 suser3 => 'Il campo utente \'$_[0]\' era \'$_[1]\' ora e\' impostao a \'$_[2]\'',
1166                                 suser4 => 'Il campo utente \'$_[0]\' non esiste',
1167                                 time1 => 'Ora locale: $_[0] $_[1], UTC $_[2]',
1168                                 time2 => '$_[0] Ora (standard) locale: $_[1] ($_[2] ore)',
1169                                 time3 => '$_[0]  $_[1]',
1170                                 talks => 'Talk abilitato per $_[0]',
1171                                 talku => 'Talk disabilitato per $_[0]',
1172                                 talkend => 'Chiude il la conversazione con te',
1173                                 talkinst => 'Stai entrando nel modo conversazione, /EX per uscire, /<cmd> per eseguire un comando',
1174                                 talknh => 'Spiaente $_[0] non e\' collegato al momento',
1175                                 talkprompt => 'Talk ($_[0])>',
1176                                 talkstart => 'Inizia una conversazione con te',
1177                                 unsethop1 => 'sintassi: unset/hops <nominativo> ann|spots|wwv|wcy',
1178                                 unsethop2 => 'salti eliminati su $_[1] per $_[0]',
1179                                 usernf => '*** Record utente per $_[0] non trovato ***',
1180                                 wcy1 => '$_[0] manca o e\' fuori limite',
1181                                 wcy2 => 'WCY duplicato',
1182                                 wwv1 => '$_[0] manca o e\' fuori limite',
1183                                 wwv2 => 'WWV duplicato',
1184                                 wwvs => 'WWV abilitati per $_[0]',
1185                                 wwvu => 'WWV disabilitati per $_[0]',
1186                                 wxs => 'WX abilitati per $_[0]',
1187                                 wxu => 'WX disabilitati per $_[0]',
1188                 }
1189 );