From: Arno H. <aho...@us...> - 2001-02-01 07:06:39
|
Update of /cvsroot/phpwiki/phpwiki/locale/es/templates In directory usw-pr-cvs1:/tmp/cvs-serv27228/es/templates Modified Files: browse.html editlinks.html editpage.html message.html Log Message: update to spanish locale by Pablo Roca Rozas Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/browse.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** browse.html 2000/11/13 11:22:10 1.2 --- browse.html 2001/02/01 07:06:39 1.3 *************** *** 1,35 **** ! <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###">Unlock page</a>] ! ###IF !LOCK###[<a href="###SCRIPTURL###?lock=###PAGEURL###">Lock page</a>] ! - - ! [<a href="###SCRIPTURL###?remove=###PAGEURL###">Remove page</A>] ! <hr noshade> ! ###ENDIF:ADMIN### ! <P> ! ###CONTENT### ! ! <hr noshade> ! ###IF ADMIN###<a href="###SCRIPTURL###?edit=###PAGEURL###">EditarElTexto</a> ! ###IF:!ADMIN### ! ###IF LOCK###Page locked ! ###IF !LOCK###<a href="###SCRIPTURL###?edit=###PAGEURL###">EditarElTexto</a> ! ###ENDIF:!ADMIN### ! de esta página (editada por última vez ###LASTMODIFIED### ! [<a href="###SCRIPTURL###?info=###PAGEURL###">info</a>] ! [<a href="###SCRIPTURL###?diff=###PAGEURL###">diff</a>]) ! <br> ! <a href="###SCRIPTURL###?BuscarPagina">BuscarPágina</a> ! <hr noshade> ! <small>###RELATEDPAGES###</small> ! ! </body> ! </html> --- 1,30 ---- ! <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###">Desbloquear página</a>] ! ###IF !LOCK###[<a href="###SCRIPTURL###?lock=###PAGEURL###">Bloquear página</a>] ! - - [<a href="###SCRIPTURL###?remove=###PAGEURL###">Borrar página</A>] ! <hr noshade> ! ###ENDIF:ADMIN### ! <P> ! ###CONTENT### ! <hr noshade> ! ###IF ADMIN###<a href="###SCRIPTURL###?edit=###PAGEURL###">EditarElTexto</a> ! de esta página ###IF:!ADMIN### ###IF LOCK###Página bloqueada ###IF ! !LOCK###<a href="###SCRIPTURL###?edit=###PAGEURL###">EditarElTexto</a> de esta ! página ###ENDIF:!ADMIN### (editada por última vez ###LASTMODIFIED###) ! [<a href="###SCRIPTURL###?info=###PAGEURL###">info</a>] [<a href="###SCRIPTURL###?diff=###PAGEURL###">diff</a>]) ! <br> ! <a href="###SCRIPTURL###?FindPage">BuscarPágina</a> navegando o buscando ! <hr noshade> ! <small>###RELATEDPAGES###</small> ! ! </form></body> ! </html> Index: editlinks.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/editlinks.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** editlinks.html 2000/11/02 21:15:33 1.1 --- editlinks.html 2001/02/01 07:06:39 1.2 *************** *** 1,37 **** ! <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> ! Editar ligas de ###PAGE### ! <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> ! Escriba la URL completa (http:// ...) para cada referencia citada en el texto. ! <BR>Protocolos permitidos son: ###ALLOWEDPROTOCOLS### ! ! <input type="hidden" name="post" value="###PAGEURL###"> ! </form> ! </body> ! </html> --- 1,36 ---- ! <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> ! Editar enlaces de ###PAGE### ! <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> Escriba la URL completa (http:// ...) para cada referencia citada en el texto. ! <br> ! Protocolos permitidos son: ###ALLOWEDPROTOCOLS### ! <input type="hidden" name="post" value="###PAGEURL###"> ! </form> ! </body> ! </html> Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/editpage.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** editpage.html 2000/11/13 11:22:10 1.2 --- editpage.html 2001/02/01 07:06:39 1.3 *************** *** 1,45 **** ! <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> ! Editar ###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" > ! No puedo escribir tabs. ! Por favor <a href="###SCRIPTURL###?ConvierteEspaciosEnTabs">ConvierteEspaciosEnTabs</a> ! por mi cuando salve. ! <p><a href="###SCRIPTURL###?BuenEstilo">BuenEstilo</a> tips para editar. ! ! <br> ! <a href="###SCRIPTURL###?links=###PAGEURL###">EditarLigas</a> a otros servidores. ! ! ###IF COPY###<br><a href="###SCRIPTURL###?copy=###PAGEURL###">EditarCopia</a> De un autor previo ! ! <hr noshade> ! <small> ! <b>Énfasis:</b> '' para itálicas, ''' para bold, ''''' para ambos ! <br><b>Listas:</b> tab-* para listas de balazos, tab-# para listas numeradas, tab-Term:-tab para listas de definiciones ! <br><b>Referencias:</b> UnirPalabrasEnMayúsculas o user corchetes para una [liga hacia una página] o URL [http://cool.wiki.int/]. ! <br><b>Referencias:</b> Use [1],[2],[3],... y EditarLigas. Evite hacer ligas con "!": !NoHiperLigue. Ligas con nombres como [text | URL] ! <br><b>Varios:</b>"!", "!!", "!!!" para hacer títulos, ! "%%%" hace un salto de línea, "- - - -" Hace una barra horizontal, escapar "[" con "[[" ! <br>Más en ! <a href="###SCRIPTURL###?ReglasDeFormatoDeTexto"><b>ReglasDeFormatoDeTexto</b></a> ! </small> ! ! <input type="hidden" name="post" value="###PAGEURL###"> ! <input type="hidden" name="editversion" value="###VERSION###"> ! </form> ! </body> ! </html> --- 1,42 ---- ! <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> ! Editar ###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" > ! No puedo escribir tabulaciones. Por favor <a href="###SCRIPTURL###?ConvierteEspaciosEnTabs">ConvierteEspaciosEnTabs</a> ! al guardar. ! <p><a href="###SCRIPTURL###?BuenEstilo">BuenEstilo</a> tips para editar. <br> ! <a href="###SCRIPTURL###?links=###PAGEURL###">EditarEnlaces</a> a otros servidores. ! ###IF COPY###<br> ! <a href="###SCRIPTURL###?copy=###PAGEURL###">EditarCopia</a> De un autor previo ! <hr noshade> ! <small> <b>Énfasis:</b> '' para itálicas, ''' para bold, ''''' ! para ambos <br> ! <b>Listas:</b> tab-* para listas de balazos, tab-# para listas numeradas, tab-Term:-tab ! para listas de definiciones <br> ! <b>Referencias:</b> UnirPalabrasEnMayúsculas o usar corchetes para una ! [enlace hacia una página] o URL [http://cool.wiki.int/]. <br> ! <b>Referencias:</b> Use [1],[2],[3],... y EditarEnlacess. Evite hacer enlaces ! con "!": !NoHiperEnlaces. Enlaces con nombres como [text | URL] <br> ! <b>Varios:</b>"!", "!!", "!!!" para hacer títulos, "%%%" hace un salto ! de línea, "- - - -" Hace una linea horizontal, escapar "[" con "[[" <br> ! Más en <a href="###SCRIPTURL###?ReglasDeFormatoDeTexto"><b>ReglasDeFormatoDeTexto</b></a> ! </small> ! <input type="hidden" name="post" value="###PAGEURL###"> ! <input type="hidden" name="editversion" value="###VERSION###"> ! </form> ! </body> ! </html> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/message.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** message.html 2000/11/02 21:15:33 1.1 --- message.html 2001/02/01 07:06:39 1.2 *************** *** 1,15 **** ! <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> --- 1,15 ---- ! <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> |