[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /**************************************************************************/ 4 /* PHP-NUKE: Advanced Content Management System */ 5 /* ============================================ */ 6 /* */ 7 /* This is the language module with all the system messages */ 8 /* */ 9 /* If you made a translation, please go to the site and send to me */ 10 /* the translated file. Please keep the original text order by modules, */ 11 /* and just one message per line, also double check your translation! */ 12 /* */ 13 /* You need to change the second quoted phrase, not the capital one! */ 14 /* */ 15 /* If you need to use double quotes (") remember to add a backslash (\), */ 16 /* so your entry will look like: This is \"double quoted\" text. */ 17 /* And, if you use HTML code, please double check it. */ 18 /**************************************************************************/ 19 20 define("_EMAIL","Email"); 21 define("_RE","Re"); 22 define("_SUBJECT","Soggetto"); 23 define("_PRIVATEMESSAGES","I Tuoi Messaggi Privati"); 24 define("_CHECKALL","Controlla Tutto"); 25 define("_FROM","Da"); 26 define("_DATE","Data"); 27 define("_DONTHAVEMESSAGES","Non hai ricevuto nessun Messaggio"); 28 define("_NOTREAD","Non letto"); 29 define("_MSGSTATUS","Status Messaggi"); 30 define("_PRIVATEMESSAGE","Messaggi Privati"); 31 define("_INDEX","Indice"); 32 define("_SENT","Invia"); 33 define("_PREVIOUSMESSAGE","Messaggio Precedente"); 34 define("_NEXTMESSAGE","Prossimo Messaggio"); 35 define("_PROFILE","Profilo"); 36 define("_ABOUTPOSTING","About Posting"); 37 define("_ALLREGCANPOST","Tutti gli Utenti Registrati possono inviare messaggi privati"); 38 define("_TO","A"); 39 define("_MESSAGEICON","Icona Messaggio"); 40 define("_MESSAGE","Messaggio"); 41 define("_HTML","HTML"); 42 define("_PMON","On"); 43 define("_PMOFF","Off"); 44 define("_BBCODE","BBCode"); 45 define("_WROTE","scrive"); 46 define("_OPTIONS","Opzioni"); 47 define("_HTMLDISSABLE","Disattiva HTML in questo Post"); 48 define("_BBCODEDISSABLE","Disattiva <a href=\"bbcode_ref.php\" target=\"_blank\"><i>BBCode</i></a> in questo Post"); 49 define("_SMILEDISSABLE","Disattiva <a href=\"bb_smilies.php\" target=\"_blank\"><i>smilies</i></a> in questo Post"); 50 define("_CANCELREPLY","Cancella Replica"); 51 define("_CANCELSEND","Cancella Invio"); 52 define("_CLEAR","Pulisci"); 53 define("_SUBMIT","Invia"); 54 define("_USERNOTINDB","L'Utente selezionato non esiste nel database."); 55 define("_CHECKNAMEANDTRY","Controlla bene il nome e prova ancora."); 56 define("_MSGPOSTED","Il tuo Messaggio è stato Inviato."); 57 define("_RETURNTOPMSG","Clicca qui per ricaricare i tuoi messaggi privati."); 58 define("_MSGDELETED","I Tuoi Messaggi sono stati Cancellati."); 59 define("_BBGO","vai"); 60 define("_BBNEWPMSG","Nuovi messaggi"); 61 define("_BBNONEWPMSG","Nessun nuovo messaggio"); 62 define("_BBTOTALPMSG","Messaggi totali"); 63 define("_BBEMPTYPMSG","Non hai alcun messaggio"); 64 define("_BBLOGIN","Fai il Login per controllare i tuoi messaggi privati"); 65 define("_BBPMSG","Messaggio privato"); 66 define("_BBINBOX","Inbox"); 67 define("_BBSELECTFORUM","Seleziona un Forum"); 68 define("_BBNOFORUM","Nessun nuovo Forum"); 69 define("_BBBANNED","Banned"); 70 define("_CLICKSMILEBUTTONS","Clicka sullo Smilies per inserirlo nel messaggio:"); 71 define("_CLICKCODEBUTTONS","Clicka sui seguenti pulsanti per aggiungere BBCode al tuo messaggio:"); 72 define("_PRIVMSGERROR","Private Message Error!"); 73 define("_USERDOESNTEXIST","Sorry, the selected user doesn't exist in our database") 74 define("_DELETESELECTED","Delete Selected"); 75 define("_SENDNEWMSG","Send New Message"); 76 define("_REPLY","Reply"); 77 define("_NOSUBJECT","There is not a Subject for your Message."); 78 define("_NOMESSAGE","There is not a Message. Please write a message!"); 79 80 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |