Update of /cvsroot/phpwiki/phpwiki/locale/sv/templates
In directory usw-pr-cvs1:/tmp/cvs-serv12954/locale/sv/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/sv/templates/editpage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** editpage.html 2001/01/31 07:36:48 1.1
--- editpage.html 2001/02/08 03:02:08 1.2
***************
*** 15,19 ****
<textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea>
<br>
!
<input type="checkbox" name="convert" value="tabs" >
Jag kan inte skriva tabbar.
--- 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
! >
! This is a minor change, don't archive old version.
! <br>
<input type="checkbox" name="convert" value="tabs" >
Jag kan inte skriva tabbar.
|