home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / surveys / language / lang-italian.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.5 KB  |  71 lines

  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("_YOURNAME","Tuo Nome");
  21. define("_OK","Ok!");
  22. define("_COMMENT","commento");
  23. define("_CONFIGURE","Configura");
  24. define("_LOGINCREATE","Login/Crea Account");
  25. define("_THRESHOLD","Limite");
  26. define("_NOCOMMENTS","Nessun Commento");
  27. define("_NESTED","Nidificati");
  28. define("_FLAT","Piatto");
  29. define("_THREAD","Concatenati");
  30. define("_OLDEST","Vecchi Prima");
  31. define("_NEWEST","Nuovi Prima");
  32. define("_HIGHEST","Voti Alti Prima");
  33. define("_COMMENTSWARNING","I commenti sono di proprietà dell'inserzionista. Noi non siamo responsabili per il loro contenuto.");
  34. define("_SCORE","Voto:");
  35. define("_USERINFO","Info Utente");
  36. define("_READREST","Leggi il resto di questo commento...");
  37. define("_REPLY","Rispondi");
  38. define("_REPLYMAIN","Posta Commento");
  39. define("_NOSUBJECT","Nessun Soggetto");
  40. define("_NOANONCOMMENTS","Commenti NON Abilitati per gli Anonimi, <a href=\"modules.php?name=Your_Account&op=new_user\">registrati</a>");
  41. define("_PARENT","Parent");
  42. define("_ROOT","Root");
  43. define("_UCOMMENT","Commento");
  44. define("_ALLOWEDHTML","Tags HTML Abilitati:");
  45. define("_POSTANON","Posta Anonimamente");
  46. define("_EXTRANS","Extrans (html tags sul testo)");
  47. define("_HTMLFORMATED","HTML Formattato");
  48. define("_PLAINTEXT","Testo Piatto");
  49. define("_ONN","su...");
  50. define("_SUBJECT","Soggetto");
  51. define("_SURVEYCOM","Commenta Sondaggio");
  52. define("_SURVEYCOMPRE","Anteprima Commento Sondaggio");
  53. 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");
  54. define("_DIRECTCOM","Commento Sondaggio Diretto...");
  55. define("_SENDAMSG","Invia un Messaggio");
  56. define("_PASTSURVEYS","Sondaggi Precedenti");
  57. define("_LVOTES","Voti");
  58. define("_TOTALVOTES","Voti Totali:");
  59. define("_VOTING","Cabina di Voto");
  60. define("_OTHERPOLLS","Altre Votazioni");
  61. define("_CURRENTSURVEY","Sondaggio Corrente");
  62. define("_CURRENTPOLLRESULTS","Risultati Votazione Corrente");
  63. define("_PREVIEW","Anteprima");
  64. define("_REFRESH","Refresh");
  65. define("_SURVEYS","Sondaggi");
  66. define("_ATTACHEDTOARTICLE","- Allegato all'articolo:");
  67. define("_SURVEYSATTACHED","Risorse allegate all'articolo");
  68. define("_LAST5POLLS", "Last 5 Surveys at");
  69. define("_MOREPOLLS", "...more polls");
  70.  
  71. ?>