/[webmail]/cgi-bin/config.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /cgi-bin/config.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Mon Feb 28 09:35:08 2000 UTC revision 1.2 by dpavlin, Wed Apr 19 06:08:53 2000 UTC
# Line 1  Line 1 
1  #!/usr/local/bin/perl  #!/usr/local/bin/perl
2    
3  # SMTP server address  # SMTP server address
4  $SMTPserver = "<your smtp server>";  $SMTPserver = "mail.pliva.hr";
5    
6  # using SMTP VRFY ? (disable this if you get problems on new mails)  # using SMTP VRFY ? (disable this if you get problems on new mails)
7  $verifysmtp=1;  $verifysmtp=1;
8    
9  # PATHS  # PATHS
10  $PATH_NSWM="/nswm";  $PATH_NSWM="/webmail/html";
11  $CGI_PATH_NSWM="/nswm/cgi-bin/";  $CGI_PATH_NSWM="/webmail/cgi-bin/";
12    
13  $MAIL_IMG="/nswm/mail.gif";  $MAIL_IMG="/webmail/html/mail.gif";
14    
15  $LOG_PATH=$APP_PATH."log/";  $LOG_PATH=$APP_PATH."log/";
16    
17  # Language locales  # Language locales
18    
19  $incorrectlogin=" server name, user name, or password are incorrect.";  $incorrectlogin=" naziv servera, korisničko ime ili loznika su neispravni.";
20  $messagesent="Your message has been sent";  $messagesent="Vaša poruka je poslana";
21  $smtphostunkown="hostname unknown.";  $smtphostunkown="Nepoznato računalo na koje pokušavate slati poštu.";
22  $createsocketfailed="Create socket failed";  $createsocketfailed="Greška kod kreiranja mrežnog puta (socket)";
23  $connectionfailed="Connection failed";  $connectionfailed="Greška kod uspostavljanja veze";
24  $servicena="Service non available";  $servicena="Usluga nije dostupna";
25  $commerror="Communication error";  $commerror="Greška kod povezivanja";
26  $userunkown="User unknown";  $userunkown="Korisnik je poznat";
27  $transfailed="Message transmission failed.";  $transfailed="Greška kod prijenosa poruke.";
28  $notofield="Field 'To' empty !";  $notofield="Polje 'To' je prazno !";
29  $errorunkown="Unknown error";  $errorunkown="Nepoznata greška";
30  $nomailon="No mail on";  $nomailon="Nema pošte na";
31  $messagesininbox="message(s) in your inbox";  $messagesininbox="poruka u vašem inbox-u";
32  $deletetext="Delete";  $deletetext="Brisanje";
33  $deleteconfirmtext="Are you sure you want to delete this message ?";  $deleteconfirmtext="Da li ste sigurni da želite obrisati poruku?";
34  $multipartmessage="[ This messages has one or more attachments. Only the text attachment is displayed ]";  $multipartmessage="[ Ova poruka ima jedan ili više dodataka (attachments). Prikazan je samo tekstualni dio ]";
35  $answertext="Answer";  $answertext="Odgovori (answer)";
36  $fwdtext="Forward";  $fwdtext="Preusmjeri (forward)";
37  $sendtext="Send";  $sendtext="Pošalji (send)";
38    
39  $totext="To";  $totext="To";
40  $fromtext="From";  $fromtext="From";

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26