From: Geoffrey T. D. <da...@us...> - 2001-05-21 16:10:34
|
Update of /cvsroot/phpwiki/phpwiki/locale/it/templates In directory usw-pr-cvs1:/tmp/cvs-serv5871/locale/it/templates Added Files: Tag: release-1_2-branch browse.html editlinks.html editpage.html message.html Log Message: Added Italian localizations by Marco Milanesi <kp...@ad...>. --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> <a href="###SCRIPTURL###?full=###PAGEURL###">###PAGE###</a></h1> ###IF:ADMIN###<FORM ACTION="###SCRIPTURL###" METHOD=POST> ###IF LOCK###[<a href="###SCRIPTURL###?unlock=###PAGEURL###">Sblocca la pagina</a>] ###IF !LOCK###[<a href="###SCRIPTURL###?lock=###PAGEURL###">Blocca la pagina</a>] - - [<a href="###SCRIPTURL###?remove=###PAGEURL###">Rimuovi la pagina</A>] <hr noshade> ###ENDIF:ADMIN### <P> ###CONTENT### <hr noshade> ###IF ADMIN###<a href="###SCRIPTURL###?edit=###PAGEURL###">ModificaIlTesto</a> di questa pagina ###IF:!ADMIN### ###IF LOCK###Pagina bloccata ###IF !LOCK###<a href="###SCRIPTURL###?edit=###PAGEURL###">ModificaIlTesto</a> di questa pagina ###ENDIF:!ADMIN### (Ultima modifica ###LASTMODIFIED###) [<a href="###SCRIPTURL###?info=###PAGEURL###">info</a>] [<a href="###SCRIPTURL###?diff=###PAGEURL###">diff</a>]) <br> <a href="###SCRIPTURL###?TrovaPagina">TrovaPagina</a> cercando o sfogliando <hr noshade> <small>###RELATEDPAGES###</small> </body> </html> --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body bgcolor=moccasin text=black alink=red link=darkblue vlink=darkmagenta> <form method="POST" action="###SCRIPTURL###"> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> Modifica ###PAGE### Collegamenti <input type="submit" value=" Save "> <input type="reset" value=" Reset "></h1> <P> [1] <input type="text" size="55" name="r1" value="###R1###"><br> [2] <input type="text" size="55" name="r2" value="###R2###"><br> [3] <input type="text" size="55" name="r3" value="###R3###"><br> [4] <input type="text" size="55" name="r4" value="###R4###"><br> [5] <input type="text" size="55" name="r5" value="###R5###"><br> [6] <input type="text" size="55" name="r6" value="###R6###"><br> [7] <input type="text" size="55" name="r7" value="###R7###"><br> [8] <input type="text" size="55" name="r8" value="###R8###"><br> [9] <input type="text" size="55" name="r9" value="###R9###"><br> [10] <input type="text" size="55" name="r10" value="###R10###"><br> [11] <input type="text" size="55" name="r11" value="###R11###"><br> [12] <input type="text" size="55" name="r12" value="###R12###"><br> <p> Scrivi l'URL completo (http:// ...) per ogni collegamento presente nel testo <BR>I protocolli permessi sono: ###ALLOWEDPROTOCOLS### <input type="hidden" name="post" value="###PAGEURL###"> </form> </body> </html> --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body> <form method="POST" action="###SCRIPTURL###"> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> Modifica ###PAGE### <input type="submit" value=" Save "></h1> <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> <input type="checkbox" name="convert" value="tabs" > Non posso scrivere le tabulazioni. Per favore <a href="###SCRIPTURL###?ConvertiGliSpaziInTabs">ConvertiGliSpaziInTab</a> per me quando salvo. <p><a href="###SCRIPTURL###?BuonStile">BuonStile</a> consigli per le modifiche. <br> <a href="###SCRIPTURL###?links=###PAGEURL###">ModificaCollegamenti</a> agli altri webservers. ###IF COPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">ModificaCopia</a> dell'autore precedente <hr noshade> <small> <b>Enfasi:</b> '' per corsivo, ''' per grassetto, ''''' per entrambi <br><b>Liste:</b> tab-* per liste puntate, tab-# per liste numerate, tab-Term:-tab per liste di definizioni <br><b>Collegamenti:</b> UnisciParoleConInizialiInMaiuscolo o usa le parentesi quadre per un [collegamento ad una pagina] o un URL [http://cool.wiki.int/]. <br><b>Collegamenti:</b> Usa [1],[2],[3],... e ModificaCollegamenti. Evita di collegare con "!": !NonCollegare, nomi di collegamenti come [text | URL] <br><b>Varie:</b>"!", "!!", "!!!" definisce le intestazioni, "%%%" va a capo, "- - - -" crea una linea orizzontale, usa "[" con "[[" per le sequenze di escape <br>altre informazioni su <a href="###SCRIPTURL###?RegoleDiFormattazioneDelTesto"><b>RegoleDiFormattazioneDelTestoTextFormattingRules</b></a> </small> <input type="hidden" name="post" value="###PAGEURL###"> <input type="hidden" name="editversion" value="###VERSION###"> </form> </body> </html> --- NEW FILE --- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>###PAGE###</title> </head> <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> ###CONTENT### </body> </html> |