From: Geoffrey T. D. <da...@us...> - 2001-04-07 17:13:31
|
Update of /cvsroot/phpwiki/phpwiki/locale/es/templates In directory usw-pr-cvs1:/tmp/cvs-serv29544/locale/es/templates Modified Files: editpage.html message.html Log Message: More munging of the translated pgsrc and templates. Changes include: Converting old markup (tab-delimited lists, triple-quote bold.) Fixing templates so that they work with the current code. Fixing/deleting/or munging (some of the) outdated or incorrect information contained in the page text. Removing the 'RecentChanges' pages. (They are now completely autogenerated.) The translations will need a good going over by someone who speaks the languages at some point. Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/editpage.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** editpage.html 2001/04/07 00:38:41 1.6 --- editpage.html 2001/04/07 17:13:28 1.7 *************** *** 14,18 **** <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <form class="wikiaction" method="POST" action="###BROWSE_PAGE###"> ! <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> Editar <span="wikiword">###PAGE###</span> <input type="submit" value=" Save "></h1> --- 14,18 ---- <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <form class="wikiaction" method="POST" action="###BROWSE_PAGE###"> ! <h1><a class="wikilink" href="###BROWSE###PáginaPrincipal"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> Editar <span="wikiword">###PAGE###</span> <input type="submit" value=" Save "></h1> *************** *** 38,52 **** <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> --- 38,53 ---- <hr noshade> ! <small> <b>Énfasis:</b> '' para itálicas, __ para bold, ''__ para ambos <br> ! <b>Listas:</b> * para listas de balazos, # para listas numeradas, ''; term : definición'' 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>Anotaciones:</b> Use [1],[2],[3],...<br> ! <b>Preveción enlazar:</b> Evite hacer enlaces ! con "!": !NoHiperEnlaces. Enlaces con nombres como [[text | URL] (doble "[")<br> ! <b>Varios:</b>"!", "!!", "!!!" para hacer títulos, ! "%%%" hace un salto de línea, "- - - -" Hace una linea horizontal<br> ! Más en <a href="###BROWSE###ReglasDeFormatoDeTexto"><b>ReglasDeFormatoDeTexto</b></a> </small> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/message.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** message.html 2001/04/07 00:38:41 1.3 --- message.html 2001/04/07 17:13:28 1.4 *************** *** 13,17 **** <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###HomePage"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> --- 13,17 ---- <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a class="wikilink" href="###BROWSE###PáginaPrincipal"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ###PAGE###</h1> |