/[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.4 by dpavlin, Wed Apr 19 10:57:07 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    # masquarade domain in sent mail (comment out to disable)
9    $masquarade="pliva.hr";
10    
11  # PATHS  # PATHS
12  $PATH_NSWM="/nswm";  $PATH_NSWM="/webmail/html";
13  $CGI_PATH_NSWM="/nswm/cgi-bin/";  $CGI_PATH_NSWM="/webmail/cgi-bin/";
14    
15  $MAIL_IMG="/nswm/mail.gif";  $MAIL_IMG="/webmail/html/mail.gif";
16    
17  $LOG_PATH=$APP_PATH."log/";  $LOG_PATH=$APP_PATH."log/";
18    
19  # Language locales  # Language locales
20    
21  $incorrectlogin=" server name, user name, or password are incorrect.";  $incorrectlogin=" naziv servera, korisničko ime ili loznika su neispravni.";
22  $messagesent="Your message has been sent";  $messagesent="Vaša poruka je poslana";
23  $smtphostunkown="hostname unknown.";  $smtphostunkown="Nepoznato računalo na koje pokušavate slati poštu.";
24  $createsocketfailed="Create socket failed";  $createsocketfailed="Greška kod kreiranja mrežnog puta (socket)";
25  $connectionfailed="Connection failed";  $connectionfailed="Greška kod uspostavljanja veze";
26  $servicena="Service non available";  $servicena="Usluga nije dostupna";
27  $commerror="Communication error";  $commerror="Greška kod povezivanja";
28  $userunkown="User unknown";  $userunkown="Korisnik je poznat";
29  $transfailed="Message transmission failed.";  $transfailed="Greška kod prijenosa poruke.";
30  $notofield="Field 'To' empty !";  $notofield="Polje 'To' je prazno !";
31  $errorunkown="Unknown error";  $errorunkown="Nepoznata greška";
32  $nomailon="No mail on";  $nomailon="Nema pošte na";
33  $messagesininbox="message(s) in your inbox";  $messagesininbox="poruka u vašem inbox-u";
34  $deletetext="Delete";  $deletetext="Obriši";
35  $deleteconfirmtext="Are you sure you want to delete this message ?";  $deleteconfirmtext="Da li ste sigurni da želite obrisati poruku?";
36  $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 ]";
37  $answertext="Answer";  $answertext="Odgovori (reply)";
38  $fwdtext="Forward";  $fwdtext="Preusmjeri (forward)";
39  $sendtext="Send";  $sendtext="Pošalji (send)";
40    
41  $totext="To";  $totext="To";
42  $fromtext="From";  $fromtext="From";
43  $subjecttext="Subject";  $subjecttext="Subject";
44  $datetext="Date";  $datetext="datum";
45  $messagetext="Message";  $messagetext="poruka";
46    
47    $bytestotaltext="ukupno byteova";       # en: bytes total
48    $sizetext="veličina";                   # en: size
49    
50  return 1;  return 1;

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

  ViewVC Help
Powered by ViewVC 1.1.26