| [ 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("_SEND","Invia"); 21 define("_URL","URL"); 22 define("_PRINTER","Pagina Stampabile"); 23 define("_FRIEND","Invia questo Articolo ad un Amico"); 24 define("_YOURNAME","Tuo Nome"); 25 define("_OK","Ok!"); 26 define("_RELATED","Links Correlati"); 27 define("_MOREABOUT","Inoltre"); 28 define("_NEWSBY","News by"); 29 define("_MOSTREAD","Articolo più letto relativo a"); 30 define("_READMORE","Leggi Tutto..."); 31 define("_BYTESMORE","bytes aggiuntivi"); 32 define("_COMMENTSQ","commenti?"); 33 define("_COMMENT","commento"); 34 define("_CONFIGURE","Configura"); 35 define("_LOGINCREATE","Login/Crea Account"); 36 define("_THRESHOLD","Limite"); 37 define("_NOCOMMENTS","Nessun Commento"); 38 define("_NESTED","Nidificati"); 39 define("_FLAT","Piatto"); 40 define("_THREAD","Concatenati"); 41 define("_OLDEST","Vecchi Prima"); 42 define("_NEWEST","Nuovi Prima"); 43 define("_HIGHEST","Voti Alti Prima"); 44 define("_COMMENTSWARNING","I commenti sono di proprietà dell'inserzionista. Noi non siamo responsabili per il loro contenuto."); 45 define("_SCORE","Voto:"); 46 define("_USERINFO","Info Utente"); 47 define("_READREST","Leggi il resto di questo commento..."); 48 define("_REPLY","Rispondi"); 49 define("_REPLYMAIN","Posta Commento"); 50 define("_NOSUBJECT","Nessun Soggetto"); 51 define("_NOANONCOMMENTS","Commenti NON Abilitati per gli Anonimi, <a href=\"modules.php?name=Your_Account&op=new_user\">registrati</a>"); 52 define("_PARENT","Parent"); 53 define("_ROOT","Root"); 54 define("_UCOMMENT","Commento"); 55 define("_ALLOWEDHTML","Tags HTML Abilitati:"); 56 define("_POSTANON","Posta Anonimamente"); 57 define("_EXTRANS","Extrans (html tags sul testo)"); 58 define("_HTMLFORMATED","HTML Formattato"); 59 define("_PLAINTEXT","Testo Piatto"); 60 define("_ONN","su..."); 61 define("_SUBJECT","Soggetto"); 62 define("_COMMENTREPLY","Commenta"); 63 define("_COMREPLYPRE","Anteprima Commento"); 64 define("_NOTRIGHT","Something is not right with passing a variable to this function. This message is just to keep things from messing up down the road"); 65 define("_SENDAMSG","Invia un Messaggio"); 66 define("_YOUSENDSTORY","Stai inviando questo Articolo"); 67 define("_TOAFRIEND","all'amico specificato:"); 68 define("_FYOURNAME","Tuo Nome:"); 69 define("_FYOUREMAIL","Tuo E-mail:"); 70 define("_FFRIENDNAME","Nome del Tuo Amico:"); 71 define("_FFRIENDEMAIL","E-mail del Tuo Amico:"); 72 define("_INTERESTING","Articolo Interessante su"); 73 define("_HELLO","Ciao"); 74 define("_YOURFRIEND","Il Tuo Amico"); 75 define("_CONSIDERED","ha pensato che ti potesse interessare il seguente articolo trovato su Splatt.it e ha voluto inviartelo."); 76 define("_FDATE","Data:"); 77 define("_FTOPIC","Argomento:"); 78 define("_YOUCANREAD","Puoi leggere Articoli interssanti su"); 79 define("_FSTORY","Articolo"); 80 define("_HASSENT","Inviato a"); 81 define("_THANKS","Grazie!"); 82 define("_RECOMMEND","Raccommanda questo Sito a un'Amico"); 83 define("_PDATE","Data:"); 84 define("_PTOPIC","Argomento:"); 85 define("_COMESFROM","Questo Articolo proviene da"); 86 define("_THEURL","L'URL per questa storia è:"); 87 define("_PREVIEW","Anteprima"); 88 define("_NEWUSER","Nuovo Utente"); 89 define("_OPTIONS","Opzioni"); 90 define("_REFRESH","Refresh"); 91 define("_ADD","Aggiungi"); 92 define("_NOCOMMENTSACT","Spiacente, non sono disponibili i commenti per questo articolo."); 93 define("_ARTICLEPOLL","Sondaggi degli articoli"); 94 define("_RATEARTICLE","Article Rating"); 95 define("_RATETHISARTICLE","Please take a second and vote for this article:"); 96 define("_CASTMYVOTE","Cast my Vote!"); 97 define("_AVERAGESCORE","Average Score"); 98 define("_BAD","Bad"); 99 define("_REGULAR","Regular"); 100 define("_GOOD","Good"); 101 define("_VERYGOOD","Very Good"); 102 define("_EXCELLENT","Excellent"); 103 define("_ARTICLERATING","Article Rating"); 104 define("_THANKSVOTEARTICLE","Thanks for voting for this article!"); 105 define("_ALREADYVOTEDARTICLE","Sorry, you already voted for this article recently!"); 106 define("_BACKTOARTICLEPAGE","Back to Article's Page"); 107 define("_DIDNTRATE","You didn't selected any score for the article!"); 108 define("_NOINFO4TOPIC","Sorry, there isn't information for the selected topic."); 109 define("_GOTONEWSINDEX","Go to News Index"); 110 define("_SELECTNEWTOPIC","Select a New Topic"); 111 define("_GOTOHOME","Go to Home"); 112 define("_SEARCHONTOPIC","Search on This Topic"); 113 define("_SEARCHDIS","Search Discussion"); 114 define("_READPDF","Read as PDF"); 115 define("_READWITHCOMMENTS", "You can read the complete story with its comments from"); 116 define("_TOFINISHRATING","To finish the rating process and to let the system count your vote, please complete the requested information:"); 117 define("_TOFINISHRATINGERROR","<b>ERROR:</b> The security code you wrote is incorrect...<br>Please write it exactly as given bellow:"); 118 define("_YOURATEDARTICLE","Your vote was"); 119 define("_COMMENTSMODERATION","Comments Moderation System"); 120 define("_MODERATE","Moderate"); 121 define("_CLICKTOMODERATE","Please select your moderation values for each comment on this article, then click on <i>Moderate</i> button bellow to save your comments moderation preferences. Be fair on each value, this will contribute and benefict all users/readers. Thank you."); 122 define("_COMMENTSSYSTEM","Comments System"); 123 define("_COMMENTPOSTERROR","<b>Error saving your comment...</b><br><br><b>ERROR:</b> The title or the main text of your comment are empty.<br>Please go back and correct the problem, then try again."); 124 125 ?>
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 |