From: Carsten K. <car...@us...> - 2002-01-09 05:14:53
|
Update of /cvsroot/phpwiki/phpwiki/locale/de/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv14205 Modified Files: PhpWikiSystemverwalten Log Message: Added Rake Sandbox command (still needs translation). Converted page to binary format for easier editing during translation. Index: PhpWikiSystemverwalten =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/de/pgsrc/PhpWikiSystemverwalten,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** PhpWikiSystemverwalten 2001/12/21 07:31:31 1.3 --- PhpWikiSystemverwalten 2002/01/09 05:14:50 1.4 *************** *** 1,30 **** ! From [no address given] Fri Dec 21 02:02:03 2001 ! Subject: PhpWikiSystemverwalten ! From: [no address given] (PhpWiki) ! Date: Fri, 21 Dec 2001 02:00:31 -0500 ! Mime-Version: 1.0 (Produced by PhpWiki 1.3.0-jeffs-hacks) Content-Type: application/x-phpwiki; pagename=PhpWikiSystemverwalten; flags=PAGE_LOCKED; lastmodified=1008918031; ! Content-Transfer-Encoding: quoted-printable ! __Beachtung__: Du mu=DFt der Systemverwalter-Account mit Passwort zuerst = ! sch=FCtzen, sonnst werden ziemlich viel von diesen Administrationsbefehlen = ! nicht funkionieren. ----------- ! Anmelden ! __[ Melde mich an | phpwiki:?action=3Dlogin]__ This allows you to login. ! While you are logged in you will be able to ''lock'', ''unlock'' and = ! ''delete'' pages. You will also be able edit ''locked'' pages. ---------- !! Speicherauszug und Archiv-Datenversicherung --- 1,29 ---- ! Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks+carsten's-binary-hack) ! X-RCS_ID: $Id$ Content-Type: application/x-phpwiki; pagename=PhpWikiSystemverwalten; flags=PAGE_LOCKED; lastmodified=1008918031; ! Content-Transfer-Encoding: binary ! __Beachtung__: Du mußt der Systemverwalter-Account mit Passwort zuerst schützen, sonnst werden ziemlich viel von diesen Administrationsbefehlen nicht funkionieren. ----------- ! Anmelden ! __[ Melde mich an | phpwiki:?action=login]__ This allows you to login. ! While you are logged in you will be able to ''lock'', ''unlock'' and ''delete'' pages. You will also be able edit ''locked'' pages. ---------- + !! Cleanup + A Wiki SandBox is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc: + [ Rake the SandBox | phpwiki:?action=loadfile&source=pgsrc/SandBox ]. + + ---------- !! Speicherauszug und Archiv-Datenversicherung *************** *** 32,47 **** These links lead to zip files, generated on the fly, which contain all ! the pages in your Wiki. The zip file will be downloaded to your local = ! computer. ! Dieser __[ ZIP Speicherauszug | phpwiki:?action=3Dzip]__ enth=E4lt nur die = ! Aktuellste Versionen die Seiten, und dieser __[ ZIP Speicherauszug | = ! phpwiki:?action=3Dzip&include=3Dall]__ enth=E4lt alle archivierte Versionen. (If the PhpWiki is configured to allow it,) anyone can download a zip file. ! If your php has ''zlib'' support, the files in the archive will be = ! compressed, otherwise they will just be stored. --- 31,42 ---- These links lead to zip files, generated on the fly, which contain all ! the pages in your Wiki. The zip file will be downloaded to your local computer. ! Dieser __[ ZIP Speicherauszug | phpwiki:?action=zip]__ enthält nur die Aktuellste Versionen die Seiten, und dieser __[ ZIP Speicherauszug | phpwiki:?action=zip&include=all]__ enthält alle archivierte Versionen. (If the PhpWiki is configured to allow it,) anyone can download a zip file. ! If your php has ''zlib'' support, the files in the archive will be compressed, otherwise they will just be stored. *************** *** 50,55 **** Here you can dump pages of your Wiki into a directory of your choice. ! [ Schreibe Seiten aus | = ! phpwiki:?action=3Ddumpserial&directory=3D(/tmp/wikidump) ] The most recent version of each page will written out to the --- 45,49 ---- Here you can dump pages of your Wiki into a directory of your choice. ! [ Schreibe Seiten aus | phpwiki:?action=dumpserial&directory=(/tmp/wikidump) ] The most recent version of each page will written out to the *************** *** 72,76 **** your (client) machine. ! [ Hinauflade | phpwiki:?action=3Dupload&file=3D50()upload ] ! Dateien Einspeichern --- 66,70 ---- your (client) machine. ! [ Hinauflade | phpwiki:?action=upload&file=50()upload ] ! Dateien Einspeichern *************** *** 80,85 **** You can also use this form to load from an http: or ftp: URL. ! [ Seiten einspeichern | = ! phpwiki:?action=3Dloadfile&source=3D50(/tmp/wikidump) ] ----------- --- 74,78 ---- You can also use this form to load from an http: or ftp: URL. ! [ Seiten einspeichern | phpwiki:?action=loadfile&source=50(/tmp/wikidump) ] ----------- |