Update of /cvsroot/phpwiki/phpwiki/locale/de/templates
In directory usw-pr-cvs1:/tmp/cvs-serv12954/locale/de/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/de/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:09 1.2
--- editpage.html 2001/02/08 03:02:07 1.3
***************
*** 17,21 ****
<textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea>
<br>
!
<input type="checkbox" name="convert" value="tabs" >
Ich kann keine Tabulatoren verwenden.
--- 17,25 ----
<textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea>
<br>
! <input type="checkbox" name="minor_edit" value="yes"
! ###IF MINOR_EDIT### checked
! >
! Dieses ist eine kleine Änderung, archivieren nicht alte Version.
! <br>
<input type="checkbox" name="convert" value="tabs" >
Ich kann keine Tabulatoren verwenden.
|