| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:31:30 2008 ] | [ php3guest 1.8.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <script language="php"> 2 //////////////////////////////////////////////////////////////////////// 3 // php3guest v1.8.0 - distributed under the GPL 4 // This is a sample configuration file for Bastian Friedrich's guestbook. 5 6 // Most text variables may be multi-lined. 7 8 // Thx to fpitrola@teamconsulting.it for submitting this language pack. 9 10 $guestbookMenu = ' 11 <p align="center"> 12 Guestbook: 13 <a href="./?viewhtml=0">[Visualizza guestbook senza HTML]</a> 14 <a href="./?viewhtml=1">[Visualizza guestbook in HTML]</a> 15 <a href="./?act=insert">[Inserisci Commento]</a> 16 </p> 17 '; 18 19 $pageFooter=' 20 '.$guestbookMenu.' 21 </body> 22 </html> 23 '; 24 25 $pageHeader=' 26 <html> 27 <head> 28 <title>Guestbook</title> 29 </head> 30 <body bgcolor="#FFFFFF"> 31 <h1>Guestbook</h1> 32 '.$guestbookMenu; 33 34 $insertGreeting = "Inserisci il tuo Commento!"; 35 $labelInsertName = "Nome: "; 36 $labelInsertMail = "E-Mail: "; 37 $labelInsertURL = "URL della tua homepage: "; 38 $labelInsertHP = "Nome della tua homepage: "; 39 $labelInsertPrivate = "Commento privato? "; 40 $labelInsertDate = "Data: "; 41 $labelInsertEntry = "Commento: "; 42 $labelInsertSubmit = "Inserisci"; 43 $labelInsertReset = "Cancella"; 44 $labelViewEntryIDs = "Commenti "; 45 $labelViewDate = "Data: "; 46 $labelViewName = "Nome: "; 47 $labelViewHP = "Homepage: "; 48 $labelPassPass = "Password: "; 49 $labelPassSubmit = "Entra"; 50 $labelYes = "SI"; 51 $labelNo = "NO"; 52 $labelLanguage = "Scegli il tuo linguaggio: "; 53 $insufficientEntry = "Inserisci almeno Nome e Commento!"; 54 $entryTooLong = "Sorry, that's too much text at a time! Why don't you restrict yourself to the substantial? (untranslated)"; 55 $noEntries = "Nessun Commento disponibile."; 56 $submitGreeting = "Il seguente commento è stato inserito nel guestbook:"; 57 $submitBack = "Indietro"; 58 $notifyPrivateEntry = "Questo è un commento privato può essere visualizzato solo dall'amministratore del guestbook."; 59 $privateLink = "Amministratore klicka per visualizzare il commento."; 60 $privateInfo = '<span style="color: red;">Commento privato!</span>'; 61 $adminNoPass = "Amministrazione impossibile senza password!"; 62 $adminNoPassLink = "Inserisci la password"; 63 $adminLink = "Modifica guestbook"; 64 $adminLogout = "Admin Logout"; 65 $adminEdit = "Modifica il commento selezionato"; 66 $adminRemove = "Cancella il commento selezionato dal guestbook"; 67 $adminSubmit = "Fallo!"; 68 $labelSuccessfullRemove = "Commento cancellato."; 69 $changeGreeting = '<span style="color: red; font-size: 130%;">Modifica</span>'; 70 $noEditSelection = "Nessun commento selezionato."; 71 $wrongPass = "PASSWORD SBAGLIATA, VAI VIA!"; 72 $labelHTML = "In HTML"; 73 $labelNoHTML = "Senza HTML"; 74 $labelSecurityGfx = "Re-type the following security code:"; 75 $labelSecurityFailure = "Wrong security code. Please retry."; 76 $labelInvalidSession = "Spam post?! If it was a valid post, please tell me so via email."; 77 78 79 80 </script>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |