From: Geoffrey T. D. <da...@us...> - 2001-02-08 03:01:48
|
Update of /cvsroot/phpwiki/phpwiki/locale/es/templates In directory usw-pr-cvs1:/tmp/cvs-serv12954/locale/es/templates Modified Files: editpage.html Log Message: Added "minor edit, don't archive" checkbox to the templates for the non-english locales. (My wife speaks spanish, so that one is probably okay. The German translation might be okay. The others (Dutch and Swedish) I left in English.) Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/es/templates/editpage.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** editpage.html 2001/02/01 07:06:39 1.3 --- editpage.html 2001/02/08 03:02:08 1.4 *************** *** 15,19 **** <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> --- 15,23 ---- <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> ! <input type="checkbox" name="minor_edit" value="yes" ! ###IF MINOR_EDIT### checked ! > ! Esto es un cambio pequeño, no archiva la versión anterior. ! <br> <input type="checkbox" name="convert" value="tabs" > No puedo escribir tabulaciones. Por favor <a href="###SCRIPTURL###?ConvierteEspaciosEnTabs">ConvierteEspaciosEnTabs</a> |